1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "acp_thread"
7version = "0.1.0"
8dependencies = [
9 "action_log",
10 "agent-client-protocol",
11 "anyhow",
12 "base64 0.22.1",
13 "buffer_diff",
14 "chrono",
15 "collections",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "image",
21 "indoc",
22 "itertools 0.14.0",
23 "language",
24 "language_model",
25 "log",
26 "markdown",
27 "multi_buffer",
28 "parking_lot",
29 "portable-pty",
30 "project",
31 "prompt_store",
32 "rand 0.9.2",
33 "serde",
34 "serde_json",
35 "settings",
36 "smol",
37 "task",
38 "telemetry",
39 "terminal",
40 "text",
41 "ui",
42 "url",
43 "urlencoding",
44 "util",
45 "uuid",
46 "watch",
47]
48
49[[package]]
50name = "acp_tools"
51version = "0.1.0"
52dependencies = [
53 "agent-client-protocol",
54 "collections",
55 "gpui",
56 "language",
57 "markdown",
58 "project",
59 "serde",
60 "serde_json",
61 "settings",
62 "theme",
63 "ui",
64 "util",
65 "workspace",
66]
67
68[[package]]
69name = "action_log"
70version = "0.1.0"
71dependencies = [
72 "anyhow",
73 "buffer_diff",
74 "clock",
75 "collections",
76 "ctor",
77 "fs",
78 "futures 0.3.31",
79 "gpui",
80 "language",
81 "log",
82 "pretty_assertions",
83 "project",
84 "rand 0.9.2",
85 "serde_json",
86 "settings",
87 "telemetry",
88 "text",
89 "util",
90 "watch",
91 "zlog",
92]
93
94[[package]]
95name = "activity_indicator"
96version = "0.1.0"
97dependencies = [
98 "anyhow",
99 "auto_update",
100 "editor",
101 "extension_host",
102 "fs",
103 "futures 0.3.31",
104 "gpui",
105 "language",
106 "project",
107 "proto",
108 "smallvec",
109 "ui",
110 "util",
111 "workspace",
112]
113
114[[package]]
115name = "addr2line"
116version = "0.24.2"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
119dependencies = [
120 "gimli 0.31.1",
121]
122
123[[package]]
124name = "addr2line"
125version = "0.25.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
128dependencies = [
129 "gimli 0.32.3",
130]
131
132[[package]]
133name = "adler2"
134version = "2.0.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
137
138[[package]]
139name = "aes"
140version = "0.8.4"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
143dependencies = [
144 "cfg-if",
145 "cipher",
146 "cpufeatures",
147 "zeroize",
148]
149
150[[package]]
151name = "agent"
152version = "0.1.0"
153dependencies = [
154 "acp_thread",
155 "action_log",
156 "agent-client-protocol",
157 "agent_servers",
158 "agent_settings",
159 "anyhow",
160 "chrono",
161 "client",
162 "clock",
163 "cloud_api_types",
164 "cloud_llm_client",
165 "collections",
166 "context_server",
167 "ctor",
168 "db",
169 "derive_more",
170 "editor",
171 "env_logger 0.11.8",
172 "eval_utils",
173 "feature_flags",
174 "fs",
175 "futures 0.3.31",
176 "git",
177 "gpui",
178 "gpui_tokio",
179 "handlebars 4.5.0",
180 "heck 0.5.0",
181 "html_to_markdown",
182 "http_client",
183 "indoc",
184 "itertools 0.14.0",
185 "language",
186 "language_model",
187 "language_models",
188 "log",
189 "lsp",
190 "open",
191 "parking_lot",
192 "paths",
193 "pretty_assertions",
194 "project",
195 "prompt_store",
196 "rand 0.9.2",
197 "regex",
198 "reqwest_client",
199 "rust-embed",
200 "schemars",
201 "serde",
202 "serde_json",
203 "settings",
204 "shell_command_parser",
205 "smallvec",
206 "smol",
207 "sqlez",
208 "streaming_diff",
209 "strsim",
210 "task",
211 "telemetry",
212 "tempfile",
213 "text",
214 "theme",
215 "thiserror 2.0.17",
216 "ui",
217 "unindent",
218 "url",
219 "util",
220 "uuid",
221 "watch",
222 "web_search",
223 "zed_env_vars",
224 "zlog",
225 "zstd",
226]
227
228[[package]]
229name = "agent-client-protocol"
230version = "0.10.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
233dependencies = [
234 "agent-client-protocol-schema",
235 "anyhow",
236 "async-broadcast",
237 "async-trait",
238 "derive_more",
239 "futures 0.3.31",
240 "log",
241 "serde",
242 "serde_json",
243]
244
245[[package]]
246name = "agent-client-protocol-schema"
247version = "0.11.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
250dependencies = [
251 "anyhow",
252 "derive_more",
253 "schemars",
254 "serde",
255 "serde_json",
256 "strum 0.28.0",
257]
258
259[[package]]
260name = "agent_servers"
261version = "0.1.0"
262dependencies = [
263 "acp_thread",
264 "acp_tools",
265 "action_log",
266 "agent-client-protocol",
267 "anyhow",
268 "async-trait",
269 "chrono",
270 "client",
271 "collections",
272 "credentials_provider",
273 "env_logger 0.11.8",
274 "fs",
275 "futures 0.3.31",
276 "google_ai",
277 "gpui",
278 "gpui_tokio",
279 "http_client",
280 "indoc",
281 "language_model",
282 "libc",
283 "log",
284 "nix 0.29.0",
285 "project",
286 "release_channel",
287 "reqwest_client",
288 "serde",
289 "serde_json",
290 "settings",
291 "smol",
292 "task",
293 "tempfile",
294 "terminal",
295 "thiserror 2.0.17",
296 "ui",
297 "util",
298 "uuid",
299 "watch",
300]
301
302[[package]]
303name = "agent_settings"
304version = "0.1.0"
305dependencies = [
306 "agent-client-protocol",
307 "anyhow",
308 "collections",
309 "convert_case 0.8.0",
310 "fs",
311 "gpui",
312 "language_model",
313 "log",
314 "project",
315 "regex",
316 "schemars",
317 "serde",
318 "serde_json",
319 "serde_json_lenient",
320 "settings",
321 "util",
322]
323
324[[package]]
325name = "agent_ui"
326version = "0.1.0"
327dependencies = [
328 "acp_thread",
329 "action_log",
330 "agent",
331 "agent-client-protocol",
332 "agent_servers",
333 "agent_settings",
334 "ai_onboarding",
335 "anyhow",
336 "arrayvec",
337 "assistant_slash_command",
338 "assistant_slash_commands",
339 "assistant_text_thread",
340 "async-fs",
341 "audio",
342 "base64 0.22.1",
343 "buffer_diff",
344 "chrono",
345 "client",
346 "cloud_api_types",
347 "cloud_llm_client",
348 "collections",
349 "command_palette_hooks",
350 "component",
351 "context_server",
352 "db",
353 "editor",
354 "eval_utils",
355 "extension",
356 "extension_host",
357 "feature_flags",
358 "file_icons",
359 "fs",
360 "futures 0.3.31",
361 "fuzzy",
362 "git",
363 "gpui",
364 "gpui_tokio",
365 "html_to_markdown",
366 "http_client",
367 "image",
368 "indoc",
369 "itertools 0.14.0",
370 "jsonschema",
371 "language",
372 "language_model",
373 "language_models",
374 "languages",
375 "log",
376 "lsp",
377 "markdown",
378 "menu",
379 "multi_buffer",
380 "notifications",
381 "ordered-float 2.10.1",
382 "parking_lot",
383 "paths",
384 "picker",
385 "postage",
386 "pretty_assertions",
387 "project",
388 "prompt_store",
389 "proto",
390 "rand 0.9.2",
391 "release_channel",
392 "reqwest_client",
393 "rope",
394 "rules_library",
395 "schemars",
396 "search",
397 "semver",
398 "serde",
399 "serde_json",
400 "serde_json_lenient",
401 "settings",
402 "smol",
403 "streaming_diff",
404 "task",
405 "telemetry",
406 "terminal",
407 "terminal_view",
408 "text",
409 "theme",
410 "time",
411 "time_format",
412 "tree-sitter-md",
413 "ui",
414 "ui_input",
415 "unindent",
416 "url",
417 "util",
418 "uuid",
419 "watch",
420 "workspace",
421 "zed_actions",
422]
423
424[[package]]
425name = "ahash"
426version = "0.7.8"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
429dependencies = [
430 "getrandom 0.2.16",
431 "once_cell",
432 "version_check",
433]
434
435[[package]]
436name = "ahash"
437version = "0.8.12"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
440dependencies = [
441 "cfg-if",
442 "const-random",
443 "getrandom 0.3.4",
444 "once_cell",
445 "serde",
446 "version_check",
447 "zerocopy",
448]
449
450[[package]]
451name = "aho-corasick"
452version = "1.1.3"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
455dependencies = [
456 "memchr",
457]
458
459[[package]]
460name = "ai_onboarding"
461version = "0.1.0"
462dependencies = [
463 "client",
464 "cloud_api_types",
465 "component",
466 "gpui",
467 "language_model",
468 "serde",
469 "smallvec",
470 "telemetry",
471 "ui",
472 "zed_actions",
473]
474
475[[package]]
476name = "alacritty_terminal"
477version = "0.25.1"
478source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
479dependencies = [
480 "base64 0.22.1",
481 "bitflags 2.10.0",
482 "home",
483 "libc",
484 "log",
485 "mach2 0.5.0",
486 "miow",
487 "parking_lot",
488 "piper",
489 "polling",
490 "regex-automata",
491 "rustix 1.1.2",
492 "rustix-openpty",
493 "serde",
494 "signal-hook",
495 "unicode-width",
496 "vte",
497 "windows-sys 0.59.0",
498]
499
500[[package]]
501name = "aliasable"
502version = "0.1.3"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
505
506[[package]]
507name = "aligned-vec"
508version = "0.6.4"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
511dependencies = [
512 "equator",
513]
514
515[[package]]
516name = "alloc-no-stdlib"
517version = "2.0.4"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
520
521[[package]]
522name = "alloc-stdlib"
523version = "0.2.2"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
526dependencies = [
527 "alloc-no-stdlib",
528]
529
530[[package]]
531name = "allocator-api2"
532version = "0.2.21"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
535
536[[package]]
537name = "alsa"
538version = "0.10.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
541dependencies = [
542 "alsa-sys",
543 "bitflags 2.10.0",
544 "cfg-if",
545 "libc",
546]
547
548[[package]]
549name = "alsa-sys"
550version = "0.3.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
553dependencies = [
554 "libc",
555 "pkg-config",
556]
557
558[[package]]
559name = "ambient-authority"
560version = "0.0.2"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
563
564[[package]]
565name = "ammonia"
566version = "4.1.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
569dependencies = [
570 "cssparser",
571 "html5ever 0.35.0",
572 "maplit",
573 "tendril",
574 "url",
575]
576
577[[package]]
578name = "android_system_properties"
579version = "0.1.5"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
582dependencies = [
583 "libc",
584]
585
586[[package]]
587name = "anes"
588version = "0.1.6"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
591
592[[package]]
593name = "annotate-snippets"
594version = "0.12.12"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
597dependencies = [
598 "anstyle",
599 "memchr",
600 "unicode-width",
601]
602
603[[package]]
604name = "anstream"
605version = "0.6.21"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
608dependencies = [
609 "anstyle",
610 "anstyle-parse",
611 "anstyle-query",
612 "anstyle-wincon",
613 "colorchoice",
614 "is_terminal_polyfill",
615 "utf8parse",
616]
617
618[[package]]
619name = "anstyle"
620version = "1.0.13"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
623
624[[package]]
625name = "anstyle-parse"
626version = "0.2.7"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
629dependencies = [
630 "utf8parse",
631]
632
633[[package]]
634name = "anstyle-query"
635version = "1.1.4"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
638dependencies = [
639 "windows-sys 0.60.2",
640]
641
642[[package]]
643name = "anstyle-wincon"
644version = "3.0.10"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
647dependencies = [
648 "anstyle",
649 "once_cell_polyfill",
650 "windows-sys 0.60.2",
651]
652
653[[package]]
654name = "anthropic"
655version = "0.1.0"
656dependencies = [
657 "anyhow",
658 "chrono",
659 "futures 0.3.31",
660 "http_client",
661 "schemars",
662 "serde",
663 "serde_json",
664 "settings",
665 "strum 0.27.2",
666 "thiserror 2.0.17",
667]
668
669[[package]]
670name = "any_vec"
671version = "0.14.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
674
675[[package]]
676name = "anyhow"
677version = "1.0.100"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
680
681[[package]]
682name = "approx"
683version = "0.5.1"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
686dependencies = [
687 "num-traits",
688]
689
690[[package]]
691name = "ar_archive_writer"
692version = "0.5.1"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
695dependencies = [
696 "object 0.37.3",
697]
698
699[[package]]
700name = "arbitrary"
701version = "1.4.2"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
704dependencies = [
705 "derive_arbitrary",
706]
707
708[[package]]
709name = "arg_enum_proc_macro"
710version = "0.3.4"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
713dependencies = [
714 "proc-macro2",
715 "quote",
716 "syn 2.0.117",
717]
718
719[[package]]
720name = "arraydeque"
721version = "0.5.1"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
724
725[[package]]
726name = "arrayref"
727version = "0.3.9"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
730
731[[package]]
732name = "arrayvec"
733version = "0.7.6"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
736dependencies = [
737 "serde",
738]
739
740[[package]]
741name = "as-raw-xcb-connection"
742version = "1.0.1"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
745
746[[package]]
747name = "ascii"
748version = "1.1.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
751
752[[package]]
753name = "ash"
754version = "0.38.0+1.3.281"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
757dependencies = [
758 "libloading",
759]
760
761[[package]]
762name = "ashpd"
763version = "0.13.2"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
766dependencies = [
767 "enumflags2",
768 "futures-channel",
769 "futures-util",
770 "getrandom 0.4.1",
771 "serde",
772 "serde_repr",
773 "wayland-backend",
774 "wayland-client",
775 "wayland-protocols",
776 "zbus",
777]
778
779[[package]]
780name = "askpass"
781version = "0.1.0"
782dependencies = [
783 "anyhow",
784 "futures 0.3.31",
785 "gpui",
786 "log",
787 "net",
788 "smol",
789 "tempfile",
790 "util",
791 "windows 0.61.3",
792 "zeroize",
793]
794
795[[package]]
796name = "assets"
797version = "0.1.0"
798dependencies = [
799 "anyhow",
800 "gpui",
801 "rust-embed",
802]
803
804[[package]]
805name = "assistant_slash_command"
806version = "0.1.0"
807dependencies = [
808 "anyhow",
809 "async-trait",
810 "collections",
811 "derive_more",
812 "extension",
813 "futures 0.3.31",
814 "gpui",
815 "language",
816 "language_model",
817 "parking_lot",
818 "pretty_assertions",
819 "serde",
820 "serde_json",
821 "ui",
822 "util",
823 "workspace",
824]
825
826[[package]]
827name = "assistant_slash_commands"
828version = "0.1.0"
829dependencies = [
830 "anyhow",
831 "assistant_slash_command",
832 "chrono",
833 "collections",
834 "editor",
835 "feature_flags",
836 "fs",
837 "futures 0.3.31",
838 "fuzzy",
839 "gpui",
840 "html_to_markdown",
841 "http_client",
842 "language",
843 "multi_buffer",
844 "pretty_assertions",
845 "project",
846 "prompt_store",
847 "rope",
848 "serde",
849 "serde_json",
850 "settings",
851 "smol",
852 "text",
853 "ui",
854 "util",
855 "workspace",
856 "worktree",
857 "zlog",
858]
859
860[[package]]
861name = "assistant_text_thread"
862version = "0.1.0"
863dependencies = [
864 "agent_settings",
865 "anyhow",
866 "assistant_slash_command",
867 "assistant_slash_commands",
868 "chrono",
869 "client",
870 "clock",
871 "cloud_llm_client",
872 "collections",
873 "context_server",
874 "fs",
875 "futures 0.3.31",
876 "fuzzy",
877 "gpui",
878 "itertools 0.14.0",
879 "language",
880 "language_model",
881 "log",
882 "open_ai",
883 "parking_lot",
884 "paths",
885 "pretty_assertions",
886 "project",
887 "prompt_store",
888 "proto",
889 "rand 0.9.2",
890 "regex",
891 "rpc",
892 "serde",
893 "serde_json",
894 "settings",
895 "smallvec",
896 "smol",
897 "telemetry",
898 "text",
899 "ui",
900 "unindent",
901 "util",
902 "uuid",
903 "workspace",
904 "zed_env_vars",
905]
906
907[[package]]
908name = "async-attributes"
909version = "1.1.2"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
912dependencies = [
913 "quote",
914 "syn 1.0.109",
915]
916
917[[package]]
918name = "async-broadcast"
919version = "0.7.2"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
922dependencies = [
923 "event-listener 5.4.1",
924 "event-listener-strategy",
925 "futures-core",
926 "pin-project-lite",
927]
928
929[[package]]
930name = "async-channel"
931version = "1.9.0"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
934dependencies = [
935 "concurrent-queue",
936 "event-listener 2.5.3",
937 "futures-core",
938]
939
940[[package]]
941name = "async-channel"
942version = "2.5.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
945dependencies = [
946 "concurrent-queue",
947 "event-listener-strategy",
948 "futures-core",
949 "pin-project-lite",
950]
951
952[[package]]
953name = "async-compat"
954version = "0.2.5"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
957dependencies = [
958 "futures-core",
959 "futures-io",
960 "once_cell",
961 "pin-project-lite",
962 "tokio",
963]
964
965[[package]]
966name = "async-compression"
967version = "0.4.32"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
970dependencies = [
971 "compression-codecs",
972 "compression-core",
973 "futures-core",
974 "futures-io",
975 "pin-project-lite",
976]
977
978[[package]]
979name = "async-dispatcher"
980version = "0.1.2"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
983dependencies = [
984 "async-task",
985 "futures-lite 1.13.0",
986]
987
988[[package]]
989name = "async-executor"
990version = "1.13.3"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
993dependencies = [
994 "async-task",
995 "concurrent-queue",
996 "fastrand 2.3.0",
997 "futures-lite 2.6.1",
998 "pin-project-lite",
999 "slab",
1000]
1001
1002[[package]]
1003name = "async-fs"
1004version = "2.2.0"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
1007dependencies = [
1008 "async-lock 3.4.2",
1009 "blocking",
1010 "futures-lite 2.6.1",
1011]
1012
1013[[package]]
1014name = "async-global-executor"
1015version = "2.4.1"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1018dependencies = [
1019 "async-channel 2.5.0",
1020 "async-executor",
1021 "async-io",
1022 "async-lock 3.4.2",
1023 "blocking",
1024 "futures-lite 2.6.1",
1025 "once_cell",
1026]
1027
1028[[package]]
1029name = "async-io"
1030version = "2.6.0"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1033dependencies = [
1034 "autocfg",
1035 "cfg-if",
1036 "concurrent-queue",
1037 "futures-io",
1038 "futures-lite 2.6.1",
1039 "parking",
1040 "polling",
1041 "rustix 1.1.2",
1042 "slab",
1043 "windows-sys 0.61.2",
1044]
1045
1046[[package]]
1047name = "async-lock"
1048version = "2.8.0"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1051dependencies = [
1052 "event-listener 2.5.3",
1053]
1054
1055[[package]]
1056name = "async-lock"
1057version = "3.4.2"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
1060dependencies = [
1061 "event-listener 5.4.1",
1062 "event-listener-strategy",
1063 "pin-project-lite",
1064]
1065
1066[[package]]
1067name = "async-net"
1068version = "2.0.0"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1071dependencies = [
1072 "async-io",
1073 "blocking",
1074 "futures-lite 2.6.1",
1075]
1076
1077[[package]]
1078name = "async-pipe"
1079version = "0.1.3"
1080source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1081dependencies = [
1082 "futures 0.3.31",
1083 "log",
1084]
1085
1086[[package]]
1087name = "async-process"
1088version = "2.5.0"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1091dependencies = [
1092 "async-channel 2.5.0",
1093 "async-io",
1094 "async-lock 3.4.2",
1095 "async-signal",
1096 "async-task",
1097 "blocking",
1098 "cfg-if",
1099 "event-listener 5.4.1",
1100 "futures-lite 2.6.1",
1101 "rustix 1.1.2",
1102]
1103
1104[[package]]
1105name = "async-recursion"
1106version = "1.1.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1109dependencies = [
1110 "proc-macro2",
1111 "quote",
1112 "syn 2.0.117",
1113]
1114
1115[[package]]
1116name = "async-signal"
1117version = "0.2.13"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1120dependencies = [
1121 "async-io",
1122 "async-lock 3.4.2",
1123 "atomic-waker",
1124 "cfg-if",
1125 "futures-core",
1126 "futures-io",
1127 "rustix 1.1.2",
1128 "signal-hook-registry",
1129 "slab",
1130 "windows-sys 0.61.2",
1131]
1132
1133[[package]]
1134name = "async-std"
1135version = "1.13.2"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1138dependencies = [
1139 "async-attributes",
1140 "async-channel 1.9.0",
1141 "async-global-executor",
1142 "async-io",
1143 "async-lock 3.4.2",
1144 "async-process",
1145 "crossbeam-utils",
1146 "futures-channel",
1147 "futures-core",
1148 "futures-io",
1149 "futures-lite 2.6.1",
1150 "gloo-timers",
1151 "kv-log-macro",
1152 "log",
1153 "memchr",
1154 "once_cell",
1155 "pin-project-lite",
1156 "pin-utils",
1157 "slab",
1158 "wasm-bindgen-futures",
1159]
1160
1161[[package]]
1162name = "async-stream"
1163version = "0.3.6"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1166dependencies = [
1167 "async-stream-impl",
1168 "futures-core",
1169 "pin-project-lite",
1170]
1171
1172[[package]]
1173name = "async-stream-impl"
1174version = "0.3.6"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1177dependencies = [
1178 "proc-macro2",
1179 "quote",
1180 "syn 2.0.117",
1181]
1182
1183[[package]]
1184name = "async-tar"
1185version = "0.5.1"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1188dependencies = [
1189 "async-std",
1190 "filetime",
1191 "libc",
1192 "pin-project",
1193 "redox_syscall 0.2.16",
1194 "xattr",
1195]
1196
1197[[package]]
1198name = "async-task"
1199version = "4.7.1"
1200source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1201
1202[[package]]
1203name = "async-trait"
1204version = "0.1.89"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1207dependencies = [
1208 "proc-macro2",
1209 "quote",
1210 "syn 2.0.117",
1211]
1212
1213[[package]]
1214name = "async-tungstenite"
1215version = "0.31.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1218dependencies = [
1219 "atomic-waker",
1220 "futures-core",
1221 "futures-io",
1222 "futures-task",
1223 "futures-util",
1224 "log",
1225 "pin-project-lite",
1226 "rustls-pki-types",
1227 "tokio",
1228 "tokio-rustls 0.26.2",
1229 "tungstenite 0.27.0",
1230]
1231
1232[[package]]
1233name = "async_zip"
1234version = "0.0.18"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1237dependencies = [
1238 "async-compression",
1239 "crc32fast",
1240 "futures-lite 2.6.1",
1241 "pin-project",
1242 "thiserror 2.0.17",
1243]
1244
1245[[package]]
1246name = "asynchronous-codec"
1247version = "0.7.0"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1250dependencies = [
1251 "bytes 1.11.1",
1252 "futures-sink",
1253 "futures-util",
1254 "memchr",
1255 "pin-project-lite",
1256]
1257
1258[[package]]
1259name = "atoi"
1260version = "2.0.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1263dependencies = [
1264 "num-traits",
1265]
1266
1267[[package]]
1268name = "atomic"
1269version = "0.5.3"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1272
1273[[package]]
1274name = "atomic-waker"
1275version = "1.1.2"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1278
1279[[package]]
1280name = "audio"
1281version = "0.1.0"
1282dependencies = [
1283 "anyhow",
1284 "async-tar",
1285 "collections",
1286 "cpal",
1287 "crossbeam",
1288 "denoise",
1289 "gpui",
1290 "libwebrtc",
1291 "log",
1292 "parking_lot",
1293 "rodio",
1294 "serde",
1295 "settings",
1296 "smol",
1297 "thiserror 2.0.17",
1298 "util",
1299]
1300
1301[[package]]
1302name = "auditable-serde"
1303version = "0.8.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1306dependencies = [
1307 "semver",
1308 "serde",
1309 "serde_json",
1310 "topological-sort",
1311]
1312
1313[[package]]
1314name = "auto_update"
1315version = "0.1.0"
1316dependencies = [
1317 "anyhow",
1318 "client",
1319 "clock",
1320 "ctor",
1321 "db",
1322 "futures 0.3.31",
1323 "futures-lite 1.13.0",
1324 "gpui",
1325 "http_client",
1326 "log",
1327 "parking_lot",
1328 "paths",
1329 "release_channel",
1330 "semver",
1331 "serde",
1332 "serde_json",
1333 "settings",
1334 "smol",
1335 "tempfile",
1336 "util",
1337 "which 6.0.3",
1338 "workspace",
1339 "zlog",
1340]
1341
1342[[package]]
1343name = "auto_update_helper"
1344version = "0.1.0"
1345dependencies = [
1346 "anyhow",
1347 "log",
1348 "scopeguard",
1349 "simplelog",
1350 "tempfile",
1351 "windows 0.61.3",
1352 "winresource",
1353]
1354
1355[[package]]
1356name = "auto_update_ui"
1357version = "0.1.0"
1358dependencies = [
1359 "anyhow",
1360 "auto_update",
1361 "client",
1362 "editor",
1363 "gpui",
1364 "markdown_preview",
1365 "release_channel",
1366 "semver",
1367 "serde",
1368 "serde_json",
1369 "smol",
1370 "ui",
1371 "util",
1372 "workspace",
1373]
1374
1375[[package]]
1376name = "autocfg"
1377version = "1.5.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1380
1381[[package]]
1382name = "av1-grain"
1383version = "0.2.4"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1386dependencies = [
1387 "anyhow",
1388 "arrayvec",
1389 "log",
1390 "nom 7.1.3",
1391 "num-rational",
1392 "v_frame",
1393]
1394
1395[[package]]
1396name = "avif-serialize"
1397version = "0.8.6"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1400dependencies = [
1401 "arrayvec",
1402]
1403
1404[[package]]
1405name = "aws-config"
1406version = "1.8.10"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1409dependencies = [
1410 "aws-credential-types",
1411 "aws-runtime",
1412 "aws-sdk-sso",
1413 "aws-sdk-ssooidc",
1414 "aws-sdk-sts",
1415 "aws-smithy-async",
1416 "aws-smithy-http",
1417 "aws-smithy-json",
1418 "aws-smithy-runtime",
1419 "aws-smithy-runtime-api",
1420 "aws-smithy-types",
1421 "aws-types",
1422 "bytes 1.11.1",
1423 "fastrand 2.3.0",
1424 "hex",
1425 "http 1.3.1",
1426 "ring",
1427 "time",
1428 "tokio",
1429 "tracing",
1430 "url",
1431 "zeroize",
1432]
1433
1434[[package]]
1435name = "aws-credential-types"
1436version = "1.2.10"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1439dependencies = [
1440 "aws-smithy-async",
1441 "aws-smithy-runtime-api",
1442 "aws-smithy-types",
1443 "zeroize",
1444]
1445
1446[[package]]
1447name = "aws-lc-rs"
1448version = "1.15.4"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1451dependencies = [
1452 "aws-lc-sys",
1453 "untrusted 0.7.1",
1454 "zeroize",
1455]
1456
1457[[package]]
1458name = "aws-lc-sys"
1459version = "0.37.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1462dependencies = [
1463 "cc",
1464 "cmake",
1465 "dunce",
1466 "fs_extra",
1467]
1468
1469[[package]]
1470name = "aws-runtime"
1471version = "1.5.16"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1474dependencies = [
1475 "aws-credential-types",
1476 "aws-sigv4",
1477 "aws-smithy-async",
1478 "aws-smithy-eventstream",
1479 "aws-smithy-http",
1480 "aws-smithy-runtime",
1481 "aws-smithy-runtime-api",
1482 "aws-smithy-types",
1483 "aws-types",
1484 "bytes 1.11.1",
1485 "fastrand 2.3.0",
1486 "http 0.2.12",
1487 "http-body 0.4.6",
1488 "percent-encoding",
1489 "pin-project-lite",
1490 "tracing",
1491 "uuid",
1492]
1493
1494[[package]]
1495name = "aws-sdk-bedrockruntime"
1496version = "1.113.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1499dependencies = [
1500 "aws-credential-types",
1501 "aws-runtime",
1502 "aws-sigv4",
1503 "aws-smithy-async",
1504 "aws-smithy-eventstream",
1505 "aws-smithy-http",
1506 "aws-smithy-json",
1507 "aws-smithy-runtime",
1508 "aws-smithy-runtime-api",
1509 "aws-smithy-types",
1510 "aws-types",
1511 "bytes 1.11.1",
1512 "fastrand 2.3.0",
1513 "http 0.2.12",
1514 "hyper 0.14.32",
1515 "regex-lite",
1516 "tracing",
1517]
1518
1519[[package]]
1520name = "aws-sdk-kinesis"
1521version = "1.95.0"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1524dependencies = [
1525 "aws-credential-types",
1526 "aws-runtime",
1527 "aws-smithy-async",
1528 "aws-smithy-eventstream",
1529 "aws-smithy-http",
1530 "aws-smithy-json",
1531 "aws-smithy-runtime",
1532 "aws-smithy-runtime-api",
1533 "aws-smithy-types",
1534 "aws-types",
1535 "bytes 1.11.1",
1536 "fastrand 2.3.0",
1537 "http 0.2.12",
1538 "regex-lite",
1539 "tracing",
1540]
1541
1542[[package]]
1543name = "aws-sdk-s3"
1544version = "1.112.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1547dependencies = [
1548 "aws-credential-types",
1549 "aws-runtime",
1550 "aws-sigv4",
1551 "aws-smithy-async",
1552 "aws-smithy-checksums",
1553 "aws-smithy-eventstream",
1554 "aws-smithy-http",
1555 "aws-smithy-json",
1556 "aws-smithy-runtime",
1557 "aws-smithy-runtime-api",
1558 "aws-smithy-types",
1559 "aws-smithy-xml",
1560 "aws-types",
1561 "bytes 1.11.1",
1562 "fastrand 2.3.0",
1563 "hex",
1564 "hmac",
1565 "http 0.2.12",
1566 "http 1.3.1",
1567 "http-body 0.4.6",
1568 "lru",
1569 "percent-encoding",
1570 "regex-lite",
1571 "sha2",
1572 "tracing",
1573 "url",
1574]
1575
1576[[package]]
1577name = "aws-sdk-sso"
1578version = "1.88.0"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1581dependencies = [
1582 "aws-credential-types",
1583 "aws-runtime",
1584 "aws-smithy-async",
1585 "aws-smithy-http",
1586 "aws-smithy-json",
1587 "aws-smithy-runtime",
1588 "aws-smithy-runtime-api",
1589 "aws-smithy-types",
1590 "aws-types",
1591 "bytes 1.11.1",
1592 "fastrand 2.3.0",
1593 "http 0.2.12",
1594 "regex-lite",
1595 "tracing",
1596]
1597
1598[[package]]
1599name = "aws-sdk-ssooidc"
1600version = "1.90.0"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1603dependencies = [
1604 "aws-credential-types",
1605 "aws-runtime",
1606 "aws-smithy-async",
1607 "aws-smithy-http",
1608 "aws-smithy-json",
1609 "aws-smithy-runtime",
1610 "aws-smithy-runtime-api",
1611 "aws-smithy-types",
1612 "aws-types",
1613 "bytes 1.11.1",
1614 "fastrand 2.3.0",
1615 "http 0.2.12",
1616 "regex-lite",
1617 "tracing",
1618]
1619
1620[[package]]
1621name = "aws-sdk-sts"
1622version = "1.90.0"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1625dependencies = [
1626 "aws-credential-types",
1627 "aws-runtime",
1628 "aws-smithy-async",
1629 "aws-smithy-http",
1630 "aws-smithy-json",
1631 "aws-smithy-query",
1632 "aws-smithy-runtime",
1633 "aws-smithy-runtime-api",
1634 "aws-smithy-types",
1635 "aws-smithy-xml",
1636 "aws-types",
1637 "fastrand 2.3.0",
1638 "http 0.2.12",
1639 "regex-lite",
1640 "tracing",
1641]
1642
1643[[package]]
1644name = "aws-sigv4"
1645version = "1.3.6"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1648dependencies = [
1649 "aws-credential-types",
1650 "aws-smithy-eventstream",
1651 "aws-smithy-http",
1652 "aws-smithy-runtime-api",
1653 "aws-smithy-types",
1654 "bytes 1.11.1",
1655 "crypto-bigint 0.5.5",
1656 "form_urlencoded",
1657 "hex",
1658 "hmac",
1659 "http 0.2.12",
1660 "http 1.3.1",
1661 "p256",
1662 "percent-encoding",
1663 "ring",
1664 "sha2",
1665 "subtle",
1666 "time",
1667 "tracing",
1668 "zeroize",
1669]
1670
1671[[package]]
1672name = "aws-smithy-async"
1673version = "1.2.6"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1676dependencies = [
1677 "futures-util",
1678 "pin-project-lite",
1679 "tokio",
1680]
1681
1682[[package]]
1683name = "aws-smithy-checksums"
1684version = "0.63.11"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1687dependencies = [
1688 "aws-smithy-http",
1689 "aws-smithy-types",
1690 "bytes 1.11.1",
1691 "crc-fast",
1692 "hex",
1693 "http 0.2.12",
1694 "http-body 0.4.6",
1695 "md-5",
1696 "pin-project-lite",
1697 "sha1",
1698 "sha2",
1699 "tracing",
1700]
1701
1702[[package]]
1703name = "aws-smithy-eventstream"
1704version = "0.60.13"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1707dependencies = [
1708 "aws-smithy-types",
1709 "bytes 1.11.1",
1710 "crc32fast",
1711]
1712
1713[[package]]
1714name = "aws-smithy-http"
1715version = "0.62.5"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1718dependencies = [
1719 "aws-smithy-eventstream",
1720 "aws-smithy-runtime-api",
1721 "aws-smithy-types",
1722 "bytes 1.11.1",
1723 "bytes-utils",
1724 "futures-core",
1725 "futures-util",
1726 "http 0.2.12",
1727 "http 1.3.1",
1728 "http-body 0.4.6",
1729 "percent-encoding",
1730 "pin-project-lite",
1731 "pin-utils",
1732 "tracing",
1733]
1734
1735[[package]]
1736name = "aws-smithy-http-client"
1737version = "1.1.4"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1740dependencies = [
1741 "aws-smithy-async",
1742 "aws-smithy-runtime-api",
1743 "aws-smithy-types",
1744 "h2 0.3.27",
1745 "h2 0.4.12",
1746 "http 0.2.12",
1747 "http 1.3.1",
1748 "http-body 0.4.6",
1749 "hyper 0.14.32",
1750 "hyper 1.7.0",
1751 "hyper-rustls 0.24.2",
1752 "hyper-rustls 0.27.7",
1753 "hyper-util",
1754 "pin-project-lite",
1755 "rustls 0.21.12",
1756 "rustls 0.23.33",
1757 "rustls-native-certs 0.8.2",
1758 "rustls-pki-types",
1759 "tokio",
1760 "tokio-rustls 0.26.2",
1761 "tower 0.5.2",
1762 "tracing",
1763]
1764
1765[[package]]
1766name = "aws-smithy-json"
1767version = "0.61.7"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1770dependencies = [
1771 "aws-smithy-types",
1772]
1773
1774[[package]]
1775name = "aws-smithy-observability"
1776version = "0.1.4"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1779dependencies = [
1780 "aws-smithy-runtime-api",
1781]
1782
1783[[package]]
1784name = "aws-smithy-query"
1785version = "0.60.8"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1788dependencies = [
1789 "aws-smithy-types",
1790 "urlencoding",
1791]
1792
1793[[package]]
1794name = "aws-smithy-runtime"
1795version = "1.9.4"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1798dependencies = [
1799 "aws-smithy-async",
1800 "aws-smithy-http",
1801 "aws-smithy-http-client",
1802 "aws-smithy-observability",
1803 "aws-smithy-runtime-api",
1804 "aws-smithy-types",
1805 "bytes 1.11.1",
1806 "fastrand 2.3.0",
1807 "http 0.2.12",
1808 "http 1.3.1",
1809 "http-body 0.4.6",
1810 "http-body 1.0.1",
1811 "pin-project-lite",
1812 "pin-utils",
1813 "tokio",
1814 "tracing",
1815]
1816
1817[[package]]
1818name = "aws-smithy-runtime-api"
1819version = "1.9.2"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1822dependencies = [
1823 "aws-smithy-async",
1824 "aws-smithy-types",
1825 "bytes 1.11.1",
1826 "http 0.2.12",
1827 "http 1.3.1",
1828 "pin-project-lite",
1829 "tokio",
1830 "tracing",
1831 "zeroize",
1832]
1833
1834[[package]]
1835name = "aws-smithy-types"
1836version = "1.3.4"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1839dependencies = [
1840 "base64-simd",
1841 "bytes 1.11.1",
1842 "bytes-utils",
1843 "futures-core",
1844 "http 0.2.12",
1845 "http 1.3.1",
1846 "http-body 0.4.6",
1847 "http-body 1.0.1",
1848 "http-body-util",
1849 "itoa",
1850 "num-integer",
1851 "pin-project-lite",
1852 "pin-utils",
1853 "ryu",
1854 "serde",
1855 "time",
1856 "tokio",
1857 "tokio-util",
1858]
1859
1860[[package]]
1861name = "aws-smithy-xml"
1862version = "0.60.12"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1865dependencies = [
1866 "xmlparser",
1867]
1868
1869[[package]]
1870name = "aws-types"
1871version = "1.3.10"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1874dependencies = [
1875 "aws-credential-types",
1876 "aws-smithy-async",
1877 "aws-smithy-runtime-api",
1878 "aws-smithy-types",
1879 "rustc_version",
1880 "tracing",
1881]
1882
1883[[package]]
1884name = "aws_http_client"
1885version = "0.1.0"
1886dependencies = [
1887 "aws-smithy-runtime-api",
1888 "aws-smithy-types",
1889 "http_client",
1890]
1891
1892[[package]]
1893name = "axum"
1894version = "0.6.20"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1897dependencies = [
1898 "async-trait",
1899 "axum-core",
1900 "base64 0.21.7",
1901 "bitflags 1.3.2",
1902 "bytes 1.11.1",
1903 "futures-util",
1904 "headers",
1905 "http 0.2.12",
1906 "http-body 0.4.6",
1907 "hyper 0.14.32",
1908 "itoa",
1909 "matchit",
1910 "memchr",
1911 "mime",
1912 "percent-encoding",
1913 "pin-project-lite",
1914 "rustversion",
1915 "serde",
1916 "serde_json",
1917 "serde_path_to_error",
1918 "serde_urlencoded",
1919 "sha1",
1920 "sync_wrapper 0.1.2",
1921 "tokio",
1922 "tokio-tungstenite 0.20.1",
1923 "tower 0.4.13",
1924 "tower-layer",
1925 "tower-service",
1926]
1927
1928[[package]]
1929name = "axum-core"
1930version = "0.3.4"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1933dependencies = [
1934 "async-trait",
1935 "bytes 1.11.1",
1936 "futures-util",
1937 "http 0.2.12",
1938 "http-body 0.4.6",
1939 "mime",
1940 "rustversion",
1941 "tower-layer",
1942 "tower-service",
1943]
1944
1945[[package]]
1946name = "backtrace"
1947version = "0.3.76"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1950dependencies = [
1951 "addr2line 0.25.1",
1952 "cfg-if",
1953 "libc",
1954 "miniz_oxide",
1955 "object 0.37.3",
1956 "rustc-demangle",
1957 "windows-link 0.2.1",
1958]
1959
1960[[package]]
1961name = "base16ct"
1962version = "0.1.1"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1965
1966[[package]]
1967name = "base64"
1968version = "0.21.7"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1971
1972[[package]]
1973name = "base64"
1974version = "0.22.1"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1977
1978[[package]]
1979name = "base64-simd"
1980version = "0.8.0"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1983dependencies = [
1984 "outref",
1985 "vsimd",
1986]
1987
1988[[package]]
1989name = "base64ct"
1990version = "1.8.0"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1993
1994[[package]]
1995name = "bedrock"
1996version = "0.1.0"
1997dependencies = [
1998 "anyhow",
1999 "aws-sdk-bedrockruntime",
2000 "aws-smithy-types",
2001 "futures 0.3.31",
2002 "schemars",
2003 "serde",
2004 "serde_json",
2005 "strum 0.27.2",
2006 "thiserror 2.0.17",
2007]
2008
2009[[package]]
2010name = "bigdecimal"
2011version = "0.4.8"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2014dependencies = [
2015 "autocfg",
2016 "libm",
2017 "num-bigint",
2018 "num-integer",
2019 "num-traits",
2020 "serde",
2021]
2022
2023[[package]]
2024name = "bincode"
2025version = "1.3.3"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2028dependencies = [
2029 "serde",
2030]
2031
2032[[package]]
2033name = "bindgen"
2034version = "0.71.1"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2037dependencies = [
2038 "bitflags 2.10.0",
2039 "cexpr",
2040 "clang-sys",
2041 "itertools 0.12.1",
2042 "log",
2043 "prettyplease",
2044 "proc-macro2",
2045 "quote",
2046 "regex",
2047 "rustc-hash 2.1.1",
2048 "shlex",
2049 "syn 2.0.117",
2050]
2051
2052[[package]]
2053name = "bindgen"
2054version = "0.72.1"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2057dependencies = [
2058 "bitflags 2.10.0",
2059 "cexpr",
2060 "clang-sys",
2061 "itertools 0.12.1",
2062 "proc-macro2",
2063 "quote",
2064 "regex",
2065 "rustc-hash 2.1.1",
2066 "shlex",
2067 "syn 2.0.117",
2068]
2069
2070[[package]]
2071name = "bit-set"
2072version = "0.8.0"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2075dependencies = [
2076 "bit-vec",
2077]
2078
2079[[package]]
2080name = "bit-vec"
2081version = "0.8.0"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2084
2085[[package]]
2086name = "bit_field"
2087version = "0.10.3"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2090
2091[[package]]
2092name = "bitflags"
2093version = "1.3.2"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2096
2097[[package]]
2098name = "bitflags"
2099version = "2.10.0"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2102dependencies = [
2103 "serde_core",
2104]
2105
2106[[package]]
2107name = "bitstream-io"
2108version = "2.6.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2111
2112[[package]]
2113name = "bitvec"
2114version = "1.0.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2117dependencies = [
2118 "funty",
2119 "radium",
2120 "tap",
2121 "wyz",
2122]
2123
2124[[package]]
2125name = "block"
2126version = "0.1.6"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2129
2130[[package]]
2131name = "block-buffer"
2132version = "0.10.4"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2135dependencies = [
2136 "generic-array",
2137]
2138
2139[[package]]
2140name = "block-padding"
2141version = "0.3.3"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2144dependencies = [
2145 "generic-array",
2146]
2147
2148[[package]]
2149name = "block2"
2150version = "0.6.2"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2153dependencies = [
2154 "objc2",
2155]
2156
2157[[package]]
2158name = "blocking"
2159version = "1.6.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2162dependencies = [
2163 "async-channel 2.5.0",
2164 "async-task",
2165 "futures-io",
2166 "futures-lite 2.6.1",
2167 "piper",
2168]
2169
2170[[package]]
2171name = "bmrng"
2172version = "0.5.2"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2175dependencies = [
2176 "futures-core",
2177 "tokio",
2178]
2179
2180[[package]]
2181name = "bon"
2182version = "3.8.2"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2185dependencies = [
2186 "bon-macros",
2187 "rustversion",
2188]
2189
2190[[package]]
2191name = "bon-macros"
2192version = "3.8.2"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2195dependencies = [
2196 "darling 0.21.3",
2197 "ident_case",
2198 "prettyplease",
2199 "proc-macro2",
2200 "quote",
2201 "rustversion",
2202 "syn 2.0.117",
2203]
2204
2205[[package]]
2206name = "borrow-or-share"
2207version = "0.2.4"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2210
2211[[package]]
2212name = "borsh"
2213version = "1.5.7"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2216dependencies = [
2217 "borsh-derive",
2218 "cfg_aliases 0.2.1",
2219]
2220
2221[[package]]
2222name = "borsh-derive"
2223version = "1.5.7"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2226dependencies = [
2227 "once_cell",
2228 "proc-macro-crate",
2229 "proc-macro2",
2230 "quote",
2231 "syn 2.0.117",
2232]
2233
2234[[package]]
2235name = "breadcrumbs"
2236version = "0.1.0"
2237dependencies = [
2238 "gpui",
2239 "ui",
2240 "workspace",
2241]
2242
2243[[package]]
2244name = "brotli"
2245version = "8.0.2"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
2248dependencies = [
2249 "alloc-no-stdlib",
2250 "alloc-stdlib",
2251 "brotli-decompressor",
2252]
2253
2254[[package]]
2255name = "brotli-decompressor"
2256version = "5.0.0"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2259dependencies = [
2260 "alloc-no-stdlib",
2261 "alloc-stdlib",
2262]
2263
2264[[package]]
2265name = "brush-parser"
2266version = "0.3.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2269dependencies = [
2270 "bon",
2271 "cached",
2272 "indenter",
2273 "peg",
2274 "thiserror 2.0.17",
2275 "tracing",
2276 "utf8-chars",
2277]
2278
2279[[package]]
2280name = "bstr"
2281version = "1.12.0"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2284dependencies = [
2285 "memchr",
2286 "regex-automata",
2287 "serde",
2288]
2289
2290[[package]]
2291name = "buffer_diff"
2292version = "0.1.0"
2293dependencies = [
2294 "clock",
2295 "ctor",
2296 "futures 0.3.31",
2297 "git2",
2298 "gpui",
2299 "language",
2300 "log",
2301 "pretty_assertions",
2302 "rand 0.9.2",
2303 "rope",
2304 "settings",
2305 "sum_tree",
2306 "text",
2307 "tracing",
2308 "unindent",
2309 "util",
2310 "zlog",
2311 "ztracing",
2312]
2313
2314[[package]]
2315name = "built"
2316version = "0.7.7"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2319
2320[[package]]
2321name = "bumpalo"
2322version = "3.19.0"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2325dependencies = [
2326 "allocator-api2",
2327]
2328
2329[[package]]
2330name = "by_address"
2331version = "1.2.1"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2334
2335[[package]]
2336name = "bytecheck"
2337version = "0.6.12"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2340dependencies = [
2341 "bytecheck_derive",
2342 "ptr_meta",
2343 "simdutf8",
2344]
2345
2346[[package]]
2347name = "bytecheck_derive"
2348version = "0.6.12"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2351dependencies = [
2352 "proc-macro2",
2353 "quote",
2354 "syn 1.0.109",
2355]
2356
2357[[package]]
2358name = "bytecount"
2359version = "0.6.9"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2362
2363[[package]]
2364name = "bytemuck"
2365version = "1.24.0"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2368dependencies = [
2369 "bytemuck_derive",
2370]
2371
2372[[package]]
2373name = "bytemuck_derive"
2374version = "1.10.2"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2377dependencies = [
2378 "proc-macro2",
2379 "quote",
2380 "syn 2.0.117",
2381]
2382
2383[[package]]
2384name = "byteorder"
2385version = "1.5.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2388
2389[[package]]
2390name = "byteorder-lite"
2391version = "0.1.0"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2394
2395[[package]]
2396name = "bytes"
2397version = "0.4.12"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2400dependencies = [
2401 "byteorder",
2402 "iovec",
2403]
2404
2405[[package]]
2406name = "bytes"
2407version = "1.11.1"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2410
2411[[package]]
2412name = "bytes-utils"
2413version = "0.1.4"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2416dependencies = [
2417 "bytes 1.11.1",
2418 "either",
2419]
2420
2421[[package]]
2422name = "bzip2"
2423version = "0.4.4"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2426dependencies = [
2427 "bzip2-sys",
2428 "libc",
2429]
2430
2431[[package]]
2432name = "bzip2-sys"
2433version = "0.1.13+1.0.8"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2436dependencies = [
2437 "cc",
2438 "pkg-config",
2439]
2440
2441[[package]]
2442name = "cached"
2443version = "0.56.0"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2446dependencies = [
2447 "ahash 0.8.12",
2448 "cached_proc_macro",
2449 "cached_proc_macro_types",
2450 "hashbrown 0.15.5",
2451 "once_cell",
2452 "thiserror 2.0.17",
2453 "web-time",
2454]
2455
2456[[package]]
2457name = "cached_proc_macro"
2458version = "0.25.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2461dependencies = [
2462 "darling 0.20.11",
2463 "proc-macro2",
2464 "quote",
2465 "syn 2.0.117",
2466]
2467
2468[[package]]
2469name = "cached_proc_macro_types"
2470version = "0.1.1"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2473
2474[[package]]
2475name = "call"
2476version = "0.1.0"
2477dependencies = [
2478 "anyhow",
2479 "audio",
2480 "client",
2481 "collections",
2482 "feature_flags",
2483 "fs",
2484 "futures 0.3.31",
2485 "gpui",
2486 "gpui_tokio",
2487 "language",
2488 "livekit_client",
2489 "log",
2490 "postage",
2491 "project",
2492 "serde",
2493 "settings",
2494 "telemetry",
2495 "util",
2496 "workspace",
2497]
2498
2499[[package]]
2500name = "calloop"
2501version = "0.14.3"
2502source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2503dependencies = [
2504 "bitflags 2.10.0",
2505 "polling",
2506 "rustix 1.1.2",
2507 "slab",
2508 "tracing",
2509]
2510
2511[[package]]
2512name = "calloop-wayland-source"
2513version = "0.4.1"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2516dependencies = [
2517 "calloop",
2518 "rustix 1.1.2",
2519 "wayland-backend",
2520 "wayland-client",
2521]
2522
2523[[package]]
2524name = "camino"
2525version = "1.2.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2528dependencies = [
2529 "serde_core",
2530]
2531
2532[[package]]
2533name = "candle-core"
2534version = "0.9.1"
2535source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2536dependencies = [
2537 "byteorder",
2538 "float8",
2539 "gemm 0.17.1",
2540 "half",
2541 "memmap2",
2542 "num-traits",
2543 "num_cpus",
2544 "rand 0.9.2",
2545 "rand_distr",
2546 "rayon",
2547 "safetensors",
2548 "thiserror 1.0.69",
2549 "ug",
2550 "yoke 0.7.5",
2551 "zip 1.1.4",
2552]
2553
2554[[package]]
2555name = "candle-nn"
2556version = "0.9.1"
2557source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2558dependencies = [
2559 "candle-core",
2560 "half",
2561 "libc",
2562 "num-traits",
2563 "rayon",
2564 "safetensors",
2565 "serde",
2566 "thiserror 1.0.69",
2567]
2568
2569[[package]]
2570name = "candle-onnx"
2571version = "0.9.1"
2572source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2573dependencies = [
2574 "candle-core",
2575 "candle-nn",
2576 "prost 0.12.6",
2577]
2578
2579[[package]]
2580name = "cap-fs-ext"
2581version = "3.4.4"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2584dependencies = [
2585 "cap-primitives",
2586 "cap-std",
2587 "io-lifetimes",
2588 "windows-sys 0.59.0",
2589]
2590
2591[[package]]
2592name = "cap-net-ext"
2593version = "3.4.4"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2596dependencies = [
2597 "cap-primitives",
2598 "cap-std",
2599 "rustix 1.1.2",
2600 "smallvec",
2601]
2602
2603[[package]]
2604name = "cap-primitives"
2605version = "3.4.4"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2608dependencies = [
2609 "ambient-authority",
2610 "fs-set-times",
2611 "io-extras",
2612 "io-lifetimes",
2613 "ipnet",
2614 "maybe-owned",
2615 "rustix 1.1.2",
2616 "rustix-linux-procfs",
2617 "windows-sys 0.59.0",
2618 "winx",
2619]
2620
2621[[package]]
2622name = "cap-rand"
2623version = "3.4.4"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2626dependencies = [
2627 "ambient-authority",
2628 "rand 0.8.5",
2629]
2630
2631[[package]]
2632name = "cap-std"
2633version = "3.4.4"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2636dependencies = [
2637 "cap-primitives",
2638 "io-extras",
2639 "io-lifetimes",
2640 "rustix 1.1.2",
2641]
2642
2643[[package]]
2644name = "cap-time-ext"
2645version = "3.4.4"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2648dependencies = [
2649 "ambient-authority",
2650 "cap-primitives",
2651 "iana-time-zone",
2652 "once_cell",
2653 "rustix 1.1.2",
2654 "winx",
2655]
2656
2657[[package]]
2658name = "cargo-platform"
2659version = "0.1.9"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2662dependencies = [
2663 "serde",
2664]
2665
2666[[package]]
2667name = "cargo_metadata"
2668version = "0.19.2"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2671dependencies = [
2672 "camino",
2673 "cargo-platform",
2674 "semver",
2675 "serde",
2676 "serde_json",
2677 "thiserror 2.0.17",
2678]
2679
2680[[package]]
2681name = "cargo_toml"
2682version = "0.21.0"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2685dependencies = [
2686 "serde",
2687 "toml 0.8.23",
2688]
2689
2690[[package]]
2691name = "cast"
2692version = "0.3.0"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2695
2696[[package]]
2697name = "cbc"
2698version = "0.1.2"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2701dependencies = [
2702 "cipher",
2703]
2704
2705[[package]]
2706name = "cbindgen"
2707version = "0.28.0"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2710dependencies = [
2711 "heck 0.4.1",
2712 "indexmap",
2713 "log",
2714 "proc-macro2",
2715 "quote",
2716 "serde",
2717 "serde_json",
2718 "syn 2.0.117",
2719 "tempfile",
2720 "toml 0.8.23",
2721]
2722
2723[[package]]
2724name = "cc"
2725version = "1.2.49"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2728dependencies = [
2729 "find-msvc-tools",
2730 "jobserver",
2731 "libc",
2732 "shlex",
2733]
2734
2735[[package]]
2736name = "cesu8"
2737version = "1.1.0"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2740
2741[[package]]
2742name = "cexpr"
2743version = "0.6.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2746dependencies = [
2747 "nom 7.1.3",
2748]
2749
2750[[package]]
2751name = "cfg-expr"
2752version = "0.15.8"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2755dependencies = [
2756 "smallvec",
2757 "target-lexicon 0.12.16",
2758]
2759
2760[[package]]
2761name = "cfg-expr"
2762version = "0.20.6"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2765dependencies = [
2766 "smallvec",
2767 "target-lexicon 0.13.3",
2768]
2769
2770[[package]]
2771name = "cfg-if"
2772version = "1.0.4"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2775
2776[[package]]
2777name = "cfg_aliases"
2778version = "0.1.1"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2781
2782[[package]]
2783name = "cfg_aliases"
2784version = "0.2.1"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2787
2788[[package]]
2789name = "cgl"
2790version = "0.3.2"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2793dependencies = [
2794 "libc",
2795]
2796
2797[[package]]
2798name = "channel"
2799version = "0.1.0"
2800dependencies = [
2801 "anyhow",
2802 "client",
2803 "clock",
2804 "collections",
2805 "futures 0.3.31",
2806 "gpui",
2807 "http_client",
2808 "language",
2809 "log",
2810 "postage",
2811 "release_channel",
2812 "rpc",
2813 "semver",
2814 "settings",
2815 "text",
2816 "time",
2817 "util",
2818]
2819
2820[[package]]
2821name = "chardetng"
2822version = "0.1.17"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2825dependencies = [
2826 "cfg-if",
2827 "encoding_rs",
2828 "memchr",
2829]
2830
2831[[package]]
2832name = "chrono"
2833version = "0.4.42"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2836dependencies = [
2837 "iana-time-zone",
2838 "js-sys",
2839 "num-traits",
2840 "serde",
2841 "wasm-bindgen",
2842 "windows-link 0.2.1",
2843]
2844
2845[[package]]
2846name = "chunked_transfer"
2847version = "1.5.0"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2850
2851[[package]]
2852name = "ciborium"
2853version = "0.2.2"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2856dependencies = [
2857 "ciborium-io",
2858 "ciborium-ll",
2859 "serde",
2860]
2861
2862[[package]]
2863name = "ciborium-io"
2864version = "0.2.2"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2867
2868[[package]]
2869name = "ciborium-ll"
2870version = "0.2.2"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2873dependencies = [
2874 "ciborium-io",
2875 "half",
2876]
2877
2878[[package]]
2879name = "cipher"
2880version = "0.4.4"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2883dependencies = [
2884 "crypto-common",
2885 "inout",
2886 "zeroize",
2887]
2888
2889[[package]]
2890name = "circular-buffer"
2891version = "1.2.0"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2894
2895[[package]]
2896name = "clang-sys"
2897version = "1.8.1"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2900dependencies = [
2901 "glob",
2902 "libc",
2903 "libloading",
2904]
2905
2906[[package]]
2907name = "clap"
2908version = "4.5.49"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2911dependencies = [
2912 "clap_builder",
2913 "clap_derive",
2914]
2915
2916[[package]]
2917name = "clap_builder"
2918version = "4.5.49"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2921dependencies = [
2922 "anstream",
2923 "anstyle",
2924 "clap_lex",
2925 "strsim",
2926 "terminal_size",
2927]
2928
2929[[package]]
2930name = "clap_complete"
2931version = "4.5.59"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2934dependencies = [
2935 "clap",
2936]
2937
2938[[package]]
2939name = "clap_derive"
2940version = "4.5.49"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2943dependencies = [
2944 "heck 0.5.0",
2945 "proc-macro2",
2946 "quote",
2947 "syn 2.0.117",
2948]
2949
2950[[package]]
2951name = "clap_lex"
2952version = "0.7.6"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2955
2956[[package]]
2957name = "cli"
2958version = "0.1.0"
2959dependencies = [
2960 "anyhow",
2961 "askpass",
2962 "clap",
2963 "collections",
2964 "core-foundation 0.10.0",
2965 "core-services",
2966 "exec",
2967 "fork",
2968 "ipc-channel",
2969 "parking_lot",
2970 "paths",
2971 "plist",
2972 "rayon",
2973 "release_channel",
2974 "serde",
2975 "serde_json",
2976 "tempfile",
2977 "util",
2978 "walkdir",
2979 "windows 0.61.3",
2980]
2981
2982[[package]]
2983name = "client"
2984version = "0.1.0"
2985dependencies = [
2986 "anyhow",
2987 "async-tungstenite",
2988 "base64 0.22.1",
2989 "chrono",
2990 "clock",
2991 "cloud_api_client",
2992 "cloud_llm_client",
2993 "collections",
2994 "credentials_provider",
2995 "derive_more",
2996 "feature_flags",
2997 "fs",
2998 "futures 0.3.31",
2999 "gpui",
3000 "gpui_tokio",
3001 "http_client",
3002 "http_client_tls",
3003 "httparse",
3004 "log",
3005 "objc2-foundation",
3006 "parking_lot",
3007 "paths",
3008 "postage",
3009 "rand 0.9.2",
3010 "regex",
3011 "release_channel",
3012 "rpc",
3013 "rustls-pki-types",
3014 "semver",
3015 "serde",
3016 "serde_json",
3017 "serde_urlencoded",
3018 "settings",
3019 "sha2",
3020 "smol",
3021 "telemetry",
3022 "telemetry_events",
3023 "text",
3024 "thiserror 2.0.17",
3025 "time",
3026 "tiny_http",
3027 "tokio",
3028 "tokio-native-tls",
3029 "tokio-rustls 0.26.2",
3030 "tokio-socks",
3031 "url",
3032 "util",
3033 "windows 0.61.3",
3034 "worktree",
3035]
3036
3037[[package]]
3038name = "clock"
3039version = "0.1.0"
3040dependencies = [
3041 "parking_lot",
3042 "serde",
3043 "smallvec",
3044]
3045
3046[[package]]
3047name = "cloud_api_client"
3048version = "0.1.0"
3049dependencies = [
3050 "anyhow",
3051 "cloud_api_types",
3052 "futures 0.3.31",
3053 "gpui",
3054 "gpui_tokio",
3055 "http_client",
3056 "parking_lot",
3057 "serde_json",
3058 "thiserror 2.0.17",
3059 "yawc",
3060]
3061
3062[[package]]
3063name = "cloud_api_types"
3064version = "0.1.0"
3065dependencies = [
3066 "anyhow",
3067 "chrono",
3068 "ciborium",
3069 "cloud_llm_client",
3070 "pretty_assertions",
3071 "serde",
3072 "serde_json",
3073 "strum 0.27.2",
3074]
3075
3076[[package]]
3077name = "cloud_llm_client"
3078version = "0.1.0"
3079dependencies = [
3080 "anyhow",
3081 "serde",
3082 "serde_json",
3083 "strum 0.27.2",
3084 "uuid",
3085 "zeta_prompt",
3086]
3087
3088[[package]]
3089name = "cmake"
3090version = "0.1.56"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3093dependencies = [
3094 "cc",
3095]
3096
3097[[package]]
3098name = "cobs"
3099version = "0.3.0"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3102dependencies = [
3103 "thiserror 2.0.17",
3104]
3105
3106[[package]]
3107name = "cocoa"
3108version = "0.25.0"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3111dependencies = [
3112 "bitflags 1.3.2",
3113 "block",
3114 "cocoa-foundation 0.1.2",
3115 "core-foundation 0.9.4",
3116 "core-graphics 0.23.2",
3117 "foreign-types 0.5.0",
3118 "libc",
3119 "objc",
3120]
3121
3122[[package]]
3123name = "cocoa"
3124version = "0.26.0"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3127dependencies = [
3128 "bitflags 2.10.0",
3129 "block",
3130 "cocoa-foundation 0.2.0",
3131 "core-foundation 0.10.0",
3132 "core-graphics 0.24.0",
3133 "foreign-types 0.5.0",
3134 "libc",
3135 "objc",
3136]
3137
3138[[package]]
3139name = "cocoa-foundation"
3140version = "0.1.2"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3143dependencies = [
3144 "bitflags 1.3.2",
3145 "block",
3146 "core-foundation 0.9.4",
3147 "core-graphics-types 0.1.3",
3148 "libc",
3149 "objc",
3150]
3151
3152[[package]]
3153name = "cocoa-foundation"
3154version = "0.2.0"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3157dependencies = [
3158 "bitflags 2.10.0",
3159 "block",
3160 "core-foundation 0.10.0",
3161 "core-graphics-types 0.2.0",
3162 "libc",
3163 "objc",
3164]
3165
3166[[package]]
3167name = "codespan-reporting"
3168version = "0.12.0"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3171dependencies = [
3172 "serde",
3173 "termcolor",
3174 "unicode-width",
3175]
3176
3177[[package]]
3178name = "codespan-reporting"
3179version = "0.13.0"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3182dependencies = [
3183 "serde",
3184 "termcolor",
3185 "unicode-width",
3186]
3187
3188[[package]]
3189name = "codestral"
3190version = "0.1.0"
3191dependencies = [
3192 "anyhow",
3193 "edit_prediction",
3194 "edit_prediction_types",
3195 "futures 0.3.31",
3196 "gpui",
3197 "http_client",
3198 "icons",
3199 "language",
3200 "language_model",
3201 "log",
3202 "serde",
3203 "serde_json",
3204 "text",
3205 "zeta_prompt",
3206]
3207
3208[[package]]
3209name = "collab"
3210version = "0.44.0"
3211dependencies = [
3212 "agent",
3213 "anyhow",
3214 "assistant_slash_command",
3215 "assistant_text_thread",
3216 "async-trait",
3217 "async-tungstenite",
3218 "aws-config",
3219 "aws-sdk-kinesis",
3220 "aws-sdk-s3",
3221 "axum",
3222 "buffer_diff",
3223 "call",
3224 "channel",
3225 "chrono",
3226 "client",
3227 "clock",
3228 "cloud_api_types",
3229 "collab",
3230 "collab_ui",
3231 "collections",
3232 "command_palette_hooks",
3233 "ctor",
3234 "dap",
3235 "dap_adapters",
3236 "dashmap",
3237 "debugger_ui",
3238 "editor",
3239 "envy",
3240 "extension",
3241 "file_finder",
3242 "fs",
3243 "futures 0.3.31",
3244 "git",
3245 "git_hosting_providers",
3246 "git_ui",
3247 "gpui",
3248 "gpui_tokio",
3249 "hex",
3250 "http_client",
3251 "indoc",
3252 "language",
3253 "language_model",
3254 "livekit_api",
3255 "livekit_client",
3256 "log",
3257 "lsp",
3258 "menu",
3259 "multi_buffer",
3260 "nanoid",
3261 "node_runtime",
3262 "notifications",
3263 "parking_lot",
3264 "pretty_assertions",
3265 "project",
3266 "prometheus",
3267 "prompt_store",
3268 "prost 0.9.0",
3269 "rand 0.9.2",
3270 "recent_projects",
3271 "release_channel",
3272 "remote",
3273 "remote_server",
3274 "reqwest 0.11.27",
3275 "rpc",
3276 "sea-orm",
3277 "sea-orm-macros",
3278 "semver",
3279 "serde",
3280 "serde_json",
3281 "session",
3282 "settings",
3283 "sha2",
3284 "smol",
3285 "sqlx",
3286 "strum 0.27.2",
3287 "task",
3288 "telemetry_events",
3289 "text",
3290 "theme",
3291 "time",
3292 "tokio",
3293 "toml 0.8.23",
3294 "tower 0.4.13",
3295 "tower-http 0.4.4",
3296 "tracing",
3297 "tracing-subscriber",
3298 "unindent",
3299 "util",
3300 "uuid",
3301 "workspace",
3302 "worktree",
3303 "zed_actions",
3304 "zlog",
3305]
3306
3307[[package]]
3308name = "collab_ui"
3309version = "0.1.0"
3310dependencies = [
3311 "anyhow",
3312 "call",
3313 "channel",
3314 "chrono",
3315 "client",
3316 "collections",
3317 "db",
3318 "editor",
3319 "futures 0.3.31",
3320 "fuzzy",
3321 "gpui",
3322 "livekit_client",
3323 "log",
3324 "menu",
3325 "notifications",
3326 "picker",
3327 "project",
3328 "release_channel",
3329 "rpc",
3330 "serde",
3331 "serde_json",
3332 "settings",
3333 "smallvec",
3334 "telemetry",
3335 "theme",
3336 "time",
3337 "time_format",
3338 "title_bar",
3339 "ui",
3340 "util",
3341 "workspace",
3342 "zed_actions",
3343]
3344
3345[[package]]
3346name = "collections"
3347version = "0.1.0"
3348dependencies = [
3349 "indexmap",
3350 "rustc-hash 2.1.1",
3351]
3352
3353[[package]]
3354name = "color_quant"
3355version = "1.1.0"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3358
3359[[package]]
3360name = "colorchoice"
3361version = "1.0.4"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3364
3365[[package]]
3366name = "combine"
3367version = "4.6.7"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3370dependencies = [
3371 "bytes 1.11.1",
3372 "memchr",
3373]
3374
3375[[package]]
3376name = "command-fds"
3377version = "0.3.2"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3380dependencies = [
3381 "nix 0.30.1",
3382 "thiserror 2.0.17",
3383]
3384
3385[[package]]
3386name = "command_palette"
3387version = "0.1.0"
3388dependencies = [
3389 "anyhow",
3390 "client",
3391 "collections",
3392 "command_palette_hooks",
3393 "db",
3394 "editor",
3395 "fuzzy",
3396 "go_to_line",
3397 "gpui",
3398 "language",
3399 "log",
3400 "menu",
3401 "picker",
3402 "postage",
3403 "project",
3404 "serde",
3405 "settings",
3406 "telemetry",
3407 "theme",
3408 "time",
3409 "ui",
3410 "util",
3411 "workspace",
3412 "zed_actions",
3413]
3414
3415[[package]]
3416name = "command_palette_hooks"
3417version = "0.1.0"
3418dependencies = [
3419 "collections",
3420 "derive_more",
3421 "gpui",
3422 "workspace",
3423]
3424
3425[[package]]
3426name = "component"
3427version = "0.1.0"
3428dependencies = [
3429 "collections",
3430 "documented",
3431 "gpui",
3432 "inventory",
3433 "parking_lot",
3434 "strum 0.27.2",
3435 "theme",
3436]
3437
3438[[package]]
3439name = "component_preview"
3440version = "0.1.0"
3441dependencies = [
3442 "anyhow",
3443 "client",
3444 "collections",
3445 "component",
3446 "db",
3447 "fs",
3448 "gpui",
3449 "gpui_platform",
3450 "language",
3451 "log",
3452 "node_runtime",
3453 "notifications",
3454 "project",
3455 "release_channel",
3456 "reqwest_client",
3457 "session",
3458 "settings",
3459 "theme",
3460 "ui",
3461 "ui_input",
3462 "uuid",
3463 "workspace",
3464]
3465
3466[[package]]
3467name = "compression-codecs"
3468version = "0.4.31"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3471dependencies = [
3472 "compression-core",
3473 "deflate64",
3474 "flate2",
3475 "memchr",
3476]
3477
3478[[package]]
3479name = "compression-core"
3480version = "0.4.29"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3483
3484[[package]]
3485name = "concurrent-queue"
3486version = "2.5.0"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3489dependencies = [
3490 "crossbeam-utils",
3491]
3492
3493[[package]]
3494name = "console"
3495version = "0.15.11"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3498dependencies = [
3499 "encode_unicode",
3500 "libc",
3501 "once_cell",
3502 "unicode-width",
3503 "windows-sys 0.59.0",
3504]
3505
3506[[package]]
3507name = "console_error_panic_hook"
3508version = "0.1.7"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3511dependencies = [
3512 "cfg-if",
3513 "wasm-bindgen",
3514]
3515
3516[[package]]
3517name = "const-oid"
3518version = "0.9.6"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3521
3522[[package]]
3523name = "const-random"
3524version = "0.1.18"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3527dependencies = [
3528 "const-random-macro",
3529]
3530
3531[[package]]
3532name = "const-random-macro"
3533version = "0.1.16"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3536dependencies = [
3537 "getrandom 0.2.16",
3538 "once_cell",
3539 "tiny-keccak",
3540]
3541
3542[[package]]
3543name = "const_format"
3544version = "0.2.35"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3547dependencies = [
3548 "const_format_proc_macros",
3549]
3550
3551[[package]]
3552name = "const_format_proc_macros"
3553version = "0.2.34"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3556dependencies = [
3557 "proc-macro2",
3558 "quote",
3559 "unicode-xid",
3560]
3561
3562[[package]]
3563name = "constant_time_eq"
3564version = "0.1.5"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3567
3568[[package]]
3569name = "context_server"
3570version = "0.1.0"
3571dependencies = [
3572 "anyhow",
3573 "async-trait",
3574 "collections",
3575 "futures 0.3.31",
3576 "gpui",
3577 "http_client",
3578 "log",
3579 "net",
3580 "parking_lot",
3581 "postage",
3582 "schemars",
3583 "serde",
3584 "serde_json",
3585 "settings",
3586 "slotmap",
3587 "smol",
3588 "tempfile",
3589 "terminal",
3590 "url",
3591 "util",
3592]
3593
3594[[package]]
3595name = "convert_case"
3596version = "0.8.0"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3599dependencies = [
3600 "unicode-segmentation",
3601]
3602
3603[[package]]
3604name = "convert_case"
3605version = "0.10.0"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3608dependencies = [
3609 "unicode-segmentation",
3610]
3611
3612[[package]]
3613name = "convert_case"
3614version = "0.11.0"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3617dependencies = [
3618 "unicode-segmentation",
3619]
3620
3621[[package]]
3622name = "copilot"
3623version = "0.1.0"
3624dependencies = [
3625 "anyhow",
3626 "async-std",
3627 "collections",
3628 "command_palette_hooks",
3629 "copilot_chat",
3630 "edit_prediction_types",
3631 "editor",
3632 "fs",
3633 "futures 0.3.31",
3634 "gpui",
3635 "icons",
3636 "indoc",
3637 "language",
3638 "log",
3639 "lsp",
3640 "node_runtime",
3641 "parking_lot",
3642 "paths",
3643 "pretty_assertions",
3644 "project",
3645 "rpc",
3646 "semver",
3647 "serde",
3648 "serde_json",
3649 "settings",
3650 "sum_tree",
3651 "theme",
3652 "util",
3653 "workspace",
3654 "zlog",
3655]
3656
3657[[package]]
3658name = "copilot_chat"
3659version = "0.1.0"
3660dependencies = [
3661 "anthropic",
3662 "anyhow",
3663 "collections",
3664 "dirs 4.0.0",
3665 "fs",
3666 "futures 0.3.31",
3667 "gpui",
3668 "http_client",
3669 "log",
3670 "paths",
3671 "serde",
3672 "serde_json",
3673 "settings",
3674]
3675
3676[[package]]
3677name = "copilot_ui"
3678version = "0.1.0"
3679dependencies = [
3680 "anyhow",
3681 "copilot",
3682 "gpui",
3683 "language",
3684 "log",
3685 "lsp",
3686 "menu",
3687 "project",
3688 "serde_json",
3689 "settings",
3690 "ui",
3691 "util",
3692 "workspace",
3693]
3694
3695[[package]]
3696name = "core-foundation"
3697version = "0.9.4"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3700dependencies = [
3701 "core-foundation-sys",
3702 "libc",
3703]
3704
3705[[package]]
3706name = "core-foundation"
3707version = "0.10.0"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3710dependencies = [
3711 "core-foundation-sys",
3712 "libc",
3713]
3714
3715[[package]]
3716name = "core-foundation-sys"
3717version = "0.8.7"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3720
3721[[package]]
3722name = "core-graphics"
3723version = "0.23.2"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3726dependencies = [
3727 "bitflags 1.3.2",
3728 "core-foundation 0.9.4",
3729 "core-graphics-types 0.1.3",
3730 "foreign-types 0.5.0",
3731 "libc",
3732]
3733
3734[[package]]
3735name = "core-graphics"
3736version = "0.24.0"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3739dependencies = [
3740 "bitflags 2.10.0",
3741 "core-foundation 0.10.0",
3742 "core-graphics-types 0.2.0",
3743 "foreign-types 0.5.0",
3744 "libc",
3745]
3746
3747[[package]]
3748name = "core-graphics-helmer-fork"
3749version = "0.24.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3752dependencies = [
3753 "bitflags 2.10.0",
3754 "core-foundation 0.9.4",
3755 "core-graphics-types 0.1.3",
3756 "foreign-types 0.5.0",
3757 "libc",
3758]
3759
3760[[package]]
3761name = "core-graphics-types"
3762version = "0.1.3"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3765dependencies = [
3766 "bitflags 1.3.2",
3767 "core-foundation 0.9.4",
3768 "libc",
3769]
3770
3771[[package]]
3772name = "core-graphics-types"
3773version = "0.2.0"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3776dependencies = [
3777 "bitflags 2.10.0",
3778 "core-foundation 0.10.0",
3779 "libc",
3780]
3781
3782[[package]]
3783name = "core-graphics2"
3784version = "0.5.2"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3787dependencies = [
3788 "bitflags 2.10.0",
3789 "block",
3790 "cfg-if",
3791 "core-foundation 0.10.0",
3792 "libc",
3793]
3794
3795[[package]]
3796name = "core-services"
3797version = "0.2.1"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3800dependencies = [
3801 "core-foundation 0.9.4",
3802]
3803
3804[[package]]
3805name = "core-text"
3806version = "21.0.0"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3809dependencies = [
3810 "core-foundation 0.10.0",
3811 "core-graphics 0.24.0",
3812 "foreign-types 0.5.0",
3813 "libc",
3814]
3815
3816[[package]]
3817name = "core-video"
3818version = "0.5.2"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3821dependencies = [
3822 "block",
3823 "core-foundation 0.10.0",
3824 "core-graphics2",
3825 "io-surface",
3826 "libc",
3827 "metal",
3828]
3829
3830[[package]]
3831name = "core_maths"
3832version = "0.1.1"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3835dependencies = [
3836 "libm",
3837]
3838
3839[[package]]
3840name = "coreaudio-rs"
3841version = "0.12.1"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3844dependencies = [
3845 "bitflags 1.3.2",
3846 "core-foundation-sys",
3847 "coreaudio-sys",
3848]
3849
3850[[package]]
3851name = "coreaudio-rs"
3852version = "0.13.0"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3855dependencies = [
3856 "bitflags 1.3.2",
3857 "libc",
3858 "objc2-audio-toolbox",
3859 "objc2-core-audio",
3860 "objc2-core-audio-types",
3861 "objc2-core-foundation",
3862]
3863
3864[[package]]
3865name = "coreaudio-sys"
3866version = "0.2.17"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3869dependencies = [
3870 "bindgen 0.72.1",
3871]
3872
3873[[package]]
3874name = "cosmic-text"
3875version = "0.17.1"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3878dependencies = [
3879 "bitflags 2.10.0",
3880 "fontdb 0.23.0",
3881 "harfrust",
3882 "linebender_resource_handle",
3883 "log",
3884 "rangemap",
3885 "rustc-hash 2.1.1",
3886 "self_cell",
3887 "skrifa 0.40.0",
3888 "smol_str",
3889 "swash",
3890 "sys-locale",
3891 "unicode-bidi",
3892 "unicode-linebreak",
3893 "unicode-script",
3894 "unicode-segmentation",
3895]
3896
3897[[package]]
3898name = "cpal"
3899version = "0.17.1"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3902dependencies = [
3903 "alsa",
3904 "coreaudio-rs 0.13.0",
3905 "dasp_sample",
3906 "jni",
3907 "js-sys",
3908 "libc",
3909 "mach2 0.5.0",
3910 "ndk",
3911 "ndk-context",
3912 "num-derive",
3913 "num-traits",
3914 "objc2",
3915 "objc2-audio-toolbox",
3916 "objc2-avf-audio",
3917 "objc2-core-audio",
3918 "objc2-core-audio-types",
3919 "objc2-core-foundation",
3920 "objc2-foundation",
3921 "wasm-bindgen",
3922 "wasm-bindgen-futures",
3923 "web-sys",
3924 "windows 0.62.2",
3925]
3926
3927[[package]]
3928name = "cpp_demangle"
3929version = "0.4.5"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3932dependencies = [
3933 "cfg-if",
3934]
3935
3936[[package]]
3937name = "cpufeatures"
3938version = "0.2.17"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3941dependencies = [
3942 "libc",
3943]
3944
3945[[package]]
3946name = "cranelift-assembler-x64"
3947version = "0.120.2"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3950dependencies = [
3951 "cranelift-assembler-x64-meta",
3952]
3953
3954[[package]]
3955name = "cranelift-assembler-x64-meta"
3956version = "0.120.2"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3959dependencies = [
3960 "cranelift-srcgen",
3961]
3962
3963[[package]]
3964name = "cranelift-bforest"
3965version = "0.120.2"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3968dependencies = [
3969 "cranelift-entity",
3970]
3971
3972[[package]]
3973name = "cranelift-bitset"
3974version = "0.120.2"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3977dependencies = [
3978 "serde",
3979 "serde_derive",
3980]
3981
3982[[package]]
3983name = "cranelift-codegen"
3984version = "0.120.2"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3987dependencies = [
3988 "bumpalo",
3989 "cranelift-assembler-x64",
3990 "cranelift-bforest",
3991 "cranelift-bitset",
3992 "cranelift-codegen-meta",
3993 "cranelift-codegen-shared",
3994 "cranelift-control",
3995 "cranelift-entity",
3996 "cranelift-isle",
3997 "gimli 0.31.1",
3998 "hashbrown 0.15.5",
3999 "log",
4000 "postcard",
4001 "pulley-interpreter",
4002 "regalloc2",
4003 "rustc-hash 2.1.1",
4004 "serde",
4005 "serde_derive",
4006 "sha2",
4007 "smallvec",
4008 "target-lexicon 0.13.3",
4009]
4010
4011[[package]]
4012name = "cranelift-codegen-meta"
4013version = "0.120.2"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
4016dependencies = [
4017 "cranelift-assembler-x64-meta",
4018 "cranelift-codegen-shared",
4019 "cranelift-srcgen",
4020 "pulley-interpreter",
4021]
4022
4023[[package]]
4024name = "cranelift-codegen-shared"
4025version = "0.120.2"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4028
4029[[package]]
4030name = "cranelift-control"
4031version = "0.120.2"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4034dependencies = [
4035 "arbitrary",
4036]
4037
4038[[package]]
4039name = "cranelift-entity"
4040version = "0.120.2"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4043dependencies = [
4044 "cranelift-bitset",
4045 "serde",
4046 "serde_derive",
4047]
4048
4049[[package]]
4050name = "cranelift-frontend"
4051version = "0.120.2"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4054dependencies = [
4055 "cranelift-codegen",
4056 "log",
4057 "smallvec",
4058 "target-lexicon 0.13.3",
4059]
4060
4061[[package]]
4062name = "cranelift-isle"
4063version = "0.120.2"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4066
4067[[package]]
4068name = "cranelift-native"
4069version = "0.120.2"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4072dependencies = [
4073 "cranelift-codegen",
4074 "libc",
4075 "target-lexicon 0.13.3",
4076]
4077
4078[[package]]
4079name = "cranelift-srcgen"
4080version = "0.120.2"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4083
4084[[package]]
4085name = "crash-context"
4086version = "0.6.3"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4089dependencies = [
4090 "cfg-if",
4091 "libc",
4092 "mach2 0.4.3",
4093]
4094
4095[[package]]
4096name = "crash-handler"
4097version = "0.6.3"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4100dependencies = [
4101 "cfg-if",
4102 "crash-context",
4103 "libc",
4104 "mach2 0.4.3",
4105 "parking_lot",
4106]
4107
4108[[package]]
4109name = "crashes"
4110version = "0.1.0"
4111dependencies = [
4112 "cfg-if",
4113 "crash-handler",
4114 "futures 0.3.31",
4115 "log",
4116 "mach2 0.5.0",
4117 "minidumper",
4118 "parking_lot",
4119 "paths",
4120 "release_channel",
4121 "serde",
4122 "serde_json",
4123 "smol",
4124 "system_specs",
4125 "windows 0.61.3",
4126 "zstd",
4127]
4128
4129[[package]]
4130name = "crc"
4131version = "3.3.0"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4134dependencies = [
4135 "crc-catalog",
4136]
4137
4138[[package]]
4139name = "crc-catalog"
4140version = "2.4.0"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4143
4144[[package]]
4145name = "crc-fast"
4146version = "1.6.0"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4149dependencies = [
4150 "crc",
4151 "digest",
4152 "rand 0.9.2",
4153 "regex",
4154 "rustversion",
4155]
4156
4157[[package]]
4158name = "crc32fast"
4159version = "1.5.0"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4162dependencies = [
4163 "cfg-if",
4164]
4165
4166[[package]]
4167name = "credentials_provider"
4168version = "0.1.0"
4169dependencies = [
4170 "anyhow",
4171 "futures 0.3.31",
4172 "gpui",
4173 "paths",
4174 "release_channel",
4175 "serde",
4176 "serde_json",
4177]
4178
4179[[package]]
4180name = "criterion"
4181version = "0.5.1"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4184dependencies = [
4185 "anes",
4186 "cast",
4187 "ciborium",
4188 "clap",
4189 "criterion-plot",
4190 "is-terminal",
4191 "itertools 0.10.5",
4192 "num-traits",
4193 "once_cell",
4194 "oorandom",
4195 "plotters",
4196 "rayon",
4197 "regex",
4198 "serde",
4199 "serde_derive",
4200 "serde_json",
4201 "tinytemplate",
4202 "walkdir",
4203]
4204
4205[[package]]
4206name = "criterion-plot"
4207version = "0.5.0"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4210dependencies = [
4211 "cast",
4212 "itertools 0.10.5",
4213]
4214
4215[[package]]
4216name = "crossbeam"
4217version = "0.8.4"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4220dependencies = [
4221 "crossbeam-channel",
4222 "crossbeam-deque",
4223 "crossbeam-epoch",
4224 "crossbeam-queue",
4225 "crossbeam-utils",
4226]
4227
4228[[package]]
4229name = "crossbeam-channel"
4230version = "0.5.15"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4233dependencies = [
4234 "crossbeam-utils",
4235]
4236
4237[[package]]
4238name = "crossbeam-deque"
4239version = "0.8.6"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4242dependencies = [
4243 "crossbeam-epoch",
4244 "crossbeam-utils",
4245]
4246
4247[[package]]
4248name = "crossbeam-epoch"
4249version = "0.9.18"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4252dependencies = [
4253 "crossbeam-utils",
4254]
4255
4256[[package]]
4257name = "crossbeam-queue"
4258version = "0.3.12"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4261dependencies = [
4262 "crossbeam-utils",
4263]
4264
4265[[package]]
4266name = "crossbeam-utils"
4267version = "0.8.21"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4270
4271[[package]]
4272name = "crunchy"
4273version = "0.2.4"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4276
4277[[package]]
4278name = "crypto-bigint"
4279version = "0.4.9"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4282dependencies = [
4283 "generic-array",
4284 "rand_core 0.6.4",
4285 "subtle",
4286 "zeroize",
4287]
4288
4289[[package]]
4290name = "crypto-bigint"
4291version = "0.5.5"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4294dependencies = [
4295 "rand_core 0.6.4",
4296 "subtle",
4297]
4298
4299[[package]]
4300name = "crypto-common"
4301version = "0.1.6"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4304dependencies = [
4305 "generic-array",
4306 "typenum",
4307]
4308
4309[[package]]
4310name = "cssparser"
4311version = "0.35.0"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4314dependencies = [
4315 "cssparser-macros",
4316 "dtoa-short",
4317 "itoa",
4318 "phf 0.11.3",
4319 "smallvec",
4320]
4321
4322[[package]]
4323name = "cssparser-macros"
4324version = "0.6.1"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4327dependencies = [
4328 "quote",
4329 "syn 2.0.117",
4330]
4331
4332[[package]]
4333name = "csv_preview"
4334version = "0.1.0"
4335dependencies = [
4336 "anyhow",
4337 "editor",
4338 "feature_flags",
4339 "gpui",
4340 "log",
4341 "text",
4342 "ui",
4343 "workspace",
4344]
4345
4346[[package]]
4347name = "ctor"
4348version = "0.4.3"
4349source = "registry+https://github.com/rust-lang/crates.io-index"
4350checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4351dependencies = [
4352 "ctor-proc-macro",
4353 "dtor",
4354]
4355
4356[[package]]
4357name = "ctor-proc-macro"
4358version = "0.0.6"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4361
4362[[package]]
4363name = "ctrlc"
4364version = "3.5.0"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4367dependencies = [
4368 "dispatch",
4369 "nix 0.30.1",
4370 "windows-sys 0.61.2",
4371]
4372
4373[[package]]
4374name = "cursor-icon"
4375version = "1.2.0"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4378
4379[[package]]
4380name = "cxx"
4381version = "1.0.187"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4384dependencies = [
4385 "cc",
4386 "cxx-build",
4387 "cxxbridge-cmd",
4388 "cxxbridge-flags",
4389 "cxxbridge-macro",
4390 "foldhash 0.2.0",
4391 "link-cplusplus",
4392]
4393
4394[[package]]
4395name = "cxx-build"
4396version = "1.0.187"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4399dependencies = [
4400 "cc",
4401 "codespan-reporting 0.13.0",
4402 "indexmap",
4403 "proc-macro2",
4404 "quote",
4405 "scratch",
4406 "syn 2.0.117",
4407]
4408
4409[[package]]
4410name = "cxxbridge-cmd"
4411version = "1.0.187"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4414dependencies = [
4415 "clap",
4416 "codespan-reporting 0.13.0",
4417 "indexmap",
4418 "proc-macro2",
4419 "quote",
4420 "syn 2.0.117",
4421]
4422
4423[[package]]
4424name = "cxxbridge-flags"
4425version = "1.0.187"
4426source = "registry+https://github.com/rust-lang/crates.io-index"
4427checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4428
4429[[package]]
4430name = "cxxbridge-macro"
4431version = "1.0.187"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4434dependencies = [
4435 "indexmap",
4436 "proc-macro2",
4437 "quote",
4438 "syn 2.0.117",
4439]
4440
4441[[package]]
4442name = "dap"
4443version = "0.1.0"
4444dependencies = [
4445 "anyhow",
4446 "async-compression",
4447 "async-pipe",
4448 "async-tar",
4449 "async-trait",
4450 "client",
4451 "collections",
4452 "dap-types",
4453 "fs",
4454 "futures 0.3.31",
4455 "gpui",
4456 "http_client",
4457 "language",
4458 "libc",
4459 "log",
4460 "node_runtime",
4461 "parking_lot",
4462 "paths",
4463 "proto",
4464 "schemars",
4465 "serde",
4466 "serde_json",
4467 "settings",
4468 "smallvec",
4469 "smol",
4470 "task",
4471 "telemetry",
4472 "util",
4473 "zlog",
4474]
4475
4476[[package]]
4477name = "dap-types"
4478version = "0.0.1"
4479source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4480dependencies = [
4481 "schemars",
4482 "serde",
4483 "serde_json",
4484]
4485
4486[[package]]
4487name = "dap_adapters"
4488version = "0.1.0"
4489dependencies = [
4490 "anyhow",
4491 "async-trait",
4492 "collections",
4493 "dap",
4494 "dotenvy",
4495 "fs",
4496 "futures 0.3.31",
4497 "gpui",
4498 "http_client",
4499 "json_dotpath",
4500 "language",
4501 "log",
4502 "node_runtime",
4503 "paths",
4504 "serde",
4505 "serde_json",
4506 "settings",
4507 "smol",
4508 "task",
4509 "util",
4510]
4511
4512[[package]]
4513name = "darling"
4514version = "0.20.11"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4517dependencies = [
4518 "darling_core 0.20.11",
4519 "darling_macro 0.20.11",
4520]
4521
4522[[package]]
4523name = "darling"
4524version = "0.21.3"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4527dependencies = [
4528 "darling_core 0.21.3",
4529 "darling_macro 0.21.3",
4530]
4531
4532[[package]]
4533name = "darling_core"
4534version = "0.20.11"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4537dependencies = [
4538 "fnv",
4539 "ident_case",
4540 "proc-macro2",
4541 "quote",
4542 "strsim",
4543 "syn 2.0.117",
4544]
4545
4546[[package]]
4547name = "darling_core"
4548version = "0.21.3"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4551dependencies = [
4552 "fnv",
4553 "ident_case",
4554 "proc-macro2",
4555 "quote",
4556 "strsim",
4557 "syn 2.0.117",
4558]
4559
4560[[package]]
4561name = "darling_macro"
4562version = "0.20.11"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4565dependencies = [
4566 "darling_core 0.20.11",
4567 "quote",
4568 "syn 2.0.117",
4569]
4570
4571[[package]]
4572name = "darling_macro"
4573version = "0.21.3"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4576dependencies = [
4577 "darling_core 0.21.3",
4578 "quote",
4579 "syn 2.0.117",
4580]
4581
4582[[package]]
4583name = "dashmap"
4584version = "6.1.0"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4587dependencies = [
4588 "cfg-if",
4589 "crossbeam-utils",
4590 "hashbrown 0.14.5",
4591 "lock_api",
4592 "once_cell",
4593 "parking_lot_core",
4594]
4595
4596[[package]]
4597name = "dasp_sample"
4598version = "0.11.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4601
4602[[package]]
4603name = "data-encoding"
4604version = "2.9.0"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4607
4608[[package]]
4609name = "data-url"
4610version = "0.3.2"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4613
4614[[package]]
4615name = "db"
4616version = "0.1.0"
4617dependencies = [
4618 "anyhow",
4619 "gpui",
4620 "indoc",
4621 "inventory",
4622 "log",
4623 "paths",
4624 "release_channel",
4625 "smol",
4626 "sqlez",
4627 "sqlez_macros",
4628 "tempfile",
4629 "util",
4630 "uuid",
4631 "zed_env_vars",
4632]
4633
4634[[package]]
4635name = "dbus"
4636version = "0.9.9"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4639dependencies = [
4640 "libc",
4641 "libdbus-sys",
4642 "windows-sys 0.59.0",
4643]
4644
4645[[package]]
4646name = "debug_adapter_extension"
4647version = "0.1.0"
4648dependencies = [
4649 "anyhow",
4650 "async-trait",
4651 "collections",
4652 "dap",
4653 "extension",
4654 "gpui",
4655 "serde_json",
4656 "task",
4657 "util",
4658]
4659
4660[[package]]
4661name = "debugger_tools"
4662version = "0.1.0"
4663dependencies = [
4664 "anyhow",
4665 "dap",
4666 "editor",
4667 "futures 0.3.31",
4668 "gpui",
4669 "project",
4670 "serde_json",
4671 "settings",
4672 "smol",
4673 "util",
4674 "workspace",
4675]
4676
4677[[package]]
4678name = "debugger_ui"
4679version = "0.1.0"
4680dependencies = [
4681 "alacritty_terminal",
4682 "anyhow",
4683 "bitflags 2.10.0",
4684 "client",
4685 "collections",
4686 "command_palette_hooks",
4687 "dap",
4688 "dap_adapters",
4689 "db",
4690 "debugger_tools",
4691 "editor",
4692 "feature_flags",
4693 "file_icons",
4694 "futures 0.3.31",
4695 "fuzzy",
4696 "gpui",
4697 "hex",
4698 "indoc",
4699 "itertools 0.14.0",
4700 "language",
4701 "log",
4702 "menu",
4703 "notifications",
4704 "parking_lot",
4705 "parse_int",
4706 "paths",
4707 "picker",
4708 "pretty_assertions",
4709 "project",
4710 "rpc",
4711 "schemars",
4712 "serde",
4713 "serde_json",
4714 "serde_json_lenient",
4715 "settings",
4716 "sysinfo 0.37.2",
4717 "task",
4718 "tasks_ui",
4719 "terminal_view",
4720 "text",
4721 "theme",
4722 "tree-sitter",
4723 "tree-sitter-go",
4724 "tree-sitter-json",
4725 "ui",
4726 "ui_input",
4727 "unindent",
4728 "util",
4729 "workspace",
4730 "zed_actions",
4731 "zlog",
4732]
4733
4734[[package]]
4735name = "debugid"
4736version = "0.8.0"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4739dependencies = [
4740 "uuid",
4741]
4742
4743[[package]]
4744name = "deepseek"
4745version = "0.1.0"
4746dependencies = [
4747 "anyhow",
4748 "futures 0.3.31",
4749 "http_client",
4750 "schemars",
4751 "serde",
4752 "serde_json",
4753]
4754
4755[[package]]
4756name = "deflate64"
4757version = "0.1.10"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4760
4761[[package]]
4762name = "denoise"
4763version = "0.1.0"
4764dependencies = [
4765 "candle-core",
4766 "candle-onnx",
4767 "log",
4768 "realfft",
4769 "rodio",
4770 "rustfft",
4771 "thiserror 2.0.17",
4772]
4773
4774[[package]]
4775name = "der"
4776version = "0.6.1"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4779dependencies = [
4780 "const-oid",
4781 "zeroize",
4782]
4783
4784[[package]]
4785name = "der"
4786version = "0.7.10"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4789dependencies = [
4790 "const-oid",
4791 "pem-rfc7468",
4792 "zeroize",
4793]
4794
4795[[package]]
4796name = "deranged"
4797version = "0.5.4"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4800dependencies = [
4801 "powerfmt",
4802 "serde_core",
4803]
4804
4805[[package]]
4806name = "derive_arbitrary"
4807version = "1.4.2"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4810dependencies = [
4811 "proc-macro2",
4812 "quote",
4813 "syn 2.0.117",
4814]
4815
4816[[package]]
4817name = "derive_more"
4818version = "2.1.1"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4821dependencies = [
4822 "derive_more-impl",
4823]
4824
4825[[package]]
4826name = "derive_more-impl"
4827version = "2.1.1"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4830dependencies = [
4831 "convert_case 0.10.0",
4832 "proc-macro2",
4833 "quote",
4834 "rustc_version",
4835 "syn 2.0.117",
4836 "unicode-xid",
4837]
4838
4839[[package]]
4840name = "derive_refineable"
4841version = "0.1.0"
4842dependencies = [
4843 "proc-macro2",
4844 "quote",
4845 "syn 2.0.117",
4846]
4847
4848[[package]]
4849name = "derive_setters"
4850version = "0.1.9"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4853dependencies = [
4854 "darling 0.21.3",
4855 "proc-macro2",
4856 "quote",
4857 "syn 2.0.117",
4858]
4859
4860[[package]]
4861name = "dev_container"
4862version = "0.1.0"
4863dependencies = [
4864 "fs",
4865 "futures 0.3.31",
4866 "gpui",
4867 "http 1.3.1",
4868 "http_client",
4869 "log",
4870 "menu",
4871 "node_runtime",
4872 "paths",
4873 "picker",
4874 "project",
4875 "serde",
4876 "serde_json",
4877 "settings",
4878 "smol",
4879 "ui",
4880 "util",
4881 "workspace",
4882 "worktree",
4883]
4884
4885[[package]]
4886name = "diagnostics"
4887version = "0.1.0"
4888dependencies = [
4889 "anyhow",
4890 "collections",
4891 "component",
4892 "ctor",
4893 "editor",
4894 "gpui",
4895 "indoc",
4896 "itertools 0.14.0",
4897 "language",
4898 "log",
4899 "lsp",
4900 "markdown",
4901 "pretty_assertions",
4902 "project",
4903 "rand 0.9.2",
4904 "serde",
4905 "serde_json",
4906 "settings",
4907 "text",
4908 "theme",
4909 "ui",
4910 "unindent",
4911 "util",
4912 "workspace",
4913 "zed_actions",
4914 "zlog",
4915]
4916
4917[[package]]
4918name = "dialoguer"
4919version = "0.11.0"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4922dependencies = [
4923 "console",
4924 "fuzzy-matcher",
4925 "shell-words",
4926 "tempfile",
4927 "thiserror 1.0.69",
4928 "zeroize",
4929]
4930
4931[[package]]
4932name = "diff"
4933version = "0.1.13"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4936
4937[[package]]
4938name = "diffy"
4939version = "0.4.2"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4942dependencies = [
4943 "nu-ansi-term",
4944]
4945
4946[[package]]
4947name = "digest"
4948version = "0.10.7"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4951dependencies = [
4952 "block-buffer",
4953 "const-oid",
4954 "crypto-common",
4955 "subtle",
4956]
4957
4958[[package]]
4959name = "dirs"
4960version = "4.0.0"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4963dependencies = [
4964 "dirs-sys 0.3.7",
4965]
4966
4967[[package]]
4968name = "dirs"
4969version = "5.0.1"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4972dependencies = [
4973 "dirs-sys 0.4.1",
4974]
4975
4976[[package]]
4977name = "dirs"
4978version = "6.0.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4981dependencies = [
4982 "dirs-sys 0.5.0",
4983]
4984
4985[[package]]
4986name = "dirs-sys"
4987version = "0.3.7"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4990dependencies = [
4991 "libc",
4992 "redox_users 0.4.6",
4993 "winapi",
4994]
4995
4996[[package]]
4997name = "dirs-sys"
4998version = "0.4.1"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5001dependencies = [
5002 "libc",
5003 "option-ext",
5004 "redox_users 0.4.6",
5005 "windows-sys 0.48.0",
5006]
5007
5008[[package]]
5009name = "dirs-sys"
5010version = "0.5.0"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5013dependencies = [
5014 "libc",
5015 "option-ext",
5016 "redox_users 0.5.2",
5017 "windows-sys 0.61.2",
5018]
5019
5020[[package]]
5021name = "dispatch"
5022version = "0.2.0"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5025
5026[[package]]
5027name = "dispatch2"
5028version = "0.3.1"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5031dependencies = [
5032 "bitflags 2.10.0",
5033 "block2",
5034 "libc",
5035 "objc2",
5036]
5037
5038[[package]]
5039name = "displaydoc"
5040version = "0.2.5"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5043dependencies = [
5044 "proc-macro2",
5045 "quote",
5046 "syn 2.0.117",
5047]
5048
5049[[package]]
5050name = "dlib"
5051version = "0.5.2"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5054dependencies = [
5055 "libloading",
5056]
5057
5058[[package]]
5059name = "docs_preprocessor"
5060version = "0.1.0"
5061dependencies = [
5062 "anyhow",
5063 "collections",
5064 "jsonschema",
5065 "mdbook",
5066 "regex",
5067 "schemars",
5068 "serde",
5069 "serde_json",
5070 "settings",
5071 "task",
5072 "theme",
5073 "util",
5074 "zlog",
5075]
5076
5077[[package]]
5078name = "document-features"
5079version = "0.2.12"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5082dependencies = [
5083 "litrs",
5084]
5085
5086[[package]]
5087name = "documented"
5088version = "0.9.2"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5091dependencies = [
5092 "documented-macros",
5093 "phf 0.12.1",
5094 "thiserror 2.0.17",
5095]
5096
5097[[package]]
5098name = "documented-macros"
5099version = "0.9.2"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5102dependencies = [
5103 "convert_case 0.8.0",
5104 "itertools 0.14.0",
5105 "optfield",
5106 "proc-macro2",
5107 "quote",
5108 "strum 0.27.2",
5109 "syn 2.0.117",
5110]
5111
5112[[package]]
5113name = "dotenvy"
5114version = "0.15.7"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5117
5118[[package]]
5119name = "downcast-rs"
5120version = "1.2.1"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5123
5124[[package]]
5125name = "doxygen-rs"
5126version = "0.4.2"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5129dependencies = [
5130 "phf 0.11.3",
5131]
5132
5133[[package]]
5134name = "dtoa"
5135version = "1.0.10"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5138
5139[[package]]
5140name = "dtoa-short"
5141version = "0.3.5"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5144dependencies = [
5145 "dtoa",
5146]
5147
5148[[package]]
5149name = "dtor"
5150version = "0.0.6"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5153dependencies = [
5154 "dtor-proc-macro",
5155]
5156
5157[[package]]
5158name = "dtor-proc-macro"
5159version = "0.0.5"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5162
5163[[package]]
5164name = "dunce"
5165version = "1.0.5"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5168
5169[[package]]
5170name = "dwrote"
5171version = "0.11.5"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5174dependencies = [
5175 "lazy_static",
5176 "libc",
5177 "winapi",
5178 "wio",
5179]
5180
5181[[package]]
5182name = "dyn-clone"
5183version = "1.0.20"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5186
5187[[package]]
5188name = "dyn-stack"
5189version = "0.10.0"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5192dependencies = [
5193 "bytemuck",
5194 "reborrow",
5195]
5196
5197[[package]]
5198name = "dyn-stack"
5199version = "0.13.2"
5200source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5202dependencies = [
5203 "bytemuck",
5204 "dyn-stack-macros",
5205]
5206
5207[[package]]
5208name = "dyn-stack-macros"
5209version = "0.1.3"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5212
5213[[package]]
5214name = "ec4rs"
5215version = "1.2.0"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5218
5219[[package]]
5220name = "ecdsa"
5221version = "0.14.8"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5224dependencies = [
5225 "der 0.6.1",
5226 "elliptic-curve",
5227 "rfc6979",
5228 "signature 1.6.4",
5229]
5230
5231[[package]]
5232name = "edit_prediction"
5233version = "0.1.0"
5234dependencies = [
5235 "ai_onboarding",
5236 "anyhow",
5237 "arrayvec",
5238 "brotli",
5239 "buffer_diff",
5240 "client",
5241 "clock",
5242 "cloud_api_types",
5243 "cloud_llm_client",
5244 "collections",
5245 "copilot",
5246 "copilot_ui",
5247 "ctor",
5248 "db",
5249 "edit_prediction_context",
5250 "edit_prediction_types",
5251 "feature_flags",
5252 "fs",
5253 "futures 0.3.31",
5254 "gpui",
5255 "indoc",
5256 "itertools 0.14.0",
5257 "language",
5258 "language_model",
5259 "log",
5260 "lsp",
5261 "menu",
5262 "open_ai",
5263 "parking_lot",
5264 "postage",
5265 "pretty_assertions",
5266 "project",
5267 "pulldown-cmark 0.13.0",
5268 "rand 0.9.2",
5269 "regex",
5270 "release_channel",
5271 "semver",
5272 "serde",
5273 "serde_json",
5274 "settings",
5275 "strum 0.27.2",
5276 "telemetry",
5277 "telemetry_events",
5278 "text",
5279 "thiserror 2.0.17",
5280 "time",
5281 "toml 0.8.23",
5282 "ui",
5283 "util",
5284 "uuid",
5285 "workspace",
5286 "worktree",
5287 "zed_actions",
5288 "zeta_prompt",
5289 "zlog",
5290 "zstd",
5291]
5292
5293[[package]]
5294name = "edit_prediction_cli"
5295version = "0.1.0"
5296dependencies = [
5297 "anthropic",
5298 "anyhow",
5299 "chrono",
5300 "clap",
5301 "client",
5302 "cloud_llm_client",
5303 "collections",
5304 "debug_adapter_extension",
5305 "dirs 4.0.0",
5306 "edit_prediction",
5307 "extension",
5308 "flate2",
5309 "fs",
5310 "futures 0.3.31",
5311 "gaoya",
5312 "gpui",
5313 "gpui_platform",
5314 "gpui_tokio",
5315 "http_client",
5316 "indoc",
5317 "language",
5318 "language_extension",
5319 "language_model",
5320 "language_models",
5321 "languages",
5322 "libc",
5323 "log",
5324 "node_runtime",
5325 "open_ai",
5326 "paths",
5327 "pretty_assertions",
5328 "project",
5329 "prompt_store",
5330 "rand 0.9.2",
5331 "release_channel",
5332 "reqwest_client",
5333 "rust-embed",
5334 "serde",
5335 "serde_json",
5336 "settings",
5337 "shellexpand 2.1.2",
5338 "similar",
5339 "smol",
5340 "sqlez",
5341 "sqlez_macros",
5342 "strum 0.27.2",
5343 "telemetry_events",
5344 "tempfile",
5345 "terminal_view",
5346 "toml 0.8.23",
5347 "util",
5348 "wasmtime",
5349 "watch",
5350 "workspace",
5351 "zeta_prompt",
5352]
5353
5354[[package]]
5355name = "edit_prediction_context"
5356version = "0.1.0"
5357dependencies = [
5358 "anyhow",
5359 "clock",
5360 "collections",
5361 "env_logger 0.11.8",
5362 "futures 0.3.31",
5363 "gpui",
5364 "indoc",
5365 "language",
5366 "log",
5367 "lsp",
5368 "parking_lot",
5369 "pretty_assertions",
5370 "project",
5371 "serde",
5372 "serde_json",
5373 "settings",
5374 "smallvec",
5375 "text",
5376 "tree-sitter",
5377 "util",
5378 "zeta_prompt",
5379]
5380
5381[[package]]
5382name = "edit_prediction_types"
5383version = "0.1.0"
5384dependencies = [
5385 "client",
5386 "gpui",
5387 "icons",
5388 "language",
5389 "text",
5390]
5391
5392[[package]]
5393name = "edit_prediction_ui"
5394version = "0.1.0"
5395dependencies = [
5396 "anyhow",
5397 "buffer_diff",
5398 "client",
5399 "cloud_llm_client",
5400 "codestral",
5401 "collections",
5402 "command_palette_hooks",
5403 "copilot",
5404 "copilot_chat",
5405 "copilot_ui",
5406 "edit_prediction",
5407 "edit_prediction_types",
5408 "editor",
5409 "feature_flags",
5410 "fs",
5411 "futures 0.3.31",
5412 "gpui",
5413 "indoc",
5414 "language",
5415 "markdown",
5416 "menu",
5417 "multi_buffer",
5418 "paths",
5419 "project",
5420 "regex",
5421 "settings",
5422 "telemetry",
5423 "text",
5424 "theme",
5425 "time",
5426 "ui",
5427 "util",
5428 "workspace",
5429 "zed_actions",
5430 "zeta_prompt",
5431]
5432
5433[[package]]
5434name = "editor"
5435version = "0.1.0"
5436dependencies = [
5437 "aho-corasick",
5438 "anyhow",
5439 "assets",
5440 "breadcrumbs",
5441 "buffer_diff",
5442 "client",
5443 "clock",
5444 "collections",
5445 "convert_case 0.8.0",
5446 "criterion",
5447 "ctor",
5448 "dap",
5449 "db",
5450 "edit_prediction_types",
5451 "emojis",
5452 "feature_flags",
5453 "file_icons",
5454 "fs",
5455 "futures 0.3.31",
5456 "fuzzy",
5457 "git",
5458 "gpui",
5459 "indoc",
5460 "itertools 0.14.0",
5461 "language",
5462 "languages",
5463 "linkify",
5464 "log",
5465 "lsp",
5466 "markdown",
5467 "menu",
5468 "multi_buffer",
5469 "ordered-float 2.10.1",
5470 "parking_lot",
5471 "pretty_assertions",
5472 "project",
5473 "proptest",
5474 "proptest-derive",
5475 "rand 0.9.2",
5476 "regex",
5477 "release_channel",
5478 "rope",
5479 "rpc",
5480 "schemars",
5481 "semver",
5482 "serde",
5483 "serde_json",
5484 "settings",
5485 "smallvec",
5486 "smol",
5487 "snippet",
5488 "sum_tree",
5489 "task",
5490 "telemetry",
5491 "text",
5492 "theme",
5493 "time",
5494 "tracing",
5495 "tree-sitter-bash",
5496 "tree-sitter-c",
5497 "tree-sitter-html",
5498 "tree-sitter-md",
5499 "tree-sitter-python",
5500 "tree-sitter-rust",
5501 "tree-sitter-typescript",
5502 "tree-sitter-yaml",
5503 "ui",
5504 "ui_input",
5505 "unicode-script",
5506 "unicode-segmentation",
5507 "unicode-width",
5508 "unindent",
5509 "url",
5510 "util",
5511 "uuid",
5512 "vim_mode_setting",
5513 "workspace",
5514 "zed_actions",
5515 "zlog",
5516 "ztracing",
5517]
5518
5519[[package]]
5520name = "either"
5521version = "1.15.0"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5524dependencies = [
5525 "serde",
5526]
5527
5528[[package]]
5529name = "elasticlunr-rs"
5530version = "3.0.2"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5533dependencies = [
5534 "regex",
5535 "serde",
5536 "serde_derive",
5537 "serde_json",
5538]
5539
5540[[package]]
5541name = "elliptic-curve"
5542version = "0.12.3"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5545dependencies = [
5546 "base16ct",
5547 "crypto-bigint 0.4.9",
5548 "der 0.6.1",
5549 "digest",
5550 "ff",
5551 "generic-array",
5552 "group",
5553 "pkcs8 0.9.0",
5554 "rand_core 0.6.4",
5555 "sec1",
5556 "subtle",
5557 "zeroize",
5558]
5559
5560[[package]]
5561name = "email_address"
5562version = "0.2.9"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5565dependencies = [
5566 "serde",
5567]
5568
5569[[package]]
5570name = "embed-resource"
5571version = "3.0.6"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5574dependencies = [
5575 "cc",
5576 "memchr",
5577 "rustc_version",
5578 "toml 0.9.8",
5579 "vswhom",
5580 "winreg 0.55.0",
5581]
5582
5583[[package]]
5584name = "embedded-io"
5585version = "0.4.0"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5588
5589[[package]]
5590name = "embedded-io"
5591version = "0.6.1"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5594
5595[[package]]
5596name = "emojis"
5597version = "0.6.4"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5600dependencies = [
5601 "phf 0.11.3",
5602]
5603
5604[[package]]
5605name = "encode_unicode"
5606version = "1.0.0"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5609
5610[[package]]
5611name = "encoding_rs"
5612version = "0.8.35"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5615dependencies = [
5616 "cfg-if",
5617]
5618
5619[[package]]
5620name = "encoding_selector"
5621version = "0.1.0"
5622dependencies = [
5623 "editor",
5624 "encoding_rs",
5625 "fuzzy",
5626 "gpui",
5627 "language",
5628 "picker",
5629 "project",
5630 "ui",
5631 "util",
5632 "workspace",
5633]
5634
5635[[package]]
5636name = "endi"
5637version = "1.1.0"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5640
5641[[package]]
5642name = "enum-as-inner"
5643version = "0.6.1"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5646dependencies = [
5647 "heck 0.5.0",
5648 "proc-macro2",
5649 "quote",
5650 "syn 2.0.117",
5651]
5652
5653[[package]]
5654name = "enumflags2"
5655version = "0.7.12"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5658dependencies = [
5659 "enumflags2_derive",
5660 "serde",
5661]
5662
5663[[package]]
5664name = "enumflags2_derive"
5665version = "0.7.12"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5668dependencies = [
5669 "proc-macro2",
5670 "quote",
5671 "syn 2.0.117",
5672]
5673
5674[[package]]
5675name = "env_filter"
5676version = "0.1.4"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5679dependencies = [
5680 "log",
5681 "regex",
5682]
5683
5684[[package]]
5685name = "env_logger"
5686version = "0.10.2"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5689dependencies = [
5690 "humantime",
5691 "is-terminal",
5692 "log",
5693 "regex",
5694 "termcolor",
5695]
5696
5697[[package]]
5698name = "env_logger"
5699version = "0.11.8"
5700source = "registry+https://github.com/rust-lang/crates.io-index"
5701checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5702dependencies = [
5703 "anstream",
5704 "anstyle",
5705 "env_filter",
5706 "jiff",
5707 "log",
5708]
5709
5710[[package]]
5711name = "envy"
5712version = "0.4.2"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5715dependencies = [
5716 "serde",
5717]
5718
5719[[package]]
5720name = "equator"
5721version = "0.4.2"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5724dependencies = [
5725 "equator-macro",
5726]
5727
5728[[package]]
5729name = "equator-macro"
5730version = "0.4.2"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5733dependencies = [
5734 "proc-macro2",
5735 "quote",
5736 "syn 2.0.117",
5737]
5738
5739[[package]]
5740name = "equivalent"
5741version = "1.0.2"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5744
5745[[package]]
5746name = "erased-serde"
5747version = "0.4.9"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5750dependencies = [
5751 "serde",
5752 "serde_core",
5753 "typeid",
5754]
5755
5756[[package]]
5757name = "errno"
5758version = "0.2.8"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5761dependencies = [
5762 "errno-dragonfly",
5763 "libc",
5764 "winapi",
5765]
5766
5767[[package]]
5768name = "errno"
5769version = "0.3.14"
5770source = "registry+https://github.com/rust-lang/crates.io-index"
5771checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5772dependencies = [
5773 "libc",
5774 "windows-sys 0.61.2",
5775]
5776
5777[[package]]
5778name = "errno-dragonfly"
5779version = "0.1.2"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5782dependencies = [
5783 "cc",
5784 "libc",
5785]
5786
5787[[package]]
5788name = "error-graph"
5789version = "0.1.1"
5790source = "registry+https://github.com/rust-lang/crates.io-index"
5791checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5792dependencies = [
5793 "serde",
5794]
5795
5796[[package]]
5797name = "etagere"
5798version = "0.2.15"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5801dependencies = [
5802 "euclid",
5803 "svg_fmt",
5804]
5805
5806[[package]]
5807name = "etcetera"
5808version = "0.8.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5811dependencies = [
5812 "cfg-if",
5813 "home",
5814 "windows-sys 0.48.0",
5815]
5816
5817[[package]]
5818name = "etw_tracing"
5819version = "0.1.0"
5820dependencies = [
5821 "anyhow",
5822 "gpui",
5823 "log",
5824 "net",
5825 "serde",
5826 "serde_json",
5827 "util",
5828 "windows 0.61.3",
5829 "windows-core 0.61.2",
5830 "workspace",
5831 "wprcontrol",
5832]
5833
5834[[package]]
5835name = "euclid"
5836version = "0.22.11"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5839dependencies = [
5840 "num-traits",
5841]
5842
5843[[package]]
5844name = "eval"
5845version = "0.1.0"
5846dependencies = [
5847 "acp_thread",
5848 "agent",
5849 "agent-client-protocol",
5850 "agent_settings",
5851 "agent_ui",
5852 "anyhow",
5853 "async-trait",
5854 "buffer_diff",
5855 "chrono",
5856 "clap",
5857 "client",
5858 "collections",
5859 "debug_adapter_extension",
5860 "dirs 4.0.0",
5861 "dotenvy",
5862 "env_logger 0.11.8",
5863 "extension",
5864 "fs",
5865 "futures 0.3.31",
5866 "gpui",
5867 "gpui_platform",
5868 "gpui_tokio",
5869 "handlebars 4.5.0",
5870 "language",
5871 "language_extension",
5872 "language_model",
5873 "language_models",
5874 "languages",
5875 "markdown",
5876 "node_runtime",
5877 "pathdiff",
5878 "paths",
5879 "pretty_assertions",
5880 "project",
5881 "prompt_store",
5882 "rand 0.9.2",
5883 "regex",
5884 "release_channel",
5885 "reqwest_client",
5886 "serde",
5887 "serde_json",
5888 "settings",
5889 "shellexpand 2.1.2",
5890 "telemetry",
5891 "terminal_view",
5892 "toml 0.8.23",
5893 "unindent",
5894 "util",
5895 "uuid",
5896 "watch",
5897]
5898
5899[[package]]
5900name = "eval_cli"
5901version = "0.1.0"
5902dependencies = [
5903 "acp_thread",
5904 "agent",
5905 "agent-client-protocol",
5906 "agent_ui",
5907 "anyhow",
5908 "clap",
5909 "client",
5910 "ctrlc",
5911 "debug_adapter_extension",
5912 "env_logger 0.11.8",
5913 "extension",
5914 "feature_flags",
5915 "fs",
5916 "futures 0.3.31",
5917 "gpui",
5918 "gpui_platform",
5919 "gpui_tokio",
5920 "language",
5921 "language_extension",
5922 "language_model",
5923 "language_models",
5924 "languages",
5925 "node_runtime",
5926 "paths",
5927 "project",
5928 "prompt_store",
5929 "release_channel",
5930 "reqwest_client",
5931 "serde",
5932 "serde_json",
5933 "settings",
5934 "shellexpand 2.1.2",
5935 "terminal_view",
5936 "util",
5937 "watch",
5938]
5939
5940[[package]]
5941name = "eval_utils"
5942version = "0.1.0"
5943dependencies = [
5944 "gpui_platform",
5945 "serde",
5946 "smol",
5947]
5948
5949[[package]]
5950name = "event-listener"
5951version = "2.5.3"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5954
5955[[package]]
5956name = "event-listener"
5957version = "5.4.1"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5960dependencies = [
5961 "concurrent-queue",
5962 "parking",
5963 "pin-project-lite",
5964]
5965
5966[[package]]
5967name = "event-listener-strategy"
5968version = "0.5.4"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5971dependencies = [
5972 "event-listener 5.4.1",
5973 "pin-project-lite",
5974]
5975
5976[[package]]
5977name = "exec"
5978version = "0.3.1"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5981dependencies = [
5982 "errno 0.2.8",
5983 "libc",
5984]
5985
5986[[package]]
5987name = "explorer_command_injector"
5988version = "0.1.0"
5989dependencies = [
5990 "windows 0.61.3",
5991 "windows-core 0.61.2",
5992 "windows-registry 0.5.3",
5993]
5994
5995[[package]]
5996name = "exr"
5997version = "1.73.0"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
6000dependencies = [
6001 "bit_field",
6002 "half",
6003 "lebe",
6004 "miniz_oxide",
6005 "rayon-core",
6006 "smallvec",
6007 "zune-inflate",
6008]
6009
6010[[package]]
6011name = "extended"
6012version = "0.1.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6015
6016[[package]]
6017name = "extension"
6018version = "0.1.0"
6019dependencies = [
6020 "anyhow",
6021 "async-trait",
6022 "cloud_api_types",
6023 "collections",
6024 "dap",
6025 "fs",
6026 "futures 0.3.31",
6027 "gpui",
6028 "heck 0.5.0",
6029 "http_client",
6030 "indoc",
6031 "language",
6032 "log",
6033 "lsp",
6034 "parking_lot",
6035 "pretty_assertions",
6036 "proto",
6037 "semver",
6038 "serde",
6039 "serde_json",
6040 "task",
6041 "tempfile",
6042 "toml 0.8.23",
6043 "tracing",
6044 "url",
6045 "util",
6046 "wasm-encoder 0.221.3",
6047 "wasmparser 0.221.3",
6048 "ztracing",
6049]
6050
6051[[package]]
6052name = "extension_cli"
6053version = "0.1.0"
6054dependencies = [
6055 "anyhow",
6056 "clap",
6057 "cloud_api_types",
6058 "env_logger 0.11.8",
6059 "extension",
6060 "fs",
6061 "gpui_platform",
6062 "language",
6063 "log",
6064 "reqwest_client",
6065 "serde",
6066 "serde_json",
6067 "serde_json_lenient",
6068 "settings_content",
6069 "snippet_provider",
6070 "task",
6071 "theme",
6072 "tokio",
6073 "toml 0.8.23",
6074 "tree-sitter",
6075 "wasmtime",
6076]
6077
6078[[package]]
6079name = "extension_host"
6080version = "0.1.0"
6081dependencies = [
6082 "anyhow",
6083 "async-compression",
6084 "async-tar",
6085 "async-trait",
6086 "client",
6087 "cloud_api_types",
6088 "collections",
6089 "criterion",
6090 "ctor",
6091 "dap",
6092 "extension",
6093 "fs",
6094 "futures 0.3.31",
6095 "gpui",
6096 "gpui_tokio",
6097 "http_client",
6098 "language",
6099 "language_extension",
6100 "log",
6101 "lsp",
6102 "moka",
6103 "node_runtime",
6104 "parking_lot",
6105 "paths",
6106 "project",
6107 "release_channel",
6108 "remote",
6109 "reqwest_client",
6110 "semver",
6111 "serde",
6112 "serde_json",
6113 "serde_json_lenient",
6114 "settings",
6115 "task",
6116 "telemetry",
6117 "tempfile",
6118 "theme",
6119 "theme_extension",
6120 "toml 0.8.23",
6121 "tracing",
6122 "url",
6123 "util",
6124 "wasmparser 0.221.3",
6125 "wasmtime",
6126 "wasmtime-wasi",
6127 "zlog",
6128 "ztracing",
6129]
6130
6131[[package]]
6132name = "extensions_ui"
6133version = "0.1.0"
6134dependencies = [
6135 "anyhow",
6136 "client",
6137 "cloud_api_types",
6138 "collections",
6139 "db",
6140 "editor",
6141 "extension",
6142 "extension_host",
6143 "fs",
6144 "fuzzy",
6145 "gpui",
6146 "language",
6147 "log",
6148 "num-format",
6149 "picker",
6150 "project",
6151 "release_channel",
6152 "semver",
6153 "serde",
6154 "settings",
6155 "smallvec",
6156 "strum 0.27.2",
6157 "telemetry",
6158 "theme",
6159 "ui",
6160 "util",
6161 "vim_mode_setting",
6162 "workspace",
6163 "zed_actions",
6164]
6165
6166[[package]]
6167name = "failspot"
6168version = "0.2.0"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6171
6172[[package]]
6173name = "fallible-iterator"
6174version = "0.3.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6177
6178[[package]]
6179name = "fancy-regex"
6180version = "0.16.2"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6183dependencies = [
6184 "bit-set",
6185 "regex-automata",
6186 "regex-syntax",
6187]
6188
6189[[package]]
6190name = "fancy-regex"
6191version = "0.17.0"
6192source = "registry+https://github.com/rust-lang/crates.io-index"
6193checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6194dependencies = [
6195 "bit-set",
6196 "regex-automata",
6197 "regex-syntax",
6198]
6199
6200[[package]]
6201name = "fast-srgb8"
6202version = "1.0.0"
6203source = "registry+https://github.com/rust-lang/crates.io-index"
6204checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6205
6206[[package]]
6207name = "fastrand"
6208version = "1.9.0"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6211dependencies = [
6212 "instant",
6213]
6214
6215[[package]]
6216name = "fastrand"
6217version = "2.3.0"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6220
6221[[package]]
6222name = "fax"
6223version = "0.2.6"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6226dependencies = [
6227 "fax_derive",
6228]
6229
6230[[package]]
6231name = "fax_derive"
6232version = "0.2.0"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6235dependencies = [
6236 "proc-macro2",
6237 "quote",
6238 "syn 2.0.117",
6239]
6240
6241[[package]]
6242name = "fd-lock"
6243version = "4.0.4"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6246dependencies = [
6247 "cfg-if",
6248 "rustix 1.1.2",
6249 "windows-sys 0.59.0",
6250]
6251
6252[[package]]
6253name = "fdeflate"
6254version = "0.3.7"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6257dependencies = [
6258 "simd-adler32",
6259]
6260
6261[[package]]
6262name = "feature_flags"
6263version = "0.1.0"
6264dependencies = [
6265 "gpui",
6266]
6267
6268[[package]]
6269name = "feedback"
6270version = "0.1.0"
6271dependencies = [
6272 "gpui",
6273 "system_specs",
6274 "urlencoding",
6275 "util",
6276 "workspace",
6277 "zed_actions",
6278]
6279
6280[[package]]
6281name = "ff"
6282version = "0.12.1"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6285dependencies = [
6286 "rand_core 0.6.4",
6287 "subtle",
6288]
6289
6290[[package]]
6291name = "file_finder"
6292version = "0.1.0"
6293dependencies = [
6294 "anyhow",
6295 "channel",
6296 "client",
6297 "collections",
6298 "ctor",
6299 "editor",
6300 "file_icons",
6301 "futures 0.3.31",
6302 "fuzzy",
6303 "gpui",
6304 "menu",
6305 "open_path_prompt",
6306 "picker",
6307 "pretty_assertions",
6308 "project",
6309 "project_panel",
6310 "remote_connection",
6311 "serde",
6312 "serde_json",
6313 "settings",
6314 "theme",
6315 "ui",
6316 "util",
6317 "workspace",
6318 "zed_actions",
6319 "zlog",
6320]
6321
6322[[package]]
6323name = "file_icons"
6324version = "0.1.0"
6325dependencies = [
6326 "gpui",
6327 "serde",
6328 "theme",
6329 "util",
6330]
6331
6332[[package]]
6333name = "filedescriptor"
6334version = "0.8.3"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6337dependencies = [
6338 "libc",
6339 "thiserror 1.0.69",
6340 "winapi",
6341]
6342
6343[[package]]
6344name = "filetime"
6345version = "0.2.26"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6348dependencies = [
6349 "cfg-if",
6350 "libc",
6351 "libredox",
6352 "windows-sys 0.60.2",
6353]
6354
6355[[package]]
6356name = "find-msvc-tools"
6357version = "0.1.5"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6360
6361[[package]]
6362name = "fixedbitset"
6363version = "0.4.2"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6366
6367[[package]]
6368name = "fixedbitset"
6369version = "0.5.7"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6372
6373[[package]]
6374name = "flate2"
6375version = "1.1.8"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6378dependencies = [
6379 "crc32fast",
6380 "miniz_oxide",
6381]
6382
6383[[package]]
6384name = "float-cmp"
6385version = "0.9.0"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6388
6389[[package]]
6390name = "float-ord"
6391version = "0.3.2"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6394
6395[[package]]
6396name = "float8"
6397version = "0.4.2"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6400dependencies = [
6401 "half",
6402 "num-traits",
6403 "rand 0.9.2",
6404 "rand_distr",
6405]
6406
6407[[package]]
6408name = "float_next_after"
6409version = "1.0.0"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6412
6413[[package]]
6414name = "fluent-uri"
6415version = "0.4.1"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6418dependencies = [
6419 "borrow-or-share",
6420 "ref-cast",
6421 "serde",
6422]
6423
6424[[package]]
6425name = "flume"
6426version = "0.11.1"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6429dependencies = [
6430 "futures-core",
6431 "futures-sink",
6432 "nanorand",
6433 "spin 0.9.8",
6434]
6435
6436[[package]]
6437name = "fnv"
6438version = "1.0.7"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6441
6442[[package]]
6443name = "foldhash"
6444version = "0.1.5"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6447
6448[[package]]
6449name = "foldhash"
6450version = "0.2.0"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6453
6454[[package]]
6455name = "font-types"
6456version = "0.10.0"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6459dependencies = [
6460 "bytemuck",
6461]
6462
6463[[package]]
6464name = "font-types"
6465version = "0.11.0"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6468dependencies = [
6469 "bytemuck",
6470]
6471
6472[[package]]
6473name = "fontconfig-parser"
6474version = "0.5.8"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6477dependencies = [
6478 "roxmltree",
6479]
6480
6481[[package]]
6482name = "fontdb"
6483version = "0.16.2"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6486dependencies = [
6487 "fontconfig-parser",
6488 "log",
6489 "memmap2",
6490 "slotmap",
6491 "tinyvec",
6492 "ttf-parser 0.20.0",
6493]
6494
6495[[package]]
6496name = "fontdb"
6497version = "0.23.0"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6500dependencies = [
6501 "fontconfig-parser",
6502 "log",
6503 "memmap2",
6504 "slotmap",
6505 "tinyvec",
6506 "ttf-parser 0.25.1",
6507]
6508
6509[[package]]
6510name = "foreign-types"
6511version = "0.3.2"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6514dependencies = [
6515 "foreign-types-shared 0.1.1",
6516]
6517
6518[[package]]
6519name = "foreign-types"
6520version = "0.5.0"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6523dependencies = [
6524 "foreign-types-macros",
6525 "foreign-types-shared 0.3.1",
6526]
6527
6528[[package]]
6529name = "foreign-types-macros"
6530version = "0.2.3"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6533dependencies = [
6534 "proc-macro2",
6535 "quote",
6536 "syn 2.0.117",
6537]
6538
6539[[package]]
6540name = "foreign-types-shared"
6541version = "0.1.1"
6542source = "registry+https://github.com/rust-lang/crates.io-index"
6543checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6544
6545[[package]]
6546name = "foreign-types-shared"
6547version = "0.3.1"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6550
6551[[package]]
6552name = "fork"
6553version = "0.4.0"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6556dependencies = [
6557 "libc",
6558]
6559
6560[[package]]
6561name = "form_urlencoded"
6562version = "1.2.2"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6565dependencies = [
6566 "percent-encoding",
6567]
6568
6569[[package]]
6570name = "fraction"
6571version = "0.15.3"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6574dependencies = [
6575 "lazy_static",
6576 "num",
6577]
6578
6579[[package]]
6580name = "freetype-sys"
6581version = "0.20.1"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6584dependencies = [
6585 "cc",
6586 "libc",
6587 "pkg-config",
6588]
6589
6590[[package]]
6591name = "fs"
6592version = "0.1.0"
6593dependencies = [
6594 "anyhow",
6595 "ashpd",
6596 "async-tar",
6597 "async-trait",
6598 "cocoa 0.26.0",
6599 "collections",
6600 "dunce",
6601 "fs",
6602 "futures 0.3.31",
6603 "git",
6604 "gpui",
6605 "ignore",
6606 "is_executable",
6607 "libc",
6608 "log",
6609 "notify 8.2.0",
6610 "objc",
6611 "parking_lot",
6612 "paths",
6613 "proto",
6614 "rope",
6615 "serde",
6616 "serde_json",
6617 "smol",
6618 "tempfile",
6619 "text",
6620 "time",
6621 "util",
6622 "windows 0.61.3",
6623]
6624
6625[[package]]
6626name = "fs-set-times"
6627version = "0.20.3"
6628source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6630dependencies = [
6631 "io-lifetimes",
6632 "rustix 1.1.2",
6633 "windows-sys 0.59.0",
6634]
6635
6636[[package]]
6637name = "fs2"
6638version = "0.4.3"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6641dependencies = [
6642 "libc",
6643 "winapi",
6644]
6645
6646[[package]]
6647name = "fs_benchmarks"
6648version = "0.1.0"
6649dependencies = [
6650 "fs",
6651 "gpui",
6652 "gpui_platform",
6653]
6654
6655[[package]]
6656name = "fs_extra"
6657version = "1.3.0"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6660
6661[[package]]
6662name = "fsevent-sys"
6663version = "4.1.0"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6666dependencies = [
6667 "libc",
6668]
6669
6670[[package]]
6671name = "fuchsia-cprng"
6672version = "0.1.1"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6675
6676[[package]]
6677name = "funty"
6678version = "2.0.0"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6681
6682[[package]]
6683name = "futf"
6684version = "0.1.5"
6685source = "registry+https://github.com/rust-lang/crates.io-index"
6686checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6687dependencies = [
6688 "mac",
6689 "new_debug_unreachable",
6690]
6691
6692[[package]]
6693name = "futures"
6694version = "0.1.31"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6697
6698[[package]]
6699name = "futures"
6700version = "0.3.31"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6703dependencies = [
6704 "futures-channel",
6705 "futures-core",
6706 "futures-executor",
6707 "futures-io",
6708 "futures-sink",
6709 "futures-task",
6710 "futures-util",
6711]
6712
6713[[package]]
6714name = "futures-channel"
6715version = "0.3.31"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6718dependencies = [
6719 "futures-core",
6720 "futures-sink",
6721]
6722
6723[[package]]
6724name = "futures-concurrency"
6725version = "7.7.1"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6728dependencies = [
6729 "fixedbitset 0.5.7",
6730 "futures-core",
6731 "futures-lite 2.6.1",
6732 "pin-project",
6733 "smallvec",
6734]
6735
6736[[package]]
6737name = "futures-core"
6738version = "0.3.31"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6741
6742[[package]]
6743name = "futures-executor"
6744version = "0.3.31"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6747dependencies = [
6748 "futures-core",
6749 "futures-task",
6750 "futures-util",
6751]
6752
6753[[package]]
6754name = "futures-intrusive"
6755version = "0.5.0"
6756source = "registry+https://github.com/rust-lang/crates.io-index"
6757checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6758dependencies = [
6759 "futures-core",
6760 "lock_api",
6761 "parking_lot",
6762]
6763
6764[[package]]
6765name = "futures-io"
6766version = "0.3.31"
6767source = "registry+https://github.com/rust-lang/crates.io-index"
6768checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6769
6770[[package]]
6771name = "futures-lite"
6772version = "1.13.0"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6775dependencies = [
6776 "fastrand 1.9.0",
6777 "futures-core",
6778 "futures-io",
6779 "memchr",
6780 "parking",
6781 "pin-project-lite",
6782 "waker-fn",
6783]
6784
6785[[package]]
6786name = "futures-lite"
6787version = "2.6.1"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6790dependencies = [
6791 "fastrand 2.3.0",
6792 "futures-core",
6793 "futures-io",
6794 "parking",
6795 "pin-project-lite",
6796]
6797
6798[[package]]
6799name = "futures-macro"
6800version = "0.3.31"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6803dependencies = [
6804 "proc-macro2",
6805 "quote",
6806 "syn 2.0.117",
6807]
6808
6809[[package]]
6810name = "futures-sink"
6811version = "0.3.31"
6812source = "registry+https://github.com/rust-lang/crates.io-index"
6813checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6814
6815[[package]]
6816name = "futures-task"
6817version = "0.3.31"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6820
6821[[package]]
6822name = "futures-util"
6823version = "0.3.31"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6826dependencies = [
6827 "futures 0.1.31",
6828 "futures-channel",
6829 "futures-core",
6830 "futures-io",
6831 "futures-macro",
6832 "futures-sink",
6833 "futures-task",
6834 "memchr",
6835 "pin-project-lite",
6836 "pin-utils",
6837 "slab",
6838 "tokio-io",
6839]
6840
6841[[package]]
6842name = "fuzzy"
6843version = "0.1.0"
6844dependencies = [
6845 "gpui",
6846 "log",
6847 "util",
6848]
6849
6850[[package]]
6851name = "fuzzy-matcher"
6852version = "0.3.7"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6855dependencies = [
6856 "thread_local",
6857]
6858
6859[[package]]
6860name = "gaoya"
6861version = "0.2.0"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6864dependencies = [
6865 "ahash 0.8.12",
6866 "crossbeam-utils",
6867 "fnv",
6868 "itertools 0.10.5",
6869 "num-traits",
6870 "rand 0.8.5",
6871 "rand_pcg",
6872 "random_choice",
6873 "rayon",
6874 "seahash",
6875 "sha-1",
6876 "shingles",
6877 "siphasher 0.3.11",
6878 "smallvec",
6879 "triomphe",
6880]
6881
6882[[package]]
6883name = "gemm"
6884version = "0.17.1"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6887dependencies = [
6888 "dyn-stack 0.10.0",
6889 "gemm-c32 0.17.1",
6890 "gemm-c64 0.17.1",
6891 "gemm-common 0.17.1",
6892 "gemm-f16 0.17.1",
6893 "gemm-f32 0.17.1",
6894 "gemm-f64 0.17.1",
6895 "num-complex",
6896 "num-traits",
6897 "paste",
6898 "raw-cpuid 10.7.0",
6899 "seq-macro",
6900]
6901
6902[[package]]
6903name = "gemm"
6904version = "0.18.2"
6905source = "registry+https://github.com/rust-lang/crates.io-index"
6906checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6907dependencies = [
6908 "dyn-stack 0.13.2",
6909 "gemm-c32 0.18.2",
6910 "gemm-c64 0.18.2",
6911 "gemm-common 0.18.2",
6912 "gemm-f16 0.18.2",
6913 "gemm-f32 0.18.2",
6914 "gemm-f64 0.18.2",
6915 "num-complex",
6916 "num-traits",
6917 "paste",
6918 "raw-cpuid 11.6.0",
6919 "seq-macro",
6920]
6921
6922[[package]]
6923name = "gemm-c32"
6924version = "0.17.1"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6927dependencies = [
6928 "dyn-stack 0.10.0",
6929 "gemm-common 0.17.1",
6930 "num-complex",
6931 "num-traits",
6932 "paste",
6933 "raw-cpuid 10.7.0",
6934 "seq-macro",
6935]
6936
6937[[package]]
6938name = "gemm-c32"
6939version = "0.18.2"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6942dependencies = [
6943 "dyn-stack 0.13.2",
6944 "gemm-common 0.18.2",
6945 "num-complex",
6946 "num-traits",
6947 "paste",
6948 "raw-cpuid 11.6.0",
6949 "seq-macro",
6950]
6951
6952[[package]]
6953name = "gemm-c64"
6954version = "0.17.1"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6957dependencies = [
6958 "dyn-stack 0.10.0",
6959 "gemm-common 0.17.1",
6960 "num-complex",
6961 "num-traits",
6962 "paste",
6963 "raw-cpuid 10.7.0",
6964 "seq-macro",
6965]
6966
6967[[package]]
6968name = "gemm-c64"
6969version = "0.18.2"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6972dependencies = [
6973 "dyn-stack 0.13.2",
6974 "gemm-common 0.18.2",
6975 "num-complex",
6976 "num-traits",
6977 "paste",
6978 "raw-cpuid 11.6.0",
6979 "seq-macro",
6980]
6981
6982[[package]]
6983name = "gemm-common"
6984version = "0.17.1"
6985source = "registry+https://github.com/rust-lang/crates.io-index"
6986checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6987dependencies = [
6988 "bytemuck",
6989 "dyn-stack 0.10.0",
6990 "half",
6991 "num-complex",
6992 "num-traits",
6993 "once_cell",
6994 "paste",
6995 "pulp 0.18.22",
6996 "raw-cpuid 10.7.0",
6997 "rayon",
6998 "seq-macro",
6999 "sysctl 0.5.5",
7000]
7001
7002[[package]]
7003name = "gemm-common"
7004version = "0.18.2"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7007dependencies = [
7008 "bytemuck",
7009 "dyn-stack 0.13.2",
7010 "half",
7011 "libm",
7012 "num-complex",
7013 "num-traits",
7014 "once_cell",
7015 "paste",
7016 "pulp 0.21.5",
7017 "raw-cpuid 11.6.0",
7018 "rayon",
7019 "seq-macro",
7020 "sysctl 0.6.0",
7021]
7022
7023[[package]]
7024name = "gemm-f16"
7025version = "0.17.1"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7028dependencies = [
7029 "dyn-stack 0.10.0",
7030 "gemm-common 0.17.1",
7031 "gemm-f32 0.17.1",
7032 "half",
7033 "num-complex",
7034 "num-traits",
7035 "paste",
7036 "raw-cpuid 10.7.0",
7037 "rayon",
7038 "seq-macro",
7039]
7040
7041[[package]]
7042name = "gemm-f16"
7043version = "0.18.2"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7046dependencies = [
7047 "dyn-stack 0.13.2",
7048 "gemm-common 0.18.2",
7049 "gemm-f32 0.18.2",
7050 "half",
7051 "num-complex",
7052 "num-traits",
7053 "paste",
7054 "raw-cpuid 11.6.0",
7055 "rayon",
7056 "seq-macro",
7057]
7058
7059[[package]]
7060name = "gemm-f32"
7061version = "0.17.1"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7064dependencies = [
7065 "dyn-stack 0.10.0",
7066 "gemm-common 0.17.1",
7067 "num-complex",
7068 "num-traits",
7069 "paste",
7070 "raw-cpuid 10.7.0",
7071 "seq-macro",
7072]
7073
7074[[package]]
7075name = "gemm-f32"
7076version = "0.18.2"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7079dependencies = [
7080 "dyn-stack 0.13.2",
7081 "gemm-common 0.18.2",
7082 "num-complex",
7083 "num-traits",
7084 "paste",
7085 "raw-cpuid 11.6.0",
7086 "seq-macro",
7087]
7088
7089[[package]]
7090name = "gemm-f64"
7091version = "0.17.1"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7094dependencies = [
7095 "dyn-stack 0.10.0",
7096 "gemm-common 0.17.1",
7097 "num-complex",
7098 "num-traits",
7099 "paste",
7100 "raw-cpuid 10.7.0",
7101 "seq-macro",
7102]
7103
7104[[package]]
7105name = "gemm-f64"
7106version = "0.18.2"
7107source = "registry+https://github.com/rust-lang/crates.io-index"
7108checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7109dependencies = [
7110 "dyn-stack 0.13.2",
7111 "gemm-common 0.18.2",
7112 "num-complex",
7113 "num-traits",
7114 "paste",
7115 "raw-cpuid 11.6.0",
7116 "seq-macro",
7117]
7118
7119[[package]]
7120name = "generator"
7121version = "0.8.7"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7124dependencies = [
7125 "cc",
7126 "cfg-if",
7127 "libc",
7128 "log",
7129 "rustversion",
7130 "windows 0.61.3",
7131]
7132
7133[[package]]
7134name = "generic-array"
7135version = "0.14.7"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7138dependencies = [
7139 "typenum",
7140 "version_check",
7141]
7142
7143[[package]]
7144name = "gethostname"
7145version = "1.1.0"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7148dependencies = [
7149 "rustix 1.1.2",
7150 "windows-link 0.2.1",
7151]
7152
7153[[package]]
7154name = "getrandom"
7155version = "0.2.16"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7158dependencies = [
7159 "cfg-if",
7160 "js-sys",
7161 "libc",
7162 "wasi",
7163 "wasm-bindgen",
7164]
7165
7166[[package]]
7167name = "getrandom"
7168version = "0.3.4"
7169source = "registry+https://github.com/rust-lang/crates.io-index"
7170checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7171dependencies = [
7172 "cfg-if",
7173 "js-sys",
7174 "libc",
7175 "r-efi",
7176 "wasip2",
7177 "wasm-bindgen",
7178]
7179
7180[[package]]
7181name = "getrandom"
7182version = "0.4.1"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7185dependencies = [
7186 "cfg-if",
7187 "libc",
7188 "r-efi",
7189 "wasip2",
7190 "wasip3",
7191]
7192
7193[[package]]
7194name = "gh-workflow"
7195version = "0.8.0"
7196source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7197dependencies = [
7198 "async-trait",
7199 "derive_more",
7200 "derive_setters",
7201 "gh-workflow-macros",
7202 "indexmap",
7203 "merge",
7204 "serde",
7205 "serde_json",
7206 "serde_yaml",
7207 "strum_macros 0.27.2",
7208]
7209
7210[[package]]
7211name = "gh-workflow-macros"
7212version = "0.8.0"
7213source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7214dependencies = [
7215 "heck 0.5.0",
7216 "quote",
7217 "syn 2.0.117",
7218]
7219
7220[[package]]
7221name = "gif"
7222version = "0.13.3"
7223source = "registry+https://github.com/rust-lang/crates.io-index"
7224checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7225dependencies = [
7226 "color_quant",
7227 "weezl",
7228]
7229
7230[[package]]
7231name = "gimli"
7232version = "0.31.1"
7233source = "registry+https://github.com/rust-lang/crates.io-index"
7234checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7235dependencies = [
7236 "fallible-iterator",
7237 "indexmap",
7238 "stable_deref_trait",
7239]
7240
7241[[package]]
7242name = "gimli"
7243version = "0.32.3"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7246
7247[[package]]
7248name = "gio-sys"
7249version = "0.21.5"
7250source = "registry+https://github.com/rust-lang/crates.io-index"
7251checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7252dependencies = [
7253 "glib-sys",
7254 "gobject-sys",
7255 "libc",
7256 "system-deps 7.0.7",
7257 "windows-sys 0.61.2",
7258]
7259
7260[[package]]
7261name = "git"
7262version = "0.1.0"
7263dependencies = [
7264 "anyhow",
7265 "askpass",
7266 "async-trait",
7267 "collections",
7268 "derive_more",
7269 "futures 0.3.31",
7270 "git2",
7271 "gpui",
7272 "http_client",
7273 "itertools 0.14.0",
7274 "log",
7275 "parking_lot",
7276 "pretty_assertions",
7277 "rand 0.9.2",
7278 "regex",
7279 "rope",
7280 "schemars",
7281 "serde",
7282 "serde_json",
7283 "smallvec",
7284 "smol",
7285 "sum_tree",
7286 "tempfile",
7287 "text",
7288 "thiserror 2.0.17",
7289 "time",
7290 "url",
7291 "urlencoding",
7292 "util",
7293 "uuid",
7294 "ztracing",
7295]
7296
7297[[package]]
7298name = "git2"
7299version = "0.20.4"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7302dependencies = [
7303 "bitflags 2.10.0",
7304 "libc",
7305 "libgit2-sys",
7306 "log",
7307 "url",
7308]
7309
7310[[package]]
7311name = "git_graph"
7312version = "0.1.0"
7313dependencies = [
7314 "anyhow",
7315 "collections",
7316 "db",
7317 "feature_flags",
7318 "fs",
7319 "git",
7320 "git_ui",
7321 "gpui",
7322 "language",
7323 "menu",
7324 "project",
7325 "rand 0.9.2",
7326 "serde_json",
7327 "settings",
7328 "smallvec",
7329 "theme",
7330 "time",
7331 "ui",
7332 "workspace",
7333]
7334
7335[[package]]
7336name = "git_hosting_providers"
7337version = "0.1.0"
7338dependencies = [
7339 "anyhow",
7340 "async-trait",
7341 "futures 0.3.31",
7342 "git",
7343 "gpui",
7344 "http_client",
7345 "indoc",
7346 "itertools 0.14.0",
7347 "pretty_assertions",
7348 "regex",
7349 "serde",
7350 "serde_json",
7351 "settings",
7352 "url",
7353 "urlencoding",
7354 "util",
7355]
7356
7357[[package]]
7358name = "git_ui"
7359version = "0.1.0"
7360dependencies = [
7361 "agent_settings",
7362 "anyhow",
7363 "askpass",
7364 "buffer_diff",
7365 "call",
7366 "cloud_llm_client",
7367 "collections",
7368 "component",
7369 "ctor",
7370 "db",
7371 "editor",
7372 "feature_flags",
7373 "file_icons",
7374 "futures 0.3.31",
7375 "fuzzy",
7376 "git",
7377 "gpui",
7378 "indoc",
7379 "itertools 0.14.0",
7380 "language",
7381 "language_model",
7382 "linkify",
7383 "log",
7384 "markdown",
7385 "menu",
7386 "multi_buffer",
7387 "notifications",
7388 "panel",
7389 "picker",
7390 "pretty_assertions",
7391 "project",
7392 "prompt_store",
7393 "proto",
7394 "rand 0.9.2",
7395 "remote",
7396 "remote_connection",
7397 "schemars",
7398 "serde",
7399 "serde_json",
7400 "settings",
7401 "smallvec",
7402 "smol",
7403 "strum 0.27.2",
7404 "telemetry",
7405 "theme",
7406 "time",
7407 "time_format",
7408 "tracing",
7409 "ui",
7410 "ui_input",
7411 "unindent",
7412 "util",
7413 "watch",
7414 "windows 0.61.3",
7415 "workspace",
7416 "zed_actions",
7417 "zeroize",
7418 "zlog",
7419 "ztracing",
7420]
7421
7422[[package]]
7423name = "gl_generator"
7424version = "0.14.0"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7427dependencies = [
7428 "khronos_api",
7429 "log",
7430 "xml-rs",
7431]
7432
7433[[package]]
7434name = "glib"
7435version = "0.21.5"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7438dependencies = [
7439 "bitflags 2.10.0",
7440 "futures-channel",
7441 "futures-core",
7442 "futures-executor",
7443 "futures-task",
7444 "futures-util",
7445 "gio-sys",
7446 "glib-macros",
7447 "glib-sys",
7448 "gobject-sys",
7449 "libc",
7450 "memchr",
7451 "smallvec",
7452]
7453
7454[[package]]
7455name = "glib-macros"
7456version = "0.21.5"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7459dependencies = [
7460 "heck 0.5.0",
7461 "proc-macro-crate",
7462 "proc-macro2",
7463 "quote",
7464 "syn 2.0.117",
7465]
7466
7467[[package]]
7468name = "glib-sys"
7469version = "0.21.5"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7472dependencies = [
7473 "libc",
7474 "system-deps 7.0.7",
7475]
7476
7477[[package]]
7478name = "glob"
7479version = "0.3.3"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7482
7483[[package]]
7484name = "globset"
7485version = "0.4.17"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7488dependencies = [
7489 "aho-corasick",
7490 "bstr",
7491 "log",
7492 "regex-automata",
7493 "regex-syntax",
7494]
7495
7496[[package]]
7497name = "gloo-timers"
7498version = "0.3.0"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7501dependencies = [
7502 "futures-channel",
7503 "futures-core",
7504 "js-sys",
7505 "wasm-bindgen",
7506]
7507
7508[[package]]
7509name = "glow"
7510version = "0.16.0"
7511source = "registry+https://github.com/rust-lang/crates.io-index"
7512checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7513dependencies = [
7514 "js-sys",
7515 "slotmap",
7516 "wasm-bindgen",
7517 "web-sys",
7518]
7519
7520[[package]]
7521name = "glutin_wgl_sys"
7522version = "0.6.1"
7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7525dependencies = [
7526 "gl_generator",
7527]
7528
7529[[package]]
7530name = "go_to_line"
7531version = "0.1.0"
7532dependencies = [
7533 "editor",
7534 "gpui",
7535 "indoc",
7536 "language",
7537 "menu",
7538 "multi_buffer",
7539 "project",
7540 "rope",
7541 "serde",
7542 "serde_json",
7543 "settings",
7544 "text",
7545 "theme",
7546 "ui",
7547 "util",
7548 "workspace",
7549]
7550
7551[[package]]
7552name = "gobject-sys"
7553version = "0.21.5"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7556dependencies = [
7557 "glib-sys",
7558 "libc",
7559 "system-deps 7.0.7",
7560]
7561
7562[[package]]
7563name = "goblin"
7564version = "0.9.3"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7567dependencies = [
7568 "log",
7569 "plain",
7570 "scroll",
7571]
7572
7573[[package]]
7574name = "google_ai"
7575version = "0.1.0"
7576dependencies = [
7577 "anyhow",
7578 "futures 0.3.31",
7579 "http_client",
7580 "schemars",
7581 "serde",
7582 "serde_json",
7583 "settings",
7584 "strum 0.27.2",
7585]
7586
7587[[package]]
7588name = "gpu-allocator"
7589version = "0.28.0"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7592dependencies = [
7593 "ash",
7594 "hashbrown 0.16.1",
7595 "log",
7596 "presser",
7597 "thiserror 2.0.17",
7598 "windows 0.62.2",
7599]
7600
7601[[package]]
7602name = "gpu-descriptor"
7603version = "0.3.2"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7606dependencies = [
7607 "bitflags 2.10.0",
7608 "gpu-descriptor-types",
7609 "hashbrown 0.15.5",
7610]
7611
7612[[package]]
7613name = "gpu-descriptor-types"
7614version = "0.2.0"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7617dependencies = [
7618 "bitflags 2.10.0",
7619]
7620
7621[[package]]
7622name = "gpui"
7623version = "0.2.2"
7624dependencies = [
7625 "anyhow",
7626 "async-channel 2.5.0",
7627 "async-task",
7628 "backtrace",
7629 "bindgen 0.71.1",
7630 "bitflags 2.10.0",
7631 "block",
7632 "cbindgen",
7633 "chrono",
7634 "circular-buffer",
7635 "cocoa 0.26.0",
7636 "cocoa-foundation 0.2.0",
7637 "collections",
7638 "core-foundation 0.10.0",
7639 "core-foundation-sys",
7640 "core-graphics 0.24.0",
7641 "core-text",
7642 "core-video",
7643 "ctor",
7644 "derive_more",
7645 "embed-resource",
7646 "env_logger 0.11.8",
7647 "etagere",
7648 "foreign-types 0.5.0",
7649 "futures 0.3.31",
7650 "futures-concurrency",
7651 "getrandom 0.3.4",
7652 "gpui_macros",
7653 "gpui_platform",
7654 "gpui_util",
7655 "gpui_web",
7656 "http_client",
7657 "image",
7658 "inventory",
7659 "itertools 0.14.0",
7660 "log",
7661 "lyon",
7662 "mach2 0.5.0",
7663 "media",
7664 "metal",
7665 "naga 28.0.0",
7666 "num_cpus",
7667 "objc",
7668 "objc2",
7669 "objc2-metal",
7670 "parking",
7671 "parking_lot",
7672 "pathfinder_geometry",
7673 "pin-project",
7674 "pollster 0.4.0",
7675 "postage",
7676 "profiling",
7677 "proptest",
7678 "rand 0.9.2",
7679 "raw-window-handle",
7680 "refineable",
7681 "reqwest_client",
7682 "resvg",
7683 "scheduler",
7684 "schemars",
7685 "seahash",
7686 "serde",
7687 "serde_json",
7688 "slotmap",
7689 "smallvec",
7690 "spin 0.10.0",
7691 "stacksafe",
7692 "strum 0.27.2",
7693 "sum_tree",
7694 "taffy",
7695 "thiserror 2.0.17",
7696 "unicode-segmentation",
7697 "url",
7698 "usvg",
7699 "util_macros",
7700 "uuid",
7701 "waker-fn",
7702 "wasm-bindgen",
7703 "web-time",
7704 "windows 0.61.3",
7705 "zed-font-kit",
7706 "zed-scap",
7707]
7708
7709[[package]]
7710name = "gpui_linux"
7711version = "0.1.0"
7712dependencies = [
7713 "anyhow",
7714 "as-raw-xcb-connection",
7715 "ashpd",
7716 "bitflags 2.10.0",
7717 "bytemuck",
7718 "calloop",
7719 "calloop-wayland-source",
7720 "collections",
7721 "filedescriptor",
7722 "futures 0.3.31",
7723 "gpui",
7724 "gpui_wgpu",
7725 "http_client",
7726 "itertools 0.14.0",
7727 "libc",
7728 "log",
7729 "oo7",
7730 "open",
7731 "parking_lot",
7732 "pathfinder_geometry",
7733 "pollster 0.4.0",
7734 "profiling",
7735 "raw-window-handle",
7736 "smallvec",
7737 "smol",
7738 "strum 0.27.2",
7739 "swash",
7740 "url",
7741 "util",
7742 "uuid",
7743 "wayland-backend",
7744 "wayland-client",
7745 "wayland-cursor",
7746 "wayland-protocols",
7747 "wayland-protocols-plasma",
7748 "wayland-protocols-wlr",
7749 "x11-clipboard",
7750 "x11rb",
7751 "xkbcommon",
7752 "zed-scap",
7753 "zed-xim",
7754]
7755
7756[[package]]
7757name = "gpui_macos"
7758version = "0.1.0"
7759dependencies = [
7760 "anyhow",
7761 "async-task",
7762 "block",
7763 "cbindgen",
7764 "cocoa 0.26.0",
7765 "collections",
7766 "core-foundation 0.10.0",
7767 "core-foundation-sys",
7768 "core-graphics 0.24.0",
7769 "core-text",
7770 "core-video",
7771 "ctor",
7772 "derive_more",
7773 "dispatch2",
7774 "etagere",
7775 "foreign-types 0.5.0",
7776 "futures 0.3.31",
7777 "gpui",
7778 "image",
7779 "itertools 0.14.0",
7780 "libc",
7781 "log",
7782 "mach2 0.5.0",
7783 "media",
7784 "metal",
7785 "objc",
7786 "parking_lot",
7787 "pathfinder_geometry",
7788 "raw-window-handle",
7789 "semver",
7790 "smallvec",
7791 "strum 0.27.2",
7792 "util",
7793 "uuid",
7794 "zed-font-kit",
7795]
7796
7797[[package]]
7798name = "gpui_macros"
7799version = "0.1.0"
7800dependencies = [
7801 "gpui",
7802 "heck 0.5.0",
7803 "proc-macro2",
7804 "quote",
7805 "syn 2.0.117",
7806]
7807
7808[[package]]
7809name = "gpui_platform"
7810version = "0.1.0"
7811dependencies = [
7812 "console_error_panic_hook",
7813 "gpui",
7814 "gpui_linux",
7815 "gpui_macos",
7816 "gpui_web",
7817 "gpui_windows",
7818]
7819
7820[[package]]
7821name = "gpui_tokio"
7822version = "0.1.0"
7823dependencies = [
7824 "anyhow",
7825 "gpui",
7826 "tokio",
7827 "util",
7828]
7829
7830[[package]]
7831name = "gpui_util"
7832version = "0.1.0"
7833dependencies = [
7834 "anyhow",
7835 "log",
7836]
7837
7838[[package]]
7839name = "gpui_web"
7840version = "0.1.0"
7841dependencies = [
7842 "anyhow",
7843 "console_error_panic_hook",
7844 "futures 0.3.31",
7845 "gpui",
7846 "gpui_wgpu",
7847 "http_client",
7848 "js-sys",
7849 "log",
7850 "parking_lot",
7851 "raw-window-handle",
7852 "smallvec",
7853 "uuid",
7854 "wasm-bindgen",
7855 "wasm-bindgen-futures",
7856 "wasm_thread",
7857 "web-sys",
7858 "web-time",
7859]
7860
7861[[package]]
7862name = "gpui_wgpu"
7863version = "0.1.0"
7864dependencies = [
7865 "anyhow",
7866 "bytemuck",
7867 "collections",
7868 "cosmic-text",
7869 "etagere",
7870 "gpui",
7871 "gpui_util",
7872 "itertools 0.14.0",
7873 "js-sys",
7874 "log",
7875 "parking_lot",
7876 "pollster 0.4.0",
7877 "profiling",
7878 "raw-window-handle",
7879 "smallvec",
7880 "swash",
7881 "wasm-bindgen",
7882 "wasm-bindgen-futures",
7883 "web-sys",
7884 "wgpu",
7885 "zed-font-kit",
7886]
7887
7888[[package]]
7889name = "gpui_windows"
7890version = "0.1.0"
7891dependencies = [
7892 "anyhow",
7893 "collections",
7894 "etagere",
7895 "futures 0.3.31",
7896 "gpui",
7897 "image",
7898 "itertools 0.14.0",
7899 "log",
7900 "parking_lot",
7901 "rand 0.9.2",
7902 "raw-window-handle",
7903 "smallvec",
7904 "util",
7905 "uuid",
7906 "windows 0.61.3",
7907 "windows-core 0.61.2",
7908 "windows-numerics 0.2.0",
7909 "windows-registry 0.5.3",
7910 "zed-scap",
7911]
7912
7913[[package]]
7914name = "grid"
7915version = "0.18.0"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7918
7919[[package]]
7920name = "group"
7921version = "0.12.1"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7924dependencies = [
7925 "ff",
7926 "rand_core 0.6.4",
7927 "subtle",
7928]
7929
7930[[package]]
7931name = "h2"
7932version = "0.3.27"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7935dependencies = [
7936 "bytes 1.11.1",
7937 "fnv",
7938 "futures-core",
7939 "futures-sink",
7940 "futures-util",
7941 "http 0.2.12",
7942 "indexmap",
7943 "slab",
7944 "tokio",
7945 "tokio-util",
7946 "tracing",
7947]
7948
7949[[package]]
7950name = "h2"
7951version = "0.4.12"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7954dependencies = [
7955 "atomic-waker",
7956 "bytes 1.11.1",
7957 "fnv",
7958 "futures-core",
7959 "futures-sink",
7960 "http 1.3.1",
7961 "indexmap",
7962 "slab",
7963 "tokio",
7964 "tokio-util",
7965 "tracing",
7966]
7967
7968[[package]]
7969name = "half"
7970version = "2.7.1"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7973dependencies = [
7974 "bytemuck",
7975 "cfg-if",
7976 "crunchy",
7977 "num-traits",
7978 "rand 0.9.2",
7979 "rand_distr",
7980 "zerocopy",
7981]
7982
7983[[package]]
7984name = "handlebars"
7985version = "4.5.0"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7988dependencies = [
7989 "log",
7990 "pest",
7991 "pest_derive",
7992 "rust-embed",
7993 "serde",
7994 "serde_json",
7995 "thiserror 1.0.69",
7996]
7997
7998[[package]]
7999name = "handlebars"
8000version = "5.1.2"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8003dependencies = [
8004 "log",
8005 "pest",
8006 "pest_derive",
8007 "serde",
8008 "serde_json",
8009 "thiserror 1.0.69",
8010]
8011
8012[[package]]
8013name = "harfrust"
8014version = "0.5.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8017dependencies = [
8018 "bitflags 2.10.0",
8019 "bytemuck",
8020 "core_maths",
8021 "read-fonts 0.37.0",
8022 "smallvec",
8023]
8024
8025[[package]]
8026name = "hashbrown"
8027version = "0.12.3"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8030dependencies = [
8031 "ahash 0.7.8",
8032]
8033
8034[[package]]
8035name = "hashbrown"
8036version = "0.14.5"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8039dependencies = [
8040 "ahash 0.8.12",
8041 "allocator-api2",
8042]
8043
8044[[package]]
8045name = "hashbrown"
8046version = "0.15.5"
8047source = "registry+https://github.com/rust-lang/crates.io-index"
8048checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8049dependencies = [
8050 "allocator-api2",
8051 "equivalent",
8052 "foldhash 0.1.5",
8053 "serde",
8054]
8055
8056[[package]]
8057name = "hashbrown"
8058version = "0.16.1"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8061dependencies = [
8062 "allocator-api2",
8063 "equivalent",
8064 "foldhash 0.2.0",
8065]
8066
8067[[package]]
8068name = "hashlink"
8069version = "0.8.4"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8072dependencies = [
8073 "hashbrown 0.14.5",
8074]
8075
8076[[package]]
8077name = "hashlink"
8078version = "0.10.0"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8081dependencies = [
8082 "hashbrown 0.15.5",
8083]
8084
8085[[package]]
8086name = "headers"
8087version = "0.3.9"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8090dependencies = [
8091 "base64 0.21.7",
8092 "bytes 1.11.1",
8093 "headers-core",
8094 "http 0.2.12",
8095 "httpdate",
8096 "mime",
8097 "sha1",
8098]
8099
8100[[package]]
8101name = "headers-core"
8102version = "0.2.0"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8105dependencies = [
8106 "http 0.2.12",
8107]
8108
8109[[package]]
8110name = "heck"
8111version = "0.3.3"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8114dependencies = [
8115 "unicode-segmentation",
8116]
8117
8118[[package]]
8119name = "heck"
8120version = "0.4.1"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8123dependencies = [
8124 "unicode-segmentation",
8125]
8126
8127[[package]]
8128name = "heck"
8129version = "0.5.0"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8132
8133[[package]]
8134name = "heed"
8135version = "0.21.0"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8138dependencies = [
8139 "bitflags 2.10.0",
8140 "byteorder",
8141 "heed-traits",
8142 "heed-types",
8143 "libc",
8144 "lmdb-master-sys",
8145 "once_cell",
8146 "page_size",
8147 "serde",
8148 "synchronoise",
8149 "url",
8150]
8151
8152[[package]]
8153name = "heed-traits"
8154version = "0.20.0"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8157
8158[[package]]
8159name = "heed-types"
8160version = "0.21.0"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8163dependencies = [
8164 "bincode",
8165 "byteorder",
8166 "heed-traits",
8167 "serde",
8168 "serde_json",
8169]
8170
8171[[package]]
8172name = "hermit-abi"
8173version = "0.5.2"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8176
8177[[package]]
8178name = "hex"
8179version = "0.4.3"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8182
8183[[package]]
8184name = "hexf-parse"
8185version = "0.2.1"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8188
8189[[package]]
8190name = "hkdf"
8191version = "0.12.4"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8194dependencies = [
8195 "hmac",
8196]
8197
8198[[package]]
8199name = "hmac"
8200version = "0.12.1"
8201source = "registry+https://github.com/rust-lang/crates.io-index"
8202checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8203dependencies = [
8204 "digest",
8205]
8206
8207[[package]]
8208name = "home"
8209version = "0.5.11"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8212dependencies = [
8213 "windows-sys 0.59.0",
8214]
8215
8216[[package]]
8217name = "hound"
8218version = "3.5.1"
8219source = "registry+https://github.com/rust-lang/crates.io-index"
8220checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8221
8222[[package]]
8223name = "html5ever"
8224version = "0.27.0"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8227dependencies = [
8228 "log",
8229 "mac",
8230 "markup5ever 0.12.1",
8231 "proc-macro2",
8232 "quote",
8233 "syn 2.0.117",
8234]
8235
8236[[package]]
8237name = "html5ever"
8238version = "0.35.0"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8241dependencies = [
8242 "log",
8243 "markup5ever 0.35.0",
8244 "match_token",
8245]
8246
8247[[package]]
8248name = "html_to_markdown"
8249version = "0.1.0"
8250dependencies = [
8251 "anyhow",
8252 "html5ever 0.27.0",
8253 "indoc",
8254 "markup5ever_rcdom",
8255 "pretty_assertions",
8256 "regex",
8257]
8258
8259[[package]]
8260name = "http"
8261version = "0.2.12"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8264dependencies = [
8265 "bytes 1.11.1",
8266 "fnv",
8267 "itoa",
8268]
8269
8270[[package]]
8271name = "http"
8272version = "1.3.1"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8275dependencies = [
8276 "bytes 1.11.1",
8277 "fnv",
8278 "itoa",
8279]
8280
8281[[package]]
8282name = "http-body"
8283version = "0.4.6"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8286dependencies = [
8287 "bytes 1.11.1",
8288 "http 0.2.12",
8289 "pin-project-lite",
8290]
8291
8292[[package]]
8293name = "http-body"
8294version = "1.0.1"
8295source = "registry+https://github.com/rust-lang/crates.io-index"
8296checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8297dependencies = [
8298 "bytes 1.11.1",
8299 "http 1.3.1",
8300]
8301
8302[[package]]
8303name = "http-body-util"
8304version = "0.1.3"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8307dependencies = [
8308 "bytes 1.11.1",
8309 "futures-core",
8310 "http 1.3.1",
8311 "http-body 1.0.1",
8312 "pin-project-lite",
8313]
8314
8315[[package]]
8316name = "http-range-header"
8317version = "0.3.1"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8320
8321[[package]]
8322name = "http_client"
8323version = "0.1.0"
8324dependencies = [
8325 "anyhow",
8326 "async-compression",
8327 "async-fs",
8328 "async-tar",
8329 "bytes 1.11.1",
8330 "derive_more",
8331 "futures 0.3.31",
8332 "http 1.3.1",
8333 "http-body 1.0.1",
8334 "log",
8335 "parking_lot",
8336 "serde",
8337 "serde_json",
8338 "serde_urlencoded",
8339 "sha2",
8340 "tempfile",
8341 "url",
8342 "util",
8343]
8344
8345[[package]]
8346name = "http_client_tls"
8347version = "0.1.0"
8348dependencies = [
8349 "rustls 0.23.33",
8350 "rustls-platform-verifier",
8351]
8352
8353[[package]]
8354name = "httparse"
8355version = "1.10.1"
8356source = "registry+https://github.com/rust-lang/crates.io-index"
8357checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8358
8359[[package]]
8360name = "httpdate"
8361version = "1.0.3"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8364
8365[[package]]
8366name = "human_bytes"
8367version = "0.4.3"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8370
8371[[package]]
8372name = "humantime"
8373version = "2.3.0"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8376
8377[[package]]
8378name = "hyper"
8379version = "0.14.32"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8382dependencies = [
8383 "bytes 1.11.1",
8384 "futures-channel",
8385 "futures-core",
8386 "futures-util",
8387 "h2 0.3.27",
8388 "http 0.2.12",
8389 "http-body 0.4.6",
8390 "httparse",
8391 "httpdate",
8392 "itoa",
8393 "pin-project-lite",
8394 "socket2 0.5.10",
8395 "tokio",
8396 "tower-service",
8397 "tracing",
8398 "want",
8399]
8400
8401[[package]]
8402name = "hyper"
8403version = "1.7.0"
8404source = "registry+https://github.com/rust-lang/crates.io-index"
8405checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8406dependencies = [
8407 "atomic-waker",
8408 "bytes 1.11.1",
8409 "futures-channel",
8410 "futures-core",
8411 "h2 0.4.12",
8412 "http 1.3.1",
8413 "http-body 1.0.1",
8414 "httparse",
8415 "itoa",
8416 "pin-project-lite",
8417 "pin-utils",
8418 "smallvec",
8419 "tokio",
8420 "want",
8421]
8422
8423[[package]]
8424name = "hyper-rustls"
8425version = "0.24.2"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8428dependencies = [
8429 "futures-util",
8430 "http 0.2.12",
8431 "hyper 0.14.32",
8432 "log",
8433 "rustls 0.21.12",
8434 "rustls-native-certs 0.6.3",
8435 "tokio",
8436 "tokio-rustls 0.24.1",
8437]
8438
8439[[package]]
8440name = "hyper-rustls"
8441version = "0.27.7"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8444dependencies = [
8445 "http 1.3.1",
8446 "hyper 1.7.0",
8447 "hyper-util",
8448 "rustls 0.23.33",
8449 "rustls-native-certs 0.8.2",
8450 "rustls-pki-types",
8451 "tokio",
8452 "tokio-rustls 0.26.2",
8453 "tower-service",
8454]
8455
8456[[package]]
8457name = "hyper-tls"
8458version = "0.5.0"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8461dependencies = [
8462 "bytes 1.11.1",
8463 "hyper 0.14.32",
8464 "native-tls",
8465 "tokio",
8466 "tokio-native-tls",
8467]
8468
8469[[package]]
8470name = "hyper-util"
8471version = "0.1.17"
8472source = "registry+https://github.com/rust-lang/crates.io-index"
8473checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8474dependencies = [
8475 "base64 0.22.1",
8476 "bytes 1.11.1",
8477 "futures-channel",
8478 "futures-core",
8479 "futures-util",
8480 "http 1.3.1",
8481 "http-body 1.0.1",
8482 "hyper 1.7.0",
8483 "ipnet",
8484 "libc",
8485 "percent-encoding",
8486 "pin-project-lite",
8487 "socket2 0.6.1",
8488 "tokio",
8489 "tower-service",
8490 "tracing",
8491]
8492
8493[[package]]
8494name = "iana-time-zone"
8495version = "0.1.64"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8498dependencies = [
8499 "android_system_properties",
8500 "core-foundation-sys",
8501 "iana-time-zone-haiku",
8502 "js-sys",
8503 "log",
8504 "wasm-bindgen",
8505 "windows-core 0.62.2",
8506]
8507
8508[[package]]
8509name = "iana-time-zone-haiku"
8510version = "0.1.2"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8513dependencies = [
8514 "cc",
8515]
8516
8517[[package]]
8518name = "icons"
8519version = "0.1.0"
8520dependencies = [
8521 "serde",
8522 "strum 0.27.2",
8523]
8524
8525[[package]]
8526name = "icu_collections"
8527version = "2.0.0"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8530dependencies = [
8531 "displaydoc",
8532 "potential_utf",
8533 "yoke 0.8.0",
8534 "zerofrom",
8535 "zerovec",
8536]
8537
8538[[package]]
8539name = "icu_locale_core"
8540version = "2.0.0"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8543dependencies = [
8544 "displaydoc",
8545 "litemap",
8546 "tinystr",
8547 "writeable",
8548 "zerovec",
8549]
8550
8551[[package]]
8552name = "icu_normalizer"
8553version = "2.0.0"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8556dependencies = [
8557 "displaydoc",
8558 "icu_collections",
8559 "icu_normalizer_data",
8560 "icu_properties",
8561 "icu_provider",
8562 "smallvec",
8563 "zerovec",
8564]
8565
8566[[package]]
8567name = "icu_normalizer_data"
8568version = "2.0.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8571
8572[[package]]
8573name = "icu_properties"
8574version = "2.0.1"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8577dependencies = [
8578 "displaydoc",
8579 "icu_collections",
8580 "icu_locale_core",
8581 "icu_properties_data",
8582 "icu_provider",
8583 "potential_utf",
8584 "zerotrie",
8585 "zerovec",
8586]
8587
8588[[package]]
8589name = "icu_properties_data"
8590version = "2.0.1"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8593
8594[[package]]
8595name = "icu_provider"
8596version = "2.0.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8599dependencies = [
8600 "displaydoc",
8601 "icu_locale_core",
8602 "stable_deref_trait",
8603 "tinystr",
8604 "writeable",
8605 "yoke 0.8.0",
8606 "zerofrom",
8607 "zerotrie",
8608 "zerovec",
8609]
8610
8611[[package]]
8612name = "id-arena"
8613version = "2.2.1"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8616
8617[[package]]
8618name = "ident_case"
8619version = "1.0.1"
8620source = "registry+https://github.com/rust-lang/crates.io-index"
8621checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8622
8623[[package]]
8624name = "idna"
8625version = "1.1.0"
8626source = "registry+https://github.com/rust-lang/crates.io-index"
8627checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8628dependencies = [
8629 "idna_adapter",
8630 "smallvec",
8631 "utf8_iter",
8632]
8633
8634[[package]]
8635name = "idna_adapter"
8636version = "1.2.1"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8639dependencies = [
8640 "icu_normalizer",
8641 "icu_properties",
8642]
8643
8644[[package]]
8645name = "ignore"
8646version = "0.4.24"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8649dependencies = [
8650 "crossbeam-deque",
8651 "globset",
8652 "log",
8653 "memchr",
8654 "regex-automata",
8655 "same-file",
8656 "walkdir",
8657 "winapi-util",
8658]
8659
8660[[package]]
8661name = "image"
8662version = "0.25.8"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8665dependencies = [
8666 "bytemuck",
8667 "byteorder-lite",
8668 "color_quant",
8669 "exr",
8670 "gif",
8671 "image-webp",
8672 "moxcms",
8673 "num-traits",
8674 "png 0.18.0",
8675 "qoi",
8676 "ravif",
8677 "rayon",
8678 "rgb",
8679 "tiff",
8680 "zune-core",
8681 "zune-jpeg",
8682]
8683
8684[[package]]
8685name = "image-webp"
8686version = "0.2.4"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8689dependencies = [
8690 "byteorder-lite",
8691 "quick-error 2.0.1",
8692]
8693
8694[[package]]
8695name = "image_viewer"
8696version = "0.1.0"
8697dependencies = [
8698 "anyhow",
8699 "db",
8700 "editor",
8701 "file_icons",
8702 "gpui",
8703 "language",
8704 "log",
8705 "project",
8706 "serde",
8707 "settings",
8708 "theme",
8709 "ui",
8710 "util",
8711 "workspace",
8712]
8713
8714[[package]]
8715name = "imagesize"
8716version = "0.13.0"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8719
8720[[package]]
8721name = "imara-diff"
8722version = "0.1.8"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8725dependencies = [
8726 "hashbrown 0.15.5",
8727]
8728
8729[[package]]
8730name = "imgref"
8731version = "1.12.0"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8734
8735[[package]]
8736name = "indenter"
8737version = "0.3.4"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8740
8741[[package]]
8742name = "indexmap"
8743version = "2.11.4"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8746dependencies = [
8747 "equivalent",
8748 "hashbrown 0.16.1",
8749 "serde",
8750 "serde_core",
8751]
8752
8753[[package]]
8754name = "indoc"
8755version = "2.0.6"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8758
8759[[package]]
8760name = "inherent"
8761version = "1.0.13"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8764dependencies = [
8765 "proc-macro2",
8766 "quote",
8767 "syn 2.0.117",
8768]
8769
8770[[package]]
8771name = "inotify"
8772version = "0.9.6"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8775dependencies = [
8776 "bitflags 1.3.2",
8777 "inotify-sys",
8778 "libc",
8779]
8780
8781[[package]]
8782name = "inotify"
8783version = "0.11.0"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8786dependencies = [
8787 "bitflags 2.10.0",
8788 "inotify-sys",
8789 "libc",
8790]
8791
8792[[package]]
8793name = "inotify-sys"
8794version = "0.1.5"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8797dependencies = [
8798 "libc",
8799]
8800
8801[[package]]
8802name = "inout"
8803version = "0.1.4"
8804source = "registry+https://github.com/rust-lang/crates.io-index"
8805checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8806dependencies = [
8807 "block-padding",
8808 "generic-array",
8809]
8810
8811[[package]]
8812name = "inspector_ui"
8813version = "0.1.0"
8814dependencies = [
8815 "anyhow",
8816 "command_palette_hooks",
8817 "editor",
8818 "fuzzy",
8819 "gpui",
8820 "language",
8821 "project",
8822 "serde_json",
8823 "serde_json_lenient",
8824 "theme",
8825 "ui",
8826 "util",
8827 "util_macros",
8828 "workspace",
8829 "zed_actions",
8830]
8831
8832[[package]]
8833name = "install_cli"
8834version = "0.1.0"
8835dependencies = [
8836 "anyhow",
8837 "client",
8838 "gpui",
8839 "release_channel",
8840 "smol",
8841 "util",
8842 "workspace",
8843]
8844
8845[[package]]
8846name = "instant"
8847version = "0.1.13"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8850dependencies = [
8851 "cfg-if",
8852]
8853
8854[[package]]
8855name = "interpolate_name"
8856version = "0.2.4"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8859dependencies = [
8860 "proc-macro2",
8861 "quote",
8862 "syn 2.0.117",
8863]
8864
8865[[package]]
8866name = "inventory"
8867version = "0.3.21"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8870dependencies = [
8871 "rustversion",
8872]
8873
8874[[package]]
8875name = "io-extras"
8876version = "0.18.4"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8879dependencies = [
8880 "io-lifetimes",
8881 "windows-sys 0.59.0",
8882]
8883
8884[[package]]
8885name = "io-lifetimes"
8886version = "2.0.4"
8887source = "registry+https://github.com/rust-lang/crates.io-index"
8888checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8889
8890[[package]]
8891name = "io-surface"
8892version = "0.16.1"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8895dependencies = [
8896 "cgl",
8897 "core-foundation 0.10.0",
8898 "core-foundation-sys",
8899 "leaky-cow",
8900]
8901
8902[[package]]
8903name = "iovec"
8904version = "0.1.4"
8905source = "registry+https://github.com/rust-lang/crates.io-index"
8906checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8907dependencies = [
8908 "libc",
8909]
8910
8911[[package]]
8912name = "ipc-channel"
8913version = "0.19.0"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8916dependencies = [
8917 "bincode",
8918 "crossbeam-channel",
8919 "fnv",
8920 "lazy_static",
8921 "libc",
8922 "mio 1.1.0",
8923 "rand 0.8.5",
8924 "serde",
8925 "tempfile",
8926 "uuid",
8927 "windows 0.58.0",
8928]
8929
8930[[package]]
8931name = "ipnet"
8932version = "2.11.0"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8935
8936[[package]]
8937name = "iri-string"
8938version = "0.7.8"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8941dependencies = [
8942 "memchr",
8943 "serde",
8944]
8945
8946[[package]]
8947name = "is-docker"
8948version = "0.2.0"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8951dependencies = [
8952 "once_cell",
8953]
8954
8955[[package]]
8956name = "is-terminal"
8957version = "0.4.16"
8958source = "registry+https://github.com/rust-lang/crates.io-index"
8959checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8960dependencies = [
8961 "hermit-abi",
8962 "libc",
8963 "windows-sys 0.59.0",
8964]
8965
8966[[package]]
8967name = "is-wsl"
8968version = "0.4.0"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8971dependencies = [
8972 "is-docker",
8973 "once_cell",
8974]
8975
8976[[package]]
8977name = "is_executable"
8978version = "1.0.5"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
8981dependencies = [
8982 "windows-sys 0.60.2",
8983]
8984
8985[[package]]
8986name = "is_terminal_polyfill"
8987version = "1.70.1"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8990
8991[[package]]
8992name = "itertools"
8993version = "0.10.5"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8996dependencies = [
8997 "either",
8998]
8999
9000[[package]]
9001name = "itertools"
9002version = "0.11.0"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9005dependencies = [
9006 "either",
9007]
9008
9009[[package]]
9010name = "itertools"
9011version = "0.12.1"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9014dependencies = [
9015 "either",
9016]
9017
9018[[package]]
9019name = "itertools"
9020version = "0.14.0"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9023dependencies = [
9024 "either",
9025]
9026
9027[[package]]
9028name = "itoa"
9029version = "1.0.15"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9032
9033[[package]]
9034name = "jiff"
9035version = "0.2.15"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9038dependencies = [
9039 "jiff-static",
9040 "log",
9041 "portable-atomic",
9042 "portable-atomic-util",
9043 "serde",
9044]
9045
9046[[package]]
9047name = "jiff-static"
9048version = "0.2.15"
9049source = "registry+https://github.com/rust-lang/crates.io-index"
9050checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9051dependencies = [
9052 "proc-macro2",
9053 "quote",
9054 "syn 2.0.117",
9055]
9056
9057[[package]]
9058name = "jni"
9059version = "0.21.1"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9062dependencies = [
9063 "cesu8",
9064 "cfg-if",
9065 "combine",
9066 "jni-sys",
9067 "log",
9068 "thiserror 1.0.69",
9069 "walkdir",
9070 "windows-sys 0.45.0",
9071]
9072
9073[[package]]
9074name = "jni-sys"
9075version = "0.3.0"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9078
9079[[package]]
9080name = "jobserver"
9081version = "0.1.34"
9082source = "registry+https://github.com/rust-lang/crates.io-index"
9083checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9084dependencies = [
9085 "getrandom 0.3.4",
9086 "libc",
9087]
9088
9089[[package]]
9090name = "journal"
9091version = "0.1.0"
9092dependencies = [
9093 "anyhow",
9094 "chrono",
9095 "editor",
9096 "gpui",
9097 "log",
9098 "serde",
9099 "settings",
9100 "shellexpand 2.1.2",
9101 "workspace",
9102]
9103
9104[[package]]
9105name = "js-sys"
9106version = "0.3.90"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9109dependencies = [
9110 "once_cell",
9111 "wasm-bindgen",
9112]
9113
9114[[package]]
9115name = "json5"
9116version = "0.4.1"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9119dependencies = [
9120 "pest",
9121 "pest_derive",
9122 "serde",
9123]
9124
9125[[package]]
9126name = "json_dotpath"
9127version = "1.1.0"
9128source = "registry+https://github.com/rust-lang/crates.io-index"
9129checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9130dependencies = [
9131 "serde",
9132 "serde_derive",
9133 "serde_json",
9134 "thiserror 1.0.69",
9135]
9136
9137[[package]]
9138name = "json_schema_store"
9139version = "0.1.0"
9140dependencies = [
9141 "anyhow",
9142 "collections",
9143 "dap",
9144 "extension",
9145 "gpui",
9146 "language",
9147 "parking_lot",
9148 "paths",
9149 "project",
9150 "schemars",
9151 "serde",
9152 "serde_json",
9153 "settings",
9154 "snippet_provider",
9155 "task",
9156 "theme",
9157 "util",
9158]
9159
9160[[package]]
9161name = "jsonschema"
9162version = "0.37.4"
9163source = "registry+https://github.com/rust-lang/crates.io-index"
9164checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9165dependencies = [
9166 "ahash 0.8.12",
9167 "bytecount",
9168 "data-encoding",
9169 "email_address",
9170 "fancy-regex 0.16.2",
9171 "fraction",
9172 "getrandom 0.3.4",
9173 "idna",
9174 "itoa",
9175 "num-cmp",
9176 "num-traits",
9177 "percent-encoding",
9178 "referencing",
9179 "regex",
9180 "regex-syntax",
9181 "reqwest 0.12.24",
9182 "serde",
9183 "serde_json",
9184 "unicode-general-category",
9185 "uuid-simd",
9186]
9187
9188[[package]]
9189name = "jsonwebtoken"
9190version = "10.3.0"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9193dependencies = [
9194 "aws-lc-rs",
9195 "base64 0.22.1",
9196 "getrandom 0.2.16",
9197 "js-sys",
9198 "pem",
9199 "serde",
9200 "serde_json",
9201 "signature 2.2.0",
9202 "simple_asn1",
9203]
9204
9205[[package]]
9206name = "jupyter-protocol"
9207version = "1.4.0"
9208source = "registry+https://github.com/rust-lang/crates.io-index"
9209checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9210dependencies = [
9211 "async-trait",
9212 "bytes 1.11.1",
9213 "chrono",
9214 "futures 0.3.31",
9215 "serde",
9216 "serde_json",
9217 "thiserror 2.0.17",
9218 "uuid",
9219]
9220
9221[[package]]
9222name = "jupyter-websocket-client"
9223version = "1.0.0"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9226dependencies = [
9227 "anyhow",
9228 "async-trait",
9229 "async-tungstenite",
9230 "futures 0.3.31",
9231 "jupyter-protocol",
9232 "serde",
9233 "serde_json",
9234 "tokio",
9235 "url",
9236 "uuid",
9237]
9238
9239[[package]]
9240name = "keymap_editor"
9241version = "0.1.0"
9242dependencies = [
9243 "anyhow",
9244 "collections",
9245 "command_palette",
9246 "component",
9247 "db",
9248 "editor",
9249 "fs",
9250 "fuzzy",
9251 "gpui",
9252 "itertools 0.14.0",
9253 "json_schema_store",
9254 "language",
9255 "log",
9256 "menu",
9257 "notifications",
9258 "paths",
9259 "project",
9260 "search",
9261 "serde",
9262 "serde_json",
9263 "settings",
9264 "telemetry",
9265 "tempfile",
9266 "theme",
9267 "tree-sitter-json",
9268 "tree-sitter-rust",
9269 "ui",
9270 "ui_input",
9271 "util",
9272 "workspace",
9273 "zed_actions",
9274]
9275
9276[[package]]
9277name = "khronos-egl"
9278version = "6.0.0"
9279source = "registry+https://github.com/rust-lang/crates.io-index"
9280checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9281dependencies = [
9282 "libc",
9283 "libloading",
9284 "pkg-config",
9285]
9286
9287[[package]]
9288name = "khronos_api"
9289version = "3.1.0"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9292
9293[[package]]
9294name = "kqueue"
9295version = "1.1.1"
9296source = "registry+https://github.com/rust-lang/crates.io-index"
9297checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9298dependencies = [
9299 "kqueue-sys",
9300 "libc",
9301]
9302
9303[[package]]
9304name = "kqueue-sys"
9305version = "1.0.4"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9308dependencies = [
9309 "bitflags 1.3.2",
9310 "libc",
9311]
9312
9313[[package]]
9314name = "kurbo"
9315version = "0.11.3"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9318dependencies = [
9319 "arrayvec",
9320 "euclid",
9321 "smallvec",
9322]
9323
9324[[package]]
9325name = "kv-log-macro"
9326version = "1.0.7"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9329dependencies = [
9330 "log",
9331]
9332
9333[[package]]
9334name = "language"
9335version = "0.1.0"
9336dependencies = [
9337 "anyhow",
9338 "async-trait",
9339 "clock",
9340 "collections",
9341 "ctor",
9342 "diffy",
9343 "ec4rs",
9344 "encoding_rs",
9345 "fs",
9346 "futures 0.3.31",
9347 "fuzzy",
9348 "globset",
9349 "gpui",
9350 "http_client",
9351 "imara-diff",
9352 "indoc",
9353 "itertools 0.14.0",
9354 "log",
9355 "lsp",
9356 "parking_lot",
9357 "postage",
9358 "pretty_assertions",
9359 "rand 0.9.2",
9360 "regex",
9361 "rpc",
9362 "schemars",
9363 "semver",
9364 "serde",
9365 "serde_json",
9366 "settings",
9367 "shellexpand 2.1.2",
9368 "smallvec",
9369 "smol",
9370 "streaming-iterator",
9371 "strsim",
9372 "sum_tree",
9373 "task",
9374 "text",
9375 "theme",
9376 "toml 0.8.23",
9377 "tracing",
9378 "tree-sitter",
9379 "tree-sitter-elixir",
9380 "tree-sitter-embedded-template",
9381 "tree-sitter-heex",
9382 "tree-sitter-html",
9383 "tree-sitter-json",
9384 "tree-sitter-md",
9385 "tree-sitter-python",
9386 "tree-sitter-ruby",
9387 "tree-sitter-rust",
9388 "tree-sitter-typescript",
9389 "unicase",
9390 "unindent",
9391 "util",
9392 "watch",
9393 "zlog",
9394 "ztracing",
9395]
9396
9397[[package]]
9398name = "language_extension"
9399version = "0.1.0"
9400dependencies = [
9401 "anyhow",
9402 "async-trait",
9403 "collections",
9404 "extension",
9405 "fs",
9406 "futures 0.3.31",
9407 "gpui",
9408 "language",
9409 "log",
9410 "lsp",
9411 "project",
9412 "serde",
9413 "serde_json",
9414 "tracing",
9415 "util",
9416 "ztracing",
9417]
9418
9419[[package]]
9420name = "language_model"
9421version = "0.1.0"
9422dependencies = [
9423 "anthropic",
9424 "anyhow",
9425 "base64 0.22.1",
9426 "client",
9427 "cloud_api_client",
9428 "cloud_api_types",
9429 "cloud_llm_client",
9430 "collections",
9431 "credentials_provider",
9432 "futures 0.3.31",
9433 "gpui",
9434 "http_client",
9435 "icons",
9436 "image",
9437 "log",
9438 "open_ai",
9439 "open_router",
9440 "parking_lot",
9441 "proto",
9442 "schemars",
9443 "serde",
9444 "serde_json",
9445 "settings",
9446 "smol",
9447 "thiserror 2.0.17",
9448 "util",
9449 "zed_env_vars",
9450]
9451
9452[[package]]
9453name = "language_models"
9454version = "0.1.0"
9455dependencies = [
9456 "ai_onboarding",
9457 "anthropic",
9458 "anyhow",
9459 "aws-config",
9460 "aws-credential-types",
9461 "aws_http_client",
9462 "base64 0.22.1",
9463 "bedrock",
9464 "client",
9465 "cloud_api_types",
9466 "cloud_llm_client",
9467 "collections",
9468 "component",
9469 "convert_case 0.8.0",
9470 "copilot",
9471 "copilot_chat",
9472 "copilot_ui",
9473 "credentials_provider",
9474 "deepseek",
9475 "extension",
9476 "extension_host",
9477 "fs",
9478 "futures 0.3.31",
9479 "google_ai",
9480 "gpui",
9481 "gpui_tokio",
9482 "http_client",
9483 "language",
9484 "language_model",
9485 "lmstudio",
9486 "log",
9487 "menu",
9488 "mistral",
9489 "ollama",
9490 "open_ai",
9491 "open_router",
9492 "partial-json-fixer",
9493 "pretty_assertions",
9494 "release_channel",
9495 "schemars",
9496 "semver",
9497 "serde",
9498 "serde_json",
9499 "settings",
9500 "smol",
9501 "strum 0.27.2",
9502 "thiserror 2.0.17",
9503 "tiktoken-rs",
9504 "tokio",
9505 "ui",
9506 "ui_input",
9507 "util",
9508 "vercel",
9509 "x_ai",
9510]
9511
9512[[package]]
9513name = "language_onboarding"
9514version = "0.1.0"
9515dependencies = [
9516 "db",
9517 "editor",
9518 "gpui",
9519 "project",
9520 "ui",
9521 "workspace",
9522]
9523
9524[[package]]
9525name = "language_selector"
9526version = "0.1.0"
9527dependencies = [
9528 "anyhow",
9529 "editor",
9530 "file_icons",
9531 "fuzzy",
9532 "gpui",
9533 "language",
9534 "open_path_prompt",
9535 "picker",
9536 "project",
9537 "serde_json",
9538 "settings",
9539 "ui",
9540 "util",
9541 "workspace",
9542]
9543
9544[[package]]
9545name = "language_tools"
9546version = "0.1.0"
9547dependencies = [
9548 "anyhow",
9549 "client",
9550 "collections",
9551 "command_palette_hooks",
9552 "edit_prediction",
9553 "editor",
9554 "futures 0.3.31",
9555 "gpui",
9556 "itertools 0.14.0",
9557 "language",
9558 "lsp",
9559 "menu",
9560 "project",
9561 "proto",
9562 "release_channel",
9563 "semver",
9564 "serde_json",
9565 "settings",
9566 "sysinfo 0.37.2",
9567 "telemetry",
9568 "theme",
9569 "tree-sitter",
9570 "ui",
9571 "util",
9572 "workspace",
9573 "zed_actions",
9574 "zlog",
9575]
9576
9577[[package]]
9578name = "languages"
9579version = "0.1.0"
9580dependencies = [
9581 "anyhow",
9582 "async-compression",
9583 "async-fs",
9584 "async-tar",
9585 "async-trait",
9586 "chrono",
9587 "collections",
9588 "futures 0.3.31",
9589 "globset",
9590 "gpui",
9591 "http_client",
9592 "itertools 0.14.0",
9593 "json_schema_store",
9594 "language",
9595 "log",
9596 "lsp",
9597 "node_runtime",
9598 "parking_lot",
9599 "pet",
9600 "pet-conda",
9601 "pet-core",
9602 "pet-fs",
9603 "pet-poetry",
9604 "pet-reporter",
9605 "pet-virtualenv",
9606 "pretty_assertions",
9607 "project",
9608 "regex",
9609 "rope",
9610 "rust-embed",
9611 "semver",
9612 "serde",
9613 "serde_json",
9614 "serde_json_lenient",
9615 "settings",
9616 "smallvec",
9617 "smol",
9618 "snippet",
9619 "task",
9620 "terminal",
9621 "theme",
9622 "toml 0.8.23",
9623 "tree-sitter",
9624 "tree-sitter-bash",
9625 "tree-sitter-c",
9626 "tree-sitter-cpp",
9627 "tree-sitter-css",
9628 "tree-sitter-diff",
9629 "tree-sitter-gitcommit",
9630 "tree-sitter-go",
9631 "tree-sitter-gomod",
9632 "tree-sitter-gowork",
9633 "tree-sitter-jsdoc",
9634 "tree-sitter-json",
9635 "tree-sitter-md",
9636 "tree-sitter-python",
9637 "tree-sitter-regex",
9638 "tree-sitter-rust",
9639 "tree-sitter-typescript",
9640 "tree-sitter-yaml",
9641 "unindent",
9642 "url",
9643 "util",
9644]
9645
9646[[package]]
9647name = "lazy_static"
9648version = "1.5.0"
9649source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9651dependencies = [
9652 "spin 0.9.8",
9653]
9654
9655[[package]]
9656name = "leak"
9657version = "0.1.2"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9660
9661[[package]]
9662name = "leaky-cow"
9663version = "0.1.1"
9664source = "registry+https://github.com/rust-lang/crates.io-index"
9665checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9666dependencies = [
9667 "leak",
9668]
9669
9670[[package]]
9671name = "leb128"
9672version = "0.2.5"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9675
9676[[package]]
9677name = "leb128fmt"
9678version = "0.1.0"
9679source = "registry+https://github.com/rust-lang/crates.io-index"
9680checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9681
9682[[package]]
9683name = "lebe"
9684version = "0.5.3"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9687
9688[[package]]
9689name = "libc"
9690version = "0.2.182"
9691source = "registry+https://github.com/rust-lang/crates.io-index"
9692checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9693
9694[[package]]
9695name = "libdbus-sys"
9696version = "0.2.6"
9697source = "registry+https://github.com/rust-lang/crates.io-index"
9698checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9699dependencies = [
9700 "cc",
9701 "pkg-config",
9702]
9703
9704[[package]]
9705name = "libfuzzer-sys"
9706version = "0.4.10"
9707source = "registry+https://github.com/rust-lang/crates.io-index"
9708checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9709dependencies = [
9710 "arbitrary",
9711 "cc",
9712]
9713
9714[[package]]
9715name = "libgit2-sys"
9716version = "0.18.3+1.9.2"
9717source = "registry+https://github.com/rust-lang/crates.io-index"
9718checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9719dependencies = [
9720 "cc",
9721 "libc",
9722 "libz-sys",
9723 "pkg-config",
9724]
9725
9726[[package]]
9727name = "libloading"
9728version = "0.8.9"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9731dependencies = [
9732 "cfg-if",
9733 "windows-link 0.2.1",
9734]
9735
9736[[package]]
9737name = "libm"
9738version = "0.2.15"
9739source = "registry+https://github.com/rust-lang/crates.io-index"
9740checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9741
9742[[package]]
9743name = "libmimalloc-sys"
9744version = "0.1.44"
9745source = "registry+https://github.com/rust-lang/crates.io-index"
9746checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9747dependencies = [
9748 "cc",
9749 "libc",
9750]
9751
9752[[package]]
9753name = "libredox"
9754version = "0.1.10"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9757dependencies = [
9758 "bitflags 2.10.0",
9759 "libc",
9760 "redox_syscall 0.5.18",
9761]
9762
9763[[package]]
9764name = "libsqlite3-sys"
9765version = "0.30.1"
9766source = "registry+https://github.com/rust-lang/crates.io-index"
9767checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9768dependencies = [
9769 "cc",
9770 "pkg-config",
9771 "vcpkg",
9772]
9773
9774[[package]]
9775name = "libwebrtc"
9776version = "0.3.26"
9777source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9778dependencies = [
9779 "cxx",
9780 "glib",
9781 "jni",
9782 "js-sys",
9783 "lazy_static",
9784 "livekit-protocol",
9785 "livekit-runtime",
9786 "log",
9787 "parking_lot",
9788 "serde",
9789 "serde_json",
9790 "thiserror 1.0.69",
9791 "tokio",
9792 "wasm-bindgen",
9793 "wasm-bindgen-futures",
9794 "web-sys",
9795 "webrtc-sys",
9796]
9797
9798[[package]]
9799name = "libz-sys"
9800version = "1.1.22"
9801source = "registry+https://github.com/rust-lang/crates.io-index"
9802checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9803dependencies = [
9804 "cc",
9805 "libc",
9806 "pkg-config",
9807 "vcpkg",
9808]
9809
9810[[package]]
9811name = "line_ending_selector"
9812version = "0.1.0"
9813dependencies = [
9814 "editor",
9815 "gpui",
9816 "language",
9817 "picker",
9818 "project",
9819 "ui",
9820 "util",
9821 "workspace",
9822]
9823
9824[[package]]
9825name = "linebender_resource_handle"
9826version = "0.1.1"
9827source = "registry+https://github.com/rust-lang/crates.io-index"
9828checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9829
9830[[package]]
9831name = "link-cplusplus"
9832version = "1.0.12"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9835dependencies = [
9836 "cc",
9837]
9838
9839[[package]]
9840name = "linkify"
9841version = "0.10.0"
9842source = "registry+https://github.com/rust-lang/crates.io-index"
9843checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9844dependencies = [
9845 "memchr",
9846]
9847
9848[[package]]
9849name = "linux-raw-sys"
9850version = "0.4.15"
9851source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9853
9854[[package]]
9855name = "linux-raw-sys"
9856version = "0.11.0"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9859
9860[[package]]
9861name = "litemap"
9862version = "0.8.0"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9865
9866[[package]]
9867name = "litrs"
9868version = "1.0.0"
9869source = "registry+https://github.com/rust-lang/crates.io-index"
9870checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9871
9872[[package]]
9873name = "livekit"
9874version = "0.7.32"
9875source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9876dependencies = [
9877 "base64 0.22.1",
9878 "bmrng",
9879 "bytes 1.11.1",
9880 "chrono",
9881 "futures-util",
9882 "lazy_static",
9883 "libloading",
9884 "libwebrtc",
9885 "livekit-api",
9886 "livekit-protocol",
9887 "livekit-runtime",
9888 "log",
9889 "parking_lot",
9890 "prost 0.12.6",
9891 "semver",
9892 "serde",
9893 "serde_json",
9894 "thiserror 1.0.69",
9895 "tokio",
9896]
9897
9898[[package]]
9899name = "livekit-api"
9900version = "0.4.14"
9901source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9902dependencies = [
9903 "base64 0.21.7",
9904 "futures-util",
9905 "http 1.3.1",
9906 "livekit-protocol",
9907 "livekit-runtime",
9908 "log",
9909 "parking_lot",
9910 "pbjson-types",
9911 "prost 0.12.6",
9912 "rand 0.9.2",
9913 "reqwest 0.12.24",
9914 "rustls-native-certs 0.6.3",
9915 "scopeguard",
9916 "serde",
9917 "sha2",
9918 "thiserror 1.0.69",
9919 "tokio",
9920 "tokio-rustls 0.26.2",
9921 "tokio-tungstenite 0.28.0",
9922 "url",
9923]
9924
9925[[package]]
9926name = "livekit-protocol"
9927version = "0.7.1"
9928source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9929dependencies = [
9930 "futures-util",
9931 "livekit-runtime",
9932 "parking_lot",
9933 "pbjson",
9934 "pbjson-types",
9935 "prost 0.12.6",
9936 "serde",
9937 "thiserror 1.0.69",
9938 "tokio",
9939]
9940
9941[[package]]
9942name = "livekit-runtime"
9943version = "0.4.0"
9944source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9945dependencies = [
9946 "tokio",
9947 "tokio-stream",
9948]
9949
9950[[package]]
9951name = "livekit_api"
9952version = "0.1.0"
9953dependencies = [
9954 "anyhow",
9955 "async-trait",
9956 "jsonwebtoken",
9957 "log",
9958 "prost 0.9.0",
9959 "prost-build 0.9.0",
9960 "prost-types 0.9.0",
9961 "serde",
9962 "zed-reqwest",
9963]
9964
9965[[package]]
9966name = "livekit_client"
9967version = "0.1.0"
9968dependencies = [
9969 "anyhow",
9970 "async-trait",
9971 "audio",
9972 "cocoa 0.26.0",
9973 "collections",
9974 "core-foundation 0.10.0",
9975 "core-video",
9976 "coreaudio-rs 0.12.1",
9977 "cpal",
9978 "futures 0.3.31",
9979 "gpui",
9980 "gpui_platform",
9981 "gpui_tokio",
9982 "http_client_tls",
9983 "image",
9984 "libwebrtc",
9985 "livekit",
9986 "livekit_api",
9987 "log",
9988 "nanoid",
9989 "objc",
9990 "parking_lot",
9991 "postage",
9992 "rodio",
9993 "serde",
9994 "serde_json",
9995 "serde_urlencoded",
9996 "settings",
9997 "simplelog",
9998 "smallvec",
9999 "ui",
10000 "util",
10001 "zed-scap",
10002]
10003
10004[[package]]
10005name = "lmdb-master-sys"
10006version = "0.2.5"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10009dependencies = [
10010 "cc",
10011 "doxygen-rs",
10012 "libc",
10013]
10014
10015[[package]]
10016name = "lmstudio"
10017version = "0.1.0"
10018dependencies = [
10019 "anyhow",
10020 "futures 0.3.31",
10021 "http_client",
10022 "schemars",
10023 "serde",
10024 "serde_json",
10025]
10026
10027[[package]]
10028name = "lock_api"
10029version = "0.4.14"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10032dependencies = [
10033 "scopeguard",
10034]
10035
10036[[package]]
10037name = "log"
10038version = "0.4.29"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10041dependencies = [
10042 "serde_core",
10043 "value-bag",
10044]
10045
10046[[package]]
10047name = "loom"
10048version = "0.7.2"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10051dependencies = [
10052 "cfg-if",
10053 "generator",
10054 "scoped-tls",
10055 "tracing",
10056 "tracing-subscriber",
10057]
10058
10059[[package]]
10060name = "loop9"
10061version = "0.1.5"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10064dependencies = [
10065 "imgref",
10066]
10067
10068[[package]]
10069name = "lru"
10070version = "0.12.5"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10073dependencies = [
10074 "hashbrown 0.15.5",
10075]
10076
10077[[package]]
10078name = "lru-slab"
10079version = "0.1.2"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10082
10083[[package]]
10084name = "lsp"
10085version = "0.1.0"
10086dependencies = [
10087 "anyhow",
10088 "async-pipe",
10089 "collections",
10090 "ctor",
10091 "futures 0.3.31",
10092 "gpui",
10093 "gpui_util",
10094 "log",
10095 "lsp-types",
10096 "parking_lot",
10097 "postage",
10098 "release_channel",
10099 "schemars",
10100 "semver",
10101 "serde",
10102 "serde_json",
10103 "smol",
10104 "util",
10105 "zlog",
10106]
10107
10108[[package]]
10109name = "lsp-types"
10110version = "0.95.1"
10111source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10112dependencies = [
10113 "bitflags 1.3.2",
10114 "serde",
10115 "serde_json",
10116 "url",
10117]
10118
10119[[package]]
10120name = "lyon"
10121version = "1.0.16"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10124dependencies = [
10125 "lyon_algorithms",
10126 "lyon_extra",
10127 "lyon_tessellation",
10128]
10129
10130[[package]]
10131name = "lyon_algorithms"
10132version = "1.0.16"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10135dependencies = [
10136 "lyon_path",
10137 "num-traits",
10138]
10139
10140[[package]]
10141name = "lyon_extra"
10142version = "1.0.3"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10145dependencies = [
10146 "lyon_path",
10147 "thiserror 1.0.69",
10148]
10149
10150[[package]]
10151name = "lyon_geom"
10152version = "1.0.17"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10155dependencies = [
10156 "arrayvec",
10157 "euclid",
10158 "num-traits",
10159]
10160
10161[[package]]
10162name = "lyon_path"
10163version = "1.0.16"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10166dependencies = [
10167 "lyon_geom",
10168 "num-traits",
10169]
10170
10171[[package]]
10172name = "lyon_tessellation"
10173version = "1.0.16"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10176dependencies = [
10177 "float_next_after",
10178 "lyon_path",
10179 "num-traits",
10180]
10181
10182[[package]]
10183name = "mac"
10184version = "0.1.1"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10187
10188[[package]]
10189name = "mach2"
10190version = "0.4.3"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10193dependencies = [
10194 "libc",
10195]
10196
10197[[package]]
10198name = "mach2"
10199version = "0.5.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10202dependencies = [
10203 "libc",
10204]
10205
10206[[package]]
10207name = "malloc_buf"
10208version = "0.0.6"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10211dependencies = [
10212 "libc",
10213]
10214
10215[[package]]
10216name = "maplit"
10217version = "1.0.2"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10220
10221[[package]]
10222name = "markdown"
10223version = "0.1.0"
10224dependencies = [
10225 "assets",
10226 "base64 0.22.1",
10227 "collections",
10228 "env_logger 0.11.8",
10229 "fs",
10230 "futures 0.3.31",
10231 "gpui",
10232 "gpui_platform",
10233 "language",
10234 "languages",
10235 "linkify",
10236 "log",
10237 "node_runtime",
10238 "pulldown-cmark 0.13.0",
10239 "settings",
10240 "sum_tree",
10241 "theme",
10242 "ui",
10243 "util",
10244]
10245
10246[[package]]
10247name = "markdown_preview"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "async-recursion",
10252 "collections",
10253 "editor",
10254 "gpui",
10255 "html5ever 0.27.0",
10256 "language",
10257 "linkify",
10258 "log",
10259 "markdown",
10260 "markup5ever_rcdom",
10261 "mermaid-rs-renderer",
10262 "pretty_assertions",
10263 "pulldown-cmark 0.13.0",
10264 "settings",
10265 "stacksafe",
10266 "theme",
10267 "ui",
10268 "urlencoding",
10269 "util",
10270 "workspace",
10271 "zed_actions",
10272]
10273
10274[[package]]
10275name = "markup5ever"
10276version = "0.12.1"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10279dependencies = [
10280 "log",
10281 "phf 0.11.3",
10282 "phf_codegen",
10283 "string_cache",
10284 "string_cache_codegen",
10285 "tendril",
10286]
10287
10288[[package]]
10289name = "markup5ever"
10290version = "0.35.0"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10293dependencies = [
10294 "log",
10295 "tendril",
10296 "web_atoms",
10297]
10298
10299[[package]]
10300name = "markup5ever_rcdom"
10301version = "0.3.0"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10304dependencies = [
10305 "html5ever 0.27.0",
10306 "markup5ever 0.12.1",
10307 "tendril",
10308 "xml5ever",
10309]
10310
10311[[package]]
10312name = "match_token"
10313version = "0.35.0"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10316dependencies = [
10317 "proc-macro2",
10318 "quote",
10319 "syn 2.0.117",
10320]
10321
10322[[package]]
10323name = "matchers"
10324version = "0.2.0"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10327dependencies = [
10328 "regex-automata",
10329]
10330
10331[[package]]
10332name = "matchit"
10333version = "0.7.3"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10336
10337[[package]]
10338name = "maybe-owned"
10339version = "0.3.4"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10342
10343[[package]]
10344name = "maybe-rayon"
10345version = "0.1.1"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10348dependencies = [
10349 "cfg-if",
10350 "rayon",
10351]
10352
10353[[package]]
10354name = "md-5"
10355version = "0.10.6"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10358dependencies = [
10359 "cfg-if",
10360 "digest",
10361]
10362
10363[[package]]
10364name = "mdbook"
10365version = "0.4.40"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10368dependencies = [
10369 "ammonia",
10370 "anyhow",
10371 "chrono",
10372 "clap",
10373 "clap_complete",
10374 "elasticlunr-rs",
10375 "env_logger 0.11.8",
10376 "futures-util",
10377 "handlebars 5.1.2",
10378 "ignore",
10379 "log",
10380 "memchr",
10381 "notify 6.1.1",
10382 "notify-debouncer-mini",
10383 "once_cell",
10384 "opener",
10385 "pathdiff",
10386 "pulldown-cmark 0.10.3",
10387 "regex",
10388 "serde",
10389 "serde_json",
10390 "shlex",
10391 "tempfile",
10392 "tokio",
10393 "toml 0.5.11",
10394 "topological-sort",
10395 "walkdir",
10396 "warp",
10397]
10398
10399[[package]]
10400name = "media"
10401version = "0.1.0"
10402dependencies = [
10403 "anyhow",
10404 "bindgen 0.71.1",
10405 "core-foundation 0.10.0",
10406 "core-video",
10407 "ctor",
10408 "foreign-types 0.5.0",
10409 "metal",
10410 "objc",
10411]
10412
10413[[package]]
10414name = "memchr"
10415version = "2.7.6"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10418
10419[[package]]
10420name = "memfd"
10421version = "0.6.5"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10424dependencies = [
10425 "rustix 1.1.2",
10426]
10427
10428[[package]]
10429name = "memmap2"
10430version = "0.9.8"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10433dependencies = [
10434 "libc",
10435 "stable_deref_trait",
10436]
10437
10438[[package]]
10439name = "memoffset"
10440version = "0.9.1"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10443dependencies = [
10444 "autocfg",
10445]
10446
10447[[package]]
10448name = "menu"
10449version = "0.1.0"
10450dependencies = [
10451 "gpui",
10452]
10453
10454[[package]]
10455name = "merge"
10456version = "0.1.0"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10459dependencies = [
10460 "merge_derive",
10461 "num-traits",
10462]
10463
10464[[package]]
10465name = "merge_derive"
10466version = "0.1.0"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10469dependencies = [
10470 "proc-macro-error",
10471 "proc-macro2",
10472 "quote",
10473 "syn 1.0.109",
10474]
10475
10476[[package]]
10477name = "mermaid-rs-renderer"
10478version = "0.2.0"
10479source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10480dependencies = [
10481 "anyhow",
10482 "fontdb 0.16.2",
10483 "json5",
10484 "once_cell",
10485 "regex",
10486 "serde",
10487 "serde_json",
10488 "thiserror 2.0.17",
10489 "ttf-parser 0.20.0",
10490]
10491
10492[[package]]
10493name = "metal"
10494version = "0.33.0"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10497dependencies = [
10498 "bitflags 2.10.0",
10499 "block",
10500 "core-graphics-types 0.2.0",
10501 "foreign-types 0.5.0",
10502 "log",
10503 "objc",
10504 "paste",
10505]
10506
10507[[package]]
10508name = "migrator"
10509version = "0.1.0"
10510dependencies = [
10511 "anyhow",
10512 "collections",
10513 "convert_case 0.8.0",
10514 "log",
10515 "pretty_assertions",
10516 "serde_json",
10517 "serde_json_lenient",
10518 "settings_content",
10519 "settings_json",
10520 "streaming-iterator",
10521 "tree-sitter",
10522 "tree-sitter-json",
10523 "unindent",
10524]
10525
10526[[package]]
10527name = "mimalloc"
10528version = "0.1.48"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10531dependencies = [
10532 "libmimalloc-sys",
10533]
10534
10535[[package]]
10536name = "mime"
10537version = "0.3.17"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10540
10541[[package]]
10542name = "mime_guess"
10543version = "2.0.5"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10546dependencies = [
10547 "mime",
10548 "unicase",
10549]
10550
10551[[package]]
10552name = "minidump-common"
10553version = "0.26.1"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10556dependencies = [
10557 "bitflags 2.10.0",
10558 "debugid",
10559 "num-derive",
10560 "num-traits",
10561 "range-map",
10562 "scroll",
10563 "smart-default",
10564]
10565
10566[[package]]
10567name = "minidump-writer"
10568version = "0.11.0"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10571dependencies = [
10572 "bitflags 2.10.0",
10573 "byteorder",
10574 "cfg-if",
10575 "crash-context",
10576 "error-graph",
10577 "failspot",
10578 "goblin",
10579 "libc",
10580 "log",
10581 "mach2 0.4.3",
10582 "memmap2",
10583 "memoffset",
10584 "minidump-common",
10585 "nix 0.29.0",
10586 "procfs-core",
10587 "scroll",
10588 "serde",
10589 "serde_json",
10590 "tempfile",
10591 "thiserror 2.0.17",
10592]
10593
10594[[package]]
10595name = "minidumper"
10596version = "0.9.0"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10599dependencies = [
10600 "cfg-if",
10601 "crash-context",
10602 "libc",
10603 "log",
10604 "minidump-writer",
10605 "parking_lot",
10606 "polling",
10607 "scroll",
10608 "thiserror 2.0.17",
10609 "uds",
10610]
10611
10612[[package]]
10613name = "minimal-lexical"
10614version = "0.2.1"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10617
10618[[package]]
10619name = "miniprofiler_ui"
10620version = "0.1.0"
10621dependencies = [
10622 "gpui",
10623 "rpc",
10624 "serde_json",
10625 "smol",
10626 "theme",
10627 "util",
10628 "workspace",
10629 "zed_actions",
10630]
10631
10632[[package]]
10633name = "miniz_oxide"
10634version = "0.8.9"
10635source = "registry+https://github.com/rust-lang/crates.io-index"
10636checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10637dependencies = [
10638 "adler2",
10639 "simd-adler32",
10640]
10641
10642[[package]]
10643name = "mio"
10644version = "0.8.11"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10647dependencies = [
10648 "libc",
10649 "log",
10650 "wasi",
10651 "windows-sys 0.48.0",
10652]
10653
10654[[package]]
10655name = "mio"
10656version = "1.1.0"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10659dependencies = [
10660 "libc",
10661 "log",
10662 "wasi",
10663 "windows-sys 0.61.2",
10664]
10665
10666[[package]]
10667name = "miow"
10668version = "0.6.1"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10671dependencies = [
10672 "windows-sys 0.61.2",
10673]
10674
10675[[package]]
10676name = "mistral"
10677version = "0.1.0"
10678dependencies = [
10679 "anyhow",
10680 "futures 0.3.31",
10681 "http_client",
10682 "schemars",
10683 "serde",
10684 "serde_json",
10685 "strum 0.27.2",
10686]
10687
10688[[package]]
10689name = "moka"
10690version = "0.12.11"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10693dependencies = [
10694 "crossbeam-channel",
10695 "crossbeam-epoch",
10696 "crossbeam-utils",
10697 "equivalent",
10698 "parking_lot",
10699 "portable-atomic",
10700 "rustc_version",
10701 "smallvec",
10702 "tagptr",
10703 "uuid",
10704]
10705
10706[[package]]
10707name = "moxcms"
10708version = "0.7.7"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10711dependencies = [
10712 "num-traits",
10713 "pxfm",
10714]
10715
10716[[package]]
10717name = "msvc_spectre_libs"
10718version = "0.1.3"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10721dependencies = [
10722 "cc",
10723]
10724
10725[[package]]
10726name = "multi_buffer"
10727version = "0.1.0"
10728dependencies = [
10729 "anyhow",
10730 "buffer_diff",
10731 "clock",
10732 "collections",
10733 "ctor",
10734 "gpui",
10735 "indoc",
10736 "itertools 0.14.0",
10737 "language",
10738 "log",
10739 "parking_lot",
10740 "pretty_assertions",
10741 "rand 0.9.2",
10742 "rope",
10743 "serde",
10744 "settings",
10745 "smallvec",
10746 "smol",
10747 "sum_tree",
10748 "text",
10749 "theme",
10750 "tracing",
10751 "tree-sitter",
10752 "util",
10753 "zlog",
10754 "ztracing",
10755]
10756
10757[[package]]
10758name = "multimap"
10759version = "0.8.3"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10762
10763[[package]]
10764name = "naga"
10765version = "28.0.0"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
10768dependencies = [
10769 "arrayvec",
10770 "bit-set",
10771 "bitflags 2.10.0",
10772 "cfg-if",
10773 "cfg_aliases 0.2.1",
10774 "codespan-reporting 0.12.0",
10775 "half",
10776 "hashbrown 0.16.1",
10777 "hexf-parse",
10778 "indexmap",
10779 "libm",
10780 "log",
10781 "num-traits",
10782 "once_cell",
10783 "rustc-hash 1.1.0",
10784 "thiserror 2.0.17",
10785 "unicode-ident",
10786]
10787
10788[[package]]
10789name = "naga"
10790version = "28.0.1"
10791source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
10792dependencies = [
10793 "arrayvec",
10794 "bit-set",
10795 "bitflags 2.10.0",
10796 "cfg-if",
10797 "cfg_aliases 0.2.1",
10798 "codespan-reporting 0.12.0",
10799 "half",
10800 "hashbrown 0.16.1",
10801 "hexf-parse",
10802 "indexmap",
10803 "libm",
10804 "log",
10805 "num-traits",
10806 "once_cell",
10807 "rustc-hash 1.1.0",
10808 "spirv",
10809 "thiserror 2.0.17",
10810 "unicode-ident",
10811]
10812
10813[[package]]
10814name = "nanoid"
10815version = "0.4.0"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10818dependencies = [
10819 "rand 0.8.5",
10820]
10821
10822[[package]]
10823name = "nanorand"
10824version = "0.7.0"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10827dependencies = [
10828 "getrandom 0.2.16",
10829]
10830
10831[[package]]
10832name = "native-tls"
10833version = "0.2.14"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10836dependencies = [
10837 "libc",
10838 "log",
10839 "openssl",
10840 "openssl-probe",
10841 "openssl-sys",
10842 "schannel",
10843 "security-framework 2.11.1",
10844 "security-framework-sys",
10845 "tempfile",
10846]
10847
10848[[package]]
10849name = "nbformat"
10850version = "1.2.0"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10853dependencies = [
10854 "anyhow",
10855 "chrono",
10856 "jupyter-protocol",
10857 "serde",
10858 "serde_json",
10859 "thiserror 1.0.69",
10860 "uuid",
10861]
10862
10863[[package]]
10864name = "nc"
10865version = "0.1.0"
10866dependencies = [
10867 "anyhow",
10868 "futures 0.3.31",
10869 "net",
10870 "smol",
10871]
10872
10873[[package]]
10874name = "ndk"
10875version = "0.9.0"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10878dependencies = [
10879 "bitflags 2.10.0",
10880 "jni-sys",
10881 "log",
10882 "ndk-sys",
10883 "num_enum",
10884 "thiserror 1.0.69",
10885]
10886
10887[[package]]
10888name = "ndk-context"
10889version = "0.1.1"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10892
10893[[package]]
10894name = "ndk-sys"
10895version = "0.6.0+11769913"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10898dependencies = [
10899 "jni-sys",
10900]
10901
10902[[package]]
10903name = "net"
10904version = "0.1.0"
10905dependencies = [
10906 "anyhow",
10907 "async-io",
10908 "smol",
10909 "tempfile",
10910 "windows 0.61.3",
10911]
10912
10913[[package]]
10914name = "new_debug_unreachable"
10915version = "1.0.6"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10918
10919[[package]]
10920name = "nix"
10921version = "0.28.0"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10924dependencies = [
10925 "bitflags 2.10.0",
10926 "cfg-if",
10927 "cfg_aliases 0.1.1",
10928 "libc",
10929]
10930
10931[[package]]
10932name = "nix"
10933version = "0.29.0"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10936dependencies = [
10937 "bitflags 2.10.0",
10938 "cfg-if",
10939 "cfg_aliases 0.2.1",
10940 "libc",
10941]
10942
10943[[package]]
10944name = "nix"
10945version = "0.30.1"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10948dependencies = [
10949 "bitflags 2.10.0",
10950 "cfg-if",
10951 "cfg_aliases 0.2.1",
10952 "libc",
10953]
10954
10955[[package]]
10956name = "node_runtime"
10957version = "0.1.0"
10958dependencies = [
10959 "anyhow",
10960 "async-compression",
10961 "async-std",
10962 "async-tar",
10963 "async-trait",
10964 "futures 0.3.31",
10965 "http_client",
10966 "log",
10967 "paths",
10968 "semver",
10969 "serde",
10970 "serde_json",
10971 "smol",
10972 "util",
10973 "watch",
10974 "which 6.0.3",
10975]
10976
10977[[package]]
10978name = "nom"
10979version = "7.1.3"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10982dependencies = [
10983 "memchr",
10984 "minimal-lexical",
10985]
10986
10987[[package]]
10988name = "nom"
10989version = "8.0.0"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10992dependencies = [
10993 "memchr",
10994]
10995
10996[[package]]
10997name = "noop_proc_macro"
10998version = "0.3.0"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11001
11002[[package]]
11003name = "normpath"
11004version = "1.5.0"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11007dependencies = [
11008 "windows-sys 0.61.2",
11009]
11010
11011[[package]]
11012name = "notifications"
11013version = "0.1.0"
11014dependencies = [
11015 "anyhow",
11016 "channel",
11017 "client",
11018 "component",
11019 "db",
11020 "gpui",
11021 "rpc",
11022 "sum_tree",
11023 "time",
11024 "ui",
11025 "util",
11026 "workspace",
11027 "zed_actions",
11028]
11029
11030[[package]]
11031name = "notify"
11032version = "6.1.1"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11035dependencies = [
11036 "bitflags 2.10.0",
11037 "crossbeam-channel",
11038 "filetime",
11039 "fsevent-sys",
11040 "inotify 0.9.6",
11041 "kqueue",
11042 "libc",
11043 "log",
11044 "mio 0.8.11",
11045 "walkdir",
11046 "windows-sys 0.48.0",
11047]
11048
11049[[package]]
11050name = "notify"
11051version = "8.2.0"
11052source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11053dependencies = [
11054 "bitflags 2.10.0",
11055 "fsevent-sys",
11056 "inotify 0.11.0",
11057 "kqueue",
11058 "libc",
11059 "log",
11060 "mio 1.1.0",
11061 "notify-types",
11062 "walkdir",
11063 "windows-sys 0.60.2",
11064]
11065
11066[[package]]
11067name = "notify-debouncer-mini"
11068version = "0.4.1"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11071dependencies = [
11072 "crossbeam-channel",
11073 "log",
11074 "notify 6.1.1",
11075]
11076
11077[[package]]
11078name = "notify-types"
11079version = "2.0.0"
11080source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11081
11082[[package]]
11083name = "ntapi"
11084version = "0.4.1"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11087dependencies = [
11088 "winapi",
11089]
11090
11091[[package]]
11092name = "nu-ansi-term"
11093version = "0.50.3"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11096dependencies = [
11097 "windows-sys 0.61.2",
11098]
11099
11100[[package]]
11101name = "num"
11102version = "0.4.3"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11105dependencies = [
11106 "num-bigint",
11107 "num-complex",
11108 "num-integer",
11109 "num-iter",
11110 "num-rational",
11111 "num-traits",
11112]
11113
11114[[package]]
11115name = "num-bigint"
11116version = "0.4.6"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11119dependencies = [
11120 "num-integer",
11121 "num-traits",
11122]
11123
11124[[package]]
11125name = "num-bigint-dig"
11126version = "0.8.6"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11129dependencies = [
11130 "lazy_static",
11131 "libm",
11132 "num-integer",
11133 "num-iter",
11134 "num-traits",
11135 "rand 0.8.5",
11136 "smallvec",
11137 "zeroize",
11138]
11139
11140[[package]]
11141name = "num-bigint-dig"
11142version = "0.9.1"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11145dependencies = [
11146 "libm",
11147 "num-integer",
11148 "num-iter",
11149 "num-traits",
11150 "once_cell",
11151 "rand 0.9.2",
11152 "serde",
11153 "smallvec",
11154 "zeroize",
11155]
11156
11157[[package]]
11158name = "num-cmp"
11159version = "0.1.0"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11162
11163[[package]]
11164name = "num-complex"
11165version = "0.4.6"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11168dependencies = [
11169 "bytemuck",
11170 "num-traits",
11171]
11172
11173[[package]]
11174name = "num-conv"
11175version = "0.2.0"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11178
11179[[package]]
11180name = "num-derive"
11181version = "0.4.2"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11184dependencies = [
11185 "proc-macro2",
11186 "quote",
11187 "syn 2.0.117",
11188]
11189
11190[[package]]
11191name = "num-format"
11192version = "0.4.4"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11195dependencies = [
11196 "arrayvec",
11197 "itoa",
11198]
11199
11200[[package]]
11201name = "num-integer"
11202version = "0.1.46"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11205dependencies = [
11206 "num-traits",
11207]
11208
11209[[package]]
11210name = "num-iter"
11211version = "0.1.45"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11214dependencies = [
11215 "autocfg",
11216 "num-integer",
11217 "num-traits",
11218]
11219
11220[[package]]
11221name = "num-rational"
11222version = "0.4.2"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11225dependencies = [
11226 "num-bigint",
11227 "num-integer",
11228 "num-traits",
11229]
11230
11231[[package]]
11232name = "num-traits"
11233version = "0.2.19"
11234source = "registry+https://github.com/rust-lang/crates.io-index"
11235checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11236dependencies = [
11237 "autocfg",
11238 "libm",
11239]
11240
11241[[package]]
11242name = "num_cpus"
11243version = "1.17.0"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11246dependencies = [
11247 "hermit-abi",
11248 "libc",
11249]
11250
11251[[package]]
11252name = "num_enum"
11253version = "0.7.4"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11256dependencies = [
11257 "num_enum_derive",
11258 "rustversion",
11259]
11260
11261[[package]]
11262name = "num_enum_derive"
11263version = "0.7.4"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11266dependencies = [
11267 "proc-macro-crate",
11268 "proc-macro2",
11269 "quote",
11270 "syn 2.0.117",
11271]
11272
11273[[package]]
11274name = "num_threads"
11275version = "0.1.7"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11278dependencies = [
11279 "libc",
11280]
11281
11282[[package]]
11283name = "nvim-rs"
11284version = "0.9.2"
11285source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11286dependencies = [
11287 "async-trait",
11288 "futures 0.3.31",
11289 "log",
11290 "rmp",
11291 "rmpv",
11292 "tokio",
11293 "tokio-util",
11294]
11295
11296[[package]]
11297name = "objc"
11298version = "0.2.7"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11301dependencies = [
11302 "malloc_buf",
11303 "objc_exception",
11304]
11305
11306[[package]]
11307name = "objc-foundation"
11308version = "0.1.1"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11311dependencies = [
11312 "block",
11313 "objc",
11314 "objc_id",
11315]
11316
11317[[package]]
11318name = "objc2"
11319version = "0.6.3"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11322dependencies = [
11323 "objc2-encode",
11324]
11325
11326[[package]]
11327name = "objc2-audio-toolbox"
11328version = "0.3.1"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
11331dependencies = [
11332 "bitflags 2.10.0",
11333 "libc",
11334 "objc2",
11335 "objc2-core-audio",
11336 "objc2-core-audio-types",
11337 "objc2-core-foundation",
11338 "objc2-foundation",
11339]
11340
11341[[package]]
11342name = "objc2-avf-audio"
11343version = "0.3.1"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "bfc1d11521c211a7ebe17739fc806719da41f56c6b3f949d9861b459188ce910"
11346dependencies = [
11347 "objc2",
11348 "objc2-foundation",
11349]
11350
11351[[package]]
11352name = "objc2-core-audio"
11353version = "0.3.1"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
11356dependencies = [
11357 "dispatch2",
11358 "objc2",
11359 "objc2-core-audio-types",
11360 "objc2-core-foundation",
11361 "objc2-foundation",
11362]
11363
11364[[package]]
11365name = "objc2-core-audio-types"
11366version = "0.3.2"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11369dependencies = [
11370 "bitflags 2.10.0",
11371 "objc2",
11372]
11373
11374[[package]]
11375name = "objc2-core-foundation"
11376version = "0.3.2"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11379dependencies = [
11380 "bitflags 2.10.0",
11381 "block2",
11382 "dispatch2",
11383 "libc",
11384 "objc2",
11385]
11386
11387[[package]]
11388name = "objc2-encode"
11389version = "4.1.0"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11392
11393[[package]]
11394name = "objc2-foundation"
11395version = "0.3.1"
11396source = "registry+https://github.com/rust-lang/crates.io-index"
11397checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
11398dependencies = [
11399 "bitflags 2.10.0",
11400 "block2",
11401 "libc",
11402 "objc2",
11403 "objc2-core-foundation",
11404]
11405
11406[[package]]
11407name = "objc2-io-kit"
11408version = "0.3.2"
11409source = "registry+https://github.com/rust-lang/crates.io-index"
11410checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11411dependencies = [
11412 "libc",
11413 "objc2-core-foundation",
11414]
11415
11416[[package]]
11417name = "objc2-metal"
11418version = "0.3.1"
11419source = "registry+https://github.com/rust-lang/crates.io-index"
11420checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
11421dependencies = [
11422 "bitflags 2.10.0",
11423 "block2",
11424 "dispatch2",
11425 "objc2",
11426 "objc2-core-foundation",
11427 "objc2-foundation",
11428]
11429
11430[[package]]
11431name = "objc_exception"
11432version = "0.1.2"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11435dependencies = [
11436 "cc",
11437]
11438
11439[[package]]
11440name = "objc_id"
11441version = "0.1.1"
11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11444dependencies = [
11445 "objc",
11446]
11447
11448[[package]]
11449name = "object"
11450version = "0.36.7"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11453dependencies = [
11454 "crc32fast",
11455 "hashbrown 0.15.5",
11456 "indexmap",
11457 "memchr",
11458]
11459
11460[[package]]
11461name = "object"
11462version = "0.37.3"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11465dependencies = [
11466 "memchr",
11467]
11468
11469[[package]]
11470name = "ollama"
11471version = "0.1.0"
11472dependencies = [
11473 "anyhow",
11474 "futures 0.3.31",
11475 "http_client",
11476 "schemars",
11477 "serde",
11478 "serde_json",
11479 "settings",
11480]
11481
11482[[package]]
11483name = "onboarding"
11484version = "0.1.0"
11485dependencies = [
11486 "anyhow",
11487 "client",
11488 "component",
11489 "db",
11490 "documented",
11491 "fs",
11492 "fuzzy",
11493 "gpui",
11494 "menu",
11495 "notifications",
11496 "picker",
11497 "project",
11498 "schemars",
11499 "serde",
11500 "settings",
11501 "telemetry",
11502 "theme",
11503 "ui",
11504 "util",
11505 "vim_mode_setting",
11506 "workspace",
11507 "zed_actions",
11508 "zlog",
11509]
11510
11511[[package]]
11512name = "once_cell"
11513version = "1.21.3"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11516
11517[[package]]
11518name = "once_cell_polyfill"
11519version = "1.70.1"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11522
11523[[package]]
11524name = "oo7"
11525version = "0.6.0"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11528dependencies = [
11529 "aes",
11530 "ashpd",
11531 "async-fs",
11532 "async-io",
11533 "async-lock 3.4.2",
11534 "blocking",
11535 "cbc",
11536 "cipher",
11537 "digest",
11538 "endi",
11539 "futures-lite 2.6.1",
11540 "futures-util",
11541 "getrandom 0.4.1",
11542 "hkdf",
11543 "hmac",
11544 "md-5",
11545 "num",
11546 "num-bigint-dig 0.9.1",
11547 "pbkdf2 0.12.2",
11548 "serde",
11549 "serde_bytes",
11550 "sha2",
11551 "subtle",
11552 "zbus",
11553 "zbus_macros",
11554 "zeroize",
11555 "zvariant",
11556]
11557
11558[[package]]
11559name = "oorandom"
11560version = "11.1.5"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11563
11564[[package]]
11565name = "open"
11566version = "5.3.2"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11569dependencies = [
11570 "is-wsl",
11571 "libc",
11572 "pathdiff",
11573]
11574
11575[[package]]
11576name = "open_ai"
11577version = "0.1.0"
11578dependencies = [
11579 "anyhow",
11580 "futures 0.3.31",
11581 "http_client",
11582 "log",
11583 "rand 0.9.2",
11584 "schemars",
11585 "serde",
11586 "serde_json",
11587 "settings",
11588 "strum 0.27.2",
11589 "thiserror 2.0.17",
11590]
11591
11592[[package]]
11593name = "open_path_prompt"
11594version = "0.1.0"
11595dependencies = [
11596 "editor",
11597 "file_icons",
11598 "futures 0.3.31",
11599 "fuzzy",
11600 "gpui",
11601 "picker",
11602 "project",
11603 "schemars",
11604 "serde",
11605 "serde_json",
11606 "settings",
11607 "theme",
11608 "ui",
11609 "util",
11610 "workspace",
11611]
11612
11613[[package]]
11614name = "open_router"
11615version = "0.1.0"
11616dependencies = [
11617 "anyhow",
11618 "futures 0.3.31",
11619 "http_client",
11620 "schemars",
11621 "serde",
11622 "serde_json",
11623 "settings",
11624 "strum 0.27.2",
11625 "thiserror 2.0.17",
11626]
11627
11628[[package]]
11629name = "opener"
11630version = "0.7.2"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11633dependencies = [
11634 "bstr",
11635 "dbus",
11636 "normpath",
11637 "windows-sys 0.59.0",
11638]
11639
11640[[package]]
11641name = "openssl"
11642version = "0.10.74"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11645dependencies = [
11646 "bitflags 2.10.0",
11647 "cfg-if",
11648 "foreign-types 0.3.2",
11649 "libc",
11650 "once_cell",
11651 "openssl-macros",
11652 "openssl-sys",
11653]
11654
11655[[package]]
11656name = "openssl-macros"
11657version = "0.1.1"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11660dependencies = [
11661 "proc-macro2",
11662 "quote",
11663 "syn 2.0.117",
11664]
11665
11666[[package]]
11667name = "openssl-probe"
11668version = "0.1.6"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11671
11672[[package]]
11673name = "openssl-sys"
11674version = "0.9.110"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11677dependencies = [
11678 "cc",
11679 "libc",
11680 "pkg-config",
11681 "vcpkg",
11682]
11683
11684[[package]]
11685name = "optfield"
11686version = "0.4.0"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11689dependencies = [
11690 "proc-macro2",
11691 "quote",
11692 "syn 2.0.117",
11693]
11694
11695[[package]]
11696name = "option-ext"
11697version = "0.2.0"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11700
11701[[package]]
11702name = "ordered-float"
11703version = "2.10.1"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11706dependencies = [
11707 "num-traits",
11708]
11709
11710[[package]]
11711name = "ordered-float"
11712version = "4.6.0"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11715dependencies = [
11716 "num-traits",
11717]
11718
11719[[package]]
11720name = "ordered-stream"
11721version = "0.2.0"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11724dependencies = [
11725 "futures-core",
11726 "pin-project-lite",
11727]
11728
11729[[package]]
11730name = "ouroboros"
11731version = "0.18.5"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11734dependencies = [
11735 "aliasable",
11736 "ouroboros_macro",
11737 "static_assertions",
11738]
11739
11740[[package]]
11741name = "ouroboros_macro"
11742version = "0.18.5"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11745dependencies = [
11746 "heck 0.4.1",
11747 "proc-macro2",
11748 "proc-macro2-diagnostics",
11749 "quote",
11750 "syn 2.0.117",
11751]
11752
11753[[package]]
11754name = "outline"
11755version = "0.1.0"
11756dependencies = [
11757 "editor",
11758 "fuzzy",
11759 "gpui",
11760 "indoc",
11761 "language",
11762 "lsp",
11763 "menu",
11764 "ordered-float 2.10.1",
11765 "picker",
11766 "project",
11767 "rope",
11768 "serde_json",
11769 "settings",
11770 "smol",
11771 "theme",
11772 "ui",
11773 "util",
11774 "workspace",
11775 "zed_actions",
11776]
11777
11778[[package]]
11779name = "outline_panel"
11780version = "0.1.0"
11781dependencies = [
11782 "anyhow",
11783 "collections",
11784 "db",
11785 "editor",
11786 "file_icons",
11787 "fuzzy",
11788 "gpui",
11789 "itertools 0.14.0",
11790 "language",
11791 "log",
11792 "lsp",
11793 "menu",
11794 "outline",
11795 "pretty_assertions",
11796 "project",
11797 "search",
11798 "serde",
11799 "serde_json",
11800 "settings",
11801 "smallvec",
11802 "smol",
11803 "theme",
11804 "ui",
11805 "util",
11806 "workspace",
11807 "worktree",
11808 "zed_actions",
11809]
11810
11811[[package]]
11812name = "outref"
11813version = "0.5.2"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11816
11817[[package]]
11818name = "p256"
11819version = "0.11.1"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11822dependencies = [
11823 "ecdsa",
11824 "elliptic-curve",
11825 "sha2",
11826]
11827
11828[[package]]
11829name = "page_size"
11830version = "0.6.0"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11833dependencies = [
11834 "libc",
11835 "winapi",
11836]
11837
11838[[package]]
11839name = "palette"
11840version = "0.7.6"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11843dependencies = [
11844 "approx",
11845 "fast-srgb8",
11846 "palette_derive",
11847]
11848
11849[[package]]
11850name = "palette_derive"
11851version = "0.7.6"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11854dependencies = [
11855 "by_address",
11856 "proc-macro2",
11857 "quote",
11858 "syn 2.0.117",
11859]
11860
11861[[package]]
11862name = "panel"
11863version = "0.1.0"
11864dependencies = [
11865 "gpui",
11866 "ui",
11867 "workspace",
11868]
11869
11870[[package]]
11871name = "parking"
11872version = "2.2.1"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11875
11876[[package]]
11877name = "parking_lot"
11878version = "0.12.5"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11881dependencies = [
11882 "lock_api",
11883 "parking_lot_core",
11884]
11885
11886[[package]]
11887name = "parking_lot_core"
11888version = "0.9.12"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11891dependencies = [
11892 "cfg-if",
11893 "libc",
11894 "redox_syscall 0.5.18",
11895 "smallvec",
11896 "windows-link 0.2.1",
11897]
11898
11899[[package]]
11900name = "parse_int"
11901version = "0.9.0"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11904dependencies = [
11905 "num-traits",
11906]
11907
11908[[package]]
11909name = "partial-json-fixer"
11910version = "0.5.3"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11913
11914[[package]]
11915name = "password-hash"
11916version = "0.4.2"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11919dependencies = [
11920 "base64ct",
11921 "rand_core 0.6.4",
11922 "subtle",
11923]
11924
11925[[package]]
11926name = "paste"
11927version = "1.0.15"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11930
11931[[package]]
11932name = "pathdiff"
11933version = "0.2.3"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11936
11937[[package]]
11938name = "pathfinder_geometry"
11939version = "0.5.1"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11942dependencies = [
11943 "log",
11944 "pathfinder_simd",
11945]
11946
11947[[package]]
11948name = "pathfinder_simd"
11949version = "0.5.5"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11952dependencies = [
11953 "rustc_version",
11954]
11955
11956[[package]]
11957name = "paths"
11958version = "0.1.0"
11959dependencies = [
11960 "dirs 4.0.0",
11961 "ignore",
11962 "util",
11963]
11964
11965[[package]]
11966name = "pbjson"
11967version = "0.6.0"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11970dependencies = [
11971 "base64 0.21.7",
11972 "serde",
11973]
11974
11975[[package]]
11976name = "pbjson-build"
11977version = "0.6.2"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11980dependencies = [
11981 "heck 0.4.1",
11982 "itertools 0.11.0",
11983 "prost 0.12.6",
11984 "prost-types 0.12.6",
11985]
11986
11987[[package]]
11988name = "pbjson-types"
11989version = "0.6.0"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11992dependencies = [
11993 "bytes 1.11.1",
11994 "chrono",
11995 "pbjson",
11996 "pbjson-build",
11997 "prost 0.12.6",
11998 "prost-build 0.12.6",
11999 "serde",
12000]
12001
12002[[package]]
12003name = "pbkdf2"
12004version = "0.11.0"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12007dependencies = [
12008 "digest",
12009 "hmac",
12010 "password-hash",
12011 "sha2",
12012]
12013
12014[[package]]
12015name = "pbkdf2"
12016version = "0.12.2"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12019dependencies = [
12020 "digest",
12021 "hmac",
12022]
12023
12024[[package]]
12025name = "pciid-parser"
12026version = "0.8.0"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12029
12030[[package]]
12031name = "peg"
12032version = "0.8.5"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12035dependencies = [
12036 "peg-macros",
12037 "peg-runtime",
12038]
12039
12040[[package]]
12041name = "peg-macros"
12042version = "0.8.5"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12045dependencies = [
12046 "peg-runtime",
12047 "proc-macro2",
12048 "quote",
12049]
12050
12051[[package]]
12052name = "peg-runtime"
12053version = "0.8.5"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12056
12057[[package]]
12058name = "pem"
12059version = "3.0.6"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12062dependencies = [
12063 "base64 0.22.1",
12064 "serde_core",
12065]
12066
12067[[package]]
12068name = "pem-rfc7468"
12069version = "0.7.0"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12072dependencies = [
12073 "base64ct",
12074]
12075
12076[[package]]
12077name = "percent-encoding"
12078version = "2.3.2"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12081
12082[[package]]
12083name = "perf"
12084version = "0.1.0"
12085dependencies = [
12086 "collections",
12087 "serde",
12088 "serde_json",
12089]
12090
12091[[package]]
12092name = "pest"
12093version = "2.8.3"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12096dependencies = [
12097 "memchr",
12098 "ucd-trie",
12099]
12100
12101[[package]]
12102name = "pest_derive"
12103version = "2.8.3"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12106dependencies = [
12107 "pest",
12108 "pest_generator",
12109]
12110
12111[[package]]
12112name = "pest_generator"
12113version = "2.8.3"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12116dependencies = [
12117 "pest",
12118 "pest_meta",
12119 "proc-macro2",
12120 "quote",
12121 "syn 2.0.117",
12122]
12123
12124[[package]]
12125name = "pest_meta"
12126version = "2.8.3"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12129dependencies = [
12130 "pest",
12131 "sha2",
12132]
12133
12134[[package]]
12135name = "pet"
12136version = "0.1.0"
12137source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12138dependencies = [
12139 "clap",
12140 "env_logger 0.10.2",
12141 "lazy_static",
12142 "log",
12143 "msvc_spectre_libs",
12144 "pet-conda",
12145 "pet-core",
12146 "pet-env-var-path",
12147 "pet-fs",
12148 "pet-global-virtualenvs",
12149 "pet-homebrew",
12150 "pet-jsonrpc",
12151 "pet-linux-global-python",
12152 "pet-mac-commandlinetools",
12153 "pet-mac-python-org",
12154 "pet-mac-xcode",
12155 "pet-pipenv",
12156 "pet-pixi",
12157 "pet-poetry",
12158 "pet-pyenv",
12159 "pet-python-utils",
12160 "pet-reporter",
12161 "pet-telemetry",
12162 "pet-uv",
12163 "pet-venv",
12164 "pet-virtualenv",
12165 "pet-virtualenvwrapper",
12166 "pet-windows-registry",
12167 "pet-windows-store",
12168 "pet-winpython",
12169 "serde",
12170 "serde_json",
12171 "tracing",
12172 "tracing-subscriber",
12173 "winresource",
12174]
12175
12176[[package]]
12177name = "pet-conda"
12178version = "0.1.0"
12179source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12180dependencies = [
12181 "env_logger 0.10.2",
12182 "lazy_static",
12183 "log",
12184 "msvc_spectre_libs",
12185 "pet-core",
12186 "pet-fs",
12187 "pet-python-utils",
12188 "pet-reporter",
12189 "rayon",
12190 "regex",
12191 "serde",
12192 "serde_json",
12193 "yaml-rust2",
12194]
12195
12196[[package]]
12197name = "pet-core"
12198version = "0.1.0"
12199source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12200dependencies = [
12201 "clap",
12202 "lazy_static",
12203 "log",
12204 "msvc_spectre_libs",
12205 "pet-fs",
12206 "regex",
12207 "serde",
12208 "serde_json",
12209]
12210
12211[[package]]
12212name = "pet-env-var-path"
12213version = "0.1.0"
12214source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12215dependencies = [
12216 "lazy_static",
12217 "log",
12218 "msvc_spectre_libs",
12219 "pet-conda",
12220 "pet-core",
12221 "pet-fs",
12222 "pet-python-utils",
12223 "pet-virtualenv",
12224 "regex",
12225]
12226
12227[[package]]
12228name = "pet-fs"
12229version = "0.1.0"
12230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12231dependencies = [
12232 "glob",
12233 "log",
12234 "msvc_spectre_libs",
12235 "windows-sys 0.59.0",
12236]
12237
12238[[package]]
12239name = "pet-global-virtualenvs"
12240version = "0.1.0"
12241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12242dependencies = [
12243 "log",
12244 "msvc_spectre_libs",
12245 "pet-conda",
12246 "pet-core",
12247 "pet-fs",
12248 "pet-virtualenv",
12249]
12250
12251[[package]]
12252name = "pet-homebrew"
12253version = "0.1.0"
12254source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12255dependencies = [
12256 "lazy_static",
12257 "log",
12258 "msvc_spectre_libs",
12259 "pet-conda",
12260 "pet-core",
12261 "pet-fs",
12262 "pet-python-utils",
12263 "pet-virtualenv",
12264 "rayon",
12265 "regex",
12266 "serde",
12267 "serde_json",
12268]
12269
12270[[package]]
12271name = "pet-jsonrpc"
12272version = "0.1.0"
12273source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12274dependencies = [
12275 "env_logger 0.10.2",
12276 "log",
12277 "msvc_spectre_libs",
12278 "pet-core",
12279 "serde",
12280 "serde_json",
12281]
12282
12283[[package]]
12284name = "pet-linux-global-python"
12285version = "0.1.0"
12286source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12287dependencies = [
12288 "log",
12289 "msvc_spectre_libs",
12290 "pet-core",
12291 "pet-fs",
12292 "pet-python-utils",
12293 "pet-virtualenv",
12294]
12295
12296[[package]]
12297name = "pet-mac-commandlinetools"
12298version = "0.1.0"
12299source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12300dependencies = [
12301 "log",
12302 "msvc_spectre_libs",
12303 "pet-core",
12304 "pet-fs",
12305 "pet-python-utils",
12306 "pet-virtualenv",
12307]
12308
12309[[package]]
12310name = "pet-mac-python-org"
12311version = "0.1.0"
12312source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12313dependencies = [
12314 "log",
12315 "msvc_spectre_libs",
12316 "pet-core",
12317 "pet-fs",
12318 "pet-python-utils",
12319 "pet-virtualenv",
12320]
12321
12322[[package]]
12323name = "pet-mac-xcode"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "log",
12328 "msvc_spectre_libs",
12329 "pet-core",
12330 "pet-fs",
12331 "pet-python-utils",
12332 "pet-virtualenv",
12333]
12334
12335[[package]]
12336name = "pet-pipenv"
12337version = "0.1.0"
12338source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12339dependencies = [
12340 "lazy_static",
12341 "log",
12342 "msvc_spectre_libs",
12343 "pet-core",
12344 "pet-fs",
12345 "pet-python-utils",
12346 "pet-virtualenv",
12347 "regex",
12348]
12349
12350[[package]]
12351name = "pet-pixi"
12352version = "0.1.0"
12353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12354dependencies = [
12355 "log",
12356 "msvc_spectre_libs",
12357 "pet-conda",
12358 "pet-core",
12359 "pet-python-utils",
12360]
12361
12362[[package]]
12363name = "pet-poetry"
12364version = "0.1.0"
12365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12366dependencies = [
12367 "base64 0.22.1",
12368 "lazy_static",
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-core",
12372 "pet-fs",
12373 "pet-python-utils",
12374 "pet-reporter",
12375 "pet-virtualenv",
12376 "regex",
12377 "serde",
12378 "serde_json",
12379 "sha2",
12380 "toml 0.8.23",
12381]
12382
12383[[package]]
12384name = "pet-pyenv"
12385version = "0.1.0"
12386source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12387dependencies = [
12388 "lazy_static",
12389 "log",
12390 "msvc_spectre_libs",
12391 "pet-conda",
12392 "pet-core",
12393 "pet-fs",
12394 "pet-python-utils",
12395 "pet-reporter",
12396 "regex",
12397 "serde",
12398 "serde_json",
12399]
12400
12401[[package]]
12402name = "pet-python-utils"
12403version = "0.1.0"
12404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12405dependencies = [
12406 "env_logger 0.10.2",
12407 "lazy_static",
12408 "log",
12409 "msvc_spectre_libs",
12410 "pet-core",
12411 "pet-fs",
12412 "regex",
12413 "serde",
12414 "serde_json",
12415 "sha2",
12416]
12417
12418[[package]]
12419name = "pet-reporter"
12420version = "0.1.0"
12421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12422dependencies = [
12423 "env_logger 0.10.2",
12424 "log",
12425 "msvc_spectre_libs",
12426 "pet-core",
12427 "pet-jsonrpc",
12428 "serde",
12429 "serde_json",
12430]
12431
12432[[package]]
12433name = "pet-telemetry"
12434version = "0.1.0"
12435source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12436dependencies = [
12437 "env_logger 0.10.2",
12438 "lazy_static",
12439 "log",
12440 "msvc_spectre_libs",
12441 "pet-core",
12442 "pet-fs",
12443 "pet-python-utils",
12444 "regex",
12445]
12446
12447[[package]]
12448name = "pet-uv"
12449version = "0.1.0"
12450source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12451dependencies = [
12452 "log",
12453 "pet-core",
12454 "pet-python-utils",
12455 "serde",
12456 "toml 0.9.8",
12457]
12458
12459[[package]]
12460name = "pet-venv"
12461version = "0.1.0"
12462source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12463dependencies = [
12464 "log",
12465 "msvc_spectre_libs",
12466 "pet-core",
12467 "pet-python-utils",
12468 "pet-virtualenv",
12469]
12470
12471[[package]]
12472name = "pet-virtualenv"
12473version = "0.1.0"
12474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12475dependencies = [
12476 "log",
12477 "msvc_spectre_libs",
12478 "pet-core",
12479 "pet-fs",
12480 "pet-python-utils",
12481]
12482
12483[[package]]
12484name = "pet-virtualenvwrapper"
12485version = "0.1.0"
12486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12487dependencies = [
12488 "log",
12489 "msvc_spectre_libs",
12490 "pet-core",
12491 "pet-fs",
12492 "pet-python-utils",
12493 "pet-virtualenv",
12494]
12495
12496[[package]]
12497name = "pet-windows-registry"
12498version = "0.1.0"
12499source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12500dependencies = [
12501 "lazy_static",
12502 "log",
12503 "msvc_spectre_libs",
12504 "pet-conda",
12505 "pet-core",
12506 "pet-fs",
12507 "pet-python-utils",
12508 "pet-virtualenv",
12509 "pet-windows-store",
12510 "regex",
12511 "winreg 0.55.0",
12512]
12513
12514[[package]]
12515name = "pet-windows-store"
12516version = "0.1.0"
12517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12518dependencies = [
12519 "lazy_static",
12520 "log",
12521 "msvc_spectre_libs",
12522 "pet-core",
12523 "pet-fs",
12524 "pet-python-utils",
12525 "pet-virtualenv",
12526 "regex",
12527 "winreg 0.55.0",
12528]
12529
12530[[package]]
12531name = "pet-winpython"
12532version = "0.1.0"
12533source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12534dependencies = [
12535 "lazy_static",
12536 "log",
12537 "pet-core",
12538 "pet-fs",
12539 "pet-python-utils",
12540 "pet-virtualenv",
12541 "regex",
12542]
12543
12544[[package]]
12545name = "petgraph"
12546version = "0.6.5"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12549dependencies = [
12550 "fixedbitset 0.4.2",
12551 "indexmap",
12552]
12553
12554[[package]]
12555name = "pgvector"
12556version = "0.4.1"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12559dependencies = [
12560 "serde",
12561]
12562
12563[[package]]
12564name = "phf"
12565version = "0.11.3"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12568dependencies = [
12569 "phf_macros 0.11.3",
12570 "phf_shared 0.11.3",
12571]
12572
12573[[package]]
12574name = "phf"
12575version = "0.12.1"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12578dependencies = [
12579 "phf_macros 0.12.1",
12580 "phf_shared 0.12.1",
12581]
12582
12583[[package]]
12584name = "phf_codegen"
12585version = "0.11.3"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12588dependencies = [
12589 "phf_generator 0.11.3",
12590 "phf_shared 0.11.3",
12591]
12592
12593[[package]]
12594name = "phf_generator"
12595version = "0.11.3"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12598dependencies = [
12599 "phf_shared 0.11.3",
12600 "rand 0.8.5",
12601]
12602
12603[[package]]
12604name = "phf_generator"
12605version = "0.12.1"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12608dependencies = [
12609 "fastrand 2.3.0",
12610 "phf_shared 0.12.1",
12611]
12612
12613[[package]]
12614name = "phf_macros"
12615version = "0.11.3"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12618dependencies = [
12619 "phf_generator 0.11.3",
12620 "phf_shared 0.11.3",
12621 "proc-macro2",
12622 "quote",
12623 "syn 2.0.117",
12624]
12625
12626[[package]]
12627name = "phf_macros"
12628version = "0.12.1"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12631dependencies = [
12632 "phf_generator 0.12.1",
12633 "phf_shared 0.12.1",
12634 "proc-macro2",
12635 "quote",
12636 "syn 2.0.117",
12637]
12638
12639[[package]]
12640name = "phf_shared"
12641version = "0.11.3"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12644dependencies = [
12645 "siphasher 1.0.1",
12646]
12647
12648[[package]]
12649name = "phf_shared"
12650version = "0.12.1"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12653dependencies = [
12654 "siphasher 1.0.1",
12655]
12656
12657[[package]]
12658name = "picker"
12659version = "0.1.0"
12660dependencies = [
12661 "anyhow",
12662 "editor",
12663 "gpui",
12664 "menu",
12665 "schemars",
12666 "serde",
12667 "settings",
12668 "theme",
12669 "ui",
12670 "ui_input",
12671 "workspace",
12672 "zed_actions",
12673]
12674
12675[[package]]
12676name = "pico-args"
12677version = "0.5.0"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12680
12681[[package]]
12682name = "pin-project"
12683version = "1.1.10"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12686dependencies = [
12687 "pin-project-internal",
12688]
12689
12690[[package]]
12691name = "pin-project-internal"
12692version = "1.1.10"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12695dependencies = [
12696 "proc-macro2",
12697 "quote",
12698 "syn 2.0.117",
12699]
12700
12701[[package]]
12702name = "pin-project-lite"
12703version = "0.2.16"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12706
12707[[package]]
12708name = "pin-utils"
12709version = "0.1.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12712
12713[[package]]
12714name = "piper"
12715version = "0.2.4"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12718dependencies = [
12719 "atomic-waker",
12720 "fastrand 2.3.0",
12721 "futures-io",
12722]
12723
12724[[package]]
12725name = "pkcs1"
12726version = "0.7.5"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12729dependencies = [
12730 "der 0.7.10",
12731 "pkcs8 0.10.2",
12732 "spki 0.7.3",
12733]
12734
12735[[package]]
12736name = "pkcs8"
12737version = "0.9.0"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12740dependencies = [
12741 "der 0.6.1",
12742 "spki 0.6.0",
12743]
12744
12745[[package]]
12746name = "pkcs8"
12747version = "0.10.2"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12750dependencies = [
12751 "der 0.7.10",
12752 "spki 0.7.3",
12753]
12754
12755[[package]]
12756name = "pkg-config"
12757version = "0.3.32"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12760
12761[[package]]
12762name = "plain"
12763version = "0.2.3"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12766
12767[[package]]
12768name = "platform_title_bar"
12769version = "0.1.0"
12770dependencies = [
12771 "feature_flags",
12772 "gpui",
12773 "project",
12774 "settings",
12775 "smallvec",
12776 "theme",
12777 "ui",
12778 "windows 0.61.3",
12779 "workspace",
12780 "zed_actions",
12781]
12782
12783[[package]]
12784name = "plist"
12785version = "1.8.0"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12788dependencies = [
12789 "base64 0.22.1",
12790 "indexmap",
12791 "quick-xml 0.38.3",
12792 "serde",
12793 "time",
12794]
12795
12796[[package]]
12797name = "plotters"
12798version = "0.3.7"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12801dependencies = [
12802 "num-traits",
12803 "plotters-backend",
12804 "plotters-svg",
12805 "wasm-bindgen",
12806 "web-sys",
12807]
12808
12809[[package]]
12810name = "plotters-backend"
12811version = "0.3.7"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12814
12815[[package]]
12816name = "plotters-svg"
12817version = "0.3.7"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12820dependencies = [
12821 "plotters-backend",
12822]
12823
12824[[package]]
12825name = "png"
12826version = "0.17.16"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12829dependencies = [
12830 "bitflags 1.3.2",
12831 "crc32fast",
12832 "fdeflate",
12833 "flate2",
12834 "miniz_oxide",
12835]
12836
12837[[package]]
12838name = "png"
12839version = "0.18.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12842dependencies = [
12843 "bitflags 2.10.0",
12844 "crc32fast",
12845 "fdeflate",
12846 "flate2",
12847 "miniz_oxide",
12848]
12849
12850[[package]]
12851name = "polling"
12852version = "3.11.0"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12855dependencies = [
12856 "cfg-if",
12857 "concurrent-queue",
12858 "hermit-abi",
12859 "pin-project-lite",
12860 "rustix 1.1.2",
12861 "windows-sys 0.61.2",
12862]
12863
12864[[package]]
12865name = "pollster"
12866version = "0.2.5"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12869
12870[[package]]
12871name = "pollster"
12872version = "0.4.0"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12875
12876[[package]]
12877name = "pori"
12878version = "0.0.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12881dependencies = [
12882 "nom 7.1.3",
12883]
12884
12885[[package]]
12886name = "portable-atomic"
12887version = "1.11.1"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12890
12891[[package]]
12892name = "portable-atomic-util"
12893version = "0.2.4"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12896dependencies = [
12897 "portable-atomic",
12898]
12899
12900[[package]]
12901name = "portable-pty"
12902version = "0.9.0"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12905dependencies = [
12906 "anyhow",
12907 "bitflags 1.3.2",
12908 "downcast-rs",
12909 "filedescriptor",
12910 "lazy_static",
12911 "libc",
12912 "log",
12913 "nix 0.28.0",
12914 "serial2",
12915 "shared_library",
12916 "shell-words",
12917 "winapi",
12918 "winreg 0.10.1",
12919]
12920
12921[[package]]
12922name = "postage"
12923version = "0.5.0"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12926dependencies = [
12927 "atomic",
12928 "crossbeam-queue",
12929 "futures 0.3.31",
12930 "log",
12931 "parking_lot",
12932 "pin-project",
12933 "pollster 0.2.5",
12934 "static_assertions",
12935 "thiserror 1.0.69",
12936]
12937
12938[[package]]
12939name = "postcard"
12940version = "1.1.3"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12943dependencies = [
12944 "cobs",
12945 "embedded-io 0.4.0",
12946 "embedded-io 0.6.1",
12947 "serde",
12948]
12949
12950[[package]]
12951name = "potential_utf"
12952version = "0.1.3"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12955dependencies = [
12956 "zerovec",
12957]
12958
12959[[package]]
12960name = "powerfmt"
12961version = "0.2.0"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12964
12965[[package]]
12966name = "ppv-lite86"
12967version = "0.2.21"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12970dependencies = [
12971 "zerocopy",
12972]
12973
12974[[package]]
12975name = "precomputed-hash"
12976version = "0.1.1"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12979
12980[[package]]
12981name = "presser"
12982version = "0.3.1"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12985
12986[[package]]
12987name = "prettier"
12988version = "0.1.0"
12989dependencies = [
12990 "anyhow",
12991 "collections",
12992 "fs",
12993 "gpui",
12994 "language",
12995 "log",
12996 "lsp",
12997 "node_runtime",
12998 "parking_lot",
12999 "paths",
13000 "serde",
13001 "serde_json",
13002 "util",
13003]
13004
13005[[package]]
13006name = "pretty_assertions"
13007version = "1.4.1"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13010dependencies = [
13011 "diff",
13012 "yansi",
13013]
13014
13015[[package]]
13016name = "prettyplease"
13017version = "0.2.37"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13020dependencies = [
13021 "proc-macro2",
13022 "syn 2.0.117",
13023]
13024
13025[[package]]
13026name = "primal-check"
13027version = "0.3.4"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13030dependencies = [
13031 "num-integer",
13032]
13033
13034[[package]]
13035name = "proc-macro-crate"
13036version = "3.4.0"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13039dependencies = [
13040 "toml_edit 0.23.7",
13041]
13042
13043[[package]]
13044name = "proc-macro-error"
13045version = "1.0.4"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13048dependencies = [
13049 "proc-macro-error-attr",
13050 "proc-macro2",
13051 "quote",
13052 "syn 1.0.109",
13053 "version_check",
13054]
13055
13056[[package]]
13057name = "proc-macro-error-attr"
13058version = "1.0.4"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13061dependencies = [
13062 "proc-macro2",
13063 "quote",
13064 "version_check",
13065]
13066
13067[[package]]
13068name = "proc-macro-error-attr2"
13069version = "2.0.0"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13072dependencies = [
13073 "proc-macro2",
13074 "quote",
13075]
13076
13077[[package]]
13078name = "proc-macro-error2"
13079version = "2.0.1"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13082dependencies = [
13083 "proc-macro-error-attr2",
13084 "proc-macro2",
13085 "quote",
13086 "syn 2.0.117",
13087]
13088
13089[[package]]
13090name = "proc-macro2"
13091version = "1.0.101"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13094dependencies = [
13095 "unicode-ident",
13096]
13097
13098[[package]]
13099name = "proc-macro2-diagnostics"
13100version = "0.10.1"
13101source = "registry+https://github.com/rust-lang/crates.io-index"
13102checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13103dependencies = [
13104 "proc-macro2",
13105 "quote",
13106 "syn 2.0.117",
13107 "version_check",
13108 "yansi",
13109]
13110
13111[[package]]
13112name = "procfs-core"
13113version = "0.17.0"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13116dependencies = [
13117 "bitflags 2.10.0",
13118 "hex",
13119 "serde",
13120]
13121
13122[[package]]
13123name = "profiling"
13124version = "1.0.17"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13127dependencies = [
13128 "profiling-procmacros",
13129]
13130
13131[[package]]
13132name = "profiling-procmacros"
13133version = "1.0.17"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13136dependencies = [
13137 "quote",
13138 "syn 2.0.117",
13139]
13140
13141[[package]]
13142name = "project"
13143version = "0.1.0"
13144dependencies = [
13145 "aho-corasick",
13146 "anyhow",
13147 "askpass",
13148 "async-trait",
13149 "base64 0.22.1",
13150 "buffer_diff",
13151 "circular-buffer",
13152 "client",
13153 "clock",
13154 "collections",
13155 "context_server",
13156 "dap",
13157 "encoding_rs",
13158 "extension",
13159 "fancy-regex 0.17.0",
13160 "fs",
13161 "futures 0.3.31",
13162 "fuzzy",
13163 "git",
13164 "git2",
13165 "git_hosting_providers",
13166 "globset",
13167 "gpui",
13168 "http_client",
13169 "image",
13170 "indexmap",
13171 "itertools 0.14.0",
13172 "language",
13173 "log",
13174 "lsp",
13175 "markdown",
13176 "node_runtime",
13177 "parking_lot",
13178 "paths",
13179 "postage",
13180 "prettier",
13181 "pretty_assertions",
13182 "project",
13183 "rand 0.9.2",
13184 "regex",
13185 "release_channel",
13186 "remote",
13187 "rpc",
13188 "schemars",
13189 "semver",
13190 "serde",
13191 "serde_json",
13192 "settings",
13193 "sha2",
13194 "shellexpand 2.1.2",
13195 "smallvec",
13196 "smol",
13197 "snippet",
13198 "snippet_provider",
13199 "sum_tree",
13200 "task",
13201 "tempfile",
13202 "terminal",
13203 "text",
13204 "toml 0.8.23",
13205 "tracing",
13206 "unindent",
13207 "url",
13208 "util",
13209 "watch",
13210 "wax",
13211 "which 6.0.3",
13212 "worktree",
13213 "zeroize",
13214 "zlog",
13215 "ztracing",
13216]
13217
13218[[package]]
13219name = "project_benchmarks"
13220version = "0.1.0"
13221dependencies = [
13222 "anyhow",
13223 "askpass",
13224 "clap",
13225 "client",
13226 "futures 0.3.31",
13227 "gpui",
13228 "gpui_platform",
13229 "http_client",
13230 "language",
13231 "node_runtime",
13232 "project",
13233 "release_channel",
13234 "remote",
13235 "rpassword",
13236 "semver",
13237 "settings",
13238 "watch",
13239]
13240
13241[[package]]
13242name = "project_panel"
13243version = "0.1.0"
13244dependencies = [
13245 "anyhow",
13246 "client",
13247 "collections",
13248 "command_palette_hooks",
13249 "criterion",
13250 "db",
13251 "editor",
13252 "feature_flags",
13253 "file_icons",
13254 "git",
13255 "git_ui",
13256 "gpui",
13257 "itertools 0.14.0",
13258 "language",
13259 "menu",
13260 "notifications",
13261 "pretty_assertions",
13262 "project",
13263 "rayon",
13264 "remote_connection",
13265 "schemars",
13266 "search",
13267 "serde",
13268 "serde_json",
13269 "settings",
13270 "smallvec",
13271 "telemetry",
13272 "tempfile",
13273 "theme",
13274 "ui",
13275 "util",
13276 "workspace",
13277 "worktree",
13278 "zed_actions",
13279]
13280
13281[[package]]
13282name = "project_symbols"
13283version = "0.1.0"
13284dependencies = [
13285 "anyhow",
13286 "editor",
13287 "futures 0.3.31",
13288 "fuzzy",
13289 "gpui",
13290 "language",
13291 "lsp",
13292 "ordered-float 2.10.1",
13293 "picker",
13294 "project",
13295 "release_channel",
13296 "semver",
13297 "serde_json",
13298 "settings",
13299 "theme",
13300 "util",
13301 "workspace",
13302]
13303
13304[[package]]
13305name = "prometheus"
13306version = "0.14.0"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13309dependencies = [
13310 "cfg-if",
13311 "fnv",
13312 "lazy_static",
13313 "memchr",
13314 "parking_lot",
13315 "protobuf",
13316 "thiserror 2.0.17",
13317]
13318
13319[[package]]
13320name = "prompt_store"
13321version = "0.1.0"
13322dependencies = [
13323 "anyhow",
13324 "assets",
13325 "chrono",
13326 "collections",
13327 "fs",
13328 "futures 0.3.31",
13329 "fuzzy",
13330 "gpui",
13331 "handlebars 4.5.0",
13332 "heed",
13333 "language",
13334 "log",
13335 "parking_lot",
13336 "paths",
13337 "rope",
13338 "serde",
13339 "strum 0.27.2",
13340 "tempfile",
13341 "text",
13342 "util",
13343 "uuid",
13344]
13345
13346[[package]]
13347name = "proptest"
13348version = "1.10.0"
13349source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13350dependencies = [
13351 "bit-set",
13352 "bit-vec",
13353 "bitflags 2.10.0",
13354 "num-traits",
13355 "proptest-macro",
13356 "rand 0.9.2",
13357 "rand_chacha 0.9.0",
13358 "rand_xorshift",
13359 "regex-syntax",
13360 "rusty-fork",
13361 "tempfile",
13362 "unarray",
13363]
13364
13365[[package]]
13366name = "proptest-derive"
13367version = "0.8.0"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13370dependencies = [
13371 "proc-macro2",
13372 "quote",
13373 "syn 2.0.117",
13374]
13375
13376[[package]]
13377name = "proptest-macro"
13378version = "0.5.0"
13379source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13380dependencies = [
13381 "convert_case 0.11.0",
13382 "proc-macro2",
13383 "quote",
13384 "syn 2.0.117",
13385]
13386
13387[[package]]
13388name = "prost"
13389version = "0.9.0"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13392dependencies = [
13393 "bytes 1.11.1",
13394 "prost-derive 0.9.0",
13395]
13396
13397[[package]]
13398name = "prost"
13399version = "0.12.6"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13402dependencies = [
13403 "bytes 1.11.1",
13404 "prost-derive 0.12.6",
13405]
13406
13407[[package]]
13408name = "prost-build"
13409version = "0.9.0"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13412dependencies = [
13413 "bytes 1.11.1",
13414 "heck 0.3.3",
13415 "itertools 0.10.5",
13416 "lazy_static",
13417 "log",
13418 "multimap",
13419 "petgraph",
13420 "prost 0.9.0",
13421 "prost-types 0.9.0",
13422 "regex",
13423 "tempfile",
13424 "which 4.4.2",
13425]
13426
13427[[package]]
13428name = "prost-build"
13429version = "0.12.6"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13432dependencies = [
13433 "bytes 1.11.1",
13434 "heck 0.5.0",
13435 "itertools 0.12.1",
13436 "log",
13437 "multimap",
13438 "once_cell",
13439 "petgraph",
13440 "prettyplease",
13441 "prost 0.12.6",
13442 "prost-types 0.12.6",
13443 "regex",
13444 "syn 2.0.117",
13445 "tempfile",
13446]
13447
13448[[package]]
13449name = "prost-derive"
13450version = "0.9.0"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13453dependencies = [
13454 "anyhow",
13455 "itertools 0.10.5",
13456 "proc-macro2",
13457 "quote",
13458 "syn 1.0.109",
13459]
13460
13461[[package]]
13462name = "prost-derive"
13463version = "0.12.6"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13466dependencies = [
13467 "anyhow",
13468 "itertools 0.12.1",
13469 "proc-macro2",
13470 "quote",
13471 "syn 2.0.117",
13472]
13473
13474[[package]]
13475name = "prost-types"
13476version = "0.9.0"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13479dependencies = [
13480 "bytes 1.11.1",
13481 "prost 0.9.0",
13482]
13483
13484[[package]]
13485name = "prost-types"
13486version = "0.12.6"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13489dependencies = [
13490 "prost 0.12.6",
13491]
13492
13493[[package]]
13494name = "proto"
13495version = "0.1.0"
13496dependencies = [
13497 "anyhow",
13498 "prost 0.9.0",
13499 "prost-build 0.9.0",
13500 "serde",
13501]
13502
13503[[package]]
13504name = "protobuf"
13505version = "3.7.2"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13508dependencies = [
13509 "once_cell",
13510 "protobuf-support",
13511 "thiserror 1.0.69",
13512]
13513
13514[[package]]
13515name = "protobuf-support"
13516version = "3.7.2"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13519dependencies = [
13520 "thiserror 1.0.69",
13521]
13522
13523[[package]]
13524name = "psm"
13525version = "0.1.30"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13528dependencies = [
13529 "ar_archive_writer",
13530 "cc",
13531]
13532
13533[[package]]
13534name = "ptr_meta"
13535version = "0.1.4"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13538dependencies = [
13539 "ptr_meta_derive",
13540]
13541
13542[[package]]
13543name = "ptr_meta_derive"
13544version = "0.1.4"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13547dependencies = [
13548 "proc-macro2",
13549 "quote",
13550 "syn 1.0.109",
13551]
13552
13553[[package]]
13554name = "pulldown-cmark"
13555version = "0.10.3"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13558dependencies = [
13559 "bitflags 2.10.0",
13560 "memchr",
13561 "pulldown-cmark-escape",
13562 "unicase",
13563]
13564
13565[[package]]
13566name = "pulldown-cmark"
13567version = "0.13.0"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13570dependencies = [
13571 "bitflags 2.10.0",
13572 "memchr",
13573 "unicase",
13574]
13575
13576[[package]]
13577name = "pulldown-cmark-escape"
13578version = "0.10.1"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13581
13582[[package]]
13583name = "pulley-interpreter"
13584version = "33.0.2"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13587dependencies = [
13588 "cranelift-bitset",
13589 "log",
13590 "wasmtime-math",
13591]
13592
13593[[package]]
13594name = "pulp"
13595version = "0.18.22"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13598dependencies = [
13599 "bytemuck",
13600 "libm",
13601 "num-complex",
13602 "reborrow",
13603]
13604
13605[[package]]
13606name = "pulp"
13607version = "0.21.5"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13610dependencies = [
13611 "bytemuck",
13612 "cfg-if",
13613 "libm",
13614 "num-complex",
13615 "reborrow",
13616 "version_check",
13617]
13618
13619[[package]]
13620name = "pxfm"
13621version = "0.1.25"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13624dependencies = [
13625 "num-traits",
13626]
13627
13628[[package]]
13629name = "qoi"
13630version = "0.4.1"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13633dependencies = [
13634 "bytemuck",
13635]
13636
13637[[package]]
13638name = "quick-error"
13639version = "1.2.3"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13642
13643[[package]]
13644name = "quick-error"
13645version = "2.0.1"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13648
13649[[package]]
13650name = "quick-xml"
13651version = "0.30.0"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13654dependencies = [
13655 "memchr",
13656]
13657
13658[[package]]
13659name = "quick-xml"
13660version = "0.37.5"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13663dependencies = [
13664 "memchr",
13665]
13666
13667[[package]]
13668name = "quick-xml"
13669version = "0.38.3"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13672dependencies = [
13673 "memchr",
13674]
13675
13676[[package]]
13677name = "quinn"
13678version = "0.11.9"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13681dependencies = [
13682 "bytes 1.11.1",
13683 "cfg_aliases 0.2.1",
13684 "pin-project-lite",
13685 "quinn-proto",
13686 "quinn-udp",
13687 "rustc-hash 2.1.1",
13688 "rustls 0.23.33",
13689 "socket2 0.6.1",
13690 "thiserror 2.0.17",
13691 "tokio",
13692 "tracing",
13693 "web-time",
13694]
13695
13696[[package]]
13697name = "quinn-proto"
13698version = "0.11.13"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13701dependencies = [
13702 "bytes 1.11.1",
13703 "getrandom 0.3.4",
13704 "lru-slab",
13705 "rand 0.9.2",
13706 "ring",
13707 "rustc-hash 2.1.1",
13708 "rustls 0.23.33",
13709 "rustls-pki-types",
13710 "slab",
13711 "thiserror 2.0.17",
13712 "tinyvec",
13713 "tracing",
13714 "web-time",
13715]
13716
13717[[package]]
13718name = "quinn-udp"
13719version = "0.5.14"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13722dependencies = [
13723 "cfg_aliases 0.2.1",
13724 "libc",
13725 "once_cell",
13726 "socket2 0.6.1",
13727 "tracing",
13728 "windows-sys 0.60.2",
13729]
13730
13731[[package]]
13732name = "quote"
13733version = "1.0.41"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13736dependencies = [
13737 "proc-macro2",
13738]
13739
13740[[package]]
13741name = "r-efi"
13742version = "5.3.0"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13745
13746[[package]]
13747name = "radium"
13748version = "0.7.0"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13751
13752[[package]]
13753name = "rand"
13754version = "0.3.23"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13757dependencies = [
13758 "libc",
13759 "rand 0.4.6",
13760]
13761
13762[[package]]
13763name = "rand"
13764version = "0.4.6"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13767dependencies = [
13768 "fuchsia-cprng",
13769 "libc",
13770 "rand_core 0.3.1",
13771 "rdrand",
13772 "winapi",
13773]
13774
13775[[package]]
13776name = "rand"
13777version = "0.8.5"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13780dependencies = [
13781 "libc",
13782 "rand_chacha 0.3.1",
13783 "rand_core 0.6.4",
13784]
13785
13786[[package]]
13787name = "rand"
13788version = "0.9.2"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13791dependencies = [
13792 "rand_chacha 0.9.0",
13793 "rand_core 0.9.3",
13794]
13795
13796[[package]]
13797name = "rand_chacha"
13798version = "0.3.1"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13801dependencies = [
13802 "ppv-lite86",
13803 "rand_core 0.6.4",
13804]
13805
13806[[package]]
13807name = "rand_chacha"
13808version = "0.9.0"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13811dependencies = [
13812 "ppv-lite86",
13813 "rand_core 0.9.3",
13814]
13815
13816[[package]]
13817name = "rand_core"
13818version = "0.3.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13821dependencies = [
13822 "rand_core 0.4.2",
13823]
13824
13825[[package]]
13826name = "rand_core"
13827version = "0.4.2"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13830
13831[[package]]
13832name = "rand_core"
13833version = "0.6.4"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13836dependencies = [
13837 "getrandom 0.2.16",
13838]
13839
13840[[package]]
13841name = "rand_core"
13842version = "0.9.3"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13845dependencies = [
13846 "getrandom 0.3.4",
13847]
13848
13849[[package]]
13850name = "rand_distr"
13851version = "0.5.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13854dependencies = [
13855 "num-traits",
13856 "rand 0.9.2",
13857]
13858
13859[[package]]
13860name = "rand_pcg"
13861version = "0.3.1"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13864dependencies = [
13865 "rand_core 0.6.4",
13866]
13867
13868[[package]]
13869name = "rand_xorshift"
13870version = "0.4.0"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13873dependencies = [
13874 "rand_core 0.9.3",
13875]
13876
13877[[package]]
13878name = "random_choice"
13879version = "0.3.2"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13882dependencies = [
13883 "rand 0.3.23",
13884]
13885
13886[[package]]
13887name = "range-alloc"
13888version = "0.1.4"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13891
13892[[package]]
13893name = "range-map"
13894version = "0.2.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13897dependencies = [
13898 "num-traits",
13899]
13900
13901[[package]]
13902name = "rangemap"
13903version = "1.7.1"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13906
13907[[package]]
13908name = "rav1e"
13909version = "0.7.1"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13912dependencies = [
13913 "arbitrary",
13914 "arg_enum_proc_macro",
13915 "arrayvec",
13916 "av1-grain",
13917 "bitstream-io",
13918 "built",
13919 "cfg-if",
13920 "interpolate_name",
13921 "itertools 0.12.1",
13922 "libc",
13923 "libfuzzer-sys",
13924 "log",
13925 "maybe-rayon",
13926 "new_debug_unreachable",
13927 "noop_proc_macro",
13928 "num-derive",
13929 "num-traits",
13930 "once_cell",
13931 "paste",
13932 "profiling",
13933 "rand 0.8.5",
13934 "rand_chacha 0.3.1",
13935 "simd_helpers",
13936 "system-deps 6.2.2",
13937 "thiserror 1.0.69",
13938 "v_frame",
13939 "wasm-bindgen",
13940]
13941
13942[[package]]
13943name = "ravif"
13944version = "0.11.20"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13947dependencies = [
13948 "avif-serialize",
13949 "imgref",
13950 "loop9",
13951 "quick-error 2.0.1",
13952 "rav1e",
13953 "rayon",
13954 "rgb",
13955]
13956
13957[[package]]
13958name = "raw-cpuid"
13959version = "10.7.0"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13962dependencies = [
13963 "bitflags 1.3.2",
13964]
13965
13966[[package]]
13967name = "raw-cpuid"
13968version = "11.6.0"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13971dependencies = [
13972 "bitflags 2.10.0",
13973]
13974
13975[[package]]
13976name = "raw-window-handle"
13977version = "0.6.2"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13980
13981[[package]]
13982name = "rayon"
13983version = "1.11.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13986dependencies = [
13987 "either",
13988 "rayon-core",
13989]
13990
13991[[package]]
13992name = "rayon-core"
13993version = "1.13.0"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13996dependencies = [
13997 "crossbeam-deque",
13998 "crossbeam-utils",
13999]
14000
14001[[package]]
14002name = "rdrand"
14003version = "0.4.0"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14006dependencies = [
14007 "rand_core 0.3.1",
14008]
14009
14010[[package]]
14011name = "read-fonts"
14012version = "0.35.0"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14015dependencies = [
14016 "bytemuck",
14017 "font-types 0.10.0",
14018]
14019
14020[[package]]
14021name = "read-fonts"
14022version = "0.37.0"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14025dependencies = [
14026 "bytemuck",
14027 "core_maths",
14028 "font-types 0.11.0",
14029]
14030
14031[[package]]
14032name = "realfft"
14033version = "3.5.0"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14036dependencies = [
14037 "rustfft",
14038]
14039
14040[[package]]
14041name = "reborrow"
14042version = "0.5.5"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14045
14046[[package]]
14047name = "recent_projects"
14048version = "0.1.0"
14049dependencies = [
14050 "anyhow",
14051 "askpass",
14052 "chrono",
14053 "db",
14054 "dev_container",
14055 "editor",
14056 "extension",
14057 "extension_host",
14058 "fs",
14059 "futures 0.3.31",
14060 "fuzzy",
14061 "gpui",
14062 "http_client",
14063 "indoc",
14064 "language",
14065 "log",
14066 "menu",
14067 "node_runtime",
14068 "open_path_prompt",
14069 "ordered-float 2.10.1",
14070 "paths",
14071 "picker",
14072 "project",
14073 "release_channel",
14074 "remote",
14075 "remote_connection",
14076 "remote_server",
14077 "semver",
14078 "serde",
14079 "serde_json",
14080 "settings",
14081 "smol",
14082 "task",
14083 "telemetry",
14084 "ui",
14085 "ui_input",
14086 "util",
14087 "windows-registry 0.6.1",
14088 "workspace",
14089 "worktree",
14090 "zed_actions",
14091]
14092
14093[[package]]
14094name = "redox_syscall"
14095version = "0.2.16"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14098dependencies = [
14099 "bitflags 1.3.2",
14100]
14101
14102[[package]]
14103name = "redox_syscall"
14104version = "0.5.18"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14107dependencies = [
14108 "bitflags 2.10.0",
14109]
14110
14111[[package]]
14112name = "redox_users"
14113version = "0.4.6"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14116dependencies = [
14117 "getrandom 0.2.16",
14118 "libredox",
14119 "thiserror 1.0.69",
14120]
14121
14122[[package]]
14123name = "redox_users"
14124version = "0.5.2"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14127dependencies = [
14128 "getrandom 0.2.16",
14129 "libredox",
14130 "thiserror 2.0.17",
14131]
14132
14133[[package]]
14134name = "ref-cast"
14135version = "1.0.25"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14138dependencies = [
14139 "ref-cast-impl",
14140]
14141
14142[[package]]
14143name = "ref-cast-impl"
14144version = "1.0.25"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14147dependencies = [
14148 "proc-macro2",
14149 "quote",
14150 "syn 2.0.117",
14151]
14152
14153[[package]]
14154name = "referencing"
14155version = "0.37.4"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14158dependencies = [
14159 "ahash 0.8.12",
14160 "fluent-uri",
14161 "getrandom 0.3.4",
14162 "hashbrown 0.16.1",
14163 "parking_lot",
14164 "percent-encoding",
14165 "serde_json",
14166]
14167
14168[[package]]
14169name = "refineable"
14170version = "0.1.0"
14171dependencies = [
14172 "derive_refineable",
14173]
14174
14175[[package]]
14176name = "regalloc2"
14177version = "0.12.2"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14180dependencies = [
14181 "allocator-api2",
14182 "bumpalo",
14183 "hashbrown 0.15.5",
14184 "log",
14185 "rustc-hash 2.1.1",
14186 "serde",
14187 "smallvec",
14188]
14189
14190[[package]]
14191name = "regex"
14192version = "1.12.2"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14195dependencies = [
14196 "aho-corasick",
14197 "memchr",
14198 "regex-automata",
14199 "regex-syntax",
14200]
14201
14202[[package]]
14203name = "regex-automata"
14204version = "0.4.13"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14207dependencies = [
14208 "aho-corasick",
14209 "memchr",
14210 "regex-syntax",
14211]
14212
14213[[package]]
14214name = "regex-lite"
14215version = "0.1.8"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14218
14219[[package]]
14220name = "regex-syntax"
14221version = "0.8.8"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14224
14225[[package]]
14226name = "release_channel"
14227version = "0.1.0"
14228dependencies = [
14229 "gpui",
14230 "semver",
14231]
14232
14233[[package]]
14234name = "remote"
14235version = "0.1.0"
14236dependencies = [
14237 "anyhow",
14238 "askpass",
14239 "async-trait",
14240 "base64 0.22.1",
14241 "collections",
14242 "fs",
14243 "futures 0.3.31",
14244 "gpui",
14245 "log",
14246 "parking_lot",
14247 "paths",
14248 "prost 0.9.0",
14249 "release_channel",
14250 "rpc",
14251 "schemars",
14252 "semver",
14253 "serde",
14254 "serde_json",
14255 "settings",
14256 "smol",
14257 "tempfile",
14258 "thiserror 2.0.17",
14259 "urlencoding",
14260 "util",
14261 "which 6.0.3",
14262]
14263
14264[[package]]
14265name = "remote_connection"
14266version = "0.1.0"
14267dependencies = [
14268 "anyhow",
14269 "askpass",
14270 "auto_update",
14271 "futures 0.3.31",
14272 "gpui",
14273 "log",
14274 "markdown",
14275 "menu",
14276 "release_channel",
14277 "remote",
14278 "semver",
14279 "settings",
14280 "theme",
14281 "ui",
14282 "ui_input",
14283 "workspace",
14284]
14285
14286[[package]]
14287name = "remote_server"
14288version = "0.1.0"
14289dependencies = [
14290 "action_log",
14291 "agent",
14292 "anyhow",
14293 "askpass",
14294 "cargo_toml",
14295 "clap",
14296 "client",
14297 "clock",
14298 "collections",
14299 "crash-handler",
14300 "crashes",
14301 "dap_adapters",
14302 "debug_adapter_extension",
14303 "editor",
14304 "env_logger 0.11.8",
14305 "extension",
14306 "extension_host",
14307 "fork",
14308 "fs",
14309 "futures 0.3.31",
14310 "git",
14311 "git2",
14312 "git_hosting_providers",
14313 "gpui",
14314 "gpui_platform",
14315 "gpui_tokio",
14316 "http_client",
14317 "image",
14318 "json_schema_store",
14319 "language",
14320 "language_extension",
14321 "language_model",
14322 "languages",
14323 "libc",
14324 "log",
14325 "lsp",
14326 "minidumper",
14327 "net",
14328 "node_runtime",
14329 "paths",
14330 "pretty_assertions",
14331 "project",
14332 "proto",
14333 "rayon",
14334 "release_channel",
14335 "remote",
14336 "reqwest_client",
14337 "rpc",
14338 "rust-embed",
14339 "semver",
14340 "serde",
14341 "serde_json",
14342 "settings",
14343 "shellexpand 2.1.2",
14344 "smol",
14345 "sysinfo 0.37.2",
14346 "task",
14347 "theme",
14348 "thiserror 2.0.17",
14349 "toml 0.8.23",
14350 "unindent",
14351 "util",
14352 "uuid",
14353 "watch",
14354 "windows 0.61.3",
14355 "worktree",
14356 "zlog",
14357]
14358
14359[[package]]
14360name = "rend"
14361version = "0.4.2"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14364dependencies = [
14365 "bytecheck",
14366]
14367
14368[[package]]
14369name = "renderdoc-sys"
14370version = "1.1.0"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14373
14374[[package]]
14375name = "repl"
14376version = "0.1.0"
14377dependencies = [
14378 "alacritty_terminal",
14379 "anyhow",
14380 "async-dispatcher",
14381 "async-task",
14382 "async-tungstenite",
14383 "base64 0.22.1",
14384 "client",
14385 "collections",
14386 "command_palette_hooks",
14387 "editor",
14388 "feature_flags",
14389 "file_icons",
14390 "futures 0.3.31",
14391 "gpui",
14392 "html_to_markdown",
14393 "http_client",
14394 "image",
14395 "indoc",
14396 "jupyter-protocol",
14397 "jupyter-websocket-client",
14398 "language",
14399 "languages",
14400 "log",
14401 "markdown",
14402 "menu",
14403 "multi_buffer",
14404 "nbformat",
14405 "picker",
14406 "project",
14407 "remote",
14408 "runtimelib",
14409 "serde",
14410 "serde_json",
14411 "settings",
14412 "shlex",
14413 "smol",
14414 "telemetry",
14415 "terminal",
14416 "terminal_view",
14417 "theme",
14418 "tree-sitter-md",
14419 "tree-sitter-python",
14420 "tree-sitter-typescript",
14421 "ui",
14422 "util",
14423 "uuid",
14424 "workspace",
14425 "zed_actions",
14426]
14427
14428[[package]]
14429name = "reqwest"
14430version = "0.11.27"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14433dependencies = [
14434 "base64 0.21.7",
14435 "bytes 1.11.1",
14436 "encoding_rs",
14437 "futures-core",
14438 "futures-util",
14439 "h2 0.3.27",
14440 "http 0.2.12",
14441 "http-body 0.4.6",
14442 "hyper 0.14.32",
14443 "hyper-tls",
14444 "ipnet",
14445 "js-sys",
14446 "log",
14447 "mime",
14448 "native-tls",
14449 "once_cell",
14450 "percent-encoding",
14451 "pin-project-lite",
14452 "rustls-pemfile 1.0.4",
14453 "serde",
14454 "serde_json",
14455 "serde_urlencoded",
14456 "sync_wrapper 0.1.2",
14457 "system-configuration 0.5.1",
14458 "tokio",
14459 "tokio-native-tls",
14460 "tower-service",
14461 "url",
14462 "wasm-bindgen",
14463 "wasm-bindgen-futures",
14464 "web-sys",
14465 "winreg 0.50.0",
14466]
14467
14468[[package]]
14469name = "reqwest"
14470version = "0.12.24"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14473dependencies = [
14474 "base64 0.22.1",
14475 "bytes 1.11.1",
14476 "futures-channel",
14477 "futures-core",
14478 "futures-util",
14479 "http 1.3.1",
14480 "http-body 1.0.1",
14481 "http-body-util",
14482 "hyper 1.7.0",
14483 "hyper-rustls 0.27.7",
14484 "hyper-util",
14485 "js-sys",
14486 "log",
14487 "percent-encoding",
14488 "pin-project-lite",
14489 "quinn",
14490 "rustls 0.23.33",
14491 "rustls-native-certs 0.8.2",
14492 "rustls-pki-types",
14493 "serde",
14494 "serde_json",
14495 "serde_urlencoded",
14496 "sync_wrapper 1.0.2",
14497 "tokio",
14498 "tokio-rustls 0.26.2",
14499 "tower 0.5.2",
14500 "tower-http 0.6.6",
14501 "tower-service",
14502 "url",
14503 "wasm-bindgen",
14504 "wasm-bindgen-futures",
14505 "web-sys",
14506]
14507
14508[[package]]
14509name = "reqwest_client"
14510version = "0.1.0"
14511dependencies = [
14512 "anyhow",
14513 "bytes 1.11.1",
14514 "futures 0.3.31",
14515 "gpui_util",
14516 "http_client",
14517 "http_client_tls",
14518 "log",
14519 "regex",
14520 "serde",
14521 "tokio",
14522 "zed-reqwest",
14523]
14524
14525[[package]]
14526name = "resvg"
14527version = "0.45.1"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14530dependencies = [
14531 "log",
14532 "pico-args",
14533 "rgb",
14534 "svgtypes",
14535 "tiny-skia",
14536 "usvg",
14537]
14538
14539[[package]]
14540name = "rfc6979"
14541version = "0.3.1"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14544dependencies = [
14545 "crypto-bigint 0.4.9",
14546 "hmac",
14547 "zeroize",
14548]
14549
14550[[package]]
14551name = "rgb"
14552version = "0.8.52"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14555dependencies = [
14556 "bytemuck",
14557]
14558
14559[[package]]
14560name = "ring"
14561version = "0.17.14"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14564dependencies = [
14565 "cc",
14566 "cfg-if",
14567 "getrandom 0.2.16",
14568 "libc",
14569 "untrusted 0.9.0",
14570 "windows-sys 0.52.0",
14571]
14572
14573[[package]]
14574name = "rkyv"
14575version = "0.7.45"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14578dependencies = [
14579 "bitvec",
14580 "bytecheck",
14581 "bytes 1.11.1",
14582 "hashbrown 0.12.3",
14583 "ptr_meta",
14584 "rend",
14585 "rkyv_derive",
14586 "seahash",
14587 "tinyvec",
14588 "uuid",
14589]
14590
14591[[package]]
14592name = "rkyv_derive"
14593version = "0.7.45"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14596dependencies = [
14597 "proc-macro2",
14598 "quote",
14599 "syn 1.0.109",
14600]
14601
14602[[package]]
14603name = "rmp"
14604version = "0.8.14"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14607dependencies = [
14608 "byteorder",
14609 "num-traits",
14610 "paste",
14611]
14612
14613[[package]]
14614name = "rmpv"
14615version = "1.3.0"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14618dependencies = [
14619 "num-traits",
14620 "rmp",
14621]
14622
14623[[package]]
14624name = "rodio"
14625version = "0.21.1"
14626source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14627dependencies = [
14628 "cpal",
14629 "dasp_sample",
14630 "hound",
14631 "num-rational",
14632 "rand 0.9.2",
14633 "rand_distr",
14634 "rtrb",
14635 "symphonia",
14636 "thiserror 2.0.17",
14637]
14638
14639[[package]]
14640name = "rope"
14641version = "0.1.0"
14642dependencies = [
14643 "arrayvec",
14644 "criterion",
14645 "ctor",
14646 "gpui",
14647 "log",
14648 "rand 0.9.2",
14649 "rayon",
14650 "sum_tree",
14651 "tracing",
14652 "unicode-segmentation",
14653 "util",
14654 "zlog",
14655 "ztracing",
14656]
14657
14658[[package]]
14659name = "roxmltree"
14660version = "0.20.0"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14663
14664[[package]]
14665name = "rpassword"
14666version = "7.4.0"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14669dependencies = [
14670 "libc",
14671 "rtoolbox",
14672 "windows-sys 0.59.0",
14673]
14674
14675[[package]]
14676name = "rpc"
14677version = "0.1.0"
14678dependencies = [
14679 "anyhow",
14680 "async-tungstenite",
14681 "base64 0.22.1",
14682 "collections",
14683 "futures 0.3.31",
14684 "gpui",
14685 "parking_lot",
14686 "proto",
14687 "rand 0.9.2",
14688 "rsa",
14689 "serde",
14690 "serde_json",
14691 "sha2",
14692 "strum 0.27.2",
14693 "tracing",
14694 "util",
14695 "zlog",
14696 "zstd",
14697]
14698
14699[[package]]
14700name = "rsa"
14701version = "0.9.10"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14704dependencies = [
14705 "const-oid",
14706 "digest",
14707 "num-bigint-dig 0.8.6",
14708 "num-integer",
14709 "num-traits",
14710 "pkcs1",
14711 "pkcs8 0.10.2",
14712 "rand_core 0.6.4",
14713 "signature 2.2.0",
14714 "spki 0.7.3",
14715 "subtle",
14716 "zeroize",
14717]
14718
14719[[package]]
14720name = "rtoolbox"
14721version = "0.0.3"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14724dependencies = [
14725 "libc",
14726 "windows-sys 0.52.0",
14727]
14728
14729[[package]]
14730name = "rtrb"
14731version = "0.3.2"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14734
14735[[package]]
14736name = "rules_library"
14737version = "0.1.0"
14738dependencies = [
14739 "anyhow",
14740 "collections",
14741 "editor",
14742 "gpui",
14743 "language",
14744 "language_model",
14745 "log",
14746 "menu",
14747 "picker",
14748 "platform_title_bar",
14749 "prompt_store",
14750 "release_channel",
14751 "rope",
14752 "serde",
14753 "settings",
14754 "theme",
14755 "ui",
14756 "ui_input",
14757 "util",
14758 "workspace",
14759 "zed_actions",
14760]
14761
14762[[package]]
14763name = "runtimelib"
14764version = "1.4.0"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14767dependencies = [
14768 "async-dispatcher",
14769 "async-std",
14770 "aws-lc-rs",
14771 "base64 0.22.1",
14772 "bytes 1.11.1",
14773 "chrono",
14774 "data-encoding",
14775 "dirs 6.0.0",
14776 "futures 0.3.31",
14777 "glob",
14778 "jupyter-protocol",
14779 "serde",
14780 "serde_json",
14781 "shellexpand 3.1.1",
14782 "smol",
14783 "thiserror 2.0.17",
14784 "uuid",
14785 "zeromq",
14786]
14787
14788[[package]]
14789name = "rust-embed"
14790version = "8.7.2"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14793dependencies = [
14794 "rust-embed-impl",
14795 "rust-embed-utils",
14796 "walkdir",
14797]
14798
14799[[package]]
14800name = "rust-embed-impl"
14801version = "8.7.2"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14804dependencies = [
14805 "proc-macro2",
14806 "quote",
14807 "rust-embed-utils",
14808 "syn 2.0.117",
14809 "walkdir",
14810]
14811
14812[[package]]
14813name = "rust-embed-utils"
14814version = "8.7.2"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14817dependencies = [
14818 "globset",
14819 "sha2",
14820 "walkdir",
14821]
14822
14823[[package]]
14824name = "rust_decimal"
14825version = "1.39.0"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14828dependencies = [
14829 "arrayvec",
14830 "borsh",
14831 "bytes 1.11.1",
14832 "num-traits",
14833 "rand 0.8.5",
14834 "rkyv",
14835 "serde",
14836 "serde_json",
14837]
14838
14839[[package]]
14840name = "rustc-demangle"
14841version = "0.1.26"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14844
14845[[package]]
14846name = "rustc-hash"
14847version = "1.1.0"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14850
14851[[package]]
14852name = "rustc-hash"
14853version = "2.1.1"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14856
14857[[package]]
14858name = "rustc_version"
14859version = "0.4.1"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14862dependencies = [
14863 "semver",
14864]
14865
14866[[package]]
14867name = "rustfft"
14868version = "6.4.1"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14871dependencies = [
14872 "num-complex",
14873 "num-integer",
14874 "num-traits",
14875 "primal-check",
14876 "strength_reduce",
14877 "transpose",
14878]
14879
14880[[package]]
14881name = "rustix"
14882version = "0.38.44"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14885dependencies = [
14886 "bitflags 2.10.0",
14887 "errno 0.3.14",
14888 "libc",
14889 "linux-raw-sys 0.4.15",
14890 "windows-sys 0.59.0",
14891]
14892
14893[[package]]
14894name = "rustix"
14895version = "1.1.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14898dependencies = [
14899 "bitflags 2.10.0",
14900 "errno 0.3.14",
14901 "libc",
14902 "linux-raw-sys 0.11.0",
14903 "windows-sys 0.61.2",
14904]
14905
14906[[package]]
14907name = "rustix-linux-procfs"
14908version = "0.1.1"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14911dependencies = [
14912 "once_cell",
14913 "rustix 1.1.2",
14914]
14915
14916[[package]]
14917name = "rustix-openpty"
14918version = "0.2.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14921dependencies = [
14922 "errno 0.3.14",
14923 "libc",
14924 "rustix 1.1.2",
14925]
14926
14927[[package]]
14928name = "rustls"
14929version = "0.21.12"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14932dependencies = [
14933 "log",
14934 "ring",
14935 "rustls-webpki 0.101.7",
14936 "sct",
14937]
14938
14939[[package]]
14940name = "rustls"
14941version = "0.23.33"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14944dependencies = [
14945 "aws-lc-rs",
14946 "log",
14947 "once_cell",
14948 "ring",
14949 "rustls-pki-types",
14950 "rustls-webpki 0.103.7",
14951 "subtle",
14952 "zeroize",
14953]
14954
14955[[package]]
14956name = "rustls-native-certs"
14957version = "0.6.3"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14960dependencies = [
14961 "openssl-probe",
14962 "rustls-pemfile 1.0.4",
14963 "schannel",
14964 "security-framework 2.11.1",
14965]
14966
14967[[package]]
14968name = "rustls-native-certs"
14969version = "0.8.2"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14972dependencies = [
14973 "openssl-probe",
14974 "rustls-pki-types",
14975 "schannel",
14976 "security-framework 3.5.1",
14977]
14978
14979[[package]]
14980name = "rustls-pemfile"
14981version = "1.0.4"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14984dependencies = [
14985 "base64 0.21.7",
14986]
14987
14988[[package]]
14989name = "rustls-pemfile"
14990version = "2.2.0"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14993dependencies = [
14994 "rustls-pki-types",
14995]
14996
14997[[package]]
14998name = "rustls-pki-types"
14999version = "1.12.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15002dependencies = [
15003 "web-time",
15004 "zeroize",
15005]
15006
15007[[package]]
15008name = "rustls-platform-verifier"
15009version = "0.5.3"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15012dependencies = [
15013 "core-foundation 0.10.0",
15014 "core-foundation-sys",
15015 "jni",
15016 "log",
15017 "once_cell",
15018 "rustls 0.23.33",
15019 "rustls-native-certs 0.8.2",
15020 "rustls-platform-verifier-android",
15021 "rustls-webpki 0.103.7",
15022 "security-framework 3.5.1",
15023 "security-framework-sys",
15024 "webpki-root-certs",
15025 "windows-sys 0.59.0",
15026]
15027
15028[[package]]
15029name = "rustls-platform-verifier-android"
15030version = "0.1.1"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15033
15034[[package]]
15035name = "rustls-webpki"
15036version = "0.101.7"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15039dependencies = [
15040 "ring",
15041 "untrusted 0.9.0",
15042]
15043
15044[[package]]
15045name = "rustls-webpki"
15046version = "0.103.7"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15049dependencies = [
15050 "aws-lc-rs",
15051 "ring",
15052 "rustls-pki-types",
15053 "untrusted 0.9.0",
15054]
15055
15056[[package]]
15057name = "rustversion"
15058version = "1.0.22"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15061
15062[[package]]
15063name = "rusty-fork"
15064version = "0.3.1"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15067dependencies = [
15068 "fnv",
15069 "quick-error 1.2.3",
15070 "tempfile",
15071 "wait-timeout",
15072]
15073
15074[[package]]
15075name = "rustybuzz"
15076version = "0.20.1"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15079dependencies = [
15080 "bitflags 2.10.0",
15081 "bytemuck",
15082 "core_maths",
15083 "log",
15084 "smallvec",
15085 "ttf-parser 0.25.1",
15086 "unicode-bidi-mirroring",
15087 "unicode-ccc",
15088 "unicode-properties",
15089 "unicode-script",
15090]
15091
15092[[package]]
15093name = "ryu"
15094version = "1.0.20"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15097
15098[[package]]
15099name = "saa"
15100version = "5.4.9"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15103
15104[[package]]
15105name = "safetensors"
15106version = "0.4.5"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15109dependencies = [
15110 "serde",
15111 "serde_json",
15112]
15113
15114[[package]]
15115name = "same-file"
15116version = "1.0.6"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15119dependencies = [
15120 "winapi-util",
15121]
15122
15123[[package]]
15124name = "scc"
15125version = "3.5.6"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15128dependencies = [
15129 "saa",
15130 "sdd",
15131]
15132
15133[[package]]
15134name = "schannel"
15135version = "0.1.28"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15138dependencies = [
15139 "windows-sys 0.61.2",
15140]
15141
15142[[package]]
15143name = "scheduler"
15144version = "0.1.0"
15145dependencies = [
15146 "async-task",
15147 "backtrace",
15148 "chrono",
15149 "flume",
15150 "futures 0.3.31",
15151 "parking_lot",
15152 "rand 0.9.2",
15153 "web-time",
15154]
15155
15156[[package]]
15157name = "schema_generator"
15158version = "0.1.0"
15159dependencies = [
15160 "anyhow",
15161 "clap",
15162 "env_logger 0.11.8",
15163 "schemars",
15164 "serde",
15165 "serde_json",
15166 "settings",
15167 "theme",
15168]
15169
15170[[package]]
15171name = "schemars"
15172version = "1.0.4"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15175dependencies = [
15176 "dyn-clone",
15177 "indexmap",
15178 "ref-cast",
15179 "schemars_derive",
15180 "serde",
15181 "serde_json",
15182]
15183
15184[[package]]
15185name = "schemars_derive"
15186version = "1.0.4"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15189dependencies = [
15190 "proc-macro2",
15191 "quote",
15192 "serde_derive_internals",
15193 "syn 2.0.117",
15194]
15195
15196[[package]]
15197name = "scoped-tls"
15198version = "1.0.1"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15201
15202[[package]]
15203name = "scopeguard"
15204version = "1.2.0"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15207
15208[[package]]
15209name = "scratch"
15210version = "1.0.9"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15213
15214[[package]]
15215name = "screencapturekit"
15216version = "0.2.8"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15219dependencies = [
15220 "screencapturekit-sys",
15221]
15222
15223[[package]]
15224name = "screencapturekit-sys"
15225version = "0.2.8"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15228dependencies = [
15229 "block",
15230 "dispatch",
15231 "objc",
15232 "objc-foundation",
15233 "objc_id",
15234 "once_cell",
15235]
15236
15237[[package]]
15238name = "scroll"
15239version = "0.12.0"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15242dependencies = [
15243 "scroll_derive",
15244]
15245
15246[[package]]
15247name = "scroll_derive"
15248version = "0.12.1"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15251dependencies = [
15252 "proc-macro2",
15253 "quote",
15254 "syn 2.0.117",
15255]
15256
15257[[package]]
15258name = "sct"
15259version = "0.7.1"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15262dependencies = [
15263 "ring",
15264 "untrusted 0.9.0",
15265]
15266
15267[[package]]
15268name = "sdd"
15269version = "4.6.2"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15272
15273[[package]]
15274name = "sea-bae"
15275version = "0.2.1"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15278dependencies = [
15279 "heck 0.4.1",
15280 "proc-macro-error2",
15281 "proc-macro2",
15282 "quote",
15283 "syn 2.0.117",
15284]
15285
15286[[package]]
15287name = "sea-orm"
15288version = "1.1.10"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15291dependencies = [
15292 "async-stream",
15293 "async-trait",
15294 "bigdecimal",
15295 "chrono",
15296 "futures-util",
15297 "log",
15298 "ouroboros",
15299 "pgvector",
15300 "rust_decimal",
15301 "sea-orm-macros",
15302 "sea-query",
15303 "sea-query-binder",
15304 "serde",
15305 "serde_json",
15306 "sqlx",
15307 "strum 0.26.3",
15308 "thiserror 2.0.17",
15309 "time",
15310 "tracing",
15311 "url",
15312 "uuid",
15313]
15314
15315[[package]]
15316name = "sea-orm-macros"
15317version = "1.1.10"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15320dependencies = [
15321 "heck 0.4.1",
15322 "proc-macro2",
15323 "quote",
15324 "sea-bae",
15325 "syn 2.0.117",
15326 "unicode-ident",
15327]
15328
15329[[package]]
15330name = "sea-query"
15331version = "0.32.7"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15334dependencies = [
15335 "bigdecimal",
15336 "chrono",
15337 "inherent",
15338 "ordered-float 4.6.0",
15339 "rust_decimal",
15340 "serde_json",
15341 "time",
15342 "uuid",
15343]
15344
15345[[package]]
15346name = "sea-query-binder"
15347version = "0.7.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15350dependencies = [
15351 "bigdecimal",
15352 "chrono",
15353 "rust_decimal",
15354 "sea-query",
15355 "serde_json",
15356 "sqlx",
15357 "time",
15358 "uuid",
15359]
15360
15361[[package]]
15362name = "seahash"
15363version = "4.1.0"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15366
15367[[package]]
15368name = "search"
15369version = "0.1.0"
15370dependencies = [
15371 "any_vec",
15372 "anyhow",
15373 "bitflags 2.10.0",
15374 "collections",
15375 "editor",
15376 "fs",
15377 "futures 0.3.31",
15378 "gpui",
15379 "itertools 0.14.0",
15380 "language",
15381 "lsp",
15382 "menu",
15383 "pretty_assertions",
15384 "project",
15385 "serde",
15386 "serde_json",
15387 "settings",
15388 "smol",
15389 "theme",
15390 "tracing",
15391 "ui",
15392 "unindent",
15393 "util",
15394 "util_macros",
15395 "workspace",
15396 "zed_actions",
15397 "ztracing",
15398]
15399
15400[[package]]
15401name = "sec1"
15402version = "0.3.0"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15405dependencies = [
15406 "base16ct",
15407 "der 0.6.1",
15408 "generic-array",
15409 "pkcs8 0.9.0",
15410 "subtle",
15411 "zeroize",
15412]
15413
15414[[package]]
15415name = "security-framework"
15416version = "2.11.1"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15419dependencies = [
15420 "bitflags 2.10.0",
15421 "core-foundation 0.9.4",
15422 "core-foundation-sys",
15423 "libc",
15424 "security-framework-sys",
15425]
15426
15427[[package]]
15428name = "security-framework"
15429version = "3.5.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15432dependencies = [
15433 "bitflags 2.10.0",
15434 "core-foundation 0.10.0",
15435 "core-foundation-sys",
15436 "libc",
15437 "security-framework-sys",
15438]
15439
15440[[package]]
15441name = "security-framework-sys"
15442version = "2.15.0"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15445dependencies = [
15446 "core-foundation-sys",
15447 "libc",
15448]
15449
15450[[package]]
15451name = "self_cell"
15452version = "1.2.2"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15455
15456[[package]]
15457name = "semver"
15458version = "1.0.27"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15461dependencies = [
15462 "serde",
15463 "serde_core",
15464]
15465
15466[[package]]
15467name = "seq-macro"
15468version = "0.3.6"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15471
15472[[package]]
15473name = "serde"
15474version = "1.0.228"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15477dependencies = [
15478 "serde_core",
15479 "serde_derive",
15480]
15481
15482[[package]]
15483name = "serde_bytes"
15484version = "0.11.19"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15487dependencies = [
15488 "serde",
15489 "serde_core",
15490]
15491
15492[[package]]
15493name = "serde_core"
15494version = "1.0.228"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15497dependencies = [
15498 "serde_derive",
15499]
15500
15501[[package]]
15502name = "serde_derive"
15503version = "1.0.228"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15506dependencies = [
15507 "proc-macro2",
15508 "quote",
15509 "syn 2.0.117",
15510]
15511
15512[[package]]
15513name = "serde_derive_internals"
15514version = "0.29.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15517dependencies = [
15518 "proc-macro2",
15519 "quote",
15520 "syn 2.0.117",
15521]
15522
15523[[package]]
15524name = "serde_fmt"
15525version = "1.0.3"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15528dependencies = [
15529 "serde",
15530]
15531
15532[[package]]
15533name = "serde_json"
15534version = "1.0.145"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15537dependencies = [
15538 "indexmap",
15539 "itoa",
15540 "memchr",
15541 "ryu",
15542 "serde",
15543 "serde_core",
15544]
15545
15546[[package]]
15547name = "serde_json_lenient"
15548version = "0.2.4"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15551dependencies = [
15552 "indexmap",
15553 "itoa",
15554 "memchr",
15555 "ryu",
15556 "serde",
15557]
15558
15559[[package]]
15560name = "serde_path_to_error"
15561version = "0.1.20"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15564dependencies = [
15565 "itoa",
15566 "serde",
15567 "serde_core",
15568]
15569
15570[[package]]
15571name = "serde_repr"
15572version = "0.1.20"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15575dependencies = [
15576 "proc-macro2",
15577 "quote",
15578 "syn 2.0.117",
15579]
15580
15581[[package]]
15582name = "serde_spanned"
15583version = "0.6.9"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15586dependencies = [
15587 "serde",
15588]
15589
15590[[package]]
15591name = "serde_spanned"
15592version = "1.0.3"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15595dependencies = [
15596 "serde_core",
15597]
15598
15599[[package]]
15600name = "serde_urlencoded"
15601version = "0.7.1"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15604dependencies = [
15605 "form_urlencoded",
15606 "itoa",
15607 "ryu",
15608 "serde",
15609]
15610
15611[[package]]
15612name = "serde_yaml"
15613version = "0.9.34+deprecated"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15616dependencies = [
15617 "indexmap",
15618 "itoa",
15619 "ryu",
15620 "serde",
15621 "unsafe-libyaml",
15622]
15623
15624[[package]]
15625name = "serial2"
15626version = "0.2.33"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15629dependencies = [
15630 "cfg-if",
15631 "libc",
15632 "winapi",
15633]
15634
15635[[package]]
15636name = "session"
15637version = "0.1.0"
15638dependencies = [
15639 "db",
15640 "gpui",
15641 "serde_json",
15642 "util",
15643 "uuid",
15644]
15645
15646[[package]]
15647name = "settings"
15648version = "0.1.0"
15649dependencies = [
15650 "anyhow",
15651 "collections",
15652 "ec4rs",
15653 "fs",
15654 "futures 0.3.31",
15655 "gpui",
15656 "indoc",
15657 "inventory",
15658 "log",
15659 "migrator",
15660 "paths",
15661 "pretty_assertions",
15662 "release_channel",
15663 "rust-embed",
15664 "schemars",
15665 "serde",
15666 "serde_json",
15667 "serde_json_lenient",
15668 "settings_content",
15669 "settings_json",
15670 "settings_macros",
15671 "smallvec",
15672 "unindent",
15673 "util",
15674 "zlog",
15675]
15676
15677[[package]]
15678name = "settings_content"
15679version = "0.1.0"
15680dependencies = [
15681 "anyhow",
15682 "collections",
15683 "derive_more",
15684 "gpui",
15685 "log",
15686 "schemars",
15687 "serde",
15688 "serde_json",
15689 "serde_json_lenient",
15690 "settings_json",
15691 "settings_macros",
15692 "strum 0.27.2",
15693 "util",
15694]
15695
15696[[package]]
15697name = "settings_json"
15698version = "0.1.0"
15699dependencies = [
15700 "anyhow",
15701 "pretty_assertions",
15702 "serde",
15703 "serde_json",
15704 "serde_json_lenient",
15705 "serde_path_to_error",
15706 "tree-sitter",
15707 "tree-sitter-json",
15708 "unindent",
15709 "util",
15710]
15711
15712[[package]]
15713name = "settings_macros"
15714version = "0.1.0"
15715dependencies = [
15716 "quote",
15717 "settings",
15718 "syn 2.0.117",
15719]
15720
15721[[package]]
15722name = "settings_profile_selector"
15723version = "0.1.0"
15724dependencies = [
15725 "editor",
15726 "fuzzy",
15727 "gpui",
15728 "menu",
15729 "picker",
15730 "project",
15731 "serde_json",
15732 "settings",
15733 "theme",
15734 "ui",
15735 "workspace",
15736 "zed_actions",
15737]
15738
15739[[package]]
15740name = "settings_ui"
15741version = "0.1.0"
15742dependencies = [
15743 "agent",
15744 "agent_settings",
15745 "anyhow",
15746 "audio",
15747 "codestral",
15748 "component",
15749 "copilot",
15750 "copilot_ui",
15751 "cpal",
15752 "edit_prediction",
15753 "edit_prediction_ui",
15754 "editor",
15755 "feature_flags",
15756 "fs",
15757 "futures 0.3.31",
15758 "fuzzy",
15759 "gpui",
15760 "heck 0.5.0",
15761 "itertools 0.14.0",
15762 "language",
15763 "log",
15764 "menu",
15765 "paths",
15766 "picker",
15767 "platform_title_bar",
15768 "pretty_assertions",
15769 "project",
15770 "regex",
15771 "release_channel",
15772 "rodio",
15773 "schemars",
15774 "search",
15775 "serde",
15776 "serde_json",
15777 "settings",
15778 "shell_command_parser",
15779 "strum 0.27.2",
15780 "telemetry",
15781 "theme",
15782 "title_bar",
15783 "ui",
15784 "util",
15785 "workspace",
15786 "zed_actions",
15787]
15788
15789[[package]]
15790name = "sha-1"
15791version = "0.10.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15794dependencies = [
15795 "cfg-if",
15796 "cpufeatures",
15797 "digest",
15798]
15799
15800[[package]]
15801name = "sha1"
15802version = "0.10.6"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15805dependencies = [
15806 "cfg-if",
15807 "cpufeatures",
15808 "digest",
15809]
15810
15811[[package]]
15812name = "sha1_smol"
15813version = "1.0.1"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15816
15817[[package]]
15818name = "sha2"
15819version = "0.10.9"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15822dependencies = [
15823 "cfg-if",
15824 "cpufeatures",
15825 "digest",
15826]
15827
15828[[package]]
15829name = "sharded-slab"
15830version = "0.1.7"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15833dependencies = [
15834 "lazy_static",
15835]
15836
15837[[package]]
15838name = "shared_library"
15839version = "0.1.9"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15842dependencies = [
15843 "lazy_static",
15844 "libc",
15845]
15846
15847[[package]]
15848name = "shell-words"
15849version = "1.1.0"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15852
15853[[package]]
15854name = "shell_command_parser"
15855version = "0.1.0"
15856dependencies = [
15857 "brush-parser",
15858]
15859
15860[[package]]
15861name = "shellexpand"
15862version = "2.1.2"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15865dependencies = [
15866 "dirs 4.0.0",
15867]
15868
15869[[package]]
15870name = "shellexpand"
15871version = "3.1.1"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15874dependencies = [
15875 "dirs 6.0.0",
15876]
15877
15878[[package]]
15879name = "shingles"
15880version = "0.1.1"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15883
15884[[package]]
15885name = "shlex"
15886version = "1.3.0"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15889
15890[[package]]
15891name = "sidebar"
15892version = "0.1.0"
15893dependencies = [
15894 "acp_thread",
15895 "action_log",
15896 "agent",
15897 "agent-client-protocol",
15898 "agent_ui",
15899 "anyhow",
15900 "assistant_text_thread",
15901 "chrono",
15902 "editor",
15903 "feature_flags",
15904 "fs",
15905 "git",
15906 "gpui",
15907 "language_model",
15908 "menu",
15909 "pretty_assertions",
15910 "project",
15911 "prompt_store",
15912 "recent_projects",
15913 "serde_json",
15914 "settings",
15915 "theme",
15916 "ui",
15917 "util",
15918 "vim_mode_setting",
15919 "workspace",
15920 "zed_actions",
15921]
15922
15923[[package]]
15924name = "signal-hook"
15925version = "0.3.18"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15928dependencies = [
15929 "libc",
15930 "signal-hook-registry",
15931]
15932
15933[[package]]
15934name = "signal-hook-registry"
15935version = "1.4.6"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15938dependencies = [
15939 "libc",
15940]
15941
15942[[package]]
15943name = "signature"
15944version = "1.6.4"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15947dependencies = [
15948 "digest",
15949 "rand_core 0.6.4",
15950]
15951
15952[[package]]
15953name = "signature"
15954version = "2.2.0"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15957dependencies = [
15958 "digest",
15959 "rand_core 0.6.4",
15960]
15961
15962[[package]]
15963name = "simd-adler32"
15964version = "0.3.7"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15967
15968[[package]]
15969name = "simd_helpers"
15970version = "0.1.0"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15973dependencies = [
15974 "quote",
15975]
15976
15977[[package]]
15978name = "simdutf8"
15979version = "0.1.5"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15982
15983[[package]]
15984name = "similar"
15985version = "2.7.0"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15988
15989[[package]]
15990name = "simple_asn1"
15991version = "0.6.3"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15994dependencies = [
15995 "num-bigint",
15996 "num-traits",
15997 "thiserror 2.0.17",
15998 "time",
15999]
16000
16001[[package]]
16002name = "simplecss"
16003version = "0.2.2"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16006dependencies = [
16007 "log",
16008]
16009
16010[[package]]
16011name = "simplelog"
16012version = "0.12.2"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16015dependencies = [
16016 "log",
16017 "termcolor",
16018 "time",
16019]
16020
16021[[package]]
16022name = "siphasher"
16023version = "0.3.11"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16026
16027[[package]]
16028name = "siphasher"
16029version = "1.0.1"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16032
16033[[package]]
16034name = "skrifa"
16035version = "0.37.0"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16038dependencies = [
16039 "bytemuck",
16040 "read-fonts 0.35.0",
16041]
16042
16043[[package]]
16044name = "skrifa"
16045version = "0.40.0"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16048dependencies = [
16049 "bytemuck",
16050 "read-fonts 0.37.0",
16051]
16052
16053[[package]]
16054name = "slab"
16055version = "0.4.11"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16058
16059[[package]]
16060name = "slash_commands_example"
16061version = "0.1.0"
16062dependencies = [
16063 "zed_extension_api 0.1.0",
16064]
16065
16066[[package]]
16067name = "slotmap"
16068version = "1.0.7"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16071dependencies = [
16072 "version_check",
16073]
16074
16075[[package]]
16076name = "smallvec"
16077version = "1.15.1"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16080dependencies = [
16081 "serde",
16082]
16083
16084[[package]]
16085name = "smart-default"
16086version = "0.7.1"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16089dependencies = [
16090 "proc-macro2",
16091 "quote",
16092 "syn 2.0.117",
16093]
16094
16095[[package]]
16096name = "smol"
16097version = "2.0.2"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16100dependencies = [
16101 "async-channel 2.5.0",
16102 "async-executor",
16103 "async-fs",
16104 "async-io",
16105 "async-lock 3.4.2",
16106 "async-net",
16107 "async-process",
16108 "blocking",
16109 "futures-lite 2.6.1",
16110]
16111
16112[[package]]
16113name = "smol_str"
16114version = "0.3.5"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16117
16118[[package]]
16119name = "snippet"
16120version = "0.1.0"
16121dependencies = [
16122 "anyhow",
16123 "smallvec",
16124]
16125
16126[[package]]
16127name = "snippet_provider"
16128version = "0.1.0"
16129dependencies = [
16130 "anyhow",
16131 "collections",
16132 "extension",
16133 "fs",
16134 "futures 0.3.31",
16135 "gpui",
16136 "indoc",
16137 "parking_lot",
16138 "paths",
16139 "schemars",
16140 "serde",
16141 "serde_json",
16142 "serde_json_lenient",
16143 "snippet",
16144 "util",
16145]
16146
16147[[package]]
16148name = "snippets_ui"
16149version = "0.1.0"
16150dependencies = [
16151 "file_icons",
16152 "fuzzy",
16153 "gpui",
16154 "language",
16155 "open_path_prompt",
16156 "paths",
16157 "picker",
16158 "settings",
16159 "ui",
16160 "util",
16161 "workspace",
16162]
16163
16164[[package]]
16165name = "socket2"
16166version = "0.5.10"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16169dependencies = [
16170 "libc",
16171 "windows-sys 0.52.0",
16172]
16173
16174[[package]]
16175name = "socket2"
16176version = "0.6.1"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16179dependencies = [
16180 "libc",
16181 "windows-sys 0.60.2",
16182]
16183
16184[[package]]
16185name = "spdx"
16186version = "0.10.9"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16189dependencies = [
16190 "smallvec",
16191]
16192
16193[[package]]
16194name = "spin"
16195version = "0.9.8"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16198dependencies = [
16199 "lock_api",
16200]
16201
16202[[package]]
16203name = "spin"
16204version = "0.10.0"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16207dependencies = [
16208 "lock_api",
16209]
16210
16211[[package]]
16212name = "spirv"
16213version = "0.3.0+sdk-1.3.268.0"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
16216dependencies = [
16217 "bitflags 2.10.0",
16218]
16219
16220[[package]]
16221name = "spki"
16222version = "0.6.0"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16225dependencies = [
16226 "base64ct",
16227 "der 0.6.1",
16228]
16229
16230[[package]]
16231name = "spki"
16232version = "0.7.3"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16235dependencies = [
16236 "base64ct",
16237 "der 0.7.10",
16238]
16239
16240[[package]]
16241name = "sptr"
16242version = "0.3.2"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16245
16246[[package]]
16247name = "sqlez"
16248version = "0.1.0"
16249dependencies = [
16250 "anyhow",
16251 "collections",
16252 "futures 0.3.31",
16253 "indoc",
16254 "libsqlite3-sys",
16255 "log",
16256 "parking_lot",
16257 "smol",
16258 "sqlformat",
16259 "thread_local",
16260 "util",
16261 "uuid",
16262]
16263
16264[[package]]
16265name = "sqlez_macros"
16266version = "0.1.0"
16267dependencies = [
16268 "sqlez",
16269 "sqlformat",
16270 "syn 2.0.117",
16271]
16272
16273[[package]]
16274name = "sqlformat"
16275version = "0.2.6"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16278dependencies = [
16279 "nom 7.1.3",
16280 "unicode_categories",
16281]
16282
16283[[package]]
16284name = "sqlx"
16285version = "0.8.6"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16288dependencies = [
16289 "sqlx-core",
16290 "sqlx-macros",
16291 "sqlx-mysql",
16292 "sqlx-postgres",
16293 "sqlx-sqlite",
16294]
16295
16296[[package]]
16297name = "sqlx-core"
16298version = "0.8.6"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16301dependencies = [
16302 "base64 0.22.1",
16303 "bigdecimal",
16304 "bytes 1.11.1",
16305 "chrono",
16306 "crc",
16307 "crossbeam-queue",
16308 "either",
16309 "event-listener 5.4.1",
16310 "futures-core",
16311 "futures-intrusive",
16312 "futures-io",
16313 "futures-util",
16314 "hashbrown 0.15.5",
16315 "hashlink 0.10.0",
16316 "indexmap",
16317 "log",
16318 "memchr",
16319 "once_cell",
16320 "percent-encoding",
16321 "rust_decimal",
16322 "rustls 0.23.33",
16323 "serde",
16324 "serde_json",
16325 "sha2",
16326 "smallvec",
16327 "thiserror 2.0.17",
16328 "time",
16329 "tokio",
16330 "tokio-stream",
16331 "tracing",
16332 "url",
16333 "uuid",
16334 "webpki-roots",
16335]
16336
16337[[package]]
16338name = "sqlx-macros"
16339version = "0.8.6"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16342dependencies = [
16343 "proc-macro2",
16344 "quote",
16345 "sqlx-core",
16346 "sqlx-macros-core",
16347 "syn 2.0.117",
16348]
16349
16350[[package]]
16351name = "sqlx-macros-core"
16352version = "0.8.6"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16355dependencies = [
16356 "dotenvy",
16357 "either",
16358 "heck 0.5.0",
16359 "hex",
16360 "once_cell",
16361 "proc-macro2",
16362 "quote",
16363 "serde",
16364 "serde_json",
16365 "sha2",
16366 "sqlx-core",
16367 "sqlx-mysql",
16368 "sqlx-postgres",
16369 "sqlx-sqlite",
16370 "syn 2.0.117",
16371 "tokio",
16372 "url",
16373]
16374
16375[[package]]
16376name = "sqlx-mysql"
16377version = "0.8.6"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16380dependencies = [
16381 "atoi",
16382 "base64 0.22.1",
16383 "bigdecimal",
16384 "bitflags 2.10.0",
16385 "byteorder",
16386 "bytes 1.11.1",
16387 "chrono",
16388 "crc",
16389 "digest",
16390 "dotenvy",
16391 "either",
16392 "futures-channel",
16393 "futures-core",
16394 "futures-io",
16395 "futures-util",
16396 "generic-array",
16397 "hex",
16398 "hkdf",
16399 "hmac",
16400 "itoa",
16401 "log",
16402 "md-5",
16403 "memchr",
16404 "once_cell",
16405 "percent-encoding",
16406 "rand 0.8.5",
16407 "rsa",
16408 "rust_decimal",
16409 "serde",
16410 "sha1",
16411 "sha2",
16412 "smallvec",
16413 "sqlx-core",
16414 "stringprep",
16415 "thiserror 2.0.17",
16416 "time",
16417 "tracing",
16418 "uuid",
16419 "whoami",
16420]
16421
16422[[package]]
16423name = "sqlx-postgres"
16424version = "0.8.6"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16427dependencies = [
16428 "atoi",
16429 "base64 0.22.1",
16430 "bigdecimal",
16431 "bitflags 2.10.0",
16432 "byteorder",
16433 "chrono",
16434 "crc",
16435 "dotenvy",
16436 "etcetera",
16437 "futures-channel",
16438 "futures-core",
16439 "futures-util",
16440 "hex",
16441 "hkdf",
16442 "hmac",
16443 "home",
16444 "itoa",
16445 "log",
16446 "md-5",
16447 "memchr",
16448 "num-bigint",
16449 "once_cell",
16450 "rand 0.8.5",
16451 "rust_decimal",
16452 "serde",
16453 "serde_json",
16454 "sha2",
16455 "smallvec",
16456 "sqlx-core",
16457 "stringprep",
16458 "thiserror 2.0.17",
16459 "time",
16460 "tracing",
16461 "uuid",
16462 "whoami",
16463]
16464
16465[[package]]
16466name = "sqlx-sqlite"
16467version = "0.8.6"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16470dependencies = [
16471 "atoi",
16472 "chrono",
16473 "flume",
16474 "futures-channel",
16475 "futures-core",
16476 "futures-executor",
16477 "futures-intrusive",
16478 "futures-util",
16479 "libsqlite3-sys",
16480 "log",
16481 "percent-encoding",
16482 "serde",
16483 "serde_urlencoded",
16484 "sqlx-core",
16485 "thiserror 2.0.17",
16486 "time",
16487 "tracing",
16488 "url",
16489 "uuid",
16490]
16491
16492[[package]]
16493name = "stable_deref_trait"
16494version = "1.2.1"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16497
16498[[package]]
16499name = "stacker"
16500version = "0.1.23"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16503dependencies = [
16504 "cc",
16505 "cfg-if",
16506 "libc",
16507 "psm",
16508 "windows-sys 0.59.0",
16509]
16510
16511[[package]]
16512name = "stacksafe"
16513version = "0.1.4"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16516dependencies = [
16517 "stacker",
16518 "stacksafe-macro",
16519]
16520
16521[[package]]
16522name = "stacksafe-macro"
16523version = "0.1.4"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16526dependencies = [
16527 "proc-macro-error2",
16528 "quote",
16529 "syn 2.0.117",
16530]
16531
16532[[package]]
16533name = "static_assertions"
16534version = "1.1.0"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16537
16538[[package]]
16539name = "story"
16540version = "0.1.0"
16541dependencies = [
16542 "gpui",
16543 "itertools 0.14.0",
16544 "smallvec",
16545]
16546
16547[[package]]
16548name = "storybook"
16549version = "0.1.0"
16550dependencies = [
16551 "anyhow",
16552 "clap",
16553 "ctrlc",
16554 "dialoguer",
16555 "editor",
16556 "fuzzy",
16557 "gpui",
16558 "gpui_platform",
16559 "indoc",
16560 "language",
16561 "log",
16562 "menu",
16563 "picker",
16564 "reqwest_client",
16565 "rust-embed",
16566 "settings",
16567 "simplelog",
16568 "story",
16569 "strum 0.27.2",
16570 "theme",
16571 "title_bar",
16572 "ui",
16573]
16574
16575[[package]]
16576name = "streaming-iterator"
16577version = "0.1.9"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16580
16581[[package]]
16582name = "streaming_diff"
16583version = "0.1.0"
16584dependencies = [
16585 "ordered-float 2.10.1",
16586 "rand 0.9.2",
16587 "rope",
16588 "util",
16589]
16590
16591[[package]]
16592name = "strength_reduce"
16593version = "0.2.4"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16596
16597[[package]]
16598name = "strict-num"
16599version = "0.1.1"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16602dependencies = [
16603 "float-cmp",
16604]
16605
16606[[package]]
16607name = "string_cache"
16608version = "0.8.9"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16611dependencies = [
16612 "new_debug_unreachable",
16613 "parking_lot",
16614 "phf_shared 0.11.3",
16615 "precomputed-hash",
16616 "serde",
16617]
16618
16619[[package]]
16620name = "string_cache_codegen"
16621version = "0.5.4"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16624dependencies = [
16625 "phf_generator 0.11.3",
16626 "phf_shared 0.11.3",
16627 "proc-macro2",
16628 "quote",
16629]
16630
16631[[package]]
16632name = "stringprep"
16633version = "0.1.5"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16636dependencies = [
16637 "unicode-bidi",
16638 "unicode-normalization",
16639 "unicode-properties",
16640]
16641
16642[[package]]
16643name = "strsim"
16644version = "0.11.1"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16647
16648[[package]]
16649name = "strum"
16650version = "0.26.3"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16653
16654[[package]]
16655name = "strum"
16656version = "0.27.2"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16659dependencies = [
16660 "strum_macros 0.27.2",
16661]
16662
16663[[package]]
16664name = "strum"
16665version = "0.28.0"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16668dependencies = [
16669 "strum_macros 0.28.0",
16670]
16671
16672[[package]]
16673name = "strum_macros"
16674version = "0.27.2"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16677dependencies = [
16678 "heck 0.5.0",
16679 "proc-macro2",
16680 "quote",
16681 "syn 2.0.117",
16682]
16683
16684[[package]]
16685name = "strum_macros"
16686version = "0.28.0"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16689dependencies = [
16690 "heck 0.5.0",
16691 "proc-macro2",
16692 "quote",
16693 "syn 2.0.117",
16694]
16695
16696[[package]]
16697name = "subtle"
16698version = "2.6.1"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16701
16702[[package]]
16703name = "sum_tree"
16704version = "0.1.0"
16705dependencies = [
16706 "arrayvec",
16707 "ctor",
16708 "log",
16709 "proptest",
16710 "rand 0.9.2",
16711 "rayon",
16712 "tracing",
16713 "zlog",
16714 "ztracing",
16715]
16716
16717[[package]]
16718name = "sval"
16719version = "2.15.0"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16722
16723[[package]]
16724name = "sval_buffer"
16725version = "2.15.0"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16728dependencies = [
16729 "sval",
16730 "sval_ref",
16731]
16732
16733[[package]]
16734name = "sval_dynamic"
16735version = "2.15.0"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16738dependencies = [
16739 "sval",
16740]
16741
16742[[package]]
16743name = "sval_fmt"
16744version = "2.15.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16747dependencies = [
16748 "itoa",
16749 "ryu",
16750 "sval",
16751]
16752
16753[[package]]
16754name = "sval_json"
16755version = "2.15.0"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16758dependencies = [
16759 "itoa",
16760 "ryu",
16761 "sval",
16762]
16763
16764[[package]]
16765name = "sval_nested"
16766version = "2.15.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16769dependencies = [
16770 "sval",
16771 "sval_buffer",
16772 "sval_ref",
16773]
16774
16775[[package]]
16776name = "sval_ref"
16777version = "2.15.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16780dependencies = [
16781 "sval",
16782]
16783
16784[[package]]
16785name = "sval_serde"
16786version = "2.15.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16789dependencies = [
16790 "serde_core",
16791 "sval",
16792 "sval_nested",
16793]
16794
16795[[package]]
16796name = "svg_fmt"
16797version = "0.4.5"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16800
16801[[package]]
16802name = "svg_preview"
16803version = "0.1.0"
16804dependencies = [
16805 "file_icons",
16806 "gpui",
16807 "language",
16808 "multi_buffer",
16809 "ui",
16810 "workspace",
16811 "zed_actions",
16812]
16813
16814[[package]]
16815name = "svgtypes"
16816version = "0.15.3"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16819dependencies = [
16820 "kurbo",
16821 "siphasher 1.0.1",
16822]
16823
16824[[package]]
16825name = "swash"
16826version = "0.2.6"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16829dependencies = [
16830 "skrifa 0.37.0",
16831 "yazi",
16832 "zeno",
16833]
16834
16835[[package]]
16836name = "symphonia"
16837version = "0.5.5"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16840dependencies = [
16841 "lazy_static",
16842 "symphonia-bundle-flac",
16843 "symphonia-bundle-mp3",
16844 "symphonia-codec-aac",
16845 "symphonia-codec-pcm",
16846 "symphonia-codec-vorbis",
16847 "symphonia-core",
16848 "symphonia-format-isomp4",
16849 "symphonia-format-ogg",
16850 "symphonia-format-riff",
16851 "symphonia-metadata",
16852]
16853
16854[[package]]
16855name = "symphonia-bundle-flac"
16856version = "0.5.5"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16859dependencies = [
16860 "log",
16861 "symphonia-core",
16862 "symphonia-metadata",
16863 "symphonia-utils-xiph",
16864]
16865
16866[[package]]
16867name = "symphonia-bundle-mp3"
16868version = "0.5.5"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16871dependencies = [
16872 "lazy_static",
16873 "log",
16874 "symphonia-core",
16875 "symphonia-metadata",
16876]
16877
16878[[package]]
16879name = "symphonia-codec-aac"
16880version = "0.5.5"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16883dependencies = [
16884 "lazy_static",
16885 "log",
16886 "symphonia-core",
16887]
16888
16889[[package]]
16890name = "symphonia-codec-pcm"
16891version = "0.5.5"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16894dependencies = [
16895 "log",
16896 "symphonia-core",
16897]
16898
16899[[package]]
16900name = "symphonia-codec-vorbis"
16901version = "0.5.5"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16904dependencies = [
16905 "log",
16906 "symphonia-core",
16907 "symphonia-utils-xiph",
16908]
16909
16910[[package]]
16911name = "symphonia-core"
16912version = "0.5.5"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16915dependencies = [
16916 "arrayvec",
16917 "bitflags 1.3.2",
16918 "bytemuck",
16919 "lazy_static",
16920 "log",
16921]
16922
16923[[package]]
16924name = "symphonia-format-isomp4"
16925version = "0.5.5"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16928dependencies = [
16929 "encoding_rs",
16930 "log",
16931 "symphonia-core",
16932 "symphonia-metadata",
16933 "symphonia-utils-xiph",
16934]
16935
16936[[package]]
16937name = "symphonia-format-ogg"
16938version = "0.5.5"
16939source = "registry+https://github.com/rust-lang/crates.io-index"
16940checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16941dependencies = [
16942 "log",
16943 "symphonia-core",
16944 "symphonia-metadata",
16945 "symphonia-utils-xiph",
16946]
16947
16948[[package]]
16949name = "symphonia-format-riff"
16950version = "0.5.5"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16953dependencies = [
16954 "extended",
16955 "log",
16956 "symphonia-core",
16957 "symphonia-metadata",
16958]
16959
16960[[package]]
16961name = "symphonia-metadata"
16962version = "0.5.5"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16965dependencies = [
16966 "encoding_rs",
16967 "lazy_static",
16968 "log",
16969 "symphonia-core",
16970]
16971
16972[[package]]
16973name = "symphonia-utils-xiph"
16974version = "0.5.5"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16977dependencies = [
16978 "symphonia-core",
16979 "symphonia-metadata",
16980]
16981
16982[[package]]
16983name = "syn"
16984version = "1.0.109"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16987dependencies = [
16988 "proc-macro2",
16989 "quote",
16990 "unicode-ident",
16991]
16992
16993[[package]]
16994name = "syn"
16995version = "2.0.117"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16998dependencies = [
16999 "proc-macro2",
17000 "quote",
17001 "unicode-ident",
17002]
17003
17004[[package]]
17005name = "sync_wrapper"
17006version = "0.1.2"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17009
17010[[package]]
17011name = "sync_wrapper"
17012version = "1.0.2"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17015dependencies = [
17016 "futures-core",
17017]
17018
17019[[package]]
17020name = "synchronoise"
17021version = "1.0.1"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17024dependencies = [
17025 "crossbeam-queue",
17026]
17027
17028[[package]]
17029name = "synstructure"
17030version = "0.13.2"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17033dependencies = [
17034 "proc-macro2",
17035 "quote",
17036 "syn 2.0.117",
17037]
17038
17039[[package]]
17040name = "sys-locale"
17041version = "0.3.2"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17044dependencies = [
17045 "libc",
17046]
17047
17048[[package]]
17049name = "sysctl"
17050version = "0.5.5"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17053dependencies = [
17054 "bitflags 2.10.0",
17055 "byteorder",
17056 "enum-as-inner",
17057 "libc",
17058 "thiserror 1.0.69",
17059 "walkdir",
17060]
17061
17062[[package]]
17063name = "sysctl"
17064version = "0.6.0"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17067dependencies = [
17068 "bitflags 2.10.0",
17069 "byteorder",
17070 "enum-as-inner",
17071 "libc",
17072 "thiserror 1.0.69",
17073 "walkdir",
17074]
17075
17076[[package]]
17077name = "sysinfo"
17078version = "0.31.4"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17081dependencies = [
17082 "core-foundation-sys",
17083 "libc",
17084 "memchr",
17085 "ntapi",
17086 "rayon",
17087 "windows 0.57.0",
17088]
17089
17090[[package]]
17091name = "sysinfo"
17092version = "0.37.2"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17095dependencies = [
17096 "libc",
17097 "memchr",
17098 "ntapi",
17099 "objc2-core-foundation",
17100 "objc2-io-kit",
17101 "windows 0.61.3",
17102]
17103
17104[[package]]
17105name = "system-configuration"
17106version = "0.5.1"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17109dependencies = [
17110 "bitflags 1.3.2",
17111 "core-foundation 0.9.4",
17112 "system-configuration-sys 0.5.0",
17113]
17114
17115[[package]]
17116name = "system-configuration"
17117version = "0.6.1"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17120dependencies = [
17121 "bitflags 2.10.0",
17122 "core-foundation 0.9.4",
17123 "system-configuration-sys 0.6.0",
17124]
17125
17126[[package]]
17127name = "system-configuration-sys"
17128version = "0.5.0"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17131dependencies = [
17132 "core-foundation-sys",
17133 "libc",
17134]
17135
17136[[package]]
17137name = "system-configuration-sys"
17138version = "0.6.0"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17141dependencies = [
17142 "core-foundation-sys",
17143 "libc",
17144]
17145
17146[[package]]
17147name = "system-deps"
17148version = "6.2.2"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17151dependencies = [
17152 "cfg-expr 0.15.8",
17153 "heck 0.5.0",
17154 "pkg-config",
17155 "toml 0.8.23",
17156 "version-compare",
17157]
17158
17159[[package]]
17160name = "system-deps"
17161version = "7.0.7"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17164dependencies = [
17165 "cfg-expr 0.20.6",
17166 "heck 0.5.0",
17167 "pkg-config",
17168 "toml 0.9.8",
17169 "version-compare",
17170]
17171
17172[[package]]
17173name = "system-interface"
17174version = "0.27.3"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17177dependencies = [
17178 "bitflags 2.10.0",
17179 "cap-fs-ext",
17180 "cap-std",
17181 "fd-lock",
17182 "io-lifetimes",
17183 "rustix 0.38.44",
17184 "windows-sys 0.59.0",
17185 "winx",
17186]
17187
17188[[package]]
17189name = "system_specs"
17190version = "0.1.0"
17191dependencies = [
17192 "anyhow",
17193 "client",
17194 "gpui",
17195 "human_bytes",
17196 "pciid-parser",
17197 "release_channel",
17198 "semver",
17199 "serde",
17200 "sysinfo 0.37.2",
17201]
17202
17203[[package]]
17204name = "tab_switcher"
17205version = "0.1.0"
17206dependencies = [
17207 "collections",
17208 "ctor",
17209 "editor",
17210 "fuzzy",
17211 "gpui",
17212 "menu",
17213 "picker",
17214 "project",
17215 "schemars",
17216 "serde",
17217 "serde_json",
17218 "settings",
17219 "smol",
17220 "theme",
17221 "ui",
17222 "util",
17223 "workspace",
17224 "zlog",
17225]
17226
17227[[package]]
17228name = "taffy"
17229version = "0.9.0"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17232dependencies = [
17233 "arrayvec",
17234 "grid",
17235 "serde",
17236 "slotmap",
17237]
17238
17239[[package]]
17240name = "tagptr"
17241version = "0.2.0"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17244
17245[[package]]
17246name = "take-until"
17247version = "0.2.0"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17250
17251[[package]]
17252name = "tao-core-video-sys"
17253version = "0.2.0"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17256dependencies = [
17257 "cfg-if",
17258 "core-foundation-sys",
17259 "libc",
17260 "objc",
17261]
17262
17263[[package]]
17264name = "tap"
17265version = "1.0.1"
17266source = "registry+https://github.com/rust-lang/crates.io-index"
17267checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17268
17269[[package]]
17270name = "target-lexicon"
17271version = "0.12.16"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17274
17275[[package]]
17276name = "target-lexicon"
17277version = "0.13.3"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17280
17281[[package]]
17282name = "task"
17283version = "0.1.0"
17284dependencies = [
17285 "anyhow",
17286 "collections",
17287 "futures 0.3.31",
17288 "gpui",
17289 "hex",
17290 "log",
17291 "parking_lot",
17292 "pretty_assertions",
17293 "proto",
17294 "schemars",
17295 "serde",
17296 "serde_json",
17297 "serde_json_lenient",
17298 "sha2",
17299 "shellexpand 2.1.2",
17300 "util",
17301 "zed_actions",
17302]
17303
17304[[package]]
17305name = "tasks_ui"
17306version = "0.1.0"
17307dependencies = [
17308 "anyhow",
17309 "collections",
17310 "editor",
17311 "file_icons",
17312 "fuzzy",
17313 "gpui",
17314 "itertools 0.14.0",
17315 "language",
17316 "menu",
17317 "picker",
17318 "project",
17319 "serde",
17320 "serde_json",
17321 "task",
17322 "tree-sitter-rust",
17323 "tree-sitter-typescript",
17324 "ui",
17325 "util",
17326 "workspace",
17327 "zed_actions",
17328]
17329
17330[[package]]
17331name = "telemetry"
17332version = "0.1.0"
17333dependencies = [
17334 "futures 0.3.31",
17335 "serde",
17336 "serde_json",
17337 "telemetry_events",
17338]
17339
17340[[package]]
17341name = "telemetry_events"
17342version = "0.1.0"
17343dependencies = [
17344 "semver",
17345 "serde",
17346 "serde_json",
17347]
17348
17349[[package]]
17350name = "tempfile"
17351version = "3.23.0"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17354dependencies = [
17355 "fastrand 2.3.0",
17356 "getrandom 0.3.4",
17357 "once_cell",
17358 "rustix 1.1.2",
17359 "windows-sys 0.61.2",
17360]
17361
17362[[package]]
17363name = "tendril"
17364version = "0.4.3"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17367dependencies = [
17368 "futf",
17369 "mac",
17370 "utf-8",
17371]
17372
17373[[package]]
17374name = "termcolor"
17375version = "1.4.1"
17376source = "registry+https://github.com/rust-lang/crates.io-index"
17377checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17378dependencies = [
17379 "winapi-util",
17380]
17381
17382[[package]]
17383name = "terminal"
17384version = "0.1.0"
17385dependencies = [
17386 "alacritty_terminal",
17387 "anyhow",
17388 "collections",
17389 "futures 0.3.31",
17390 "gpui",
17391 "itertools 0.14.0",
17392 "libc",
17393 "log",
17394 "parking_lot",
17395 "rand 0.9.2",
17396 "regex",
17397 "release_channel",
17398 "schemars",
17399 "serde",
17400 "settings",
17401 "smol",
17402 "sysinfo 0.37.2",
17403 "task",
17404 "theme",
17405 "thiserror 2.0.17",
17406 "url",
17407 "urlencoding",
17408 "util",
17409 "util_macros",
17410 "windows 0.61.3",
17411]
17412
17413[[package]]
17414name = "terminal_size"
17415version = "0.4.3"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17418dependencies = [
17419 "rustix 1.1.2",
17420 "windows-sys 0.60.2",
17421]
17422
17423[[package]]
17424name = "terminal_view"
17425version = "0.1.0"
17426dependencies = [
17427 "anyhow",
17428 "assistant_slash_command",
17429 "async-recursion",
17430 "breadcrumbs",
17431 "collections",
17432 "db",
17433 "dirs 4.0.0",
17434 "editor",
17435 "futures 0.3.31",
17436 "gpui",
17437 "itertools 0.14.0",
17438 "language",
17439 "log",
17440 "menu",
17441 "pretty_assertions",
17442 "project",
17443 "regex",
17444 "schemars",
17445 "serde",
17446 "serde_json",
17447 "settings",
17448 "shellexpand 2.1.2",
17449 "task",
17450 "terminal",
17451 "theme",
17452 "ui",
17453 "util",
17454 "workspace",
17455 "zed_actions",
17456]
17457
17458[[package]]
17459name = "text"
17460version = "0.1.0"
17461dependencies = [
17462 "anyhow",
17463 "clock",
17464 "collections",
17465 "ctor",
17466 "gpui",
17467 "log",
17468 "parking_lot",
17469 "postage",
17470 "rand 0.9.2",
17471 "regex",
17472 "rope",
17473 "smallvec",
17474 "sum_tree",
17475 "util",
17476 "zlog",
17477]
17478
17479[[package]]
17480name = "theme"
17481version = "0.1.0"
17482dependencies = [
17483 "anyhow",
17484 "collections",
17485 "derive_more",
17486 "fs",
17487 "futures 0.3.31",
17488 "gpui",
17489 "log",
17490 "palette",
17491 "parking_lot",
17492 "refineable",
17493 "schemars",
17494 "serde",
17495 "serde_json",
17496 "serde_json_lenient",
17497 "settings",
17498 "strum 0.27.2",
17499 "thiserror 2.0.17",
17500 "util",
17501 "uuid",
17502]
17503
17504[[package]]
17505name = "theme_extension"
17506version = "0.1.0"
17507dependencies = [
17508 "anyhow",
17509 "extension",
17510 "fs",
17511 "gpui",
17512 "theme",
17513]
17514
17515[[package]]
17516name = "theme_importer"
17517version = "0.1.0"
17518dependencies = [
17519 "anyhow",
17520 "clap",
17521 "collections",
17522 "gpui",
17523 "indexmap",
17524 "log",
17525 "palette",
17526 "serde",
17527 "serde_json",
17528 "serde_json_lenient",
17529 "simplelog",
17530 "strum 0.27.2",
17531 "theme",
17532 "vscode_theme",
17533]
17534
17535[[package]]
17536name = "theme_selector"
17537version = "0.1.0"
17538dependencies = [
17539 "fs",
17540 "fuzzy",
17541 "gpui",
17542 "log",
17543 "picker",
17544 "serde",
17545 "settings",
17546 "telemetry",
17547 "theme",
17548 "ui",
17549 "util",
17550 "workspace",
17551 "zed_actions",
17552]
17553
17554[[package]]
17555name = "thiserror"
17556version = "1.0.69"
17557source = "registry+https://github.com/rust-lang/crates.io-index"
17558checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17559dependencies = [
17560 "thiserror-impl 1.0.69",
17561]
17562
17563[[package]]
17564name = "thiserror"
17565version = "2.0.17"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17568dependencies = [
17569 "thiserror-impl 2.0.17",
17570]
17571
17572[[package]]
17573name = "thiserror-impl"
17574version = "1.0.69"
17575source = "registry+https://github.com/rust-lang/crates.io-index"
17576checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17577dependencies = [
17578 "proc-macro2",
17579 "quote",
17580 "syn 2.0.117",
17581]
17582
17583[[package]]
17584name = "thiserror-impl"
17585version = "2.0.17"
17586source = "registry+https://github.com/rust-lang/crates.io-index"
17587checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17588dependencies = [
17589 "proc-macro2",
17590 "quote",
17591 "syn 2.0.117",
17592]
17593
17594[[package]]
17595name = "thread_local"
17596version = "1.1.9"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17599dependencies = [
17600 "cfg-if",
17601]
17602
17603[[package]]
17604name = "tiff"
17605version = "0.10.3"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17608dependencies = [
17609 "fax",
17610 "flate2",
17611 "half",
17612 "quick-error 2.0.1",
17613 "weezl",
17614 "zune-jpeg",
17615]
17616
17617[[package]]
17618name = "tiktoken-rs"
17619version = "0.9.1"
17620source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17621dependencies = [
17622 "anyhow",
17623 "base64 0.22.1",
17624 "bstr",
17625 "fancy-regex 0.16.2",
17626 "lazy_static",
17627 "regex",
17628 "rustc-hash 1.1.0",
17629]
17630
17631[[package]]
17632name = "time"
17633version = "0.3.47"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17636dependencies = [
17637 "deranged",
17638 "itoa",
17639 "libc",
17640 "num-conv",
17641 "num_threads",
17642 "powerfmt",
17643 "serde_core",
17644 "time-core",
17645 "time-macros",
17646]
17647
17648[[package]]
17649name = "time-core"
17650version = "0.1.8"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17653
17654[[package]]
17655name = "time-macros"
17656version = "0.2.27"
17657source = "registry+https://github.com/rust-lang/crates.io-index"
17658checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17659dependencies = [
17660 "num-conv",
17661 "time-core",
17662]
17663
17664[[package]]
17665name = "time_format"
17666version = "0.1.0"
17667dependencies = [
17668 "core-foundation 0.10.0",
17669 "core-foundation-sys",
17670 "sys-locale",
17671 "time",
17672 "windows 0.61.3",
17673]
17674
17675[[package]]
17676name = "tiny-keccak"
17677version = "2.0.2"
17678source = "registry+https://github.com/rust-lang/crates.io-index"
17679checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17680dependencies = [
17681 "crunchy",
17682]
17683
17684[[package]]
17685name = "tiny-skia"
17686version = "0.11.4"
17687source = "registry+https://github.com/rust-lang/crates.io-index"
17688checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17689dependencies = [
17690 "arrayref",
17691 "arrayvec",
17692 "bytemuck",
17693 "cfg-if",
17694 "log",
17695 "png 0.17.16",
17696 "tiny-skia-path",
17697]
17698
17699[[package]]
17700name = "tiny-skia-path"
17701version = "0.11.4"
17702source = "registry+https://github.com/rust-lang/crates.io-index"
17703checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17704dependencies = [
17705 "arrayref",
17706 "bytemuck",
17707 "strict-num",
17708]
17709
17710[[package]]
17711name = "tiny_http"
17712version = "0.8.2"
17713source = "registry+https://github.com/rust-lang/crates.io-index"
17714checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17715dependencies = [
17716 "ascii",
17717 "chrono",
17718 "chunked_transfer",
17719 "log",
17720 "url",
17721]
17722
17723[[package]]
17724name = "tinystr"
17725version = "0.8.1"
17726source = "registry+https://github.com/rust-lang/crates.io-index"
17727checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17728dependencies = [
17729 "displaydoc",
17730 "zerovec",
17731]
17732
17733[[package]]
17734name = "tinytemplate"
17735version = "1.2.1"
17736source = "registry+https://github.com/rust-lang/crates.io-index"
17737checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17738dependencies = [
17739 "serde",
17740 "serde_json",
17741]
17742
17743[[package]]
17744name = "tinyvec"
17745version = "1.10.0"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17748dependencies = [
17749 "tinyvec_macros",
17750]
17751
17752[[package]]
17753name = "tinyvec_macros"
17754version = "0.1.1"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17757
17758[[package]]
17759name = "title_bar"
17760version = "0.1.0"
17761dependencies = [
17762 "anyhow",
17763 "auto_update",
17764 "call",
17765 "channel",
17766 "chrono",
17767 "client",
17768 "cloud_api_types",
17769 "db",
17770 "feature_flags",
17771 "git_ui",
17772 "gpui",
17773 "icons",
17774 "livekit_client",
17775 "notifications",
17776 "platform_title_bar",
17777 "project",
17778 "recent_projects",
17779 "release_channel",
17780 "remote",
17781 "remote_connection",
17782 "rpc",
17783 "schemars",
17784 "semver",
17785 "serde",
17786 "settings",
17787 "smallvec",
17788 "story",
17789 "telemetry",
17790 "theme",
17791 "ui",
17792 "util",
17793 "windows 0.61.3",
17794 "workspace",
17795 "zed_actions",
17796]
17797
17798[[package]]
17799name = "tokio"
17800version = "1.48.0"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17803dependencies = [
17804 "bytes 1.11.1",
17805 "libc",
17806 "mio 1.1.0",
17807 "parking_lot",
17808 "pin-project-lite",
17809 "signal-hook-registry",
17810 "socket2 0.6.1",
17811 "tokio-macros",
17812 "windows-sys 0.61.2",
17813]
17814
17815[[package]]
17816name = "tokio-io"
17817version = "0.1.13"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17820dependencies = [
17821 "bytes 0.4.12",
17822 "futures 0.1.31",
17823 "log",
17824]
17825
17826[[package]]
17827name = "tokio-macros"
17828version = "2.6.0"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17831dependencies = [
17832 "proc-macro2",
17833 "quote",
17834 "syn 2.0.117",
17835]
17836
17837[[package]]
17838name = "tokio-native-tls"
17839version = "0.3.1"
17840source = "registry+https://github.com/rust-lang/crates.io-index"
17841checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17842dependencies = [
17843 "native-tls",
17844 "tokio",
17845]
17846
17847[[package]]
17848name = "tokio-rustls"
17849version = "0.24.1"
17850source = "registry+https://github.com/rust-lang/crates.io-index"
17851checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17852dependencies = [
17853 "rustls 0.21.12",
17854 "tokio",
17855]
17856
17857[[package]]
17858name = "tokio-rustls"
17859version = "0.26.2"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17862dependencies = [
17863 "rustls 0.23.33",
17864 "tokio",
17865]
17866
17867[[package]]
17868name = "tokio-socks"
17869version = "0.5.2"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17872dependencies = [
17873 "either",
17874 "futures-io",
17875 "futures-util",
17876 "thiserror 1.0.69",
17877 "tokio",
17878]
17879
17880[[package]]
17881name = "tokio-stream"
17882version = "0.1.17"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17885dependencies = [
17886 "futures-core",
17887 "pin-project-lite",
17888 "tokio",
17889]
17890
17891[[package]]
17892name = "tokio-tungstenite"
17893version = "0.20.1"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17896dependencies = [
17897 "futures-util",
17898 "log",
17899 "tokio",
17900 "tungstenite 0.20.1",
17901]
17902
17903[[package]]
17904name = "tokio-tungstenite"
17905version = "0.21.0"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17908dependencies = [
17909 "futures-util",
17910 "log",
17911 "tokio",
17912 "tungstenite 0.21.0",
17913]
17914
17915[[package]]
17916name = "tokio-tungstenite"
17917version = "0.28.0"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17920dependencies = [
17921 "futures-util",
17922 "log",
17923 "rustls 0.23.33",
17924 "rustls-native-certs 0.8.2",
17925 "rustls-pki-types",
17926 "tokio",
17927 "tokio-rustls 0.26.2",
17928 "tungstenite 0.28.0",
17929]
17930
17931[[package]]
17932name = "tokio-util"
17933version = "0.7.16"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17936dependencies = [
17937 "bytes 1.11.1",
17938 "futures-core",
17939 "futures-io",
17940 "futures-sink",
17941 "pin-project-lite",
17942 "tokio",
17943]
17944
17945[[package]]
17946name = "toml"
17947version = "0.5.11"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17950dependencies = [
17951 "serde",
17952]
17953
17954[[package]]
17955name = "toml"
17956version = "0.8.23"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17959dependencies = [
17960 "serde",
17961 "serde_spanned 0.6.9",
17962 "toml_datetime 0.6.11",
17963 "toml_edit 0.22.27",
17964]
17965
17966[[package]]
17967name = "toml"
17968version = "0.9.8"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17971dependencies = [
17972 "indexmap",
17973 "serde_core",
17974 "serde_spanned 1.0.3",
17975 "toml_datetime 0.7.3",
17976 "toml_parser",
17977 "toml_writer",
17978 "winnow",
17979]
17980
17981[[package]]
17982name = "toml_datetime"
17983version = "0.6.11"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17986dependencies = [
17987 "serde",
17988]
17989
17990[[package]]
17991name = "toml_datetime"
17992version = "0.7.3"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17995dependencies = [
17996 "serde_core",
17997]
17998
17999[[package]]
18000name = "toml_edit"
18001version = "0.22.27"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18004dependencies = [
18005 "indexmap",
18006 "serde",
18007 "serde_spanned 0.6.9",
18008 "toml_datetime 0.6.11",
18009 "toml_write",
18010 "winnow",
18011]
18012
18013[[package]]
18014name = "toml_edit"
18015version = "0.23.7"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18018dependencies = [
18019 "indexmap",
18020 "toml_datetime 0.7.3",
18021 "toml_parser",
18022 "winnow",
18023]
18024
18025[[package]]
18026name = "toml_parser"
18027version = "1.0.4"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18030dependencies = [
18031 "winnow",
18032]
18033
18034[[package]]
18035name = "toml_write"
18036version = "0.1.2"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18039
18040[[package]]
18041name = "toml_writer"
18042version = "1.0.4"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18045
18046[[package]]
18047name = "toolchain_selector"
18048version = "0.1.0"
18049dependencies = [
18050 "anyhow",
18051 "convert_case 0.8.0",
18052 "editor",
18053 "futures 0.3.31",
18054 "fuzzy",
18055 "gpui",
18056 "language",
18057 "menu",
18058 "open_path_prompt",
18059 "picker",
18060 "project",
18061 "ui",
18062 "util",
18063 "workspace",
18064]
18065
18066[[package]]
18067name = "topological-sort"
18068version = "0.2.2"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18071
18072[[package]]
18073name = "tower"
18074version = "0.4.13"
18075source = "registry+https://github.com/rust-lang/crates.io-index"
18076checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18077dependencies = [
18078 "futures-core",
18079 "futures-util",
18080 "pin-project",
18081 "pin-project-lite",
18082 "tokio",
18083 "tower-layer",
18084 "tower-service",
18085 "tracing",
18086]
18087
18088[[package]]
18089name = "tower"
18090version = "0.5.2"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18093dependencies = [
18094 "futures-core",
18095 "futures-util",
18096 "pin-project-lite",
18097 "sync_wrapper 1.0.2",
18098 "tokio",
18099 "tower-layer",
18100 "tower-service",
18101]
18102
18103[[package]]
18104name = "tower-http"
18105version = "0.4.4"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18108dependencies = [
18109 "bitflags 2.10.0",
18110 "bytes 1.11.1",
18111 "futures-core",
18112 "futures-util",
18113 "http 0.2.12",
18114 "http-body 0.4.6",
18115 "http-range-header",
18116 "pin-project-lite",
18117 "tower-layer",
18118 "tower-service",
18119 "tracing",
18120]
18121
18122[[package]]
18123name = "tower-http"
18124version = "0.6.6"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18127dependencies = [
18128 "bitflags 2.10.0",
18129 "bytes 1.11.1",
18130 "futures-util",
18131 "http 1.3.1",
18132 "http-body 1.0.1",
18133 "iri-string",
18134 "pin-project-lite",
18135 "tower 0.5.2",
18136 "tower-layer",
18137 "tower-service",
18138]
18139
18140[[package]]
18141name = "tower-layer"
18142version = "0.3.3"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18145
18146[[package]]
18147name = "tower-service"
18148version = "0.3.3"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18151
18152[[package]]
18153name = "tracing"
18154version = "0.1.43"
18155source = "registry+https://github.com/rust-lang/crates.io-index"
18156checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18157dependencies = [
18158 "log",
18159 "pin-project-lite",
18160 "tracing-attributes",
18161 "tracing-core",
18162]
18163
18164[[package]]
18165name = "tracing-attributes"
18166version = "0.1.31"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18169dependencies = [
18170 "proc-macro2",
18171 "quote",
18172 "syn 2.0.117",
18173]
18174
18175[[package]]
18176name = "tracing-core"
18177version = "0.1.35"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18180dependencies = [
18181 "once_cell",
18182 "valuable",
18183]
18184
18185[[package]]
18186name = "tracing-log"
18187version = "0.2.0"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18190dependencies = [
18191 "log",
18192 "once_cell",
18193 "tracing-core",
18194]
18195
18196[[package]]
18197name = "tracing-serde"
18198version = "0.2.0"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18201dependencies = [
18202 "serde",
18203 "tracing-core",
18204]
18205
18206[[package]]
18207name = "tracing-subscriber"
18208version = "0.3.22"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18211dependencies = [
18212 "matchers",
18213 "nu-ansi-term",
18214 "once_cell",
18215 "regex-automata",
18216 "serde",
18217 "serde_json",
18218 "sharded-slab",
18219 "smallvec",
18220 "thread_local",
18221 "tracing",
18222 "tracing-core",
18223 "tracing-log",
18224 "tracing-serde",
18225]
18226
18227[[package]]
18228name = "tracing-tracy"
18229version = "0.11.4"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18232dependencies = [
18233 "tracing-core",
18234 "tracing-subscriber",
18235 "tracy-client",
18236]
18237
18238[[package]]
18239name = "tracy-client"
18240version = "0.18.3"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18243dependencies = [
18244 "loom",
18245 "once_cell",
18246 "tracy-client-sys",
18247]
18248
18249[[package]]
18250name = "tracy-client-sys"
18251version = "0.27.0"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18254dependencies = [
18255 "cc",
18256 "windows-targets 0.52.6",
18257]
18258
18259[[package]]
18260name = "trait-variant"
18261version = "0.1.2"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18264dependencies = [
18265 "proc-macro2",
18266 "quote",
18267 "syn 2.0.117",
18268]
18269
18270[[package]]
18271name = "transpose"
18272version = "0.2.3"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18275dependencies = [
18276 "num-integer",
18277 "strength_reduce",
18278]
18279
18280[[package]]
18281name = "tree-sitter"
18282version = "0.26.3"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18285dependencies = [
18286 "cc",
18287 "regex",
18288 "regex-syntax",
18289 "serde_json",
18290 "streaming-iterator",
18291 "tree-sitter-language",
18292 "wasmtime-c-api-impl",
18293]
18294
18295[[package]]
18296name = "tree-sitter-bash"
18297version = "0.25.1"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18300dependencies = [
18301 "cc",
18302 "tree-sitter-language",
18303]
18304
18305[[package]]
18306name = "tree-sitter-c"
18307version = "0.24.1"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18310dependencies = [
18311 "cc",
18312 "tree-sitter-language",
18313]
18314
18315[[package]]
18316name = "tree-sitter-cpp"
18317version = "0.23.4"
18318source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18319dependencies = [
18320 "cc",
18321 "tree-sitter-language",
18322]
18323
18324[[package]]
18325name = "tree-sitter-css"
18326version = "0.23.2"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18329dependencies = [
18330 "cc",
18331 "tree-sitter-language",
18332]
18333
18334[[package]]
18335name = "tree-sitter-diff"
18336version = "0.1.0"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18339dependencies = [
18340 "cc",
18341 "tree-sitter-language",
18342]
18343
18344[[package]]
18345name = "tree-sitter-elixir"
18346version = "0.3.4"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18349dependencies = [
18350 "cc",
18351 "tree-sitter-language",
18352]
18353
18354[[package]]
18355name = "tree-sitter-embedded-template"
18356version = "0.23.2"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18359dependencies = [
18360 "cc",
18361 "tree-sitter-language",
18362]
18363
18364[[package]]
18365name = "tree-sitter-gitcommit"
18366version = "0.0.1"
18367source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18368dependencies = [
18369 "cc",
18370 "tree-sitter-language",
18371]
18372
18373[[package]]
18374name = "tree-sitter-go"
18375version = "0.25.0"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18378dependencies = [
18379 "cc",
18380 "tree-sitter-language",
18381]
18382
18383[[package]]
18384name = "tree-sitter-gomod"
18385version = "1.1.1"
18386source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18387dependencies = [
18388 "cc",
18389 "tree-sitter-language",
18390]
18391
18392[[package]]
18393name = "tree-sitter-gowork"
18394version = "0.0.1"
18395source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18396dependencies = [
18397 "cc",
18398 "tree-sitter-language",
18399]
18400
18401[[package]]
18402name = "tree-sitter-heex"
18403version = "0.0.1"
18404source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18405dependencies = [
18406 "cc",
18407 "tree-sitter-language",
18408]
18409
18410[[package]]
18411name = "tree-sitter-html"
18412version = "0.23.2"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18415dependencies = [
18416 "cc",
18417 "tree-sitter-language",
18418]
18419
18420[[package]]
18421name = "tree-sitter-jsdoc"
18422version = "0.23.2"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18425dependencies = [
18426 "cc",
18427 "tree-sitter-language",
18428]
18429
18430[[package]]
18431name = "tree-sitter-json"
18432version = "0.24.8"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18435dependencies = [
18436 "cc",
18437 "tree-sitter-language",
18438]
18439
18440[[package]]
18441name = "tree-sitter-language"
18442version = "0.1.5"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18445
18446[[package]]
18447name = "tree-sitter-md"
18448version = "0.3.2"
18449source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18450dependencies = [
18451 "cc",
18452 "tree-sitter-language",
18453]
18454
18455[[package]]
18456name = "tree-sitter-python"
18457version = "0.25.0"
18458source = "registry+https://github.com/rust-lang/crates.io-index"
18459checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18460dependencies = [
18461 "cc",
18462 "tree-sitter-language",
18463]
18464
18465[[package]]
18466name = "tree-sitter-regex"
18467version = "0.24.3"
18468source = "registry+https://github.com/rust-lang/crates.io-index"
18469checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18470dependencies = [
18471 "cc",
18472 "tree-sitter-language",
18473]
18474
18475[[package]]
18476name = "tree-sitter-ruby"
18477version = "0.23.1"
18478source = "registry+https://github.com/rust-lang/crates.io-index"
18479checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18480dependencies = [
18481 "cc",
18482 "tree-sitter-language",
18483]
18484
18485[[package]]
18486name = "tree-sitter-rust"
18487version = "0.24.0"
18488source = "registry+https://github.com/rust-lang/crates.io-index"
18489checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18490dependencies = [
18491 "cc",
18492 "tree-sitter-language",
18493]
18494
18495[[package]]
18496name = "tree-sitter-typescript"
18497version = "0.23.2"
18498source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18499dependencies = [
18500 "cc",
18501 "tree-sitter-language",
18502]
18503
18504[[package]]
18505name = "tree-sitter-yaml"
18506version = "0.6.1"
18507source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18508dependencies = [
18509 "cc",
18510 "tree-sitter-language",
18511]
18512
18513[[package]]
18514name = "triomphe"
18515version = "0.1.15"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18518dependencies = [
18519 "serde",
18520 "stable_deref_trait",
18521]
18522
18523[[package]]
18524name = "try-lock"
18525version = "0.2.5"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18528
18529[[package]]
18530name = "ttf-parser"
18531version = "0.20.0"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18534
18535[[package]]
18536name = "ttf-parser"
18537version = "0.25.1"
18538source = "registry+https://github.com/rust-lang/crates.io-index"
18539checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18540dependencies = [
18541 "core_maths",
18542]
18543
18544[[package]]
18545name = "tungstenite"
18546version = "0.20.1"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18549dependencies = [
18550 "byteorder",
18551 "bytes 1.11.1",
18552 "data-encoding",
18553 "http 0.2.12",
18554 "httparse",
18555 "log",
18556 "rand 0.8.5",
18557 "sha1",
18558 "thiserror 1.0.69",
18559 "url",
18560 "utf-8",
18561]
18562
18563[[package]]
18564name = "tungstenite"
18565version = "0.21.0"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18568dependencies = [
18569 "byteorder",
18570 "bytes 1.11.1",
18571 "data-encoding",
18572 "http 1.3.1",
18573 "httparse",
18574 "log",
18575 "rand 0.8.5",
18576 "sha1",
18577 "thiserror 1.0.69",
18578 "url",
18579 "utf-8",
18580]
18581
18582[[package]]
18583name = "tungstenite"
18584version = "0.27.0"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18587dependencies = [
18588 "bytes 1.11.1",
18589 "data-encoding",
18590 "http 1.3.1",
18591 "httparse",
18592 "log",
18593 "rand 0.9.2",
18594 "rustls 0.23.33",
18595 "rustls-pki-types",
18596 "sha1",
18597 "thiserror 2.0.17",
18598 "utf-8",
18599]
18600
18601[[package]]
18602name = "tungstenite"
18603version = "0.28.0"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18606dependencies = [
18607 "bytes 1.11.1",
18608 "data-encoding",
18609 "http 1.3.1",
18610 "httparse",
18611 "log",
18612 "rand 0.9.2",
18613 "rustls 0.23.33",
18614 "rustls-pki-types",
18615 "sha1",
18616 "thiserror 2.0.17",
18617 "utf-8",
18618]
18619
18620[[package]]
18621name = "typeid"
18622version = "1.0.3"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18625
18626[[package]]
18627name = "typenum"
18628version = "1.19.0"
18629source = "registry+https://github.com/rust-lang/crates.io-index"
18630checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18631
18632[[package]]
18633name = "ucd-trie"
18634version = "0.1.7"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18637
18638[[package]]
18639name = "uds"
18640version = "0.4.2"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18643dependencies = [
18644 "libc",
18645]
18646
18647[[package]]
18648name = "uds_windows"
18649version = "1.1.0"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18652dependencies = [
18653 "memoffset",
18654 "tempfile",
18655 "winapi",
18656]
18657
18658[[package]]
18659name = "ug"
18660version = "0.4.0"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18663dependencies = [
18664 "gemm 0.18.2",
18665 "half",
18666 "libloading",
18667 "memmap2",
18668 "num",
18669 "num-traits",
18670 "num_cpus",
18671 "rayon",
18672 "safetensors",
18673 "serde",
18674 "thiserror 1.0.69",
18675 "tracing",
18676 "yoke 0.7.5",
18677]
18678
18679[[package]]
18680name = "ui"
18681version = "0.1.0"
18682dependencies = [
18683 "chrono",
18684 "component",
18685 "documented",
18686 "gpui",
18687 "gpui_macros",
18688 "icons",
18689 "itertools 0.14.0",
18690 "menu",
18691 "schemars",
18692 "serde",
18693 "settings",
18694 "smallvec",
18695 "story",
18696 "strum 0.27.2",
18697 "theme",
18698 "ui_macros",
18699 "util",
18700 "windows 0.61.3",
18701]
18702
18703[[package]]
18704name = "ui_input"
18705version = "0.1.0"
18706dependencies = [
18707 "component",
18708 "gpui",
18709 "ui",
18710]
18711
18712[[package]]
18713name = "ui_macros"
18714version = "0.1.0"
18715dependencies = [
18716 "component",
18717 "quote",
18718 "syn 2.0.117",
18719 "ui",
18720]
18721
18722[[package]]
18723name = "ui_prompt"
18724version = "0.1.0"
18725dependencies = [
18726 "gpui",
18727 "markdown",
18728 "menu",
18729 "settings",
18730 "theme",
18731 "ui",
18732 "workspace",
18733]
18734
18735[[package]]
18736name = "unarray"
18737version = "0.1.4"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18740
18741[[package]]
18742name = "unicase"
18743version = "2.8.1"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18746
18747[[package]]
18748name = "unicode-bidi"
18749version = "0.3.18"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18752
18753[[package]]
18754name = "unicode-bidi-mirroring"
18755version = "0.4.0"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18758
18759[[package]]
18760name = "unicode-ccc"
18761version = "0.4.0"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18764
18765[[package]]
18766name = "unicode-general-category"
18767version = "1.1.0"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18770
18771[[package]]
18772name = "unicode-ident"
18773version = "1.0.19"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18776
18777[[package]]
18778name = "unicode-linebreak"
18779version = "0.1.5"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18782
18783[[package]]
18784name = "unicode-normalization"
18785version = "0.1.24"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18788dependencies = [
18789 "tinyvec",
18790]
18791
18792[[package]]
18793name = "unicode-properties"
18794version = "0.1.3"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18797
18798[[package]]
18799name = "unicode-script"
18800version = "0.5.8"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18803
18804[[package]]
18805name = "unicode-segmentation"
18806version = "1.12.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18809
18810[[package]]
18811name = "unicode-vo"
18812version = "0.1.0"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18815
18816[[package]]
18817name = "unicode-width"
18818version = "0.2.2"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18821
18822[[package]]
18823name = "unicode-xid"
18824version = "0.2.6"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18827
18828[[package]]
18829name = "unicode_categories"
18830version = "0.1.1"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18833
18834[[package]]
18835name = "unindent"
18836version = "0.2.4"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18839
18840[[package]]
18841name = "unsafe-libyaml"
18842version = "0.2.11"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18845
18846[[package]]
18847name = "untrusted"
18848version = "0.7.1"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18851
18852[[package]]
18853name = "untrusted"
18854version = "0.9.0"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18857
18858[[package]]
18859name = "url"
18860version = "2.5.7"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18863dependencies = [
18864 "form_urlencoded",
18865 "idna",
18866 "percent-encoding",
18867 "serde",
18868]
18869
18870[[package]]
18871name = "urlencoding"
18872version = "2.1.3"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18875
18876[[package]]
18877name = "usvg"
18878version = "0.45.1"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18881dependencies = [
18882 "base64 0.22.1",
18883 "data-url",
18884 "flate2",
18885 "fontdb 0.23.0",
18886 "imagesize",
18887 "kurbo",
18888 "log",
18889 "pico-args",
18890 "roxmltree",
18891 "rustybuzz",
18892 "simplecss",
18893 "siphasher 1.0.1",
18894 "strict-num",
18895 "svgtypes",
18896 "tiny-skia-path",
18897 "unicode-bidi",
18898 "unicode-script",
18899 "unicode-vo",
18900 "xmlwriter",
18901]
18902
18903[[package]]
18904name = "utf-8"
18905version = "0.7.6"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18908
18909[[package]]
18910name = "utf8-chars"
18911version = "3.0.6"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18914dependencies = [
18915 "arrayvec",
18916]
18917
18918[[package]]
18919name = "utf8_iter"
18920version = "1.0.4"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18923
18924[[package]]
18925name = "utf8parse"
18926version = "0.2.2"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18929
18930[[package]]
18931name = "util"
18932version = "0.1.0"
18933dependencies = [
18934 "anyhow",
18935 "async-fs",
18936 "async_zip",
18937 "collections",
18938 "command-fds",
18939 "dirs 4.0.0",
18940 "dunce",
18941 "futures 0.3.31",
18942 "futures-lite 1.13.0",
18943 "git2",
18944 "globset",
18945 "gpui_util",
18946 "itertools 0.14.0",
18947 "libc",
18948 "log",
18949 "mach2 0.5.0",
18950 "nix 0.29.0",
18951 "percent-encoding",
18952 "pretty_assertions",
18953 "rand 0.9.2",
18954 "regex",
18955 "rust-embed",
18956 "schemars",
18957 "serde",
18958 "serde_json",
18959 "serde_json_lenient",
18960 "shlex",
18961 "smol",
18962 "take-until",
18963 "tempfile",
18964 "tendril",
18965 "unicase",
18966 "url",
18967 "util_macros",
18968 "walkdir",
18969 "which 6.0.3",
18970]
18971
18972[[package]]
18973name = "util_macros"
18974version = "0.1.0"
18975dependencies = [
18976 "perf",
18977 "quote",
18978 "syn 2.0.117",
18979]
18980
18981[[package]]
18982name = "uuid"
18983version = "1.18.1"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18986dependencies = [
18987 "getrandom 0.3.4",
18988 "js-sys",
18989 "serde",
18990 "sha1_smol",
18991 "wasm-bindgen",
18992]
18993
18994[[package]]
18995name = "uuid-simd"
18996version = "0.8.0"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18999dependencies = [
19000 "outref",
19001 "vsimd",
19002]
19003
19004[[package]]
19005name = "v_frame"
19006version = "0.3.9"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19009dependencies = [
19010 "aligned-vec",
19011 "num-traits",
19012 "wasm-bindgen",
19013]
19014
19015[[package]]
19016name = "valuable"
19017version = "0.1.1"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19020
19021[[package]]
19022name = "value-bag"
19023version = "1.12.0"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19026dependencies = [
19027 "value-bag-serde1",
19028 "value-bag-sval2",
19029]
19030
19031[[package]]
19032name = "value-bag-serde1"
19033version = "1.12.0"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19036dependencies = [
19037 "erased-serde",
19038 "serde_core",
19039 "serde_fmt",
19040]
19041
19042[[package]]
19043name = "value-bag-sval2"
19044version = "1.12.0"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19047dependencies = [
19048 "sval",
19049 "sval_buffer",
19050 "sval_dynamic",
19051 "sval_fmt",
19052 "sval_json",
19053 "sval_ref",
19054 "sval_serde",
19055]
19056
19057[[package]]
19058name = "vcpkg"
19059version = "0.2.15"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19062
19063[[package]]
19064name = "vercel"
19065version = "0.1.0"
19066dependencies = [
19067 "anyhow",
19068 "schemars",
19069 "serde",
19070 "strum 0.27.2",
19071]
19072
19073[[package]]
19074name = "version-compare"
19075version = "0.2.0"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19078
19079[[package]]
19080name = "version_check"
19081version = "0.9.5"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19084
19085[[package]]
19086name = "vim"
19087version = "0.1.0"
19088dependencies = [
19089 "anyhow",
19090 "async-compat",
19091 "async-trait",
19092 "collections",
19093 "command_palette",
19094 "command_palette_hooks",
19095 "db",
19096 "editor",
19097 "env_logger 0.11.8",
19098 "futures 0.3.31",
19099 "fuzzy",
19100 "git_ui",
19101 "gpui",
19102 "indoc",
19103 "itertools 0.14.0",
19104 "language",
19105 "log",
19106 "lsp",
19107 "markdown_preview",
19108 "menu",
19109 "multi_buffer",
19110 "nvim-rs",
19111 "outline_panel",
19112 "parking_lot",
19113 "perf",
19114 "picker",
19115 "project",
19116 "project_panel",
19117 "regex",
19118 "release_channel",
19119 "schemars",
19120 "search",
19121 "semver",
19122 "serde",
19123 "serde_json",
19124 "settings",
19125 "settings_ui",
19126 "task",
19127 "text",
19128 "theme",
19129 "tokio",
19130 "ui",
19131 "util",
19132 "util_macros",
19133 "vim_mode_setting",
19134 "workspace",
19135 "zed_actions",
19136]
19137
19138[[package]]
19139name = "vim_mode_setting"
19140version = "0.1.0"
19141dependencies = [
19142 "settings",
19143]
19144
19145[[package]]
19146name = "vscode_theme"
19147version = "0.2.0"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19150dependencies = [
19151 "serde",
19152]
19153
19154[[package]]
19155name = "vsimd"
19156version = "0.8.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19159
19160[[package]]
19161name = "vswhom"
19162version = "0.1.0"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19165dependencies = [
19166 "libc",
19167 "vswhom-sys",
19168]
19169
19170[[package]]
19171name = "vswhom-sys"
19172version = "0.1.3"
19173source = "registry+https://github.com/rust-lang/crates.io-index"
19174checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19175dependencies = [
19176 "cc",
19177 "libc",
19178]
19179
19180[[package]]
19181name = "vte"
19182version = "0.15.0"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19185dependencies = [
19186 "arrayvec",
19187 "bitflags 2.10.0",
19188 "cursor-icon",
19189 "log",
19190 "memchr",
19191 "serde",
19192]
19193
19194[[package]]
19195name = "wait-timeout"
19196version = "0.2.1"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19199dependencies = [
19200 "libc",
19201]
19202
19203[[package]]
19204name = "waker-fn"
19205version = "1.2.0"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19208
19209[[package]]
19210name = "walkdir"
19211version = "2.5.0"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19214dependencies = [
19215 "same-file",
19216 "winapi-util",
19217]
19218
19219[[package]]
19220name = "want"
19221version = "0.3.1"
19222source = "registry+https://github.com/rust-lang/crates.io-index"
19223checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19224dependencies = [
19225 "try-lock",
19226]
19227
19228[[package]]
19229name = "warp"
19230version = "0.3.7"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19233dependencies = [
19234 "bytes 1.11.1",
19235 "futures-channel",
19236 "futures-util",
19237 "headers",
19238 "http 0.2.12",
19239 "hyper 0.14.32",
19240 "log",
19241 "mime",
19242 "mime_guess",
19243 "percent-encoding",
19244 "pin-project",
19245 "scoped-tls",
19246 "serde",
19247 "serde_json",
19248 "serde_urlencoded",
19249 "tokio",
19250 "tokio-tungstenite 0.21.0",
19251 "tokio-util",
19252 "tower-service",
19253 "tracing",
19254]
19255
19256[[package]]
19257name = "wasi"
19258version = "0.11.1+wasi-snapshot-preview1"
19259source = "registry+https://github.com/rust-lang/crates.io-index"
19260checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19261
19262[[package]]
19263name = "wasip2"
19264version = "1.0.1+wasi-0.2.4"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19267dependencies = [
19268 "wit-bindgen 0.46.0",
19269]
19270
19271[[package]]
19272name = "wasip3"
19273version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19276dependencies = [
19277 "wit-bindgen 0.51.0",
19278]
19279
19280[[package]]
19281name = "wasite"
19282version = "0.1.0"
19283source = "registry+https://github.com/rust-lang/crates.io-index"
19284checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19285
19286[[package]]
19287name = "wasm-bindgen"
19288version = "0.2.113"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19291dependencies = [
19292 "cfg-if",
19293 "once_cell",
19294 "rustversion",
19295 "wasm-bindgen-macro",
19296 "wasm-bindgen-shared",
19297]
19298
19299[[package]]
19300name = "wasm-bindgen-futures"
19301version = "0.4.63"
19302source = "registry+https://github.com/rust-lang/crates.io-index"
19303checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19304dependencies = [
19305 "cfg-if",
19306 "futures-util",
19307 "js-sys",
19308 "once_cell",
19309 "wasm-bindgen",
19310 "web-sys",
19311]
19312
19313[[package]]
19314name = "wasm-bindgen-macro"
19315version = "0.2.113"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19318dependencies = [
19319 "quote",
19320 "wasm-bindgen-macro-support",
19321]
19322
19323[[package]]
19324name = "wasm-bindgen-macro-support"
19325version = "0.2.113"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19328dependencies = [
19329 "bumpalo",
19330 "proc-macro2",
19331 "quote",
19332 "syn 2.0.117",
19333 "wasm-bindgen-shared",
19334]
19335
19336[[package]]
19337name = "wasm-bindgen-shared"
19338version = "0.2.113"
19339source = "registry+https://github.com/rust-lang/crates.io-index"
19340checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19341dependencies = [
19342 "unicode-ident",
19343]
19344
19345[[package]]
19346name = "wasm-encoder"
19347version = "0.201.0"
19348source = "registry+https://github.com/rust-lang/crates.io-index"
19349checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19350dependencies = [
19351 "leb128",
19352]
19353
19354[[package]]
19355name = "wasm-encoder"
19356version = "0.221.3"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19359dependencies = [
19360 "leb128",
19361 "wasmparser 0.221.3",
19362]
19363
19364[[package]]
19365name = "wasm-encoder"
19366version = "0.227.1"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19369dependencies = [
19370 "leb128fmt",
19371 "wasmparser 0.227.1",
19372]
19373
19374[[package]]
19375name = "wasm-encoder"
19376version = "0.229.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19379dependencies = [
19380 "leb128fmt",
19381 "wasmparser 0.229.0",
19382]
19383
19384[[package]]
19385name = "wasm-encoder"
19386version = "0.244.0"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19389dependencies = [
19390 "leb128fmt",
19391 "wasmparser 0.244.0",
19392]
19393
19394[[package]]
19395name = "wasm-metadata"
19396version = "0.201.0"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19399dependencies = [
19400 "anyhow",
19401 "indexmap",
19402 "serde",
19403 "serde_derive",
19404 "serde_json",
19405 "spdx",
19406 "wasm-encoder 0.201.0",
19407 "wasmparser 0.201.0",
19408]
19409
19410[[package]]
19411name = "wasm-metadata"
19412version = "0.227.1"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19415dependencies = [
19416 "anyhow",
19417 "auditable-serde",
19418 "flate2",
19419 "indexmap",
19420 "serde",
19421 "serde_derive",
19422 "serde_json",
19423 "spdx",
19424 "url",
19425 "wasm-encoder 0.227.1",
19426 "wasmparser 0.227.1",
19427]
19428
19429[[package]]
19430name = "wasm-metadata"
19431version = "0.244.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19434dependencies = [
19435 "anyhow",
19436 "indexmap",
19437 "wasm-encoder 0.244.0",
19438 "wasmparser 0.244.0",
19439]
19440
19441[[package]]
19442name = "wasm-streams"
19443version = "0.4.2"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19446dependencies = [
19447 "futures-util",
19448 "js-sys",
19449 "wasm-bindgen",
19450 "wasm-bindgen-futures",
19451 "web-sys",
19452]
19453
19454[[package]]
19455name = "wasm_thread"
19456version = "0.3.3"
19457source = "registry+https://github.com/rust-lang/crates.io-index"
19458checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19459dependencies = [
19460 "futures 0.3.31",
19461 "js-sys",
19462 "wasm-bindgen",
19463 "web-sys",
19464]
19465
19466[[package]]
19467name = "wasmparser"
19468version = "0.201.0"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19471dependencies = [
19472 "bitflags 2.10.0",
19473 "indexmap",
19474 "semver",
19475]
19476
19477[[package]]
19478name = "wasmparser"
19479version = "0.221.3"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19482dependencies = [
19483 "bitflags 2.10.0",
19484 "hashbrown 0.15.5",
19485 "indexmap",
19486 "semver",
19487 "serde",
19488]
19489
19490[[package]]
19491name = "wasmparser"
19492version = "0.227.1"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19495dependencies = [
19496 "bitflags 2.10.0",
19497 "hashbrown 0.15.5",
19498 "indexmap",
19499 "semver",
19500]
19501
19502[[package]]
19503name = "wasmparser"
19504version = "0.229.0"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19507dependencies = [
19508 "bitflags 2.10.0",
19509 "hashbrown 0.15.5",
19510 "indexmap",
19511 "semver",
19512 "serde",
19513]
19514
19515[[package]]
19516name = "wasmparser"
19517version = "0.244.0"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19520dependencies = [
19521 "bitflags 2.10.0",
19522 "hashbrown 0.15.5",
19523 "indexmap",
19524 "semver",
19525]
19526
19527[[package]]
19528name = "wasmprinter"
19529version = "0.229.0"
19530source = "registry+https://github.com/rust-lang/crates.io-index"
19531checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19532dependencies = [
19533 "anyhow",
19534 "termcolor",
19535 "wasmparser 0.229.0",
19536]
19537
19538[[package]]
19539name = "wasmtime"
19540version = "33.0.2"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19543dependencies = [
19544 "addr2line 0.24.2",
19545 "anyhow",
19546 "async-trait",
19547 "bitflags 2.10.0",
19548 "bumpalo",
19549 "cc",
19550 "cfg-if",
19551 "encoding_rs",
19552 "hashbrown 0.15.5",
19553 "indexmap",
19554 "libc",
19555 "log",
19556 "mach2 0.4.3",
19557 "memfd",
19558 "object 0.36.7",
19559 "once_cell",
19560 "postcard",
19561 "psm",
19562 "pulley-interpreter",
19563 "rayon",
19564 "rustix 1.1.2",
19565 "semver",
19566 "serde",
19567 "serde_derive",
19568 "smallvec",
19569 "sptr",
19570 "target-lexicon 0.13.3",
19571 "trait-variant",
19572 "wasmparser 0.229.0",
19573 "wasmtime-asm-macros",
19574 "wasmtime-component-macro",
19575 "wasmtime-component-util",
19576 "wasmtime-cranelift",
19577 "wasmtime-environ",
19578 "wasmtime-fiber",
19579 "wasmtime-jit-icache-coherence",
19580 "wasmtime-math",
19581 "wasmtime-slab",
19582 "wasmtime-versioned-export-macros",
19583 "wasmtime-winch",
19584 "windows-sys 0.59.0",
19585]
19586
19587[[package]]
19588name = "wasmtime-asm-macros"
19589version = "33.0.2"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19592dependencies = [
19593 "cfg-if",
19594]
19595
19596[[package]]
19597name = "wasmtime-c-api-impl"
19598version = "33.0.2"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19601dependencies = [
19602 "anyhow",
19603 "log",
19604 "tracing",
19605 "wasmtime",
19606 "wasmtime-c-api-macros",
19607]
19608
19609[[package]]
19610name = "wasmtime-c-api-macros"
19611version = "33.0.2"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19614dependencies = [
19615 "proc-macro2",
19616 "quote",
19617]
19618
19619[[package]]
19620name = "wasmtime-component-macro"
19621version = "33.0.2"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19624dependencies = [
19625 "anyhow",
19626 "proc-macro2",
19627 "quote",
19628 "syn 2.0.117",
19629 "wasmtime-component-util",
19630 "wasmtime-wit-bindgen",
19631 "wit-parser 0.229.0",
19632]
19633
19634[[package]]
19635name = "wasmtime-component-util"
19636version = "33.0.2"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19639
19640[[package]]
19641name = "wasmtime-cranelift"
19642version = "33.0.2"
19643source = "registry+https://github.com/rust-lang/crates.io-index"
19644checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19645dependencies = [
19646 "anyhow",
19647 "cfg-if",
19648 "cranelift-codegen",
19649 "cranelift-control",
19650 "cranelift-entity",
19651 "cranelift-frontend",
19652 "cranelift-native",
19653 "gimli 0.31.1",
19654 "itertools 0.14.0",
19655 "log",
19656 "object 0.36.7",
19657 "pulley-interpreter",
19658 "smallvec",
19659 "target-lexicon 0.13.3",
19660 "thiserror 2.0.17",
19661 "wasmparser 0.229.0",
19662 "wasmtime-environ",
19663 "wasmtime-versioned-export-macros",
19664]
19665
19666[[package]]
19667name = "wasmtime-environ"
19668version = "33.0.2"
19669source = "registry+https://github.com/rust-lang/crates.io-index"
19670checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19671dependencies = [
19672 "anyhow",
19673 "cpp_demangle",
19674 "cranelift-bitset",
19675 "cranelift-entity",
19676 "gimli 0.31.1",
19677 "indexmap",
19678 "log",
19679 "object 0.36.7",
19680 "postcard",
19681 "rustc-demangle",
19682 "semver",
19683 "serde",
19684 "serde_derive",
19685 "smallvec",
19686 "target-lexicon 0.13.3",
19687 "wasm-encoder 0.229.0",
19688 "wasmparser 0.229.0",
19689 "wasmprinter",
19690 "wasmtime-component-util",
19691]
19692
19693[[package]]
19694name = "wasmtime-fiber"
19695version = "33.0.2"
19696source = "registry+https://github.com/rust-lang/crates.io-index"
19697checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19698dependencies = [
19699 "anyhow",
19700 "cc",
19701 "cfg-if",
19702 "rustix 1.1.2",
19703 "wasmtime-asm-macros",
19704 "wasmtime-versioned-export-macros",
19705 "windows-sys 0.59.0",
19706]
19707
19708[[package]]
19709name = "wasmtime-jit-icache-coherence"
19710version = "33.0.2"
19711source = "registry+https://github.com/rust-lang/crates.io-index"
19712checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19713dependencies = [
19714 "anyhow",
19715 "cfg-if",
19716 "libc",
19717 "windows-sys 0.59.0",
19718]
19719
19720[[package]]
19721name = "wasmtime-math"
19722version = "33.0.2"
19723source = "registry+https://github.com/rust-lang/crates.io-index"
19724checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19725dependencies = [
19726 "libm",
19727]
19728
19729[[package]]
19730name = "wasmtime-slab"
19731version = "33.0.2"
19732source = "registry+https://github.com/rust-lang/crates.io-index"
19733checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19734
19735[[package]]
19736name = "wasmtime-versioned-export-macros"
19737version = "33.0.2"
19738source = "registry+https://github.com/rust-lang/crates.io-index"
19739checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19740dependencies = [
19741 "proc-macro2",
19742 "quote",
19743 "syn 2.0.117",
19744]
19745
19746[[package]]
19747name = "wasmtime-wasi"
19748version = "33.0.2"
19749source = "registry+https://github.com/rust-lang/crates.io-index"
19750checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19751dependencies = [
19752 "anyhow",
19753 "async-trait",
19754 "bitflags 2.10.0",
19755 "bytes 1.11.1",
19756 "cap-fs-ext",
19757 "cap-net-ext",
19758 "cap-rand",
19759 "cap-std",
19760 "cap-time-ext",
19761 "fs-set-times",
19762 "futures 0.3.31",
19763 "io-extras",
19764 "io-lifetimes",
19765 "rustix 1.1.2",
19766 "system-interface",
19767 "thiserror 2.0.17",
19768 "tokio",
19769 "tracing",
19770 "url",
19771 "wasmtime",
19772 "wasmtime-wasi-io",
19773 "wiggle",
19774 "windows-sys 0.59.0",
19775]
19776
19777[[package]]
19778name = "wasmtime-wasi-io"
19779version = "33.0.2"
19780source = "registry+https://github.com/rust-lang/crates.io-index"
19781checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19782dependencies = [
19783 "anyhow",
19784 "async-trait",
19785 "bytes 1.11.1",
19786 "futures 0.3.31",
19787 "wasmtime",
19788]
19789
19790[[package]]
19791name = "wasmtime-winch"
19792version = "33.0.2"
19793source = "registry+https://github.com/rust-lang/crates.io-index"
19794checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19795dependencies = [
19796 "anyhow",
19797 "cranelift-codegen",
19798 "gimli 0.31.1",
19799 "object 0.36.7",
19800 "target-lexicon 0.13.3",
19801 "wasmparser 0.229.0",
19802 "wasmtime-cranelift",
19803 "wasmtime-environ",
19804 "winch-codegen",
19805]
19806
19807[[package]]
19808name = "wasmtime-wit-bindgen"
19809version = "33.0.2"
19810source = "registry+https://github.com/rust-lang/crates.io-index"
19811checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19812dependencies = [
19813 "anyhow",
19814 "heck 0.5.0",
19815 "indexmap",
19816 "wit-parser 0.229.0",
19817]
19818
19819[[package]]
19820name = "wast"
19821version = "35.0.2"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19824dependencies = [
19825 "leb128",
19826]
19827
19828[[package]]
19829name = "watch"
19830version = "0.1.0"
19831dependencies = [
19832 "ctor",
19833 "futures 0.3.31",
19834 "gpui",
19835 "parking_lot",
19836 "zlog",
19837]
19838
19839[[package]]
19840name = "wax"
19841version = "0.7.0"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19844dependencies = [
19845 "const_format",
19846 "itertools 0.14.0",
19847 "nom 7.1.3",
19848 "pori",
19849 "regex",
19850 "thiserror 2.0.17",
19851 "walkdir",
19852]
19853
19854[[package]]
19855name = "wayland-backend"
19856version = "0.3.11"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19859dependencies = [
19860 "cc",
19861 "downcast-rs",
19862 "rustix 1.1.2",
19863 "scoped-tls",
19864 "smallvec",
19865 "wayland-sys",
19866]
19867
19868[[package]]
19869name = "wayland-client"
19870version = "0.31.11"
19871source = "registry+https://github.com/rust-lang/crates.io-index"
19872checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19873dependencies = [
19874 "bitflags 2.10.0",
19875 "rustix 1.1.2",
19876 "wayland-backend",
19877 "wayland-scanner",
19878]
19879
19880[[package]]
19881name = "wayland-cursor"
19882version = "0.31.11"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19885dependencies = [
19886 "rustix 1.1.2",
19887 "wayland-client",
19888 "xcursor",
19889]
19890
19891[[package]]
19892name = "wayland-protocols"
19893version = "0.32.9"
19894source = "registry+https://github.com/rust-lang/crates.io-index"
19895checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19896dependencies = [
19897 "bitflags 2.10.0",
19898 "wayland-backend",
19899 "wayland-client",
19900 "wayland-scanner",
19901]
19902
19903[[package]]
19904name = "wayland-protocols-plasma"
19905version = "0.3.9"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19908dependencies = [
19909 "bitflags 2.10.0",
19910 "wayland-backend",
19911 "wayland-client",
19912 "wayland-protocols",
19913 "wayland-scanner",
19914]
19915
19916[[package]]
19917name = "wayland-protocols-wlr"
19918version = "0.3.9"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19921dependencies = [
19922 "bitflags 2.10.0",
19923 "wayland-backend",
19924 "wayland-client",
19925 "wayland-protocols",
19926 "wayland-scanner",
19927]
19928
19929[[package]]
19930name = "wayland-scanner"
19931version = "0.31.7"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19934dependencies = [
19935 "proc-macro2",
19936 "quick-xml 0.37.5",
19937 "quote",
19938]
19939
19940[[package]]
19941name = "wayland-sys"
19942version = "0.31.7"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19945dependencies = [
19946 "dlib",
19947 "log",
19948 "once_cell",
19949 "pkg-config",
19950]
19951
19952[[package]]
19953name = "web-sys"
19954version = "0.3.90"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19957dependencies = [
19958 "js-sys",
19959 "wasm-bindgen",
19960]
19961
19962[[package]]
19963name = "web-time"
19964version = "1.1.0"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19967dependencies = [
19968 "js-sys",
19969 "wasm-bindgen",
19970]
19971
19972[[package]]
19973name = "web_atoms"
19974version = "0.1.3"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19977dependencies = [
19978 "phf 0.11.3",
19979 "phf_codegen",
19980 "string_cache",
19981 "string_cache_codegen",
19982]
19983
19984[[package]]
19985name = "web_search"
19986version = "0.1.0"
19987dependencies = [
19988 "anyhow",
19989 "cloud_llm_client",
19990 "collections",
19991 "gpui",
19992 "serde",
19993]
19994
19995[[package]]
19996name = "web_search_providers"
19997version = "0.1.0"
19998dependencies = [
19999 "anyhow",
20000 "client",
20001 "cloud_api_types",
20002 "cloud_llm_client",
20003 "futures 0.3.31",
20004 "gpui",
20005 "http_client",
20006 "language_model",
20007 "serde",
20008 "serde_json",
20009 "web_search",
20010]
20011
20012[[package]]
20013name = "webpki-root-certs"
20014version = "0.26.8"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20017dependencies = [
20018 "rustls-pki-types",
20019]
20020
20021[[package]]
20022name = "webpki-roots"
20023version = "0.26.8"
20024source = "registry+https://github.com/rust-lang/crates.io-index"
20025checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20026dependencies = [
20027 "rustls-pki-types",
20028]
20029
20030[[package]]
20031name = "webrtc-sys"
20032version = "0.3.23"
20033source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20034dependencies = [
20035 "cc",
20036 "cxx",
20037 "cxx-build",
20038 "glob",
20039 "log",
20040 "pkg-config",
20041 "webrtc-sys-build",
20042]
20043
20044[[package]]
20045name = "webrtc-sys-build"
20046version = "0.3.13"
20047source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20048dependencies = [
20049 "anyhow",
20050 "fs2",
20051 "regex",
20052 "reqwest 0.12.24",
20053 "scratch",
20054 "semver",
20055 "zip 0.6.6",
20056]
20057
20058[[package]]
20059name = "weezl"
20060version = "0.1.10"
20061source = "registry+https://github.com/rust-lang/crates.io-index"
20062checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20063
20064[[package]]
20065name = "wgpu"
20066version = "28.0.1"
20067source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20068dependencies = [
20069 "arrayvec",
20070 "bitflags 2.10.0",
20071 "bytemuck",
20072 "cfg-if",
20073 "cfg_aliases 0.2.1",
20074 "document-features",
20075 "hashbrown 0.16.1",
20076 "js-sys",
20077 "log",
20078 "naga 28.0.1",
20079 "parking_lot",
20080 "portable-atomic",
20081 "profiling",
20082 "raw-window-handle",
20083 "smallvec",
20084 "static_assertions",
20085 "wasm-bindgen",
20086 "wasm-bindgen-futures",
20087 "web-sys",
20088 "wgpu-core",
20089 "wgpu-hal",
20090 "wgpu-types",
20091]
20092
20093[[package]]
20094name = "wgpu-core"
20095version = "28.0.1"
20096source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20097dependencies = [
20098 "arrayvec",
20099 "bit-set",
20100 "bit-vec",
20101 "bitflags 2.10.0",
20102 "bytemuck",
20103 "cfg_aliases 0.2.1",
20104 "document-features",
20105 "hashbrown 0.16.1",
20106 "indexmap",
20107 "log",
20108 "naga 28.0.1",
20109 "once_cell",
20110 "parking_lot",
20111 "portable-atomic",
20112 "profiling",
20113 "raw-window-handle",
20114 "rustc-hash 1.1.0",
20115 "smallvec",
20116 "thiserror 2.0.17",
20117 "wgpu-core-deps-apple",
20118 "wgpu-core-deps-emscripten",
20119 "wgpu-core-deps-windows-linux-android",
20120 "wgpu-hal",
20121 "wgpu-types",
20122]
20123
20124[[package]]
20125name = "wgpu-core-deps-apple"
20126version = "28.0.1"
20127source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20128dependencies = [
20129 "wgpu-hal",
20130]
20131
20132[[package]]
20133name = "wgpu-core-deps-emscripten"
20134version = "28.0.1"
20135source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20136dependencies = [
20137 "wgpu-hal",
20138]
20139
20140[[package]]
20141name = "wgpu-core-deps-windows-linux-android"
20142version = "28.0.1"
20143source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20144dependencies = [
20145 "wgpu-hal",
20146]
20147
20148[[package]]
20149name = "wgpu-hal"
20150version = "28.0.1"
20151source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20152dependencies = [
20153 "android_system_properties",
20154 "arrayvec",
20155 "ash",
20156 "bit-set",
20157 "bitflags 2.10.0",
20158 "block",
20159 "bytemuck",
20160 "cfg-if",
20161 "cfg_aliases 0.2.1",
20162 "core-graphics-types 0.2.0",
20163 "glow",
20164 "glutin_wgl_sys",
20165 "gpu-allocator",
20166 "gpu-descriptor",
20167 "hashbrown 0.16.1",
20168 "js-sys",
20169 "khronos-egl",
20170 "libc",
20171 "libloading",
20172 "log",
20173 "metal",
20174 "naga 28.0.1",
20175 "ndk-sys",
20176 "objc",
20177 "once_cell",
20178 "ordered-float 4.6.0",
20179 "parking_lot",
20180 "portable-atomic",
20181 "portable-atomic-util",
20182 "profiling",
20183 "range-alloc",
20184 "raw-window-handle",
20185 "renderdoc-sys",
20186 "smallvec",
20187 "thiserror 2.0.17",
20188 "wasm-bindgen",
20189 "web-sys",
20190 "wgpu-types",
20191 "windows 0.62.2",
20192 "windows-core 0.62.2",
20193]
20194
20195[[package]]
20196name = "wgpu-types"
20197version = "28.0.1"
20198source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20199dependencies = [
20200 "bitflags 2.10.0",
20201 "bytemuck",
20202 "js-sys",
20203 "log",
20204 "web-sys",
20205]
20206
20207[[package]]
20208name = "which"
20209version = "4.4.2"
20210source = "registry+https://github.com/rust-lang/crates.io-index"
20211checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20212dependencies = [
20213 "either",
20214 "home",
20215 "once_cell",
20216 "rustix 0.38.44",
20217]
20218
20219[[package]]
20220name = "which"
20221version = "6.0.3"
20222source = "registry+https://github.com/rust-lang/crates.io-index"
20223checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20224dependencies = [
20225 "either",
20226 "home",
20227 "rustix 0.38.44",
20228 "winsafe",
20229]
20230
20231[[package]]
20232name = "which_key"
20233version = "0.1.0"
20234dependencies = [
20235 "command_palette",
20236 "gpui",
20237 "serde",
20238 "settings",
20239 "theme",
20240 "ui",
20241 "util",
20242 "workspace",
20243]
20244
20245[[package]]
20246name = "whoami"
20247version = "1.6.1"
20248source = "registry+https://github.com/rust-lang/crates.io-index"
20249checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20250dependencies = [
20251 "libredox",
20252 "wasite",
20253]
20254
20255[[package]]
20256name = "wiggle"
20257version = "33.0.2"
20258source = "registry+https://github.com/rust-lang/crates.io-index"
20259checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20260dependencies = [
20261 "anyhow",
20262 "async-trait",
20263 "bitflags 2.10.0",
20264 "thiserror 2.0.17",
20265 "tracing",
20266 "wasmtime",
20267 "wiggle-macro",
20268]
20269
20270[[package]]
20271name = "wiggle-generate"
20272version = "33.0.2"
20273source = "registry+https://github.com/rust-lang/crates.io-index"
20274checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20275dependencies = [
20276 "anyhow",
20277 "heck 0.5.0",
20278 "proc-macro2",
20279 "quote",
20280 "syn 2.0.117",
20281 "witx",
20282]
20283
20284[[package]]
20285name = "wiggle-macro"
20286version = "33.0.2"
20287source = "registry+https://github.com/rust-lang/crates.io-index"
20288checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20289dependencies = [
20290 "proc-macro2",
20291 "quote",
20292 "syn 2.0.117",
20293 "wiggle-generate",
20294]
20295
20296[[package]]
20297name = "winapi"
20298version = "0.3.9"
20299source = "registry+https://github.com/rust-lang/crates.io-index"
20300checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20301dependencies = [
20302 "winapi-i686-pc-windows-gnu",
20303 "winapi-x86_64-pc-windows-gnu",
20304]
20305
20306[[package]]
20307name = "winapi-i686-pc-windows-gnu"
20308version = "0.4.0"
20309source = "registry+https://github.com/rust-lang/crates.io-index"
20310checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20311
20312[[package]]
20313name = "winapi-util"
20314version = "0.1.11"
20315source = "registry+https://github.com/rust-lang/crates.io-index"
20316checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20317dependencies = [
20318 "windows-sys 0.61.2",
20319]
20320
20321[[package]]
20322name = "winapi-x86_64-pc-windows-gnu"
20323version = "0.4.0"
20324source = "registry+https://github.com/rust-lang/crates.io-index"
20325checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20326
20327[[package]]
20328name = "winch-codegen"
20329version = "33.0.2"
20330source = "registry+https://github.com/rust-lang/crates.io-index"
20331checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20332dependencies = [
20333 "anyhow",
20334 "cranelift-assembler-x64",
20335 "cranelift-codegen",
20336 "gimli 0.31.1",
20337 "regalloc2",
20338 "smallvec",
20339 "target-lexicon 0.13.3",
20340 "thiserror 2.0.17",
20341 "wasmparser 0.229.0",
20342 "wasmtime-cranelift",
20343 "wasmtime-environ",
20344]
20345
20346[[package]]
20347name = "windows"
20348version = "0.57.0"
20349source = "registry+https://github.com/rust-lang/crates.io-index"
20350checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20351dependencies = [
20352 "windows-core 0.57.0",
20353 "windows-targets 0.52.6",
20354]
20355
20356[[package]]
20357name = "windows"
20358version = "0.58.0"
20359source = "registry+https://github.com/rust-lang/crates.io-index"
20360checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20361dependencies = [
20362 "windows-core 0.58.0",
20363 "windows-targets 0.52.6",
20364]
20365
20366[[package]]
20367name = "windows"
20368version = "0.61.3"
20369source = "registry+https://github.com/rust-lang/crates.io-index"
20370checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20371dependencies = [
20372 "windows-collections 0.2.0",
20373 "windows-core 0.61.2",
20374 "windows-future 0.2.1",
20375 "windows-link 0.1.3",
20376 "windows-numerics 0.2.0",
20377]
20378
20379[[package]]
20380name = "windows"
20381version = "0.62.2"
20382source = "registry+https://github.com/rust-lang/crates.io-index"
20383checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20384dependencies = [
20385 "windows-collections 0.3.2",
20386 "windows-core 0.62.2",
20387 "windows-future 0.3.2",
20388 "windows-numerics 0.3.1",
20389]
20390
20391[[package]]
20392name = "windows-bindgen"
20393version = "0.61.1"
20394source = "registry+https://github.com/rust-lang/crates.io-index"
20395checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20396dependencies = [
20397 "serde",
20398 "serde_json",
20399 "windows-threading 0.1.0",
20400]
20401
20402[[package]]
20403name = "windows-capture"
20404version = "1.4.3"
20405source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20406dependencies = [
20407 "clap",
20408 "ctrlc",
20409 "parking_lot",
20410 "rayon",
20411 "thiserror 2.0.17",
20412 "windows 0.61.3",
20413 "windows-future 0.2.1",
20414]
20415
20416[[package]]
20417name = "windows-collections"
20418version = "0.2.0"
20419source = "registry+https://github.com/rust-lang/crates.io-index"
20420checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20421dependencies = [
20422 "windows-core 0.61.2",
20423]
20424
20425[[package]]
20426name = "windows-collections"
20427version = "0.3.2"
20428source = "registry+https://github.com/rust-lang/crates.io-index"
20429checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20430dependencies = [
20431 "windows-core 0.62.2",
20432]
20433
20434[[package]]
20435name = "windows-core"
20436version = "0.57.0"
20437source = "registry+https://github.com/rust-lang/crates.io-index"
20438checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20439dependencies = [
20440 "windows-implement 0.57.0",
20441 "windows-interface 0.57.0",
20442 "windows-result 0.1.2",
20443 "windows-targets 0.52.6",
20444]
20445
20446[[package]]
20447name = "windows-core"
20448version = "0.58.0"
20449source = "registry+https://github.com/rust-lang/crates.io-index"
20450checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20451dependencies = [
20452 "windows-implement 0.58.0",
20453 "windows-interface 0.58.0",
20454 "windows-result 0.2.0",
20455 "windows-strings 0.1.0",
20456 "windows-targets 0.52.6",
20457]
20458
20459[[package]]
20460name = "windows-core"
20461version = "0.61.2"
20462source = "registry+https://github.com/rust-lang/crates.io-index"
20463checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20464dependencies = [
20465 "windows-implement 0.60.2",
20466 "windows-interface 0.59.3",
20467 "windows-link 0.1.3",
20468 "windows-result 0.3.4",
20469 "windows-strings 0.4.2",
20470]
20471
20472[[package]]
20473name = "windows-core"
20474version = "0.62.2"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20477dependencies = [
20478 "windows-implement 0.60.2",
20479 "windows-interface 0.59.3",
20480 "windows-link 0.2.1",
20481 "windows-result 0.4.1",
20482 "windows-strings 0.5.1",
20483]
20484
20485[[package]]
20486name = "windows-future"
20487version = "0.2.1"
20488source = "registry+https://github.com/rust-lang/crates.io-index"
20489checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20490dependencies = [
20491 "windows-core 0.61.2",
20492 "windows-link 0.1.3",
20493 "windows-threading 0.1.0",
20494]
20495
20496[[package]]
20497name = "windows-future"
20498version = "0.3.2"
20499source = "registry+https://github.com/rust-lang/crates.io-index"
20500checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20501dependencies = [
20502 "windows-core 0.62.2",
20503 "windows-link 0.2.1",
20504 "windows-threading 0.2.1",
20505]
20506
20507[[package]]
20508name = "windows-implement"
20509version = "0.57.0"
20510source = "registry+https://github.com/rust-lang/crates.io-index"
20511checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20512dependencies = [
20513 "proc-macro2",
20514 "quote",
20515 "syn 2.0.117",
20516]
20517
20518[[package]]
20519name = "windows-implement"
20520version = "0.58.0"
20521source = "registry+https://github.com/rust-lang/crates.io-index"
20522checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20523dependencies = [
20524 "proc-macro2",
20525 "quote",
20526 "syn 2.0.117",
20527]
20528
20529[[package]]
20530name = "windows-implement"
20531version = "0.60.2"
20532source = "registry+https://github.com/rust-lang/crates.io-index"
20533checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20534dependencies = [
20535 "proc-macro2",
20536 "quote",
20537 "syn 2.0.117",
20538]
20539
20540[[package]]
20541name = "windows-interface"
20542version = "0.57.0"
20543source = "registry+https://github.com/rust-lang/crates.io-index"
20544checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20545dependencies = [
20546 "proc-macro2",
20547 "quote",
20548 "syn 2.0.117",
20549]
20550
20551[[package]]
20552name = "windows-interface"
20553version = "0.58.0"
20554source = "registry+https://github.com/rust-lang/crates.io-index"
20555checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20556dependencies = [
20557 "proc-macro2",
20558 "quote",
20559 "syn 2.0.117",
20560]
20561
20562[[package]]
20563name = "windows-interface"
20564version = "0.59.3"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20567dependencies = [
20568 "proc-macro2",
20569 "quote",
20570 "syn 2.0.117",
20571]
20572
20573[[package]]
20574name = "windows-link"
20575version = "0.1.3"
20576source = "registry+https://github.com/rust-lang/crates.io-index"
20577checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20578
20579[[package]]
20580name = "windows-link"
20581version = "0.2.1"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20584
20585[[package]]
20586name = "windows-numerics"
20587version = "0.2.0"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20590dependencies = [
20591 "windows-core 0.61.2",
20592 "windows-link 0.1.3",
20593]
20594
20595[[package]]
20596name = "windows-numerics"
20597version = "0.3.1"
20598source = "registry+https://github.com/rust-lang/crates.io-index"
20599checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20600dependencies = [
20601 "windows-core 0.62.2",
20602 "windows-link 0.2.1",
20603]
20604
20605[[package]]
20606name = "windows-registry"
20607version = "0.4.0"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20610dependencies = [
20611 "windows-result 0.3.4",
20612 "windows-strings 0.3.1",
20613 "windows-targets 0.53.5",
20614]
20615
20616[[package]]
20617name = "windows-registry"
20618version = "0.5.3"
20619source = "registry+https://github.com/rust-lang/crates.io-index"
20620checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20621dependencies = [
20622 "windows-link 0.1.3",
20623 "windows-result 0.3.4",
20624 "windows-strings 0.4.2",
20625]
20626
20627[[package]]
20628name = "windows-registry"
20629version = "0.6.1"
20630source = "registry+https://github.com/rust-lang/crates.io-index"
20631checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20632dependencies = [
20633 "windows-link 0.2.1",
20634 "windows-result 0.4.1",
20635 "windows-strings 0.5.1",
20636]
20637
20638[[package]]
20639name = "windows-result"
20640version = "0.1.2"
20641source = "registry+https://github.com/rust-lang/crates.io-index"
20642checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20643dependencies = [
20644 "windows-targets 0.52.6",
20645]
20646
20647[[package]]
20648name = "windows-result"
20649version = "0.2.0"
20650source = "registry+https://github.com/rust-lang/crates.io-index"
20651checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20652dependencies = [
20653 "windows-targets 0.52.6",
20654]
20655
20656[[package]]
20657name = "windows-result"
20658version = "0.3.4"
20659source = "registry+https://github.com/rust-lang/crates.io-index"
20660checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20661dependencies = [
20662 "windows-link 0.1.3",
20663]
20664
20665[[package]]
20666name = "windows-result"
20667version = "0.4.1"
20668source = "registry+https://github.com/rust-lang/crates.io-index"
20669checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20670dependencies = [
20671 "windows-link 0.2.1",
20672]
20673
20674[[package]]
20675name = "windows-strings"
20676version = "0.1.0"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20679dependencies = [
20680 "windows-result 0.2.0",
20681 "windows-targets 0.52.6",
20682]
20683
20684[[package]]
20685name = "windows-strings"
20686version = "0.3.1"
20687source = "registry+https://github.com/rust-lang/crates.io-index"
20688checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20689dependencies = [
20690 "windows-link 0.1.3",
20691]
20692
20693[[package]]
20694name = "windows-strings"
20695version = "0.4.2"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20698dependencies = [
20699 "windows-link 0.1.3",
20700]
20701
20702[[package]]
20703name = "windows-strings"
20704version = "0.5.1"
20705source = "registry+https://github.com/rust-lang/crates.io-index"
20706checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20707dependencies = [
20708 "windows-link 0.2.1",
20709]
20710
20711[[package]]
20712name = "windows-sys"
20713version = "0.45.0"
20714source = "registry+https://github.com/rust-lang/crates.io-index"
20715checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20716dependencies = [
20717 "windows-targets 0.42.2",
20718]
20719
20720[[package]]
20721name = "windows-sys"
20722version = "0.48.0"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20725dependencies = [
20726 "windows-targets 0.48.5",
20727]
20728
20729[[package]]
20730name = "windows-sys"
20731version = "0.52.0"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20734dependencies = [
20735 "windows-targets 0.52.6",
20736]
20737
20738[[package]]
20739name = "windows-sys"
20740version = "0.59.0"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20743dependencies = [
20744 "windows-targets 0.52.6",
20745]
20746
20747[[package]]
20748name = "windows-sys"
20749version = "0.60.2"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20752dependencies = [
20753 "windows-targets 0.53.5",
20754]
20755
20756[[package]]
20757name = "windows-sys"
20758version = "0.61.2"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20761dependencies = [
20762 "windows-link 0.2.1",
20763]
20764
20765[[package]]
20766name = "windows-targets"
20767version = "0.42.2"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20770dependencies = [
20771 "windows_aarch64_gnullvm 0.42.2",
20772 "windows_aarch64_msvc 0.42.2",
20773 "windows_i686_gnu 0.42.2",
20774 "windows_i686_msvc 0.42.2",
20775 "windows_x86_64_gnu 0.42.2",
20776 "windows_x86_64_gnullvm 0.42.2",
20777 "windows_x86_64_msvc 0.42.2",
20778]
20779
20780[[package]]
20781name = "windows-targets"
20782version = "0.48.5"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20785dependencies = [
20786 "windows_aarch64_gnullvm 0.48.5",
20787 "windows_aarch64_msvc 0.48.5",
20788 "windows_i686_gnu 0.48.5",
20789 "windows_i686_msvc 0.48.5",
20790 "windows_x86_64_gnu 0.48.5",
20791 "windows_x86_64_gnullvm 0.48.5",
20792 "windows_x86_64_msvc 0.48.5",
20793]
20794
20795[[package]]
20796name = "windows-targets"
20797version = "0.52.6"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20800dependencies = [
20801 "windows_aarch64_gnullvm 0.52.6",
20802 "windows_aarch64_msvc 0.52.6",
20803 "windows_i686_gnu 0.52.6",
20804 "windows_i686_gnullvm 0.52.6",
20805 "windows_i686_msvc 0.52.6",
20806 "windows_x86_64_gnu 0.52.6",
20807 "windows_x86_64_gnullvm 0.52.6",
20808 "windows_x86_64_msvc 0.52.6",
20809]
20810
20811[[package]]
20812name = "windows-targets"
20813version = "0.53.5"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20816dependencies = [
20817 "windows-link 0.2.1",
20818 "windows_aarch64_gnullvm 0.53.1",
20819 "windows_aarch64_msvc 0.53.1",
20820 "windows_i686_gnu 0.53.1",
20821 "windows_i686_gnullvm 0.53.1",
20822 "windows_i686_msvc 0.53.1",
20823 "windows_x86_64_gnu 0.53.1",
20824 "windows_x86_64_gnullvm 0.53.1",
20825 "windows_x86_64_msvc 0.53.1",
20826]
20827
20828[[package]]
20829name = "windows-threading"
20830version = "0.1.0"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20833dependencies = [
20834 "windows-link 0.1.3",
20835]
20836
20837[[package]]
20838name = "windows-threading"
20839version = "0.2.1"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20842dependencies = [
20843 "windows-link 0.2.1",
20844]
20845
20846[[package]]
20847name = "windows_aarch64_gnullvm"
20848version = "0.42.2"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20851
20852[[package]]
20853name = "windows_aarch64_gnullvm"
20854version = "0.48.5"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20857
20858[[package]]
20859name = "windows_aarch64_gnullvm"
20860version = "0.52.6"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20863
20864[[package]]
20865name = "windows_aarch64_gnullvm"
20866version = "0.53.1"
20867source = "registry+https://github.com/rust-lang/crates.io-index"
20868checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20869
20870[[package]]
20871name = "windows_aarch64_msvc"
20872version = "0.42.2"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20875
20876[[package]]
20877name = "windows_aarch64_msvc"
20878version = "0.48.5"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20881
20882[[package]]
20883name = "windows_aarch64_msvc"
20884version = "0.52.6"
20885source = "registry+https://github.com/rust-lang/crates.io-index"
20886checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20887
20888[[package]]
20889name = "windows_aarch64_msvc"
20890version = "0.53.1"
20891source = "registry+https://github.com/rust-lang/crates.io-index"
20892checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20893
20894[[package]]
20895name = "windows_i686_gnu"
20896version = "0.42.2"
20897source = "registry+https://github.com/rust-lang/crates.io-index"
20898checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20899
20900[[package]]
20901name = "windows_i686_gnu"
20902version = "0.48.5"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20905
20906[[package]]
20907name = "windows_i686_gnu"
20908version = "0.52.6"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20911
20912[[package]]
20913name = "windows_i686_gnu"
20914version = "0.53.1"
20915source = "registry+https://github.com/rust-lang/crates.io-index"
20916checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20917
20918[[package]]
20919name = "windows_i686_gnullvm"
20920version = "0.52.6"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20923
20924[[package]]
20925name = "windows_i686_gnullvm"
20926version = "0.53.1"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20929
20930[[package]]
20931name = "windows_i686_msvc"
20932version = "0.42.2"
20933source = "registry+https://github.com/rust-lang/crates.io-index"
20934checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20935
20936[[package]]
20937name = "windows_i686_msvc"
20938version = "0.48.5"
20939source = "registry+https://github.com/rust-lang/crates.io-index"
20940checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20941
20942[[package]]
20943name = "windows_i686_msvc"
20944version = "0.52.6"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20947
20948[[package]]
20949name = "windows_i686_msvc"
20950version = "0.53.1"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20953
20954[[package]]
20955name = "windows_x86_64_gnu"
20956version = "0.42.2"
20957source = "registry+https://github.com/rust-lang/crates.io-index"
20958checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20959
20960[[package]]
20961name = "windows_x86_64_gnu"
20962version = "0.48.5"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20965
20966[[package]]
20967name = "windows_x86_64_gnu"
20968version = "0.52.6"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20971
20972[[package]]
20973name = "windows_x86_64_gnu"
20974version = "0.53.1"
20975source = "registry+https://github.com/rust-lang/crates.io-index"
20976checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20977
20978[[package]]
20979name = "windows_x86_64_gnullvm"
20980version = "0.42.2"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20983
20984[[package]]
20985name = "windows_x86_64_gnullvm"
20986version = "0.48.5"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20989
20990[[package]]
20991name = "windows_x86_64_gnullvm"
20992version = "0.52.6"
20993source = "registry+https://github.com/rust-lang/crates.io-index"
20994checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20995
20996[[package]]
20997name = "windows_x86_64_gnullvm"
20998version = "0.53.1"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21001
21002[[package]]
21003name = "windows_x86_64_msvc"
21004version = "0.42.2"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21007
21008[[package]]
21009name = "windows_x86_64_msvc"
21010version = "0.48.5"
21011source = "registry+https://github.com/rust-lang/crates.io-index"
21012checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21013
21014[[package]]
21015name = "windows_x86_64_msvc"
21016version = "0.52.6"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21019
21020[[package]]
21021name = "windows_x86_64_msvc"
21022version = "0.53.1"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21025
21026[[package]]
21027name = "winnow"
21028version = "0.7.13"
21029source = "registry+https://github.com/rust-lang/crates.io-index"
21030checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21031dependencies = [
21032 "memchr",
21033]
21034
21035[[package]]
21036name = "winreg"
21037version = "0.10.1"
21038source = "registry+https://github.com/rust-lang/crates.io-index"
21039checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21040dependencies = [
21041 "winapi",
21042]
21043
21044[[package]]
21045name = "winreg"
21046version = "0.50.0"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21049dependencies = [
21050 "cfg-if",
21051 "windows-sys 0.48.0",
21052]
21053
21054[[package]]
21055name = "winreg"
21056version = "0.55.0"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21059dependencies = [
21060 "cfg-if",
21061 "windows-sys 0.59.0",
21062]
21063
21064[[package]]
21065name = "winresource"
21066version = "0.1.23"
21067source = "registry+https://github.com/rust-lang/crates.io-index"
21068checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21069dependencies = [
21070 "toml 0.8.23",
21071 "version_check",
21072]
21073
21074[[package]]
21075name = "winsafe"
21076version = "0.0.19"
21077source = "registry+https://github.com/rust-lang/crates.io-index"
21078checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21079
21080[[package]]
21081name = "winx"
21082version = "0.36.4"
21083source = "registry+https://github.com/rust-lang/crates.io-index"
21084checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21085dependencies = [
21086 "bitflags 2.10.0",
21087 "windows-sys 0.59.0",
21088]
21089
21090[[package]]
21091name = "wio"
21092version = "0.2.2"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21095dependencies = [
21096 "winapi",
21097]
21098
21099[[package]]
21100name = "wit-bindgen"
21101version = "0.22.0"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21104dependencies = [
21105 "bitflags 2.10.0",
21106 "wit-bindgen-rt 0.22.0",
21107 "wit-bindgen-rust-macro 0.22.0",
21108]
21109
21110[[package]]
21111name = "wit-bindgen"
21112version = "0.41.0"
21113source = "registry+https://github.com/rust-lang/crates.io-index"
21114checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21115dependencies = [
21116 "wit-bindgen-rt 0.41.0",
21117 "wit-bindgen-rust-macro 0.41.0",
21118]
21119
21120[[package]]
21121name = "wit-bindgen"
21122version = "0.46.0"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21125
21126[[package]]
21127name = "wit-bindgen"
21128version = "0.51.0"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21131dependencies = [
21132 "wit-bindgen-rust-macro 0.51.0",
21133]
21134
21135[[package]]
21136name = "wit-bindgen-core"
21137version = "0.22.0"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21140dependencies = [
21141 "anyhow",
21142 "wit-parser 0.201.0",
21143]
21144
21145[[package]]
21146name = "wit-bindgen-core"
21147version = "0.41.0"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21150dependencies = [
21151 "anyhow",
21152 "heck 0.5.0",
21153 "wit-parser 0.227.1",
21154]
21155
21156[[package]]
21157name = "wit-bindgen-core"
21158version = "0.51.0"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21161dependencies = [
21162 "anyhow",
21163 "heck 0.5.0",
21164 "wit-parser 0.244.0",
21165]
21166
21167[[package]]
21168name = "wit-bindgen-rt"
21169version = "0.22.0"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21172
21173[[package]]
21174name = "wit-bindgen-rt"
21175version = "0.41.0"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21178dependencies = [
21179 "bitflags 2.10.0",
21180 "futures 0.3.31",
21181 "once_cell",
21182]
21183
21184[[package]]
21185name = "wit-bindgen-rust"
21186version = "0.22.0"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21189dependencies = [
21190 "anyhow",
21191 "heck 0.4.1",
21192 "indexmap",
21193 "wasm-metadata 0.201.0",
21194 "wit-bindgen-core 0.22.0",
21195 "wit-component 0.201.0",
21196]
21197
21198[[package]]
21199name = "wit-bindgen-rust"
21200version = "0.41.0"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21203dependencies = [
21204 "anyhow",
21205 "heck 0.5.0",
21206 "indexmap",
21207 "prettyplease",
21208 "syn 2.0.117",
21209 "wasm-metadata 0.227.1",
21210 "wit-bindgen-core 0.41.0",
21211 "wit-component 0.227.1",
21212]
21213
21214[[package]]
21215name = "wit-bindgen-rust"
21216version = "0.51.0"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21219dependencies = [
21220 "anyhow",
21221 "heck 0.5.0",
21222 "indexmap",
21223 "prettyplease",
21224 "syn 2.0.117",
21225 "wasm-metadata 0.244.0",
21226 "wit-bindgen-core 0.51.0",
21227 "wit-component 0.244.0",
21228]
21229
21230[[package]]
21231name = "wit-bindgen-rust-macro"
21232version = "0.22.0"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21235dependencies = [
21236 "anyhow",
21237 "proc-macro2",
21238 "quote",
21239 "syn 2.0.117",
21240 "wit-bindgen-core 0.22.0",
21241 "wit-bindgen-rust 0.22.0",
21242]
21243
21244[[package]]
21245name = "wit-bindgen-rust-macro"
21246version = "0.41.0"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21249dependencies = [
21250 "anyhow",
21251 "prettyplease",
21252 "proc-macro2",
21253 "quote",
21254 "syn 2.0.117",
21255 "wit-bindgen-core 0.41.0",
21256 "wit-bindgen-rust 0.41.0",
21257]
21258
21259[[package]]
21260name = "wit-bindgen-rust-macro"
21261version = "0.51.0"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21264dependencies = [
21265 "anyhow",
21266 "prettyplease",
21267 "proc-macro2",
21268 "quote",
21269 "syn 2.0.117",
21270 "wit-bindgen-core 0.51.0",
21271 "wit-bindgen-rust 0.51.0",
21272]
21273
21274[[package]]
21275name = "wit-component"
21276version = "0.201.0"
21277source = "registry+https://github.com/rust-lang/crates.io-index"
21278checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21279dependencies = [
21280 "anyhow",
21281 "bitflags 2.10.0",
21282 "indexmap",
21283 "log",
21284 "serde",
21285 "serde_derive",
21286 "serde_json",
21287 "wasm-encoder 0.201.0",
21288 "wasm-metadata 0.201.0",
21289 "wasmparser 0.201.0",
21290 "wit-parser 0.201.0",
21291]
21292
21293[[package]]
21294name = "wit-component"
21295version = "0.227.1"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21298dependencies = [
21299 "anyhow",
21300 "bitflags 2.10.0",
21301 "indexmap",
21302 "log",
21303 "serde",
21304 "serde_derive",
21305 "serde_json",
21306 "wasm-encoder 0.227.1",
21307 "wasm-metadata 0.227.1",
21308 "wasmparser 0.227.1",
21309 "wit-parser 0.227.1",
21310]
21311
21312[[package]]
21313name = "wit-component"
21314version = "0.244.0"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21317dependencies = [
21318 "anyhow",
21319 "bitflags 2.10.0",
21320 "indexmap",
21321 "log",
21322 "serde",
21323 "serde_derive",
21324 "serde_json",
21325 "wasm-encoder 0.244.0",
21326 "wasm-metadata 0.244.0",
21327 "wasmparser 0.244.0",
21328 "wit-parser 0.244.0",
21329]
21330
21331[[package]]
21332name = "wit-parser"
21333version = "0.201.0"
21334source = "registry+https://github.com/rust-lang/crates.io-index"
21335checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21336dependencies = [
21337 "anyhow",
21338 "id-arena",
21339 "indexmap",
21340 "log",
21341 "semver",
21342 "serde",
21343 "serde_derive",
21344 "serde_json",
21345 "unicode-xid",
21346 "wasmparser 0.201.0",
21347]
21348
21349[[package]]
21350name = "wit-parser"
21351version = "0.227.1"
21352source = "registry+https://github.com/rust-lang/crates.io-index"
21353checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21354dependencies = [
21355 "anyhow",
21356 "id-arena",
21357 "indexmap",
21358 "log",
21359 "semver",
21360 "serde",
21361 "serde_derive",
21362 "serde_json",
21363 "unicode-xid",
21364 "wasmparser 0.227.1",
21365]
21366
21367[[package]]
21368name = "wit-parser"
21369version = "0.229.0"
21370source = "registry+https://github.com/rust-lang/crates.io-index"
21371checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21372dependencies = [
21373 "anyhow",
21374 "id-arena",
21375 "indexmap",
21376 "log",
21377 "semver",
21378 "serde",
21379 "serde_derive",
21380 "serde_json",
21381 "unicode-xid",
21382 "wasmparser 0.229.0",
21383]
21384
21385[[package]]
21386name = "wit-parser"
21387version = "0.244.0"
21388source = "registry+https://github.com/rust-lang/crates.io-index"
21389checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21390dependencies = [
21391 "anyhow",
21392 "id-arena",
21393 "indexmap",
21394 "log",
21395 "semver",
21396 "serde",
21397 "serde_derive",
21398 "serde_json",
21399 "unicode-xid",
21400 "wasmparser 0.244.0",
21401]
21402
21403[[package]]
21404name = "witx"
21405version = "0.9.1"
21406source = "registry+https://github.com/rust-lang/crates.io-index"
21407checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21408dependencies = [
21409 "anyhow",
21410 "log",
21411 "thiserror 1.0.69",
21412 "wast",
21413]
21414
21415[[package]]
21416name = "workspace"
21417version = "0.1.0"
21418dependencies = [
21419 "any_vec",
21420 "anyhow",
21421 "async-recursion",
21422 "chrono",
21423 "client",
21424 "clock",
21425 "collections",
21426 "component",
21427 "db",
21428 "feature_flags",
21429 "fs",
21430 "futures 0.3.31",
21431 "git",
21432 "gpui",
21433 "http_client",
21434 "itertools 0.14.0",
21435 "language",
21436 "log",
21437 "markdown",
21438 "menu",
21439 "node_runtime",
21440 "parking_lot",
21441 "postage",
21442 "pretty_assertions",
21443 "project",
21444 "remote",
21445 "schemars",
21446 "serde",
21447 "serde_json",
21448 "session",
21449 "settings",
21450 "smallvec",
21451 "sqlez",
21452 "strum 0.27.2",
21453 "task",
21454 "telemetry",
21455 "tempfile",
21456 "theme",
21457 "ui",
21458 "util",
21459 "uuid",
21460 "windows 0.61.3",
21461 "zed_actions",
21462 "zlog",
21463]
21464
21465[[package]]
21466name = "worktree"
21467version = "0.1.0"
21468dependencies = [
21469 "anyhow",
21470 "async-lock 2.8.0",
21471 "chardetng",
21472 "clock",
21473 "collections",
21474 "encoding_rs",
21475 "fs",
21476 "futures 0.3.31",
21477 "fuzzy",
21478 "git",
21479 "gpui",
21480 "ignore",
21481 "language",
21482 "log",
21483 "parking_lot",
21484 "paths",
21485 "postage",
21486 "pretty_assertions",
21487 "rand 0.9.2",
21488 "rpc",
21489 "serde",
21490 "serde_json",
21491 "settings",
21492 "smallvec",
21493 "smol",
21494 "sum_tree",
21495 "text",
21496 "tracing",
21497 "util",
21498 "worktree",
21499 "zlog",
21500 "ztracing",
21501]
21502
21503[[package]]
21504name = "worktree_benchmarks"
21505version = "0.1.0"
21506dependencies = [
21507 "fs",
21508 "gpui_platform",
21509 "settings",
21510 "worktree",
21511]
21512
21513[[package]]
21514name = "wprcontrol"
21515version = "0.1.0"
21516source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21517dependencies = [
21518 "windows 0.61.3",
21519 "windows-bindgen",
21520 "windows-core 0.61.2",
21521 "windows-link 0.2.1",
21522]
21523
21524[[package]]
21525name = "writeable"
21526version = "0.6.1"
21527source = "registry+https://github.com/rust-lang/crates.io-index"
21528checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21529
21530[[package]]
21531name = "wyz"
21532version = "0.5.1"
21533source = "registry+https://github.com/rust-lang/crates.io-index"
21534checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21535dependencies = [
21536 "tap",
21537]
21538
21539[[package]]
21540name = "x11"
21541version = "2.21.0"
21542source = "registry+https://github.com/rust-lang/crates.io-index"
21543checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21544dependencies = [
21545 "libc",
21546 "pkg-config",
21547]
21548
21549[[package]]
21550name = "x11-clipboard"
21551version = "0.9.3"
21552source = "registry+https://github.com/rust-lang/crates.io-index"
21553checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21554dependencies = [
21555 "libc",
21556 "x11rb",
21557]
21558
21559[[package]]
21560name = "x11rb"
21561version = "0.13.2"
21562source = "registry+https://github.com/rust-lang/crates.io-index"
21563checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21564dependencies = [
21565 "as-raw-xcb-connection",
21566 "gethostname",
21567 "libc",
21568 "rustix 1.1.2",
21569 "x11rb-protocol",
21570 "xcursor",
21571]
21572
21573[[package]]
21574name = "x11rb-protocol"
21575version = "0.13.2"
21576source = "registry+https://github.com/rust-lang/crates.io-index"
21577checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21578
21579[[package]]
21580name = "x_ai"
21581version = "0.1.0"
21582dependencies = [
21583 "anyhow",
21584 "schemars",
21585 "serde",
21586 "strum 0.27.2",
21587]
21588
21589[[package]]
21590name = "xattr"
21591version = "0.2.3"
21592source = "registry+https://github.com/rust-lang/crates.io-index"
21593checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21594dependencies = [
21595 "libc",
21596]
21597
21598[[package]]
21599name = "xcb"
21600version = "1.6.0"
21601source = "registry+https://github.com/rust-lang/crates.io-index"
21602checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21603dependencies = [
21604 "bitflags 1.3.2",
21605 "libc",
21606 "quick-xml 0.30.0",
21607 "x11",
21608]
21609
21610[[package]]
21611name = "xcursor"
21612version = "0.3.10"
21613source = "registry+https://github.com/rust-lang/crates.io-index"
21614checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21615
21616[[package]]
21617name = "xim-ctext"
21618version = "0.3.0"
21619source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21620dependencies = [
21621 "encoding_rs",
21622]
21623
21624[[package]]
21625name = "xim-parser"
21626version = "0.2.1"
21627source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21628dependencies = [
21629 "bitflags 2.10.0",
21630]
21631
21632[[package]]
21633name = "xkbcommon"
21634version = "0.8.0"
21635source = "registry+https://github.com/rust-lang/crates.io-index"
21636checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21637dependencies = [
21638 "as-raw-xcb-connection",
21639 "libc",
21640 "memmap2",
21641 "xkeysym",
21642]
21643
21644[[package]]
21645name = "xkeysym"
21646version = "0.2.1"
21647source = "registry+https://github.com/rust-lang/crates.io-index"
21648checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21649
21650[[package]]
21651name = "xml-rs"
21652version = "0.8.28"
21653source = "registry+https://github.com/rust-lang/crates.io-index"
21654checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21655
21656[[package]]
21657name = "xml5ever"
21658version = "0.18.1"
21659source = "registry+https://github.com/rust-lang/crates.io-index"
21660checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21661dependencies = [
21662 "log",
21663 "mac",
21664 "markup5ever 0.12.1",
21665]
21666
21667[[package]]
21668name = "xmlparser"
21669version = "0.13.6"
21670source = "registry+https://github.com/rust-lang/crates.io-index"
21671checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21672
21673[[package]]
21674name = "xmlwriter"
21675version = "0.1.0"
21676source = "registry+https://github.com/rust-lang/crates.io-index"
21677checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21678
21679[[package]]
21680name = "xtask"
21681version = "0.1.0"
21682dependencies = [
21683 "annotate-snippets",
21684 "anyhow",
21685 "backtrace",
21686 "cargo_metadata",
21687 "cargo_toml",
21688 "clap",
21689 "gh-workflow",
21690 "indexmap",
21691 "indoc",
21692 "itertools 0.14.0",
21693 "regex",
21694 "serde",
21695 "serde_json",
21696 "serde_yaml",
21697 "strum 0.27.2",
21698 "toml 0.8.23",
21699 "toml_edit 0.22.27",
21700]
21701
21702[[package]]
21703name = "yaml-rust2"
21704version = "0.8.1"
21705source = "registry+https://github.com/rust-lang/crates.io-index"
21706checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21707dependencies = [
21708 "arraydeque",
21709 "encoding_rs",
21710 "hashlink 0.8.4",
21711]
21712
21713[[package]]
21714name = "yansi"
21715version = "1.0.1"
21716source = "registry+https://github.com/rust-lang/crates.io-index"
21717checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21718
21719[[package]]
21720name = "yawc"
21721version = "0.2.5"
21722source = "registry+https://github.com/rust-lang/crates.io-index"
21723checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21724dependencies = [
21725 "base64 0.22.1",
21726 "bytes 1.11.1",
21727 "flate2",
21728 "futures 0.3.31",
21729 "http-body-util",
21730 "hyper 1.7.0",
21731 "hyper-util",
21732 "js-sys",
21733 "nom 8.0.0",
21734 "pin-project",
21735 "rand 0.8.5",
21736 "sha1",
21737 "thiserror 1.0.69",
21738 "tokio",
21739 "tokio-rustls 0.26.2",
21740 "tokio-util",
21741 "url",
21742 "wasm-bindgen",
21743 "wasm-bindgen-futures",
21744 "web-sys",
21745 "webpki-roots",
21746]
21747
21748[[package]]
21749name = "yazi"
21750version = "0.2.1"
21751source = "registry+https://github.com/rust-lang/crates.io-index"
21752checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21753
21754[[package]]
21755name = "yeslogic-fontconfig-sys"
21756version = "6.0.0"
21757source = "registry+https://github.com/rust-lang/crates.io-index"
21758checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21759dependencies = [
21760 "dlib",
21761 "once_cell",
21762 "pkg-config",
21763]
21764
21765[[package]]
21766name = "yoke"
21767version = "0.7.5"
21768source = "registry+https://github.com/rust-lang/crates.io-index"
21769checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21770dependencies = [
21771 "serde",
21772 "stable_deref_trait",
21773 "yoke-derive 0.7.5",
21774 "zerofrom",
21775]
21776
21777[[package]]
21778name = "yoke"
21779version = "0.8.0"
21780source = "registry+https://github.com/rust-lang/crates.io-index"
21781checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21782dependencies = [
21783 "serde",
21784 "stable_deref_trait",
21785 "yoke-derive 0.8.0",
21786 "zerofrom",
21787]
21788
21789[[package]]
21790name = "yoke-derive"
21791version = "0.7.5"
21792source = "registry+https://github.com/rust-lang/crates.io-index"
21793checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21794dependencies = [
21795 "proc-macro2",
21796 "quote",
21797 "syn 2.0.117",
21798 "synstructure",
21799]
21800
21801[[package]]
21802name = "yoke-derive"
21803version = "0.8.0"
21804source = "registry+https://github.com/rust-lang/crates.io-index"
21805checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21806dependencies = [
21807 "proc-macro2",
21808 "quote",
21809 "syn 2.0.117",
21810 "synstructure",
21811]
21812
21813[[package]]
21814name = "zbus"
21815version = "5.13.2"
21816source = "registry+https://github.com/rust-lang/crates.io-index"
21817checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21818dependencies = [
21819 "async-broadcast",
21820 "async-executor",
21821 "async-io",
21822 "async-lock 3.4.2",
21823 "async-process",
21824 "async-recursion",
21825 "async-task",
21826 "async-trait",
21827 "blocking",
21828 "enumflags2",
21829 "event-listener 5.4.1",
21830 "futures-core",
21831 "futures-lite 2.6.1",
21832 "hex",
21833 "libc",
21834 "ordered-stream",
21835 "rustix 1.1.2",
21836 "serde",
21837 "serde_repr",
21838 "tracing",
21839 "uds_windows",
21840 "uuid",
21841 "windows-sys 0.61.2",
21842 "winnow",
21843 "zbus_macros",
21844 "zbus_names",
21845 "zvariant",
21846]
21847
21848[[package]]
21849name = "zbus_macros"
21850version = "5.13.2"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21853dependencies = [
21854 "proc-macro-crate",
21855 "proc-macro2",
21856 "quote",
21857 "syn 2.0.117",
21858 "zbus_names",
21859 "zvariant",
21860 "zvariant_utils",
21861]
21862
21863[[package]]
21864name = "zbus_names"
21865version = "4.3.1"
21866source = "registry+https://github.com/rust-lang/crates.io-index"
21867checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21868dependencies = [
21869 "serde",
21870 "winnow",
21871 "zvariant",
21872]
21873
21874[[package]]
21875name = "zed"
21876version = "0.230.0"
21877dependencies = [
21878 "acp_thread",
21879 "acp_tools",
21880 "action_log",
21881 "activity_indicator",
21882 "agent",
21883 "agent-client-protocol",
21884 "agent_servers",
21885 "agent_settings",
21886 "agent_ui",
21887 "anyhow",
21888 "ashpd",
21889 "askpass",
21890 "assets",
21891 "audio",
21892 "auto_update",
21893 "auto_update_ui",
21894 "breadcrumbs",
21895 "call",
21896 "channel",
21897 "chrono",
21898 "clap",
21899 "cli",
21900 "client",
21901 "clock",
21902 "codestral",
21903 "collab_ui",
21904 "collections",
21905 "command_palette",
21906 "component",
21907 "component_preview",
21908 "copilot",
21909 "copilot_chat",
21910 "copilot_ui",
21911 "crashes",
21912 "csv_preview",
21913 "dap_adapters",
21914 "db",
21915 "debug_adapter_extension",
21916 "debugger_tools",
21917 "debugger_ui",
21918 "dev_container",
21919 "diagnostics",
21920 "edit_prediction",
21921 "edit_prediction_ui",
21922 "editor",
21923 "encoding_selector",
21924 "env_logger 0.11.8",
21925 "etw_tracing",
21926 "extension",
21927 "extension_host",
21928 "extensions_ui",
21929 "feature_flags",
21930 "feedback",
21931 "file_finder",
21932 "fs",
21933 "futures 0.3.31",
21934 "git",
21935 "git_graph",
21936 "git_hosting_providers",
21937 "git_ui",
21938 "go_to_line",
21939 "gpui",
21940 "gpui_platform",
21941 "gpui_tokio",
21942 "http_client",
21943 "image",
21944 "image_viewer",
21945 "inspector_ui",
21946 "install_cli",
21947 "itertools 0.14.0",
21948 "journal",
21949 "json_schema_store",
21950 "keymap_editor",
21951 "language",
21952 "language_extension",
21953 "language_model",
21954 "language_models",
21955 "language_onboarding",
21956 "language_selector",
21957 "language_tools",
21958 "languages",
21959 "line_ending_selector",
21960 "log",
21961 "markdown",
21962 "markdown_preview",
21963 "menu",
21964 "migrator",
21965 "mimalloc",
21966 "miniprofiler_ui",
21967 "nc",
21968 "node_runtime",
21969 "notifications",
21970 "onboarding",
21971 "outline",
21972 "outline_panel",
21973 "parking_lot",
21974 "paths",
21975 "picker",
21976 "pkg-config",
21977 "pretty_assertions",
21978 "profiling",
21979 "project",
21980 "project_panel",
21981 "project_symbols",
21982 "prompt_store",
21983 "proto",
21984 "rayon",
21985 "recent_projects",
21986 "release_channel",
21987 "remote",
21988 "repl",
21989 "reqwest_client",
21990 "rope",
21991 "search",
21992 "semver",
21993 "serde",
21994 "serde_json",
21995 "session",
21996 "settings",
21997 "settings_profile_selector",
21998 "settings_ui",
21999 "shellexpand 2.1.2",
22000 "sidebar",
22001 "smol",
22002 "snippet_provider",
22003 "snippets_ui",
22004 "svg_preview",
22005 "sysinfo 0.37.2",
22006 "system_specs",
22007 "tab_switcher",
22008 "task",
22009 "tasks_ui",
22010 "telemetry",
22011 "telemetry_events",
22012 "tempfile",
22013 "terminal_view",
22014 "theme",
22015 "theme_extension",
22016 "theme_selector",
22017 "time",
22018 "time_format",
22019 "title_bar",
22020 "toolchain_selector",
22021 "tracing",
22022 "ui",
22023 "ui_prompt",
22024 "url",
22025 "urlencoding",
22026 "util",
22027 "uuid",
22028 "vim",
22029 "vim_mode_setting",
22030 "watch",
22031 "web_search",
22032 "web_search_providers",
22033 "which_key",
22034 "windows 0.61.3",
22035 "winresource",
22036 "workspace",
22037 "zed-reqwest",
22038 "zed_actions",
22039 "zed_env_vars",
22040 "zlog",
22041 "zlog_settings",
22042 "ztracing",
22043]
22044
22045[[package]]
22046name = "zed-font-kit"
22047version = "0.14.1-zed"
22048source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22049dependencies = [
22050 "bitflags 2.10.0",
22051 "byteorder",
22052 "core-foundation 0.10.0",
22053 "core-graphics 0.24.0",
22054 "core-text",
22055 "dirs 5.0.1",
22056 "dwrote",
22057 "float-ord",
22058 "freetype-sys",
22059 "lazy_static",
22060 "libc",
22061 "log",
22062 "pathfinder_geometry",
22063 "pathfinder_simd",
22064 "walkdir",
22065 "winapi",
22066 "yeslogic-fontconfig-sys",
22067]
22068
22069[[package]]
22070name = "zed-reqwest"
22071version = "0.12.15-zed"
22072source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22073dependencies = [
22074 "base64 0.22.1",
22075 "bytes 1.11.1",
22076 "encoding_rs",
22077 "futures-core",
22078 "futures-util",
22079 "h2 0.4.12",
22080 "http 1.3.1",
22081 "http-body 1.0.1",
22082 "http-body-util",
22083 "hyper 1.7.0",
22084 "hyper-rustls 0.27.7",
22085 "hyper-util",
22086 "ipnet",
22087 "js-sys",
22088 "log",
22089 "mime",
22090 "mime_guess",
22091 "once_cell",
22092 "percent-encoding",
22093 "pin-project-lite",
22094 "quinn",
22095 "rustls 0.23.33",
22096 "rustls-native-certs 0.8.2",
22097 "rustls-pemfile 2.2.0",
22098 "rustls-pki-types",
22099 "serde",
22100 "serde_json",
22101 "serde_urlencoded",
22102 "sync_wrapper 1.0.2",
22103 "system-configuration 0.6.1",
22104 "tokio",
22105 "tokio-rustls 0.26.2",
22106 "tokio-socks",
22107 "tokio-util",
22108 "tower 0.5.2",
22109 "tower-service",
22110 "url",
22111 "wasm-bindgen",
22112 "wasm-bindgen-futures",
22113 "wasm-streams",
22114 "web-sys",
22115 "windows-registry 0.4.0",
22116]
22117
22118[[package]]
22119name = "zed-scap"
22120version = "0.0.8-zed"
22121source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22122dependencies = [
22123 "anyhow",
22124 "cocoa 0.25.0",
22125 "core-graphics-helmer-fork",
22126 "log",
22127 "objc",
22128 "rand 0.8.5",
22129 "screencapturekit",
22130 "screencapturekit-sys",
22131 "sysinfo 0.31.4",
22132 "tao-core-video-sys",
22133 "windows 0.61.3",
22134 "windows-capture",
22135 "x11",
22136 "xcb",
22137]
22138
22139[[package]]
22140name = "zed-xim"
22141version = "0.4.0-zed"
22142source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22143dependencies = [
22144 "ahash 0.8.12",
22145 "hashbrown 0.14.5",
22146 "log",
22147 "x11rb",
22148 "xim-ctext",
22149 "xim-parser",
22150]
22151
22152[[package]]
22153name = "zed_actions"
22154version = "0.1.0"
22155dependencies = [
22156 "gpui",
22157 "schemars",
22158 "serde",
22159 "util",
22160 "uuid",
22161]
22162
22163[[package]]
22164name = "zed_env_vars"
22165version = "0.1.0"
22166dependencies = [
22167 "gpui",
22168]
22169
22170[[package]]
22171name = "zed_extension_api"
22172version = "0.1.0"
22173source = "registry+https://github.com/rust-lang/crates.io-index"
22174checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22175dependencies = [
22176 "serde",
22177 "serde_json",
22178 "wit-bindgen 0.22.0",
22179]
22180
22181[[package]]
22182name = "zed_extension_api"
22183version = "0.7.0"
22184source = "registry+https://github.com/rust-lang/crates.io-index"
22185checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22186dependencies = [
22187 "serde",
22188 "serde_json",
22189 "wit-bindgen 0.41.0",
22190]
22191
22192[[package]]
22193name = "zed_extension_api"
22194version = "0.8.0"
22195dependencies = [
22196 "serde",
22197 "serde_json",
22198 "wit-bindgen 0.41.0",
22199]
22200
22201[[package]]
22202name = "zed_glsl"
22203version = "0.2.2"
22204dependencies = [
22205 "zed_extension_api 0.1.0",
22206]
22207
22208[[package]]
22209name = "zed_html"
22210version = "0.3.1"
22211dependencies = [
22212 "zed_extension_api 0.7.0",
22213]
22214
22215[[package]]
22216name = "zed_proto"
22217version = "0.3.1"
22218dependencies = [
22219 "zed_extension_api 0.7.0",
22220]
22221
22222[[package]]
22223name = "zed_test_extension"
22224version = "0.1.0"
22225dependencies = [
22226 "zed_extension_api 0.8.0",
22227]
22228
22229[[package]]
22230name = "zeno"
22231version = "0.3.3"
22232source = "registry+https://github.com/rust-lang/crates.io-index"
22233checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22234
22235[[package]]
22236name = "zerocopy"
22237version = "0.8.27"
22238source = "registry+https://github.com/rust-lang/crates.io-index"
22239checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22240dependencies = [
22241 "zerocopy-derive",
22242]
22243
22244[[package]]
22245name = "zerocopy-derive"
22246version = "0.8.27"
22247source = "registry+https://github.com/rust-lang/crates.io-index"
22248checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22249dependencies = [
22250 "proc-macro2",
22251 "quote",
22252 "syn 2.0.117",
22253]
22254
22255[[package]]
22256name = "zerofrom"
22257version = "0.1.6"
22258source = "registry+https://github.com/rust-lang/crates.io-index"
22259checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22260dependencies = [
22261 "zerofrom-derive",
22262]
22263
22264[[package]]
22265name = "zerofrom-derive"
22266version = "0.1.6"
22267source = "registry+https://github.com/rust-lang/crates.io-index"
22268checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22269dependencies = [
22270 "proc-macro2",
22271 "quote",
22272 "syn 2.0.117",
22273 "synstructure",
22274]
22275
22276[[package]]
22277name = "zeroize"
22278version = "1.8.2"
22279source = "registry+https://github.com/rust-lang/crates.io-index"
22280checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22281dependencies = [
22282 "zeroize_derive",
22283]
22284
22285[[package]]
22286name = "zeroize_derive"
22287version = "1.4.2"
22288source = "registry+https://github.com/rust-lang/crates.io-index"
22289checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22290dependencies = [
22291 "proc-macro2",
22292 "quote",
22293 "syn 2.0.117",
22294]
22295
22296[[package]]
22297name = "zeromq"
22298version = "0.5.0"
22299source = "registry+https://github.com/rust-lang/crates.io-index"
22300checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22301dependencies = [
22302 "async-dispatcher",
22303 "async-std",
22304 "async-trait",
22305 "asynchronous-codec",
22306 "bytes 1.11.1",
22307 "crossbeam-queue",
22308 "futures 0.3.31",
22309 "log",
22310 "num-traits",
22311 "once_cell",
22312 "parking_lot",
22313 "rand 0.9.2",
22314 "regex",
22315 "scc",
22316 "thiserror 1.0.69",
22317 "uuid",
22318]
22319
22320[[package]]
22321name = "zerotrie"
22322version = "0.2.2"
22323source = "registry+https://github.com/rust-lang/crates.io-index"
22324checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22325dependencies = [
22326 "displaydoc",
22327 "yoke 0.8.0",
22328 "zerofrom",
22329]
22330
22331[[package]]
22332name = "zerovec"
22333version = "0.11.4"
22334source = "registry+https://github.com/rust-lang/crates.io-index"
22335checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22336dependencies = [
22337 "yoke 0.8.0",
22338 "zerofrom",
22339 "zerovec-derive",
22340]
22341
22342[[package]]
22343name = "zerovec-derive"
22344version = "0.11.1"
22345source = "registry+https://github.com/rust-lang/crates.io-index"
22346checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22347dependencies = [
22348 "proc-macro2",
22349 "quote",
22350 "syn 2.0.117",
22351]
22352
22353[[package]]
22354name = "zeta_prompt"
22355version = "0.1.0"
22356dependencies = [
22357 "anyhow",
22358 "indoc",
22359 "serde",
22360 "strum 0.27.2",
22361]
22362
22363[[package]]
22364name = "zip"
22365version = "0.6.6"
22366source = "registry+https://github.com/rust-lang/crates.io-index"
22367checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22368dependencies = [
22369 "aes",
22370 "byteorder",
22371 "bzip2",
22372 "constant_time_eq",
22373 "crc32fast",
22374 "crossbeam-utils",
22375 "flate2",
22376 "hmac",
22377 "pbkdf2 0.11.0",
22378 "sha1",
22379 "time",
22380 "zstd",
22381]
22382
22383[[package]]
22384name = "zip"
22385version = "1.1.4"
22386source = "registry+https://github.com/rust-lang/crates.io-index"
22387checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22388dependencies = [
22389 "arbitrary",
22390 "crc32fast",
22391 "crossbeam-utils",
22392 "displaydoc",
22393 "indexmap",
22394 "num_enum",
22395 "thiserror 1.0.69",
22396]
22397
22398[[package]]
22399name = "zlog"
22400version = "0.1.0"
22401dependencies = [
22402 "anyhow",
22403 "chrono",
22404 "collections",
22405 "log",
22406 "tempfile",
22407]
22408
22409[[package]]
22410name = "zlog_settings"
22411version = "0.1.0"
22412dependencies = [
22413 "collections",
22414 "gpui",
22415 "settings",
22416 "zlog",
22417]
22418
22419[[package]]
22420name = "zstd"
22421version = "0.11.2+zstd.1.5.2"
22422source = "registry+https://github.com/rust-lang/crates.io-index"
22423checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22424dependencies = [
22425 "zstd-safe",
22426]
22427
22428[[package]]
22429name = "zstd-safe"
22430version = "5.0.2+zstd.1.5.2"
22431source = "registry+https://github.com/rust-lang/crates.io-index"
22432checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22433dependencies = [
22434 "libc",
22435 "zstd-sys",
22436]
22437
22438[[package]]
22439name = "zstd-sys"
22440version = "2.0.16+zstd.1.5.7"
22441source = "registry+https://github.com/rust-lang/crates.io-index"
22442checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22443dependencies = [
22444 "cc",
22445 "pkg-config",
22446]
22447
22448[[package]]
22449name = "ztracing"
22450version = "0.1.0"
22451dependencies = [
22452 "tracing",
22453 "tracing-subscriber",
22454 "tracing-tracy",
22455 "tracy-client",
22456 "zlog",
22457 "ztracing_macro",
22458]
22459
22460[[package]]
22461name = "ztracing_macro"
22462version = "0.1.0"
22463
22464[[package]]
22465name = "zune-core"
22466version = "0.4.12"
22467source = "registry+https://github.com/rust-lang/crates.io-index"
22468checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22469
22470[[package]]
22471name = "zune-inflate"
22472version = "0.2.54"
22473source = "registry+https://github.com/rust-lang/crates.io-index"
22474checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22475dependencies = [
22476 "simd-adler32",
22477]
22478
22479[[package]]
22480name = "zune-jpeg"
22481version = "0.4.21"
22482source = "registry+https://github.com/rust-lang/crates.io-index"
22483checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22484dependencies = [
22485 "zune-core",
22486]
22487
22488[[package]]
22489name = "zvariant"
22490version = "5.9.2"
22491source = "registry+https://github.com/rust-lang/crates.io-index"
22492checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22493dependencies = [
22494 "endi",
22495 "enumflags2",
22496 "serde",
22497 "serde_bytes",
22498 "winnow",
22499 "zvariant_derive",
22500 "zvariant_utils",
22501]
22502
22503[[package]]
22504name = "zvariant_derive"
22505version = "5.9.2"
22506source = "registry+https://github.com/rust-lang/crates.io-index"
22507checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22508dependencies = [
22509 "proc-macro-crate",
22510 "proc-macro2",
22511 "quote",
22512 "syn 2.0.117",
22513 "zvariant_utils",
22514]
22515
22516[[package]]
22517name = "zvariant_utils"
22518version = "3.3.0"
22519source = "registry+https://github.com/rust-lang/crates.io-index"
22520checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22521dependencies = [
22522 "proc-macro2",
22523 "quote",
22524 "serde",
22525 "syn 2.0.117",
22526 "winnow",
22527]