1[workspace]
2members = [
3 "crates/activity_indicator",
4 "crates/ai",
5 "crates/audio",
6 "crates/auto_update",
7 "crates/breadcrumbs",
8 "crates/call",
9 "crates/channel",
10 "crates/cli",
11 "crates/client",
12 "crates/clock",
13 "crates/collab",
14 "crates/collab_ui",
15 "crates/collections",
16 "crates/command_palette",
17 "crates/component_test",
18 "crates/context_menu",
19 "crates/copilot",
20 "crates/copilot_button",
21 "crates/db",
22 "crates/refineable",
23 "crates/refineable/derive_refineable",
24 "crates/diagnostics",
25 "crates/drag_and_drop",
26 "crates/editor",
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/gpui2",
37 "crates/gpui2_macros",
38 "crates/install_cli",
39 "crates/journal",
40 "crates/language",
41 "crates/language_selector",
42 "crates/language_tools",
43 "crates/live_kit_client",
44 "crates/live_kit_server",
45 "crates/lsp",
46 "crates/media",
47 "crates/menu",
48 "crates/node_runtime",
49 "crates/outline",
50 "crates/picker",
51 "crates/plugin",
52 "crates/plugin_macros",
53 "crates/plugin_runtime",
54 "crates/project",
55 "crates/project_panel",
56 "crates/project_symbols",
57 "crates/recent_projects",
58 "crates/rope",
59 "crates/rpc",
60 "crates/search",
61 "crates/settings",
62 "crates/snippet",
63 "crates/sqlez",
64 "crates/sqlez_macros",
65 "crates/feature_flags",
66 "crates/storybook",
67 "crates/sum_tree",
68 "crates/terminal",
69 "crates/text",
70 "crates/theme",
71 "crates/theme_selector",
72 "crates/util",
73 "crates/semantic_index",
74 "crates/vim",
75 "crates/vcs_menu",
76 "crates/workspace",
77 "crates/welcome",
78 "crates/xtask",
79 "crates/zed",
80 "crates/zed-actions"
81]
82default-members = ["crates/zed"]
83resolver = "2"
84
85[workspace.dependencies]
86anyhow = { version = "1.0.57" }
87async-trait = { version = "0.1" }
88ctor = { version = "0.1" }
89derive_more = { version = "0.99.17" }
90env_logger = { version = "0.9" }
91futures = { version = "0.3" }
92globset = { version = "0.4" }
93indoc = "1"
94# We explicitly disable a http2 support in isahc.
95isahc = { version = "1.7.2", default-features = false, features = ["static-curl", "text-decoding"] }
96lazy_static = { version = "1.4.0" }
97log = { version = "0.4.16", features = ["kv_unstable_serde"] }
98ordered-float = { version = "2.1.1" }
99parking_lot = { version = "0.11.1" }
100postage = { version = "0.5", features = ["futures-traits"] }
101prost = { version = "0.8" }
102rand = { version = "0.8.5" }
103refineable = { path = "./crates/refineable" }
104regex = { version = "1.5" }
105rust-embed = { version = "8.0", features = ["include-exclude"] }
106schemars = { version = "0.8" }
107serde = { version = "1.0", features = ["derive", "rc"] }
108serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
109serde_json = { version = "1.0", features = ["preserve_order", "raw_value"] }
110smallvec = { version = "1.6", features = ["union"] }
111smol = { version = "1.2" }
112tempdir = { version = "0.3.7" }
113thiserror = { version = "1.0.29" }
114time = { version = "0.3", features = ["serde", "serde-well-known"] }
115toml = { version = "0.5" }
116tree-sitter = "0.20"
117unindent = { version = "0.1.7" }
118pretty_assertions = "1.3.0"
119
120tree-sitter-bash = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "1b0321ee85701d5036c334a6f04761cdc672e64c" }
121tree-sitter-c = "0.20.1"
122tree-sitter-cpp = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev="f44509141e7e483323d2ec178f2d2e6c0fc041c1" }
123tree-sitter-css = { git = "https://github.com/tree-sitter/tree-sitter-css", rev = "769203d0f9abe1a9a691ac2b9fe4bb4397a73c51" }
124tree-sitter-elixir = { git = "https://github.com/elixir-lang/tree-sitter-elixir", rev = "a2861e88a730287a60c11ea9299c033c7d076e30" }
125tree-sitter-elm = { git = "https://github.com/elm-tooling/tree-sitter-elm", rev = "692c50c0b961364c40299e73c1306aecb5d20f40"}
126tree-sitter-embedded-template = "0.20.0"
127tree-sitter-glsl = { git = "https://github.com/theHamsta/tree-sitter-glsl", rev = "2a56fb7bc8bb03a1892b4741279dd0a8758b7fb3" }
128tree-sitter-go = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "aeb2f33b366fd78d5789ff104956ce23508b85db" }
129tree-sitter-heex = { git = "https://github.com/phoenixframework/tree-sitter-heex", rev = "2e1348c3cf2c9323e87c2744796cf3f3868aa82a" }
130tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json", rev = "40a81c01a40ac48744e0c8ccabbaba1920441199" }
131tree-sitter-rust = "0.20.3"
132tree-sitter-markdown = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "330ecab87a3e3a7211ac69bbadc19eabecdb1cca" }
133tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php", rev = "d43130fd1525301e9826f420c5393a4d169819fc" }
134tree-sitter-python = "0.20.2"
135tree-sitter-toml = { git = "https://github.com/tree-sitter/tree-sitter-toml", rev = "342d9be207c2dba869b9967124c679b5e6fd0ebe" }
136tree-sitter-typescript = { git = "https://github.com/tree-sitter/tree-sitter-typescript", rev = "5d20856f34315b068c41edaee2ac8a100081d259" }
137tree-sitter-ruby = "0.20.0"
138tree-sitter-html = "0.19.0"
139tree-sitter-scheme = { git = "https://github.com/6cdh/tree-sitter-scheme", rev = "af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"}
140tree-sitter-svelte = { git = "https://github.com/Himujjal/tree-sitter-svelte", rev = "697bb515471871e85ff799ea57a76298a71a9cca"}
141tree-sitter-racket = { git = "https://github.com/zed-industries/tree-sitter-racket", rev = "eb010cf2c674c6fd9a6316a84e28ef90190fe51a"}
142tree-sitter-yaml = { git = "https://github.com/zed-industries/tree-sitter-yaml", rev = "f545a41f57502e1b5ddf2a6668896c1b0620f930"}
143tree-sitter-lua = "0.0.14"
144tree-sitter-nix = { git = "https://github.com/nix-community/tree-sitter-nix", rev = "66e3e9ce9180ae08fc57372061006ef83f0abde7" }
145tree-sitter-nu = { git = "https://github.com/nushell/tree-sitter-nu", rev = "786689b0562b9799ce53e824cb45a1a2a04dc673"}
146
147[patch.crates-io]
148tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "35a6052fbcafc5e5fc0f9415b8652be7dcaf7222" }
149async-task = { git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e" }
150
151# TODO - Remove when a version is released with this PR: https://github.com/servo/core-foundation-rs/pull/457
152cocoa = { git = "https://github.com/servo/core-foundation-rs", rev = "079665882507dd5e2ff77db3de5070c1f6c0fb85" }
153cocoa-foundation = { git = "https://github.com/servo/core-foundation-rs", rev = "079665882507dd5e2ff77db3de5070c1f6c0fb85" }
154core-foundation = { git = "https://github.com/servo/core-foundation-rs", rev = "079665882507dd5e2ff77db3de5070c1f6c0fb85" }
155core-foundation-sys = { git = "https://github.com/servo/core-foundation-rs", rev = "079665882507dd5e2ff77db3de5070c1f6c0fb85" }
156core-graphics = { git = "https://github.com/servo/core-foundation-rs", rev = "079665882507dd5e2ff77db3de5070c1f6c0fb85" }
157
158[profile.dev]
159split-debuginfo = "unpacked"
160
161[profile.release]
162debug = true
163lto = "thin"
164codegen-units = 1