1[package]
2description = "The fast, collaborative code editor."
3edition = "2021"
4name = "zed2"
5version = "0.109.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"}
19# audio = { path = "../audio" }
20# activity_indicator = { path = "../activity_indicator" }
21# auto_update = { path = "../auto_update" }
22# breadcrumbs = { path = "../breadcrumbs" }
23call = { package = "call2", path = "../call2" }
24# channel = { path = "../channel" }
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" }
33# copilot_button = { path = "../copilot_button" }
34# diagnostics = { path = "../diagnostics" }
35db = { package = "db2", path = "../db2" }
36editor = { package="editor2", path = "../editor2" }
37# feedback = { path = "../feedback" }
38file_finder = { package="file_finder2", path = "../file_finder2" }
39# search = { path = "../search" }
40fs = { package = "fs2", path = "../fs2" }
41fsevent = { path = "../fsevent" }
42fuzzy = { path = "../fuzzy" }
43go_to_line = { package = "go_to_line2", path = "../go_to_line2" }
44gpui = { package = "gpui2", path = "../gpui2" }
45install_cli = { package = "install_cli2", path = "../install_cli2" }
46journal = { package = "journal2", path = "../journal2" }
47language = { package = "language2", path = "../language2" }
48# language_selector = { path = "../language_selector" }
49lsp = { package = "lsp2", path = "../lsp2" }
50menu = { package = "menu2", path = "../menu2" }
51language_tools = { path = "../language_tools" }
52node_runtime = { path = "../node_runtime" }
53# assistant = { path = "../assistant" }
54# outline = { path = "../outline" }
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" }
59# quick_action_bar = { path = "../quick_action_bar" }
60# recent_projects = { path = "../recent_projects" }
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" }
70# theme_selector = { path = "../theme_selector" }
71util = { path = "../util" }
72# semantic_index = { path = "../semantic_index" }
73# vim = { path = "../vim" }
74workspace = { package = "workspace2", path = "../workspace2" }
75# welcome = { path = "../welcome" }
76zed_actions = {package = "zed_actions2", path = "../zed_actions2"}
77anyhow.workspace = true
78async-compression = { version = "0.3", features = ["gzip", "futures-bufread"] }
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
140
141url = "2.2"
142urlencoding = "2.1.2"
143uuid.workspace = true
144
145[dev-dependencies]
146call = { package = "call2", path = "../call2", features = ["test-support"] }
147# client = { path = "../client", features = ["test-support"] }
148# editor = { path = "../editor", features = ["test-support"] }
149# gpui = { path = "../gpui", features = ["test-support"] }
150gpui = { package = "gpui2", path = "../gpui2", features = ["test-support"] }
151language = { package = "language2", path = "../language2", features = ["test-support"] }
152# lsp = { path = "../lsp", features = ["test-support"] }
153project = { package = "project2", path = "../project2", features = ["test-support"] }
154# rpc = { path = "../rpc", features = ["test-support"] }
155# settings = { path = "../settings", features = ["test-support"] }
156text = { package = "text2", path = "../text2", features = ["test-support"] }
157# util = { path = "../util", features = ["test-support"] }
158# workspace = { path = "../workspace", features = ["test-support"] }
159unindent.workspace = true
160
161[package.metadata.bundle-dev]
162icon = ["resources/app-icon-preview@2x.png", "resources/app-icon-preview.png"]
163identifier = "dev.zed.Zed-Dev"
164name = "Zed Dev"
165osx_minimum_system_version = "10.15.7"
166osx_info_plist_exts = ["resources/info/*"]
167osx_url_schemes = ["zed-dev"]
168
169[package.metadata.bundle-nightly]
170# TODO kb different icon?
171icon = ["resources/app-icon-preview@2x.png", "resources/app-icon-preview.png"]
172identifier = "dev.zed.Zed-Nightly"
173name = "Zed Nightly"
174osx_minimum_system_version = "10.15.7"
175osx_info_plist_exts = ["resources/info/*"]
176osx_url_schemes = ["zed-nightly"]
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"]