Cargo.toml

  1[package]
  2description = "The fast, collaborative code editor."
  3edition = "2021"
  4name = "zed2"
  5version = "2.0.0"
  6publish = false
  7
  8[lib]
  9name = "zed2"
 10path = "src/zed2.rs"
 11doctest = false
 12
 13[[bin]]
 14name = "zed2"
 15path = "src/main.rs"
 16
 17[dependencies]
 18ai = { package = "ai2", path = "../ai2"}
 19audio = { package = "audio2", path = "../audio2" }
 20activity_indicator = { package = "activity_indicator2", path = "../activity_indicator2"}
 21auto_update = { package = "auto_update2", path = "../auto_update2" }
 22breadcrumbs = { package = "breadcrumbs2", path = "../breadcrumbs2" }
 23call = { package = "call2", path = "../call2" }
 24channel = { package = "channel2", path = "../channel2" }
 25cli = { path = "../cli" }
 26collab_ui = { package = "collab_ui2", path = "../collab_ui2" }
 27collections = { path = "../collections" }
 28command_palette = { package="command_palette2", path = "../command_palette2" }
 29# component_test = { path = "../component_test" }
 30client = { package = "client2", path = "../client2" }
 31# clock = { path = "../clock" }
 32copilot = { package = "copilot2", path = "../copilot2" }
 33copilot_button = { package = "copilot_button2", path = "../copilot_button2" }
 34diagnostics = { package = "diagnostics2", path = "../diagnostics2" }
 35db = { package = "db2", path = "../db2" }
 36editor = { package="editor2", path = "../editor2" }
 37feedback = { package="feedback2", path = "../feedback2" }
 38file_finder = { package="file_finder2", path = "../file_finder2" }
 39search = { package = "search2", path = "../search2" }
 40fs = { package = "fs2", path = "../fs2" }
 41fsevent = { path = "../fsevent" }
 42go_to_line = { package = "go_to_line2", path = "../go_to_line2" }
 43gpui = { package = "gpui2", path = "../gpui2" }
 44install_cli = { package = "install_cli2", path = "../install_cli2" }
 45journal = { package = "journal2", path = "../journal2" }
 46language = { package = "language2", path = "../language2" }
 47language_selector = { package = "language_selector2", path = "../language_selector2" }
 48lsp = { package = "lsp2", path = "../lsp2" }
 49menu = { package = "menu2", path = "../menu2" }
 50# language_tools = { path = "../language_tools" }
 51node_runtime = { path = "../node_runtime" }
 52notifications = { package = "notifications2", path = "../notifications2" }
 53assistant = { package = "assistant2", path = "../assistant2" }
 54outline = { package = "outline2", path = "../outline2" }
 55# plugin_runtime = { path = "../plugin_runtime",optional = true }
 56project = { package = "project2", path = "../project2" }
 57project_panel = { package = "project_panel2", path = "../project_panel2" }
 58# project_symbols = { path = "../project_symbols" }
 59quick_action_bar = { package = "quick_action_bar2", path = "../quick_action_bar2" }
 60recent_projects = { package = "recent_projects2", path = "../recent_projects2" }
 61rope = { package = "rope2", path = "../rope2"}
 62rpc = { package = "rpc2", path = "../rpc2" }
 63settings = { package = "settings2", path = "../settings2" }
 64feature_flags = { package = "feature_flags2", path = "../feature_flags2" }
 65sum_tree = { path = "../sum_tree" }
 66shellexpand = "2.1.0"
 67text = { package = "text2", path = "../text2" }
 68terminal_view = { package = "terminal_view2", path = "../terminal_view2" }
 69theme = { package = "theme2", path = "../theme2" }
 70theme_selector = { package = "theme_selector2", path = "../theme_selector2" }
 71util = { path = "../util" }
 72semantic_index = { package = "semantic_index2", path = "../semantic_index2" }
 73vim = { package = "vim2", path = "../vim2" }
 74workspace = { package = "workspace2", path = "../workspace2" }
 75welcome = { package = "welcome2", path = "../welcome2" }
 76zed_actions = {package = "zed_actions2", path = "../zed_actions2"}
 77anyhow.workspace = true
 78async-compression.workspace = true
 79async-tar = "0.4.2"
 80async-recursion = "0.3"
 81async-trait.workspace = true
 82backtrace = "0.3"
 83chrono = "0.4"
 84ctor.workspace = true
 85env_logger.workspace = true
 86futures.workspace = true
 87ignore = "0.4"
 88image = "0.23"
 89indexmap = "1.6.2"
 90isahc.workspace = true
 91lazy_static.workspace = true
 92libc = "0.2"
 93log.workspace = true
 94num_cpus = "1.13.0"
 95parking_lot.workspace = true
 96postage.workspace = true
 97rand.workspace = true
 98regex.workspace = true
 99rsa = "0.4"
