1[workspace]
2members = [
3 "crates/activity_indicator",
4 "crates/ai",
5 "crates/assets",
6 "crates/assistant",
7 "crates/audio",
8 "crates/auto_update",
9 "crates/breadcrumbs",
10 "crates/call",
11 "crates/channel",
12 "crates/cli",
13 "crates/client",
14 "crates/clock",
15 "crates/collab",
16 "crates/collab_ui",
17 "crates/collections",
18 "crates/command_palette",
19 "crates/copilot",
20 "crates/copilot_ui",
21 "crates/db",
22 "crates/diagnostics",
23 "crates/editor",
24 "crates/extension",
25 "crates/extensions_ui",
26 "crates/feature_flags",
27 "crates/feedback",
28 "crates/file_finder",
29 "crates/fs",
30 "crates/fsevent",
31 "crates/fuzzy",
32 "crates/git",
33 "crates/go_to_line",
34 "crates/gpui",
35 "crates/gpui_macros",
36 "crates/install_cli",
37 "crates/journal",
38 "crates/language",
39 "crates/language_selector",
40 "crates/language_tools",
41 "crates/languages",
42 "crates/live_kit_client",
43 "crates/live_kit_server",
44 "crates/lsp",
45 "crates/markdown_preview",
46 "crates/media",
47 "crates/menu",
48 "crates/multi_buffer",
49 "crates/node_runtime",
50 "crates/notifications",
51 "crates/outline",
52 "crates/picker",
53 "crates/plugin",
54 "crates/plugin_macros",
55 "crates/prettier",
56 "crates/project",
57 "crates/project_panel",
58 "crates/project_symbols",
59 "crates/quick_action_bar",
60 "crates/recent_projects",
61 "crates/refineable",
62 "crates/refineable/derive_refineable",
63 "crates/release_channel",
64 "crates/rich_text",
65 "crates/rope",
66 "crates/rpc",
67 "crates/task",
68 "crates/tasks_ui",
69 "crates/search",
70 "crates/semantic_index",
71 "crates/settings",
72 "crates/snippet",
73 "crates/sqlez",
74 "crates/sqlez_macros",
75 "crates/story",
76 "crates/storybook",
77 "crates/sum_tree",
78 "crates/terminal",
79 "crates/terminal_view",
80 "crates/text",
81 "crates/theme",
82 "crates/theme_importer",
83 "crates/theme_selector",
84 "crates/telemetry_events",
85 "crates/time_format",
86 "crates/ui",
87 "crates/util",
88 "crates/vcs_menu",
89 "crates/vim",
90 "crates/welcome",
91 "crates/workspace",
92 "crates/zed",
93 "crates/zed_actions",
94]
95default-members = ["crates/zed"]
96resolver = "2"
97
98[workspace.dependencies]
99activity_indicator = { path = "crates/activity_indicator" }
100ai = { path = "crates/ai" }
101assets = { path = "crates/assets" }
102assistant = { path = "crates/assistant" }
103audio = { path = "crates/audio" }
104auto_update = { path = "crates/auto_update" }
105breadcrumbs = { path = "crates/breadcrumbs" }
106call = { path = "crates/call" }
107channel = { path = "crates/channel" }
108cli = { path = "crates/cli" }
109client = { path = "crates/client" }
110clock = { path = "crates/clock" }
111collab = { path = "crates/collab" }
112collab_ui = { path = "crates/collab_ui" }
113collections = { path = "crates/collections" }
114color = { path = "crates/color" }
115command_palette = { path = "crates/command_palette" }
116copilot = { path = "crates/copilot" }
117copilot_ui = { path = "crates/copilot_ui" }
118db = { path = "crates/db" }
119diagnostics = { path = "crates/diagnostics" }
120editor = { path = "crates/editor" }
121extension = { path = "crates/extension" }
122extensions_ui = { path = "crates/extensions_ui" }
123feature_flags = { path = "crates/feature_flags" }
124feedback = { path = "crates/feedback" }
125file_finder = { path = "crates/file_finder" }
126fs = { path = "crates/fs" }
127fsevent = { path = "crates/fsevent" }
128fuzzy = { path = "crates/fuzzy" }
129git = { path = "crates/git" }
130go_to_line = { path = "crates/go_to_line" }
131gpui = { path = "crates/gpui" }
132gpui_macros = { path = "crates/gpui_macros" }
133install_cli = { path = "crates/install_cli" }
134journal = { path = "crates/journal" }
135language = { path = "crates/language" }
136language_selector = { path = "crates/language_selector" }
137language_tools = { path = "crates/language_tools" }
138live_kit_client = { path = "crates/live_kit_client" }
139live_kit_server = { path = "crates/live_kit_server" }
140lsp = { path = "crates/lsp" }
141markdown_preview = { path = "crates/markdown_preview" }
142media = { path = "crates/media" }
143menu = { path = "crates/menu" }
144multi_buffer = { path = "crates/multi_buffer" }
145node_runtime = { path = "crates/node_runtime" }
146notifications = { path = "crates/notifications" }
147outline = { path = "crates/outline" }
148picker = { path = "crates/picker" }
149plugin = { path = "crates/plugin" }
150plugin_macros = { path = "crates/plugin_macros" }
151prettier = { path = "crates/prettier" }
152project = { path = "crates/project" }
153project_panel = { path = "crates/project_panel" }
154project_symbols = { path = "crates/project_symbols" }
155quick_action_bar = { path = "crates/quick_action_bar" }
156recent_projects = { path = "crates/recent_projects" }
157release_channel = { path = "crates/release_channel" }
158rich_text = { path = "crates/rich_text" }
159rope = { path = "crates/rope" }
160rpc = { path = "crates/rpc" }
161task = { path = "crates/task" }
162tasks_ui = { path = "crates/tasks_ui" }
163search = { path = "crates/search" }
164semantic_index = { path = "crates/semantic_index" }
165settings = { path = "crates/settings" }
166snippet = { path = "crates/snippet" }
167sqlez = { path = "crates/sqlez" }
168sqlez_macros = { path = "crates/sqlez_macros" }
169story = { path = "crates/story" }
170storybook = { path = "crates/storybook" }
171sum_tree = { path = "crates/sum_tree" }
172terminal = { path = "crates/terminal" }
173terminal_view = { path = "crates/terminal_view" }
174text = { path = "crates/text" }
175theme = { path = "crates/theme" }
176theme_importer = { path = "crates/theme_importer" }
177theme_selector = { path = "crates/theme_selector" }
178telemetry_events = { path = "crates/telemetry_events" }
179time_format = { path = "crates/time_format" }
180ui = { path = "crates/ui" }
181util = { path = "crates/util" }
182vcs_menu = { path = "crates/vcs_menu" }
183vim = { path = "crates/vim" }
184welcome = { path = "crates/welcome" }
185workspace = { path = "crates/workspace" }
186zed = { path = "crates/zed" }
187zed_actions = { path = "crates/zed_actions" }
188
189anyhow = "1.0.57"
190async-compression = { version = "0.4", features = ["gzip", "futures-io"] }
191async-tar = "0.4.2"
192async-trait = "0.1"
193blade-graphics = { git = "https://github.com/kvark/blade", rev = "e9d93a4d41f3946a03ffb76136290d6ccf7f2b80" }
194blade-macros = { git = "https://github.com/kvark/blade", rev = "e9d93a4d41f3946a03ffb76136290d6ccf7f2b80" }
195blade-rwh = { package = "raw-window-handle", version = "0.5" }
196chrono = { version = "0.4", features = ["serde"] }
197clickhouse = { version = "0.11.6" }
198ctor = "0.2.6"
199core-foundation = { version = "0.9.3" }
200core-foundation-sys = "0.8.6"
201derive_more = "0.99.17"
202env_logger = "0.9"
203futures = "0.3"
204git2 = { version = "0.15", default-features = false }
205globset = "0.4"
206hex = "0.4.3"
207indoc = "1"
208# We explicitly disable a http2 support in isahc.
209isahc = { version = "1.7.2", default-features = false, features = ["static-curl", "text-decoding"] }
210lazy_static = "1.4.0"
211linkify = "0.10.0"
212log = { version = "0.4.16", features = ["kv_unstable_serde"] }
213ordered-float = "2.1.1"
214parking_lot = "0.11.1"
215profiling = "1"
216postage = { version = "0.5", features = ["futures-traits"] }
217pretty_assertions = "1.3.0"
218prost = "0.8"
219pulldown-cmark = { version = "0.9.2", default-features = false }
220rand = "0.8.5"
221refineable = { path = "./crates/refineable" }
222regex = "1.5"
223rusqlite = { version = "0.29.0", features = ["blob", "array", "modern_sqlite"] }
224rust-embed = { version = "8.0", features = ["include-exclude"] }
225schemars = "0.8"
226semver = "1.0"
227serde = { version = "1.0", features = ["derive", "rc"] }
228serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
229serde_json = { version = "1.0", features = ["preserve_order", "raw_value"] }
230serde_json_lenient = { version = "0.1", features = ["preserve_order", "raw_value"] }
231serde_repr = "0.1"
232sha2 = "0.10"
233smallvec = { version = "1.6", features = ["union"] }
234smol = "1.2"
235strum = { version = "0.25.0", features = ["derive"] }
236sysinfo = "0.29.10"
237tempfile = "3.9.0"
238thiserror = "1.0.29"
239tiktoken-rs = "0.5.7"
240time = { version = "0.3", features = ["serde", "serde-well-known", "formatting"] }
241toml = "0.8"
242tower-http = "0.4.4"
243tree-sitter = { version = "0.20", features = ["wasm"] }
244tree-sitter-astro = { git = "https://github.com/virchau13/tree-sitter-astro.git", rev = "e924787e12e8a03194f36a113290ac11d6dc10f3" }
245tree-sitter-bash = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "7331995b19b8f8aba2d5e26deb51d2195c18bc94" }
246tree-sitter-c = "0.20.1"
247tree-sitter-clojure = { git = "https://github.com/prcastro/tree-sitter-clojure", branch = "update-ts" }
248tree-sitter-c-sharp = { git = "https://github.com/tree-sitter/tree-sitter-c-sharp", rev = "dd5e59721a5f8dae34604060833902b882023aaf" }
249tree-sitter-cpp = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev = "f44509141e7e483323d2ec178f2d2e6c0fc041c1" }
250tree-sitter-css = { git = "https://github.com/tree-sitter/tree-sitter-css", rev = "769203d0f9abe1a9a691ac2b9fe4bb4397a73c51" }
251tree-sitter-dockerfile = { git = "https://github.com/camdencheek/tree-sitter-dockerfile", rev = "33e22c33bcdbfc33d42806ee84cfd0b1248cc392" }
252tree-sitter-dart = { git = "https://github.com/agent3bood/tree-sitter-dart", rev = "48934e3bf757a9b78f17bdfaa3e2b4284656fdc7" }
253tree-sitter-elixir = { git = "https://github.com/elixir-lang/tree-sitter-elixir", rev = "a2861e88a730287a60c11ea9299c033c7d076e30" }
254tree-sitter-elm = { git = "https://github.com/elm-tooling/tree-sitter-elm", rev = "692c50c0b961364c40299e73c1306aecb5d20f40" }
255tree-sitter-embedded-template = "0.20.0"
256tree-sitter-erlang = "0.4.0"
257tree-sitter-gitcommit = { git = "https://github.com/gbprod/tree-sitter-gitcommit" }
258tree-sitter-gleam = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "58b7cac8fc14c92b0677c542610d8738c373fa81" }
259tree-sitter-glsl = { git = "https://github.com/theHamsta/tree-sitter-glsl", rev = "2a56fb7bc8bb03a1892b4741279dd0a8758b7fb3" }
260tree-sitter-go = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "aeb2f33b366fd78d5789ff104956ce23508b85db" }
261tree-sitter-gomod = { git = "https://github.com/camdencheek/tree-sitter-go-mod" }
262tree-sitter-gowork = { git = "https://github.com/d1y/tree-sitter-go-work" }
263tree-sitter-haskell = { git = "https://github.com/tree-sitter/tree-sitter-haskell", rev = "8a99848fc734f9c4ea523b3f2a07df133cbbcec2" }
264tree-sitter-hcl = { git = "https://github.com/MichaHoffmann/tree-sitter-hcl", rev = "v1.1.0" }
265tree-sitter-heex = { git = "https://github.com/phoenixframework/tree-sitter-heex", rev = "2e1348c3cf2c9323e87c2744796cf3f3868aa82a" }
266tree-sitter-html = "0.19.0"
267tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json", rev = "40a81c01a40ac48744e0c8ccabbaba1920441199" }
268tree-sitter-lua = "0.0.14"
269tree-sitter-markdown = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "330ecab87a3e3a7211ac69bbadc19eabecdb1cca" }
270tree-sitter-nix = { git = "https://github.com/nix-community/tree-sitter-nix", rev = "66e3e9ce9180ae08fc57372061006ef83f0abde7" }
271tree-sitter-nu = { git = "https://github.com/nushell/tree-sitter-nu", rev = "7dd29f9616822e5fc259f5b4ae6c4ded9a71a132" }
272tree-sitter-ocaml = { git = "https://github.com/tree-sitter/tree-sitter-ocaml", rev = "4abfdc1c7af2c6c77a370aee974627be1c285b3b" }
273tree-sitter-php = "0.21.1"
274tree-sitter-prisma-io = { git = "https://github.com/victorhqc/tree-sitter-prisma" }
275tree-sitter-proto = { git = "https://github.com/rewinfrey/tree-sitter-proto", rev = "36d54f288aee112f13a67b550ad32634d0c2cb52" }
276tree-sitter-purescript = { git = "https://github.com/postsolar/tree-sitter-purescript", rev = "v0.1.0" }
277tree-sitter-python = "0.20.2"
278tree-sitter-racket = { git = "https://github.com/zed-industries/tree-sitter-racket", rev = "eb010cf2c674c6fd9a6316a84e28ef90190fe51a" }
279tree-sitter-ruby = "0.20.0"
280tree-sitter-rust = "0.20.3"
281tree-sitter-scheme = { git = "https://github.com/6cdh/tree-sitter-scheme", rev = "af0fd1fa452cb2562dc7b5c8a8c55551c39273b9" }
282tree-sitter-svelte = { git = "https://github.com/Himujjal/tree-sitter-svelte", rev = "bd60db7d3d06f89b6ec3b287c9a6e9190b5564bd" }
283tree-sitter-toml = { git = "https://github.com/tree-sitter/tree-sitter-toml", rev = "342d9be207c2dba869b9967124c679b5e6fd0ebe" }
284tree-sitter-typescript = { git = "https://github.com/tree-sitter/tree-sitter-typescript", rev = "5d20856f34315b068c41edaee2ac8a100081d259" }
285tree-sitter-uiua = { git = "https://github.com/shnarazk/tree-sitter-uiua", rev = "21dc2db39494585bf29a3f86d5add6e9d11a22ba" }
286tree-sitter-vue = { git = "https://github.com/zed-industries/tree-sitter-vue", rev = "6608d9d60c386f19d80af7d8132322fa11199c42" }
287tree-sitter-yaml = { git = "https://github.com/zed-industries/tree-sitter-yaml", rev = "f545a41f57502e1b5ddf2a6668896c1b0620f930" }
288tree-sitter-zig = { git = "https://github.com/maxxnino/tree-sitter-zig", rev = "0d08703e4c3f426ec61695d7617415fff97029bd" }
289unindent = "0.1.7"
290url = "2.2"
291uuid = { version = "1.1.2", features = ["v4"] }
292wasmtime = "16"
293which = "6.0.0"
294sys-locale = "0.3.1"
295
296[patch.crates-io]
297tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "1d8975319c2d5de1bf710e7e21db25b0eee4bc66" }
298wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "v16.0.0" }
299# Workaround for a broken nightly build of gpui: See #7644 and revisit once 0.5.3 is released.
300pathfinder_simd = { git = "https://github.com/servo/pathfinder.git", rev = "e4fcda0d5259d0acf902aee6de7d2501f2bd6629" }
301
302[profile.dev]
303split-debuginfo = "unpacked"
304debug = "limited"
305
306# todo!(linux) - Remove this
307[profile.dev.package.blade-graphics]
308split-debuginfo = "off"
309debug = "full"
310
311[profile.dev.package.taffy]
312opt-level = 3
313
314[profile.release]
315debug = "limited"
316lto = "thin"
317codegen-units = 1