zed/crates/zed2/Cargo.toml

192 lines
7.2 KiB
TOML
Raw Normal View History

2023-10-21 15:52:47 +00:00
[package]
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed2"
version = "0.109.0"
publish = false
[lib]
name = "zed2"
path = "src/zed2.rs"
doctest = false
[[bin]]
2023-11-18 02:27:11 +00:00
name = "zed2"
2023-10-21 15:52:47 +00:00
path = "src/main.rs"
[dependencies]
2023-11-02 17:55:02 +00:00
ai = { package = "ai2", path = "../ai2"}
2023-11-23 23:52:44 +00:00
audio = { package = "audio2", path = "../audio2" }
2023-11-30 01:18:21 +00:00
activity_indicator = { package = "activity_indicator2", path = "../activity_indicator2"}
auto_update = { package = "auto_update2", path = "../auto_update2" }
breadcrumbs = { package = "breadcrumbs2", path = "../breadcrumbs2" }
2023-11-02 17:55:02 +00:00
call = { package = "call2", path = "../call2" }
2023-11-28 02:57:55 +00:00
channel = { package = "channel2", path = "../channel2" }
2023-10-21 15:52:47 +00:00
cli = { path = "../cli" }
2023-11-15 21:24:01 +00:00
collab_ui = { package = "collab_ui2", path = "../collab_ui2" }
2023-10-21 15:52:47 +00:00
collections = { path = "../collections" }
2023-11-09 16:54:05 +00:00
command_palette = { package="command_palette2", path = "../command_palette2" }
2023-10-21 15:52:47 +00:00
# component_test = { path = "../component_test" }
2023-11-02 17:55:02 +00:00
client = { package = "client2", path = "../client2" }
2023-10-21 15:52:47 +00:00
# clock = { path = "../clock" }
2023-11-02 17:55:02 +00:00
copilot = { package = "copilot2", path = "../copilot2" }
copilot_button = { package = "copilot_button2", path = "../copilot_button2" }
diagnostics = { package = "diagnostics2", path = "../diagnostics2" }
2023-11-02 17:55:02 +00:00
db = { package = "db2", path = "../db2" }
2023-11-02 21:27:49 +00:00
editor = { package="editor2", path = "../editor2" }
2023-10-21 15:52:47 +00:00
# feedback = { path = "../feedback" }
2023-11-14 16:28:18 +00:00
file_finder = { package="file_finder2", path = "../file_finder2" }
2023-11-13 19:38:37 +00:00
search = { package = "search2", path = "../search2" }
2023-11-02 17:55:02 +00:00
fs = { package = "fs2", path = "../fs2" }
2023-10-21 15:52:47 +00:00
fsevent = { path = "../fsevent" }
go_to_line = { package = "go_to_line2", path = "../go_to_line2" }
2023-11-02 17:55:02 +00:00
gpui = { package = "gpui2", path = "../gpui2" }
2023-11-14 08:06:33 +00:00
install_cli = { package = "install_cli2", path = "../install_cli2" }
2023-11-02 17:55:02 +00:00
journal = { package = "journal2", path = "../journal2" }
language = { package = "language2", path = "../language2" }
2023-11-30 23:57:44 +00:00
language_selector = { package = "language_selector2", path = "../language_selector2" }
2023-11-02 17:55:02 +00:00
lsp = { package = "lsp2", path = "../lsp2" }
2023-11-08 20:49:09 +00:00
menu = { package = "menu2", path = "../menu2" }
2023-11-18 18:46:35 +00:00
# language_tools = { path = "../language_tools" }
2023-10-21 15:52:47 +00:00
node_runtime = { path = "../node_runtime" }
2023-12-06 11:51:25 +00:00
assistant = { package = "assistant2", path = "../assistant2" }
2023-12-04 16:44:32 +00:00
outline = { package = "outline2", path = "../outline2" }
2023-10-21 15:52:47 +00:00
# plugin_runtime = { path = "../plugin_runtime",optional = true }
2023-11-02 17:55:02 +00:00
project = { package = "project2", path = "../project2" }
project_panel = { package = "project_panel2", path = "../project_panel2" }
2023-10-21 15:52:47 +00:00
# project_symbols = { path = "../project_symbols" }
quick_action_bar = { package = "quick_action_bar2", path = "../quick_action_bar2" }
2023-10-21 15:52:47 +00:00
# recent_projects = { path = "../recent_projects" }
2023-11-03 16:15:23 +00:00
rope = { package = "rope2", path = "../rope2"}
2023-11-02 17:55:02 +00:00
rpc = { package = "rpc2", path = "../rpc2" }
settings = { package = "settings2", path = "../settings2" }
feature_flags = { package = "feature_flags2", path = "../feature_flags2" }
2023-10-21 15:52:47 +00:00
sum_tree = { path = "../sum_tree" }
shellexpand = "2.1.0"
2023-11-02 17:55:02 +00:00
text = { package = "text2", path = "../text2" }
2023-11-16 08:03:54 +00:00
terminal_view = { package = "terminal_view2", path = "../terminal_view2" }
2023-11-02 17:55:02 +00:00
theme = { package = "theme2", path = "../theme2" }
2023-11-21 20:40:00 +00:00
theme_selector = { package = "theme_selector2", path = "../theme_selector2" }
2023-10-21 15:52:47 +00:00
util = { path = "../util" }
2023-12-06 11:51:25 +00:00
semantic_index = { package = "semantic_index2", path = "../semantic_index2" }
2023-10-21 15:52:47 +00:00
# vim = { path = "../vim" }
workspace = { package = "workspace2", path = "../workspace2" }
2023-11-21 20:40:00 +00:00
welcome = { package = "welcome2", path = "../welcome2" }
2023-11-09 16:54:05 +00:00
zed_actions = {package = "zed_actions2", path = "../zed_actions2"}
2023-10-21 15:52:47 +00:00
anyhow.workspace = true
async-compression = { version = "0.3", features = ["gzip", "futures-bufread"] }
async-tar = "0.4.2"
async-recursion = "0.3"
async-trait.workspace = true
backtrace = "0.3"
chrono = "0.4"
ctor.workspace = true
2023-10-21 15:52:47 +00:00
env_logger.workspace = true
futures.workspace = true
ignore = "0.4"
image = "0.23"
indexmap = "1.6.2"
isahc.workspace = true
lazy_static.workspace = true
libc = "0.2"
log.workspace = true
num_cpus = "1.13.0"
parking_lot.workspace = true
postage.workspace = true
rand.workspace = true
regex.workspace = true
rsa = "0.4"
rust-embed.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
schemars.workspace = true
simplelog = "0.9"
smallvec.workspace = true
smol.workspace = true
tempdir.workspace = true
thiserror.workspace = true
tiny_http = "0.8"
toml.workspace = true
tree-sitter.workspace = true
tree-sitter-bash.workspace = true
tree-sitter-c.workspace = true
tree-sitter-cpp.workspace = true
tree-sitter-css.workspace = true
tree-sitter-elixir.workspace = true
tree-sitter-elm.workspace = true
tree-sitter-embedded-template.workspace = true
tree-sitter-glsl.workspace = true
tree-sitter-go.workspace = true
tree-sitter-heex.workspace = true
tree-sitter-json.workspace = true
tree-sitter-rust.workspace = true
tree-sitter-markdown.workspace = true
tree-sitter-python.workspace = true
tree-sitter-toml.workspace = true
tree-sitter-typescript.workspace = true
tree-sitter-ruby.workspace = true
tree-sitter-html.workspace = true
tree-sitter-php.workspace = true
tree-sitter-scheme.workspace = true
tree-sitter-svelte.workspace = true
tree-sitter-racket.workspace = true
tree-sitter-yaml.workspace = true
tree-sitter-lua.workspace = true
tree-sitter-nix.workspace = true
tree-sitter-nu.workspace = true
2023-10-31 01:41:17 +00:00
tree-sitter-vue.workspace = true
2023-11-28 02:46:56 +00:00
tree-sitter-uiua.workspace = true
2023-10-21 15:52:47 +00:00
url = "2.2"
urlencoding = "2.1.2"
uuid.workspace = true
[dev-dependencies]
2023-11-02 17:55:02 +00:00
call = { package = "call2", path = "../call2", features = ["test-support"] }
2023-10-21 15:52:47 +00:00
# client = { path = "../client", features = ["test-support"] }
# editor = { path = "../editor", features = ["test-support"] }
# gpui = { path = "../gpui", features = ["test-support"] }
2023-11-02 17:55:02 +00:00
gpui = { package = "gpui2", path = "../gpui2", features = ["test-support"] }
language = { package = "language2", path = "../language2", features = ["test-support"] }
2023-10-21 15:52:47 +00:00
# lsp = { path = "../lsp", features = ["test-support"] }
2023-11-02 17:55:02 +00:00
project = { package = "project2", path = "../project2", features = ["test-support"] }
2023-10-21 15:52:47 +00:00
# rpc = { path = "../rpc", features = ["test-support"] }
# settings = { path = "../settings", features = ["test-support"] }
2023-11-02 17:55:02 +00:00
text = { package = "text2", path = "../text2", features = ["test-support"] }
2023-10-21 15:52:47 +00:00
# util = { path = "../util", features = ["test-support"] }
# workspace = { path = "../workspace", features = ["test-support"] }
unindent.workspace = true
[package.metadata.bundle-dev]
icon = ["resources/app-icon-preview@2x.png", "resources/app-icon-preview.png"]
identifier = "dev.zed.Zed-Dev"
name = "Zed Dev"
osx_minimum_system_version = "10.15.7"
osx_info_plist_exts = ["resources/info/*"]
osx_url_schemes = ["zed-dev"]
[package.metadata.bundle-nightly]
2023-12-04 17:48:21 +00:00
icon = ["resources/app-icon-nightly@2x.png", "resources/app-icon-nightly.png"]
2023-11-18 01:44:11 +00:00
identifier = "dev.zed.Zed-Dev"
name = "Zed Nightly"
osx_minimum_system_version = "10.15.7"
osx_info_plist_exts = ["resources/info/*"]
2023-11-18 01:44:11 +00:00
osx_url_schemes = ["zed-dev"]
2023-10-21 15:52:47 +00:00
[package.metadata.bundle-preview]
icon = ["resources/app-icon-preview@2x.png", "resources/app-icon-preview.png"]
identifier = "dev.zed.Zed-Preview"
name = "Zed Preview"
osx_minimum_system_version = "10.15.7"
osx_info_plist_exts = ["resources/info/*"]
osx_url_schemes = ["zed-preview"]
[package.metadata.bundle-stable]
icon = ["resources/app-icon@2x.png", "resources/app-icon.png"]
identifier = "dev.zed.Zed"
name = "Zed"
osx_minimum_system_version = "10.15.7"
osx_info_plist_exts = ["resources/info/*"]
osx_url_schemes = ["zed"]