100rust-embed.workspace = true
101serde.workspace = true
102serde_derive.workspace = true
103serde_json.workspace = true
104schemars.workspace = true
105simplelog = "0.9"
106smallvec.workspace = true
107smol.workspace = true
108tempdir.workspace = true
109thiserror.workspace = true
110tiny_http = "0.8"
111toml.workspace = true
112tree-sitter.workspace = true
113tree-sitter-bash.workspace = true
114tree-sitter-c.workspace = true
115tree-sitter-cpp.workspace = true
116tree-sitter-css.workspace = true
117tree-sitter-elixir.workspace = true
118tree-sitter-elm.workspace = true
119tree-sitter-embedded-template.workspace = true
120tree-sitter-glsl.workspace = true
121tree-sitter-go.workspace = true
122tree-sitter-heex.workspace = true
123tree-sitter-json.workspace = true
124tree-sitter-rust.workspace = true
125tree-sitter-markdown.workspace = true
126tree-sitter-python.workspace = true
127tree-sitter-toml.workspace = true
128tree-sitter-typescript.workspace = true
129tree-sitter-ruby.workspace = true
130tree-sitter-html.workspace = true
131tree-sitter-php.workspace = true
132tree-sitter-scheme.workspace = true
133tree-sitter-svelte.workspace = true
134tree-sitter-racket.workspace = true
135tree-sitter-yaml.workspace = true
136tree-sitter-lua.workspace = true
137tree-sitter-nix.workspace = true
138tree-sitter-nu.workspace = true
139tree-sitter-vue.workspace = true
140tree-sitter-uiua.workspace = true
141
142url = "2.2"
143urlencoding = "2.1.2"
144uuid.workspace = true
145
146[dev-dependencies]
147call = { package = "call2", path = "../call2", features = ["test-support"] }
148# client = { path = "../client", features = ["test-support"] }
149# editor = { path = "../editor", features = ["test-support"] }
150# gpui = { path = "../gpui", features = ["test-support"] }
151gpui = { package = "gpui2", path = "../gpui2", features = ["test-support"] }
152language = { package = "language2", path = "../language2", features = ["test-support"] }
153# lsp = { path = "../lsp", features = ["test-support"] }
154project = { package = "project2", path = "../project2", features = ["test-support"] }
155# rpc = { path = "../rpc", features = ["test-support"] }
156# settings = { path = "../settings", features = ["test-support"] }
157text = { package = "text2", path = "../text2", features = ["test-support"] }
158# util = { path = "../util", features = ["test-support"] }
159# workspace = { path = "../workspace", features = ["test-support"] }
160unindent.workspace = true
161
162[package.metadata.bundle-dev]
163icon = ["resources/app-icon-preview@2x.png", "resources/app-icon-preview.png"]
164identifier = "dev.zed.Zed-Dev"
165name = "Zed Dev"
166osx_minimum_system_version = "10.15.7"
167osx_info_plist_exts = ["resources/info/*"]
168osx_url_schemes = ["zed-dev"]
169
170[package.metadata.bundle-nightly]
171icon = ["resources/app-icon-nightly@2x.png", "resources/app-icon-nightly.png"]
172identifier = "dev.zed.Zed-Dev"
173name = "Zed Nightly"
174osx_minimum_system_version = "10.15.7"
175osx_info_plist_exts = ["resources/info/*"]
176osx_url_schemes = ["zed-dev"]
177
178[package.metadata.bundle-preview]
179icon = ["resources/app-icon-preview@2x.png", "resources/app-icon-preview.png"]
180identifier = "dev.zed.Zed-Preview"
181name = "Zed Preview"
182osx_minimum_system_version = "10.15.7"
183osx_info_plist_exts = ["resources/info/*"]
184osx_url_schemes = ["zed-preview"]
185
186[package.metadata.bundle-stable]
187icon = ["resources/app-icon@2x.png", "resources/app-icon.png"]
188identifier = "dev.zed.Zed"
189name = "Zed"
190osx_minimum_system_version = "10.15.7"
191osx_info_plist_exts = ["resources/info/*"]
192osx_url_schemes = ["zed"]