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 "log",
4622 "paths",
4623 "release_channel",
4624 "smol",
4625 "sqlez",
4626 "sqlez_macros",
4627 "tempfile",
4628 "util",
4629 "zed_env_vars",
4630]
4631
4632[[package]]
4633name = "dbus"
4634version = "0.9.9"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4637dependencies = [
4638 "libc",
4639 "libdbus-sys",
4640 "windows-sys 0.59.0",
4641]
4642
4643[[package]]
4644name = "debug_adapter_extension"
4645version = "0.1.0"
4646dependencies = [
4647 "anyhow",
4648 "async-trait",
4649 "collections",
4650 "dap",
4651 "extension",
4652 "gpui",
4653 "serde_json",
4654 "task",
4655 "util",
4656]
4657
4658[[package]]
4659name = "debugger_tools"
4660version = "0.1.0"
4661dependencies = [
4662 "anyhow",
4663 "dap",
4664 "editor",
4665 "futures 0.3.31",
4666 "gpui",
4667 "project",
4668 "serde_json",
4669 "settings",
4670 "smol",
4671 "util",
4672 "workspace",
4673]
4674
4675[[package]]
4676name = "debugger_ui"
4677version = "0.1.0"
4678dependencies = [
4679 "alacritty_terminal",
4680 "anyhow",
4681 "bitflags 2.10.0",
4682 "client",
4683 "collections",
4684 "command_palette_hooks",
4685 "dap",
4686 "dap_adapters",
4687 "db",
4688 "debugger_tools",
4689 "editor",
4690 "feature_flags",
4691 "file_icons",
4692 "futures 0.3.31",
4693 "fuzzy",
4694 "gpui",
4695 "hex",
4696 "indoc",
4697 "itertools 0.14.0",
4698 "language",
4699 "log",
4700 "menu",
4701 "notifications",
4702 "parking_lot",
4703 "parse_int",
4704 "paths",
4705 "picker",
4706 "pretty_assertions",
4707 "project",
4708 "rpc",
4709 "schemars",
4710 "serde",
4711 "serde_json",
4712 "serde_json_lenient",
4713 "settings",
4714 "sysinfo 0.37.2",
4715 "task",
4716 "tasks_ui",
4717 "terminal_view",
4718 "text",
4719 "theme",
4720 "tree-sitter",
4721 "tree-sitter-go",
4722 "tree-sitter-json",
4723 "ui",
4724 "ui_input",
4725 "unindent",
4726 "util",
4727 "workspace",
4728 "zed_actions",
4729 "zlog",
4730]
4731
4732[[package]]
4733name = "debugid"
4734version = "0.8.0"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4737dependencies = [
4738 "uuid",
4739]
4740
4741[[package]]
4742name = "deepseek"
4743version = "0.1.0"
4744dependencies = [
4745 "anyhow",
4746 "futures 0.3.31",
4747 "http_client",
4748 "schemars",
4749 "serde",
4750 "serde_json",
4751]
4752
4753[[package]]
4754name = "deflate64"
4755version = "0.1.10"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4758
4759[[package]]
4760name = "denoise"
4761version = "0.1.0"
4762dependencies = [
4763 "candle-core",
4764 "candle-onnx",
4765 "log",
4766 "realfft",
4767 "rodio",
4768 "rustfft",
4769 "thiserror 2.0.17",
4770]
4771
4772[[package]]
4773name = "der"
4774version = "0.6.1"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4777dependencies = [
4778 "const-oid",
4779 "zeroize",
4780]
4781
4782[[package]]
4783name = "der"
4784version = "0.7.10"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4787dependencies = [
4788 "const-oid",
4789 "pem-rfc7468",
4790 "zeroize",
4791]
4792
4793[[package]]
4794name = "deranged"
4795version = "0.5.4"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4798dependencies = [
4799 "powerfmt",
4800 "serde_core",
4801]
4802
4803[[package]]
4804name = "derive_arbitrary"
4805version = "1.4.2"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4808dependencies = [
4809 "proc-macro2",
4810 "quote",
4811 "syn 2.0.117",
4812]
4813
4814[[package]]
4815name = "derive_more"
4816version = "2.1.1"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4819dependencies = [
4820 "derive_more-impl",
4821]
4822
4823[[package]]
4824name = "derive_more-impl"
4825version = "2.1.1"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4828dependencies = [
4829 "convert_case 0.10.0",
4830 "proc-macro2",
4831 "quote",
4832 "rustc_version",
4833 "syn 2.0.117",
4834 "unicode-xid",
4835]
4836
4837[[package]]
4838name = "derive_refineable"
4839version = "0.1.0"
4840dependencies = [
4841 "proc-macro2",
4842 "quote",
4843 "syn 2.0.117",
4844]
4845
4846[[package]]
4847name = "derive_setters"
4848version = "0.1.9"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4851dependencies = [
4852 "darling 0.21.3",
4853 "proc-macro2",
4854 "quote",
4855 "syn 2.0.117",
4856]
4857
4858[[package]]
4859name = "dev_container"
4860version = "0.1.0"
4861dependencies = [
4862 "fs",
4863 "futures 0.3.31",
4864 "gpui",
4865 "http 1.3.1",
4866 "http_client",
4867 "log",
4868 "menu",
4869 "node_runtime",
4870 "paths",
4871 "picker",
4872 "project",
4873 "serde",
4874 "serde_json",
4875 "settings",
4876 "smol",
4877 "ui",
4878 "util",
4879 "workspace",
4880 "worktree",
4881]
4882
4883[[package]]
4884name = "diagnostics"
4885version = "0.1.0"
4886dependencies = [
4887 "anyhow",
4888 "collections",
4889 "component",
4890 "ctor",
4891 "editor",
4892 "gpui",
4893 "indoc",
4894 "itertools 0.14.0",
4895 "language",
4896 "log",
4897 "lsp",
4898 "markdown",
4899 "pretty_assertions",
4900 "project",
4901 "rand 0.9.2",
4902 "serde",
4903 "serde_json",
4904 "settings",
4905 "text",
4906 "theme",
4907 "ui",
4908 "unindent",
4909 "util",
4910 "workspace",
4911 "zed_actions",
4912 "zlog",
4913]
4914
4915[[package]]
4916name = "dialoguer"
4917version = "0.11.0"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4920dependencies = [
4921 "console",
4922 "fuzzy-matcher",
4923 "shell-words",
4924 "tempfile",
4925 "thiserror 1.0.69",
4926 "zeroize",
4927]
4928
4929[[package]]
4930name = "diff"
4931version = "0.1.13"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4934
4935[[package]]
4936name = "diffy"
4937version = "0.4.2"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4940dependencies = [
4941 "nu-ansi-term",
4942]
4943
4944[[package]]
4945name = "digest"
4946version = "0.10.7"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4949dependencies = [
4950 "block-buffer",
4951 "const-oid",
4952 "crypto-common",
4953 "subtle",
4954]
4955
4956[[package]]
4957name = "dirs"
4958version = "4.0.0"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4961dependencies = [
4962 "dirs-sys 0.3.7",
4963]
4964
4965[[package]]
4966name = "dirs"
4967version = "5.0.1"
4968source = "registry+https://github.com/rust-lang/crates.io-index"
4969checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4970dependencies = [
4971 "dirs-sys 0.4.1",
4972]
4973
4974[[package]]
4975name = "dirs"
4976version = "6.0.0"
4977source = "registry+https://github.com/rust-lang/crates.io-index"
4978checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4979dependencies = [
4980 "dirs-sys 0.5.0",
4981]
4982
4983[[package]]
4984name = "dirs-sys"
4985version = "0.3.7"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4988dependencies = [
4989 "libc",
4990 "redox_users 0.4.6",
4991 "winapi",
4992]
4993
4994[[package]]
4995name = "dirs-sys"
4996version = "0.4.1"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4999dependencies = [
5000 "libc",
5001 "option-ext",
5002 "redox_users 0.4.6",
5003 "windows-sys 0.48.0",
5004]
5005
5006[[package]]
5007name = "dirs-sys"
5008version = "0.5.0"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5011dependencies = [
5012 "libc",
5013 "option-ext",
5014 "redox_users 0.5.2",
5015 "windows-sys 0.61.2",
5016]
5017
5018[[package]]
5019name = "dispatch"
5020version = "0.2.0"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5023
5024[[package]]
5025name = "dispatch2"
5026version = "0.3.1"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5029dependencies = [
5030 "bitflags 2.10.0",
5031 "block2",
5032 "libc",
5033 "objc2",
5034]
5035
5036[[package]]
5037name = "displaydoc"
5038version = "0.2.5"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5041dependencies = [
5042 "proc-macro2",
5043 "quote",
5044 "syn 2.0.117",
5045]
5046
5047[[package]]
5048name = "dlib"
5049version = "0.5.2"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5052dependencies = [
5053 "libloading",
5054]
5055
5056[[package]]
5057name = "docs_preprocessor"
5058version = "0.1.0"
5059dependencies = [
5060 "anyhow",
5061 "collections",
5062 "jsonschema",
5063 "mdbook",
5064 "regex",
5065 "schemars",
5066 "serde",
5067 "serde_json",
5068 "settings",
5069 "task",
5070 "theme",
5071 "util",
5072 "zlog",
5073]
5074
5075[[package]]
5076name = "document-features"
5077version = "0.2.12"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5080dependencies = [
5081 "litrs",
5082]
5083
5084[[package]]
5085name = "documented"
5086version = "0.9.2"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5089dependencies = [
5090 "documented-macros",
5091 "phf 0.12.1",
5092 "thiserror 2.0.17",
5093]
5094
5095[[package]]
5096name = "documented-macros"
5097version = "0.9.2"
5098source = "registry+https://github.com/rust-lang/crates.io-index"
5099checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5100dependencies = [
5101 "convert_case 0.8.0",
5102 "itertools 0.14.0",
5103 "optfield",
5104 "proc-macro2",
5105 "quote",
5106 "strum 0.27.2",
5107 "syn 2.0.117",
5108]
5109
5110[[package]]
5111name = "dotenvy"
5112version = "0.15.7"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5115
5116[[package]]
5117name = "downcast-rs"
5118version = "1.2.1"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5121
5122[[package]]
5123name = "doxygen-rs"
5124version = "0.4.2"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5127dependencies = [
5128 "phf 0.11.3",
5129]
5130
5131[[package]]
5132name = "dtoa"
5133version = "1.0.10"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5136
5137[[package]]
5138name = "dtoa-short"
5139version = "0.3.5"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5142dependencies = [
5143 "dtoa",
5144]
5145
5146[[package]]
5147name = "dtor"
5148version = "0.0.6"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5151dependencies = [
5152 "dtor-proc-macro",
5153]
5154
5155[[package]]
5156name = "dtor-proc-macro"
5157version = "0.0.5"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5160
5161[[package]]
5162name = "dunce"
5163version = "1.0.5"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5166
5167[[package]]
5168name = "dwrote"
5169version = "0.11.5"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5172dependencies = [
5173 "lazy_static",
5174 "libc",
5175 "winapi",
5176 "wio",
5177]
5178
5179[[package]]
5180name = "dyn-clone"
5181version = "1.0.20"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5184
5185[[package]]
5186name = "dyn-stack"
5187version = "0.10.0"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5190dependencies = [
5191 "bytemuck",
5192 "reborrow",
5193]
5194
5195[[package]]
5196name = "dyn-stack"
5197version = "0.13.2"
5198source = "registry+https://github.com/rust-lang/crates.io-index"
5199checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5200dependencies = [
5201 "bytemuck",
5202 "dyn-stack-macros",
5203]
5204
5205[[package]]
5206name = "dyn-stack-macros"
5207version = "0.1.3"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5210
5211[[package]]
5212name = "ec4rs"
5213version = "1.2.0"
5214source = "registry+https://github.com/rust-lang/crates.io-index"
5215checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5216
5217[[package]]
5218name = "ecdsa"
5219version = "0.14.8"
5220source = "registry+https://github.com/rust-lang/crates.io-index"
5221checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5222dependencies = [
5223 "der 0.6.1",
5224 "elliptic-curve",
5225 "rfc6979",
5226 "signature 1.6.4",
5227]
5228
5229[[package]]
5230name = "edit_prediction"
5231version = "0.1.0"
5232dependencies = [
5233 "ai_onboarding",
5234 "anyhow",
5235 "arrayvec",
5236 "brotli",
5237 "buffer_diff",
5238 "client",
5239 "clock",
5240 "cloud_api_types",
5241 "cloud_llm_client",
5242 "collections",
5243 "copilot",
5244 "copilot_ui",
5245 "ctor",
5246 "db",
5247 "edit_prediction_context",
5248 "edit_prediction_types",
5249 "feature_flags",
5250 "fs",
5251 "futures 0.3.31",
5252 "gpui",
5253 "indoc",
5254 "itertools 0.14.0",
5255 "language",
5256 "language_model",
5257 "log",
5258 "lsp",
5259 "menu",
5260 "open_ai",
5261 "parking_lot",
5262 "postage",
5263 "pretty_assertions",
5264 "project",
5265 "pulldown-cmark 0.13.0",
5266 "rand 0.9.2",
5267 "regex",
5268 "release_channel",
5269 "semver",
5270 "serde",
5271 "serde_json",
5272 "settings",
5273 "strum 0.27.2",
5274 "telemetry",
5275 "telemetry_events",
5276 "text",
5277 "thiserror 2.0.17",
5278 "time",
5279 "toml 0.8.23",
5280 "ui",
5281 "util",
5282 "uuid",
5283 "workspace",
5284 "worktree",
5285 "zed_actions",
5286 "zeta_prompt",
5287 "zlog",
5288 "zstd",
5289]
5290
5291[[package]]
5292name = "edit_prediction_cli"
5293version = "0.1.0"
5294dependencies = [
5295 "anthropic",
5296 "anyhow",
5297 "chrono",
5298 "clap",
5299 "client",
5300 "cloud_llm_client",
5301 "collections",
5302 "debug_adapter_extension",
5303 "dirs 4.0.0",
5304 "edit_prediction",
5305 "extension",
5306 "flate2",
5307 "fs",
5308 "futures 0.3.31",
5309 "gaoya",
5310 "gpui",
5311 "gpui_platform",
5312 "gpui_tokio",
5313 "http_client",
5314 "indoc",
5315 "language",
5316 "language_extension",
5317 "language_model",
5318 "language_models",
5319 "languages",
5320 "libc",
5321 "log",
5322 "node_runtime",
5323 "open_ai",
5324 "paths",
5325 "pretty_assertions",
5326 "project",
5327 "prompt_store",
5328 "rand 0.9.2",
5329 "release_channel",
5330 "reqwest_client",
5331 "rust-embed",
5332 "serde",
5333 "serde_json",
5334 "settings",
5335 "shellexpand 2.1.2",
5336 "similar",
5337 "smol",
5338 "sqlez",
5339 "sqlez_macros",
5340 "strum 0.27.2",
5341 "telemetry_events",
5342 "tempfile",
5343 "terminal_view",
5344 "toml 0.8.23",
5345 "util",
5346 "wasmtime",
5347 "watch",
5348 "workspace",
5349 "zeta_prompt",
5350]
5351
5352[[package]]
5353name = "edit_prediction_context"
5354version = "0.1.0"
5355dependencies = [
5356 "anyhow",
5357 "clock",
5358 "collections",
5359 "env_logger 0.11.8",
5360 "futures 0.3.31",
5361 "gpui",
5362 "indoc",
5363 "language",
5364 "log",
5365 "lsp",
5366 "parking_lot",
5367 "pretty_assertions",
5368 "project",
5369 "serde",
5370 "serde_json",
5371 "settings",
5372 "smallvec",
5373 "text",
5374 "tree-sitter",
5375 "util",
5376 "zeta_prompt",
5377]
5378
5379[[package]]
5380name = "edit_prediction_types"
5381version = "0.1.0"
5382dependencies = [
5383 "client",
5384 "gpui",
5385 "icons",
5386 "language",
5387 "text",
5388]
5389
5390[[package]]
5391name = "edit_prediction_ui"
5392version = "0.1.0"
5393dependencies = [
5394 "anyhow",
5395 "buffer_diff",
5396 "client",
5397 "cloud_llm_client",
5398 "codestral",
5399 "collections",
5400 "command_palette_hooks",
5401 "copilot",
5402 "copilot_chat",
5403 "copilot_ui",
5404 "edit_prediction",
5405 "edit_prediction_types",
5406 "editor",
5407 "feature_flags",
5408 "fs",
5409 "futures 0.3.31",
5410 "gpui",
5411 "indoc",
5412 "language",
5413 "markdown",
5414 "menu",
5415 "multi_buffer",
5416 "paths",
5417 "project",
5418 "regex",
5419 "settings",
5420 "telemetry",
5421 "text",
5422 "theme",
5423 "time",
5424 "ui",
5425 "util",
5426 "workspace",
5427 "zed_actions",
5428 "zeta_prompt",
5429]
5430
5431[[package]]
5432name = "editor"
5433version = "0.1.0"
5434dependencies = [
5435 "aho-corasick",
5436 "anyhow",
5437 "assets",
5438 "breadcrumbs",
5439 "buffer_diff",
5440 "client",
5441 "clock",
5442 "collections",
5443 "convert_case 0.8.0",
5444 "criterion",
5445 "ctor",
5446 "dap",
5447 "db",
5448 "edit_prediction_types",
5449 "emojis",
5450 "feature_flags",
5451 "file_icons",
5452 "fs",
5453 "futures 0.3.31",
5454 "fuzzy",
5455 "git",
5456 "gpui",
5457 "indoc",
5458 "itertools 0.14.0",
5459 "language",
5460 "languages",
5461 "linkify",
5462 "log",
5463 "lsp",
5464 "markdown",
5465 "menu",
5466 "multi_buffer",
5467 "ordered-float 2.10.1",
5468 "parking_lot",
5469 "pretty_assertions",
5470 "project",
5471 "proptest",
5472 "proptest-derive",
5473 "rand 0.9.2",
5474 "regex",
5475 "release_channel",
5476 "rope",
5477 "rpc",
5478 "schemars",
5479 "semver",
5480 "serde",
5481 "serde_json",
5482 "settings",
5483 "smallvec",
5484 "smol",
5485 "snippet",
5486 "sum_tree",
5487 "task",
5488 "telemetry",
5489 "text",
5490 "theme",
5491 "time",
5492 "tracing",
5493 "tree-sitter-bash",
5494 "tree-sitter-c",
5495 "tree-sitter-html",
5496 "tree-sitter-md",
5497 "tree-sitter-python",
5498 "tree-sitter-rust",
5499 "tree-sitter-typescript",
5500 "tree-sitter-yaml",
5501 "ui",
5502 "ui_input",
5503 "unicode-script",
5504 "unicode-segmentation",
5505 "unicode-width",
5506 "unindent",
5507 "url",
5508 "util",
5509 "uuid",
5510 "vim_mode_setting",
5511 "workspace",
5512 "zed_actions",
5513 "zlog",
5514 "ztracing",
5515]
5516
5517[[package]]
5518name = "either"
5519version = "1.15.0"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5522dependencies = [
5523 "serde",
5524]
5525
5526[[package]]
5527name = "elasticlunr-rs"
5528version = "3.0.2"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5531dependencies = [
5532 "regex",
5533 "serde",
5534 "serde_derive",
5535 "serde_json",
5536]
5537
5538[[package]]
5539name = "elliptic-curve"
5540version = "0.12.3"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5543dependencies = [
5544 "base16ct",
5545 "crypto-bigint 0.4.9",
5546 "der 0.6.1",
5547 "digest",
5548 "ff",
5549 "generic-array",
5550 "group",
5551 "pkcs8 0.9.0",
5552 "rand_core 0.6.4",
5553 "sec1",
5554 "subtle",
5555 "zeroize",
5556]
5557
5558[[package]]
5559name = "email_address"
5560version = "0.2.9"
5561source = "registry+https://github.com/rust-lang/crates.io-index"
5562checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5563dependencies = [
5564 "serde",
5565]
5566
5567[[package]]
5568name = "embed-resource"
5569version = "3.0.6"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5572dependencies = [
5573 "cc",
5574 "memchr",
5575 "rustc_version",
5576 "toml 0.9.8",
5577 "vswhom",
5578 "winreg 0.55.0",
5579]
5580
5581[[package]]
5582name = "embedded-io"
5583version = "0.4.0"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5586
5587[[package]]
5588name = "embedded-io"
5589version = "0.6.1"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5592
5593[[package]]
5594name = "emojis"
5595version = "0.6.4"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5598dependencies = [
5599 "phf 0.11.3",
5600]
5601
5602[[package]]
5603name = "encode_unicode"
5604version = "1.0.0"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5607
5608[[package]]
5609name = "encoding_rs"
5610version = "0.8.35"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5613dependencies = [
5614 "cfg-if",
5615]
5616
5617[[package]]
5618name = "encoding_selector"
5619version = "0.1.0"
5620dependencies = [
5621 "editor",
5622 "encoding_rs",
5623 "fuzzy",
5624 "gpui",
5625 "language",
5626 "picker",
5627 "project",
5628 "ui",
5629 "util",
5630 "workspace",
5631]
5632
5633[[package]]
5634name = "endi"
5635version = "1.1.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5638
5639[[package]]
5640name = "enum-as-inner"
5641version = "0.6.1"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5644dependencies = [
5645 "heck 0.5.0",
5646 "proc-macro2",
5647 "quote",
5648 "syn 2.0.117",
5649]
5650
5651[[package]]
5652name = "enumflags2"
5653version = "0.7.12"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5656dependencies = [
5657 "enumflags2_derive",
5658 "serde",
5659]
5660
5661[[package]]
5662name = "enumflags2_derive"
5663version = "0.7.12"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5666dependencies = [
5667 "proc-macro2",
5668 "quote",
5669 "syn 2.0.117",
5670]
5671
5672[[package]]
5673name = "env_filter"
5674version = "0.1.4"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5677dependencies = [
5678 "log",
5679 "regex",
5680]
5681
5682[[package]]
5683name = "env_logger"
5684version = "0.10.2"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5687dependencies = [
5688 "humantime",
5689 "is-terminal",
5690 "log",
5691 "regex",
5692 "termcolor",
5693]
5694
5695[[package]]
5696name = "env_logger"
5697version = "0.11.8"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5700dependencies = [
5701 "anstream",
5702 "anstyle",
5703 "env_filter",
5704 "jiff",
5705 "log",
5706]
5707
5708[[package]]
5709name = "envy"
5710version = "0.4.2"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5713dependencies = [
5714 "serde",
5715]
5716
5717[[package]]
5718name = "equator"
5719version = "0.4.2"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5722dependencies = [
5723 "equator-macro",
5724]
5725
5726[[package]]
5727name = "equator-macro"
5728version = "0.4.2"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5731dependencies = [
5732 "proc-macro2",
5733 "quote",
5734 "syn 2.0.117",
5735]
5736
5737[[package]]
5738name = "equivalent"
5739version = "1.0.2"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5742
5743[[package]]
5744name = "erased-serde"
5745version = "0.4.9"
5746source = "registry+https://github.com/rust-lang/crates.io-index"
5747checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5748dependencies = [
5749 "serde",
5750 "serde_core",
5751 "typeid",
5752]
5753
5754[[package]]
5755name = "errno"
5756version = "0.2.8"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5759dependencies = [
5760 "errno-dragonfly",
5761 "libc",
5762 "winapi",
5763]
5764
5765[[package]]
5766name = "errno"
5767version = "0.3.14"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5770dependencies = [
5771 "libc",
5772 "windows-sys 0.61.2",
5773]
5774
5775[[package]]
5776name = "errno-dragonfly"
5777version = "0.1.2"
5778source = "registry+https://github.com/rust-lang/crates.io-index"
5779checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5780dependencies = [
5781 "cc",
5782 "libc",
5783]
5784
5785[[package]]
5786name = "error-graph"
5787version = "0.1.1"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5790dependencies = [
5791 "serde",
5792]
5793
5794[[package]]
5795name = "etagere"
5796version = "0.2.15"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5799dependencies = [
5800 "euclid",
5801 "svg_fmt",
5802]
5803
5804[[package]]
5805name = "etcetera"
5806version = "0.8.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5809dependencies = [
5810 "cfg-if",
5811 "home",
5812 "windows-sys 0.48.0",
5813]
5814
5815[[package]]
5816name = "etw_tracing"
5817version = "0.1.0"
5818dependencies = [
5819 "anyhow",
5820 "gpui",
5821 "log",
5822 "net",
5823 "serde",
5824 "serde_json",
5825 "util",
5826 "windows 0.61.3",
5827 "windows-core 0.61.2",
5828 "workspace",
5829 "wprcontrol",
5830]
5831
5832[[package]]
5833name = "euclid"
5834version = "0.22.11"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5837dependencies = [
5838 "num-traits",
5839]
5840
5841[[package]]
5842name = "eval"
5843version = "0.1.0"
5844dependencies = [
5845 "acp_thread",
5846 "agent",
5847 "agent-client-protocol",
5848 "agent_settings",
5849 "agent_ui",
5850 "anyhow",
5851 "async-trait",
5852 "buffer_diff",
5853 "chrono",
5854 "clap",
5855 "client",
5856 "collections",
5857 "debug_adapter_extension",
5858 "dirs 4.0.0",
5859 "dotenvy",
5860 "env_logger 0.11.8",
5861 "extension",
5862 "fs",
5863 "futures 0.3.31",
5864 "gpui",
5865 "gpui_platform",
5866 "gpui_tokio",
5867 "handlebars 4.5.0",
5868 "language",
5869 "language_extension",
5870 "language_model",
5871 "language_models",
5872 "languages",
5873 "markdown",
5874 "node_runtime",
5875 "pathdiff",
5876 "paths",
5877 "pretty_assertions",
5878 "project",
5879 "prompt_store",
5880 "rand 0.9.2",
5881 "regex",
5882 "release_channel",
5883 "reqwest_client",
5884 "serde",
5885 "serde_json",
5886 "settings",
5887 "shellexpand 2.1.2",
5888 "telemetry",
5889 "terminal_view",
5890 "toml 0.8.23",
5891 "unindent",
5892 "util",
5893 "uuid",
5894 "watch",
5895]
5896
5897[[package]]
5898name = "eval_cli"
5899version = "0.1.0"
5900dependencies = [
5901 "acp_thread",
5902 "agent",
5903 "agent-client-protocol",
5904 "agent_ui",
5905 "anyhow",
5906 "clap",
5907 "client",
5908 "ctrlc",
5909 "debug_adapter_extension",
5910 "env_logger 0.11.8",
5911 "extension",
5912 "feature_flags",
5913 "fs",
5914 "futures 0.3.31",
5915 "gpui",
5916 "gpui_platform",
5917 "gpui_tokio",
5918 "language",
5919 "language_extension",
5920 "language_model",
5921 "language_models",
5922 "languages",
5923 "node_runtime",
5924 "paths",
5925 "project",
5926 "prompt_store",
5927 "release_channel",
5928 "reqwest_client",
5929 "serde",
5930 "serde_json",
5931 "settings",
5932 "shellexpand 2.1.2",
5933 "terminal_view",
5934 "util",
5935 "watch",
5936]
5937
5938[[package]]
5939name = "eval_utils"
5940version = "0.1.0"
5941dependencies = [
5942 "gpui_platform",
5943 "serde",
5944 "smol",
5945]
5946
5947[[package]]
5948name = "event-listener"
5949version = "2.5.3"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5952
5953[[package]]
5954name = "event-listener"
5955version = "5.4.1"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5958dependencies = [
5959 "concurrent-queue",
5960 "parking",
5961 "pin-project-lite",
5962]
5963
5964[[package]]
5965name = "event-listener-strategy"
5966version = "0.5.4"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5969dependencies = [
5970 "event-listener 5.4.1",
5971 "pin-project-lite",
5972]
5973
5974[[package]]
5975name = "exec"
5976version = "0.3.1"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5979dependencies = [
5980 "errno 0.2.8",
5981 "libc",
5982]
5983
5984[[package]]
5985name = "explorer_command_injector"
5986version = "0.1.0"
5987dependencies = [
5988 "windows 0.61.3",
5989 "windows-core 0.61.2",
5990 "windows-registry 0.5.3",
5991]
5992
5993[[package]]
5994name = "exr"
5995version = "1.73.0"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5998dependencies = [
5999 "bit_field",
6000 "half",
6001 "lebe",
6002 "miniz_oxide",
6003 "rayon-core",
6004 "smallvec",
6005 "zune-inflate",
6006]
6007
6008[[package]]
6009name = "extended"
6010version = "0.1.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6013
6014[[package]]
6015name = "extension"
6016version = "0.1.0"
6017dependencies = [
6018 "anyhow",
6019 "async-trait",
6020 "cloud_api_types",
6021 "collections",
6022 "dap",
6023 "fs",
6024 "futures 0.3.31",
6025 "gpui",
6026 "heck 0.5.0",
6027 "http_client",
6028 "indoc",
6029 "language",
6030 "log",
6031 "lsp",
6032 "parking_lot",
6033 "pretty_assertions",
6034 "proto",
6035 "semver",
6036 "serde",
6037 "serde_json",
6038 "task",
6039 "tempfile",
6040 "toml 0.8.23",
6041 "tracing",
6042 "url",
6043 "util",
6044 "wasm-encoder 0.221.3",
6045 "wasmparser 0.221.3",
6046 "ztracing",
6047]
6048
6049[[package]]
6050name = "extension_cli"
6051version = "0.1.0"
6052dependencies = [
6053 "anyhow",
6054 "clap",
6055 "cloud_api_types",
6056 "env_logger 0.11.8",
6057 "extension",
6058 "fs",
6059 "gpui_platform",
6060 "language",
6061 "log",
6062 "reqwest_client",
6063 "serde",
6064 "serde_json",
6065 "serde_json_lenient",
6066 "settings_content",
6067 "snippet_provider",
6068 "task",
6069 "theme",
6070 "tokio",
6071 "toml 0.8.23",
6072 "tree-sitter",
6073 "wasmtime",
6074]
6075
6076[[package]]
6077name = "extension_host"
6078version = "0.1.0"
6079dependencies = [
6080 "anyhow",
6081 "async-compression",
6082 "async-tar",
6083 "async-trait",
6084 "client",
6085 "cloud_api_types",
6086 "collections",
6087 "criterion",
6088 "ctor",
6089 "dap",
6090 "extension",
6091 "fs",
6092 "futures 0.3.31",
6093 "gpui",
6094 "gpui_tokio",
6095 "http_client",
6096 "language",
6097 "language_extension",
6098 "log",
6099 "lsp",
6100 "moka",
6101 "node_runtime",
6102 "parking_lot",
6103 "paths",
6104 "project",
6105 "release_channel",
6106 "remote",
6107 "reqwest_client",
6108 "semver",
6109 "serde",
6110 "serde_json",
6111 "serde_json_lenient",
6112 "settings",
6113 "task",
6114 "telemetry",
6115 "tempfile",
6116 "theme",
6117 "theme_extension",
6118 "toml 0.8.23",
6119 "tracing",
6120 "url",
6121 "util",
6122 "wasmparser 0.221.3",
6123 "wasmtime",
6124 "wasmtime-wasi",
6125 "zlog",
6126 "ztracing",
6127]
6128
6129[[package]]
6130name = "extensions_ui"
6131version = "0.1.0"
6132dependencies = [
6133 "anyhow",
6134 "client",
6135 "cloud_api_types",
6136 "collections",
6137 "db",
6138 "editor",
6139 "extension",
6140 "extension_host",
6141 "fs",
6142 "fuzzy",
6143 "gpui",
6144 "language",
6145 "log",
6146 "num-format",
6147 "picker",
6148 "project",
6149 "release_channel",
6150 "semver",
6151 "serde",
6152 "settings",
6153 "smallvec",
6154 "strum 0.27.2",
6155 "telemetry",
6156 "theme",
6157 "ui",
6158 "util",
6159 "vim_mode_setting",
6160 "workspace",
6161 "zed_actions",
6162]
6163
6164[[package]]
6165name = "failspot"
6166version = "0.2.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6169
6170[[package]]
6171name = "fallible-iterator"
6172version = "0.3.0"
6173source = "registry+https://github.com/rust-lang/crates.io-index"
6174checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6175
6176[[package]]
6177name = "fancy-regex"
6178version = "0.16.2"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6181dependencies = [
6182 "bit-set",
6183 "regex-automata",
6184 "regex-syntax",
6185]
6186
6187[[package]]
6188name = "fancy-regex"
6189version = "0.17.0"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6192dependencies = [
6193 "bit-set",
6194 "regex-automata",
6195 "regex-syntax",
6196]
6197
6198[[package]]
6199name = "fast-srgb8"
6200version = "1.0.0"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6203
6204[[package]]
6205name = "fastrand"
6206version = "1.9.0"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6209dependencies = [
6210 "instant",
6211]
6212
6213[[package]]
6214name = "fastrand"
6215version = "2.3.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6218
6219[[package]]
6220name = "fax"
6221version = "0.2.6"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6224dependencies = [
6225 "fax_derive",
6226]
6227
6228[[package]]
6229name = "fax_derive"
6230version = "0.2.0"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6233dependencies = [
6234 "proc-macro2",
6235 "quote",
6236 "syn 2.0.117",
6237]
6238
6239[[package]]
6240name = "fd-lock"
6241version = "4.0.4"
6242source = "registry+https://github.com/rust-lang/crates.io-index"
6243checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6244dependencies = [
6245 "cfg-if",
6246 "rustix 1.1.2",
6247 "windows-sys 0.59.0",
6248]
6249
6250[[package]]
6251name = "fdeflate"
6252version = "0.3.7"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6255dependencies = [
6256 "simd-adler32",
6257]
6258
6259[[package]]
6260name = "feature_flags"
6261version = "0.1.0"
6262dependencies = [
6263 "gpui",
6264]
6265
6266[[package]]
6267name = "feedback"
6268version = "0.1.0"
6269dependencies = [
6270 "gpui",
6271 "system_specs",
6272 "urlencoding",
6273 "util",
6274 "workspace",
6275 "zed_actions",
6276]
6277
6278[[package]]
6279name = "ff"
6280version = "0.12.1"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6283dependencies = [
6284 "rand_core 0.6.4",
6285 "subtle",
6286]
6287
6288[[package]]
6289name = "file_finder"
6290version = "0.1.0"
6291dependencies = [
6292 "anyhow",
6293 "channel",
6294 "client",
6295 "collections",
6296 "ctor",
6297 "editor",
6298 "file_icons",
6299 "futures 0.3.31",
6300 "fuzzy",
6301 "gpui",
6302 "menu",
6303 "open_path_prompt",
6304 "picker",
6305 "pretty_assertions",
6306 "project",
6307 "project_panel",
6308 "remote_connection",
6309 "serde",
6310 "serde_json",
6311 "settings",
6312 "theme",
6313 "ui",
6314 "util",
6315 "workspace",
6316 "zed_actions",
6317 "zlog",
6318]
6319
6320[[package]]
6321name = "file_icons"
6322version = "0.1.0"
6323dependencies = [
6324 "gpui",
6325 "serde",
6326 "theme",
6327 "util",
6328]
6329
6330[[package]]
6331name = "filedescriptor"
6332version = "0.8.3"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6335dependencies = [
6336 "libc",
6337 "thiserror 1.0.69",
6338 "winapi",
6339]
6340
6341[[package]]
6342name = "filetime"
6343version = "0.2.26"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6346dependencies = [
6347 "cfg-if",
6348 "libc",
6349 "libredox",
6350 "windows-sys 0.60.2",
6351]
6352
6353[[package]]
6354name = "find-msvc-tools"
6355version = "0.1.5"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6358
6359[[package]]
6360name = "fixedbitset"
6361version = "0.4.2"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6364
6365[[package]]
6366name = "fixedbitset"
6367version = "0.5.7"
6368source = "registry+https://github.com/rust-lang/crates.io-index"
6369checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6370
6371[[package]]
6372name = "flate2"
6373version = "1.1.8"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6376dependencies = [
6377 "crc32fast",
6378 "miniz_oxide",
6379]
6380
6381[[package]]
6382name = "float-cmp"
6383version = "0.9.0"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6386
6387[[package]]
6388name = "float-ord"
6389version = "0.3.2"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6392
6393[[package]]
6394name = "float8"
6395version = "0.4.2"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6398dependencies = [
6399 "half",
6400 "num-traits",
6401 "rand 0.9.2",
6402 "rand_distr",
6403]
6404
6405[[package]]
6406name = "float_next_after"
6407version = "1.0.0"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6410
6411[[package]]
6412name = "fluent-uri"
6413version = "0.4.1"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6416dependencies = [
6417 "borrow-or-share",
6418 "ref-cast",
6419 "serde",
6420]
6421
6422[[package]]
6423name = "flume"
6424version = "0.11.1"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6427dependencies = [
6428 "futures-core",
6429 "futures-sink",
6430 "nanorand",
6431 "spin 0.9.8",
6432]
6433
6434[[package]]
6435name = "fnv"
6436version = "1.0.7"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6439
6440[[package]]
6441name = "foldhash"
6442version = "0.1.5"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6445
6446[[package]]
6447name = "foldhash"
6448version = "0.2.0"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6451
6452[[package]]
6453name = "font-types"
6454version = "0.10.0"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6457dependencies = [
6458 "bytemuck",
6459]
6460
6461[[package]]
6462name = "font-types"
6463version = "0.11.0"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6466dependencies = [
6467 "bytemuck",
6468]
6469
6470[[package]]
6471name = "fontconfig-parser"
6472version = "0.5.8"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6475dependencies = [
6476 "roxmltree",
6477]
6478
6479[[package]]
6480name = "fontdb"
6481version = "0.16.2"
6482source = "registry+https://github.com/rust-lang/crates.io-index"
6483checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6484dependencies = [
6485 "fontconfig-parser",
6486 "log",
6487 "memmap2",
6488 "slotmap",
6489 "tinyvec",
6490 "ttf-parser 0.20.0",
6491]
6492
6493[[package]]
6494name = "fontdb"
6495version = "0.23.0"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6498dependencies = [
6499 "fontconfig-parser",
6500 "log",
6501 "memmap2",
6502 "slotmap",
6503 "tinyvec",
6504 "ttf-parser 0.25.1",
6505]
6506
6507[[package]]
6508name = "foreign-types"
6509version = "0.3.2"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6512dependencies = [
6513 "foreign-types-shared 0.1.1",
6514]
6515
6516[[package]]
6517name = "foreign-types"
6518version = "0.5.0"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6521dependencies = [
6522 "foreign-types-macros",
6523 "foreign-types-shared 0.3.1",
6524]
6525
6526[[package]]
6527name = "foreign-types-macros"
6528version = "0.2.3"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6531dependencies = [
6532 "proc-macro2",
6533 "quote",
6534 "syn 2.0.117",
6535]
6536
6537[[package]]
6538name = "foreign-types-shared"
6539version = "0.1.1"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6542
6543[[package]]
6544name = "foreign-types-shared"
6545version = "0.3.1"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6548
6549[[package]]
6550name = "fork"
6551version = "0.4.0"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6554dependencies = [
6555 "libc",
6556]
6557
6558[[package]]
6559name = "form_urlencoded"
6560version = "1.2.2"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6563dependencies = [
6564 "percent-encoding",
6565]
6566
6567[[package]]
6568name = "fraction"
6569version = "0.15.3"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6572dependencies = [
6573 "lazy_static",
6574 "num",
6575]
6576
6577[[package]]
6578name = "freetype-sys"
6579version = "0.20.1"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6582dependencies = [
6583 "cc",
6584 "libc",
6585 "pkg-config",
6586]
6587
6588[[package]]
6589name = "fs"
6590version = "0.1.0"
6591dependencies = [
6592 "anyhow",
6593 "ashpd",
6594 "async-tar",
6595 "async-trait",
6596 "cocoa 0.26.0",
6597 "collections",
6598 "dunce",
6599 "fs",
6600 "futures 0.3.31",
6601 "git",
6602 "gpui",
6603 "ignore",
6604 "is_executable",
6605 "libc",
6606 "log",
6607 "notify 8.2.0",
6608 "objc",
6609 "parking_lot",
6610 "paths",
6611 "proto",
6612 "rope",
6613 "serde",
6614 "serde_json",
6615 "smol",
6616 "tempfile",
6617 "text",
6618 "time",
6619 "util",
6620 "windows 0.61.3",
6621]
6622
6623[[package]]
6624name = "fs-set-times"
6625version = "0.20.3"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6628dependencies = [
6629 "io-lifetimes",
6630 "rustix 1.1.2",
6631 "windows-sys 0.59.0",
6632]
6633
6634[[package]]
6635name = "fs2"
6636version = "0.4.3"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6639dependencies = [
6640 "libc",
6641 "winapi",
6642]
6643
6644[[package]]
6645name = "fs_benchmarks"
6646version = "0.1.0"
6647dependencies = [
6648 "fs",
6649 "gpui",
6650 "gpui_platform",
6651]
6652
6653[[package]]
6654name = "fs_extra"
6655version = "1.3.0"
6656source = "registry+https://github.com/rust-lang/crates.io-index"
6657checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6658
6659[[package]]
6660name = "fsevent-sys"
6661version = "4.1.0"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6664dependencies = [
6665 "libc",
6666]
6667
6668[[package]]
6669name = "fuchsia-cprng"
6670version = "0.1.1"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6673
6674[[package]]
6675name = "funty"
6676version = "2.0.0"
6677source = "registry+https://github.com/rust-lang/crates.io-index"
6678checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6679
6680[[package]]
6681name = "futf"
6682version = "0.1.5"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6685dependencies = [
6686 "mac",
6687 "new_debug_unreachable",
6688]
6689
6690[[package]]
6691name = "futures"
6692version = "0.1.31"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6695
6696[[package]]
6697name = "futures"
6698version = "0.3.31"
6699source = "registry+https://github.com/rust-lang/crates.io-index"
6700checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6701dependencies = [
6702 "futures-channel",
6703 "futures-core",
6704 "futures-executor",
6705 "futures-io",
6706 "futures-sink",
6707 "futures-task",
6708 "futures-util",
6709]
6710
6711[[package]]
6712name = "futures-channel"
6713version = "0.3.31"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6716dependencies = [
6717 "futures-core",
6718 "futures-sink",
6719]
6720
6721[[package]]
6722name = "futures-concurrency"
6723version = "7.7.1"
6724source = "registry+https://github.com/rust-lang/crates.io-index"
6725checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6726dependencies = [
6727 "fixedbitset 0.5.7",
6728 "futures-core",
6729 "futures-lite 2.6.1",
6730 "pin-project",
6731 "smallvec",
6732]
6733
6734[[package]]
6735name = "futures-core"
6736version = "0.3.31"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6739
6740[[package]]
6741name = "futures-executor"
6742version = "0.3.31"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6745dependencies = [
6746 "futures-core",
6747 "futures-task",
6748 "futures-util",
6749]
6750
6751[[package]]
6752name = "futures-intrusive"
6753version = "0.5.0"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6756dependencies = [
6757 "futures-core",
6758 "lock_api",
6759 "parking_lot",
6760]
6761
6762[[package]]
6763name = "futures-io"
6764version = "0.3.31"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6767
6768[[package]]
6769name = "futures-lite"
6770version = "1.13.0"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6773dependencies = [
6774 "fastrand 1.9.0",
6775 "futures-core",
6776 "futures-io",
6777 "memchr",
6778 "parking",
6779 "pin-project-lite",
6780 "waker-fn",
6781]
6782
6783[[package]]
6784name = "futures-lite"
6785version = "2.6.1"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6788dependencies = [
6789 "fastrand 2.3.0",
6790 "futures-core",
6791 "futures-io",
6792 "parking",
6793 "pin-project-lite",
6794]
6795
6796[[package]]
6797name = "futures-macro"
6798version = "0.3.31"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6801dependencies = [
6802 "proc-macro2",
6803 "quote",
6804 "syn 2.0.117",
6805]
6806
6807[[package]]
6808name = "futures-sink"
6809version = "0.3.31"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6812
6813[[package]]
6814name = "futures-task"
6815version = "0.3.31"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6818
6819[[package]]
6820name = "futures-util"
6821version = "0.3.31"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6824dependencies = [
6825 "futures 0.1.31",
6826 "futures-channel",
6827 "futures-core",
6828 "futures-io",
6829 "futures-macro",
6830 "futures-sink",
6831 "futures-task",
6832 "memchr",
6833 "pin-project-lite",
6834 "pin-utils",
6835 "slab",
6836 "tokio-io",
6837]
6838
6839[[package]]
6840name = "fuzzy"
6841version = "0.1.0"
6842dependencies = [
6843 "gpui",
6844 "log",
6845 "util",
6846]
6847
6848[[package]]
6849name = "fuzzy-matcher"
6850version = "0.3.7"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6853dependencies = [
6854 "thread_local",
6855]
6856
6857[[package]]
6858name = "gaoya"
6859version = "0.2.0"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6862dependencies = [
6863 "ahash 0.8.12",
6864 "crossbeam-utils",
6865 "fnv",
6866 "itertools 0.10.5",
6867 "num-traits",
6868 "rand 0.8.5",
6869 "rand_pcg",
6870 "random_choice",
6871 "rayon",
6872 "seahash",
6873 "sha-1",
6874 "shingles",
6875 "siphasher 0.3.11",
6876 "smallvec",
6877 "triomphe",
6878]
6879
6880[[package]]
6881name = "gemm"
6882version = "0.17.1"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6885dependencies = [
6886 "dyn-stack 0.10.0",
6887 "gemm-c32 0.17.1",
6888 "gemm-c64 0.17.1",
6889 "gemm-common 0.17.1",
6890 "gemm-f16 0.17.1",
6891 "gemm-f32 0.17.1",
6892 "gemm-f64 0.17.1",
6893 "num-complex",
6894 "num-traits",
6895 "paste",
6896 "raw-cpuid 10.7.0",
6897 "seq-macro",
6898]
6899
6900[[package]]
6901name = "gemm"
6902version = "0.18.2"
6903source = "registry+https://github.com/rust-lang/crates.io-index"
6904checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6905dependencies = [
6906 "dyn-stack 0.13.2",
6907 "gemm-c32 0.18.2",
6908 "gemm-c64 0.18.2",
6909 "gemm-common 0.18.2",
6910 "gemm-f16 0.18.2",
6911 "gemm-f32 0.18.2",
6912 "gemm-f64 0.18.2",
6913 "num-complex",
6914 "num-traits",
6915 "paste",
6916 "raw-cpuid 11.6.0",
6917 "seq-macro",
6918]
6919
6920[[package]]
6921name = "gemm-c32"
6922version = "0.17.1"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6925dependencies = [
6926 "dyn-stack 0.10.0",
6927 "gemm-common 0.17.1",
6928 "num-complex",
6929 "num-traits",
6930 "paste",
6931 "raw-cpuid 10.7.0",
6932 "seq-macro",
6933]
6934
6935[[package]]
6936name = "gemm-c32"
6937version = "0.18.2"
6938source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6940dependencies = [
6941 "dyn-stack 0.13.2",
6942 "gemm-common 0.18.2",
6943 "num-complex",
6944 "num-traits",
6945 "paste",
6946 "raw-cpuid 11.6.0",
6947 "seq-macro",
6948]
6949
6950[[package]]
6951name = "gemm-c64"
6952version = "0.17.1"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6955dependencies = [
6956 "dyn-stack 0.10.0",
6957 "gemm-common 0.17.1",
6958 "num-complex",
6959 "num-traits",
6960 "paste",
6961 "raw-cpuid 10.7.0",
6962 "seq-macro",
6963]
6964
6965[[package]]
6966name = "gemm-c64"
6967version = "0.18.2"
6968source = "registry+https://github.com/rust-lang/crates.io-index"
6969checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6970dependencies = [
6971 "dyn-stack 0.13.2",
6972 "gemm-common 0.18.2",
6973 "num-complex",
6974 "num-traits",
6975 "paste",
6976 "raw-cpuid 11.6.0",
6977 "seq-macro",
6978]
6979
6980[[package]]
6981name = "gemm-common"
6982version = "0.17.1"
6983source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6985dependencies = [
6986 "bytemuck",
6987 "dyn-stack 0.10.0",
6988 "half",
6989 "num-complex",
6990 "num-traits",
6991 "once_cell",
6992 "paste",
6993 "pulp 0.18.22",
6994 "raw-cpuid 10.7.0",
6995 "rayon",
6996 "seq-macro",
6997 "sysctl 0.5.5",
6998]
6999
7000[[package]]
7001name = "gemm-common"
7002version = "0.18.2"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7005dependencies = [
7006 "bytemuck",
7007 "dyn-stack 0.13.2",
7008 "half",
7009 "libm",
7010 "num-complex",
7011 "num-traits",
7012 "once_cell",
7013 "paste",
7014 "pulp 0.21.5",
7015 "raw-cpuid 11.6.0",
7016 "rayon",
7017 "seq-macro",
7018 "sysctl 0.6.0",
7019]
7020
7021[[package]]
7022name = "gemm-f16"
7023version = "0.17.1"
7024source = "registry+https://github.com/rust-lang/crates.io-index"
7025checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7026dependencies = [
7027 "dyn-stack 0.10.0",
7028 "gemm-common 0.17.1",
7029 "gemm-f32 0.17.1",
7030 "half",
7031 "num-complex",
7032 "num-traits",
7033 "paste",
7034 "raw-cpuid 10.7.0",
7035 "rayon",
7036 "seq-macro",
7037]
7038
7039[[package]]
7040name = "gemm-f16"
7041version = "0.18.2"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7044dependencies = [
7045 "dyn-stack 0.13.2",
7046 "gemm-common 0.18.2",
7047 "gemm-f32 0.18.2",
7048 "half",
7049 "num-complex",
7050 "num-traits",
7051 "paste",
7052 "raw-cpuid 11.6.0",
7053 "rayon",
7054 "seq-macro",
7055]
7056
7057[[package]]
7058name = "gemm-f32"
7059version = "0.17.1"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7062dependencies = [
7063 "dyn-stack 0.10.0",
7064 "gemm-common 0.17.1",
7065 "num-complex",
7066 "num-traits",
7067 "paste",
7068 "raw-cpuid 10.7.0",
7069 "seq-macro",
7070]
7071
7072[[package]]
7073name = "gemm-f32"
7074version = "0.18.2"
7075source = "registry+https://github.com/rust-lang/crates.io-index"
7076checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7077dependencies = [
7078 "dyn-stack 0.13.2",
7079 "gemm-common 0.18.2",
7080 "num-complex",
7081 "num-traits",
7082 "paste",
7083 "raw-cpuid 11.6.0",
7084 "seq-macro",
7085]
7086
7087[[package]]
7088name = "gemm-f64"
7089version = "0.17.1"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7092dependencies = [
7093 "dyn-stack 0.10.0",
7094 "gemm-common 0.17.1",
7095 "num-complex",
7096 "num-traits",
7097 "paste",
7098 "raw-cpuid 10.7.0",
7099 "seq-macro",
7100]
7101
7102[[package]]
7103name = "gemm-f64"
7104version = "0.18.2"
7105source = "registry+https://github.com/rust-lang/crates.io-index"
7106checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7107dependencies = [
7108 "dyn-stack 0.13.2",
7109 "gemm-common 0.18.2",
7110 "num-complex",
7111 "num-traits",
7112 "paste",
7113 "raw-cpuid 11.6.0",
7114 "seq-macro",
7115]
7116
7117[[package]]
7118name = "generator"
7119version = "0.8.7"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7122dependencies = [
7123 "cc",
7124 "cfg-if",
7125 "libc",
7126 "log",
7127 "rustversion",
7128 "windows 0.61.3",
7129]
7130
7131[[package]]
7132name = "generic-array"
7133version = "0.14.7"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7136dependencies = [
7137 "typenum",
7138 "version_check",
7139]
7140
7141[[package]]
7142name = "gethostname"
7143version = "1.1.0"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7146dependencies = [
7147 "rustix 1.1.2",
7148 "windows-link 0.2.1",
7149]
7150
7151[[package]]
7152name = "getrandom"
7153version = "0.2.16"
7154source = "registry+https://github.com/rust-lang/crates.io-index"
7155checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7156dependencies = [
7157 "cfg-if",
7158 "js-sys",
7159 "libc",
7160 "wasi",
7161 "wasm-bindgen",
7162]
7163
7164[[package]]
7165name = "getrandom"
7166version = "0.3.4"
7167source = "registry+https://github.com/rust-lang/crates.io-index"
7168checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7169dependencies = [
7170 "cfg-if",
7171 "js-sys",
7172 "libc",
7173 "r-efi",
7174 "wasip2",
7175 "wasm-bindgen",
7176]
7177
7178[[package]]
7179name = "getrandom"
7180version = "0.4.1"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7183dependencies = [
7184 "cfg-if",
7185 "libc",
7186 "r-efi",
7187 "wasip2",
7188 "wasip3",
7189]
7190
7191[[package]]
7192name = "gh-workflow"
7193version = "0.8.0"
7194source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7195dependencies = [
7196 "async-trait",
7197 "derive_more",
7198 "derive_setters",
7199 "gh-workflow-macros",
7200 "indexmap",
7201 "merge",
7202 "serde",
7203 "serde_json",
7204 "serde_yaml",
7205 "strum_macros 0.27.2",
7206]
7207
7208[[package]]
7209name = "gh-workflow-macros"
7210version = "0.8.0"
7211source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7212dependencies = [
7213 "heck 0.5.0",
7214 "quote",
7215 "syn 2.0.117",
7216]
7217
7218[[package]]
7219name = "gif"
7220version = "0.13.3"
7221source = "registry+https://github.com/rust-lang/crates.io-index"
7222checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7223dependencies = [
7224 "color_quant",
7225 "weezl",
7226]
7227
7228[[package]]
7229name = "gimli"
7230version = "0.31.1"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7233dependencies = [
7234 "fallible-iterator",
7235 "indexmap",
7236 "stable_deref_trait",
7237]
7238
7239[[package]]
7240name = "gimli"
7241version = "0.32.3"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7244
7245[[package]]
7246name = "gio-sys"
7247version = "0.21.5"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7250dependencies = [
7251 "glib-sys",
7252 "gobject-sys",
7253 "libc",
7254 "system-deps 7.0.7",
7255 "windows-sys 0.61.2",
7256]
7257
7258[[package]]
7259name = "git"
7260version = "0.1.0"
7261dependencies = [
7262 "anyhow",
7263 "askpass",
7264 "async-trait",
7265 "collections",
7266 "derive_more",
7267 "futures 0.3.31",
7268 "git2",
7269 "gpui",
7270 "http_client",
7271 "itertools 0.14.0",
7272 "log",
7273 "parking_lot",
7274 "pretty_assertions",
7275 "rand 0.9.2",
7276 "regex",
7277 "rope",
7278 "schemars",
7279 "serde",
7280 "serde_json",
7281 "smallvec",
7282 "smol",
7283 "sum_tree",
7284 "tempfile",
7285 "text",
7286 "thiserror 2.0.17",
7287 "time",
7288 "url",
7289 "urlencoding",
7290 "util",
7291 "uuid",
7292 "ztracing",
7293]
7294
7295[[package]]
7296name = "git2"
7297version = "0.20.4"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7300dependencies = [
7301 "bitflags 2.10.0",
7302 "libc",
7303 "libgit2-sys",
7304 "log",
7305 "url",
7306]
7307
7308[[package]]
7309name = "git_graph"
7310version = "0.1.0"
7311dependencies = [
7312 "anyhow",
7313 "collections",
7314 "db",
7315 "feature_flags",
7316 "fs",
7317 "git",
7318 "git_ui",
7319 "gpui",
7320 "language",
7321 "menu",
7322 "project",
7323 "rand 0.9.2",
7324 "serde_json",
7325 "settings",
7326 "smallvec",
7327 "theme",
7328 "time",
7329 "ui",
7330 "workspace",
7331]
7332
7333[[package]]
7334name = "git_hosting_providers"
7335version = "0.1.0"
7336dependencies = [
7337 "anyhow",
7338 "async-trait",
7339 "futures 0.3.31",
7340 "git",
7341 "gpui",
7342 "http_client",
7343 "indoc",
7344 "itertools 0.14.0",
7345 "pretty_assertions",
7346 "regex",
7347 "serde",
7348 "serde_json",
7349 "settings",
7350 "url",
7351 "urlencoding",
7352 "util",
7353]
7354
7355[[package]]
7356name = "git_ui"
7357version = "0.1.0"
7358dependencies = [
7359 "agent_settings",
7360 "anyhow",
7361 "askpass",
7362 "buffer_diff",
7363 "call",
7364 "cloud_llm_client",
7365 "collections",
7366 "component",
7367 "ctor",
7368 "db",
7369 "editor",
7370 "feature_flags",
7371 "file_icons",
7372 "futures 0.3.31",
7373 "fuzzy",
7374 "git",
7375 "gpui",
7376 "indoc",
7377 "itertools 0.14.0",
7378 "language",
7379 "language_model",
7380 "linkify",
7381 "log",
7382 "markdown",
7383 "menu",
7384 "multi_buffer",
7385 "notifications",
7386 "panel",
7387 "picker",
7388 "pretty_assertions",
7389 "project",
7390 "prompt_store",
7391 "proto",
7392 "rand 0.9.2",
7393 "remote",
7394 "remote_connection",
7395 "schemars",
7396 "serde",
7397 "serde_json",
7398 "settings",
7399 "smallvec",
7400 "smol",
7401 "strum 0.27.2",
7402 "telemetry",
7403 "theme",
7404 "time",
7405 "time_format",
7406 "tracing",
7407 "ui",
7408 "ui_input",
7409 "unindent",
7410 "util",
7411 "watch",
7412 "windows 0.61.3",
7413 "workspace",
7414 "zed_actions",
7415 "zeroize",
7416 "zlog",
7417 "ztracing",
7418]
7419
7420[[package]]
7421name = "gl_generator"
7422version = "0.14.0"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7425dependencies = [
7426 "khronos_api",
7427 "log",
7428 "xml-rs",
7429]
7430
7431[[package]]
7432name = "glib"
7433version = "0.21.5"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7436dependencies = [
7437 "bitflags 2.10.0",
7438 "futures-channel",
7439 "futures-core",
7440 "futures-executor",
7441 "futures-task",
7442 "futures-util",
7443 "gio-sys",
7444 "glib-macros",
7445 "glib-sys",
7446 "gobject-sys",
7447 "libc",
7448 "memchr",
7449 "smallvec",
7450]
7451
7452[[package]]
7453name = "glib-macros"
7454version = "0.21.5"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7457dependencies = [
7458 "heck 0.5.0",
7459 "proc-macro-crate",
7460 "proc-macro2",
7461 "quote",
7462 "syn 2.0.117",
7463]
7464
7465[[package]]
7466name = "glib-sys"
7467version = "0.21.5"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7470dependencies = [
7471 "libc",
7472 "system-deps 7.0.7",
7473]
7474
7475[[package]]
7476name = "glob"
7477version = "0.3.3"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7480
7481[[package]]
7482name = "globset"
7483version = "0.4.17"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7486dependencies = [
7487 "aho-corasick",
7488 "bstr",
7489 "log",
7490 "regex-automata",
7491 "regex-syntax",
7492]
7493
7494[[package]]
7495name = "gloo-timers"
7496version = "0.3.0"
7497source = "registry+https://github.com/rust-lang/crates.io-index"
7498checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7499dependencies = [
7500 "futures-channel",
7501 "futures-core",
7502 "js-sys",
7503 "wasm-bindgen",
7504]
7505
7506[[package]]
7507name = "glow"
7508version = "0.16.0"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7511dependencies = [
7512 "js-sys",
7513 "slotmap",
7514 "wasm-bindgen",
7515 "web-sys",
7516]
7517
7518[[package]]
7519name = "glutin_wgl_sys"
7520version = "0.6.1"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7523dependencies = [
7524 "gl_generator",
7525]
7526
7527[[package]]
7528name = "go_to_line"
7529version = "0.1.0"
7530dependencies = [
7531 "editor",
7532 "gpui",
7533 "indoc",
7534 "language",
7535 "menu",
7536 "multi_buffer",
7537 "project",
7538 "rope",
7539 "serde",
7540 "serde_json",
7541 "settings",
7542 "text",
7543 "theme",
7544 "ui",
7545 "util",
7546 "workspace",
7547]
7548
7549[[package]]
7550name = "gobject-sys"
7551version = "0.21.5"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7554dependencies = [
7555 "glib-sys",
7556 "libc",
7557 "system-deps 7.0.7",
7558]
7559
7560[[package]]
7561name = "goblin"
7562version = "0.9.3"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7565dependencies = [
7566 "log",
7567 "plain",
7568 "scroll",
7569]
7570
7571[[package]]
7572name = "google_ai"
7573version = "0.1.0"
7574dependencies = [
7575 "anyhow",
7576 "futures 0.3.31",
7577 "http_client",
7578 "schemars",
7579 "serde",
7580 "serde_json",
7581 "settings",
7582 "strum 0.27.2",
7583]
7584
7585[[package]]
7586name = "gpu-allocator"
7587version = "0.28.0"
7588source = "registry+https://github.com/rust-lang/crates.io-index"
7589checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7590dependencies = [
7591 "ash",
7592 "hashbrown 0.16.1",
7593 "log",
7594 "presser",
7595 "thiserror 2.0.17",
7596 "windows 0.62.2",
7597]
7598
7599[[package]]
7600name = "gpu-descriptor"
7601version = "0.3.2"
7602source = "registry+https://github.com/rust-lang/crates.io-index"
7603checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7604dependencies = [
7605 "bitflags 2.10.0",
7606 "gpu-descriptor-types",
7607 "hashbrown 0.15.5",
7608]
7609
7610[[package]]
7611name = "gpu-descriptor-types"
7612version = "0.2.0"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7615dependencies = [
7616 "bitflags 2.10.0",
7617]
7618
7619[[package]]
7620name = "gpui"
7621version = "0.2.2"
7622dependencies = [
7623 "anyhow",
7624 "async-channel 2.5.0",
7625 "async-task",
7626 "backtrace",
7627 "bindgen 0.71.1",
7628 "bitflags 2.10.0",
7629 "block",
7630 "cbindgen",
7631 "chrono",
7632 "circular-buffer",
7633 "cocoa 0.26.0",
7634 "cocoa-foundation 0.2.0",
7635 "collections",
7636 "core-foundation 0.10.0",
7637 "core-foundation-sys",
7638 "core-graphics 0.24.0",
7639 "core-text",
7640 "core-video",
7641 "ctor",
7642 "derive_more",
7643 "embed-resource",
7644 "env_logger 0.11.8",
7645 "etagere",
7646 "foreign-types 0.5.0",
7647 "futures 0.3.31",
7648 "futures-concurrency",
7649 "getrandom 0.3.4",
7650 "gpui_macros",
7651 "gpui_platform",
7652 "gpui_util",
7653 "gpui_web",
7654 "http_client",
7655 "image",
7656 "inventory",
7657 "itertools 0.14.0",
7658 "log",
7659 "lyon",
7660 "mach2 0.5.0",
7661 "media",
7662 "metal",
7663 "naga 28.0.0",
7664 "num_cpus",
7665 "objc",
7666 "objc2",
7667 "objc2-metal",
7668 "parking",
7669 "parking_lot",
7670 "pathfinder_geometry",
7671 "pin-project",
7672 "pollster 0.4.0",
7673 "postage",
7674 "profiling",
7675 "proptest",
7676 "rand 0.9.2",
7677 "raw-window-handle",
7678 "refineable",
7679 "reqwest_client",
7680 "resvg",
7681 "scheduler",
7682 "schemars",
7683 "seahash",
7684 "serde",
7685 "serde_json",
7686 "slotmap",
7687 "smallvec",
7688 "spin 0.10.0",
7689 "stacksafe",
7690 "strum 0.27.2",
7691 "sum_tree",
7692 "taffy",
7693 "thiserror 2.0.17",
7694 "unicode-segmentation",
7695 "url",
7696 "usvg",
7697 "util_macros",
7698 "uuid",
7699 "waker-fn",
7700 "wasm-bindgen",
7701 "web-time",
7702 "windows 0.61.3",
7703 "zed-font-kit",
7704 "zed-scap",
7705]
7706
7707[[package]]
7708name = "gpui_linux"
7709version = "0.1.0"
7710dependencies = [
7711 "anyhow",
7712 "as-raw-xcb-connection",
7713 "ashpd",
7714 "bitflags 2.10.0",
7715 "bytemuck",
7716 "calloop",
7717 "calloop-wayland-source",
7718 "collections",
7719 "filedescriptor",
7720 "futures 0.3.31",
7721 "gpui",
7722 "gpui_wgpu",
7723 "http_client",
7724 "itertools 0.14.0",
7725 "libc",
7726 "log",
7727 "oo7",
7728 "open",
7729 "parking_lot",
7730 "pathfinder_geometry",
7731 "pollster 0.4.0",
7732 "profiling",
7733 "raw-window-handle",
7734 "smallvec",
7735 "smol",
7736 "strum 0.27.2",
7737 "swash",
7738 "url",
7739 "util",
7740 "uuid",
7741 "wayland-backend",
7742 "wayland-client",
7743 "wayland-cursor",
7744 "wayland-protocols",
7745 "wayland-protocols-plasma",
7746 "wayland-protocols-wlr",
7747 "x11-clipboard",
7748 "x11rb",
7749 "xkbcommon",
7750 "zed-scap",
7751 "zed-xim",
7752]
7753
7754[[package]]
7755name = "gpui_macos"
7756version = "0.1.0"
7757dependencies = [
7758 "anyhow",
7759 "async-task",
7760 "block",
7761 "cbindgen",
7762 "cocoa 0.26.0",
7763 "collections",
7764 "core-foundation 0.10.0",
7765 "core-foundation-sys",
7766 "core-graphics 0.24.0",
7767 "core-text",
7768 "core-video",
7769 "ctor",
7770 "derive_more",
7771 "dispatch2",
7772 "etagere",
7773 "foreign-types 0.5.0",
7774 "futures 0.3.31",
7775 "gpui",
7776 "image",
7777 "itertools 0.14.0",
7778 "libc",
7779 "log",
7780 "mach2 0.5.0",
7781 "media",
7782 "metal",
7783 "objc",
7784 "parking_lot",
7785 "pathfinder_geometry",
7786 "raw-window-handle",
7787 "semver",
7788 "smallvec",
7789 "strum 0.27.2",
7790 "util",
7791 "uuid",
7792 "zed-font-kit",
7793]
7794
7795[[package]]
7796name = "gpui_macros"
7797version = "0.1.0"
7798dependencies = [
7799 "gpui",
7800 "heck 0.5.0",
7801 "proc-macro2",
7802 "quote",
7803 "syn 2.0.117",
7804]
7805
7806[[package]]
7807name = "gpui_platform"
7808version = "0.1.0"
7809dependencies = [
7810 "console_error_panic_hook",
7811 "gpui",
7812 "gpui_linux",
7813 "gpui_macos",
7814 "gpui_web",
7815 "gpui_windows",
7816]
7817
7818[[package]]
7819name = "gpui_tokio"
7820version = "0.1.0"
7821dependencies = [
7822 "anyhow",
7823 "gpui",
7824 "tokio",
7825 "util",
7826]
7827
7828[[package]]
7829name = "gpui_util"
7830version = "0.1.0"
7831dependencies = [
7832 "anyhow",
7833 "log",
7834]
7835
7836[[package]]
7837name = "gpui_web"
7838version = "0.1.0"
7839dependencies = [
7840 "anyhow",
7841 "console_error_panic_hook",
7842 "futures 0.3.31",
7843 "gpui",
7844 "gpui_wgpu",
7845 "http_client",
7846 "js-sys",
7847 "log",
7848 "parking_lot",
7849 "raw-window-handle",
7850 "smallvec",
7851 "uuid",
7852 "wasm-bindgen",
7853 "wasm-bindgen-futures",
7854 "wasm_thread",
7855 "web-sys",
7856 "web-time",
7857]
7858
7859[[package]]
7860name = "gpui_wgpu"
7861version = "0.1.0"
7862dependencies = [
7863 "anyhow",
7864 "bytemuck",
7865 "collections",
7866 "cosmic-text",
7867 "etagere",
7868 "gpui",
7869 "gpui_util",
7870 "itertools 0.14.0",
7871 "js-sys",
7872 "log",
7873 "parking_lot",
7874 "pollster 0.4.0",
7875 "profiling",
7876 "raw-window-handle",
7877 "smallvec",
7878 "swash",
7879 "wasm-bindgen",
7880 "wasm-bindgen-futures",
7881 "web-sys",
7882 "wgpu",
7883 "zed-font-kit",
7884]
7885
7886[[package]]
7887name = "gpui_windows"
7888version = "0.1.0"
7889dependencies = [
7890 "anyhow",
7891 "collections",
7892 "etagere",
7893 "futures 0.3.31",
7894 "gpui",
7895 "image",
7896 "itertools 0.14.0",
7897 "log",
7898 "parking_lot",
7899 "rand 0.9.2",
7900 "raw-window-handle",
7901 "smallvec",
7902 "util",
7903 "uuid",
7904 "windows 0.61.3",
7905 "windows-core 0.61.2",
7906 "windows-numerics 0.2.0",
7907 "windows-registry 0.5.3",
7908 "zed-scap",
7909]
7910
7911[[package]]
7912name = "grid"
7913version = "0.18.0"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7916
7917[[package]]
7918name = "group"
7919version = "0.12.1"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7922dependencies = [
7923 "ff",
7924 "rand_core 0.6.4",
7925 "subtle",
7926]
7927
7928[[package]]
7929name = "h2"
7930version = "0.3.27"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7933dependencies = [
7934 "bytes 1.11.1",
7935 "fnv",
7936 "futures-core",
7937 "futures-sink",
7938 "futures-util",
7939 "http 0.2.12",
7940 "indexmap",
7941 "slab",
7942 "tokio",
7943 "tokio-util",
7944 "tracing",
7945]
7946
7947[[package]]
7948name = "h2"
7949version = "0.4.12"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7952dependencies = [
7953 "atomic-waker",
7954 "bytes 1.11.1",
7955 "fnv",
7956 "futures-core",
7957 "futures-sink",
7958 "http 1.3.1",
7959 "indexmap",
7960 "slab",
7961 "tokio",
7962 "tokio-util",
7963 "tracing",
7964]
7965
7966[[package]]
7967name = "half"
7968version = "2.7.1"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7971dependencies = [
7972 "bytemuck",
7973 "cfg-if",
7974 "crunchy",
7975 "num-traits",
7976 "rand 0.9.2",
7977 "rand_distr",
7978 "zerocopy",
7979]
7980
7981[[package]]
7982name = "handlebars"
7983version = "4.5.0"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7986dependencies = [
7987 "log",
7988 "pest",
7989 "pest_derive",
7990 "rust-embed",
7991 "serde",
7992 "serde_json",
7993 "thiserror 1.0.69",
7994]
7995
7996[[package]]
7997name = "handlebars"
7998version = "5.1.2"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8001dependencies = [
8002 "log",
8003 "pest",
8004 "pest_derive",
8005 "serde",
8006 "serde_json",
8007 "thiserror 1.0.69",
8008]
8009
8010[[package]]
8011name = "harfrust"
8012version = "0.5.0"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8015dependencies = [
8016 "bitflags 2.10.0",
8017 "bytemuck",
8018 "core_maths",
8019 "read-fonts 0.37.0",
8020 "smallvec",
8021]
8022
8023[[package]]
8024name = "hashbrown"
8025version = "0.12.3"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8028dependencies = [
8029 "ahash 0.7.8",
8030]
8031
8032[[package]]
8033name = "hashbrown"
8034version = "0.14.5"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8037dependencies = [
8038 "ahash 0.8.12",
8039 "allocator-api2",
8040]
8041
8042[[package]]
8043name = "hashbrown"
8044version = "0.15.5"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8047dependencies = [
8048 "allocator-api2",
8049 "equivalent",
8050 "foldhash 0.1.5",
8051 "serde",
8052]
8053
8054[[package]]
8055name = "hashbrown"
8056version = "0.16.1"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8059dependencies = [
8060 "allocator-api2",
8061 "equivalent",
8062 "foldhash 0.2.0",
8063]
8064
8065[[package]]
8066name = "hashlink"
8067version = "0.8.4"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8070dependencies = [
8071 "hashbrown 0.14.5",
8072]
8073
8074[[package]]
8075name = "hashlink"
8076version = "0.10.0"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8079dependencies = [
8080 "hashbrown 0.15.5",
8081]
8082
8083[[package]]
8084name = "headers"
8085version = "0.3.9"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8088dependencies = [
8089 "base64 0.21.7",
8090 "bytes 1.11.1",
8091 "headers-core",
8092 "http 0.2.12",
8093 "httpdate",
8094 "mime",
8095 "sha1",
8096]
8097
8098[[package]]
8099name = "headers-core"
8100version = "0.2.0"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8103dependencies = [
8104 "http 0.2.12",
8105]
8106
8107[[package]]
8108name = "heck"
8109version = "0.3.3"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8112dependencies = [
8113 "unicode-segmentation",
8114]
8115
8116[[package]]
8117name = "heck"
8118version = "0.4.1"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8121dependencies = [
8122 "unicode-segmentation",
8123]
8124
8125[[package]]
8126name = "heck"
8127version = "0.5.0"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8130
8131[[package]]
8132name = "heed"
8133version = "0.21.0"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8136dependencies = [
8137 "bitflags 2.10.0",
8138 "byteorder",
8139 "heed-traits",
8140 "heed-types",
8141 "libc",
8142 "lmdb-master-sys",
8143 "once_cell",
8144 "page_size",
8145 "serde",
8146 "synchronoise",
8147 "url",
8148]
8149
8150[[package]]
8151name = "heed-traits"
8152version = "0.20.0"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8155
8156[[package]]
8157name = "heed-types"
8158version = "0.21.0"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8161dependencies = [
8162 "bincode",
8163 "byteorder",
8164 "heed-traits",
8165 "serde",
8166 "serde_json",
8167]
8168
8169[[package]]
8170name = "hermit-abi"
8171version = "0.5.2"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8174
8175[[package]]
8176name = "hex"
8177version = "0.4.3"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8180
8181[[package]]
8182name = "hexf-parse"
8183version = "0.2.1"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8186
8187[[package]]
8188name = "hkdf"
8189version = "0.12.4"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8192dependencies = [
8193 "hmac",
8194]
8195
8196[[package]]
8197name = "hmac"
8198version = "0.12.1"
8199source = "registry+https://github.com/rust-lang/crates.io-index"
8200checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8201dependencies = [
8202 "digest",
8203]
8204
8205[[package]]
8206name = "home"
8207version = "0.5.11"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8210dependencies = [
8211 "windows-sys 0.59.0",
8212]
8213
8214[[package]]
8215name = "hound"
8216version = "3.5.1"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8219
8220[[package]]
8221name = "html5ever"
8222version = "0.27.0"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8225dependencies = [
8226 "log",
8227 "mac",
8228 "markup5ever 0.12.1",
8229 "proc-macro2",
8230 "quote",
8231 "syn 2.0.117",
8232]
8233
8234[[package]]
8235name = "html5ever"
8236version = "0.35.0"
8237source = "registry+https://github.com/rust-lang/crates.io-index"
8238checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8239dependencies = [
8240 "log",
8241 "markup5ever 0.35.0",
8242 "match_token",
8243]
8244
8245[[package]]
8246name = "html_to_markdown"
8247version = "0.1.0"
8248dependencies = [
8249 "anyhow",
8250 "html5ever 0.27.0",
8251 "indoc",
8252 "markup5ever_rcdom",
8253 "pretty_assertions",
8254 "regex",
8255]
8256
8257[[package]]
8258name = "http"
8259version = "0.2.12"
8260source = "registry+https://github.com/rust-lang/crates.io-index"
8261checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8262dependencies = [
8263 "bytes 1.11.1",
8264 "fnv",
8265 "itoa",
8266]
8267
8268[[package]]
8269name = "http"
8270version = "1.3.1"
8271source = "registry+https://github.com/rust-lang/crates.io-index"
8272checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8273dependencies = [
8274 "bytes 1.11.1",
8275 "fnv",
8276 "itoa",
8277]
8278
8279[[package]]
8280name = "http-body"
8281version = "0.4.6"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8284dependencies = [
8285 "bytes 1.11.1",
8286 "http 0.2.12",
8287 "pin-project-lite",
8288]
8289
8290[[package]]
8291name = "http-body"
8292version = "1.0.1"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8295dependencies = [
8296 "bytes 1.11.1",
8297 "http 1.3.1",
8298]
8299
8300[[package]]
8301name = "http-body-util"
8302version = "0.1.3"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8305dependencies = [
8306 "bytes 1.11.1",
8307 "futures-core",
8308 "http 1.3.1",
8309 "http-body 1.0.1",
8310 "pin-project-lite",
8311]
8312
8313[[package]]
8314name = "http-range-header"
8315version = "0.3.1"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8318
8319[[package]]
8320name = "http_client"
8321version = "0.1.0"
8322dependencies = [
8323 "anyhow",
8324 "async-compression",
8325 "async-fs",
8326 "async-tar",
8327 "bytes 1.11.1",
8328 "derive_more",
8329 "futures 0.3.31",
8330 "http 1.3.1",
8331 "http-body 1.0.1",
8332 "log",
8333 "parking_lot",
8334 "serde",
8335 "serde_json",
8336 "serde_urlencoded",
8337 "sha2",
8338 "tempfile",
8339 "url",
8340 "util",
8341]
8342
8343[[package]]
8344name = "http_client_tls"
8345version = "0.1.0"
8346dependencies = [
8347 "rustls 0.23.33",
8348 "rustls-platform-verifier",
8349]
8350
8351[[package]]
8352name = "httparse"
8353version = "1.10.1"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8356
8357[[package]]
8358name = "httpdate"
8359version = "1.0.3"
8360source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8362
8363[[package]]
8364name = "human_bytes"
8365version = "0.4.3"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8368
8369[[package]]
8370name = "humantime"
8371version = "2.3.0"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8374
8375[[package]]
8376name = "hyper"
8377version = "0.14.32"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8380dependencies = [
8381 "bytes 1.11.1",
8382 "futures-channel",
8383 "futures-core",
8384 "futures-util",
8385 "h2 0.3.27",
8386 "http 0.2.12",
8387 "http-body 0.4.6",
8388 "httparse",
8389 "httpdate",
8390 "itoa",
8391 "pin-project-lite",
8392 "socket2 0.5.10",
8393 "tokio",
8394 "tower-service",
8395 "tracing",
8396 "want",
8397]
8398
8399[[package]]
8400name = "hyper"
8401version = "1.7.0"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8404dependencies = [
8405 "atomic-waker",
8406 "bytes 1.11.1",
8407 "futures-channel",
8408 "futures-core",
8409 "h2 0.4.12",
8410 "http 1.3.1",
8411 "http-body 1.0.1",
8412 "httparse",
8413 "itoa",
8414 "pin-project-lite",
8415 "pin-utils",
8416 "smallvec",
8417 "tokio",
8418 "want",
8419]
8420
8421[[package]]
8422name = "hyper-rustls"
8423version = "0.24.2"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8426dependencies = [
8427 "futures-util",
8428 "http 0.2.12",
8429 "hyper 0.14.32",
8430 "log",
8431 "rustls 0.21.12",
8432 "rustls-native-certs 0.6.3",
8433 "tokio",
8434 "tokio-rustls 0.24.1",
8435]
8436
8437[[package]]
8438name = "hyper-rustls"
8439version = "0.27.7"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8442dependencies = [
8443 "http 1.3.1",
8444 "hyper 1.7.0",
8445 "hyper-util",
8446 "rustls 0.23.33",
8447 "rustls-native-certs 0.8.2",
8448 "rustls-pki-types",
8449 "tokio",
8450 "tokio-rustls 0.26.2",
8451 "tower-service",
8452]
8453
8454[[package]]
8455name = "hyper-tls"
8456version = "0.5.0"
8457source = "registry+https://github.com/rust-lang/crates.io-index"
8458checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8459dependencies = [
8460 "bytes 1.11.1",
8461 "hyper 0.14.32",
8462 "native-tls",
8463 "tokio",
8464 "tokio-native-tls",
8465]
8466
8467[[package]]
8468name = "hyper-util"
8469version = "0.1.17"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8472dependencies = [
8473 "base64 0.22.1",
8474 "bytes 1.11.1",
8475 "futures-channel",
8476 "futures-core",
8477 "futures-util",
8478 "http 1.3.1",
8479 "http-body 1.0.1",
8480 "hyper 1.7.0",
8481 "ipnet",
8482 "libc",
8483 "percent-encoding",
8484 "pin-project-lite",
8485 "socket2 0.6.1",
8486 "tokio",
8487 "tower-service",
8488 "tracing",
8489]
8490
8491[[package]]
8492name = "iana-time-zone"
8493version = "0.1.64"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8496dependencies = [
8497 "android_system_properties",
8498 "core-foundation-sys",
8499 "iana-time-zone-haiku",
8500 "js-sys",
8501 "log",
8502 "wasm-bindgen",
8503 "windows-core 0.62.2",
8504]
8505
8506[[package]]
8507name = "iana-time-zone-haiku"
8508version = "0.1.2"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8511dependencies = [
8512 "cc",
8513]
8514
8515[[package]]
8516name = "icons"
8517version = "0.1.0"
8518dependencies = [
8519 "serde",
8520 "strum 0.27.2",
8521]
8522
8523[[package]]
8524name = "icu_collections"
8525version = "2.0.0"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8528dependencies = [
8529 "displaydoc",
8530 "potential_utf",
8531 "yoke 0.8.0",
8532 "zerofrom",
8533 "zerovec",
8534]
8535
8536[[package]]
8537name = "icu_locale_core"
8538version = "2.0.0"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8541dependencies = [
8542 "displaydoc",
8543 "litemap",
8544 "tinystr",
8545 "writeable",
8546 "zerovec",
8547]
8548
8549[[package]]
8550name = "icu_normalizer"
8551version = "2.0.0"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8554dependencies = [
8555 "displaydoc",
8556 "icu_collections",
8557 "icu_normalizer_data",
8558 "icu_properties",
8559 "icu_provider",
8560 "smallvec",
8561 "zerovec",
8562]
8563
8564[[package]]
8565name = "icu_normalizer_data"
8566version = "2.0.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8569
8570[[package]]
8571name = "icu_properties"
8572version = "2.0.1"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8575dependencies = [
8576 "displaydoc",
8577 "icu_collections",
8578 "icu_locale_core",
8579 "icu_properties_data",
8580 "icu_provider",
8581 "potential_utf",
8582 "zerotrie",
8583 "zerovec",
8584]
8585
8586[[package]]
8587name = "icu_properties_data"
8588version = "2.0.1"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8591
8592[[package]]
8593name = "icu_provider"
8594version = "2.0.0"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8597dependencies = [
8598 "displaydoc",
8599 "icu_locale_core",
8600 "stable_deref_trait",
8601 "tinystr",
8602 "writeable",
8603 "yoke 0.8.0",
8604 "zerofrom",
8605 "zerotrie",
8606 "zerovec",
8607]
8608
8609[[package]]
8610name = "id-arena"
8611version = "2.2.1"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8614
8615[[package]]
8616name = "ident_case"
8617version = "1.0.1"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8620
8621[[package]]
8622name = "idna"
8623version = "1.1.0"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8626dependencies = [
8627 "idna_adapter",
8628 "smallvec",
8629 "utf8_iter",
8630]
8631
8632[[package]]
8633name = "idna_adapter"
8634version = "1.2.1"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8637dependencies = [
8638 "icu_normalizer",
8639 "icu_properties",
8640]
8641
8642[[package]]
8643name = "ignore"
8644version = "0.4.24"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8647dependencies = [
8648 "crossbeam-deque",
8649 "globset",
8650 "log",
8651 "memchr",
8652 "regex-automata",
8653 "same-file",
8654 "walkdir",
8655 "winapi-util",
8656]
8657
8658[[package]]
8659name = "image"
8660version = "0.25.8"
8661source = "registry+https://github.com/rust-lang/crates.io-index"
8662checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8663dependencies = [
8664 "bytemuck",
8665 "byteorder-lite",
8666 "color_quant",
8667 "exr",
8668 "gif",
8669 "image-webp",
8670 "moxcms",
8671 "num-traits",
8672 "png 0.18.0",
8673 "qoi",
8674 "ravif",
8675 "rayon",
8676 "rgb",
8677 "tiff",
8678 "zune-core",
8679 "zune-jpeg",
8680]
8681
8682[[package]]
8683name = "image-webp"
8684version = "0.2.4"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8687dependencies = [
8688 "byteorder-lite",
8689 "quick-error 2.0.1",
8690]
8691
8692[[package]]
8693name = "image_viewer"
8694version = "0.1.0"
8695dependencies = [
8696 "anyhow",
8697 "db",
8698 "editor",
8699 "file_icons",
8700 "gpui",
8701 "language",
8702 "log",
8703 "project",
8704 "serde",
8705 "settings",
8706 "theme",
8707 "ui",
8708 "util",
8709 "workspace",
8710]
8711
8712[[package]]
8713name = "imagesize"
8714version = "0.13.0"
8715source = "registry+https://github.com/rust-lang/crates.io-index"
8716checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8717
8718[[package]]
8719name = "imara-diff"
8720version = "0.1.8"
8721source = "registry+https://github.com/rust-lang/crates.io-index"
8722checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8723dependencies = [
8724 "hashbrown 0.15.5",
8725]
8726
8727[[package]]
8728name = "imgref"
8729version = "1.12.0"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8732
8733[[package]]
8734name = "indenter"
8735version = "0.3.4"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8738
8739[[package]]
8740name = "indexmap"
8741version = "2.11.4"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8744dependencies = [
8745 "equivalent",
8746 "hashbrown 0.16.1",
8747 "serde",
8748 "serde_core",
8749]
8750
8751[[package]]
8752name = "indoc"
8753version = "2.0.6"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8756
8757[[package]]
8758name = "inherent"
8759version = "1.0.13"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8762dependencies = [
8763 "proc-macro2",
8764 "quote",
8765 "syn 2.0.117",
8766]
8767
8768[[package]]
8769name = "inotify"
8770version = "0.9.6"
8771source = "registry+https://github.com/rust-lang/crates.io-index"
8772checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8773dependencies = [
8774 "bitflags 1.3.2",
8775 "inotify-sys",
8776 "libc",
8777]
8778
8779[[package]]
8780name = "inotify"
8781version = "0.11.0"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8784dependencies = [
8785 "bitflags 2.10.0",
8786 "inotify-sys",
8787 "libc",
8788]
8789
8790[[package]]
8791name = "inotify-sys"
8792version = "0.1.5"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8795dependencies = [
8796 "libc",
8797]
8798
8799[[package]]
8800name = "inout"
8801version = "0.1.4"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8804dependencies = [
8805 "block-padding",
8806 "generic-array",
8807]
8808
8809[[package]]
8810name = "inspector_ui"
8811version = "0.1.0"
8812dependencies = [
8813 "anyhow",
8814 "command_palette_hooks",
8815 "editor",
8816 "fuzzy",
8817 "gpui",
8818 "language",
8819 "project",
8820 "serde_json",
8821 "serde_json_lenient",
8822 "theme",
8823 "ui",
8824 "util",
8825 "util_macros",
8826 "workspace",
8827 "zed_actions",
8828]
8829
8830[[package]]
8831name = "install_cli"
8832version = "0.1.0"
8833dependencies = [
8834 "anyhow",
8835 "client",
8836 "gpui",
8837 "release_channel",
8838 "smol",
8839 "util",
8840 "workspace",
8841]
8842
8843[[package]]
8844name = "instant"
8845version = "0.1.13"
8846source = "registry+https://github.com/rust-lang/crates.io-index"
8847checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8848dependencies = [
8849 "cfg-if",
8850]
8851
8852[[package]]
8853name = "interpolate_name"
8854version = "0.2.4"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8857dependencies = [
8858 "proc-macro2",
8859 "quote",
8860 "syn 2.0.117",
8861]
8862
8863[[package]]
8864name = "inventory"
8865version = "0.3.21"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8868dependencies = [
8869 "rustversion",
8870]
8871
8872[[package]]
8873name = "io-extras"
8874version = "0.18.4"
8875source = "registry+https://github.com/rust-lang/crates.io-index"
8876checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8877dependencies = [
8878 "io-lifetimes",
8879 "windows-sys 0.59.0",
8880]
8881
8882[[package]]
8883name = "io-lifetimes"
8884version = "2.0.4"
8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8887
8888[[package]]
8889name = "io-surface"
8890version = "0.16.1"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8893dependencies = [
8894 "cgl",
8895 "core-foundation 0.10.0",
8896 "core-foundation-sys",
8897 "leaky-cow",
8898]
8899
8900[[package]]
8901name = "iovec"
8902version = "0.1.4"
8903source = "registry+https://github.com/rust-lang/crates.io-index"
8904checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8905dependencies = [
8906 "libc",
8907]
8908
8909[[package]]
8910name = "ipc-channel"
8911version = "0.19.0"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8914dependencies = [
8915 "bincode",
8916 "crossbeam-channel",
8917 "fnv",
8918 "lazy_static",
8919 "libc",
8920 "mio 1.1.0",
8921 "rand 0.8.5",
8922 "serde",
8923 "tempfile",
8924 "uuid",
8925 "windows 0.58.0",
8926]
8927
8928[[package]]
8929name = "ipnet"
8930version = "2.11.0"
8931source = "registry+https://github.com/rust-lang/crates.io-index"
8932checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8933
8934[[package]]
8935name = "iri-string"
8936version = "0.7.8"
8937source = "registry+https://github.com/rust-lang/crates.io-index"
8938checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8939dependencies = [
8940 "memchr",
8941 "serde",
8942]
8943
8944[[package]]
8945name = "is-docker"
8946version = "0.2.0"
8947source = "registry+https://github.com/rust-lang/crates.io-index"
8948checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8949dependencies = [
8950 "once_cell",
8951]
8952
8953[[package]]
8954name = "is-terminal"
8955version = "0.4.16"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8958dependencies = [
8959 "hermit-abi",
8960 "libc",
8961 "windows-sys 0.59.0",
8962]
8963
8964[[package]]
8965name = "is-wsl"
8966version = "0.4.0"
8967source = "registry+https://github.com/rust-lang/crates.io-index"
8968checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8969dependencies = [
8970 "is-docker",
8971 "once_cell",
8972]
8973
8974[[package]]
8975name = "is_executable"
8976version = "1.0.5"
8977source = "registry+https://github.com/rust-lang/crates.io-index"
8978checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
8979dependencies = [
8980 "windows-sys 0.60.2",
8981]
8982
8983[[package]]
8984name = "is_terminal_polyfill"
8985version = "1.70.1"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8988
8989[[package]]
8990name = "itertools"
8991version = "0.10.5"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8994dependencies = [
8995 "either",
8996]
8997
8998[[package]]
8999name = "itertools"
9000version = "0.11.0"
9001source = "registry+https://github.com/rust-lang/crates.io-index"
9002checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9003dependencies = [
9004 "either",
9005]
9006
9007[[package]]
9008name = "itertools"
9009version = "0.12.1"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9012dependencies = [
9013 "either",
9014]
9015
9016[[package]]
9017name = "itertools"
9018version = "0.14.0"
9019source = "registry+https://github.com/rust-lang/crates.io-index"
9020checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9021dependencies = [
9022 "either",
9023]
9024
9025[[package]]
9026name = "itoa"
9027version = "1.0.15"
9028source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9030
9031[[package]]
9032name = "jiff"
9033version = "0.2.15"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9036dependencies = [
9037 "jiff-static",
9038 "log",
9039 "portable-atomic",
9040 "portable-atomic-util",
9041 "serde",
9042]
9043
9044[[package]]
9045name = "jiff-static"
9046version = "0.2.15"
9047source = "registry+https://github.com/rust-lang/crates.io-index"
9048checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9049dependencies = [
9050 "proc-macro2",
9051 "quote",
9052 "syn 2.0.117",
9053]
9054
9055[[package]]
9056name = "jni"
9057version = "0.21.1"
9058source = "registry+https://github.com/rust-lang/crates.io-index"
9059checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9060dependencies = [
9061 "cesu8",
9062 "cfg-if",
9063 "combine",
9064 "jni-sys",
9065 "log",
9066 "thiserror 1.0.69",
9067 "walkdir",
9068 "windows-sys 0.45.0",
9069]
9070
9071[[package]]
9072name = "jni-sys"
9073version = "0.3.0"
9074source = "registry+https://github.com/rust-lang/crates.io-index"
9075checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9076
9077[[package]]
9078name = "jobserver"
9079version = "0.1.34"
9080source = "registry+https://github.com/rust-lang/crates.io-index"
9081checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9082dependencies = [
9083 "getrandom 0.3.4",
9084 "libc",
9085]
9086
9087[[package]]
9088name = "journal"
9089version = "0.1.0"
9090dependencies = [
9091 "anyhow",
9092 "chrono",
9093 "editor",
9094 "gpui",
9095 "log",
9096 "serde",
9097 "settings",
9098 "shellexpand 2.1.2",
9099 "workspace",
9100]
9101
9102[[package]]
9103name = "js-sys"
9104version = "0.3.90"
9105source = "registry+https://github.com/rust-lang/crates.io-index"
9106checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9107dependencies = [
9108 "once_cell",
9109 "wasm-bindgen",
9110]
9111
9112[[package]]
9113name = "json5"
9114version = "0.4.1"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9117dependencies = [
9118 "pest",
9119 "pest_derive",
9120 "serde",
9121]
9122
9123[[package]]
9124name = "json_dotpath"
9125version = "1.1.0"
9126source = "registry+https://github.com/rust-lang/crates.io-index"
9127checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9128dependencies = [
9129 "serde",
9130 "serde_derive",
9131 "serde_json",
9132 "thiserror 1.0.69",
9133]
9134
9135[[package]]
9136name = "json_schema_store"
9137version = "0.1.0"
9138dependencies = [
9139 "anyhow",
9140 "collections",
9141 "dap",
9142 "extension",
9143 "gpui",
9144 "language",
9145 "parking_lot",
9146 "paths",
9147 "project",
9148 "schemars",
9149 "serde",
9150 "serde_json",
9151 "settings",
9152 "snippet_provider",
9153 "task",
9154 "theme",
9155 "util",
9156]
9157
9158[[package]]
9159name = "jsonschema"
9160version = "0.37.4"
9161source = "registry+https://github.com/rust-lang/crates.io-index"
9162checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9163dependencies = [
9164 "ahash 0.8.12",
9165 "bytecount",
9166 "data-encoding",
9167 "email_address",
9168 "fancy-regex 0.16.2",
9169 "fraction",
9170 "getrandom 0.3.4",
9171 "idna",
9172 "itoa",
9173 "num-cmp",
9174 "num-traits",
9175 "percent-encoding",
9176 "referencing",
9177 "regex",
9178 "regex-syntax",
9179 "reqwest 0.12.24",
9180 "serde",
9181 "serde_json",
9182 "unicode-general-category",
9183 "uuid-simd",
9184]
9185
9186[[package]]
9187name = "jsonwebtoken"
9188version = "10.3.0"
9189source = "registry+https://github.com/rust-lang/crates.io-index"
9190checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9191dependencies = [
9192 "aws-lc-rs",
9193 "base64 0.22.1",
9194 "getrandom 0.2.16",
9195 "js-sys",
9196 "pem",
9197 "serde",
9198 "serde_json",
9199 "signature 2.2.0",
9200 "simple_asn1",
9201]
9202
9203[[package]]
9204name = "jupyter-protocol"
9205version = "1.4.0"
9206source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9208dependencies = [
9209 "async-trait",
9210 "bytes 1.11.1",
9211 "chrono",
9212 "futures 0.3.31",
9213 "serde",
9214 "serde_json",
9215 "thiserror 2.0.17",
9216 "uuid",
9217]
9218
9219[[package]]
9220name = "jupyter-websocket-client"
9221version = "1.0.0"
9222source = "registry+https://github.com/rust-lang/crates.io-index"
9223checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9224dependencies = [
9225 "anyhow",
9226 "async-trait",
9227 "async-tungstenite",
9228 "futures 0.3.31",
9229 "jupyter-protocol",
9230 "serde",
9231 "serde_json",
9232 "tokio",
9233 "url",
9234 "uuid",
9235]
9236
9237[[package]]
9238name = "keymap_editor"
9239version = "0.1.0"
9240dependencies = [
9241 "anyhow",
9242 "collections",
9243 "command_palette",
9244 "component",
9245 "db",
9246 "editor",
9247 "fs",
9248 "fuzzy",
9249 "gpui",
9250 "itertools 0.14.0",
9251 "json_schema_store",
9252 "language",
9253 "log",
9254 "menu",
9255 "notifications",
9256 "paths",
9257 "project",
9258 "search",
9259 "serde",
9260 "serde_json",
9261 "settings",
9262 "telemetry",
9263 "tempfile",
9264 "theme",
9265 "tree-sitter-json",
9266 "tree-sitter-rust",
9267 "ui",
9268 "ui_input",
9269 "util",
9270 "workspace",
9271 "zed_actions",
9272]
9273
9274[[package]]
9275name = "khronos-egl"
9276version = "6.0.0"
9277source = "registry+https://github.com/rust-lang/crates.io-index"
9278checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9279dependencies = [
9280 "libc",
9281 "libloading",
9282 "pkg-config",
9283]
9284
9285[[package]]
9286name = "khronos_api"
9287version = "3.1.0"
9288source = "registry+https://github.com/rust-lang/crates.io-index"
9289checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9290
9291[[package]]
9292name = "kqueue"
9293version = "1.1.1"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9296dependencies = [
9297 "kqueue-sys",
9298 "libc",
9299]
9300
9301[[package]]
9302name = "kqueue-sys"
9303version = "1.0.4"
9304source = "registry+https://github.com/rust-lang/crates.io-index"
9305checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9306dependencies = [
9307 "bitflags 1.3.2",
9308 "libc",
9309]
9310
9311[[package]]
9312name = "kurbo"
9313version = "0.11.3"
9314source = "registry+https://github.com/rust-lang/crates.io-index"
9315checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9316dependencies = [
9317 "arrayvec",
9318 "euclid",
9319 "smallvec",
9320]
9321
9322[[package]]
9323name = "kv-log-macro"
9324version = "1.0.7"
9325source = "registry+https://github.com/rust-lang/crates.io-index"
9326checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9327dependencies = [
9328 "log",
9329]
9330
9331[[package]]
9332name = "language"
9333version = "0.1.0"
9334dependencies = [
9335 "anyhow",
9336 "async-trait",
9337 "clock",
9338 "collections",
9339 "ctor",
9340 "diffy",
9341 "ec4rs",
9342 "encoding_rs",
9343 "fs",
9344 "futures 0.3.31",
9345 "fuzzy",
9346 "globset",
9347 "gpui",
9348 "http_client",
9349 "imara-diff",
9350 "indoc",
9351 "itertools 0.14.0",
9352 "log",
9353 "lsp",
9354 "parking_lot",
9355 "postage",
9356 "pretty_assertions",
9357 "rand 0.9.2",
9358 "regex",
9359 "rpc",
9360 "schemars",
9361 "semver",
9362 "serde",
9363 "serde_json",
9364 "settings",
9365 "shellexpand 2.1.2",
9366 "smallvec",
9367 "smol",
9368 "streaming-iterator",
9369 "strsim",
9370 "sum_tree",
9371 "task",
9372 "text",
9373 "theme",
9374 "toml 0.8.23",
9375 "tracing",
9376 "tree-sitter",
9377 "tree-sitter-elixir",
9378 "tree-sitter-embedded-template",
9379 "tree-sitter-heex",
9380 "tree-sitter-html",
9381 "tree-sitter-json",
9382 "tree-sitter-md",
9383 "tree-sitter-python",
9384 "tree-sitter-ruby",
9385 "tree-sitter-rust",
9386 "tree-sitter-typescript",
9387 "unicase",
9388 "unindent",
9389 "util",
9390 "watch",
9391 "zlog",
9392 "ztracing",
9393]
9394
9395[[package]]
9396name = "language_extension"
9397version = "0.1.0"
9398dependencies = [
9399 "anyhow",
9400 "async-trait",
9401 "collections",
9402 "extension",
9403 "fs",
9404 "futures 0.3.31",
9405 "gpui",
9406 "language",
9407 "log",
9408 "lsp",
9409 "project",
9410 "serde",
9411 "serde_json",
9412 "tracing",
9413 "util",
9414 "ztracing",
9415]
9416
9417[[package]]
9418name = "language_model"
9419version = "0.1.0"
9420dependencies = [
9421 "anthropic",
9422 "anyhow",
9423 "base64 0.22.1",
9424 "client",
9425 "cloud_api_client",
9426 "cloud_api_types",
9427 "cloud_llm_client",
9428 "collections",
9429 "credentials_provider",
9430 "futures 0.3.31",
9431 "gpui",
9432 "http_client",
9433 "icons",
9434 "image",
9435 "log",
9436 "open_ai",
9437 "open_router",
9438 "parking_lot",
9439 "proto",
9440 "schemars",
9441 "serde",
9442 "serde_json",
9443 "settings",
9444 "smol",
9445 "thiserror 2.0.17",
9446 "util",
9447 "zed_env_vars",
9448]
9449
9450[[package]]
9451name = "language_models"
9452version = "0.1.0"
9453dependencies = [
9454 "ai_onboarding",
9455 "anthropic",
9456 "anyhow",
9457 "aws-config",
9458 "aws-credential-types",
9459 "aws_http_client",
9460 "base64 0.22.1",
9461 "bedrock",
9462 "client",
9463 "cloud_api_types",
9464 "cloud_llm_client",
9465 "collections",
9466 "component",
9467 "convert_case 0.8.0",
9468 "copilot",
9469 "copilot_chat",
9470 "copilot_ui",
9471 "credentials_provider",
9472 "deepseek",
9473 "extension",
9474 "extension_host",
9475 "fs",
9476 "futures 0.3.31",
9477 "google_ai",
9478 "gpui",
9479 "gpui_tokio",
9480 "http_client",
9481 "language",
9482 "language_model",
9483 "lmstudio",
9484 "log",
9485 "menu",
9486 "mistral",
9487 "ollama",
9488 "open_ai",
9489 "open_router",
9490 "partial-json-fixer",
9491 "pretty_assertions",
9492 "release_channel",
9493 "schemars",
9494 "semver",
9495 "serde",
9496 "serde_json",
9497 "settings",
9498 "smol",
9499 "strum 0.27.2",
9500 "thiserror 2.0.17",
9501 "tiktoken-rs",
9502 "tokio",
9503 "ui",
9504 "ui_input",
9505 "util",
9506 "vercel",
9507 "x_ai",
9508]
9509
9510[[package]]
9511name = "language_onboarding"
9512version = "0.1.0"
9513dependencies = [
9514 "db",
9515 "editor",
9516 "gpui",
9517 "project",
9518 "ui",
9519 "workspace",
9520]
9521
9522[[package]]
9523name = "language_selector"
9524version = "0.1.0"
9525dependencies = [
9526 "anyhow",
9527 "editor",
9528 "file_icons",
9529 "fuzzy",
9530 "gpui",
9531 "language",
9532 "open_path_prompt",
9533 "picker",
9534 "project",
9535 "serde_json",
9536 "settings",
9537 "ui",
9538 "util",
9539 "workspace",
9540]
9541
9542[[package]]
9543name = "language_tools"
9544version = "0.1.0"
9545dependencies = [
9546 "anyhow",
9547 "client",
9548 "collections",
9549 "command_palette_hooks",
9550 "edit_prediction",
9551 "editor",
9552 "futures 0.3.31",
9553 "gpui",
9554 "itertools 0.14.0",
9555 "language",
9556 "lsp",
9557 "menu",
9558 "project",
9559 "proto",
9560 "release_channel",
9561 "semver",
9562 "serde_json",
9563 "settings",
9564 "sysinfo 0.37.2",
9565 "telemetry",
9566 "theme",
9567 "tree-sitter",
9568 "ui",
9569 "util",
9570 "workspace",
9571 "zed_actions",
9572 "zlog",
9573]
9574
9575[[package]]
9576name = "languages"
9577version = "0.1.0"
9578dependencies = [
9579 "anyhow",
9580 "async-compression",
9581 "async-fs",
9582 "async-tar",
9583 "async-trait",
9584 "chrono",
9585 "collections",
9586 "futures 0.3.31",
9587 "globset",
9588 "gpui",
9589 "http_client",
9590 "itertools 0.14.0",
9591 "json_schema_store",
9592 "language",
9593 "log",
9594 "lsp",
9595 "node_runtime",
9596 "parking_lot",
9597 "pet",
9598 "pet-conda",
9599 "pet-core",
9600 "pet-fs",
9601 "pet-poetry",
9602 "pet-reporter",
9603 "pet-virtualenv",
9604 "pretty_assertions",
9605 "project",
9606 "regex",
9607 "rope",
9608 "rust-embed",
9609 "semver",
9610 "serde",
9611 "serde_json",
9612 "serde_json_lenient",
9613 "settings",
9614 "smallvec",
9615 "smol",
9616 "snippet",
9617 "task",
9618 "terminal",
9619 "theme",
9620 "toml 0.8.23",
9621 "tree-sitter",
9622 "tree-sitter-bash",
9623 "tree-sitter-c",
9624 "tree-sitter-cpp",
9625 "tree-sitter-css",
9626 "tree-sitter-diff",
9627 "tree-sitter-gitcommit",
9628 "tree-sitter-go",
9629 "tree-sitter-gomod",
9630 "tree-sitter-gowork",
9631 "tree-sitter-jsdoc",
9632 "tree-sitter-json",
9633 "tree-sitter-md",
9634 "tree-sitter-python",
9635 "tree-sitter-regex",
9636 "tree-sitter-rust",
9637 "tree-sitter-typescript",
9638 "tree-sitter-yaml",
9639 "unindent",
9640 "url",
9641 "util",
9642]
9643
9644[[package]]
9645name = "lazy_static"
9646version = "1.5.0"
9647source = "registry+https://github.com/rust-lang/crates.io-index"
9648checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9649dependencies = [
9650 "spin 0.9.8",
9651]
9652
9653[[package]]
9654name = "leak"
9655version = "0.1.2"
9656source = "registry+https://github.com/rust-lang/crates.io-index"
9657checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9658
9659[[package]]
9660name = "leaky-cow"
9661version = "0.1.1"
9662source = "registry+https://github.com/rust-lang/crates.io-index"
9663checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9664dependencies = [
9665 "leak",
9666]
9667
9668[[package]]
9669name = "leb128"
9670version = "0.2.5"
9671source = "registry+https://github.com/rust-lang/crates.io-index"
9672checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9673
9674[[package]]
9675name = "leb128fmt"
9676version = "0.1.0"
9677source = "registry+https://github.com/rust-lang/crates.io-index"
9678checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9679
9680[[package]]
9681name = "lebe"
9682version = "0.5.3"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9685
9686[[package]]
9687name = "libc"
9688version = "0.2.182"
9689source = "registry+https://github.com/rust-lang/crates.io-index"
9690checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9691
9692[[package]]
9693name = "libdbus-sys"
9694version = "0.2.6"
9695source = "registry+https://github.com/rust-lang/crates.io-index"
9696checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9697dependencies = [
9698 "cc",
9699 "pkg-config",
9700]
9701
9702[[package]]
9703name = "libfuzzer-sys"
9704version = "0.4.10"
9705source = "registry+https://github.com/rust-lang/crates.io-index"
9706checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9707dependencies = [
9708 "arbitrary",
9709 "cc",
9710]
9711
9712[[package]]
9713name = "libgit2-sys"
9714version = "0.18.3+1.9.2"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9717dependencies = [
9718 "cc",
9719 "libc",
9720 "libz-sys",
9721 "pkg-config",
9722]
9723
9724[[package]]
9725name = "libloading"
9726version = "0.8.9"
9727source = "registry+https://github.com/rust-lang/crates.io-index"
9728checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9729dependencies = [
9730 "cfg-if",
9731 "windows-link 0.2.1",
9732]
9733
9734[[package]]
9735name = "libm"
9736version = "0.2.15"
9737source = "registry+https://github.com/rust-lang/crates.io-index"
9738checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9739
9740[[package]]
9741name = "libmimalloc-sys"
9742version = "0.1.44"
9743source = "registry+https://github.com/rust-lang/crates.io-index"
9744checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9745dependencies = [
9746 "cc",
9747 "libc",
9748]
9749
9750[[package]]
9751name = "libredox"
9752version = "0.1.10"
9753source = "registry+https://github.com/rust-lang/crates.io-index"
9754checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9755dependencies = [
9756 "bitflags 2.10.0",
9757 "libc",
9758 "redox_syscall 0.5.18",
9759]
9760
9761[[package]]
9762name = "libsqlite3-sys"
9763version = "0.30.1"
9764source = "registry+https://github.com/rust-lang/crates.io-index"
9765checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9766dependencies = [
9767 "cc",
9768 "pkg-config",
9769 "vcpkg",
9770]
9771
9772[[package]]
9773name = "libwebrtc"
9774version = "0.3.26"
9775source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9776dependencies = [
9777 "cxx",
9778 "glib",
9779 "jni",
9780 "js-sys",
9781 "lazy_static",
9782 "livekit-protocol",
9783 "livekit-runtime",
9784 "log",
9785 "parking_lot",
9786 "serde",
9787 "serde_json",
9788 "thiserror 1.0.69",
9789 "tokio",
9790 "wasm-bindgen",
9791 "wasm-bindgen-futures",
9792 "web-sys",
9793 "webrtc-sys",
9794]
9795
9796[[package]]
9797name = "libz-sys"
9798version = "1.1.22"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9801dependencies = [
9802 "cc",
9803 "libc",
9804 "pkg-config",
9805 "vcpkg",
9806]
9807
9808[[package]]
9809name = "line_ending_selector"
9810version = "0.1.0"
9811dependencies = [
9812 "editor",
9813 "gpui",
9814 "language",
9815 "picker",
9816 "project",
9817 "ui",
9818 "util",
9819 "workspace",
9820]
9821
9822[[package]]
9823name = "linebender_resource_handle"
9824version = "0.1.1"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9827
9828[[package]]
9829name = "link-cplusplus"
9830version = "1.0.12"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9833dependencies = [
9834 "cc",
9835]
9836
9837[[package]]
9838name = "linkify"
9839version = "0.10.0"
9840source = "registry+https://github.com/rust-lang/crates.io-index"
9841checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9842dependencies = [
9843 "memchr",
9844]
9845
9846[[package]]
9847name = "linux-raw-sys"
9848version = "0.4.15"
9849source = "registry+https://github.com/rust-lang/crates.io-index"
9850checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9851
9852[[package]]
9853name = "linux-raw-sys"
9854version = "0.11.0"
9855source = "registry+https://github.com/rust-lang/crates.io-index"
9856checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9857
9858[[package]]
9859name = "litemap"
9860version = "0.8.0"
9861source = "registry+https://github.com/rust-lang/crates.io-index"
9862checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9863
9864[[package]]
9865name = "litrs"
9866version = "1.0.0"
9867source = "registry+https://github.com/rust-lang/crates.io-index"
9868checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9869
9870[[package]]
9871name = "livekit"
9872version = "0.7.32"
9873source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9874dependencies = [
9875 "base64 0.22.1",
9876 "bmrng",
9877 "bytes 1.11.1",
9878 "chrono",
9879 "futures-util",
9880 "lazy_static",
9881 "libloading",
9882 "libwebrtc",
9883 "livekit-api",
9884 "livekit-protocol",
9885 "livekit-runtime",
9886 "log",
9887 "parking_lot",
9888 "prost 0.12.6",
9889 "semver",
9890 "serde",
9891 "serde_json",
9892 "thiserror 1.0.69",
9893 "tokio",
9894]
9895
9896[[package]]
9897name = "livekit-api"
9898version = "0.4.14"
9899source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9900dependencies = [
9901 "base64 0.21.7",
9902 "futures-util",
9903 "http 1.3.1",
9904 "livekit-protocol",
9905 "livekit-runtime",
9906 "log",
9907 "parking_lot",
9908 "pbjson-types",
9909 "prost 0.12.6",
9910 "rand 0.9.2",
9911 "reqwest 0.12.24",
9912 "rustls-native-certs 0.6.3",
9913 "scopeguard",
9914 "serde",
9915 "sha2",
9916 "thiserror 1.0.69",
9917 "tokio",
9918 "tokio-rustls 0.26.2",
9919 "tokio-tungstenite 0.28.0",
9920 "url",
9921]
9922
9923[[package]]
9924name = "livekit-protocol"
9925version = "0.7.1"
9926source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9927dependencies = [
9928 "futures-util",
9929 "livekit-runtime",
9930 "parking_lot",
9931 "pbjson",
9932 "pbjson-types",
9933 "prost 0.12.6",
9934 "serde",
9935 "thiserror 1.0.69",
9936 "tokio",
9937]
9938
9939[[package]]
9940name = "livekit-runtime"
9941version = "0.4.0"
9942source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9943dependencies = [
9944 "tokio",
9945 "tokio-stream",
9946]
9947
9948[[package]]
9949name = "livekit_api"
9950version = "0.1.0"
9951dependencies = [
9952 "anyhow",
9953 "async-trait",
9954 "jsonwebtoken",
9955 "log",
9956 "prost 0.9.0",
9957 "prost-build 0.9.0",
9958 "prost-types 0.9.0",
9959 "serde",
9960 "zed-reqwest",
9961]
9962
9963[[package]]
9964name = "livekit_client"
9965version = "0.1.0"
9966dependencies = [
9967 "anyhow",
9968 "async-trait",
9969 "audio",
9970 "cocoa 0.26.0",
9971 "collections",
9972 "core-foundation 0.10.0",
9973 "core-video",
9974 "coreaudio-rs 0.12.1",
9975 "cpal",
9976 "futures 0.3.31",
9977 "gpui",
9978 "gpui_platform",
9979 "gpui_tokio",
9980 "http_client_tls",
9981 "image",
9982 "libwebrtc",
9983 "livekit",
9984 "livekit_api",
9985 "log",
9986 "nanoid",
9987 "objc",
9988 "parking_lot",
9989 "postage",
9990 "rodio",
9991 "serde",
9992 "serde_json",
9993 "serde_urlencoded",
9994 "settings",
9995 "simplelog",
9996 "smallvec",
9997 "ui",
9998 "util",
9999 "zed-scap",
10000]
10001
10002[[package]]
10003name = "lmdb-master-sys"
10004version = "0.2.5"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10007dependencies = [
10008 "cc",
10009 "doxygen-rs",
10010 "libc",
10011]
10012
10013[[package]]
10014name = "lmstudio"
10015version = "0.1.0"
10016dependencies = [
10017 "anyhow",
10018 "futures 0.3.31",
10019 "http_client",
10020 "schemars",
10021 "serde",
10022 "serde_json",
10023]
10024
10025[[package]]
10026name = "lock_api"
10027version = "0.4.14"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10030dependencies = [
10031 "scopeguard",
10032]
10033
10034[[package]]
10035name = "log"
10036version = "0.4.29"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10039dependencies = [
10040 "serde_core",
10041 "value-bag",
10042]
10043
10044[[package]]
10045name = "loom"
10046version = "0.7.2"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10049dependencies = [
10050 "cfg-if",
10051 "generator",
10052 "scoped-tls",
10053 "tracing",
10054 "tracing-subscriber",
10055]
10056
10057[[package]]
10058name = "loop9"
10059version = "0.1.5"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10062dependencies = [
10063 "imgref",
10064]
10065
10066[[package]]
10067name = "lru"
10068version = "0.12.5"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10071dependencies = [
10072 "hashbrown 0.15.5",
10073]
10074
10075[[package]]
10076name = "lru-slab"
10077version = "0.1.2"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10080
10081[[package]]
10082name = "lsp"
10083version = "0.1.0"
10084dependencies = [
10085 "anyhow",
10086 "async-pipe",
10087 "collections",
10088 "ctor",
10089 "futures 0.3.31",
10090 "gpui",
10091 "gpui_util",
10092 "log",
10093 "lsp-types",
10094 "parking_lot",
10095 "postage",
10096 "release_channel",
10097 "schemars",
10098 "semver",
10099 "serde",
10100 "serde_json",
10101 "smol",
10102 "util",
10103 "zlog",
10104]
10105
10106[[package]]
10107name = "lsp-types"
10108version = "0.95.1"
10109source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10110dependencies = [
10111 "bitflags 1.3.2",
10112 "serde",
10113 "serde_json",
10114 "url",
10115]
10116
10117[[package]]
10118name = "lyon"
10119version = "1.0.16"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10122dependencies = [
10123 "lyon_algorithms",
10124 "lyon_extra",
10125 "lyon_tessellation",
10126]
10127
10128[[package]]
10129name = "lyon_algorithms"
10130version = "1.0.16"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10133dependencies = [
10134 "lyon_path",
10135 "num-traits",
10136]
10137
10138[[package]]
10139name = "lyon_extra"
10140version = "1.0.3"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10143dependencies = [
10144 "lyon_path",
10145 "thiserror 1.0.69",
10146]
10147
10148[[package]]
10149name = "lyon_geom"
10150version = "1.0.17"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10153dependencies = [
10154 "arrayvec",
10155 "euclid",
10156 "num-traits",
10157]
10158
10159[[package]]
10160name = "lyon_path"
10161version = "1.0.16"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10164dependencies = [
10165 "lyon_geom",
10166 "num-traits",
10167]
10168
10169[[package]]
10170name = "lyon_tessellation"
10171version = "1.0.16"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10174dependencies = [
10175 "float_next_after",
10176 "lyon_path",
10177 "num-traits",
10178]
10179
10180[[package]]
10181name = "mac"
10182version = "0.1.1"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10185
10186[[package]]
10187name = "mach2"
10188version = "0.4.3"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10191dependencies = [
10192 "libc",
10193]
10194
10195[[package]]
10196name = "mach2"
10197version = "0.5.0"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10200dependencies = [
10201 "libc",
10202]
10203
10204[[package]]
10205name = "malloc_buf"
10206version = "0.0.6"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10209dependencies = [
10210 "libc",
10211]
10212
10213[[package]]
10214name = "maplit"
10215version = "1.0.2"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10218
10219[[package]]
10220name = "markdown"
10221version = "0.1.0"
10222dependencies = [
10223 "assets",
10224 "base64 0.22.1",
10225 "collections",
10226 "env_logger 0.11.8",
10227 "fs",
10228 "futures 0.3.31",
10229 "gpui",
10230 "gpui_platform",
10231 "language",
10232 "languages",
10233 "linkify",
10234 "log",
10235 "node_runtime",
10236 "pulldown-cmark 0.13.0",
10237 "settings",
10238 "sum_tree",
10239 "theme",
10240 "ui",
10241 "util",
10242]
10243
10244[[package]]
10245name = "markdown_preview"
10246version = "0.1.0"
10247dependencies = [
10248 "anyhow",
10249 "async-recursion",
10250 "collections",
10251 "editor",
10252 "fs",
10253 "gpui",
10254 "html5ever 0.27.0",
10255 "language",
10256 "linkify",
10257 "log",
10258 "markdown",
10259 "markup5ever_rcdom",
10260 "mermaid-rs-renderer",
10261 "pretty_assertions",
10262 "pulldown-cmark 0.13.0",
10263 "settings",
10264 "stacksafe",
10265 "theme",
10266 "ui",
10267 "urlencoding",
10268 "util",
10269 "workspace",
10270 "zed_actions",
10271]
10272
10273[[package]]
10274name = "markup5ever"
10275version = "0.12.1"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10278dependencies = [
10279 "log",
10280 "phf 0.11.3",
10281 "phf_codegen",
10282 "string_cache",
10283 "string_cache_codegen",
10284 "tendril",
10285]
10286
10287[[package]]
10288name = "markup5ever"
10289version = "0.35.0"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10292dependencies = [
10293 "log",
10294 "tendril",
10295 "web_atoms",
10296]
10297
10298[[package]]
10299name = "markup5ever_rcdom"
10300version = "0.3.0"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10303dependencies = [
10304 "html5ever 0.27.0",
10305 "markup5ever 0.12.1",
10306 "tendril",
10307 "xml5ever",
10308]
10309
10310[[package]]
10311name = "match_token"
10312version = "0.35.0"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10315dependencies = [
10316 "proc-macro2",
10317 "quote",
10318 "syn 2.0.117",
10319]
10320
10321[[package]]
10322name = "matchers"
10323version = "0.2.0"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10326dependencies = [
10327 "regex-automata",
10328]
10329
10330[[package]]
10331name = "matchit"
10332version = "0.7.3"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10335
10336[[package]]
10337name = "maybe-owned"
10338version = "0.3.4"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10341
10342[[package]]
10343name = "maybe-rayon"
10344version = "0.1.1"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10347dependencies = [
10348 "cfg-if",
10349 "rayon",
10350]
10351
10352[[package]]
10353name = "md-5"
10354version = "0.10.6"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10357dependencies = [
10358 "cfg-if",
10359 "digest",
10360]
10361
10362[[package]]
10363name = "mdbook"
10364version = "0.4.40"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10367dependencies = [
10368 "ammonia",
10369 "anyhow",
10370 "chrono",
10371 "clap",
10372 "clap_complete",
10373 "elasticlunr-rs",
10374 "env_logger 0.11.8",
10375 "futures-util",
10376 "handlebars 5.1.2",
10377 "ignore",
10378 "log",
10379 "memchr",
10380 "notify 6.1.1",
10381 "notify-debouncer-mini",
10382 "once_cell",
10383 "opener",
10384 "pathdiff",
10385 "pulldown-cmark 0.10.3",
10386 "regex",
10387 "serde",
10388 "serde_json",
10389 "shlex",
10390 "tempfile",
10391 "tokio",
10392 "toml 0.5.11",
10393 "topological-sort",
10394 "walkdir",
10395 "warp",
10396]
10397
10398[[package]]
10399name = "media"
10400version = "0.1.0"
10401dependencies = [
10402 "anyhow",
10403 "bindgen 0.71.1",
10404 "core-foundation 0.10.0",
10405 "core-video",
10406 "ctor",
10407 "foreign-types 0.5.0",
10408 "metal",
10409 "objc",
10410]
10411
10412[[package]]
10413name = "memchr"
10414version = "2.7.6"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10417
10418[[package]]
10419name = "memfd"
10420version = "0.6.5"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10423dependencies = [
10424 "rustix 1.1.2",
10425]
10426
10427[[package]]
10428name = "memmap2"
10429version = "0.9.8"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10432dependencies = [
10433 "libc",
10434 "stable_deref_trait",
10435]
10436
10437[[package]]
10438name = "memoffset"
10439version = "0.9.1"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10442dependencies = [
10443 "autocfg",
10444]
10445
10446[[package]]
10447name = "menu"
10448version = "0.1.0"
10449dependencies = [
10450 "gpui",
10451]
10452
10453[[package]]
10454name = "merge"
10455version = "0.1.0"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10458dependencies = [
10459 "merge_derive",
10460 "num-traits",
10461]
10462
10463[[package]]
10464name = "merge_derive"
10465version = "0.1.0"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10468dependencies = [
10469 "proc-macro-error",
10470 "proc-macro2",
10471 "quote",
10472 "syn 1.0.109",
10473]
10474
10475[[package]]
10476name = "mermaid-rs-renderer"
10477version = "0.2.0"
10478source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10479dependencies = [
10480 "anyhow",
10481 "fontdb 0.16.2",
10482 "json5",
10483 "once_cell",
10484 "regex",
10485 "serde",
10486 "serde_json",
10487 "thiserror 2.0.17",
10488 "ttf-parser 0.20.0",
10489]
10490
10491[[package]]
10492name = "metal"
10493version = "0.33.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10496dependencies = [
10497 "bitflags 2.10.0",
10498 "block",
10499 "core-graphics-types 0.2.0",
10500 "foreign-types 0.5.0",
10501 "log",
10502 "objc",
10503 "paste",
10504]
10505
10506[[package]]
10507name = "migrator"
10508version = "0.1.0"
10509dependencies = [
10510 "anyhow",
10511 "collections",
10512 "convert_case 0.8.0",
10513 "log",
10514 "pretty_assertions",
10515 "serde_json",
10516 "serde_json_lenient",
10517 "settings_content",
10518 "settings_json",
10519 "streaming-iterator",
10520 "tree-sitter",
10521 "tree-sitter-json",
10522 "unindent",
10523]
10524
10525[[package]]
10526name = "mimalloc"
10527version = "0.1.48"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10530dependencies = [
10531 "libmimalloc-sys",
10532]
10533
10534[[package]]
10535name = "mime"
10536version = "0.3.17"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10539
10540[[package]]
10541name = "mime_guess"
10542version = "2.0.5"
10543source = "registry+https://github.com/rust-lang/crates.io-index"
10544checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10545dependencies = [
10546 "mime",
10547 "unicase",
10548]
10549
10550[[package]]
10551name = "minidump-common"
10552version = "0.26.1"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10555dependencies = [
10556 "bitflags 2.10.0",
10557 "debugid",
10558 "num-derive",
10559 "num-traits",
10560 "range-map",
10561 "scroll",
10562 "smart-default",
10563]
10564
10565[[package]]
10566name = "minidump-writer"
10567version = "0.11.0"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10570dependencies = [
10571 "bitflags 2.10.0",
10572 "byteorder",
10573 "cfg-if",
10574 "crash-context",
10575 "error-graph",
10576 "failspot",
10577 "goblin",
10578 "libc",
10579 "log",
10580 "mach2 0.4.3",
10581 "memmap2",
10582 "memoffset",
10583 "minidump-common",
10584 "nix 0.29.0",
10585 "procfs-core",
10586 "scroll",
10587 "serde",
10588 "serde_json",
10589 "tempfile",
10590 "thiserror 2.0.17",
10591]
10592
10593[[package]]
10594name = "minidumper"
10595version = "0.9.0"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10598dependencies = [
10599 "cfg-if",
10600 "crash-context",
10601 "libc",
10602 "log",
10603 "minidump-writer",
10604 "parking_lot",
10605 "polling",
10606 "scroll",
10607 "thiserror 2.0.17",
10608 "uds",
10609]
10610
10611[[package]]
10612name = "minimal-lexical"
10613version = "0.2.1"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10616
10617[[package]]
10618name = "miniprofiler_ui"
10619version = "0.1.0"
10620dependencies = [
10621 "gpui",
10622 "rpc",
10623 "serde_json",
10624 "smol",
10625 "theme",
10626 "util",
10627 "workspace",
10628 "zed_actions",
10629]
10630
10631[[package]]
10632name = "miniz_oxide"
10633version = "0.8.9"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10636dependencies = [
10637 "adler2",
10638 "simd-adler32",
10639]
10640
10641[[package]]
10642name = "mio"
10643version = "0.8.11"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10646dependencies = [
10647 "libc",
10648 "log",
10649 "wasi",
10650 "windows-sys 0.48.0",
10651]
10652
10653[[package]]
10654name = "mio"
10655version = "1.1.0"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10658dependencies = [
10659 "libc",
10660 "log",
10661 "wasi",
10662 "windows-sys 0.61.2",
10663]
10664
10665[[package]]
10666name = "miow"
10667version = "0.6.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10670dependencies = [
10671 "windows-sys 0.61.2",
10672]
10673
10674[[package]]
10675name = "mistral"
10676version = "0.1.0"
10677dependencies = [
10678 "anyhow",
10679 "futures 0.3.31",
10680 "http_client",
10681 "schemars",
10682 "serde",
10683 "serde_json",
10684 "strum 0.27.2",
10685]
10686
10687[[package]]
10688name = "moka"
10689version = "0.12.11"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10692dependencies = [
10693 "crossbeam-channel",
10694 "crossbeam-epoch",
10695 "crossbeam-utils",
10696 "equivalent",
10697 "parking_lot",
10698 "portable-atomic",
10699 "rustc_version",
10700 "smallvec",
10701 "tagptr",
10702 "uuid",
10703]
10704
10705[[package]]
10706name = "moxcms"
10707version = "0.7.7"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10710dependencies = [
10711 "num-traits",
10712 "pxfm",
10713]
10714
10715[[package]]
10716name = "msvc_spectre_libs"
10717version = "0.1.3"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10720dependencies = [
10721 "cc",
10722]
10723
10724[[package]]
10725name = "multi_buffer"
10726version = "0.1.0"
10727dependencies = [
10728 "anyhow",
10729 "buffer_diff",
10730 "clock",
10731 "collections",
10732 "ctor",
10733 "gpui",
10734 "indoc",
10735 "itertools 0.14.0",
10736 "language",
10737 "log",
10738 "parking_lot",
10739 "pretty_assertions",
10740 "rand 0.9.2",
10741 "rope",
10742 "serde",
10743 "settings",
10744 "smallvec",
10745 "smol",
10746 "sum_tree",
10747 "text",
10748 "theme",
10749 "tracing",
10750 "tree-sitter",
10751 "util",
10752 "zlog",
10753 "ztracing",
10754]
10755
10756[[package]]
10757name = "multimap"
10758version = "0.8.3"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10761
10762[[package]]
10763name = "naga"
10764version = "28.0.0"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
10767dependencies = [
10768 "arrayvec",
10769 "bit-set",
10770 "bitflags 2.10.0",
10771 "cfg-if",
10772 "cfg_aliases 0.2.1",
10773 "codespan-reporting 0.12.0",
10774 "half",
10775 "hashbrown 0.16.1",
10776 "hexf-parse",
10777 "indexmap",
10778 "libm",
10779 "log",
10780 "num-traits",
10781 "once_cell",
10782 "rustc-hash 1.1.0",
10783 "thiserror 2.0.17",
10784 "unicode-ident",
10785]
10786
10787[[package]]
10788name = "naga"
10789version = "28.0.1"
10790source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
10791dependencies = [
10792 "arrayvec",
10793 "bit-set",
10794 "bitflags 2.10.0",
10795 "cfg-if",
10796 "cfg_aliases 0.2.1",
10797 "codespan-reporting 0.12.0",
10798 "half",
10799 "hashbrown 0.16.1",
10800 "hexf-parse",
10801 "indexmap",
10802 "libm",
10803 "log",
10804 "num-traits",
10805 "once_cell",
10806 "rustc-hash 1.1.0",
10807 "spirv",
10808 "thiserror 2.0.17",
10809 "unicode-ident",
10810]
10811
10812[[package]]
10813name = "nanoid"
10814version = "0.4.0"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10817dependencies = [
10818 "rand 0.8.5",
10819]
10820
10821[[package]]
10822name = "nanorand"
10823version = "0.7.0"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10826dependencies = [
10827 "getrandom 0.2.16",
10828]
10829
10830[[package]]
10831name = "native-tls"
10832version = "0.2.14"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10835dependencies = [
10836 "libc",
10837 "log",
10838 "openssl",
10839 "openssl-probe",
10840 "openssl-sys",
10841 "schannel",
10842 "security-framework 2.11.1",
10843 "security-framework-sys",
10844 "tempfile",
10845]
10846
10847[[package]]
10848name = "nbformat"
10849version = "1.2.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10852dependencies = [
10853 "anyhow",
10854 "chrono",
10855 "jupyter-protocol",
10856 "serde",
10857 "serde_json",
10858 "thiserror 1.0.69",
10859 "uuid",
10860]
10861
10862[[package]]
10863name = "nc"
10864version = "0.1.0"
10865dependencies = [
10866 "anyhow",
10867 "futures 0.3.31",
10868 "net",
10869 "smol",
10870]
10871
10872[[package]]
10873name = "ndk"
10874version = "0.9.0"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10877dependencies = [
10878 "bitflags 2.10.0",
10879 "jni-sys",
10880 "log",
10881 "ndk-sys",
10882 "num_enum",
10883 "thiserror 1.0.69",
10884]
10885
10886[[package]]
10887name = "ndk-context"
10888version = "0.1.1"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10891
10892[[package]]
10893name = "ndk-sys"
10894version = "0.6.0+11769913"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10897dependencies = [
10898 "jni-sys",
10899]
10900
10901[[package]]
10902name = "net"
10903version = "0.1.0"
10904dependencies = [
10905 "anyhow",
10906 "async-io",
10907 "smol",
10908 "tempfile",
10909 "windows 0.61.3",
10910]
10911
10912[[package]]
10913name = "new_debug_unreachable"
10914version = "1.0.6"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10917
10918[[package]]
10919name = "nix"
10920version = "0.28.0"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10923dependencies = [
10924 "bitflags 2.10.0",
10925 "cfg-if",
10926 "cfg_aliases 0.1.1",
10927 "libc",
10928]
10929
10930[[package]]
10931name = "nix"
10932version = "0.29.0"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10935dependencies = [
10936 "bitflags 2.10.0",
10937 "cfg-if",
10938 "cfg_aliases 0.2.1",
10939 "libc",
10940]
10941
10942[[package]]
10943name = "nix"
10944version = "0.30.1"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10947dependencies = [
10948 "bitflags 2.10.0",
10949 "cfg-if",
10950 "cfg_aliases 0.2.1",
10951 "libc",
10952]
10953
10954[[package]]
10955name = "node_runtime"
10956version = "0.1.0"
10957dependencies = [
10958 "anyhow",
10959 "async-compression",
10960 "async-std",
10961 "async-tar",
10962 "async-trait",
10963 "futures 0.3.31",
10964 "http_client",
10965 "log",
10966 "paths",
10967 "semver",
10968 "serde",
10969 "serde_json",
10970 "smol",
10971 "util",
10972 "watch",
10973 "which 6.0.3",
10974]
10975
10976[[package]]
10977name = "nom"
10978version = "7.1.3"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10981dependencies = [
10982 "memchr",
10983 "minimal-lexical",
10984]
10985
10986[[package]]
10987name = "nom"
10988version = "8.0.0"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10991dependencies = [
10992 "memchr",
10993]
10994
10995[[package]]
10996name = "noop_proc_macro"
10997version = "0.3.0"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11000
11001[[package]]
11002name = "normpath"
11003version = "1.5.0"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11006dependencies = [
11007 "windows-sys 0.61.2",
11008]
11009
11010[[package]]
11011name = "notifications"
11012version = "0.1.0"
11013dependencies = [
11014 "anyhow",
11015 "channel",
11016 "client",
11017 "component",
11018 "db",
11019 "gpui",
11020 "rpc",
11021 "sum_tree",
11022 "time",
11023 "ui",
11024 "util",
11025 "workspace",
11026 "zed_actions",
11027]
11028
11029[[package]]
11030name = "notify"
11031version = "6.1.1"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11034dependencies = [
11035 "bitflags 2.10.0",
11036 "crossbeam-channel",
11037 "filetime",
11038 "fsevent-sys",
11039 "inotify 0.9.6",
11040 "kqueue",
11041 "libc",
11042 "log",
11043 "mio 0.8.11",
11044 "walkdir",
11045 "windows-sys 0.48.0",
11046]
11047
11048[[package]]
11049name = "notify"
11050version = "8.2.0"
11051source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11052dependencies = [
11053 "bitflags 2.10.0",
11054 "fsevent-sys",
11055 "inotify 0.11.0",
11056 "kqueue",
11057 "libc",
11058 "log",
11059 "mio 1.1.0",
11060 "notify-types",
11061 "walkdir",
11062 "windows-sys 0.60.2",
11063]
11064
11065[[package]]
11066name = "notify-debouncer-mini"
11067version = "0.4.1"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11070dependencies = [
11071 "crossbeam-channel",
11072 "log",
11073 "notify 6.1.1",
11074]
11075
11076[[package]]
11077name = "notify-types"
11078version = "2.0.0"
11079source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11080
11081[[package]]
11082name = "ntapi"
11083version = "0.4.1"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11086dependencies = [
11087 "winapi",
11088]
11089
11090[[package]]
11091name = "nu-ansi-term"
11092version = "0.50.3"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11095dependencies = [
11096 "windows-sys 0.61.2",
11097]
11098
11099[[package]]
11100name = "num"
11101version = "0.4.3"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11104dependencies = [
11105 "num-bigint",
11106 "num-complex",
11107 "num-integer",
11108 "num-iter",
11109 "num-rational",
11110 "num-traits",
11111]
11112
11113[[package]]
11114name = "num-bigint"
11115version = "0.4.6"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11118dependencies = [
11119 "num-integer",
11120 "num-traits",
11121]
11122
11123[[package]]
11124name = "num-bigint-dig"
11125version = "0.8.6"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11128dependencies = [
11129 "lazy_static",
11130 "libm",
11131 "num-integer",
11132 "num-iter",
11133 "num-traits",
11134 "rand 0.8.5",
11135 "smallvec",
11136 "zeroize",
11137]
11138
11139[[package]]
11140name = "num-bigint-dig"
11141version = "0.9.1"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11144dependencies = [
11145 "libm",
11146 "num-integer",
11147 "num-iter",
11148 "num-traits",
11149 "once_cell",
11150 "rand 0.9.2",
11151 "serde",
11152 "smallvec",
11153 "zeroize",
11154]
11155
11156[[package]]
11157name = "num-cmp"
11158version = "0.1.0"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11161
11162[[package]]
11163name = "num-complex"
11164version = "0.4.6"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11167dependencies = [
11168 "bytemuck",
11169 "num-traits",
11170]
11171
11172[[package]]
11173name = "num-conv"
11174version = "0.2.0"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11177
11178[[package]]
11179name = "num-derive"
11180version = "0.4.2"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11183dependencies = [
11184 "proc-macro2",
11185 "quote",
11186 "syn 2.0.117",
11187]
11188
11189[[package]]
11190name = "num-format"
11191version = "0.4.4"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11194dependencies = [
11195 "arrayvec",
11196 "itoa",
11197]
11198
11199[[package]]
11200name = "num-integer"
11201version = "0.1.46"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11204dependencies = [
11205 "num-traits",
11206]
11207
11208[[package]]
11209name = "num-iter"
11210version = "0.1.45"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11213dependencies = [
11214 "autocfg",
11215 "num-integer",
11216 "num-traits",
11217]
11218
11219[[package]]
11220name = "num-rational"
11221version = "0.4.2"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11224dependencies = [
11225 "num-bigint",
11226 "num-integer",
11227 "num-traits",
11228]
11229
11230[[package]]
11231name = "num-traits"
11232version = "0.2.19"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11235dependencies = [
11236 "autocfg",
11237 "libm",
11238]
11239
11240[[package]]
11241name = "num_cpus"
11242version = "1.17.0"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11245dependencies = [
11246 "hermit-abi",
11247 "libc",
11248]
11249
11250[[package]]
11251name = "num_enum"
11252version = "0.7.4"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11255dependencies = [
11256 "num_enum_derive",
11257 "rustversion",
11258]
11259
11260[[package]]
11261name = "num_enum_derive"
11262version = "0.7.4"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11265dependencies = [
11266 "proc-macro-crate",
11267 "proc-macro2",
11268 "quote",
11269 "syn 2.0.117",
11270]
11271
11272[[package]]
11273name = "num_threads"
11274version = "0.1.7"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11277dependencies = [
11278 "libc",
11279]
11280
11281[[package]]
11282name = "nvim-rs"
11283version = "0.9.2"
11284source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11285dependencies = [
11286 "async-trait",
11287 "futures 0.3.31",
11288 "log",
11289 "rmp",
11290 "rmpv",
11291 "tokio",
11292 "tokio-util",
11293]
11294
11295[[package]]
11296name = "objc"
11297version = "0.2.7"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11300dependencies = [
11301 "malloc_buf",
11302 "objc_exception",
11303]
11304
11305[[package]]
11306name = "objc-foundation"
11307version = "0.1.1"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11310dependencies = [
11311 "block",
11312 "objc",
11313 "objc_id",
11314]
11315
11316[[package]]
11317name = "objc2"
11318version = "0.6.3"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11321dependencies = [
11322 "objc2-encode",
11323]
11324
11325[[package]]
11326name = "objc2-audio-toolbox"
11327version = "0.3.1"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
11330dependencies = [
11331 "bitflags 2.10.0",
11332 "libc",
11333 "objc2",
11334 "objc2-core-audio",
11335 "objc2-core-audio-types",
11336 "objc2-core-foundation",
11337 "objc2-foundation",
11338]
11339
11340[[package]]
11341name = "objc2-avf-audio"
11342version = "0.3.1"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "bfc1d11521c211a7ebe17739fc806719da41f56c6b3f949d9861b459188ce910"
11345dependencies = [
11346 "objc2",
11347 "objc2-foundation",
11348]
11349
11350[[package]]
11351name = "objc2-core-audio"
11352version = "0.3.1"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
11355dependencies = [
11356 "dispatch2",
11357 "objc2",
11358 "objc2-core-audio-types",
11359 "objc2-core-foundation",
11360 "objc2-foundation",
11361]
11362
11363[[package]]
11364name = "objc2-core-audio-types"
11365version = "0.3.2"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11368dependencies = [
11369 "bitflags 2.10.0",
11370 "objc2",
11371]
11372
11373[[package]]
11374name = "objc2-core-foundation"
11375version = "0.3.2"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11378dependencies = [
11379 "bitflags 2.10.0",
11380 "block2",
11381 "dispatch2",
11382 "libc",
11383 "objc2",
11384]
11385
11386[[package]]
11387name = "objc2-encode"
11388version = "4.1.0"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11391
11392[[package]]
11393name = "objc2-foundation"
11394version = "0.3.1"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
11397dependencies = [
11398 "bitflags 2.10.0",
11399 "block2",
11400 "libc",
11401 "objc2",
11402 "objc2-core-foundation",
11403]
11404
11405[[package]]
11406name = "objc2-io-kit"
11407version = "0.3.2"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11410dependencies = [
11411 "libc",
11412 "objc2-core-foundation",
11413]
11414
11415[[package]]
11416name = "objc2-metal"
11417version = "0.3.1"
11418source = "registry+https://github.com/rust-lang/crates.io-index"
11419checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
11420dependencies = [
11421 "bitflags 2.10.0",
11422 "block2",
11423 "dispatch2",
11424 "objc2",
11425 "objc2-core-foundation",
11426 "objc2-foundation",
11427]
11428
11429[[package]]
11430name = "objc_exception"
11431version = "0.1.2"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11434dependencies = [
11435 "cc",
11436]
11437
11438[[package]]
11439name = "objc_id"
11440version = "0.1.1"
11441source = "registry+https://github.com/rust-lang/crates.io-index"
11442checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11443dependencies = [
11444 "objc",
11445]
11446
11447[[package]]
11448name = "object"
11449version = "0.36.7"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11452dependencies = [
11453 "crc32fast",
11454 "hashbrown 0.15.5",
11455 "indexmap",
11456 "memchr",
11457]
11458
11459[[package]]
11460name = "object"
11461version = "0.37.3"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11464dependencies = [
11465 "memchr",
11466]
11467
11468[[package]]
11469name = "ollama"
11470version = "0.1.0"
11471dependencies = [
11472 "anyhow",
11473 "futures 0.3.31",
11474 "http_client",
11475 "schemars",
11476 "serde",
11477 "serde_json",
11478 "settings",
11479]
11480
11481[[package]]
11482name = "onboarding"
11483version = "0.1.0"
11484dependencies = [
11485 "anyhow",
11486 "client",
11487 "component",
11488 "db",
11489 "documented",
11490 "fs",
11491 "fuzzy",
11492 "gpui",
11493 "menu",
11494 "notifications",
11495 "picker",
11496 "project",
11497 "schemars",
11498 "serde",
11499 "settings",
11500 "telemetry",
11501 "theme",
11502 "ui",
11503 "util",
11504 "vim_mode_setting",
11505 "workspace",
11506 "zed_actions",
11507 "zlog",
11508]
11509
11510[[package]]
11511name = "once_cell"
11512version = "1.21.3"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11515
11516[[package]]
11517name = "once_cell_polyfill"
11518version = "1.70.1"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11521
11522[[package]]
11523name = "oo7"
11524version = "0.6.0"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11527dependencies = [
11528 "aes",
11529 "ashpd",
11530 "async-fs",
11531 "async-io",
11532 "async-lock 3.4.2",
11533 "blocking",
11534 "cbc",
11535 "cipher",
11536 "digest",
11537 "endi",
11538 "futures-lite 2.6.1",
11539 "futures-util",
11540 "getrandom 0.4.1",
11541 "hkdf",
11542 "hmac",
11543 "md-5",
11544 "num",
11545 "num-bigint-dig 0.9.1",
11546 "pbkdf2 0.12.2",
11547 "serde",
11548 "serde_bytes",
11549 "sha2",
11550 "subtle",
11551 "zbus",
11552 "zbus_macros",
11553 "zeroize",
11554 "zvariant",
11555]
11556
11557[[package]]
11558name = "oorandom"
11559version = "11.1.5"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11562
11563[[package]]
11564name = "open"
11565version = "5.3.2"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11568dependencies = [
11569 "is-wsl",
11570 "libc",
11571 "pathdiff",
11572]
11573
11574[[package]]
11575name = "open_ai"
11576version = "0.1.0"
11577dependencies = [
11578 "anyhow",
11579 "futures 0.3.31",
11580 "http_client",
11581 "log",
11582 "rand 0.9.2",
11583 "schemars",
11584 "serde",
11585 "serde_json",
11586 "settings",
11587 "strum 0.27.2",
11588 "thiserror 2.0.17",
11589]
11590
11591[[package]]
11592name = "open_path_prompt"
11593version = "0.1.0"
11594dependencies = [
11595 "editor",
11596 "file_icons",
11597 "futures 0.3.31",
11598 "fuzzy",
11599 "gpui",
11600 "picker",
11601 "project",
11602 "schemars",
11603 "serde",
11604 "serde_json",
11605 "settings",
11606 "theme",
11607 "ui",
11608 "util",
11609 "workspace",
11610]
11611
11612[[package]]
11613name = "open_router"
11614version = "0.1.0"
11615dependencies = [
11616 "anyhow",
11617 "futures 0.3.31",
11618 "http_client",
11619 "schemars",
11620 "serde",
11621 "serde_json",
11622 "settings",
11623 "strum 0.27.2",
11624 "thiserror 2.0.17",
11625]
11626
11627[[package]]
11628name = "opener"
11629version = "0.7.2"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11632dependencies = [
11633 "bstr",
11634 "dbus",
11635 "normpath",
11636 "windows-sys 0.59.0",
11637]
11638
11639[[package]]
11640name = "openssl"
11641version = "0.10.74"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11644dependencies = [
11645 "bitflags 2.10.0",
11646 "cfg-if",
11647 "foreign-types 0.3.2",
11648 "libc",
11649 "once_cell",
11650 "openssl-macros",
11651 "openssl-sys",
11652]
11653
11654[[package]]
11655name = "openssl-macros"
11656version = "0.1.1"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11659dependencies = [
11660 "proc-macro2",
11661 "quote",
11662 "syn 2.0.117",
11663]
11664
11665[[package]]
11666name = "openssl-probe"
11667version = "0.1.6"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11670
11671[[package]]
11672name = "openssl-sys"
11673version = "0.9.110"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11676dependencies = [
11677 "cc",
11678 "libc",
11679 "pkg-config",
11680 "vcpkg",
11681]
11682
11683[[package]]
11684name = "optfield"
11685version = "0.4.0"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11688dependencies = [
11689 "proc-macro2",
11690 "quote",
11691 "syn 2.0.117",
11692]
11693
11694[[package]]
11695name = "option-ext"
11696version = "0.2.0"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11699
11700[[package]]
11701name = "ordered-float"
11702version = "2.10.1"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11705dependencies = [
11706 "num-traits",
11707]
11708
11709[[package]]
11710name = "ordered-float"
11711version = "4.6.0"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11714dependencies = [
11715 "num-traits",
11716]
11717
11718[[package]]
11719name = "ordered-stream"
11720version = "0.2.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11723dependencies = [
11724 "futures-core",
11725 "pin-project-lite",
11726]
11727
11728[[package]]
11729name = "ouroboros"
11730version = "0.18.5"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11733dependencies = [
11734 "aliasable",
11735 "ouroboros_macro",
11736 "static_assertions",
11737]
11738
11739[[package]]
11740name = "ouroboros_macro"
11741version = "0.18.5"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11744dependencies = [
11745 "heck 0.4.1",
11746 "proc-macro2",
11747 "proc-macro2-diagnostics",
11748 "quote",
11749 "syn 2.0.117",
11750]
11751
11752[[package]]
11753name = "outline"
11754version = "0.1.0"
11755dependencies = [
11756 "editor",
11757 "fuzzy",
11758 "gpui",
11759 "indoc",
11760 "language",
11761 "lsp",
11762 "menu",
11763 "ordered-float 2.10.1",
11764 "picker",
11765 "project",
11766 "rope",
11767 "serde_json",
11768 "settings",
11769 "smol",
11770 "theme",
11771 "ui",
11772 "util",
11773 "workspace",
11774 "zed_actions",
11775]
11776
11777[[package]]
11778name = "outline_panel"
11779version = "0.1.0"
11780dependencies = [
11781 "anyhow",
11782 "collections",
11783 "db",
11784 "editor",
11785 "file_icons",
11786 "fuzzy",
11787 "gpui",
11788 "itertools 0.14.0",
11789 "language",
11790 "log",
11791 "lsp",
11792 "menu",
11793 "outline",
11794 "pretty_assertions",
11795 "project",
11796 "search",
11797 "serde",
11798 "serde_json",
11799 "settings",
11800 "smallvec",
11801 "smol",
11802 "theme",
11803 "ui",
11804 "util",
11805 "workspace",
11806 "worktree",
11807 "zed_actions",
11808]
11809
11810[[package]]
11811name = "outref"
11812version = "0.5.2"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11815
11816[[package]]
11817name = "p256"
11818version = "0.11.1"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11821dependencies = [
11822 "ecdsa",
11823 "elliptic-curve",
11824 "sha2",
11825]
11826
11827[[package]]
11828name = "page_size"
11829version = "0.6.0"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11832dependencies = [
11833 "libc",
11834 "winapi",
11835]
11836
11837[[package]]
11838name = "palette"
11839version = "0.7.6"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11842dependencies = [
11843 "approx",
11844 "fast-srgb8",
11845 "palette_derive",
11846]
11847
11848[[package]]
11849name = "palette_derive"
11850version = "0.7.6"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11853dependencies = [
11854 "by_address",
11855 "proc-macro2",
11856 "quote",
11857 "syn 2.0.117",
11858]
11859
11860[[package]]
11861name = "panel"
11862version = "0.1.0"
11863dependencies = [
11864 "gpui",
11865 "ui",
11866 "workspace",
11867]
11868
11869[[package]]
11870name = "parking"
11871version = "2.2.1"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11874
11875[[package]]
11876name = "parking_lot"
11877version = "0.12.5"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11880dependencies = [
11881 "lock_api",
11882 "parking_lot_core",
11883]
11884
11885[[package]]
11886name = "parking_lot_core"
11887version = "0.9.12"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11890dependencies = [
11891 "cfg-if",
11892 "libc",
11893 "redox_syscall 0.5.18",
11894 "smallvec",
11895 "windows-link 0.2.1",
11896]
11897
11898[[package]]
11899name = "parse_int"
11900version = "0.9.0"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11903dependencies = [
11904 "num-traits",
11905]
11906
11907[[package]]
11908name = "partial-json-fixer"
11909version = "0.5.3"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11912
11913[[package]]
11914name = "password-hash"
11915version = "0.4.2"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11918dependencies = [
11919 "base64ct",
11920 "rand_core 0.6.4",
11921 "subtle",
11922]
11923
11924[[package]]
11925name = "paste"
11926version = "1.0.15"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11929
11930[[package]]
11931name = "pathdiff"
11932version = "0.2.3"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11935
11936[[package]]
11937name = "pathfinder_geometry"
11938version = "0.5.1"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11941dependencies = [
11942 "log",
11943 "pathfinder_simd",
11944]
11945
11946[[package]]
11947name = "pathfinder_simd"
11948version = "0.5.5"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11951dependencies = [
11952 "rustc_version",
11953]
11954
11955[[package]]
11956name = "paths"
11957version = "0.1.0"
11958dependencies = [
11959 "dirs 4.0.0",
11960 "ignore",
11961 "util",
11962]
11963
11964[[package]]
11965name = "pbjson"
11966version = "0.6.0"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11969dependencies = [
11970 "base64 0.21.7",
11971 "serde",
11972]
11973
11974[[package]]
11975name = "pbjson-build"
11976version = "0.6.2"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11979dependencies = [
11980 "heck 0.4.1",
11981 "itertools 0.11.0",
11982 "prost 0.12.6",
11983 "prost-types 0.12.6",
11984]
11985
11986[[package]]
11987name = "pbjson-types"
11988version = "0.6.0"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11991dependencies = [
11992 "bytes 1.11.1",
11993 "chrono",
11994 "pbjson",
11995 "pbjson-build",
11996 "prost 0.12.6",
11997 "prost-build 0.12.6",
11998 "serde",
11999]
12000
12001[[package]]
12002name = "pbkdf2"
12003version = "0.11.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12006dependencies = [
12007 "digest",
12008 "hmac",
12009 "password-hash",
12010 "sha2",
12011]
12012
12013[[package]]
12014name = "pbkdf2"
12015version = "0.12.2"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12018dependencies = [
12019 "digest",
12020 "hmac",
12021]
12022
12023[[package]]
12024name = "pciid-parser"
12025version = "0.8.0"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12028
12029[[package]]
12030name = "peg"
12031version = "0.8.5"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12034dependencies = [
12035 "peg-macros",
12036 "peg-runtime",
12037]
12038
12039[[package]]
12040name = "peg-macros"
12041version = "0.8.5"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12044dependencies = [
12045 "peg-runtime",
12046 "proc-macro2",
12047 "quote",
12048]
12049
12050[[package]]
12051name = "peg-runtime"
12052version = "0.8.5"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12055
12056[[package]]
12057name = "pem"
12058version = "3.0.6"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12061dependencies = [
12062 "base64 0.22.1",
12063 "serde_core",
12064]
12065
12066[[package]]
12067name = "pem-rfc7468"
12068version = "0.7.0"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12071dependencies = [
12072 "base64ct",
12073]
12074
12075[[package]]
12076name = "percent-encoding"
12077version = "2.3.2"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12080
12081[[package]]
12082name = "perf"
12083version = "0.1.0"
12084dependencies = [
12085 "collections",
12086 "serde",
12087 "serde_json",
12088]
12089
12090[[package]]
12091name = "pest"
12092version = "2.8.3"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12095dependencies = [
12096 "memchr",
12097 "ucd-trie",
12098]
12099
12100[[package]]
12101name = "pest_derive"
12102version = "2.8.3"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12105dependencies = [
12106 "pest",
12107 "pest_generator",
12108]
12109
12110[[package]]
12111name = "pest_generator"
12112version = "2.8.3"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12115dependencies = [
12116 "pest",
12117 "pest_meta",
12118 "proc-macro2",
12119 "quote",
12120 "syn 2.0.117",
12121]
12122
12123[[package]]
12124name = "pest_meta"
12125version = "2.8.3"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12128dependencies = [
12129 "pest",
12130 "sha2",
12131]
12132
12133[[package]]
12134name = "pet"
12135version = "0.1.0"
12136source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12137dependencies = [
12138 "clap",
12139 "env_logger 0.10.2",
12140 "lazy_static",
12141 "log",
12142 "msvc_spectre_libs",
12143 "pet-conda",
12144 "pet-core",
12145 "pet-env-var-path",
12146 "pet-fs",
12147 "pet-global-virtualenvs",
12148 "pet-homebrew",
12149 "pet-jsonrpc",
12150 "pet-linux-global-python",
12151 "pet-mac-commandlinetools",
12152 "pet-mac-python-org",
12153 "pet-mac-xcode",
12154 "pet-pipenv",
12155 "pet-pixi",
12156 "pet-poetry",
12157 "pet-pyenv",
12158 "pet-python-utils",
12159 "pet-reporter",
12160 "pet-telemetry",
12161 "pet-uv",
12162 "pet-venv",
12163 "pet-virtualenv",
12164 "pet-virtualenvwrapper",
12165 "pet-windows-registry",
12166 "pet-windows-store",
12167 "pet-winpython",
12168 "serde",
12169 "serde_json",
12170 "tracing",
12171 "tracing-subscriber",
12172 "winresource",
12173]
12174
12175[[package]]
12176name = "pet-conda"
12177version = "0.1.0"
12178source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12179dependencies = [
12180 "env_logger 0.10.2",
12181 "lazy_static",
12182 "log",
12183 "msvc_spectre_libs",
12184 "pet-core",
12185 "pet-fs",
12186 "pet-python-utils",
12187 "pet-reporter",
12188 "rayon",
12189 "regex",
12190 "serde",
12191 "serde_json",
12192 "yaml-rust2",
12193]
12194
12195[[package]]
12196name = "pet-core"
12197version = "0.1.0"
12198source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12199dependencies = [
12200 "clap",
12201 "lazy_static",
12202 "log",
12203 "msvc_spectre_libs",
12204 "pet-fs",
12205 "regex",
12206 "serde",
12207 "serde_json",
12208]
12209
12210[[package]]
12211name = "pet-env-var-path"
12212version = "0.1.0"
12213source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12214dependencies = [
12215 "lazy_static",
12216 "log",
12217 "msvc_spectre_libs",
12218 "pet-conda",
12219 "pet-core",
12220 "pet-fs",
12221 "pet-python-utils",
12222 "pet-virtualenv",
12223 "regex",
12224]
12225
12226[[package]]
12227name = "pet-fs"
12228version = "0.1.0"
12229source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12230dependencies = [
12231 "glob",
12232 "log",
12233 "msvc_spectre_libs",
12234 "windows-sys 0.59.0",
12235]
12236
12237[[package]]
12238name = "pet-global-virtualenvs"
12239version = "0.1.0"
12240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12241dependencies = [
12242 "log",
12243 "msvc_spectre_libs",
12244 "pet-conda",
12245 "pet-core",
12246 "pet-fs",
12247 "pet-virtualenv",
12248]
12249
12250[[package]]
12251name = "pet-homebrew"
12252version = "0.1.0"
12253source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12254dependencies = [
12255 "lazy_static",
12256 "log",
12257 "msvc_spectre_libs",
12258 "pet-conda",
12259 "pet-core",
12260 "pet-fs",
12261 "pet-python-utils",
12262 "pet-virtualenv",
12263 "rayon",
12264 "regex",
12265 "serde",
12266 "serde_json",
12267]
12268
12269[[package]]
12270name = "pet-jsonrpc"
12271version = "0.1.0"
12272source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12273dependencies = [
12274 "env_logger 0.10.2",
12275 "log",
12276 "msvc_spectre_libs",
12277 "pet-core",
12278 "serde",
12279 "serde_json",
12280]
12281
12282[[package]]
12283name = "pet-linux-global-python"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "log",
12288 "msvc_spectre_libs",
12289 "pet-core",
12290 "pet-fs",
12291 "pet-python-utils",
12292 "pet-virtualenv",
12293]
12294
12295[[package]]
12296name = "pet-mac-commandlinetools"
12297version = "0.1.0"
12298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12299dependencies = [
12300 "log",
12301 "msvc_spectre_libs",
12302 "pet-core",
12303 "pet-fs",
12304 "pet-python-utils",
12305 "pet-virtualenv",
12306]
12307
12308[[package]]
12309name = "pet-mac-python-org"
12310version = "0.1.0"
12311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12312dependencies = [
12313 "log",
12314 "msvc_spectre_libs",
12315 "pet-core",
12316 "pet-fs",
12317 "pet-python-utils",
12318 "pet-virtualenv",
12319]
12320
12321[[package]]
12322name = "pet-mac-xcode"
12323version = "0.1.0"
12324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12325dependencies = [
12326 "log",
12327 "msvc_spectre_libs",
12328 "pet-core",
12329 "pet-fs",
12330 "pet-python-utils",
12331 "pet-virtualenv",
12332]
12333
12334[[package]]
12335name = "pet-pipenv"
12336version = "0.1.0"
12337source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12338dependencies = [
12339 "lazy_static",
12340 "log",
12341 "msvc_spectre_libs",
12342 "pet-core",
12343 "pet-fs",
12344 "pet-python-utils",
12345 "pet-virtualenv",
12346 "regex",
12347]
12348
12349[[package]]
12350name = "pet-pixi"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "log",
12355 "msvc_spectre_libs",
12356 "pet-conda",
12357 "pet-core",
12358 "pet-python-utils",
12359]
12360
12361[[package]]
12362name = "pet-poetry"
12363version = "0.1.0"
12364source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12365dependencies = [
12366 "base64 0.22.1",
12367 "lazy_static",
12368 "log",
12369 "msvc_spectre_libs",
12370 "pet-core",
12371 "pet-fs",
12372 "pet-python-utils",
12373 "pet-reporter",
12374 "pet-virtualenv",
12375 "regex",
12376 "serde",
12377 "serde_json",
12378 "sha2",
12379 "toml 0.8.23",
12380]
12381
12382[[package]]
12383name = "pet-pyenv"
12384version = "0.1.0"
12385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12386dependencies = [
12387 "lazy_static",
12388 "log",
12389 "msvc_spectre_libs",
12390 "pet-conda",
12391 "pet-core",
12392 "pet-fs",
12393 "pet-python-utils",
12394 "pet-reporter",
12395 "regex",
12396 "serde",
12397 "serde_json",
12398]
12399
12400[[package]]
12401name = "pet-python-utils"
12402version = "0.1.0"
12403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12404dependencies = [
12405 "env_logger 0.10.2",
12406 "lazy_static",
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-core",
12410 "pet-fs",
12411 "regex",
12412 "serde",
12413 "serde_json",
12414 "sha2",
12415]
12416
12417[[package]]
12418name = "pet-reporter"
12419version = "0.1.0"
12420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12421dependencies = [
12422 "env_logger 0.10.2",
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-core",
12426 "pet-jsonrpc",
12427 "serde",
12428 "serde_json",
12429]
12430
12431[[package]]
12432name = "pet-telemetry"
12433version = "0.1.0"
12434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12435dependencies = [
12436 "env_logger 0.10.2",
12437 "lazy_static",
12438 "log",
12439 "msvc_spectre_libs",
12440 "pet-core",
12441 "pet-fs",
12442 "pet-python-utils",
12443 "regex",
12444]
12445
12446[[package]]
12447name = "pet-uv"
12448version = "0.1.0"
12449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12450dependencies = [
12451 "log",
12452 "pet-core",
12453 "pet-python-utils",
12454 "serde",
12455 "toml 0.9.8",
12456]
12457
12458[[package]]
12459name = "pet-venv"
12460version = "0.1.0"
12461source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12462dependencies = [
12463 "log",
12464 "msvc_spectre_libs",
12465 "pet-core",
12466 "pet-python-utils",
12467 "pet-virtualenv",
12468]
12469
12470[[package]]
12471name = "pet-virtualenv"
12472version = "0.1.0"
12473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12474dependencies = [
12475 "log",
12476 "msvc_spectre_libs",
12477 "pet-core",
12478 "pet-fs",
12479 "pet-python-utils",
12480]
12481
12482[[package]]
12483name = "pet-virtualenvwrapper"
12484version = "0.1.0"
12485source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12486dependencies = [
12487 "log",
12488 "msvc_spectre_libs",
12489 "pet-core",
12490 "pet-fs",
12491 "pet-python-utils",
12492 "pet-virtualenv",
12493]
12494
12495[[package]]
12496name = "pet-windows-registry"
12497version = "0.1.0"
12498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12499dependencies = [
12500 "lazy_static",
12501 "log",
12502 "msvc_spectre_libs",
12503 "pet-conda",
12504 "pet-core",
12505 "pet-fs",
12506 "pet-python-utils",
12507 "pet-virtualenv",
12508 "pet-windows-store",
12509 "regex",
12510 "winreg 0.55.0",
12511]
12512
12513[[package]]
12514name = "pet-windows-store"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "lazy_static",
12519 "log",
12520 "msvc_spectre_libs",
12521 "pet-core",
12522 "pet-fs",
12523 "pet-python-utils",
12524 "pet-virtualenv",
12525 "regex",
12526 "winreg 0.55.0",
12527]
12528
12529[[package]]
12530name = "pet-winpython"
12531version = "0.1.0"
12532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12533dependencies = [
12534 "lazy_static",
12535 "log",
12536 "pet-core",
12537 "pet-fs",
12538 "pet-python-utils",
12539 "pet-virtualenv",
12540 "regex",
12541]
12542
12543[[package]]
12544name = "petgraph"
12545version = "0.6.5"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12548dependencies = [
12549 "fixedbitset 0.4.2",
12550 "indexmap",
12551]
12552
12553[[package]]
12554name = "pgvector"
12555version = "0.4.1"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12558dependencies = [
12559 "serde",
12560]
12561
12562[[package]]
12563name = "phf"
12564version = "0.11.3"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12567dependencies = [
12568 "phf_macros 0.11.3",
12569 "phf_shared 0.11.3",
12570]
12571
12572[[package]]
12573name = "phf"
12574version = "0.12.1"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12577dependencies = [
12578 "phf_macros 0.12.1",
12579 "phf_shared 0.12.1",
12580]
12581
12582[[package]]
12583name = "phf_codegen"
12584version = "0.11.3"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12587dependencies = [
12588 "phf_generator 0.11.3",
12589 "phf_shared 0.11.3",
12590]
12591
12592[[package]]
12593name = "phf_generator"
12594version = "0.11.3"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12597dependencies = [
12598 "phf_shared 0.11.3",
12599 "rand 0.8.5",
12600]
12601
12602[[package]]
12603name = "phf_generator"
12604version = "0.12.1"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12607dependencies = [
12608 "fastrand 2.3.0",
12609 "phf_shared 0.12.1",
12610]
12611
12612[[package]]
12613name = "phf_macros"
12614version = "0.11.3"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12617dependencies = [
12618 "phf_generator 0.11.3",
12619 "phf_shared 0.11.3",
12620 "proc-macro2",
12621 "quote",
12622 "syn 2.0.117",
12623]
12624
12625[[package]]
12626name = "phf_macros"
12627version = "0.12.1"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12630dependencies = [
12631 "phf_generator 0.12.1",
12632 "phf_shared 0.12.1",
12633 "proc-macro2",
12634 "quote",
12635 "syn 2.0.117",
12636]
12637
12638[[package]]
12639name = "phf_shared"
12640version = "0.11.3"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12643dependencies = [
12644 "siphasher 1.0.1",
12645]
12646
12647[[package]]
12648name = "phf_shared"
12649version = "0.12.1"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12652dependencies = [
12653 "siphasher 1.0.1",
12654]
12655
12656[[package]]
12657name = "picker"
12658version = "0.1.0"
12659dependencies = [
12660 "anyhow",
12661 "editor",
12662 "gpui",
12663 "menu",
12664 "schemars",
12665 "serde",
12666 "settings",
12667 "theme",
12668 "ui",
12669 "ui_input",
12670 "workspace",
12671 "zed_actions",
12672]
12673
12674[[package]]
12675name = "pico-args"
12676version = "0.5.0"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12679
12680[[package]]
12681name = "pin-project"
12682version = "1.1.10"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12685dependencies = [
12686 "pin-project-internal",
12687]
12688
12689[[package]]
12690name = "pin-project-internal"
12691version = "1.1.10"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12694dependencies = [
12695 "proc-macro2",
12696 "quote",
12697 "syn 2.0.117",
12698]
12699
12700[[package]]
12701name = "pin-project-lite"
12702version = "0.2.16"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12705
12706[[package]]
12707name = "pin-utils"
12708version = "0.1.0"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12711
12712[[package]]
12713name = "piper"
12714version = "0.2.4"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12717dependencies = [
12718 "atomic-waker",
12719 "fastrand 2.3.0",
12720 "futures-io",
12721]
12722
12723[[package]]
12724name = "pkcs1"
12725version = "0.7.5"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12728dependencies = [
12729 "der 0.7.10",
12730 "pkcs8 0.10.2",
12731 "spki 0.7.3",
12732]
12733
12734[[package]]
12735name = "pkcs8"
12736version = "0.9.0"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12739dependencies = [
12740 "der 0.6.1",
12741 "spki 0.6.0",
12742]
12743
12744[[package]]
12745name = "pkcs8"
12746version = "0.10.2"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12749dependencies = [
12750 "der 0.7.10",
12751 "spki 0.7.3",
12752]
12753
12754[[package]]
12755name = "pkg-config"
12756version = "0.3.32"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12759
12760[[package]]
12761name = "plain"
12762version = "0.2.3"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12765
12766[[package]]
12767name = "platform_title_bar"
12768version = "0.1.0"
12769dependencies = [
12770 "feature_flags",
12771 "gpui",
12772 "project",
12773 "settings",
12774 "smallvec",
12775 "theme",
12776 "ui",
12777 "windows 0.61.3",
12778 "workspace",
12779 "zed_actions",
12780]
12781
12782[[package]]
12783name = "plist"
12784version = "1.8.0"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12787dependencies = [
12788 "base64 0.22.1",
12789 "indexmap",
12790 "quick-xml 0.38.3",
12791 "serde",
12792 "time",
12793]
12794
12795[[package]]
12796name = "plotters"
12797version = "0.3.7"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12800dependencies = [
12801 "num-traits",
12802 "plotters-backend",
12803 "plotters-svg",
12804 "wasm-bindgen",
12805 "web-sys",
12806]
12807
12808[[package]]
12809name = "plotters-backend"
12810version = "0.3.7"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12813
12814[[package]]
12815name = "plotters-svg"
12816version = "0.3.7"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12819dependencies = [
12820 "plotters-backend",
12821]
12822
12823[[package]]
12824name = "png"
12825version = "0.17.16"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12828dependencies = [
12829 "bitflags 1.3.2",
12830 "crc32fast",
12831 "fdeflate",
12832 "flate2",
12833 "miniz_oxide",
12834]
12835
12836[[package]]
12837name = "png"
12838version = "0.18.0"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12841dependencies = [
12842 "bitflags 2.10.0",
12843 "crc32fast",
12844 "fdeflate",
12845 "flate2",
12846 "miniz_oxide",
12847]
12848
12849[[package]]
12850name = "polling"
12851version = "3.11.0"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12854dependencies = [
12855 "cfg-if",
12856 "concurrent-queue",
12857 "hermit-abi",
12858 "pin-project-lite",
12859 "rustix 1.1.2",
12860 "windows-sys 0.61.2",
12861]
12862
12863[[package]]
12864name = "pollster"
12865version = "0.2.5"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12868
12869[[package]]
12870name = "pollster"
12871version = "0.4.0"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12874
12875[[package]]
12876name = "pori"
12877version = "0.0.0"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12880dependencies = [
12881 "nom 7.1.3",
12882]
12883
12884[[package]]
12885name = "portable-atomic"
12886version = "1.11.1"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12889
12890[[package]]
12891name = "portable-atomic-util"
12892version = "0.2.4"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12895dependencies = [
12896 "portable-atomic",
12897]
12898
12899[[package]]
12900name = "portable-pty"
12901version = "0.9.0"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12904dependencies = [
12905 "anyhow",
12906 "bitflags 1.3.2",
12907 "downcast-rs",
12908 "filedescriptor",
12909 "lazy_static",
12910 "libc",
12911 "log",
12912 "nix 0.28.0",
12913 "serial2",
12914 "shared_library",
12915 "shell-words",
12916 "winapi",
12917 "winreg 0.10.1",
12918]
12919
12920[[package]]
12921name = "postage"
12922version = "0.5.0"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12925dependencies = [
12926 "atomic",
12927 "crossbeam-queue",
12928 "futures 0.3.31",
12929 "log",
12930 "parking_lot",
12931 "pin-project",
12932 "pollster 0.2.5",
12933 "static_assertions",
12934 "thiserror 1.0.69",
12935]
12936
12937[[package]]
12938name = "postcard"
12939version = "1.1.3"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12942dependencies = [
12943 "cobs",
12944 "embedded-io 0.4.0",
12945 "embedded-io 0.6.1",
12946 "serde",
12947]
12948
12949[[package]]
12950name = "potential_utf"
12951version = "0.1.3"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12954dependencies = [
12955 "zerovec",
12956]
12957
12958[[package]]
12959name = "powerfmt"
12960version = "0.2.0"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12963
12964[[package]]
12965name = "ppv-lite86"
12966version = "0.2.21"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12969dependencies = [
12970 "zerocopy",
12971]
12972
12973[[package]]
12974name = "precomputed-hash"
12975version = "0.1.1"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12978
12979[[package]]
12980name = "presser"
12981version = "0.3.1"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12984
12985[[package]]
12986name = "prettier"
12987version = "0.1.0"
12988dependencies = [
12989 "anyhow",
12990 "collections",
12991 "fs",
12992 "gpui",
12993 "language",
12994 "log",
12995 "lsp",
12996 "node_runtime",
12997 "parking_lot",
12998 "paths",
12999 "serde",
13000 "serde_json",
13001 "util",
13002]
13003
13004[[package]]
13005name = "pretty_assertions"
13006version = "1.4.1"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13009dependencies = [
13010 "diff",
13011 "yansi",
13012]
13013
13014[[package]]
13015name = "prettyplease"
13016version = "0.2.37"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13019dependencies = [
13020 "proc-macro2",
13021 "syn 2.0.117",
13022]
13023
13024[[package]]
13025name = "primal-check"
13026version = "0.3.4"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13029dependencies = [
13030 "num-integer",
13031]
13032
13033[[package]]
13034name = "proc-macro-crate"
13035version = "3.4.0"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13038dependencies = [
13039 "toml_edit 0.23.7",
13040]
13041
13042[[package]]
13043name = "proc-macro-error"
13044version = "1.0.4"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13047dependencies = [
13048 "proc-macro-error-attr",
13049 "proc-macro2",
13050 "quote",
13051 "syn 1.0.109",
13052 "version_check",
13053]
13054
13055[[package]]
13056name = "proc-macro-error-attr"
13057version = "1.0.4"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13060dependencies = [
13061 "proc-macro2",
13062 "quote",
13063 "version_check",
13064]
13065
13066[[package]]
13067name = "proc-macro-error-attr2"
13068version = "2.0.0"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13071dependencies = [
13072 "proc-macro2",
13073 "quote",
13074]
13075
13076[[package]]
13077name = "proc-macro-error2"
13078version = "2.0.1"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13081dependencies = [
13082 "proc-macro-error-attr2",
13083 "proc-macro2",
13084 "quote",
13085 "syn 2.0.117",
13086]
13087
13088[[package]]
13089name = "proc-macro2"
13090version = "1.0.101"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13093dependencies = [
13094 "unicode-ident",
13095]
13096
13097[[package]]
13098name = "proc-macro2-diagnostics"
13099version = "0.10.1"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13102dependencies = [
13103 "proc-macro2",
13104 "quote",
13105 "syn 2.0.117",
13106 "version_check",
13107 "yansi",
13108]
13109
13110[[package]]
13111name = "procfs-core"
13112version = "0.17.0"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13115dependencies = [
13116 "bitflags 2.10.0",
13117 "hex",
13118 "serde",
13119]
13120
13121[[package]]
13122name = "profiling"
13123version = "1.0.17"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13126dependencies = [
13127 "profiling-procmacros",
13128]
13129
13130[[package]]
13131name = "profiling-procmacros"
13132version = "1.0.17"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13135dependencies = [
13136 "quote",
13137 "syn 2.0.117",
13138]
13139
13140[[package]]
13141name = "project"
13142version = "0.1.0"
13143dependencies = [
13144 "aho-corasick",
13145 "anyhow",
13146 "askpass",
13147 "async-trait",
13148 "base64 0.22.1",
13149 "buffer_diff",
13150 "circular-buffer",
13151 "client",
13152 "clock",
13153 "collections",
13154 "context_server",
13155 "dap",
13156 "encoding_rs",
13157 "extension",
13158 "fancy-regex 0.17.0",
13159 "fs",
13160 "futures 0.3.31",
13161 "fuzzy",
13162 "git",
13163 "git2",
13164 "git_hosting_providers",
13165 "globset",
13166 "gpui",
13167 "http_client",
13168 "image",
13169 "indexmap",
13170 "itertools 0.14.0",
13171 "language",
13172 "log",
13173 "lsp",
13174 "markdown",
13175 "node_runtime",
13176 "parking_lot",
13177 "paths",
13178 "postage",
13179 "prettier",
13180 "pretty_assertions",
13181 "project",
13182 "rand 0.9.2",
13183 "regex",
13184 "release_channel",
13185 "remote",
13186 "rpc",
13187 "schemars",
13188 "semver",
13189 "serde",
13190 "serde_json",
13191 "settings",
13192 "sha2",
13193 "shellexpand 2.1.2",
13194 "smallvec",
13195 "smol",
13196 "snippet",
13197 "snippet_provider",
13198 "sum_tree",
13199 "task",
13200 "tempfile",
13201 "terminal",
13202 "text",
13203 "toml 0.8.23",
13204 "tracing",
13205 "unindent",
13206 "url",
13207 "util",
13208 "watch",
13209 "wax",
13210 "which 6.0.3",
13211 "worktree",
13212 "zeroize",
13213 "zlog",
13214 "ztracing",
13215]
13216
13217[[package]]
13218name = "project_benchmarks"
13219version = "0.1.0"
13220dependencies = [
13221 "anyhow",
13222 "askpass",
13223 "clap",
13224 "client",
13225 "futures 0.3.31",
13226 "gpui",
13227 "gpui_platform",
13228 "http_client",
13229 "language",
13230 "node_runtime",
13231 "project",
13232 "release_channel",
13233 "remote",
13234 "rpassword",
13235 "semver",
13236 "settings",
13237 "watch",
13238]
13239
13240[[package]]
13241name = "project_panel"
13242version = "0.1.0"
13243dependencies = [
13244 "anyhow",
13245 "client",
13246 "collections",
13247 "command_palette_hooks",
13248 "criterion",
13249 "db",
13250 "editor",
13251 "file_icons",
13252 "git",
13253 "git_ui",
13254 "gpui",
13255 "itertools 0.14.0",
13256 "language",
13257 "menu",
13258 "notifications",
13259 "pretty_assertions",
13260 "project",
13261 "rayon",
13262 "schemars",
13263 "search",
13264 "serde",
13265 "serde_json",
13266 "settings",
13267 "smallvec",
13268 "telemetry",
13269 "tempfile",
13270 "theme",
13271 "ui",
13272 "util",
13273 "workspace",
13274 "worktree",
13275 "zed_actions",
13276]
13277
13278[[package]]
13279name = "project_symbols"
13280version = "0.1.0"
13281dependencies = [
13282 "anyhow",
13283 "editor",
13284 "futures 0.3.31",
13285 "fuzzy",
13286 "gpui",
13287 "language",
13288 "lsp",
13289 "ordered-float 2.10.1",
13290 "picker",
13291 "project",
13292 "release_channel",
13293 "semver",
13294 "serde_json",
13295 "settings",
13296 "theme",
13297 "util",
13298 "workspace",
13299]
13300
13301[[package]]
13302name = "prometheus"
13303version = "0.14.0"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13306dependencies = [
13307 "cfg-if",
13308 "fnv",
13309 "lazy_static",
13310 "memchr",
13311 "parking_lot",
13312 "protobuf",
13313 "thiserror 2.0.17",
13314]
13315
13316[[package]]
13317name = "prompt_store"
13318version = "0.1.0"
13319dependencies = [
13320 "anyhow",
13321 "assets",
13322 "chrono",
13323 "collections",
13324 "fs",
13325 "futures 0.3.31",
13326 "fuzzy",
13327 "gpui",
13328 "handlebars 4.5.0",
13329 "heed",
13330 "language",
13331 "log",
13332 "parking_lot",
13333 "paths",
13334 "rope",
13335 "serde",
13336 "strum 0.27.2",
13337 "tempfile",
13338 "text",
13339 "util",
13340 "uuid",
13341]
13342
13343[[package]]
13344name = "proptest"
13345version = "1.10.0"
13346source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13347dependencies = [
13348 "bit-set",
13349 "bit-vec",
13350 "bitflags 2.10.0",
13351 "num-traits",
13352 "proptest-macro",
13353 "rand 0.9.2",
13354 "rand_chacha 0.9.0",
13355 "rand_xorshift",
13356 "regex-syntax",
13357 "rusty-fork",
13358 "tempfile",
13359 "unarray",
13360]
13361
13362[[package]]
13363name = "proptest-derive"
13364version = "0.8.0"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13367dependencies = [
13368 "proc-macro2",
13369 "quote",
13370 "syn 2.0.117",
13371]
13372
13373[[package]]
13374name = "proptest-macro"
13375version = "0.5.0"
13376source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13377dependencies = [
13378 "convert_case 0.11.0",
13379 "proc-macro2",
13380 "quote",
13381 "syn 2.0.117",
13382]
13383
13384[[package]]
13385name = "prost"
13386version = "0.9.0"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13389dependencies = [
13390 "bytes 1.11.1",
13391 "prost-derive 0.9.0",
13392]
13393
13394[[package]]
13395name = "prost"
13396version = "0.12.6"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13399dependencies = [
13400 "bytes 1.11.1",
13401 "prost-derive 0.12.6",
13402]
13403
13404[[package]]
13405name = "prost-build"
13406version = "0.9.0"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13409dependencies = [
13410 "bytes 1.11.1",
13411 "heck 0.3.3",
13412 "itertools 0.10.5",
13413 "lazy_static",
13414 "log",
13415 "multimap",
13416 "petgraph",
13417 "prost 0.9.0",
13418 "prost-types 0.9.0",
13419 "regex",
13420 "tempfile",
13421 "which 4.4.2",
13422]
13423
13424[[package]]
13425name = "prost-build"
13426version = "0.12.6"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13429dependencies = [
13430 "bytes 1.11.1",
13431 "heck 0.5.0",
13432 "itertools 0.12.1",
13433 "log",
13434 "multimap",
13435 "once_cell",
13436 "petgraph",
13437 "prettyplease",
13438 "prost 0.12.6",
13439 "prost-types 0.12.6",
13440 "regex",
13441 "syn 2.0.117",
13442 "tempfile",
13443]
13444
13445[[package]]
13446name = "prost-derive"
13447version = "0.9.0"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13450dependencies = [
13451 "anyhow",
13452 "itertools 0.10.5",
13453 "proc-macro2",
13454 "quote",
13455 "syn 1.0.109",
13456]
13457
13458[[package]]
13459name = "prost-derive"
13460version = "0.12.6"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13463dependencies = [
13464 "anyhow",
13465 "itertools 0.12.1",
13466 "proc-macro2",
13467 "quote",
13468 "syn 2.0.117",
13469]
13470
13471[[package]]
13472name = "prost-types"
13473version = "0.9.0"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13476dependencies = [
13477 "bytes 1.11.1",
13478 "prost 0.9.0",
13479]
13480
13481[[package]]
13482name = "prost-types"
13483version = "0.12.6"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13486dependencies = [
13487 "prost 0.12.6",
13488]
13489
13490[[package]]
13491name = "proto"
13492version = "0.1.0"
13493dependencies = [
13494 "anyhow",
13495 "prost 0.9.0",
13496 "prost-build 0.9.0",
13497 "serde",
13498]
13499
13500[[package]]
13501name = "protobuf"
13502version = "3.7.2"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13505dependencies = [
13506 "once_cell",
13507 "protobuf-support",
13508 "thiserror 1.0.69",
13509]
13510
13511[[package]]
13512name = "protobuf-support"
13513version = "3.7.2"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13516dependencies = [
13517 "thiserror 1.0.69",
13518]
13519
13520[[package]]
13521name = "psm"
13522version = "0.1.30"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13525dependencies = [
13526 "ar_archive_writer",
13527 "cc",
13528]
13529
13530[[package]]
13531name = "ptr_meta"
13532version = "0.1.4"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13535dependencies = [
13536 "ptr_meta_derive",
13537]
13538
13539[[package]]
13540name = "ptr_meta_derive"
13541version = "0.1.4"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13544dependencies = [
13545 "proc-macro2",
13546 "quote",
13547 "syn 1.0.109",
13548]
13549
13550[[package]]
13551name = "pulldown-cmark"
13552version = "0.10.3"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13555dependencies = [
13556 "bitflags 2.10.0",
13557 "memchr",
13558 "pulldown-cmark-escape",
13559 "unicase",
13560]
13561
13562[[package]]
13563name = "pulldown-cmark"
13564version = "0.13.0"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13567dependencies = [
13568 "bitflags 2.10.0",
13569 "memchr",
13570 "unicase",
13571]
13572
13573[[package]]
13574name = "pulldown-cmark-escape"
13575version = "0.10.1"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13578
13579[[package]]
13580name = "pulley-interpreter"
13581version = "33.0.2"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13584dependencies = [
13585 "cranelift-bitset",
13586 "log",
13587 "wasmtime-math",
13588]
13589
13590[[package]]
13591name = "pulp"
13592version = "0.18.22"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13595dependencies = [
13596 "bytemuck",
13597 "libm",
13598 "num-complex",
13599 "reborrow",
13600]
13601
13602[[package]]
13603name = "pulp"
13604version = "0.21.5"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13607dependencies = [
13608 "bytemuck",
13609 "cfg-if",
13610 "libm",
13611 "num-complex",
13612 "reborrow",
13613 "version_check",
13614]
13615
13616[[package]]
13617name = "pxfm"
13618version = "0.1.25"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13621dependencies = [
13622 "num-traits",
13623]
13624
13625[[package]]
13626name = "qoi"
13627version = "0.4.1"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13630dependencies = [
13631 "bytemuck",
13632]
13633
13634[[package]]
13635name = "quick-error"
13636version = "1.2.3"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13639
13640[[package]]
13641name = "quick-error"
13642version = "2.0.1"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13645
13646[[package]]
13647name = "quick-xml"
13648version = "0.30.0"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13651dependencies = [
13652 "memchr",
13653]
13654
13655[[package]]
13656name = "quick-xml"
13657version = "0.37.5"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13660dependencies = [
13661 "memchr",
13662]
13663
13664[[package]]
13665name = "quick-xml"
13666version = "0.38.3"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13669dependencies = [
13670 "memchr",
13671]
13672
13673[[package]]
13674name = "quinn"
13675version = "0.11.9"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13678dependencies = [
13679 "bytes 1.11.1",
13680 "cfg_aliases 0.2.1",
13681 "pin-project-lite",
13682 "quinn-proto",
13683 "quinn-udp",
13684 "rustc-hash 2.1.1",
13685 "rustls 0.23.33",
13686 "socket2 0.6.1",
13687 "thiserror 2.0.17",
13688 "tokio",
13689 "tracing",
13690 "web-time",
13691]
13692
13693[[package]]
13694name = "quinn-proto"
13695version = "0.11.13"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13698dependencies = [
13699 "bytes 1.11.1",
13700 "getrandom 0.3.4",
13701 "lru-slab",
13702 "rand 0.9.2",
13703 "ring",
13704 "rustc-hash 2.1.1",
13705 "rustls 0.23.33",
13706 "rustls-pki-types",
13707 "slab",
13708 "thiserror 2.0.17",
13709 "tinyvec",
13710 "tracing",
13711 "web-time",
13712]
13713
13714[[package]]
13715name = "quinn-udp"
13716version = "0.5.14"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13719dependencies = [
13720 "cfg_aliases 0.2.1",
13721 "libc",
13722 "once_cell",
13723 "socket2 0.6.1",
13724 "tracing",
13725 "windows-sys 0.60.2",
13726]
13727
13728[[package]]
13729name = "quote"
13730version = "1.0.41"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13733dependencies = [
13734 "proc-macro2",
13735]
13736
13737[[package]]
13738name = "r-efi"
13739version = "5.3.0"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13742
13743[[package]]
13744name = "radium"
13745version = "0.7.0"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13748
13749[[package]]
13750name = "rand"
13751version = "0.3.23"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13754dependencies = [
13755 "libc",
13756 "rand 0.4.6",
13757]
13758
13759[[package]]
13760name = "rand"
13761version = "0.4.6"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13764dependencies = [
13765 "fuchsia-cprng",
13766 "libc",
13767 "rand_core 0.3.1",
13768 "rdrand",
13769 "winapi",
13770]
13771
13772[[package]]
13773name = "rand"
13774version = "0.8.5"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13777dependencies = [
13778 "libc",
13779 "rand_chacha 0.3.1",
13780 "rand_core 0.6.4",
13781]
13782
13783[[package]]
13784name = "rand"
13785version = "0.9.2"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13788dependencies = [
13789 "rand_chacha 0.9.0",
13790 "rand_core 0.9.3",
13791]
13792
13793[[package]]
13794name = "rand_chacha"
13795version = "0.3.1"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13798dependencies = [
13799 "ppv-lite86",
13800 "rand_core 0.6.4",
13801]
13802
13803[[package]]
13804name = "rand_chacha"
13805version = "0.9.0"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13808dependencies = [
13809 "ppv-lite86",
13810 "rand_core 0.9.3",
13811]
13812
13813[[package]]
13814name = "rand_core"
13815version = "0.3.1"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13818dependencies = [
13819 "rand_core 0.4.2",
13820]
13821
13822[[package]]
13823name = "rand_core"
13824version = "0.4.2"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13827
13828[[package]]
13829name = "rand_core"
13830version = "0.6.4"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13833dependencies = [
13834 "getrandom 0.2.16",
13835]
13836
13837[[package]]
13838name = "rand_core"
13839version = "0.9.3"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13842dependencies = [
13843 "getrandom 0.3.4",
13844]
13845
13846[[package]]
13847name = "rand_distr"
13848version = "0.5.1"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13851dependencies = [
13852 "num-traits",
13853 "rand 0.9.2",
13854]
13855
13856[[package]]
13857name = "rand_pcg"
13858version = "0.3.1"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13861dependencies = [
13862 "rand_core 0.6.4",
13863]
13864
13865[[package]]
13866name = "rand_xorshift"
13867version = "0.4.0"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13870dependencies = [
13871 "rand_core 0.9.3",
13872]
13873
13874[[package]]
13875name = "random_choice"
13876version = "0.3.2"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13879dependencies = [
13880 "rand 0.3.23",
13881]
13882
13883[[package]]
13884name = "range-alloc"
13885version = "0.1.4"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13888
13889[[package]]
13890name = "range-map"
13891version = "0.2.0"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13894dependencies = [
13895 "num-traits",
13896]
13897
13898[[package]]
13899name = "rangemap"
13900version = "1.7.1"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13903
13904[[package]]
13905name = "rav1e"
13906version = "0.7.1"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13909dependencies = [
13910 "arbitrary",
13911 "arg_enum_proc_macro",
13912 "arrayvec",
13913 "av1-grain",
13914 "bitstream-io",
13915 "built",
13916 "cfg-if",
13917 "interpolate_name",
13918 "itertools 0.12.1",
13919 "libc",
13920 "libfuzzer-sys",
13921 "log",
13922 "maybe-rayon",
13923 "new_debug_unreachable",
13924 "noop_proc_macro",
13925 "num-derive",
13926 "num-traits",
13927 "once_cell",
13928 "paste",
13929 "profiling",
13930 "rand 0.8.5",
13931 "rand_chacha 0.3.1",
13932 "simd_helpers",
13933 "system-deps 6.2.2",
13934 "thiserror 1.0.69",
13935 "v_frame",
13936 "wasm-bindgen",
13937]
13938
13939[[package]]
13940name = "ravif"
13941version = "0.11.20"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13944dependencies = [
13945 "avif-serialize",
13946 "imgref",
13947 "loop9",
13948 "quick-error 2.0.1",
13949 "rav1e",
13950 "rayon",
13951 "rgb",
13952]
13953
13954[[package]]
13955name = "raw-cpuid"
13956version = "10.7.0"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13959dependencies = [
13960 "bitflags 1.3.2",
13961]
13962
13963[[package]]
13964name = "raw-cpuid"
13965version = "11.6.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13968dependencies = [
13969 "bitflags 2.10.0",
13970]
13971
13972[[package]]
13973name = "raw-window-handle"
13974version = "0.6.2"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13977
13978[[package]]
13979name = "rayon"
13980version = "1.11.0"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13983dependencies = [
13984 "either",
13985 "rayon-core",
13986]
13987
13988[[package]]
13989name = "rayon-core"
13990version = "1.13.0"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13993dependencies = [
13994 "crossbeam-deque",
13995 "crossbeam-utils",
13996]
13997
13998[[package]]
13999name = "rdrand"
14000version = "0.4.0"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14003dependencies = [
14004 "rand_core 0.3.1",
14005]
14006
14007[[package]]
14008name = "read-fonts"
14009version = "0.35.0"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14012dependencies = [
14013 "bytemuck",
14014 "font-types 0.10.0",
14015]
14016
14017[[package]]
14018name = "read-fonts"
14019version = "0.37.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14022dependencies = [
14023 "bytemuck",
14024 "core_maths",
14025 "font-types 0.11.0",
14026]
14027
14028[[package]]
14029name = "realfft"
14030version = "3.5.0"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14033dependencies = [
14034 "rustfft",
14035]
14036
14037[[package]]
14038name = "reborrow"
14039version = "0.5.5"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14042
14043[[package]]
14044name = "recent_projects"
14045version = "0.1.0"
14046dependencies = [
14047 "anyhow",
14048 "askpass",
14049 "chrono",
14050 "db",
14051 "dev_container",
14052 "editor",
14053 "extension",
14054 "extension_host",
14055 "fs",
14056 "futures 0.3.31",
14057 "fuzzy",
14058 "gpui",
14059 "http_client",
14060 "indoc",
14061 "language",
14062 "log",
14063 "menu",
14064 "node_runtime",
14065 "open_path_prompt",
14066 "ordered-float 2.10.1",
14067 "paths",
14068 "picker",
14069 "project",
14070 "release_channel",
14071 "remote",
14072 "remote_connection",
14073 "remote_server",
14074 "semver",
14075 "serde",
14076 "serde_json",
14077 "settings",
14078 "smol",
14079 "task",
14080 "telemetry",
14081 "ui",
14082 "ui_input",
14083 "util",
14084 "windows-registry 0.6.1",
14085 "workspace",
14086 "worktree",
14087 "zed_actions",
14088]
14089
14090[[package]]
14091name = "redox_syscall"
14092version = "0.2.16"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14095dependencies = [
14096 "bitflags 1.3.2",
14097]
14098
14099[[package]]
14100name = "redox_syscall"
14101version = "0.5.18"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14104dependencies = [
14105 "bitflags 2.10.0",
14106]
14107
14108[[package]]
14109name = "redox_users"
14110version = "0.4.6"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14113dependencies = [
14114 "getrandom 0.2.16",
14115 "libredox",
14116 "thiserror 1.0.69",
14117]
14118
14119[[package]]
14120name = "redox_users"
14121version = "0.5.2"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14124dependencies = [
14125 "getrandom 0.2.16",
14126 "libredox",
14127 "thiserror 2.0.17",
14128]
14129
14130[[package]]
14131name = "ref-cast"
14132version = "1.0.25"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14135dependencies = [
14136 "ref-cast-impl",
14137]
14138
14139[[package]]
14140name = "ref-cast-impl"
14141version = "1.0.25"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14144dependencies = [
14145 "proc-macro2",
14146 "quote",
14147 "syn 2.0.117",
14148]
14149
14150[[package]]
14151name = "referencing"
14152version = "0.37.4"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14155dependencies = [
14156 "ahash 0.8.12",
14157 "fluent-uri",
14158 "getrandom 0.3.4",
14159 "hashbrown 0.16.1",
14160 "parking_lot",
14161 "percent-encoding",
14162 "serde_json",
14163]
14164
14165[[package]]
14166name = "refineable"
14167version = "0.1.0"
14168dependencies = [
14169 "derive_refineable",
14170]
14171
14172[[package]]
14173name = "regalloc2"
14174version = "0.12.2"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14177dependencies = [
14178 "allocator-api2",
14179 "bumpalo",
14180 "hashbrown 0.15.5",
14181 "log",
14182 "rustc-hash 2.1.1",
14183 "serde",
14184 "smallvec",
14185]
14186
14187[[package]]
14188name = "regex"
14189version = "1.12.2"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14192dependencies = [
14193 "aho-corasick",
14194 "memchr",
14195 "regex-automata",
14196 "regex-syntax",
14197]
14198
14199[[package]]
14200name = "regex-automata"
14201version = "0.4.13"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14204dependencies = [
14205 "aho-corasick",
14206 "memchr",
14207 "regex-syntax",
14208]
14209
14210[[package]]
14211name = "regex-lite"
14212version = "0.1.8"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14215
14216[[package]]
14217name = "regex-syntax"
14218version = "0.8.8"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14221
14222[[package]]
14223name = "release_channel"
14224version = "0.1.0"
14225dependencies = [
14226 "gpui",
14227 "semver",
14228]
14229
14230[[package]]
14231name = "remote"
14232version = "0.1.0"
14233dependencies = [
14234 "anyhow",
14235 "askpass",
14236 "async-trait",
14237 "base64 0.22.1",
14238 "collections",
14239 "fs",
14240 "futures 0.3.31",
14241 "gpui",
14242 "log",
14243 "parking_lot",
14244 "paths",
14245 "prost 0.9.0",
14246 "release_channel",
14247 "rpc",
14248 "schemars",
14249 "semver",
14250 "serde",
14251 "serde_json",
14252 "settings",
14253 "smol",
14254 "tempfile",
14255 "thiserror 2.0.17",
14256 "urlencoding",
14257 "util",
14258 "which 6.0.3",
14259]
14260
14261[[package]]
14262name = "remote_connection"
14263version = "0.1.0"
14264dependencies = [
14265 "anyhow",
14266 "askpass",
14267 "auto_update",
14268 "futures 0.3.31",
14269 "gpui",
14270 "log",
14271 "markdown",
14272 "menu",
14273 "release_channel",
14274 "remote",
14275 "semver",
14276 "settings",
14277 "theme",
14278 "ui",
14279 "ui_input",
14280 "workspace",
14281]
14282
14283[[package]]
14284name = "remote_server"
14285version = "0.1.0"
14286dependencies = [
14287 "action_log",
14288 "agent",
14289 "anyhow",
14290 "askpass",
14291 "cargo_toml",
14292 "clap",
14293 "client",
14294 "clock",
14295 "collections",
14296 "crash-handler",
14297 "crashes",
14298 "dap_adapters",
14299 "debug_adapter_extension",
14300 "editor",
14301 "env_logger 0.11.8",
14302 "extension",
14303 "extension_host",
14304 "fork",
14305 "fs",
14306 "futures 0.3.31",
14307 "git",
14308 "git2",
14309 "git_hosting_providers",
14310 "gpui",
14311 "gpui_platform",
14312 "gpui_tokio",
14313 "http_client",
14314 "image",
14315 "json_schema_store",
14316 "language",
14317 "language_extension",
14318 "language_model",
14319 "languages",
14320 "libc",
14321 "log",
14322 "lsp",
14323 "minidumper",
14324 "net",
14325 "node_runtime",
14326 "paths",
14327 "pretty_assertions",
14328 "project",
14329 "proto",
14330 "rayon",
14331 "release_channel",
14332 "remote",
14333 "reqwest_client",
14334 "rpc",
14335 "rust-embed",
14336 "semver",
14337 "serde",
14338 "serde_json",
14339 "settings",
14340 "shellexpand 2.1.2",
14341 "smol",
14342 "sysinfo 0.37.2",
14343 "task",
14344 "theme",
14345 "thiserror 2.0.17",
14346 "toml 0.8.23",
14347 "unindent",
14348 "util",
14349 "uuid",
14350 "watch",
14351 "windows 0.61.3",
14352 "worktree",
14353 "zlog",
14354]
14355
14356[[package]]
14357name = "rend"
14358version = "0.4.2"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14361dependencies = [
14362 "bytecheck",
14363]
14364
14365[[package]]
14366name = "renderdoc-sys"
14367version = "1.1.0"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14370
14371[[package]]
14372name = "repl"
14373version = "0.1.0"
14374dependencies = [
14375 "alacritty_terminal",
14376 "anyhow",
14377 "async-dispatcher",
14378 "async-task",
14379 "async-tungstenite",
14380 "base64 0.22.1",
14381 "client",
14382 "collections",
14383 "command_palette_hooks",
14384 "editor",
14385 "feature_flags",
14386 "file_icons",
14387 "futures 0.3.31",
14388 "gpui",
14389 "html_to_markdown",
14390 "http_client",
14391 "image",
14392 "indoc",
14393 "jupyter-protocol",
14394 "jupyter-websocket-client",
14395 "language",
14396 "languages",
14397 "log",
14398 "markdown",
14399 "menu",
14400 "multi_buffer",
14401 "nbformat",
14402 "picker",
14403 "project",
14404 "remote",
14405 "runtimelib",
14406 "serde",
14407 "serde_json",
14408 "settings",
14409 "shlex",
14410 "smol",
14411 "telemetry",
14412 "terminal",
14413 "terminal_view",
14414 "theme",
14415 "tree-sitter-md",
14416 "tree-sitter-python",
14417 "tree-sitter-typescript",
14418 "ui",
14419 "util",
14420 "uuid",
14421 "workspace",
14422 "zed_actions",
14423]
14424
14425[[package]]
14426name = "reqwest"
14427version = "0.11.27"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14430dependencies = [
14431 "base64 0.21.7",
14432 "bytes 1.11.1",
14433 "encoding_rs",
14434 "futures-core",
14435 "futures-util",
14436 "h2 0.3.27",
14437 "http 0.2.12",
14438 "http-body 0.4.6",
14439 "hyper 0.14.32",
14440 "hyper-tls",
14441 "ipnet",
14442 "js-sys",
14443 "log",
14444 "mime",
14445 "native-tls",
14446 "once_cell",
14447 "percent-encoding",
14448 "pin-project-lite",
14449 "rustls-pemfile 1.0.4",
14450 "serde",
14451 "serde_json",
14452 "serde_urlencoded",
14453 "sync_wrapper 0.1.2",
14454 "system-configuration 0.5.1",
14455 "tokio",
14456 "tokio-native-tls",
14457 "tower-service",
14458 "url",
14459 "wasm-bindgen",
14460 "wasm-bindgen-futures",
14461 "web-sys",
14462 "winreg 0.50.0",
14463]
14464
14465[[package]]
14466name = "reqwest"
14467version = "0.12.24"
14468source = "registry+https://github.com/rust-lang/crates.io-index"
14469checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14470dependencies = [
14471 "base64 0.22.1",
14472 "bytes 1.11.1",
14473 "futures-channel",
14474 "futures-core",
14475 "futures-util",
14476 "http 1.3.1",
14477 "http-body 1.0.1",
14478 "http-body-util",
14479 "hyper 1.7.0",
14480 "hyper-rustls 0.27.7",
14481 "hyper-util",
14482 "js-sys",
14483 "log",
14484 "percent-encoding",
14485 "pin-project-lite",
14486 "quinn",
14487 "rustls 0.23.33",
14488 "rustls-native-certs 0.8.2",
14489 "rustls-pki-types",
14490 "serde",
14491 "serde_json",
14492 "serde_urlencoded",
14493 "sync_wrapper 1.0.2",
14494 "tokio",
14495 "tokio-rustls 0.26.2",
14496 "tower 0.5.2",
14497 "tower-http 0.6.6",
14498 "tower-service",
14499 "url",
14500 "wasm-bindgen",
14501 "wasm-bindgen-futures",
14502 "web-sys",
14503]
14504
14505[[package]]
14506name = "reqwest_client"
14507version = "0.1.0"
14508dependencies = [
14509 "anyhow",
14510 "bytes 1.11.1",
14511 "futures 0.3.31",
14512 "gpui_util",
14513 "http_client",
14514 "http_client_tls",
14515 "log",
14516 "regex",
14517 "serde",
14518 "tokio",
14519 "zed-reqwest",
14520]
14521
14522[[package]]
14523name = "resvg"
14524version = "0.45.1"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14527dependencies = [
14528 "log",
14529 "pico-args",
14530 "rgb",
14531 "svgtypes",
14532 "tiny-skia",
14533 "usvg",
14534]
14535
14536[[package]]
14537name = "rfc6979"
14538version = "0.3.1"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14541dependencies = [
14542 "crypto-bigint 0.4.9",
14543 "hmac",
14544 "zeroize",
14545]
14546
14547[[package]]
14548name = "rgb"
14549version = "0.8.52"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14552dependencies = [
14553 "bytemuck",
14554]
14555
14556[[package]]
14557name = "ring"
14558version = "0.17.14"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14561dependencies = [
14562 "cc",
14563 "cfg-if",
14564 "getrandom 0.2.16",
14565 "libc",
14566 "untrusted 0.9.0",
14567 "windows-sys 0.52.0",
14568]
14569
14570[[package]]
14571name = "rkyv"
14572version = "0.7.45"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14575dependencies = [
14576 "bitvec",
14577 "bytecheck",
14578 "bytes 1.11.1",
14579 "hashbrown 0.12.3",
14580 "ptr_meta",
14581 "rend",
14582 "rkyv_derive",
14583 "seahash",
14584 "tinyvec",
14585 "uuid",
14586]
14587
14588[[package]]
14589name = "rkyv_derive"
14590version = "0.7.45"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14593dependencies = [
14594 "proc-macro2",
14595 "quote",
14596 "syn 1.0.109",
14597]
14598
14599[[package]]
14600name = "rmp"
14601version = "0.8.14"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14604dependencies = [
14605 "byteorder",
14606 "num-traits",
14607 "paste",
14608]
14609
14610[[package]]
14611name = "rmpv"
14612version = "1.3.0"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14615dependencies = [
14616 "num-traits",
14617 "rmp",
14618]
14619
14620[[package]]
14621name = "rodio"
14622version = "0.21.1"
14623source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14624dependencies = [
14625 "cpal",
14626 "dasp_sample",
14627 "hound",
14628 "num-rational",
14629 "rand 0.9.2",
14630 "rand_distr",
14631 "rtrb",
14632 "symphonia",
14633 "thiserror 2.0.17",
14634]
14635
14636[[package]]
14637name = "rope"
14638version = "0.1.0"
14639dependencies = [
14640 "arrayvec",
14641 "criterion",
14642 "ctor",
14643 "gpui",
14644 "log",
14645 "rand 0.9.2",
14646 "rayon",
14647 "sum_tree",
14648 "tracing",
14649 "unicode-segmentation",
14650 "util",
14651 "zlog",
14652 "ztracing",
14653]
14654
14655[[package]]
14656name = "roxmltree"
14657version = "0.20.0"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14660
14661[[package]]
14662name = "rpassword"
14663version = "7.4.0"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14666dependencies = [
14667 "libc",
14668 "rtoolbox",
14669 "windows-sys 0.59.0",
14670]
14671
14672[[package]]
14673name = "rpc"
14674version = "0.1.0"
14675dependencies = [
14676 "anyhow",
14677 "async-tungstenite",
14678 "base64 0.22.1",
14679 "collections",
14680 "futures 0.3.31",
14681 "gpui",
14682 "parking_lot",
14683 "proto",
14684 "rand 0.9.2",
14685 "rsa",
14686 "serde",
14687 "serde_json",
14688 "sha2",
14689 "strum 0.27.2",
14690 "tracing",
14691 "util",
14692 "zlog",
14693 "zstd",
14694]
14695
14696[[package]]
14697name = "rsa"
14698version = "0.9.10"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14701dependencies = [
14702 "const-oid",
14703 "digest",
14704 "num-bigint-dig 0.8.6",
14705 "num-integer",
14706 "num-traits",
14707 "pkcs1",
14708 "pkcs8 0.10.2",
14709 "rand_core 0.6.4",
14710 "signature 2.2.0",
14711 "spki 0.7.3",
14712 "subtle",
14713 "zeroize",
14714]
14715
14716[[package]]
14717name = "rtoolbox"
14718version = "0.0.3"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14721dependencies = [
14722 "libc",
14723 "windows-sys 0.52.0",
14724]
14725
14726[[package]]
14727name = "rtrb"
14728version = "0.3.2"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14731
14732[[package]]
14733name = "rules_library"
14734version = "0.1.0"
14735dependencies = [
14736 "anyhow",
14737 "collections",
14738 "editor",
14739 "gpui",
14740 "language",
14741 "language_model",
14742 "log",
14743 "menu",
14744 "picker",
14745 "platform_title_bar",
14746 "prompt_store",
14747 "release_channel",
14748 "rope",
14749 "serde",
14750 "settings",
14751 "theme",
14752 "ui",
14753 "ui_input",
14754 "util",
14755 "workspace",
14756 "zed_actions",
14757]
14758
14759[[package]]
14760name = "runtimelib"
14761version = "1.4.0"
14762source = "registry+https://github.com/rust-lang/crates.io-index"
14763checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14764dependencies = [
14765 "async-dispatcher",
14766 "async-std",
14767 "aws-lc-rs",
14768 "base64 0.22.1",
14769 "bytes 1.11.1",
14770 "chrono",
14771 "data-encoding",
14772 "dirs 6.0.0",
14773 "futures 0.3.31",
14774 "glob",
14775 "jupyter-protocol",
14776 "serde",
14777 "serde_json",
14778 "shellexpand 3.1.1",
14779 "smol",
14780 "thiserror 2.0.17",
14781 "uuid",
14782 "zeromq",
14783]
14784
14785[[package]]
14786name = "rust-embed"
14787version = "8.7.2"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14790dependencies = [
14791 "rust-embed-impl",
14792 "rust-embed-utils",
14793 "walkdir",
14794]
14795
14796[[package]]
14797name = "rust-embed-impl"
14798version = "8.7.2"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14801dependencies = [
14802 "proc-macro2",
14803 "quote",
14804 "rust-embed-utils",
14805 "syn 2.0.117",
14806 "walkdir",
14807]
14808
14809[[package]]
14810name = "rust-embed-utils"
14811version = "8.7.2"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14814dependencies = [
14815 "globset",
14816 "sha2",
14817 "walkdir",
14818]
14819
14820[[package]]
14821name = "rust_decimal"
14822version = "1.39.0"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14825dependencies = [
14826 "arrayvec",
14827 "borsh",
14828 "bytes 1.11.1",
14829 "num-traits",
14830 "rand 0.8.5",
14831 "rkyv",
14832 "serde",
14833 "serde_json",
14834]
14835
14836[[package]]
14837name = "rustc-demangle"
14838version = "0.1.26"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14841
14842[[package]]
14843name = "rustc-hash"
14844version = "1.1.0"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14847
14848[[package]]
14849name = "rustc-hash"
14850version = "2.1.1"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14853
14854[[package]]
14855name = "rustc_version"
14856version = "0.4.1"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14859dependencies = [
14860 "semver",
14861]
14862
14863[[package]]
14864name = "rustfft"
14865version = "6.4.1"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14868dependencies = [
14869 "num-complex",
14870 "num-integer",
14871 "num-traits",
14872 "primal-check",
14873 "strength_reduce",
14874 "transpose",
14875]
14876
14877[[package]]
14878name = "rustix"
14879version = "0.38.44"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14882dependencies = [
14883 "bitflags 2.10.0",
14884 "errno 0.3.14",
14885 "libc",
14886 "linux-raw-sys 0.4.15",
14887 "windows-sys 0.59.0",
14888]
14889
14890[[package]]
14891name = "rustix"
14892version = "1.1.2"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14895dependencies = [
14896 "bitflags 2.10.0",
14897 "errno 0.3.14",
14898 "libc",
14899 "linux-raw-sys 0.11.0",
14900 "windows-sys 0.61.2",
14901]
14902
14903[[package]]
14904name = "rustix-linux-procfs"
14905version = "0.1.1"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14908dependencies = [
14909 "once_cell",
14910 "rustix 1.1.2",
14911]
14912
14913[[package]]
14914name = "rustix-openpty"
14915version = "0.2.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14918dependencies = [
14919 "errno 0.3.14",
14920 "libc",
14921 "rustix 1.1.2",
14922]
14923
14924[[package]]
14925name = "rustls"
14926version = "0.21.12"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14929dependencies = [
14930 "log",
14931 "ring",
14932 "rustls-webpki 0.101.7",
14933 "sct",
14934]
14935
14936[[package]]
14937name = "rustls"
14938version = "0.23.33"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14941dependencies = [
14942 "aws-lc-rs",
14943 "log",
14944 "once_cell",
14945 "ring",
14946 "rustls-pki-types",
14947 "rustls-webpki 0.103.7",
14948 "subtle",
14949 "zeroize",
14950]
14951
14952[[package]]
14953name = "rustls-native-certs"
14954version = "0.6.3"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14957dependencies = [
14958 "openssl-probe",
14959 "rustls-pemfile 1.0.4",
14960 "schannel",
14961 "security-framework 2.11.1",
14962]
14963
14964[[package]]
14965name = "rustls-native-certs"
14966version = "0.8.2"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14969dependencies = [
14970 "openssl-probe",
14971 "rustls-pki-types",
14972 "schannel",
14973 "security-framework 3.5.1",
14974]
14975
14976[[package]]
14977name = "rustls-pemfile"
14978version = "1.0.4"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14981dependencies = [
14982 "base64 0.21.7",
14983]
14984
14985[[package]]
14986name = "rustls-pemfile"
14987version = "2.2.0"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14990dependencies = [
14991 "rustls-pki-types",
14992]
14993
14994[[package]]
14995name = "rustls-pki-types"
14996version = "1.12.0"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14999dependencies = [
15000 "web-time",
15001 "zeroize",
15002]
15003
15004[[package]]
15005name = "rustls-platform-verifier"
15006version = "0.5.3"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15009dependencies = [
15010 "core-foundation 0.10.0",
15011 "core-foundation-sys",
15012 "jni",
15013 "log",
15014 "once_cell",
15015 "rustls 0.23.33",
15016 "rustls-native-certs 0.8.2",
15017 "rustls-platform-verifier-android",
15018 "rustls-webpki 0.103.7",
15019 "security-framework 3.5.1",
15020 "security-framework-sys",
15021 "webpki-root-certs",
15022 "windows-sys 0.59.0",
15023]
15024
15025[[package]]
15026name = "rustls-platform-verifier-android"
15027version = "0.1.1"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15030
15031[[package]]
15032name = "rustls-webpki"
15033version = "0.101.7"
15034source = "registry+https://github.com/rust-lang/crates.io-index"
15035checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15036dependencies = [
15037 "ring",
15038 "untrusted 0.9.0",
15039]
15040
15041[[package]]
15042name = "rustls-webpki"
15043version = "0.103.7"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15046dependencies = [
15047 "aws-lc-rs",
15048 "ring",
15049 "rustls-pki-types",
15050 "untrusted 0.9.0",
15051]
15052
15053[[package]]
15054name = "rustversion"
15055version = "1.0.22"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15058
15059[[package]]
15060name = "rusty-fork"
15061version = "0.3.1"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15064dependencies = [
15065 "fnv",
15066 "quick-error 1.2.3",
15067 "tempfile",
15068 "wait-timeout",
15069]
15070
15071[[package]]
15072name = "rustybuzz"
15073version = "0.20.1"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15076dependencies = [
15077 "bitflags 2.10.0",
15078 "bytemuck",
15079 "core_maths",
15080 "log",
15081 "smallvec",
15082 "ttf-parser 0.25.1",
15083 "unicode-bidi-mirroring",
15084 "unicode-ccc",
15085 "unicode-properties",
15086 "unicode-script",
15087]
15088
15089[[package]]
15090name = "ryu"
15091version = "1.0.20"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15094
15095[[package]]
15096name = "saa"
15097version = "5.4.9"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15100
15101[[package]]
15102name = "safetensors"
15103version = "0.4.5"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15106dependencies = [
15107 "serde",
15108 "serde_json",
15109]
15110
15111[[package]]
15112name = "same-file"
15113version = "1.0.6"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15116dependencies = [
15117 "winapi-util",
15118]
15119
15120[[package]]
15121name = "scc"
15122version = "3.5.6"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15125dependencies = [
15126 "saa",
15127 "sdd",
15128]
15129
15130[[package]]
15131name = "schannel"
15132version = "0.1.28"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15135dependencies = [
15136 "windows-sys 0.61.2",
15137]
15138
15139[[package]]
15140name = "scheduler"
15141version = "0.1.0"
15142dependencies = [
15143 "async-task",
15144 "backtrace",
15145 "chrono",
15146 "flume",
15147 "futures 0.3.31",
15148 "parking_lot",
15149 "rand 0.9.2",
15150 "web-time",
15151]
15152
15153[[package]]
15154name = "schema_generator"
15155version = "0.1.0"
15156dependencies = [
15157 "anyhow",
15158 "clap",
15159 "env_logger 0.11.8",
15160 "schemars",
15161 "serde",
15162 "serde_json",
15163 "settings",
15164 "theme",
15165]
15166
15167[[package]]
15168name = "schemars"
15169version = "1.0.4"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15172dependencies = [
15173 "dyn-clone",
15174 "indexmap",
15175 "ref-cast",
15176 "schemars_derive",
15177 "serde",
15178 "serde_json",
15179]
15180
15181[[package]]
15182name = "schemars_derive"
15183version = "1.0.4"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15186dependencies = [
15187 "proc-macro2",
15188 "quote",
15189 "serde_derive_internals",
15190 "syn 2.0.117",
15191]
15192
15193[[package]]
15194name = "scoped-tls"
15195version = "1.0.1"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15198
15199[[package]]
15200name = "scopeguard"
15201version = "1.2.0"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15204
15205[[package]]
15206name = "scratch"
15207version = "1.0.9"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15210
15211[[package]]
15212name = "screencapturekit"
15213version = "0.2.8"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15216dependencies = [
15217 "screencapturekit-sys",
15218]
15219
15220[[package]]
15221name = "screencapturekit-sys"
15222version = "0.2.8"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15225dependencies = [
15226 "block",
15227 "dispatch",
15228 "objc",
15229 "objc-foundation",
15230 "objc_id",
15231 "once_cell",
15232]
15233
15234[[package]]
15235name = "scroll"
15236version = "0.12.0"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15239dependencies = [
15240 "scroll_derive",
15241]
15242
15243[[package]]
15244name = "scroll_derive"
15245version = "0.12.1"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15248dependencies = [
15249 "proc-macro2",
15250 "quote",
15251 "syn 2.0.117",
15252]
15253
15254[[package]]
15255name = "sct"
15256version = "0.7.1"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15259dependencies = [
15260 "ring",
15261 "untrusted 0.9.0",
15262]
15263
15264[[package]]
15265name = "sdd"
15266version = "4.6.2"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15269
15270[[package]]
15271name = "sea-bae"
15272version = "0.2.1"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15275dependencies = [
15276 "heck 0.4.1",
15277 "proc-macro-error2",
15278 "proc-macro2",
15279 "quote",
15280 "syn 2.0.117",
15281]
15282
15283[[package]]
15284name = "sea-orm"
15285version = "1.1.10"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15288dependencies = [
15289 "async-stream",
15290 "async-trait",
15291 "bigdecimal",
15292 "chrono",
15293 "futures-util",
15294 "log",
15295 "ouroboros",
15296 "pgvector",
15297 "rust_decimal",
15298 "sea-orm-macros",
15299 "sea-query",
15300 "sea-query-binder",
15301 "serde",
15302 "serde_json",
15303 "sqlx",
15304 "strum 0.26.3",
15305 "thiserror 2.0.17",
15306 "time",
15307 "tracing",
15308 "url",
15309 "uuid",
15310]
15311
15312[[package]]
15313name = "sea-orm-macros"
15314version = "1.1.10"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15317dependencies = [
15318 "heck 0.4.1",
15319 "proc-macro2",
15320 "quote",
15321 "sea-bae",
15322 "syn 2.0.117",
15323 "unicode-ident",
15324]
15325
15326[[package]]
15327name = "sea-query"
15328version = "0.32.7"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15331dependencies = [
15332 "bigdecimal",
15333 "chrono",
15334 "inherent",
15335 "ordered-float 4.6.0",
15336 "rust_decimal",
15337 "serde_json",
15338 "time",
15339 "uuid",
15340]
15341
15342[[package]]
15343name = "sea-query-binder"
15344version = "0.7.0"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15347dependencies = [
15348 "bigdecimal",
15349 "chrono",
15350 "rust_decimal",
15351 "sea-query",
15352 "serde_json",
15353 "sqlx",
15354 "time",
15355 "uuid",
15356]
15357
15358[[package]]
15359name = "seahash"
15360version = "4.1.0"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15363
15364[[package]]
15365name = "search"
15366version = "0.1.0"
15367dependencies = [
15368 "any_vec",
15369 "anyhow",
15370 "bitflags 2.10.0",
15371 "collections",
15372 "editor",
15373 "fs",
15374 "futures 0.3.31",
15375 "gpui",
15376 "itertools 0.14.0",
15377 "language",
15378 "lsp",
15379 "menu",
15380 "pretty_assertions",
15381 "project",
15382 "serde",
15383 "serde_json",
15384 "settings",
15385 "smol",
15386 "theme",
15387 "tracing",
15388 "ui",
15389 "unindent",
15390 "util",
15391 "util_macros",
15392 "workspace",
15393 "zed_actions",
15394 "ztracing",
15395]
15396
15397[[package]]
15398name = "sec1"
15399version = "0.3.0"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15402dependencies = [
15403 "base16ct",
15404 "der 0.6.1",
15405 "generic-array",
15406 "pkcs8 0.9.0",
15407 "subtle",
15408 "zeroize",
15409]
15410
15411[[package]]
15412name = "security-framework"
15413version = "2.11.1"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15416dependencies = [
15417 "bitflags 2.10.0",
15418 "core-foundation 0.9.4",
15419 "core-foundation-sys",
15420 "libc",
15421 "security-framework-sys",
15422]
15423
15424[[package]]
15425name = "security-framework"
15426version = "3.5.1"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15429dependencies = [
15430 "bitflags 2.10.0",
15431 "core-foundation 0.10.0",
15432 "core-foundation-sys",
15433 "libc",
15434 "security-framework-sys",
15435]
15436
15437[[package]]
15438name = "security-framework-sys"
15439version = "2.15.0"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15442dependencies = [
15443 "core-foundation-sys",
15444 "libc",
15445]
15446
15447[[package]]
15448name = "self_cell"
15449version = "1.2.2"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15452
15453[[package]]
15454name = "semver"
15455version = "1.0.27"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15458dependencies = [
15459 "serde",
15460 "serde_core",
15461]
15462
15463[[package]]
15464name = "seq-macro"
15465version = "0.3.6"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15468
15469[[package]]
15470name = "serde"
15471version = "1.0.228"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15474dependencies = [
15475 "serde_core",
15476 "serde_derive",
15477]
15478
15479[[package]]
15480name = "serde_bytes"
15481version = "0.11.19"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15484dependencies = [
15485 "serde",
15486 "serde_core",
15487]
15488
15489[[package]]
15490name = "serde_core"
15491version = "1.0.228"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15494dependencies = [
15495 "serde_derive",
15496]
15497
15498[[package]]
15499name = "serde_derive"
15500version = "1.0.228"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15503dependencies = [
15504 "proc-macro2",
15505 "quote",
15506 "syn 2.0.117",
15507]
15508
15509[[package]]
15510name = "serde_derive_internals"
15511version = "0.29.1"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15514dependencies = [
15515 "proc-macro2",
15516 "quote",
15517 "syn 2.0.117",
15518]
15519
15520[[package]]
15521name = "serde_fmt"
15522version = "1.0.3"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15525dependencies = [
15526 "serde",
15527]
15528
15529[[package]]
15530name = "serde_json"
15531version = "1.0.145"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15534dependencies = [
15535 "indexmap",
15536 "itoa",
15537 "memchr",
15538 "ryu",
15539 "serde",
15540 "serde_core",
15541]
15542
15543[[package]]
15544name = "serde_json_lenient"
15545version = "0.2.4"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15548dependencies = [
15549 "indexmap",
15550 "itoa",
15551 "memchr",
15552 "ryu",
15553 "serde",
15554]
15555
15556[[package]]
15557name = "serde_path_to_error"
15558version = "0.1.20"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15561dependencies = [
15562 "itoa",
15563 "serde",
15564 "serde_core",
15565]
15566
15567[[package]]
15568name = "serde_repr"
15569version = "0.1.20"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15572dependencies = [
15573 "proc-macro2",
15574 "quote",
15575 "syn 2.0.117",
15576]
15577
15578[[package]]
15579name = "serde_spanned"
15580version = "0.6.9"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15583dependencies = [
15584 "serde",
15585]
15586
15587[[package]]
15588name = "serde_spanned"
15589version = "1.0.3"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15592dependencies = [
15593 "serde_core",
15594]
15595
15596[[package]]
15597name = "serde_urlencoded"
15598version = "0.7.1"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15601dependencies = [
15602 "form_urlencoded",
15603 "itoa",
15604 "ryu",
15605 "serde",
15606]
15607
15608[[package]]
15609name = "serde_yaml"
15610version = "0.9.34+deprecated"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15613dependencies = [
15614 "indexmap",
15615 "itoa",
15616 "ryu",
15617 "serde",
15618 "unsafe-libyaml",
15619]
15620
15621[[package]]
15622name = "serial2"
15623version = "0.2.33"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15626dependencies = [
15627 "cfg-if",
15628 "libc",
15629 "winapi",
15630]
15631
15632[[package]]
15633name = "session"
15634version = "0.1.0"
15635dependencies = [
15636 "db",
15637 "gpui",
15638 "serde_json",
15639 "util",
15640 "uuid",
15641]
15642
15643[[package]]
15644name = "settings"
15645version = "0.1.0"
15646dependencies = [
15647 "anyhow",
15648 "collections",
15649 "ec4rs",
15650 "fs",
15651 "futures 0.3.31",
15652 "gpui",
15653 "indoc",
15654 "inventory",
15655 "log",
15656 "migrator",
15657 "paths",
15658 "pretty_assertions",
15659 "release_channel",
15660 "rust-embed",
15661 "schemars",
15662 "serde",
15663 "serde_json",
15664 "serde_json_lenient",
15665 "settings_content",
15666 "settings_json",
15667 "settings_macros",
15668 "smallvec",
15669 "unindent",
15670 "util",
15671 "zlog",
15672]
15673
15674[[package]]
15675name = "settings_content"
15676version = "0.1.0"
15677dependencies = [
15678 "anyhow",
15679 "collections",
15680 "derive_more",
15681 "gpui",
15682 "log",
15683 "schemars",
15684 "serde",
15685 "serde_json",
15686 "serde_json_lenient",
15687 "settings_json",
15688 "settings_macros",
15689 "strum 0.27.2",
15690 "util",
15691]
15692
15693[[package]]
15694name = "settings_json"
15695version = "0.1.0"
15696dependencies = [
15697 "anyhow",
15698 "pretty_assertions",
15699 "serde",
15700 "serde_json",
15701 "serde_json_lenient",
15702 "serde_path_to_error",
15703 "tree-sitter",
15704 "tree-sitter-json",
15705 "unindent",
15706 "util",
15707]
15708
15709[[package]]
15710name = "settings_macros"
15711version = "0.1.0"
15712dependencies = [
15713 "quote",
15714 "settings",
15715 "syn 2.0.117",
15716]
15717
15718[[package]]
15719name = "settings_profile_selector"
15720version = "0.1.0"
15721dependencies = [
15722 "editor",
15723 "fuzzy",
15724 "gpui",
15725 "menu",
15726 "picker",
15727 "project",
15728 "serde_json",
15729 "settings",
15730 "theme",
15731 "ui",
15732 "workspace",
15733 "zed_actions",
15734]
15735
15736[[package]]
15737name = "settings_ui"
15738version = "0.1.0"
15739dependencies = [
15740 "agent",
15741 "agent_settings",
15742 "anyhow",
15743 "audio",
15744 "codestral",
15745 "component",
15746 "copilot",
15747 "copilot_ui",
15748 "cpal",
15749 "edit_prediction",
15750 "edit_prediction_ui",
15751 "editor",
15752 "feature_flags",
15753 "fs",
15754 "futures 0.3.31",
15755 "fuzzy",
15756 "gpui",
15757 "heck 0.5.0",
15758 "itertools 0.14.0",
15759 "language",
15760 "log",
15761 "menu",
15762 "paths",
15763 "picker",
15764 "platform_title_bar",
15765 "pretty_assertions",
15766 "project",
15767 "regex",
15768 "release_channel",
15769 "rodio",
15770 "schemars",
15771 "search",
15772 "serde",
15773 "serde_json",
15774 "settings",
15775 "shell_command_parser",
15776 "strum 0.27.2",
15777 "telemetry",
15778 "theme",
15779 "title_bar",
15780 "ui",
15781 "util",
15782 "workspace",
15783 "zed_actions",
15784]
15785
15786[[package]]
15787name = "sha-1"
15788version = "0.10.1"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15791dependencies = [
15792 "cfg-if",
15793 "cpufeatures",
15794 "digest",
15795]
15796
15797[[package]]
15798name = "sha1"
15799version = "0.10.6"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15802dependencies = [
15803 "cfg-if",
15804 "cpufeatures",
15805 "digest",
15806]
15807
15808[[package]]
15809name = "sha1_smol"
15810version = "1.0.1"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15813
15814[[package]]
15815name = "sha2"
15816version = "0.10.9"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15819dependencies = [
15820 "cfg-if",
15821 "cpufeatures",
15822 "digest",
15823]
15824
15825[[package]]
15826name = "sharded-slab"
15827version = "0.1.7"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15830dependencies = [
15831 "lazy_static",
15832]
15833
15834[[package]]
15835name = "shared_library"
15836version = "0.1.9"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15839dependencies = [
15840 "lazy_static",
15841 "libc",
15842]
15843
15844[[package]]
15845name = "shell-words"
15846version = "1.1.0"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15849
15850[[package]]
15851name = "shell_command_parser"
15852version = "0.1.0"
15853dependencies = [
15854 "brush-parser",
15855]
15856
15857[[package]]
15858name = "shellexpand"
15859version = "2.1.2"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15862dependencies = [
15863 "dirs 4.0.0",
15864]
15865
15866[[package]]
15867name = "shellexpand"
15868version = "3.1.1"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15871dependencies = [
15872 "dirs 6.0.0",
15873]
15874
15875[[package]]
15876name = "shingles"
15877version = "0.1.1"
15878source = "registry+https://github.com/rust-lang/crates.io-index"
15879checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15880
15881[[package]]
15882name = "shlex"
15883version = "1.3.0"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15886
15887[[package]]
15888name = "sidebar"
15889version = "0.1.0"
15890dependencies = [
15891 "acp_thread",
15892 "action_log",
15893 "agent",
15894 "agent-client-protocol",
15895 "agent_ui",
15896 "anyhow",
15897 "assistant_text_thread",
15898 "chrono",
15899 "editor",
15900 "feature_flags",
15901 "fs",
15902 "git",
15903 "gpui",
15904 "language_model",
15905 "menu",
15906 "pretty_assertions",
15907 "project",
15908 "prompt_store",
15909 "recent_projects",
15910 "serde_json",
15911 "settings",
15912 "theme",
15913 "ui",
15914 "util",
15915 "vim_mode_setting",
15916 "workspace",
15917 "zed_actions",
15918]
15919
15920[[package]]
15921name = "signal-hook"
15922version = "0.3.18"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15925dependencies = [
15926 "libc",
15927 "signal-hook-registry",
15928]
15929
15930[[package]]
15931name = "signal-hook-registry"
15932version = "1.4.6"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15935dependencies = [
15936 "libc",
15937]
15938
15939[[package]]
15940name = "signature"
15941version = "1.6.4"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15944dependencies = [
15945 "digest",
15946 "rand_core 0.6.4",
15947]
15948
15949[[package]]
15950name = "signature"
15951version = "2.2.0"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15954dependencies = [
15955 "digest",
15956 "rand_core 0.6.4",
15957]
15958
15959[[package]]
15960name = "simd-adler32"
15961version = "0.3.7"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15964
15965[[package]]
15966name = "simd_helpers"
15967version = "0.1.0"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15970dependencies = [
15971 "quote",
15972]
15973
15974[[package]]
15975name = "simdutf8"
15976version = "0.1.5"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15979
15980[[package]]
15981name = "similar"
15982version = "2.7.0"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15985
15986[[package]]
15987name = "simple_asn1"
15988version = "0.6.3"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15991dependencies = [
15992 "num-bigint",
15993 "num-traits",
15994 "thiserror 2.0.17",
15995 "time",
15996]
15997
15998[[package]]
15999name = "simplecss"
16000version = "0.2.2"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16003dependencies = [
16004 "log",
16005]
16006
16007[[package]]
16008name = "simplelog"
16009version = "0.12.2"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16012dependencies = [
16013 "log",
16014 "termcolor",
16015 "time",
16016]
16017
16018[[package]]
16019name = "siphasher"
16020version = "0.3.11"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16023
16024[[package]]
16025name = "siphasher"
16026version = "1.0.1"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16029
16030[[package]]
16031name = "skrifa"
16032version = "0.37.0"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16035dependencies = [
16036 "bytemuck",
16037 "read-fonts 0.35.0",
16038]
16039
16040[[package]]
16041name = "skrifa"
16042version = "0.40.0"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16045dependencies = [
16046 "bytemuck",
16047 "read-fonts 0.37.0",
16048]
16049
16050[[package]]
16051name = "slab"
16052version = "0.4.11"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16055
16056[[package]]
16057name = "slash_commands_example"
16058version = "0.1.0"
16059dependencies = [
16060 "zed_extension_api 0.1.0",
16061]
16062
16063[[package]]
16064name = "slotmap"
16065version = "1.0.7"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16068dependencies = [
16069 "version_check",
16070]
16071
16072[[package]]
16073name = "smallvec"
16074version = "1.15.1"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16077dependencies = [
16078 "serde",
16079]
16080
16081[[package]]
16082name = "smart-default"
16083version = "0.7.1"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16086dependencies = [
16087 "proc-macro2",
16088 "quote",
16089 "syn 2.0.117",
16090]
16091
16092[[package]]
16093name = "smol"
16094version = "2.0.2"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16097dependencies = [
16098 "async-channel 2.5.0",
16099 "async-executor",
16100 "async-fs",
16101 "async-io",
16102 "async-lock 3.4.2",
16103 "async-net",
16104 "async-process",
16105 "blocking",
16106 "futures-lite 2.6.1",
16107]
16108
16109[[package]]
16110name = "smol_str"
16111version = "0.3.5"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16114
16115[[package]]
16116name = "snippet"
16117version = "0.1.0"
16118dependencies = [
16119 "anyhow",
16120 "smallvec",
16121]
16122
16123[[package]]
16124name = "snippet_provider"
16125version = "0.1.0"
16126dependencies = [
16127 "anyhow",
16128 "collections",
16129 "extension",
16130 "fs",
16131 "futures 0.3.31",
16132 "gpui",
16133 "indoc",
16134 "parking_lot",
16135 "paths",
16136 "schemars",
16137 "serde",
16138 "serde_json",
16139 "serde_json_lenient",
16140 "snippet",
16141 "util",
16142]
16143
16144[[package]]
16145name = "snippets_ui"
16146version = "0.1.0"
16147dependencies = [
16148 "file_icons",
16149 "fuzzy",
16150 "gpui",
16151 "language",
16152 "open_path_prompt",
16153 "paths",
16154 "picker",
16155 "settings",
16156 "ui",
16157 "util",
16158 "workspace",
16159]
16160
16161[[package]]
16162name = "socket2"
16163version = "0.5.10"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16166dependencies = [
16167 "libc",
16168 "windows-sys 0.52.0",
16169]
16170
16171[[package]]
16172name = "socket2"
16173version = "0.6.1"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16176dependencies = [
16177 "libc",
16178 "windows-sys 0.60.2",
16179]
16180
16181[[package]]
16182name = "spdx"
16183version = "0.10.9"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16186dependencies = [
16187 "smallvec",
16188]
16189
16190[[package]]
16191name = "spin"
16192version = "0.9.8"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16195dependencies = [
16196 "lock_api",
16197]
16198
16199[[package]]
16200name = "spin"
16201version = "0.10.0"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16204dependencies = [
16205 "lock_api",
16206]
16207
16208[[package]]
16209name = "spirv"
16210version = "0.3.0+sdk-1.3.268.0"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
16213dependencies = [
16214 "bitflags 2.10.0",
16215]
16216
16217[[package]]
16218name = "spki"
16219version = "0.6.0"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16222dependencies = [
16223 "base64ct",
16224 "der 0.6.1",
16225]
16226
16227[[package]]
16228name = "spki"
16229version = "0.7.3"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16232dependencies = [
16233 "base64ct",
16234 "der 0.7.10",
16235]
16236
16237[[package]]
16238name = "sptr"
16239version = "0.3.2"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16242
16243[[package]]
16244name = "sqlez"
16245version = "0.1.0"
16246dependencies = [
16247 "anyhow",
16248 "collections",
16249 "futures 0.3.31",
16250 "indoc",
16251 "libsqlite3-sys",
16252 "log",
16253 "parking_lot",
16254 "smol",
16255 "sqlformat",
16256 "thread_local",
16257 "util",
16258 "uuid",
16259]
16260
16261[[package]]
16262name = "sqlez_macros"
16263version = "0.1.0"
16264dependencies = [
16265 "sqlez",
16266 "sqlformat",
16267 "syn 2.0.117",
16268]
16269
16270[[package]]
16271name = "sqlformat"
16272version = "0.2.6"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16275dependencies = [
16276 "nom 7.1.3",
16277 "unicode_categories",
16278]
16279
16280[[package]]
16281name = "sqlx"
16282version = "0.8.6"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16285dependencies = [
16286 "sqlx-core",
16287 "sqlx-macros",
16288 "sqlx-mysql",
16289 "sqlx-postgres",
16290 "sqlx-sqlite",
16291]
16292
16293[[package]]
16294name = "sqlx-core"
16295version = "0.8.6"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16298dependencies = [
16299 "base64 0.22.1",
16300 "bigdecimal",
16301 "bytes 1.11.1",
16302 "chrono",
16303 "crc",
16304 "crossbeam-queue",
16305 "either",
16306 "event-listener 5.4.1",
16307 "futures-core",
16308 "futures-intrusive",
16309 "futures-io",
16310 "futures-util",
16311 "hashbrown 0.15.5",
16312 "hashlink 0.10.0",
16313 "indexmap",
16314 "log",
16315 "memchr",
16316 "once_cell",
16317 "percent-encoding",
16318 "rust_decimal",
16319 "rustls 0.23.33",
16320 "serde",
16321 "serde_json",
16322 "sha2",
16323 "smallvec",
16324 "thiserror 2.0.17",
16325 "time",
16326 "tokio",
16327 "tokio-stream",
16328 "tracing",
16329 "url",
16330 "uuid",
16331 "webpki-roots",
16332]
16333
16334[[package]]
16335name = "sqlx-macros"
16336version = "0.8.6"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16339dependencies = [
16340 "proc-macro2",
16341 "quote",
16342 "sqlx-core",
16343 "sqlx-macros-core",
16344 "syn 2.0.117",
16345]
16346
16347[[package]]
16348name = "sqlx-macros-core"
16349version = "0.8.6"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16352dependencies = [
16353 "dotenvy",
16354 "either",
16355 "heck 0.5.0",
16356 "hex",
16357 "once_cell",
16358 "proc-macro2",
16359 "quote",
16360 "serde",
16361 "serde_json",
16362 "sha2",
16363 "sqlx-core",
16364 "sqlx-mysql",
16365 "sqlx-postgres",
16366 "sqlx-sqlite",
16367 "syn 2.0.117",
16368 "tokio",
16369 "url",
16370]
16371
16372[[package]]
16373name = "sqlx-mysql"
16374version = "0.8.6"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16377dependencies = [
16378 "atoi",
16379 "base64 0.22.1",
16380 "bigdecimal",
16381 "bitflags 2.10.0",
16382 "byteorder",
16383 "bytes 1.11.1",
16384 "chrono",
16385 "crc",
16386 "digest",
16387 "dotenvy",
16388 "either",
16389 "futures-channel",
16390 "futures-core",
16391 "futures-io",
16392 "futures-util",
16393 "generic-array",
16394 "hex",
16395 "hkdf",
16396 "hmac",
16397 "itoa",
16398 "log",
16399 "md-5",
16400 "memchr",
16401 "once_cell",
16402 "percent-encoding",
16403 "rand 0.8.5",
16404 "rsa",
16405 "rust_decimal",
16406 "serde",
16407 "sha1",
16408 "sha2",
16409 "smallvec",
16410 "sqlx-core",
16411 "stringprep",
16412 "thiserror 2.0.17",
16413 "time",
16414 "tracing",
16415 "uuid",
16416 "whoami",
16417]
16418
16419[[package]]
16420name = "sqlx-postgres"
16421version = "0.8.6"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16424dependencies = [
16425 "atoi",
16426 "base64 0.22.1",
16427 "bigdecimal",
16428 "bitflags 2.10.0",
16429 "byteorder",
16430 "chrono",
16431 "crc",
16432 "dotenvy",
16433 "etcetera",
16434 "futures-channel",
16435 "futures-core",
16436 "futures-util",
16437 "hex",
16438 "hkdf",
16439 "hmac",
16440 "home",
16441 "itoa",
16442 "log",
16443 "md-5",
16444 "memchr",
16445 "num-bigint",
16446 "once_cell",
16447 "rand 0.8.5",
16448 "rust_decimal",
16449 "serde",
16450 "serde_json",
16451 "sha2",
16452 "smallvec",
16453 "sqlx-core",
16454 "stringprep",
16455 "thiserror 2.0.17",
16456 "time",
16457 "tracing",
16458 "uuid",
16459 "whoami",
16460]
16461
16462[[package]]
16463name = "sqlx-sqlite"
16464version = "0.8.6"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16467dependencies = [
16468 "atoi",
16469 "chrono",
16470 "flume",
16471 "futures-channel",
16472 "futures-core",
16473 "futures-executor",
16474 "futures-intrusive",
16475 "futures-util",
16476 "libsqlite3-sys",
16477 "log",
16478 "percent-encoding",
16479 "serde",
16480 "serde_urlencoded",
16481 "sqlx-core",
16482 "thiserror 2.0.17",
16483 "time",
16484 "tracing",
16485 "url",
16486 "uuid",
16487]
16488
16489[[package]]
16490name = "stable_deref_trait"
16491version = "1.2.1"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16494
16495[[package]]
16496name = "stacker"
16497version = "0.1.23"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16500dependencies = [
16501 "cc",
16502 "cfg-if",
16503 "libc",
16504 "psm",
16505 "windows-sys 0.59.0",
16506]
16507
16508[[package]]
16509name = "stacksafe"
16510version = "0.1.4"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16513dependencies = [
16514 "stacker",
16515 "stacksafe-macro",
16516]
16517
16518[[package]]
16519name = "stacksafe-macro"
16520version = "0.1.4"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16523dependencies = [
16524 "proc-macro-error2",
16525 "quote",
16526 "syn 2.0.117",
16527]
16528
16529[[package]]
16530name = "static_assertions"
16531version = "1.1.0"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16534
16535[[package]]
16536name = "story"
16537version = "0.1.0"
16538dependencies = [
16539 "gpui",
16540 "itertools 0.14.0",
16541 "smallvec",
16542]
16543
16544[[package]]
16545name = "storybook"
16546version = "0.1.0"
16547dependencies = [
16548 "anyhow",
16549 "clap",
16550 "ctrlc",
16551 "dialoguer",
16552 "editor",
16553 "fuzzy",
16554 "gpui",
16555 "gpui_platform",
16556 "indoc",
16557 "language",
16558 "log",
16559 "menu",
16560 "picker",
16561 "reqwest_client",
16562 "rust-embed",
16563 "settings",
16564 "simplelog",
16565 "story",
16566 "strum 0.27.2",
16567 "theme",
16568 "title_bar",
16569 "ui",
16570]
16571
16572[[package]]
16573name = "streaming-iterator"
16574version = "0.1.9"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16577
16578[[package]]
16579name = "streaming_diff"
16580version = "0.1.0"
16581dependencies = [
16582 "ordered-float 2.10.1",
16583 "rand 0.9.2",
16584 "rope",
16585 "util",
16586]
16587
16588[[package]]
16589name = "strength_reduce"
16590version = "0.2.4"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16593
16594[[package]]
16595name = "strict-num"
16596version = "0.1.1"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16599dependencies = [
16600 "float-cmp",
16601]
16602
16603[[package]]
16604name = "string_cache"
16605version = "0.8.9"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16608dependencies = [
16609 "new_debug_unreachable",
16610 "parking_lot",
16611 "phf_shared 0.11.3",
16612 "precomputed-hash",
16613 "serde",
16614]
16615
16616[[package]]
16617name = "string_cache_codegen"
16618version = "0.5.4"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16621dependencies = [
16622 "phf_generator 0.11.3",
16623 "phf_shared 0.11.3",
16624 "proc-macro2",
16625 "quote",
16626]
16627
16628[[package]]
16629name = "stringprep"
16630version = "0.1.5"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16633dependencies = [
16634 "unicode-bidi",
16635 "unicode-normalization",
16636 "unicode-properties",
16637]
16638
16639[[package]]
16640name = "strsim"
16641version = "0.11.1"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16644
16645[[package]]
16646name = "strum"
16647version = "0.26.3"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16650
16651[[package]]
16652name = "strum"
16653version = "0.27.2"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16656dependencies = [
16657 "strum_macros 0.27.2",
16658]
16659
16660[[package]]
16661name = "strum"
16662version = "0.28.0"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16665dependencies = [
16666 "strum_macros 0.28.0",
16667]
16668
16669[[package]]
16670name = "strum_macros"
16671version = "0.27.2"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16674dependencies = [
16675 "heck 0.5.0",
16676 "proc-macro2",
16677 "quote",
16678 "syn 2.0.117",
16679]
16680
16681[[package]]
16682name = "strum_macros"
16683version = "0.28.0"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16686dependencies = [
16687 "heck 0.5.0",
16688 "proc-macro2",
16689 "quote",
16690 "syn 2.0.117",
16691]
16692
16693[[package]]
16694name = "subtle"
16695version = "2.6.1"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16698
16699[[package]]
16700name = "sum_tree"
16701version = "0.1.0"
16702dependencies = [
16703 "arrayvec",
16704 "ctor",
16705 "log",
16706 "proptest",
16707 "rand 0.9.2",
16708 "rayon",
16709 "tracing",
16710 "zlog",
16711 "ztracing",
16712]
16713
16714[[package]]
16715name = "sval"
16716version = "2.15.0"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16719
16720[[package]]
16721name = "sval_buffer"
16722version = "2.15.0"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16725dependencies = [
16726 "sval",
16727 "sval_ref",
16728]
16729
16730[[package]]
16731name = "sval_dynamic"
16732version = "2.15.0"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16735dependencies = [
16736 "sval",
16737]
16738
16739[[package]]
16740name = "sval_fmt"
16741version = "2.15.0"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16744dependencies = [
16745 "itoa",
16746 "ryu",
16747 "sval",
16748]
16749
16750[[package]]
16751name = "sval_json"
16752version = "2.15.0"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16755dependencies = [
16756 "itoa",
16757 "ryu",
16758 "sval",
16759]
16760
16761[[package]]
16762name = "sval_nested"
16763version = "2.15.0"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16766dependencies = [
16767 "sval",
16768 "sval_buffer",
16769 "sval_ref",
16770]
16771
16772[[package]]
16773name = "sval_ref"
16774version = "2.15.0"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16777dependencies = [
16778 "sval",
16779]
16780
16781[[package]]
16782name = "sval_serde"
16783version = "2.15.0"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16786dependencies = [
16787 "serde_core",
16788 "sval",
16789 "sval_nested",
16790]
16791
16792[[package]]
16793name = "svg_fmt"
16794version = "0.4.5"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16797
16798[[package]]
16799name = "svg_preview"
16800version = "0.1.0"
16801dependencies = [
16802 "file_icons",
16803 "gpui",
16804 "language",
16805 "multi_buffer",
16806 "ui",
16807 "workspace",
16808 "zed_actions",
16809]
16810
16811[[package]]
16812name = "svgtypes"
16813version = "0.15.3"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16816dependencies = [
16817 "kurbo",
16818 "siphasher 1.0.1",
16819]
16820
16821[[package]]
16822name = "swash"
16823version = "0.2.6"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16826dependencies = [
16827 "skrifa 0.37.0",
16828 "yazi",
16829 "zeno",
16830]
16831
16832[[package]]
16833name = "symphonia"
16834version = "0.5.5"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16837dependencies = [
16838 "lazy_static",
16839 "symphonia-bundle-flac",
16840 "symphonia-bundle-mp3",
16841 "symphonia-codec-aac",
16842 "symphonia-codec-pcm",
16843 "symphonia-codec-vorbis",
16844 "symphonia-core",
16845 "symphonia-format-isomp4",
16846 "symphonia-format-ogg",
16847 "symphonia-format-riff",
16848 "symphonia-metadata",
16849]
16850
16851[[package]]
16852name = "symphonia-bundle-flac"
16853version = "0.5.5"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16856dependencies = [
16857 "log",
16858 "symphonia-core",
16859 "symphonia-metadata",
16860 "symphonia-utils-xiph",
16861]
16862
16863[[package]]
16864name = "symphonia-bundle-mp3"
16865version = "0.5.5"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16868dependencies = [
16869 "lazy_static",
16870 "log",
16871 "symphonia-core",
16872 "symphonia-metadata",
16873]
16874
16875[[package]]
16876name = "symphonia-codec-aac"
16877version = "0.5.5"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16880dependencies = [
16881 "lazy_static",
16882 "log",
16883 "symphonia-core",
16884]
16885
16886[[package]]
16887name = "symphonia-codec-pcm"
16888version = "0.5.5"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16891dependencies = [
16892 "log",
16893 "symphonia-core",
16894]
16895
16896[[package]]
16897name = "symphonia-codec-vorbis"
16898version = "0.5.5"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16901dependencies = [
16902 "log",
16903 "symphonia-core",
16904 "symphonia-utils-xiph",
16905]
16906
16907[[package]]
16908name = "symphonia-core"
16909version = "0.5.5"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16912dependencies = [
16913 "arrayvec",
16914 "bitflags 1.3.2",
16915 "bytemuck",
16916 "lazy_static",
16917 "log",
16918]
16919
16920[[package]]
16921name = "symphonia-format-isomp4"
16922version = "0.5.5"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16925dependencies = [
16926 "encoding_rs",
16927 "log",
16928 "symphonia-core",
16929 "symphonia-metadata",
16930 "symphonia-utils-xiph",
16931]
16932
16933[[package]]
16934name = "symphonia-format-ogg"
16935version = "0.5.5"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16938dependencies = [
16939 "log",
16940 "symphonia-core",
16941 "symphonia-metadata",
16942 "symphonia-utils-xiph",
16943]
16944
16945[[package]]
16946name = "symphonia-format-riff"
16947version = "0.5.5"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16950dependencies = [
16951 "extended",
16952 "log",
16953 "symphonia-core",
16954 "symphonia-metadata",
16955]
16956
16957[[package]]
16958name = "symphonia-metadata"
16959version = "0.5.5"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16962dependencies = [
16963 "encoding_rs",
16964 "lazy_static",
16965 "log",
16966 "symphonia-core",
16967]
16968
16969[[package]]
16970name = "symphonia-utils-xiph"
16971version = "0.5.5"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16974dependencies = [
16975 "symphonia-core",
16976 "symphonia-metadata",
16977]
16978
16979[[package]]
16980name = "syn"
16981version = "1.0.109"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16984dependencies = [
16985 "proc-macro2",
16986 "quote",
16987 "unicode-ident",
16988]
16989
16990[[package]]
16991name = "syn"
16992version = "2.0.117"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16995dependencies = [
16996 "proc-macro2",
16997 "quote",
16998 "unicode-ident",
16999]
17000
17001[[package]]
17002name = "sync_wrapper"
17003version = "0.1.2"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17006
17007[[package]]
17008name = "sync_wrapper"
17009version = "1.0.2"
17010source = "registry+https://github.com/rust-lang/crates.io-index"
17011checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17012dependencies = [
17013 "futures-core",
17014]
17015
17016[[package]]
17017name = "synchronoise"
17018version = "1.0.1"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17021dependencies = [
17022 "crossbeam-queue",
17023]
17024
17025[[package]]
17026name = "synstructure"
17027version = "0.13.2"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17030dependencies = [
17031 "proc-macro2",
17032 "quote",
17033 "syn 2.0.117",
17034]
17035
17036[[package]]
17037name = "sys-locale"
17038version = "0.3.2"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17041dependencies = [
17042 "libc",
17043]
17044
17045[[package]]
17046name = "sysctl"
17047version = "0.5.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17050dependencies = [
17051 "bitflags 2.10.0",
17052 "byteorder",
17053 "enum-as-inner",
17054 "libc",
17055 "thiserror 1.0.69",
17056 "walkdir",
17057]
17058
17059[[package]]
17060name = "sysctl"
17061version = "0.6.0"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17064dependencies = [
17065 "bitflags 2.10.0",
17066 "byteorder",
17067 "enum-as-inner",
17068 "libc",
17069 "thiserror 1.0.69",
17070 "walkdir",
17071]
17072
17073[[package]]
17074name = "sysinfo"
17075version = "0.31.4"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17078dependencies = [
17079 "core-foundation-sys",
17080 "libc",
17081 "memchr",
17082 "ntapi",
17083 "rayon",
17084 "windows 0.57.0",
17085]
17086
17087[[package]]
17088name = "sysinfo"
17089version = "0.37.2"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17092dependencies = [
17093 "libc",
17094 "memchr",
17095 "ntapi",
17096 "objc2-core-foundation",
17097 "objc2-io-kit",
17098 "windows 0.61.3",
17099]
17100
17101[[package]]
17102name = "system-configuration"
17103version = "0.5.1"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17106dependencies = [
17107 "bitflags 1.3.2",
17108 "core-foundation 0.9.4",
17109 "system-configuration-sys 0.5.0",
17110]
17111
17112[[package]]
17113name = "system-configuration"
17114version = "0.6.1"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17117dependencies = [
17118 "bitflags 2.10.0",
17119 "core-foundation 0.9.4",
17120 "system-configuration-sys 0.6.0",
17121]
17122
17123[[package]]
17124name = "system-configuration-sys"
17125version = "0.5.0"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17128dependencies = [
17129 "core-foundation-sys",
17130 "libc",
17131]
17132
17133[[package]]
17134name = "system-configuration-sys"
17135version = "0.6.0"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17138dependencies = [
17139 "core-foundation-sys",
17140 "libc",
17141]
17142
17143[[package]]
17144name = "system-deps"
17145version = "6.2.2"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17148dependencies = [
17149 "cfg-expr 0.15.8",
17150 "heck 0.5.0",
17151 "pkg-config",
17152 "toml 0.8.23",
17153 "version-compare",
17154]
17155
17156[[package]]
17157name = "system-deps"
17158version = "7.0.7"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17161dependencies = [
17162 "cfg-expr 0.20.6",
17163 "heck 0.5.0",
17164 "pkg-config",
17165 "toml 0.9.8",
17166 "version-compare",
17167]
17168
17169[[package]]
17170name = "system-interface"
17171version = "0.27.3"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17174dependencies = [
17175 "bitflags 2.10.0",
17176 "cap-fs-ext",
17177 "cap-std",
17178 "fd-lock",
17179 "io-lifetimes",
17180 "rustix 0.38.44",
17181 "windows-sys 0.59.0",
17182 "winx",
17183]
17184
17185[[package]]
17186name = "system_specs"
17187version = "0.1.0"
17188dependencies = [
17189 "anyhow",
17190 "client",
17191 "gpui",
17192 "human_bytes",
17193 "pciid-parser",
17194 "release_channel",
17195 "semver",
17196 "serde",
17197 "sysinfo 0.37.2",
17198]
17199
17200[[package]]
17201name = "tab_switcher"
17202version = "0.1.0"
17203dependencies = [
17204 "collections",
17205 "ctor",
17206 "editor",
17207 "fuzzy",
17208 "gpui",
17209 "menu",
17210 "picker",
17211 "project",
17212 "schemars",
17213 "serde",
17214 "serde_json",
17215 "settings",
17216 "smol",
17217 "theme",
17218 "ui",
17219 "util",
17220 "workspace",
17221 "zlog",
17222]
17223
17224[[package]]
17225name = "taffy"
17226version = "0.9.0"
17227source = "registry+https://github.com/rust-lang/crates.io-index"
17228checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17229dependencies = [
17230 "arrayvec",
17231 "grid",
17232 "serde",
17233 "slotmap",
17234]
17235
17236[[package]]
17237name = "tagptr"
17238version = "0.2.0"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17241
17242[[package]]
17243name = "take-until"
17244version = "0.2.0"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17247
17248[[package]]
17249name = "tao-core-video-sys"
17250version = "0.2.0"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17253dependencies = [
17254 "cfg-if",
17255 "core-foundation-sys",
17256 "libc",
17257 "objc",
17258]
17259
17260[[package]]
17261name = "tap"
17262version = "1.0.1"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17265
17266[[package]]
17267name = "target-lexicon"
17268version = "0.12.16"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17271
17272[[package]]
17273name = "target-lexicon"
17274version = "0.13.3"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17277
17278[[package]]
17279name = "task"
17280version = "0.1.0"
17281dependencies = [
17282 "anyhow",
17283 "collections",
17284 "futures 0.3.31",
17285 "gpui",
17286 "hex",
17287 "log",
17288 "parking_lot",
17289 "pretty_assertions",
17290 "proto",
17291 "schemars",
17292 "serde",
17293 "serde_json",
17294 "serde_json_lenient",
17295 "sha2",
17296 "shellexpand 2.1.2",
17297 "util",
17298 "zed_actions",
17299]
17300
17301[[package]]
17302name = "tasks_ui"
17303version = "0.1.0"
17304dependencies = [
17305 "anyhow",
17306 "collections",
17307 "editor",
17308 "file_icons",
17309 "fuzzy",
17310 "gpui",
17311 "itertools 0.14.0",
17312 "language",
17313 "menu",
17314 "picker",
17315 "project",
17316 "serde",
17317 "serde_json",
17318 "task",
17319 "tree-sitter-rust",
17320 "tree-sitter-typescript",
17321 "ui",
17322 "util",
17323 "workspace",
17324 "zed_actions",
17325]
17326
17327[[package]]
17328name = "telemetry"
17329version = "0.1.0"
17330dependencies = [
17331 "futures 0.3.31",
17332 "serde",
17333 "serde_json",
17334 "telemetry_events",
17335]
17336
17337[[package]]
17338name = "telemetry_events"
17339version = "0.1.0"
17340dependencies = [
17341 "semver",
17342 "serde",
17343 "serde_json",
17344]
17345
17346[[package]]
17347name = "tempfile"
17348version = "3.23.0"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17351dependencies = [
17352 "fastrand 2.3.0",
17353 "getrandom 0.3.4",
17354 "once_cell",
17355 "rustix 1.1.2",
17356 "windows-sys 0.61.2",
17357]
17358
17359[[package]]
17360name = "tendril"
17361version = "0.4.3"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17364dependencies = [
17365 "futf",
17366 "mac",
17367 "utf-8",
17368]
17369
17370[[package]]
17371name = "termcolor"
17372version = "1.4.1"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17375dependencies = [
17376 "winapi-util",
17377]
17378
17379[[package]]
17380name = "terminal"
17381version = "0.1.0"
17382dependencies = [
17383 "alacritty_terminal",
17384 "anyhow",
17385 "collections",
17386 "futures 0.3.31",
17387 "gpui",
17388 "itertools 0.14.0",
17389 "libc",
17390 "log",
17391 "parking_lot",
17392 "rand 0.9.2",
17393 "regex",
17394 "release_channel",
17395 "schemars",
17396 "serde",
17397 "settings",
17398 "smol",
17399 "sysinfo 0.37.2",
17400 "task",
17401 "theme",
17402 "thiserror 2.0.17",
17403 "url",
17404 "urlencoding",
17405 "util",
17406 "util_macros",
17407 "windows 0.61.3",
17408]
17409
17410[[package]]
17411name = "terminal_size"
17412version = "0.4.3"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17415dependencies = [
17416 "rustix 1.1.2",
17417 "windows-sys 0.60.2",
17418]
17419
17420[[package]]
17421name = "terminal_view"
17422version = "0.1.0"
17423dependencies = [
17424 "anyhow",
17425 "assistant_slash_command",
17426 "async-recursion",
17427 "breadcrumbs",
17428 "collections",
17429 "db",
17430 "dirs 4.0.0",
17431 "editor",
17432 "futures 0.3.31",
17433 "gpui",
17434 "itertools 0.14.0",
17435 "language",
17436 "log",
17437 "menu",
17438 "pretty_assertions",
17439 "project",
17440 "regex",
17441 "schemars",
17442 "serde",
17443 "serde_json",
17444 "settings",
17445 "shellexpand 2.1.2",
17446 "task",
17447 "terminal",
17448 "theme",
17449 "ui",
17450 "util",
17451 "workspace",
17452 "zed_actions",
17453]
17454
17455[[package]]
17456name = "text"
17457version = "0.1.0"
17458dependencies = [
17459 "anyhow",
17460 "clock",
17461 "collections",
17462 "ctor",
17463 "gpui",
17464 "log",
17465 "parking_lot",
17466 "postage",
17467 "rand 0.9.2",
17468 "regex",
17469 "rope",
17470 "smallvec",
17471 "sum_tree",
17472 "util",
17473 "zlog",
17474]
17475
17476[[package]]
17477name = "theme"
17478version = "0.1.0"
17479dependencies = [
17480 "anyhow",
17481 "collections",
17482 "derive_more",
17483 "fs",
17484 "futures 0.3.31",
17485 "gpui",
17486 "log",
17487 "palette",
17488 "parking_lot",
17489 "refineable",
17490 "schemars",
17491 "serde",
17492 "serde_json",
17493 "serde_json_lenient",
17494 "settings",
17495 "strum 0.27.2",
17496 "thiserror 2.0.17",
17497 "util",
17498 "uuid",
17499]
17500
17501[[package]]
17502name = "theme_extension"
17503version = "0.1.0"
17504dependencies = [
17505 "anyhow",
17506 "extension",
17507 "fs",
17508 "gpui",
17509 "theme",
17510]
17511
17512[[package]]
17513name = "theme_importer"
17514version = "0.1.0"
17515dependencies = [
17516 "anyhow",
17517 "clap",
17518 "collections",
17519 "gpui",
17520 "indexmap",
17521 "log",
17522 "palette",
17523 "serde",
17524 "serde_json",
17525 "serde_json_lenient",
17526 "simplelog",
17527 "strum 0.27.2",
17528 "theme",
17529 "vscode_theme",
17530]
17531
17532[[package]]
17533name = "theme_selector"
17534version = "0.1.0"
17535dependencies = [
17536 "fs",
17537 "fuzzy",
17538 "gpui",
17539 "log",
17540 "picker",
17541 "serde",
17542 "settings",
17543 "telemetry",
17544 "theme",
17545 "ui",
17546 "util",
17547 "workspace",
17548 "zed_actions",
17549]
17550
17551[[package]]
17552name = "thiserror"
17553version = "1.0.69"
17554source = "registry+https://github.com/rust-lang/crates.io-index"
17555checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17556dependencies = [
17557 "thiserror-impl 1.0.69",
17558]
17559
17560[[package]]
17561name = "thiserror"
17562version = "2.0.17"
17563source = "registry+https://github.com/rust-lang/crates.io-index"
17564checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17565dependencies = [
17566 "thiserror-impl 2.0.17",
17567]
17568
17569[[package]]
17570name = "thiserror-impl"
17571version = "1.0.69"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17574dependencies = [
17575 "proc-macro2",
17576 "quote",
17577 "syn 2.0.117",
17578]
17579
17580[[package]]
17581name = "thiserror-impl"
17582version = "2.0.17"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17585dependencies = [
17586 "proc-macro2",
17587 "quote",
17588 "syn 2.0.117",
17589]
17590
17591[[package]]
17592name = "thread_local"
17593version = "1.1.9"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17596dependencies = [
17597 "cfg-if",
17598]
17599
17600[[package]]
17601name = "tiff"
17602version = "0.10.3"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17605dependencies = [
17606 "fax",
17607 "flate2",
17608 "half",
17609 "quick-error 2.0.1",
17610 "weezl",
17611 "zune-jpeg",
17612]
17613
17614[[package]]
17615name = "tiktoken-rs"
17616version = "0.9.1"
17617source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17618dependencies = [
17619 "anyhow",
17620 "base64 0.22.1",
17621 "bstr",
17622 "fancy-regex 0.16.2",
17623 "lazy_static",
17624 "regex",
17625 "rustc-hash 1.1.0",
17626]
17627
17628[[package]]
17629name = "time"
17630version = "0.3.47"
17631source = "registry+https://github.com/rust-lang/crates.io-index"
17632checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17633dependencies = [
17634 "deranged",
17635 "itoa",
17636 "libc",
17637 "num-conv",
17638 "num_threads",
17639 "powerfmt",
17640 "serde_core",
17641 "time-core",
17642 "time-macros",
17643]
17644
17645[[package]]
17646name = "time-core"
17647version = "0.1.8"
17648source = "registry+https://github.com/rust-lang/crates.io-index"
17649checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17650
17651[[package]]
17652name = "time-macros"
17653version = "0.2.27"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17656dependencies = [
17657 "num-conv",
17658 "time-core",
17659]
17660
17661[[package]]
17662name = "time_format"
17663version = "0.1.0"
17664dependencies = [
17665 "core-foundation 0.10.0",
17666 "core-foundation-sys",
17667 "sys-locale",
17668 "time",
17669 "windows 0.61.3",
17670]
17671
17672[[package]]
17673name = "tiny-keccak"
17674version = "2.0.2"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17677dependencies = [
17678 "crunchy",
17679]
17680
17681[[package]]
17682name = "tiny-skia"
17683version = "0.11.4"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17686dependencies = [
17687 "arrayref",
17688 "arrayvec",
17689 "bytemuck",
17690 "cfg-if",
17691 "log",
17692 "png 0.17.16",
17693 "tiny-skia-path",
17694]
17695
17696[[package]]
17697name = "tiny-skia-path"
17698version = "0.11.4"
17699source = "registry+https://github.com/rust-lang/crates.io-index"
17700checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17701dependencies = [
17702 "arrayref",
17703 "bytemuck",
17704 "strict-num",
17705]
17706
17707[[package]]
17708name = "tiny_http"
17709version = "0.8.2"
17710source = "registry+https://github.com/rust-lang/crates.io-index"
17711checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17712dependencies = [
17713 "ascii",
17714 "chrono",
17715 "chunked_transfer",
17716 "log",
17717 "url",
17718]
17719
17720[[package]]
17721name = "tinystr"
17722version = "0.8.1"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17725dependencies = [
17726 "displaydoc",
17727 "zerovec",
17728]
17729
17730[[package]]
17731name = "tinytemplate"
17732version = "1.2.1"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17735dependencies = [
17736 "serde",
17737 "serde_json",
17738]
17739
17740[[package]]
17741name = "tinyvec"
17742version = "1.10.0"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17745dependencies = [
17746 "tinyvec_macros",
17747]
17748
17749[[package]]
17750name = "tinyvec_macros"
17751version = "0.1.1"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17754
17755[[package]]
17756name = "title_bar"
17757version = "0.1.0"
17758dependencies = [
17759 "anyhow",
17760 "auto_update",
17761 "call",
17762 "channel",
17763 "chrono",
17764 "client",
17765 "cloud_api_types",
17766 "db",
17767 "feature_flags",
17768 "git_ui",
17769 "gpui",
17770 "icons",
17771 "livekit_client",
17772 "notifications",
17773 "platform_title_bar",
17774 "project",
17775 "recent_projects",
17776 "release_channel",
17777 "remote",
17778 "rpc",
17779 "schemars",
17780 "semver",
17781 "serde",
17782 "settings",
17783 "smallvec",
17784 "story",
17785 "telemetry",
17786 "theme",
17787 "ui",
17788 "util",
17789 "windows 0.61.3",
17790 "workspace",
17791 "zed_actions",
17792]
17793
17794[[package]]
17795name = "tokio"
17796version = "1.48.0"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17799dependencies = [
17800 "bytes 1.11.1",
17801 "libc",
17802 "mio 1.1.0",
17803 "parking_lot",
17804 "pin-project-lite",
17805 "signal-hook-registry",
17806 "socket2 0.6.1",
17807 "tokio-macros",
17808 "windows-sys 0.61.2",
17809]
17810
17811[[package]]
17812name = "tokio-io"
17813version = "0.1.13"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17816dependencies = [
17817 "bytes 0.4.12",
17818 "futures 0.1.31",
17819 "log",
17820]
17821
17822[[package]]
17823name = "tokio-macros"
17824version = "2.6.0"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17827dependencies = [
17828 "proc-macro2",
17829 "quote",
17830 "syn 2.0.117",
17831]
17832
17833[[package]]
17834name = "tokio-native-tls"
17835version = "0.3.1"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17838dependencies = [
17839 "native-tls",
17840 "tokio",
17841]
17842
17843[[package]]
17844name = "tokio-rustls"
17845version = "0.24.1"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17848dependencies = [
17849 "rustls 0.21.12",
17850 "tokio",
17851]
17852
17853[[package]]
17854name = "tokio-rustls"
17855version = "0.26.2"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17858dependencies = [
17859 "rustls 0.23.33",
17860 "tokio",
17861]
17862
17863[[package]]
17864name = "tokio-socks"
17865version = "0.5.2"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17868dependencies = [
17869 "either",
17870 "futures-io",
17871 "futures-util",
17872 "thiserror 1.0.69",
17873 "tokio",
17874]
17875
17876[[package]]
17877name = "tokio-stream"
17878version = "0.1.17"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17881dependencies = [
17882 "futures-core",
17883 "pin-project-lite",
17884 "tokio",
17885]
17886
17887[[package]]
17888name = "tokio-tungstenite"
17889version = "0.20.1"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17892dependencies = [
17893 "futures-util",
17894 "log",
17895 "tokio",
17896 "tungstenite 0.20.1",
17897]
17898
17899[[package]]
17900name = "tokio-tungstenite"
17901version = "0.21.0"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17904dependencies = [
17905 "futures-util",
17906 "log",
17907 "tokio",
17908 "tungstenite 0.21.0",
17909]
17910
17911[[package]]
17912name = "tokio-tungstenite"
17913version = "0.28.0"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17916dependencies = [
17917 "futures-util",
17918 "log",
17919 "rustls 0.23.33",
17920 "rustls-native-certs 0.8.2",
17921 "rustls-pki-types",
17922 "tokio",
17923 "tokio-rustls 0.26.2",
17924 "tungstenite 0.28.0",
17925]
17926
17927[[package]]
17928name = "tokio-util"
17929version = "0.7.16"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17932dependencies = [
17933 "bytes 1.11.1",
17934 "futures-core",
17935 "futures-io",
17936 "futures-sink",
17937 "pin-project-lite",
17938 "tokio",
17939]
17940
17941[[package]]
17942name = "toml"
17943version = "0.5.11"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17946dependencies = [
17947 "serde",
17948]
17949
17950[[package]]
17951name = "toml"
17952version = "0.8.23"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17955dependencies = [
17956 "serde",
17957 "serde_spanned 0.6.9",
17958 "toml_datetime 0.6.11",
17959 "toml_edit 0.22.27",
17960]
17961
17962[[package]]
17963name = "toml"
17964version = "0.9.8"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17967dependencies = [
17968 "indexmap",
17969 "serde_core",
17970 "serde_spanned 1.0.3",
17971 "toml_datetime 0.7.3",
17972 "toml_parser",
17973 "toml_writer",
17974 "winnow",
17975]
17976
17977[[package]]
17978name = "toml_datetime"
17979version = "0.6.11"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17982dependencies = [
17983 "serde",
17984]
17985
17986[[package]]
17987name = "toml_datetime"
17988version = "0.7.3"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17991dependencies = [
17992 "serde_core",
17993]
17994
17995[[package]]
17996name = "toml_edit"
17997version = "0.22.27"
17998source = "registry+https://github.com/rust-lang/crates.io-index"
17999checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18000dependencies = [
18001 "indexmap",
18002 "serde",
18003 "serde_spanned 0.6.9",
18004 "toml_datetime 0.6.11",
18005 "toml_write",
18006 "winnow",
18007]
18008
18009[[package]]
18010name = "toml_edit"
18011version = "0.23.7"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18014dependencies = [
18015 "indexmap",
18016 "toml_datetime 0.7.3",
18017 "toml_parser",
18018 "winnow",
18019]
18020
18021[[package]]
18022name = "toml_parser"
18023version = "1.0.4"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18026dependencies = [
18027 "winnow",
18028]
18029
18030[[package]]
18031name = "toml_write"
18032version = "0.1.2"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18035
18036[[package]]
18037name = "toml_writer"
18038version = "1.0.4"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18041
18042[[package]]
18043name = "toolchain_selector"
18044version = "0.1.0"
18045dependencies = [
18046 "anyhow",
18047 "convert_case 0.8.0",
18048 "editor",
18049 "futures 0.3.31",
18050 "fuzzy",
18051 "gpui",
18052 "language",
18053 "menu",
18054 "open_path_prompt",
18055 "picker",
18056 "project",
18057 "ui",
18058 "util",
18059 "workspace",
18060]
18061
18062[[package]]
18063name = "topological-sort"
18064version = "0.2.2"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18067
18068[[package]]
18069name = "tower"
18070version = "0.4.13"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18073dependencies = [
18074 "futures-core",
18075 "futures-util",
18076 "pin-project",
18077 "pin-project-lite",
18078 "tokio",
18079 "tower-layer",
18080 "tower-service",
18081 "tracing",
18082]
18083
18084[[package]]
18085name = "tower"
18086version = "0.5.2"
18087source = "registry+https://github.com/rust-lang/crates.io-index"
18088checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18089dependencies = [
18090 "futures-core",
18091 "futures-util",
18092 "pin-project-lite",
18093 "sync_wrapper 1.0.2",
18094 "tokio",
18095 "tower-layer",
18096 "tower-service",
18097]
18098
18099[[package]]
18100name = "tower-http"
18101version = "0.4.4"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18104dependencies = [
18105 "bitflags 2.10.0",
18106 "bytes 1.11.1",
18107 "futures-core",
18108 "futures-util",
18109 "http 0.2.12",
18110 "http-body 0.4.6",
18111 "http-range-header",
18112 "pin-project-lite",
18113 "tower-layer",
18114 "tower-service",
18115 "tracing",
18116]
18117
18118[[package]]
18119name = "tower-http"
18120version = "0.6.6"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18123dependencies = [
18124 "bitflags 2.10.0",
18125 "bytes 1.11.1",
18126 "futures-util",
18127 "http 1.3.1",
18128 "http-body 1.0.1",
18129 "iri-string",
18130 "pin-project-lite",
18131 "tower 0.5.2",
18132 "tower-layer",
18133 "tower-service",
18134]
18135
18136[[package]]
18137name = "tower-layer"
18138version = "0.3.3"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18141
18142[[package]]
18143name = "tower-service"
18144version = "0.3.3"
18145source = "registry+https://github.com/rust-lang/crates.io-index"
18146checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18147
18148[[package]]
18149name = "tracing"
18150version = "0.1.43"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18153dependencies = [
18154 "log",
18155 "pin-project-lite",
18156 "tracing-attributes",
18157 "tracing-core",
18158]
18159
18160[[package]]
18161name = "tracing-attributes"
18162version = "0.1.31"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18165dependencies = [
18166 "proc-macro2",
18167 "quote",
18168 "syn 2.0.117",
18169]
18170
18171[[package]]
18172name = "tracing-core"
18173version = "0.1.35"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18176dependencies = [
18177 "once_cell",
18178 "valuable",
18179]
18180
18181[[package]]
18182name = "tracing-log"
18183version = "0.2.0"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18186dependencies = [
18187 "log",
18188 "once_cell",
18189 "tracing-core",
18190]
18191
18192[[package]]
18193name = "tracing-serde"
18194version = "0.2.0"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18197dependencies = [
18198 "serde",
18199 "tracing-core",
18200]
18201
18202[[package]]
18203name = "tracing-subscriber"
18204version = "0.3.22"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18207dependencies = [
18208 "matchers",
18209 "nu-ansi-term",
18210 "once_cell",
18211 "regex-automata",
18212 "serde",
18213 "serde_json",
18214 "sharded-slab",
18215 "smallvec",
18216 "thread_local",
18217 "tracing",
18218 "tracing-core",
18219 "tracing-log",
18220 "tracing-serde",
18221]
18222
18223[[package]]
18224name = "tracing-tracy"
18225version = "0.11.4"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18228dependencies = [
18229 "tracing-core",
18230 "tracing-subscriber",
18231 "tracy-client",
18232]
18233
18234[[package]]
18235name = "tracy-client"
18236version = "0.18.3"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18239dependencies = [
18240 "loom",
18241 "once_cell",
18242 "tracy-client-sys",
18243]
18244
18245[[package]]
18246name = "tracy-client-sys"
18247version = "0.27.0"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18250dependencies = [
18251 "cc",
18252 "windows-targets 0.52.6",
18253]
18254
18255[[package]]
18256name = "trait-variant"
18257version = "0.1.2"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18260dependencies = [
18261 "proc-macro2",
18262 "quote",
18263 "syn 2.0.117",
18264]
18265
18266[[package]]
18267name = "transpose"
18268version = "0.2.3"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18271dependencies = [
18272 "num-integer",
18273 "strength_reduce",
18274]
18275
18276[[package]]
18277name = "tree-sitter"
18278version = "0.26.3"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18281dependencies = [
18282 "cc",
18283 "regex",
18284 "regex-syntax",
18285 "serde_json",
18286 "streaming-iterator",
18287 "tree-sitter-language",
18288 "wasmtime-c-api-impl",
18289]
18290
18291[[package]]
18292name = "tree-sitter-bash"
18293version = "0.25.1"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18296dependencies = [
18297 "cc",
18298 "tree-sitter-language",
18299]
18300
18301[[package]]
18302name = "tree-sitter-c"
18303version = "0.24.1"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18306dependencies = [
18307 "cc",
18308 "tree-sitter-language",
18309]
18310
18311[[package]]
18312name = "tree-sitter-cpp"
18313version = "0.23.4"
18314source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18315dependencies = [
18316 "cc",
18317 "tree-sitter-language",
18318]
18319
18320[[package]]
18321name = "tree-sitter-css"
18322version = "0.23.2"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18325dependencies = [
18326 "cc",
18327 "tree-sitter-language",
18328]
18329
18330[[package]]
18331name = "tree-sitter-diff"
18332version = "0.1.0"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18335dependencies = [
18336 "cc",
18337 "tree-sitter-language",
18338]
18339
18340[[package]]
18341name = "tree-sitter-elixir"
18342version = "0.3.4"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18345dependencies = [
18346 "cc",
18347 "tree-sitter-language",
18348]
18349
18350[[package]]
18351name = "tree-sitter-embedded-template"
18352version = "0.23.2"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18355dependencies = [
18356 "cc",
18357 "tree-sitter-language",
18358]
18359
18360[[package]]
18361name = "tree-sitter-gitcommit"
18362version = "0.0.1"
18363source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18364dependencies = [
18365 "cc",
18366 "tree-sitter-language",
18367]
18368
18369[[package]]
18370name = "tree-sitter-go"
18371version = "0.25.0"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18374dependencies = [
18375 "cc",
18376 "tree-sitter-language",
18377]
18378
18379[[package]]
18380name = "tree-sitter-gomod"
18381version = "1.1.1"
18382source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18383dependencies = [
18384 "cc",
18385 "tree-sitter-language",
18386]
18387
18388[[package]]
18389name = "tree-sitter-gowork"
18390version = "0.0.1"
18391source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18392dependencies = [
18393 "cc",
18394 "tree-sitter-language",
18395]
18396
18397[[package]]
18398name = "tree-sitter-heex"
18399version = "0.0.1"
18400source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18401dependencies = [
18402 "cc",
18403 "tree-sitter-language",
18404]
18405
18406[[package]]
18407name = "tree-sitter-html"
18408version = "0.23.2"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18411dependencies = [
18412 "cc",
18413 "tree-sitter-language",
18414]
18415
18416[[package]]
18417name = "tree-sitter-jsdoc"
18418version = "0.23.2"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18421dependencies = [
18422 "cc",
18423 "tree-sitter-language",
18424]
18425
18426[[package]]
18427name = "tree-sitter-json"
18428version = "0.24.8"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18431dependencies = [
18432 "cc",
18433 "tree-sitter-language",
18434]
18435
18436[[package]]
18437name = "tree-sitter-language"
18438version = "0.1.5"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18441
18442[[package]]
18443name = "tree-sitter-md"
18444version = "0.3.2"
18445source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18446dependencies = [
18447 "cc",
18448 "tree-sitter-language",
18449]
18450
18451[[package]]
18452name = "tree-sitter-python"
18453version = "0.25.0"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18456dependencies = [
18457 "cc",
18458 "tree-sitter-language",
18459]
18460
18461[[package]]
18462name = "tree-sitter-regex"
18463version = "0.24.3"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18466dependencies = [
18467 "cc",
18468 "tree-sitter-language",
18469]
18470
18471[[package]]
18472name = "tree-sitter-ruby"
18473version = "0.23.1"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18476dependencies = [
18477 "cc",
18478 "tree-sitter-language",
18479]
18480
18481[[package]]
18482name = "tree-sitter-rust"
18483version = "0.24.0"
18484source = "registry+https://github.com/rust-lang/crates.io-index"
18485checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18486dependencies = [
18487 "cc",
18488 "tree-sitter-language",
18489]
18490
18491[[package]]
18492name = "tree-sitter-typescript"
18493version = "0.23.2"
18494source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18495dependencies = [
18496 "cc",
18497 "tree-sitter-language",
18498]
18499
18500[[package]]
18501name = "tree-sitter-yaml"
18502version = "0.6.1"
18503source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "triomphe"
18511version = "0.1.15"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18514dependencies = [
18515 "serde",
18516 "stable_deref_trait",
18517]
18518
18519[[package]]
18520name = "try-lock"
18521version = "0.2.5"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18524
18525[[package]]
18526name = "ttf-parser"
18527version = "0.20.0"
18528source = "registry+https://github.com/rust-lang/crates.io-index"
18529checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18530
18531[[package]]
18532name = "ttf-parser"
18533version = "0.25.1"
18534source = "registry+https://github.com/rust-lang/crates.io-index"
18535checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18536dependencies = [
18537 "core_maths",
18538]
18539
18540[[package]]
18541name = "tungstenite"
18542version = "0.20.1"
18543source = "registry+https://github.com/rust-lang/crates.io-index"
18544checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18545dependencies = [
18546 "byteorder",
18547 "bytes 1.11.1",
18548 "data-encoding",
18549 "http 0.2.12",
18550 "httparse",
18551 "log",
18552 "rand 0.8.5",
18553 "sha1",
18554 "thiserror 1.0.69",
18555 "url",
18556 "utf-8",
18557]
18558
18559[[package]]
18560name = "tungstenite"
18561version = "0.21.0"
18562source = "registry+https://github.com/rust-lang/crates.io-index"
18563checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18564dependencies = [
18565 "byteorder",
18566 "bytes 1.11.1",
18567 "data-encoding",
18568 "http 1.3.1",
18569 "httparse",
18570 "log",
18571 "rand 0.8.5",
18572 "sha1",
18573 "thiserror 1.0.69",
18574 "url",
18575 "utf-8",
18576]
18577
18578[[package]]
18579name = "tungstenite"
18580version = "0.27.0"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18583dependencies = [
18584 "bytes 1.11.1",
18585 "data-encoding",
18586 "http 1.3.1",
18587 "httparse",
18588 "log",
18589 "rand 0.9.2",
18590 "rustls 0.23.33",
18591 "rustls-pki-types",
18592 "sha1",
18593 "thiserror 2.0.17",
18594 "utf-8",
18595]
18596
18597[[package]]
18598name = "tungstenite"
18599version = "0.28.0"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18602dependencies = [
18603 "bytes 1.11.1",
18604 "data-encoding",
18605 "http 1.3.1",
18606 "httparse",
18607 "log",
18608 "rand 0.9.2",
18609 "rustls 0.23.33",
18610 "rustls-pki-types",
18611 "sha1",
18612 "thiserror 2.0.17",
18613 "utf-8",
18614]
18615
18616[[package]]
18617name = "typeid"
18618version = "1.0.3"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18621
18622[[package]]
18623name = "typenum"
18624version = "1.19.0"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18627
18628[[package]]
18629name = "ucd-trie"
18630version = "0.1.7"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18633
18634[[package]]
18635name = "uds"
18636version = "0.4.2"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18639dependencies = [
18640 "libc",
18641]
18642
18643[[package]]
18644name = "uds_windows"
18645version = "1.1.0"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18648dependencies = [
18649 "memoffset",
18650 "tempfile",
18651 "winapi",
18652]
18653
18654[[package]]
18655name = "ug"
18656version = "0.4.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18659dependencies = [
18660 "gemm 0.18.2",
18661 "half",
18662 "libloading",
18663 "memmap2",
18664 "num",
18665 "num-traits",
18666 "num_cpus",
18667 "rayon",
18668 "safetensors",
18669 "serde",
18670 "thiserror 1.0.69",
18671 "tracing",
18672 "yoke 0.7.5",
18673]
18674
18675[[package]]
18676name = "ui"
18677version = "0.1.0"
18678dependencies = [
18679 "chrono",
18680 "component",
18681 "documented",
18682 "gpui",
18683 "gpui_macros",
18684 "icons",
18685 "itertools 0.14.0",
18686 "menu",
18687 "schemars",
18688 "serde",
18689 "settings",
18690 "smallvec",
18691 "story",
18692 "strum 0.27.2",
18693 "theme",
18694 "ui_macros",
18695 "util",
18696 "windows 0.61.3",
18697]
18698
18699[[package]]
18700name = "ui_input"
18701version = "0.1.0"
18702dependencies = [
18703 "component",
18704 "gpui",
18705 "ui",
18706]
18707
18708[[package]]
18709name = "ui_macros"
18710version = "0.1.0"
18711dependencies = [
18712 "component",
18713 "quote",
18714 "syn 2.0.117",
18715 "ui",
18716]
18717
18718[[package]]
18719name = "ui_prompt"
18720version = "0.1.0"
18721dependencies = [
18722 "gpui",
18723 "markdown",
18724 "menu",
18725 "settings",
18726 "theme",
18727 "ui",
18728 "workspace",
18729]
18730
18731[[package]]
18732name = "unarray"
18733version = "0.1.4"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18736
18737[[package]]
18738name = "unicase"
18739version = "2.8.1"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18742
18743[[package]]
18744name = "unicode-bidi"
18745version = "0.3.18"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18748
18749[[package]]
18750name = "unicode-bidi-mirroring"
18751version = "0.4.0"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18754
18755[[package]]
18756name = "unicode-ccc"
18757version = "0.4.0"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18760
18761[[package]]
18762name = "unicode-general-category"
18763version = "1.1.0"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18766
18767[[package]]
18768name = "unicode-ident"
18769version = "1.0.19"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18772
18773[[package]]
18774name = "unicode-linebreak"
18775version = "0.1.5"
18776source = "registry+https://github.com/rust-lang/crates.io-index"
18777checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18778
18779[[package]]
18780name = "unicode-normalization"
18781version = "0.1.24"
18782source = "registry+https://github.com/rust-lang/crates.io-index"
18783checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18784dependencies = [
18785 "tinyvec",
18786]
18787
18788[[package]]
18789name = "unicode-properties"
18790version = "0.1.3"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18793
18794[[package]]
18795name = "unicode-script"
18796version = "0.5.8"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18799
18800[[package]]
18801name = "unicode-segmentation"
18802version = "1.12.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18805
18806[[package]]
18807name = "unicode-vo"
18808version = "0.1.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18811
18812[[package]]
18813name = "unicode-width"
18814version = "0.2.2"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18817
18818[[package]]
18819name = "unicode-xid"
18820version = "0.2.6"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18823
18824[[package]]
18825name = "unicode_categories"
18826version = "0.1.1"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18829
18830[[package]]
18831name = "unindent"
18832version = "0.2.4"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18835
18836[[package]]
18837name = "unsafe-libyaml"
18838version = "0.2.11"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18841
18842[[package]]
18843name = "untrusted"
18844version = "0.7.1"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18847
18848[[package]]
18849name = "untrusted"
18850version = "0.9.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18853
18854[[package]]
18855name = "url"
18856version = "2.5.7"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18859dependencies = [
18860 "form_urlencoded",
18861 "idna",
18862 "percent-encoding",
18863 "serde",
18864]
18865
18866[[package]]
18867name = "urlencoding"
18868version = "2.1.3"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18871
18872[[package]]
18873name = "usvg"
18874version = "0.45.1"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18877dependencies = [
18878 "base64 0.22.1",
18879 "data-url",
18880 "flate2",
18881 "fontdb 0.23.0",
18882 "imagesize",
18883 "kurbo",
18884 "log",
18885 "pico-args",
18886 "roxmltree",
18887 "rustybuzz",
18888 "simplecss",
18889 "siphasher 1.0.1",
18890 "strict-num",
18891 "svgtypes",
18892 "tiny-skia-path",
18893 "unicode-bidi",
18894 "unicode-script",
18895 "unicode-vo",
18896 "xmlwriter",
18897]
18898
18899[[package]]
18900name = "utf-8"
18901version = "0.7.6"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18904
18905[[package]]
18906name = "utf8-chars"
18907version = "3.0.6"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18910dependencies = [
18911 "arrayvec",
18912]
18913
18914[[package]]
18915name = "utf8_iter"
18916version = "1.0.4"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18919
18920[[package]]
18921name = "utf8parse"
18922version = "0.2.2"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18925
18926[[package]]
18927name = "util"
18928version = "0.1.0"
18929dependencies = [
18930 "anyhow",
18931 "async-fs",
18932 "async_zip",
18933 "collections",
18934 "command-fds",
18935 "dirs 4.0.0",
18936 "dunce",
18937 "futures 0.3.31",
18938 "futures-lite 1.13.0",
18939 "git2",
18940 "globset",
18941 "gpui_util",
18942 "itertools 0.14.0",
18943 "libc",
18944 "log",
18945 "mach2 0.5.0",
18946 "nix 0.29.0",
18947 "percent-encoding",
18948 "pretty_assertions",
18949 "rand 0.9.2",
18950 "regex",
18951 "rust-embed",
18952 "schemars",
18953 "serde",
18954 "serde_json",
18955 "serde_json_lenient",
18956 "shlex",
18957 "smol",
18958 "take-until",
18959 "tempfile",
18960 "tendril",
18961 "unicase",
18962 "url",
18963 "util_macros",
18964 "walkdir",
18965 "which 6.0.3",
18966]
18967
18968[[package]]
18969name = "util_macros"
18970version = "0.1.0"
18971dependencies = [
18972 "perf",
18973 "quote",
18974 "syn 2.0.117",
18975]
18976
18977[[package]]
18978name = "uuid"
18979version = "1.18.1"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18982dependencies = [
18983 "getrandom 0.3.4",
18984 "js-sys",
18985 "serde",
18986 "sha1_smol",
18987 "wasm-bindgen",
18988]
18989
18990[[package]]
18991name = "uuid-simd"
18992version = "0.8.0"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18995dependencies = [
18996 "outref",
18997 "vsimd",
18998]
18999
19000[[package]]
19001name = "v_frame"
19002version = "0.3.9"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19005dependencies = [
19006 "aligned-vec",
19007 "num-traits",
19008 "wasm-bindgen",
19009]
19010
19011[[package]]
19012name = "valuable"
19013version = "0.1.1"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19016
19017[[package]]
19018name = "value-bag"
19019version = "1.12.0"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19022dependencies = [
19023 "value-bag-serde1",
19024 "value-bag-sval2",
19025]
19026
19027[[package]]
19028name = "value-bag-serde1"
19029version = "1.12.0"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19032dependencies = [
19033 "erased-serde",
19034 "serde_core",
19035 "serde_fmt",
19036]
19037
19038[[package]]
19039name = "value-bag-sval2"
19040version = "1.12.0"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19043dependencies = [
19044 "sval",
19045 "sval_buffer",
19046 "sval_dynamic",
19047 "sval_fmt",
19048 "sval_json",
19049 "sval_ref",
19050 "sval_serde",
19051]
19052
19053[[package]]
19054name = "vcpkg"
19055version = "0.2.15"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19058
19059[[package]]
19060name = "vercel"
19061version = "0.1.0"
19062dependencies = [
19063 "anyhow",
19064 "schemars",
19065 "serde",
19066 "strum 0.27.2",
19067]
19068
19069[[package]]
19070name = "version-compare"
19071version = "0.2.0"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19074
19075[[package]]
19076name = "version_check"
19077version = "0.9.5"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19080
19081[[package]]
19082name = "vim"
19083version = "0.1.0"
19084dependencies = [
19085 "anyhow",
19086 "async-compat",
19087 "async-trait",
19088 "collections",
19089 "command_palette",
19090 "command_palette_hooks",
19091 "db",
19092 "editor",
19093 "env_logger 0.11.8",
19094 "futures 0.3.31",
19095 "fuzzy",
19096 "git_ui",
19097 "gpui",
19098 "indoc",
19099 "itertools 0.14.0",
19100 "language",
19101 "log",
19102 "lsp",
19103 "markdown_preview",
19104 "menu",
19105 "multi_buffer",
19106 "nvim-rs",
19107 "outline_panel",
19108 "parking_lot",
19109 "perf",
19110 "picker",
19111 "project",
19112 "project_panel",
19113 "regex",
19114 "release_channel",
19115 "schemars",
19116 "search",
19117 "semver",
19118 "serde",
19119 "serde_json",
19120 "settings",
19121 "settings_ui",
19122 "task",
19123 "text",
19124 "theme",
19125 "tokio",
19126 "ui",
19127 "util",
19128 "util_macros",
19129 "vim_mode_setting",
19130 "workspace",
19131 "zed_actions",
19132]
19133
19134[[package]]
19135name = "vim_mode_setting"
19136version = "0.1.0"
19137dependencies = [
19138 "settings",
19139]
19140
19141[[package]]
19142name = "vscode_theme"
19143version = "0.2.0"
19144source = "registry+https://github.com/rust-lang/crates.io-index"
19145checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19146dependencies = [
19147 "serde",
19148]
19149
19150[[package]]
19151name = "vsimd"
19152version = "0.8.0"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19155
19156[[package]]
19157name = "vswhom"
19158version = "0.1.0"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19161dependencies = [
19162 "libc",
19163 "vswhom-sys",
19164]
19165
19166[[package]]
19167name = "vswhom-sys"
19168version = "0.1.3"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19171dependencies = [
19172 "cc",
19173 "libc",
19174]
19175
19176[[package]]
19177name = "vte"
19178version = "0.15.0"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19181dependencies = [
19182 "arrayvec",
19183 "bitflags 2.10.0",
19184 "cursor-icon",
19185 "log",
19186 "memchr",
19187 "serde",
19188]
19189
19190[[package]]
19191name = "wait-timeout"
19192version = "0.2.1"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19195dependencies = [
19196 "libc",
19197]
19198
19199[[package]]
19200name = "waker-fn"
19201version = "1.2.0"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19204
19205[[package]]
19206name = "walkdir"
19207version = "2.5.0"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19210dependencies = [
19211 "same-file",
19212 "winapi-util",
19213]
19214
19215[[package]]
19216name = "want"
19217version = "0.3.1"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19220dependencies = [
19221 "try-lock",
19222]
19223
19224[[package]]
19225name = "warp"
19226version = "0.3.7"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19229dependencies = [
19230 "bytes 1.11.1",
19231 "futures-channel",
19232 "futures-util",
19233 "headers",
19234 "http 0.2.12",
19235 "hyper 0.14.32",
19236 "log",
19237 "mime",
19238 "mime_guess",
19239 "percent-encoding",
19240 "pin-project",
19241 "scoped-tls",
19242 "serde",
19243 "serde_json",
19244 "serde_urlencoded",
19245 "tokio",
19246 "tokio-tungstenite 0.21.0",
19247 "tokio-util",
19248 "tower-service",
19249 "tracing",
19250]
19251
19252[[package]]
19253name = "wasi"
19254version = "0.11.1+wasi-snapshot-preview1"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19257
19258[[package]]
19259name = "wasip2"
19260version = "1.0.1+wasi-0.2.4"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19263dependencies = [
19264 "wit-bindgen 0.46.0",
19265]
19266
19267[[package]]
19268name = "wasip3"
19269version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19272dependencies = [
19273 "wit-bindgen 0.51.0",
19274]
19275
19276[[package]]
19277name = "wasite"
19278version = "0.1.0"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19281
19282[[package]]
19283name = "wasm-bindgen"
19284version = "0.2.113"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19287dependencies = [
19288 "cfg-if",
19289 "once_cell",
19290 "rustversion",
19291 "wasm-bindgen-macro",
19292 "wasm-bindgen-shared",
19293]
19294
19295[[package]]
19296name = "wasm-bindgen-futures"
19297version = "0.4.63"
19298source = "registry+https://github.com/rust-lang/crates.io-index"
19299checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19300dependencies = [
19301 "cfg-if",
19302 "futures-util",
19303 "js-sys",
19304 "once_cell",
19305 "wasm-bindgen",
19306 "web-sys",
19307]
19308
19309[[package]]
19310name = "wasm-bindgen-macro"
19311version = "0.2.113"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19314dependencies = [
19315 "quote",
19316 "wasm-bindgen-macro-support",
19317]
19318
19319[[package]]
19320name = "wasm-bindgen-macro-support"
19321version = "0.2.113"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19324dependencies = [
19325 "bumpalo",
19326 "proc-macro2",
19327 "quote",
19328 "syn 2.0.117",
19329 "wasm-bindgen-shared",
19330]
19331
19332[[package]]
19333name = "wasm-bindgen-shared"
19334version = "0.2.113"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19337dependencies = [
19338 "unicode-ident",
19339]
19340
19341[[package]]
19342name = "wasm-encoder"
19343version = "0.201.0"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19346dependencies = [
19347 "leb128",
19348]
19349
19350[[package]]
19351name = "wasm-encoder"
19352version = "0.221.3"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19355dependencies = [
19356 "leb128",
19357 "wasmparser 0.221.3",
19358]
19359
19360[[package]]
19361name = "wasm-encoder"
19362version = "0.227.1"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19365dependencies = [
19366 "leb128fmt",
19367 "wasmparser 0.227.1",
19368]
19369
19370[[package]]
19371name = "wasm-encoder"
19372version = "0.229.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19375dependencies = [
19376 "leb128fmt",
19377 "wasmparser 0.229.0",
19378]
19379
19380[[package]]
19381name = "wasm-encoder"
19382version = "0.244.0"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19385dependencies = [
19386 "leb128fmt",
19387 "wasmparser 0.244.0",
19388]
19389
19390[[package]]
19391name = "wasm-metadata"
19392version = "0.201.0"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19395dependencies = [
19396 "anyhow",
19397 "indexmap",
19398 "serde",
19399 "serde_derive",
19400 "serde_json",
19401 "spdx",
19402 "wasm-encoder 0.201.0",
19403 "wasmparser 0.201.0",
19404]
19405
19406[[package]]
19407name = "wasm-metadata"
19408version = "0.227.1"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19411dependencies = [
19412 "anyhow",
19413 "auditable-serde",
19414 "flate2",
19415 "indexmap",
19416 "serde",
19417 "serde_derive",
19418 "serde_json",
19419 "spdx",
19420 "url",
19421 "wasm-encoder 0.227.1",
19422 "wasmparser 0.227.1",
19423]
19424
19425[[package]]
19426name = "wasm-metadata"
19427version = "0.244.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19430dependencies = [
19431 "anyhow",
19432 "indexmap",
19433 "wasm-encoder 0.244.0",
19434 "wasmparser 0.244.0",
19435]
19436
19437[[package]]
19438name = "wasm-streams"
19439version = "0.4.2"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19442dependencies = [
19443 "futures-util",
19444 "js-sys",
19445 "wasm-bindgen",
19446 "wasm-bindgen-futures",
19447 "web-sys",
19448]
19449
19450[[package]]
19451name = "wasm_thread"
19452version = "0.3.3"
19453source = "registry+https://github.com/rust-lang/crates.io-index"
19454checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19455dependencies = [
19456 "futures 0.3.31",
19457 "js-sys",
19458 "wasm-bindgen",
19459 "web-sys",
19460]
19461
19462[[package]]
19463name = "wasmparser"
19464version = "0.201.0"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19467dependencies = [
19468 "bitflags 2.10.0",
19469 "indexmap",
19470 "semver",
19471]
19472
19473[[package]]
19474name = "wasmparser"
19475version = "0.221.3"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19478dependencies = [
19479 "bitflags 2.10.0",
19480 "hashbrown 0.15.5",
19481 "indexmap",
19482 "semver",
19483 "serde",
19484]
19485
19486[[package]]
19487name = "wasmparser"
19488version = "0.227.1"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19491dependencies = [
19492 "bitflags 2.10.0",
19493 "hashbrown 0.15.5",
19494 "indexmap",
19495 "semver",
19496]
19497
19498[[package]]
19499name = "wasmparser"
19500version = "0.229.0"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19503dependencies = [
19504 "bitflags 2.10.0",
19505 "hashbrown 0.15.5",
19506 "indexmap",
19507 "semver",
19508 "serde",
19509]
19510
19511[[package]]
19512name = "wasmparser"
19513version = "0.244.0"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19516dependencies = [
19517 "bitflags 2.10.0",
19518 "hashbrown 0.15.5",
19519 "indexmap",
19520 "semver",
19521]
19522
19523[[package]]
19524name = "wasmprinter"
19525version = "0.229.0"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19528dependencies = [
19529 "anyhow",
19530 "termcolor",
19531 "wasmparser 0.229.0",
19532]
19533
19534[[package]]
19535name = "wasmtime"
19536version = "33.0.2"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19539dependencies = [
19540 "addr2line 0.24.2",
19541 "anyhow",
19542 "async-trait",
19543 "bitflags 2.10.0",
19544 "bumpalo",
19545 "cc",
19546 "cfg-if",
19547 "encoding_rs",
19548 "hashbrown 0.15.5",
19549 "indexmap",
19550 "libc",
19551 "log",
19552 "mach2 0.4.3",
19553 "memfd",
19554 "object 0.36.7",
19555 "once_cell",
19556 "postcard",
19557 "psm",
19558 "pulley-interpreter",
19559 "rayon",
19560 "rustix 1.1.2",
19561 "semver",
19562 "serde",
19563 "serde_derive",
19564 "smallvec",
19565 "sptr",
19566 "target-lexicon 0.13.3",
19567 "trait-variant",
19568 "wasmparser 0.229.0",
19569 "wasmtime-asm-macros",
19570 "wasmtime-component-macro",
19571 "wasmtime-component-util",
19572 "wasmtime-cranelift",
19573 "wasmtime-environ",
19574 "wasmtime-fiber",
19575 "wasmtime-jit-icache-coherence",
19576 "wasmtime-math",
19577 "wasmtime-slab",
19578 "wasmtime-versioned-export-macros",
19579 "wasmtime-winch",
19580 "windows-sys 0.59.0",
19581]
19582
19583[[package]]
19584name = "wasmtime-asm-macros"
19585version = "33.0.2"
19586source = "registry+https://github.com/rust-lang/crates.io-index"
19587checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19588dependencies = [
19589 "cfg-if",
19590]
19591
19592[[package]]
19593name = "wasmtime-c-api-impl"
19594version = "33.0.2"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19597dependencies = [
19598 "anyhow",
19599 "log",
19600 "tracing",
19601 "wasmtime",
19602 "wasmtime-c-api-macros",
19603]
19604
19605[[package]]
19606name = "wasmtime-c-api-macros"
19607version = "33.0.2"
19608source = "registry+https://github.com/rust-lang/crates.io-index"
19609checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19610dependencies = [
19611 "proc-macro2",
19612 "quote",
19613]
19614
19615[[package]]
19616name = "wasmtime-component-macro"
19617version = "33.0.2"
19618source = "registry+https://github.com/rust-lang/crates.io-index"
19619checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19620dependencies = [
19621 "anyhow",
19622 "proc-macro2",
19623 "quote",
19624 "syn 2.0.117",
19625 "wasmtime-component-util",
19626 "wasmtime-wit-bindgen",
19627 "wit-parser 0.229.0",
19628]
19629
19630[[package]]
19631name = "wasmtime-component-util"
19632version = "33.0.2"
19633source = "registry+https://github.com/rust-lang/crates.io-index"
19634checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19635
19636[[package]]
19637name = "wasmtime-cranelift"
19638version = "33.0.2"
19639source = "registry+https://github.com/rust-lang/crates.io-index"
19640checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19641dependencies = [
19642 "anyhow",
19643 "cfg-if",
19644 "cranelift-codegen",
19645 "cranelift-control",
19646 "cranelift-entity",
19647 "cranelift-frontend",
19648 "cranelift-native",
19649 "gimli 0.31.1",
19650 "itertools 0.14.0",
19651 "log",
19652 "object 0.36.7",
19653 "pulley-interpreter",
19654 "smallvec",
19655 "target-lexicon 0.13.3",
19656 "thiserror 2.0.17",
19657 "wasmparser 0.229.0",
19658 "wasmtime-environ",
19659 "wasmtime-versioned-export-macros",
19660]
19661
19662[[package]]
19663name = "wasmtime-environ"
19664version = "33.0.2"
19665source = "registry+https://github.com/rust-lang/crates.io-index"
19666checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19667dependencies = [
19668 "anyhow",
19669 "cpp_demangle",
19670 "cranelift-bitset",
19671 "cranelift-entity",
19672 "gimli 0.31.1",
19673 "indexmap",
19674 "log",
19675 "object 0.36.7",
19676 "postcard",
19677 "rustc-demangle",
19678 "semver",
19679 "serde",
19680 "serde_derive",
19681 "smallvec",
19682 "target-lexicon 0.13.3",
19683 "wasm-encoder 0.229.0",
19684 "wasmparser 0.229.0",
19685 "wasmprinter",
19686 "wasmtime-component-util",
19687]
19688
19689[[package]]
19690name = "wasmtime-fiber"
19691version = "33.0.2"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19694dependencies = [
19695 "anyhow",
19696 "cc",
19697 "cfg-if",
19698 "rustix 1.1.2",
19699 "wasmtime-asm-macros",
19700 "wasmtime-versioned-export-macros",
19701 "windows-sys 0.59.0",
19702]
19703
19704[[package]]
19705name = "wasmtime-jit-icache-coherence"
19706version = "33.0.2"
19707source = "registry+https://github.com/rust-lang/crates.io-index"
19708checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19709dependencies = [
19710 "anyhow",
19711 "cfg-if",
19712 "libc",
19713 "windows-sys 0.59.0",
19714]
19715
19716[[package]]
19717name = "wasmtime-math"
19718version = "33.0.2"
19719source = "registry+https://github.com/rust-lang/crates.io-index"
19720checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19721dependencies = [
19722 "libm",
19723]
19724
19725[[package]]
19726name = "wasmtime-slab"
19727version = "33.0.2"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19730
19731[[package]]
19732name = "wasmtime-versioned-export-macros"
19733version = "33.0.2"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19736dependencies = [
19737 "proc-macro2",
19738 "quote",
19739 "syn 2.0.117",
19740]
19741
19742[[package]]
19743name = "wasmtime-wasi"
19744version = "33.0.2"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19747dependencies = [
19748 "anyhow",
19749 "async-trait",
19750 "bitflags 2.10.0",
19751 "bytes 1.11.1",
19752 "cap-fs-ext",
19753 "cap-net-ext",
19754 "cap-rand",
19755 "cap-std",
19756 "cap-time-ext",
19757 "fs-set-times",
19758 "futures 0.3.31",
19759 "io-extras",
19760 "io-lifetimes",
19761 "rustix 1.1.2",
19762 "system-interface",
19763 "thiserror 2.0.17",
19764 "tokio",
19765 "tracing",
19766 "url",
19767 "wasmtime",
19768 "wasmtime-wasi-io",
19769 "wiggle",
19770 "windows-sys 0.59.0",
19771]
19772
19773[[package]]
19774name = "wasmtime-wasi-io"
19775version = "33.0.2"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19778dependencies = [
19779 "anyhow",
19780 "async-trait",
19781 "bytes 1.11.1",
19782 "futures 0.3.31",
19783 "wasmtime",
19784]
19785
19786[[package]]
19787name = "wasmtime-winch"
19788version = "33.0.2"
19789source = "registry+https://github.com/rust-lang/crates.io-index"
19790checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19791dependencies = [
19792 "anyhow",
19793 "cranelift-codegen",
19794 "gimli 0.31.1",
19795 "object 0.36.7",
19796 "target-lexicon 0.13.3",
19797 "wasmparser 0.229.0",
19798 "wasmtime-cranelift",
19799 "wasmtime-environ",
19800 "winch-codegen",
19801]
19802
19803[[package]]
19804name = "wasmtime-wit-bindgen"
19805version = "33.0.2"
19806source = "registry+https://github.com/rust-lang/crates.io-index"
19807checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19808dependencies = [
19809 "anyhow",
19810 "heck 0.5.0",
19811 "indexmap",
19812 "wit-parser 0.229.0",
19813]
19814
19815[[package]]
19816name = "wast"
19817version = "35.0.2"
19818source = "registry+https://github.com/rust-lang/crates.io-index"
19819checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19820dependencies = [
19821 "leb128",
19822]
19823
19824[[package]]
19825name = "watch"
19826version = "0.1.0"
19827dependencies = [
19828 "ctor",
19829 "futures 0.3.31",
19830 "gpui",
19831 "parking_lot",
19832 "zlog",
19833]
19834
19835[[package]]
19836name = "wax"
19837version = "0.7.0"
19838source = "registry+https://github.com/rust-lang/crates.io-index"
19839checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19840dependencies = [
19841 "const_format",
19842 "itertools 0.14.0",
19843 "nom 7.1.3",
19844 "pori",
19845 "regex",
19846 "thiserror 2.0.17",
19847 "walkdir",
19848]
19849
19850[[package]]
19851name = "wayland-backend"
19852version = "0.3.11"
19853source = "registry+https://github.com/rust-lang/crates.io-index"
19854checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19855dependencies = [
19856 "cc",
19857 "downcast-rs",
19858 "rustix 1.1.2",
19859 "scoped-tls",
19860 "smallvec",
19861 "wayland-sys",
19862]
19863
19864[[package]]
19865name = "wayland-client"
19866version = "0.31.11"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19869dependencies = [
19870 "bitflags 2.10.0",
19871 "rustix 1.1.2",
19872 "wayland-backend",
19873 "wayland-scanner",
19874]
19875
19876[[package]]
19877name = "wayland-cursor"
19878version = "0.31.11"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19881dependencies = [
19882 "rustix 1.1.2",
19883 "wayland-client",
19884 "xcursor",
19885]
19886
19887[[package]]
19888name = "wayland-protocols"
19889version = "0.32.9"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19892dependencies = [
19893 "bitflags 2.10.0",
19894 "wayland-backend",
19895 "wayland-client",
19896 "wayland-scanner",
19897]
19898
19899[[package]]
19900name = "wayland-protocols-plasma"
19901version = "0.3.9"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19904dependencies = [
19905 "bitflags 2.10.0",
19906 "wayland-backend",
19907 "wayland-client",
19908 "wayland-protocols",
19909 "wayland-scanner",
19910]
19911
19912[[package]]
19913name = "wayland-protocols-wlr"
19914version = "0.3.9"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19917dependencies = [
19918 "bitflags 2.10.0",
19919 "wayland-backend",
19920 "wayland-client",
19921 "wayland-protocols",
19922 "wayland-scanner",
19923]
19924
19925[[package]]
19926name = "wayland-scanner"
19927version = "0.31.7"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19930dependencies = [
19931 "proc-macro2",
19932 "quick-xml 0.37.5",
19933 "quote",
19934]
19935
19936[[package]]
19937name = "wayland-sys"
19938version = "0.31.7"
19939source = "registry+https://github.com/rust-lang/crates.io-index"
19940checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19941dependencies = [
19942 "dlib",
19943 "log",
19944 "once_cell",
19945 "pkg-config",
19946]
19947
19948[[package]]
19949name = "web-sys"
19950version = "0.3.90"
19951source = "registry+https://github.com/rust-lang/crates.io-index"
19952checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19953dependencies = [
19954 "js-sys",
19955 "wasm-bindgen",
19956]
19957
19958[[package]]
19959name = "web-time"
19960version = "1.1.0"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19963dependencies = [
19964 "js-sys",
19965 "wasm-bindgen",
19966]
19967
19968[[package]]
19969name = "web_atoms"
19970version = "0.1.3"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19973dependencies = [
19974 "phf 0.11.3",
19975 "phf_codegen",
19976 "string_cache",
19977 "string_cache_codegen",
19978]
19979
19980[[package]]
19981name = "web_search"
19982version = "0.1.0"
19983dependencies = [
19984 "anyhow",
19985 "cloud_llm_client",
19986 "collections",
19987 "gpui",
19988 "serde",
19989]
19990
19991[[package]]
19992name = "web_search_providers"
19993version = "0.1.0"
19994dependencies = [
19995 "anyhow",
19996 "client",
19997 "cloud_api_types",
19998 "cloud_llm_client",
19999 "futures 0.3.31",
20000 "gpui",
20001 "http_client",
20002 "language_model",
20003 "serde",
20004 "serde_json",
20005 "web_search",
20006]
20007
20008[[package]]
20009name = "webpki-root-certs"
20010version = "0.26.8"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20013dependencies = [
20014 "rustls-pki-types",
20015]
20016
20017[[package]]
20018name = "webpki-roots"
20019version = "0.26.8"
20020source = "registry+https://github.com/rust-lang/crates.io-index"
20021checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20022dependencies = [
20023 "rustls-pki-types",
20024]
20025
20026[[package]]
20027name = "webrtc-sys"
20028version = "0.3.23"
20029source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20030dependencies = [
20031 "cc",
20032 "cxx",
20033 "cxx-build",
20034 "glob",
20035 "log",
20036 "pkg-config",
20037 "webrtc-sys-build",
20038]
20039
20040[[package]]
20041name = "webrtc-sys-build"
20042version = "0.3.13"
20043source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20044dependencies = [
20045 "anyhow",
20046 "fs2",
20047 "regex",
20048 "reqwest 0.12.24",
20049 "scratch",
20050 "semver",
20051 "zip 0.6.6",
20052]
20053
20054[[package]]
20055name = "weezl"
20056version = "0.1.10"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20059
20060[[package]]
20061name = "wgpu"
20062version = "28.0.1"
20063source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20064dependencies = [
20065 "arrayvec",
20066 "bitflags 2.10.0",
20067 "bytemuck",
20068 "cfg-if",
20069 "cfg_aliases 0.2.1",
20070 "document-features",
20071 "hashbrown 0.16.1",
20072 "js-sys",
20073 "log",
20074 "naga 28.0.1",
20075 "parking_lot",
20076 "portable-atomic",
20077 "profiling",
20078 "raw-window-handle",
20079 "smallvec",
20080 "static_assertions",
20081 "wasm-bindgen",
20082 "wasm-bindgen-futures",
20083 "web-sys",
20084 "wgpu-core",
20085 "wgpu-hal",
20086 "wgpu-types",
20087]
20088
20089[[package]]
20090name = "wgpu-core"
20091version = "28.0.1"
20092source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20093dependencies = [
20094 "arrayvec",
20095 "bit-set",
20096 "bit-vec",
20097 "bitflags 2.10.0",
20098 "bytemuck",
20099 "cfg_aliases 0.2.1",
20100 "document-features",
20101 "hashbrown 0.16.1",
20102 "indexmap",
20103 "log",
20104 "naga 28.0.1",
20105 "once_cell",
20106 "parking_lot",
20107 "portable-atomic",
20108 "profiling",
20109 "raw-window-handle",
20110 "rustc-hash 1.1.0",
20111 "smallvec",
20112 "thiserror 2.0.17",
20113 "wgpu-core-deps-apple",
20114 "wgpu-core-deps-emscripten",
20115 "wgpu-core-deps-windows-linux-android",
20116 "wgpu-hal",
20117 "wgpu-types",
20118]
20119
20120[[package]]
20121name = "wgpu-core-deps-apple"
20122version = "28.0.1"
20123source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20124dependencies = [
20125 "wgpu-hal",
20126]
20127
20128[[package]]
20129name = "wgpu-core-deps-emscripten"
20130version = "28.0.1"
20131source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20132dependencies = [
20133 "wgpu-hal",
20134]
20135
20136[[package]]
20137name = "wgpu-core-deps-windows-linux-android"
20138version = "28.0.1"
20139source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20140dependencies = [
20141 "wgpu-hal",
20142]
20143
20144[[package]]
20145name = "wgpu-hal"
20146version = "28.0.1"
20147source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20148dependencies = [
20149 "android_system_properties",
20150 "arrayvec",
20151 "ash",
20152 "bit-set",
20153 "bitflags 2.10.0",
20154 "block",
20155 "bytemuck",
20156 "cfg-if",
20157 "cfg_aliases 0.2.1",
20158 "core-graphics-types 0.2.0",
20159 "glow",
20160 "glutin_wgl_sys",
20161 "gpu-allocator",
20162 "gpu-descriptor",
20163 "hashbrown 0.16.1",
20164 "js-sys",
20165 "khronos-egl",
20166 "libc",
20167 "libloading",
20168 "log",
20169 "metal",
20170 "naga 28.0.1",
20171 "ndk-sys",
20172 "objc",
20173 "once_cell",
20174 "ordered-float 4.6.0",
20175 "parking_lot",
20176 "portable-atomic",
20177 "portable-atomic-util",
20178 "profiling",
20179 "range-alloc",
20180 "raw-window-handle",
20181 "renderdoc-sys",
20182 "smallvec",
20183 "thiserror 2.0.17",
20184 "wasm-bindgen",
20185 "web-sys",
20186 "wgpu-types",
20187 "windows 0.62.2",
20188 "windows-core 0.62.2",
20189]
20190
20191[[package]]
20192name = "wgpu-types"
20193version = "28.0.1"
20194source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20195dependencies = [
20196 "bitflags 2.10.0",
20197 "bytemuck",
20198 "js-sys",
20199 "log",
20200 "web-sys",
20201]
20202
20203[[package]]
20204name = "which"
20205version = "4.4.2"
20206source = "registry+https://github.com/rust-lang/crates.io-index"
20207checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20208dependencies = [
20209 "either",
20210 "home",
20211 "once_cell",
20212 "rustix 0.38.44",
20213]
20214
20215[[package]]
20216name = "which"
20217version = "6.0.3"
20218source = "registry+https://github.com/rust-lang/crates.io-index"
20219checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20220dependencies = [
20221 "either",
20222 "home",
20223 "rustix 0.38.44",
20224 "winsafe",
20225]
20226
20227[[package]]
20228name = "which_key"
20229version = "0.1.0"
20230dependencies = [
20231 "command_palette",
20232 "gpui",
20233 "serde",
20234 "settings",
20235 "theme",
20236 "ui",
20237 "util",
20238 "workspace",
20239]
20240
20241[[package]]
20242name = "whoami"
20243version = "1.6.1"
20244source = "registry+https://github.com/rust-lang/crates.io-index"
20245checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20246dependencies = [
20247 "libredox",
20248 "wasite",
20249]
20250
20251[[package]]
20252name = "wiggle"
20253version = "33.0.2"
20254source = "registry+https://github.com/rust-lang/crates.io-index"
20255checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20256dependencies = [
20257 "anyhow",
20258 "async-trait",
20259 "bitflags 2.10.0",
20260 "thiserror 2.0.17",
20261 "tracing",
20262 "wasmtime",
20263 "wiggle-macro",
20264]
20265
20266[[package]]
20267name = "wiggle-generate"
20268version = "33.0.2"
20269source = "registry+https://github.com/rust-lang/crates.io-index"
20270checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20271dependencies = [
20272 "anyhow",
20273 "heck 0.5.0",
20274 "proc-macro2",
20275 "quote",
20276 "syn 2.0.117",
20277 "witx",
20278]
20279
20280[[package]]
20281name = "wiggle-macro"
20282version = "33.0.2"
20283source = "registry+https://github.com/rust-lang/crates.io-index"
20284checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20285dependencies = [
20286 "proc-macro2",
20287 "quote",
20288 "syn 2.0.117",
20289 "wiggle-generate",
20290]
20291
20292[[package]]
20293name = "winapi"
20294version = "0.3.9"
20295source = "registry+https://github.com/rust-lang/crates.io-index"
20296checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20297dependencies = [
20298 "winapi-i686-pc-windows-gnu",
20299 "winapi-x86_64-pc-windows-gnu",
20300]
20301
20302[[package]]
20303name = "winapi-i686-pc-windows-gnu"
20304version = "0.4.0"
20305source = "registry+https://github.com/rust-lang/crates.io-index"
20306checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20307
20308[[package]]
20309name = "winapi-util"
20310version = "0.1.11"
20311source = "registry+https://github.com/rust-lang/crates.io-index"
20312checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20313dependencies = [
20314 "windows-sys 0.61.2",
20315]
20316
20317[[package]]
20318name = "winapi-x86_64-pc-windows-gnu"
20319version = "0.4.0"
20320source = "registry+https://github.com/rust-lang/crates.io-index"
20321checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20322
20323[[package]]
20324name = "winch-codegen"
20325version = "33.0.2"
20326source = "registry+https://github.com/rust-lang/crates.io-index"
20327checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20328dependencies = [
20329 "anyhow",
20330 "cranelift-assembler-x64",
20331 "cranelift-codegen",
20332 "gimli 0.31.1",
20333 "regalloc2",
20334 "smallvec",
20335 "target-lexicon 0.13.3",
20336 "thiserror 2.0.17",
20337 "wasmparser 0.229.0",
20338 "wasmtime-cranelift",
20339 "wasmtime-environ",
20340]
20341
20342[[package]]
20343name = "windows"
20344version = "0.57.0"
20345source = "registry+https://github.com/rust-lang/crates.io-index"
20346checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20347dependencies = [
20348 "windows-core 0.57.0",
20349 "windows-targets 0.52.6",
20350]
20351
20352[[package]]
20353name = "windows"
20354version = "0.58.0"
20355source = "registry+https://github.com/rust-lang/crates.io-index"
20356checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20357dependencies = [
20358 "windows-core 0.58.0",
20359 "windows-targets 0.52.6",
20360]
20361
20362[[package]]
20363name = "windows"
20364version = "0.61.3"
20365source = "registry+https://github.com/rust-lang/crates.io-index"
20366checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20367dependencies = [
20368 "windows-collections 0.2.0",
20369 "windows-core 0.61.2",
20370 "windows-future 0.2.1",
20371 "windows-link 0.1.3",
20372 "windows-numerics 0.2.0",
20373]
20374
20375[[package]]
20376name = "windows"
20377version = "0.62.2"
20378source = "registry+https://github.com/rust-lang/crates.io-index"
20379checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20380dependencies = [
20381 "windows-collections 0.3.2",
20382 "windows-core 0.62.2",
20383 "windows-future 0.3.2",
20384 "windows-numerics 0.3.1",
20385]
20386
20387[[package]]
20388name = "windows-bindgen"
20389version = "0.61.1"
20390source = "registry+https://github.com/rust-lang/crates.io-index"
20391checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20392dependencies = [
20393 "serde",
20394 "serde_json",
20395 "windows-threading 0.1.0",
20396]
20397
20398[[package]]
20399name = "windows-capture"
20400version = "1.4.3"
20401source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20402dependencies = [
20403 "clap",
20404 "ctrlc",
20405 "parking_lot",
20406 "rayon",
20407 "thiserror 2.0.17",
20408 "windows 0.61.3",
20409 "windows-future 0.2.1",
20410]
20411
20412[[package]]
20413name = "windows-collections"
20414version = "0.2.0"
20415source = "registry+https://github.com/rust-lang/crates.io-index"
20416checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20417dependencies = [
20418 "windows-core 0.61.2",
20419]
20420
20421[[package]]
20422name = "windows-collections"
20423version = "0.3.2"
20424source = "registry+https://github.com/rust-lang/crates.io-index"
20425checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20426dependencies = [
20427 "windows-core 0.62.2",
20428]
20429
20430[[package]]
20431name = "windows-core"
20432version = "0.57.0"
20433source = "registry+https://github.com/rust-lang/crates.io-index"
20434checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20435dependencies = [
20436 "windows-implement 0.57.0",
20437 "windows-interface 0.57.0",
20438 "windows-result 0.1.2",
20439 "windows-targets 0.52.6",
20440]
20441
20442[[package]]
20443name = "windows-core"
20444version = "0.58.0"
20445source = "registry+https://github.com/rust-lang/crates.io-index"
20446checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20447dependencies = [
20448 "windows-implement 0.58.0",
20449 "windows-interface 0.58.0",
20450 "windows-result 0.2.0",
20451 "windows-strings 0.1.0",
20452 "windows-targets 0.52.6",
20453]
20454
20455[[package]]
20456name = "windows-core"
20457version = "0.61.2"
20458source = "registry+https://github.com/rust-lang/crates.io-index"
20459checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20460dependencies = [
20461 "windows-implement 0.60.2",
20462 "windows-interface 0.59.3",
20463 "windows-link 0.1.3",
20464 "windows-result 0.3.4",
20465 "windows-strings 0.4.2",
20466]
20467
20468[[package]]
20469name = "windows-core"
20470version = "0.62.2"
20471source = "registry+https://github.com/rust-lang/crates.io-index"
20472checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20473dependencies = [
20474 "windows-implement 0.60.2",
20475 "windows-interface 0.59.3",
20476 "windows-link 0.2.1",
20477 "windows-result 0.4.1",
20478 "windows-strings 0.5.1",
20479]
20480
20481[[package]]
20482name = "windows-future"
20483version = "0.2.1"
20484source = "registry+https://github.com/rust-lang/crates.io-index"
20485checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20486dependencies = [
20487 "windows-core 0.61.2",
20488 "windows-link 0.1.3",
20489 "windows-threading 0.1.0",
20490]
20491
20492[[package]]
20493name = "windows-future"
20494version = "0.3.2"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20497dependencies = [
20498 "windows-core 0.62.2",
20499 "windows-link 0.2.1",
20500 "windows-threading 0.2.1",
20501]
20502
20503[[package]]
20504name = "windows-implement"
20505version = "0.57.0"
20506source = "registry+https://github.com/rust-lang/crates.io-index"
20507checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20508dependencies = [
20509 "proc-macro2",
20510 "quote",
20511 "syn 2.0.117",
20512]
20513
20514[[package]]
20515name = "windows-implement"
20516version = "0.58.0"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20519dependencies = [
20520 "proc-macro2",
20521 "quote",
20522 "syn 2.0.117",
20523]
20524
20525[[package]]
20526name = "windows-implement"
20527version = "0.60.2"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20530dependencies = [
20531 "proc-macro2",
20532 "quote",
20533 "syn 2.0.117",
20534]
20535
20536[[package]]
20537name = "windows-interface"
20538version = "0.57.0"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20541dependencies = [
20542 "proc-macro2",
20543 "quote",
20544 "syn 2.0.117",
20545]
20546
20547[[package]]
20548name = "windows-interface"
20549version = "0.58.0"
20550source = "registry+https://github.com/rust-lang/crates.io-index"
20551checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20552dependencies = [
20553 "proc-macro2",
20554 "quote",
20555 "syn 2.0.117",
20556]
20557
20558[[package]]
20559name = "windows-interface"
20560version = "0.59.3"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20563dependencies = [
20564 "proc-macro2",
20565 "quote",
20566 "syn 2.0.117",
20567]
20568
20569[[package]]
20570name = "windows-link"
20571version = "0.1.3"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20574
20575[[package]]
20576name = "windows-link"
20577version = "0.2.1"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20580
20581[[package]]
20582name = "windows-numerics"
20583version = "0.2.0"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20586dependencies = [
20587 "windows-core 0.61.2",
20588 "windows-link 0.1.3",
20589]
20590
20591[[package]]
20592name = "windows-numerics"
20593version = "0.3.1"
20594source = "registry+https://github.com/rust-lang/crates.io-index"
20595checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20596dependencies = [
20597 "windows-core 0.62.2",
20598 "windows-link 0.2.1",
20599]
20600
20601[[package]]
20602name = "windows-registry"
20603version = "0.4.0"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20606dependencies = [
20607 "windows-result 0.3.4",
20608 "windows-strings 0.3.1",
20609 "windows-targets 0.53.5",
20610]
20611
20612[[package]]
20613name = "windows-registry"
20614version = "0.5.3"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20617dependencies = [
20618 "windows-link 0.1.3",
20619 "windows-result 0.3.4",
20620 "windows-strings 0.4.2",
20621]
20622
20623[[package]]
20624name = "windows-registry"
20625version = "0.6.1"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20628dependencies = [
20629 "windows-link 0.2.1",
20630 "windows-result 0.4.1",
20631 "windows-strings 0.5.1",
20632]
20633
20634[[package]]
20635name = "windows-result"
20636version = "0.1.2"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20639dependencies = [
20640 "windows-targets 0.52.6",
20641]
20642
20643[[package]]
20644name = "windows-result"
20645version = "0.2.0"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20648dependencies = [
20649 "windows-targets 0.52.6",
20650]
20651
20652[[package]]
20653name = "windows-result"
20654version = "0.3.4"
20655source = "registry+https://github.com/rust-lang/crates.io-index"
20656checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20657dependencies = [
20658 "windows-link 0.1.3",
20659]
20660
20661[[package]]
20662name = "windows-result"
20663version = "0.4.1"
20664source = "registry+https://github.com/rust-lang/crates.io-index"
20665checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20666dependencies = [
20667 "windows-link 0.2.1",
20668]
20669
20670[[package]]
20671name = "windows-strings"
20672version = "0.1.0"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20675dependencies = [
20676 "windows-result 0.2.0",
20677 "windows-targets 0.52.6",
20678]
20679
20680[[package]]
20681name = "windows-strings"
20682version = "0.3.1"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20685dependencies = [
20686 "windows-link 0.1.3",
20687]
20688
20689[[package]]
20690name = "windows-strings"
20691version = "0.4.2"
20692source = "registry+https://github.com/rust-lang/crates.io-index"
20693checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20694dependencies = [
20695 "windows-link 0.1.3",
20696]
20697
20698[[package]]
20699name = "windows-strings"
20700version = "0.5.1"
20701source = "registry+https://github.com/rust-lang/crates.io-index"
20702checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20703dependencies = [
20704 "windows-link 0.2.1",
20705]
20706
20707[[package]]
20708name = "windows-sys"
20709version = "0.45.0"
20710source = "registry+https://github.com/rust-lang/crates.io-index"
20711checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20712dependencies = [
20713 "windows-targets 0.42.2",
20714]
20715
20716[[package]]
20717name = "windows-sys"
20718version = "0.48.0"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20721dependencies = [
20722 "windows-targets 0.48.5",
20723]
20724
20725[[package]]
20726name = "windows-sys"
20727version = "0.52.0"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20730dependencies = [
20731 "windows-targets 0.52.6",
20732]
20733
20734[[package]]
20735name = "windows-sys"
20736version = "0.59.0"
20737source = "registry+https://github.com/rust-lang/crates.io-index"
20738checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20739dependencies = [
20740 "windows-targets 0.52.6",
20741]
20742
20743[[package]]
20744name = "windows-sys"
20745version = "0.60.2"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20748dependencies = [
20749 "windows-targets 0.53.5",
20750]
20751
20752[[package]]
20753name = "windows-sys"
20754version = "0.61.2"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20757dependencies = [
20758 "windows-link 0.2.1",
20759]
20760
20761[[package]]
20762name = "windows-targets"
20763version = "0.42.2"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20766dependencies = [
20767 "windows_aarch64_gnullvm 0.42.2",
20768 "windows_aarch64_msvc 0.42.2",
20769 "windows_i686_gnu 0.42.2",
20770 "windows_i686_msvc 0.42.2",
20771 "windows_x86_64_gnu 0.42.2",
20772 "windows_x86_64_gnullvm 0.42.2",
20773 "windows_x86_64_msvc 0.42.2",
20774]
20775
20776[[package]]
20777name = "windows-targets"
20778version = "0.48.5"
20779source = "registry+https://github.com/rust-lang/crates.io-index"
20780checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20781dependencies = [
20782 "windows_aarch64_gnullvm 0.48.5",
20783 "windows_aarch64_msvc 0.48.5",
20784 "windows_i686_gnu 0.48.5",
20785 "windows_i686_msvc 0.48.5",
20786 "windows_x86_64_gnu 0.48.5",
20787 "windows_x86_64_gnullvm 0.48.5",
20788 "windows_x86_64_msvc 0.48.5",
20789]
20790
20791[[package]]
20792name = "windows-targets"
20793version = "0.52.6"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20796dependencies = [
20797 "windows_aarch64_gnullvm 0.52.6",
20798 "windows_aarch64_msvc 0.52.6",
20799 "windows_i686_gnu 0.52.6",
20800 "windows_i686_gnullvm 0.52.6",
20801 "windows_i686_msvc 0.52.6",
20802 "windows_x86_64_gnu 0.52.6",
20803 "windows_x86_64_gnullvm 0.52.6",
20804 "windows_x86_64_msvc 0.52.6",
20805]
20806
20807[[package]]
20808name = "windows-targets"
20809version = "0.53.5"
20810source = "registry+https://github.com/rust-lang/crates.io-index"
20811checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20812dependencies = [
20813 "windows-link 0.2.1",
20814 "windows_aarch64_gnullvm 0.53.1",
20815 "windows_aarch64_msvc 0.53.1",
20816 "windows_i686_gnu 0.53.1",
20817 "windows_i686_gnullvm 0.53.1",
20818 "windows_i686_msvc 0.53.1",
20819 "windows_x86_64_gnu 0.53.1",
20820 "windows_x86_64_gnullvm 0.53.1",
20821 "windows_x86_64_msvc 0.53.1",
20822]
20823
20824[[package]]
20825name = "windows-threading"
20826version = "0.1.0"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20829dependencies = [
20830 "windows-link 0.1.3",
20831]
20832
20833[[package]]
20834name = "windows-threading"
20835version = "0.2.1"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20838dependencies = [
20839 "windows-link 0.2.1",
20840]
20841
20842[[package]]
20843name = "windows_aarch64_gnullvm"
20844version = "0.42.2"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20847
20848[[package]]
20849name = "windows_aarch64_gnullvm"
20850version = "0.48.5"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20853
20854[[package]]
20855name = "windows_aarch64_gnullvm"
20856version = "0.52.6"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20859
20860[[package]]
20861name = "windows_aarch64_gnullvm"
20862version = "0.53.1"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20865
20866[[package]]
20867name = "windows_aarch64_msvc"
20868version = "0.42.2"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20871
20872[[package]]
20873name = "windows_aarch64_msvc"
20874version = "0.48.5"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20877
20878[[package]]
20879name = "windows_aarch64_msvc"
20880version = "0.52.6"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20883
20884[[package]]
20885name = "windows_aarch64_msvc"
20886version = "0.53.1"
20887source = "registry+https://github.com/rust-lang/crates.io-index"
20888checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20889
20890[[package]]
20891name = "windows_i686_gnu"
20892version = "0.42.2"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20895
20896[[package]]
20897name = "windows_i686_gnu"
20898version = "0.48.5"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20901
20902[[package]]
20903name = "windows_i686_gnu"
20904version = "0.52.6"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20907
20908[[package]]
20909name = "windows_i686_gnu"
20910version = "0.53.1"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20913
20914[[package]]
20915name = "windows_i686_gnullvm"
20916version = "0.52.6"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20919
20920[[package]]
20921name = "windows_i686_gnullvm"
20922version = "0.53.1"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20925
20926[[package]]
20927name = "windows_i686_msvc"
20928version = "0.42.2"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20931
20932[[package]]
20933name = "windows_i686_msvc"
20934version = "0.48.5"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20937
20938[[package]]
20939name = "windows_i686_msvc"
20940version = "0.52.6"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20943
20944[[package]]
20945name = "windows_i686_msvc"
20946version = "0.53.1"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20949
20950[[package]]
20951name = "windows_x86_64_gnu"
20952version = "0.42.2"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20955
20956[[package]]
20957name = "windows_x86_64_gnu"
20958version = "0.48.5"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20961
20962[[package]]
20963name = "windows_x86_64_gnu"
20964version = "0.52.6"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20967
20968[[package]]
20969name = "windows_x86_64_gnu"
20970version = "0.53.1"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20973
20974[[package]]
20975name = "windows_x86_64_gnullvm"
20976version = "0.42.2"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20979
20980[[package]]
20981name = "windows_x86_64_gnullvm"
20982version = "0.48.5"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20985
20986[[package]]
20987name = "windows_x86_64_gnullvm"
20988version = "0.52.6"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20991
20992[[package]]
20993name = "windows_x86_64_gnullvm"
20994version = "0.53.1"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
20997
20998[[package]]
20999name = "windows_x86_64_msvc"
21000version = "0.42.2"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21003
21004[[package]]
21005name = "windows_x86_64_msvc"
21006version = "0.48.5"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21009
21010[[package]]
21011name = "windows_x86_64_msvc"
21012version = "0.52.6"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21015
21016[[package]]
21017name = "windows_x86_64_msvc"
21018version = "0.53.1"
21019source = "registry+https://github.com/rust-lang/crates.io-index"
21020checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21021
21022[[package]]
21023name = "winnow"
21024version = "0.7.13"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21027dependencies = [
21028 "memchr",
21029]
21030
21031[[package]]
21032name = "winreg"
21033version = "0.10.1"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21036dependencies = [
21037 "winapi",
21038]
21039
21040[[package]]
21041name = "winreg"
21042version = "0.50.0"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21045dependencies = [
21046 "cfg-if",
21047 "windows-sys 0.48.0",
21048]
21049
21050[[package]]
21051name = "winreg"
21052version = "0.55.0"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21055dependencies = [
21056 "cfg-if",
21057 "windows-sys 0.59.0",
21058]
21059
21060[[package]]
21061name = "winresource"
21062version = "0.1.23"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21065dependencies = [
21066 "toml 0.8.23",
21067 "version_check",
21068]
21069
21070[[package]]
21071name = "winsafe"
21072version = "0.0.19"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21075
21076[[package]]
21077name = "winx"
21078version = "0.36.4"
21079source = "registry+https://github.com/rust-lang/crates.io-index"
21080checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21081dependencies = [
21082 "bitflags 2.10.0",
21083 "windows-sys 0.59.0",
21084]
21085
21086[[package]]
21087name = "wio"
21088version = "0.2.2"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21091dependencies = [
21092 "winapi",
21093]
21094
21095[[package]]
21096name = "wit-bindgen"
21097version = "0.22.0"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21100dependencies = [
21101 "bitflags 2.10.0",
21102 "wit-bindgen-rt 0.22.0",
21103 "wit-bindgen-rust-macro 0.22.0",
21104]
21105
21106[[package]]
21107name = "wit-bindgen"
21108version = "0.41.0"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21111dependencies = [
21112 "wit-bindgen-rt 0.41.0",
21113 "wit-bindgen-rust-macro 0.41.0",
21114]
21115
21116[[package]]
21117name = "wit-bindgen"
21118version = "0.46.0"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21121
21122[[package]]
21123name = "wit-bindgen"
21124version = "0.51.0"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21127dependencies = [
21128 "wit-bindgen-rust-macro 0.51.0",
21129]
21130
21131[[package]]
21132name = "wit-bindgen-core"
21133version = "0.22.0"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21136dependencies = [
21137 "anyhow",
21138 "wit-parser 0.201.0",
21139]
21140
21141[[package]]
21142name = "wit-bindgen-core"
21143version = "0.41.0"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21146dependencies = [
21147 "anyhow",
21148 "heck 0.5.0",
21149 "wit-parser 0.227.1",
21150]
21151
21152[[package]]
21153name = "wit-bindgen-core"
21154version = "0.51.0"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21157dependencies = [
21158 "anyhow",
21159 "heck 0.5.0",
21160 "wit-parser 0.244.0",
21161]
21162
21163[[package]]
21164name = "wit-bindgen-rt"
21165version = "0.22.0"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21168
21169[[package]]
21170name = "wit-bindgen-rt"
21171version = "0.41.0"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21174dependencies = [
21175 "bitflags 2.10.0",
21176 "futures 0.3.31",
21177 "once_cell",
21178]
21179
21180[[package]]
21181name = "wit-bindgen-rust"
21182version = "0.22.0"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21185dependencies = [
21186 "anyhow",
21187 "heck 0.4.1",
21188 "indexmap",
21189 "wasm-metadata 0.201.0",
21190 "wit-bindgen-core 0.22.0",
21191 "wit-component 0.201.0",
21192]
21193
21194[[package]]
21195name = "wit-bindgen-rust"
21196version = "0.41.0"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21199dependencies = [
21200 "anyhow",
21201 "heck 0.5.0",
21202 "indexmap",
21203 "prettyplease",
21204 "syn 2.0.117",
21205 "wasm-metadata 0.227.1",
21206 "wit-bindgen-core 0.41.0",
21207 "wit-component 0.227.1",
21208]
21209
21210[[package]]
21211name = "wit-bindgen-rust"
21212version = "0.51.0"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21215dependencies = [
21216 "anyhow",
21217 "heck 0.5.0",
21218 "indexmap",
21219 "prettyplease",
21220 "syn 2.0.117",
21221 "wasm-metadata 0.244.0",
21222 "wit-bindgen-core 0.51.0",
21223 "wit-component 0.244.0",
21224]
21225
21226[[package]]
21227name = "wit-bindgen-rust-macro"
21228version = "0.22.0"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21231dependencies = [
21232 "anyhow",
21233 "proc-macro2",
21234 "quote",
21235 "syn 2.0.117",
21236 "wit-bindgen-core 0.22.0",
21237 "wit-bindgen-rust 0.22.0",
21238]
21239
21240[[package]]
21241name = "wit-bindgen-rust-macro"
21242version = "0.41.0"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21245dependencies = [
21246 "anyhow",
21247 "prettyplease",
21248 "proc-macro2",
21249 "quote",
21250 "syn 2.0.117",
21251 "wit-bindgen-core 0.41.0",
21252 "wit-bindgen-rust 0.41.0",
21253]
21254
21255[[package]]
21256name = "wit-bindgen-rust-macro"
21257version = "0.51.0"
21258source = "registry+https://github.com/rust-lang/crates.io-index"
21259checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21260dependencies = [
21261 "anyhow",
21262 "prettyplease",
21263 "proc-macro2",
21264 "quote",
21265 "syn 2.0.117",
21266 "wit-bindgen-core 0.51.0",
21267 "wit-bindgen-rust 0.51.0",
21268]
21269
21270[[package]]
21271name = "wit-component"
21272version = "0.201.0"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21275dependencies = [
21276 "anyhow",
21277 "bitflags 2.10.0",
21278 "indexmap",
21279 "log",
21280 "serde",
21281 "serde_derive",
21282 "serde_json",
21283 "wasm-encoder 0.201.0",
21284 "wasm-metadata 0.201.0",
21285 "wasmparser 0.201.0",
21286 "wit-parser 0.201.0",
21287]
21288
21289[[package]]
21290name = "wit-component"
21291version = "0.227.1"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21294dependencies = [
21295 "anyhow",
21296 "bitflags 2.10.0",
21297 "indexmap",
21298 "log",
21299 "serde",
21300 "serde_derive",
21301 "serde_json",
21302 "wasm-encoder 0.227.1",
21303 "wasm-metadata 0.227.1",
21304 "wasmparser 0.227.1",
21305 "wit-parser 0.227.1",
21306]
21307
21308[[package]]
21309name = "wit-component"
21310version = "0.244.0"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21313dependencies = [
21314 "anyhow",
21315 "bitflags 2.10.0",
21316 "indexmap",
21317 "log",
21318 "serde",
21319 "serde_derive",
21320 "serde_json",
21321 "wasm-encoder 0.244.0",
21322 "wasm-metadata 0.244.0",
21323 "wasmparser 0.244.0",
21324 "wit-parser 0.244.0",
21325]
21326
21327[[package]]
21328name = "wit-parser"
21329version = "0.201.0"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21332dependencies = [
21333 "anyhow",
21334 "id-arena",
21335 "indexmap",
21336 "log",
21337 "semver",
21338 "serde",
21339 "serde_derive",
21340 "serde_json",
21341 "unicode-xid",
21342 "wasmparser 0.201.0",
21343]
21344
21345[[package]]
21346name = "wit-parser"
21347version = "0.227.1"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21350dependencies = [
21351 "anyhow",
21352 "id-arena",
21353 "indexmap",
21354 "log",
21355 "semver",
21356 "serde",
21357 "serde_derive",
21358 "serde_json",
21359 "unicode-xid",
21360 "wasmparser 0.227.1",
21361]
21362
21363[[package]]
21364name = "wit-parser"
21365version = "0.229.0"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21368dependencies = [
21369 "anyhow",
21370 "id-arena",
21371 "indexmap",
21372 "log",
21373 "semver",
21374 "serde",
21375 "serde_derive",
21376 "serde_json",
21377 "unicode-xid",
21378 "wasmparser 0.229.0",
21379]
21380
21381[[package]]
21382name = "wit-parser"
21383version = "0.244.0"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21386dependencies = [
21387 "anyhow",
21388 "id-arena",
21389 "indexmap",
21390 "log",
21391 "semver",
21392 "serde",
21393 "serde_derive",
21394 "serde_json",
21395 "unicode-xid",
21396 "wasmparser 0.244.0",
21397]
21398
21399[[package]]
21400name = "witx"
21401version = "0.9.1"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21404dependencies = [
21405 "anyhow",
21406 "log",
21407 "thiserror 1.0.69",
21408 "wast",
21409]
21410
21411[[package]]
21412name = "workspace"
21413version = "0.1.0"
21414dependencies = [
21415 "any_vec",
21416 "anyhow",
21417 "async-recursion",
21418 "chrono",
21419 "client",
21420 "clock",
21421 "collections",
21422 "component",
21423 "db",
21424 "feature_flags",
21425 "fs",
21426 "futures 0.3.31",
21427 "git",
21428 "gpui",
21429 "http_client",
21430 "itertools 0.14.0",
21431 "language",
21432 "log",
21433 "markdown",
21434 "menu",
21435 "node_runtime",
21436 "parking_lot",
21437 "postage",
21438 "pretty_assertions",
21439 "project",
21440 "remote",
21441 "schemars",
21442 "serde",
21443 "serde_json",
21444 "session",
21445 "settings",
21446 "smallvec",
21447 "sqlez",
21448 "strum 0.27.2",
21449 "task",
21450 "telemetry",
21451 "tempfile",
21452 "theme",
21453 "ui",
21454 "util",
21455 "uuid",
21456 "windows 0.61.3",
21457 "zed_actions",
21458 "zlog",
21459]
21460
21461[[package]]
21462name = "worktree"
21463version = "0.1.0"
21464dependencies = [
21465 "anyhow",
21466 "async-lock 2.8.0",
21467 "chardetng",
21468 "clock",
21469 "collections",
21470 "encoding_rs",
21471 "fs",
21472 "futures 0.3.31",
21473 "fuzzy",
21474 "git",
21475 "gpui",
21476 "ignore",
21477 "language",
21478 "log",
21479 "parking_lot",
21480 "paths",
21481 "postage",
21482 "pretty_assertions",
21483 "rand 0.9.2",
21484 "rpc",
21485 "serde",
21486 "serde_json",
21487 "settings",
21488 "smallvec",
21489 "smol",
21490 "sum_tree",
21491 "text",
21492 "tracing",
21493 "util",
21494 "worktree",
21495 "zlog",
21496 "ztracing",
21497]
21498
21499[[package]]
21500name = "worktree_benchmarks"
21501version = "0.1.0"
21502dependencies = [
21503 "fs",
21504 "gpui_platform",
21505 "settings",
21506 "worktree",
21507]
21508
21509[[package]]
21510name = "wprcontrol"
21511version = "0.1.0"
21512source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21513dependencies = [
21514 "windows 0.61.3",
21515 "windows-bindgen",
21516 "windows-core 0.61.2",
21517 "windows-link 0.2.1",
21518]
21519
21520[[package]]
21521name = "writeable"
21522version = "0.6.1"
21523source = "registry+https://github.com/rust-lang/crates.io-index"
21524checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21525
21526[[package]]
21527name = "wyz"
21528version = "0.5.1"
21529source = "registry+https://github.com/rust-lang/crates.io-index"
21530checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21531dependencies = [
21532 "tap",
21533]
21534
21535[[package]]
21536name = "x11"
21537version = "2.21.0"
21538source = "registry+https://github.com/rust-lang/crates.io-index"
21539checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21540dependencies = [
21541 "libc",
21542 "pkg-config",
21543]
21544
21545[[package]]
21546name = "x11-clipboard"
21547version = "0.9.3"
21548source = "registry+https://github.com/rust-lang/crates.io-index"
21549checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21550dependencies = [
21551 "libc",
21552 "x11rb",
21553]
21554
21555[[package]]
21556name = "x11rb"
21557version = "0.13.2"
21558source = "registry+https://github.com/rust-lang/crates.io-index"
21559checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21560dependencies = [
21561 "as-raw-xcb-connection",
21562 "gethostname",
21563 "libc",
21564 "rustix 1.1.2",
21565 "x11rb-protocol",
21566 "xcursor",
21567]
21568
21569[[package]]
21570name = "x11rb-protocol"
21571version = "0.13.2"
21572source = "registry+https://github.com/rust-lang/crates.io-index"
21573checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21574
21575[[package]]
21576name = "x_ai"
21577version = "0.1.0"
21578dependencies = [
21579 "anyhow",
21580 "schemars",
21581 "serde",
21582 "strum 0.27.2",
21583]
21584
21585[[package]]
21586name = "xattr"
21587version = "0.2.3"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21590dependencies = [
21591 "libc",
21592]
21593
21594[[package]]
21595name = "xcb"
21596version = "1.6.0"
21597source = "registry+https://github.com/rust-lang/crates.io-index"
21598checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21599dependencies = [
21600 "bitflags 1.3.2",
21601 "libc",
21602 "quick-xml 0.30.0",
21603 "x11",
21604]
21605
21606[[package]]
21607name = "xcursor"
21608version = "0.3.10"
21609source = "registry+https://github.com/rust-lang/crates.io-index"
21610checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21611
21612[[package]]
21613name = "xim-ctext"
21614version = "0.3.0"
21615source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21616dependencies = [
21617 "encoding_rs",
21618]
21619
21620[[package]]
21621name = "xim-parser"
21622version = "0.2.1"
21623source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21624dependencies = [
21625 "bitflags 2.10.0",
21626]
21627
21628[[package]]
21629name = "xkbcommon"
21630version = "0.8.0"
21631source = "registry+https://github.com/rust-lang/crates.io-index"
21632checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21633dependencies = [
21634 "as-raw-xcb-connection",
21635 "libc",
21636 "memmap2",
21637 "xkeysym",
21638]
21639
21640[[package]]
21641name = "xkeysym"
21642version = "0.2.1"
21643source = "registry+https://github.com/rust-lang/crates.io-index"
21644checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21645
21646[[package]]
21647name = "xml-rs"
21648version = "0.8.28"
21649source = "registry+https://github.com/rust-lang/crates.io-index"
21650checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21651
21652[[package]]
21653name = "xml5ever"
21654version = "0.18.1"
21655source = "registry+https://github.com/rust-lang/crates.io-index"
21656checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21657dependencies = [
21658 "log",
21659 "mac",
21660 "markup5ever 0.12.1",
21661]
21662
21663[[package]]
21664name = "xmlparser"
21665version = "0.13.6"
21666source = "registry+https://github.com/rust-lang/crates.io-index"
21667checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21668
21669[[package]]
21670name = "xmlwriter"
21671version = "0.1.0"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21674
21675[[package]]
21676name = "xtask"
21677version = "0.1.0"
21678dependencies = [
21679 "annotate-snippets",
21680 "anyhow",
21681 "backtrace",
21682 "cargo_metadata",
21683 "cargo_toml",
21684 "clap",
21685 "gh-workflow",
21686 "indexmap",
21687 "indoc",
21688 "itertools 0.14.0",
21689 "regex",
21690 "serde",
21691 "serde_json",
21692 "serde_yaml",
21693 "strum 0.27.2",
21694 "toml 0.8.23",
21695 "toml_edit 0.22.27",
21696]
21697
21698[[package]]
21699name = "yaml-rust2"
21700version = "0.8.1"
21701source = "registry+https://github.com/rust-lang/crates.io-index"
21702checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21703dependencies = [
21704 "arraydeque",
21705 "encoding_rs",
21706 "hashlink 0.8.4",
21707]
21708
21709[[package]]
21710name = "yansi"
21711version = "1.0.1"
21712source = "registry+https://github.com/rust-lang/crates.io-index"
21713checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21714
21715[[package]]
21716name = "yawc"
21717version = "0.2.5"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21720dependencies = [
21721 "base64 0.22.1",
21722 "bytes 1.11.1",
21723 "flate2",
21724 "futures 0.3.31",
21725 "http-body-util",
21726 "hyper 1.7.0",
21727 "hyper-util",
21728 "js-sys",
21729 "nom 8.0.0",
21730 "pin-project",
21731 "rand 0.8.5",
21732 "sha1",
21733 "thiserror 1.0.69",
21734 "tokio",
21735 "tokio-rustls 0.26.2",
21736 "tokio-util",
21737 "url",
21738 "wasm-bindgen",
21739 "wasm-bindgen-futures",
21740 "web-sys",
21741 "webpki-roots",
21742]
21743
21744[[package]]
21745name = "yazi"
21746version = "0.2.1"
21747source = "registry+https://github.com/rust-lang/crates.io-index"
21748checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21749
21750[[package]]
21751name = "yeslogic-fontconfig-sys"
21752version = "6.0.0"
21753source = "registry+https://github.com/rust-lang/crates.io-index"
21754checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21755dependencies = [
21756 "dlib",
21757 "once_cell",
21758 "pkg-config",
21759]
21760
21761[[package]]
21762name = "yoke"
21763version = "0.7.5"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21766dependencies = [
21767 "serde",
21768 "stable_deref_trait",
21769 "yoke-derive 0.7.5",
21770 "zerofrom",
21771]
21772
21773[[package]]
21774name = "yoke"
21775version = "0.8.0"
21776source = "registry+https://github.com/rust-lang/crates.io-index"
21777checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21778dependencies = [
21779 "serde",
21780 "stable_deref_trait",
21781 "yoke-derive 0.8.0",
21782 "zerofrom",
21783]
21784
21785[[package]]
21786name = "yoke-derive"
21787version = "0.7.5"
21788source = "registry+https://github.com/rust-lang/crates.io-index"
21789checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21790dependencies = [
21791 "proc-macro2",
21792 "quote",
21793 "syn 2.0.117",
21794 "synstructure",
21795]
21796
21797[[package]]
21798name = "yoke-derive"
21799version = "0.8.0"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21802dependencies = [
21803 "proc-macro2",
21804 "quote",
21805 "syn 2.0.117",
21806 "synstructure",
21807]
21808
21809[[package]]
21810name = "zbus"
21811version = "5.13.2"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21814dependencies = [
21815 "async-broadcast",
21816 "async-executor",
21817 "async-io",
21818 "async-lock 3.4.2",
21819 "async-process",
21820 "async-recursion",
21821 "async-task",
21822 "async-trait",
21823 "blocking",
21824 "enumflags2",
21825 "event-listener 5.4.1",
21826 "futures-core",
21827 "futures-lite 2.6.1",
21828 "hex",
21829 "libc",
21830 "ordered-stream",
21831 "rustix 1.1.2",
21832 "serde",
21833 "serde_repr",
21834 "tracing",
21835 "uds_windows",
21836 "uuid",
21837 "windows-sys 0.61.2",
21838 "winnow",
21839 "zbus_macros",
21840 "zbus_names",
21841 "zvariant",
21842]
21843
21844[[package]]
21845name = "zbus_macros"
21846version = "5.13.2"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21849dependencies = [
21850 "proc-macro-crate",
21851 "proc-macro2",
21852 "quote",
21853 "syn 2.0.117",
21854 "zbus_names",
21855 "zvariant",
21856 "zvariant_utils",
21857]
21858
21859[[package]]
21860name = "zbus_names"
21861version = "4.3.1"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21864dependencies = [
21865 "serde",
21866 "winnow",
21867 "zvariant",
21868]
21869
21870[[package]]
21871name = "zed"
21872version = "0.230.0"
21873dependencies = [
21874 "acp_thread",
21875 "acp_tools",
21876 "action_log",
21877 "activity_indicator",
21878 "agent",
21879 "agent-client-protocol",
21880 "agent_servers",
21881 "agent_settings",
21882 "agent_ui",
21883 "anyhow",
21884 "ashpd",
21885 "askpass",
21886 "assets",
21887 "audio",
21888 "auto_update",
21889 "auto_update_ui",
21890 "breadcrumbs",
21891 "call",
21892 "channel",
21893 "chrono",
21894 "clap",
21895 "cli",
21896 "client",
21897 "clock",
21898 "codestral",
21899 "collab_ui",
21900 "collections",
21901 "command_palette",
21902 "component",
21903 "component_preview",
21904 "copilot",
21905 "copilot_chat",
21906 "copilot_ui",
21907 "crashes",
21908 "csv_preview",
21909 "dap_adapters",
21910 "db",
21911 "debug_adapter_extension",
21912 "debugger_tools",
21913 "debugger_ui",
21914 "dev_container",
21915 "diagnostics",
21916 "edit_prediction",
21917 "edit_prediction_ui",
21918 "editor",
21919 "encoding_selector",
21920 "env_logger 0.11.8",
21921 "etw_tracing",
21922 "extension",
21923 "extension_host",
21924 "extensions_ui",
21925 "feature_flags",
21926 "feedback",
21927 "file_finder",
21928 "fs",
21929 "futures 0.3.31",
21930 "git",
21931 "git_graph",
21932 "git_hosting_providers",
21933 "git_ui",
21934 "go_to_line",
21935 "gpui",
21936 "gpui_platform",
21937 "gpui_tokio",
21938 "http_client",
21939 "image",
21940 "image_viewer",
21941 "inspector_ui",
21942 "install_cli",
21943 "itertools 0.14.0",
21944 "journal",
21945 "json_schema_store",
21946 "keymap_editor",
21947 "language",
21948 "language_extension",
21949 "language_model",
21950 "language_models",
21951 "language_onboarding",
21952 "language_selector",
21953 "language_tools",
21954 "languages",
21955 "line_ending_selector",
21956 "log",
21957 "markdown",
21958 "markdown_preview",
21959 "menu",
21960 "migrator",
21961 "mimalloc",
21962 "miniprofiler_ui",
21963 "nc",
21964 "node_runtime",
21965 "notifications",
21966 "onboarding",
21967 "outline",
21968 "outline_panel",
21969 "parking_lot",
21970 "paths",
21971 "picker",
21972 "pkg-config",
21973 "pretty_assertions",
21974 "profiling",
21975 "project",
21976 "project_panel",
21977 "project_symbols",
21978 "prompt_store",
21979 "proto",
21980 "rayon",
21981 "recent_projects",
21982 "release_channel",
21983 "remote",
21984 "repl",
21985 "reqwest_client",
21986 "rope",
21987 "search",
21988 "semver",
21989 "serde",
21990 "serde_json",
21991 "session",
21992 "settings",
21993 "settings_profile_selector",
21994 "settings_ui",
21995 "shellexpand 2.1.2",
21996 "sidebar",
21997 "smol",
21998 "snippet_provider",
21999 "snippets_ui",
22000 "svg_preview",
22001 "sysinfo 0.37.2",
22002 "system_specs",
22003 "tab_switcher",
22004 "task",
22005 "tasks_ui",
22006 "telemetry",
22007 "telemetry_events",
22008 "tempfile",
22009 "terminal_view",
22010 "theme",
22011 "theme_extension",
22012 "theme_selector",
22013 "time",
22014 "time_format",
22015 "title_bar",
22016 "toolchain_selector",
22017 "tracing",
22018 "ui",
22019 "ui_prompt",
22020 "url",
22021 "urlencoding",
22022 "util",
22023 "uuid",
22024 "vim",
22025 "vim_mode_setting",
22026 "watch",
22027 "web_search",
22028 "web_search_providers",
22029 "which_key",
22030 "windows 0.61.3",
22031 "winresource",
22032 "workspace",
22033 "zed-reqwest",
22034 "zed_actions",
22035 "zed_env_vars",
22036 "zlog",
22037 "zlog_settings",
22038 "ztracing",
22039]
22040
22041[[package]]
22042name = "zed-font-kit"
22043version = "0.14.1-zed"
22044source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22045dependencies = [
22046 "bitflags 2.10.0",
22047 "byteorder",
22048 "core-foundation 0.10.0",
22049 "core-graphics 0.24.0",
22050 "core-text",
22051 "dirs 5.0.1",
22052 "dwrote",
22053 "float-ord",
22054 "freetype-sys",
22055 "lazy_static",
22056 "libc",
22057 "log",
22058 "pathfinder_geometry",
22059 "pathfinder_simd",
22060 "walkdir",
22061 "winapi",
22062 "yeslogic-fontconfig-sys",
22063]
22064
22065[[package]]
22066name = "zed-reqwest"
22067version = "0.12.15-zed"
22068source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22069dependencies = [
22070 "base64 0.22.1",
22071 "bytes 1.11.1",
22072 "encoding_rs",
22073 "futures-core",
22074 "futures-util",
22075 "h2 0.4.12",
22076 "http 1.3.1",
22077 "http-body 1.0.1",
22078 "http-body-util",
22079 "hyper 1.7.0",
22080 "hyper-rustls 0.27.7",
22081 "hyper-util",
22082 "ipnet",
22083 "js-sys",
22084 "log",
22085 "mime",
22086 "mime_guess",
22087 "once_cell",
22088 "percent-encoding",
22089 "pin-project-lite",
22090 "quinn",
22091 "rustls 0.23.33",
22092 "rustls-native-certs 0.8.2",
22093 "rustls-pemfile 2.2.0",
22094 "rustls-pki-types",
22095 "serde",
22096 "serde_json",
22097 "serde_urlencoded",
22098 "sync_wrapper 1.0.2",
22099 "system-configuration 0.6.1",
22100 "tokio",
22101 "tokio-rustls 0.26.2",
22102 "tokio-socks",
22103 "tokio-util",
22104 "tower 0.5.2",
22105 "tower-service",
22106 "url",
22107 "wasm-bindgen",
22108 "wasm-bindgen-futures",
22109 "wasm-streams",
22110 "web-sys",
22111 "windows-registry 0.4.0",
22112]
22113
22114[[package]]
22115name = "zed-scap"
22116version = "0.0.8-zed"
22117source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22118dependencies = [
22119 "anyhow",
22120 "cocoa 0.25.0",
22121 "core-graphics-helmer-fork",
22122 "log",
22123 "objc",
22124 "rand 0.8.5",
22125 "screencapturekit",
22126 "screencapturekit-sys",
22127 "sysinfo 0.31.4",
22128 "tao-core-video-sys",
22129 "windows 0.61.3",
22130 "windows-capture",
22131 "x11",
22132 "xcb",
22133]
22134
22135[[package]]
22136name = "zed-xim"
22137version = "0.4.0-zed"
22138source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22139dependencies = [
22140 "ahash 0.8.12",
22141 "hashbrown 0.14.5",
22142 "log",
22143 "x11rb",
22144 "xim-ctext",
22145 "xim-parser",
22146]
22147
22148[[package]]
22149name = "zed_actions"
22150version = "0.1.0"
22151dependencies = [
22152 "gpui",
22153 "schemars",
22154 "serde",
22155 "util",
22156 "uuid",
22157]
22158
22159[[package]]
22160name = "zed_env_vars"
22161version = "0.1.0"
22162dependencies = [
22163 "gpui",
22164]
22165
22166[[package]]
22167name = "zed_extension_api"
22168version = "0.1.0"
22169source = "registry+https://github.com/rust-lang/crates.io-index"
22170checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22171dependencies = [
22172 "serde",
22173 "serde_json",
22174 "wit-bindgen 0.22.0",
22175]
22176
22177[[package]]
22178name = "zed_extension_api"
22179version = "0.7.0"
22180source = "registry+https://github.com/rust-lang/crates.io-index"
22181checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22182dependencies = [
22183 "serde",
22184 "serde_json",
22185 "wit-bindgen 0.41.0",
22186]
22187
22188[[package]]
22189name = "zed_extension_api"
22190version = "0.8.0"
22191dependencies = [
22192 "serde",
22193 "serde_json",
22194 "wit-bindgen 0.41.0",
22195]
22196
22197[[package]]
22198name = "zed_glsl"
22199version = "0.2.2"
22200dependencies = [
22201 "zed_extension_api 0.1.0",
22202]
22203
22204[[package]]
22205name = "zed_html"
22206version = "0.3.1"
22207dependencies = [
22208 "zed_extension_api 0.7.0",
22209]
22210
22211[[package]]
22212name = "zed_proto"
22213version = "0.3.1"
22214dependencies = [
22215 "zed_extension_api 0.7.0",
22216]
22217
22218[[package]]
22219name = "zed_test_extension"
22220version = "0.1.0"
22221dependencies = [
22222 "zed_extension_api 0.8.0",
22223]
22224
22225[[package]]
22226name = "zeno"
22227version = "0.3.3"
22228source = "registry+https://github.com/rust-lang/crates.io-index"
22229checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22230
22231[[package]]
22232name = "zerocopy"
22233version = "0.8.27"
22234source = "registry+https://github.com/rust-lang/crates.io-index"
22235checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22236dependencies = [
22237 "zerocopy-derive",
22238]
22239
22240[[package]]
22241name = "zerocopy-derive"
22242version = "0.8.27"
22243source = "registry+https://github.com/rust-lang/crates.io-index"
22244checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22245dependencies = [
22246 "proc-macro2",
22247 "quote",
22248 "syn 2.0.117",
22249]
22250
22251[[package]]
22252name = "zerofrom"
22253version = "0.1.6"
22254source = "registry+https://github.com/rust-lang/crates.io-index"
22255checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22256dependencies = [
22257 "zerofrom-derive",
22258]
22259
22260[[package]]
22261name = "zerofrom-derive"
22262version = "0.1.6"
22263source = "registry+https://github.com/rust-lang/crates.io-index"
22264checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22265dependencies = [
22266 "proc-macro2",
22267 "quote",
22268 "syn 2.0.117",
22269 "synstructure",
22270]
22271
22272[[package]]
22273name = "zeroize"
22274version = "1.8.2"
22275source = "registry+https://github.com/rust-lang/crates.io-index"
22276checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22277dependencies = [
22278 "zeroize_derive",
22279]
22280
22281[[package]]
22282name = "zeroize_derive"
22283version = "1.4.2"
22284source = "registry+https://github.com/rust-lang/crates.io-index"
22285checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22286dependencies = [
22287 "proc-macro2",
22288 "quote",
22289 "syn 2.0.117",
22290]
22291
22292[[package]]
22293name = "zeromq"
22294version = "0.5.0"
22295source = "registry+https://github.com/rust-lang/crates.io-index"
22296checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22297dependencies = [
22298 "async-dispatcher",
22299 "async-std",
22300 "async-trait",
22301 "asynchronous-codec",
22302 "bytes 1.11.1",
22303 "crossbeam-queue",
22304 "futures 0.3.31",
22305 "log",
22306 "num-traits",
22307 "once_cell",
22308 "parking_lot",
22309 "rand 0.9.2",
22310 "regex",
22311 "scc",
22312 "thiserror 1.0.69",
22313 "uuid",
22314]
22315
22316[[package]]
22317name = "zerotrie"
22318version = "0.2.2"
22319source = "registry+https://github.com/rust-lang/crates.io-index"
22320checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22321dependencies = [
22322 "displaydoc",
22323 "yoke 0.8.0",
22324 "zerofrom",
22325]
22326
22327[[package]]
22328name = "zerovec"
22329version = "0.11.4"
22330source = "registry+https://github.com/rust-lang/crates.io-index"
22331checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22332dependencies = [
22333 "yoke 0.8.0",
22334 "zerofrom",
22335 "zerovec-derive",
22336]
22337
22338[[package]]
22339name = "zerovec-derive"
22340version = "0.11.1"
22341source = "registry+https://github.com/rust-lang/crates.io-index"
22342checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22343dependencies = [
22344 "proc-macro2",
22345 "quote",
22346 "syn 2.0.117",
22347]
22348
22349[[package]]
22350name = "zeta_prompt"
22351version = "0.1.0"
22352dependencies = [
22353 "anyhow",
22354 "indoc",
22355 "serde",
22356 "strum 0.27.2",
22357]
22358
22359[[package]]
22360name = "zip"
22361version = "0.6.6"
22362source = "registry+https://github.com/rust-lang/crates.io-index"
22363checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22364dependencies = [
22365 "aes",
22366 "byteorder",
22367 "bzip2",
22368 "constant_time_eq",
22369 "crc32fast",
22370 "crossbeam-utils",
22371 "flate2",
22372 "hmac",
22373 "pbkdf2 0.11.0",
22374 "sha1",
22375 "time",
22376 "zstd",
22377]
22378
22379[[package]]
22380name = "zip"
22381version = "1.1.4"
22382source = "registry+https://github.com/rust-lang/crates.io-index"
22383checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22384dependencies = [
22385 "arbitrary",
22386 "crc32fast",
22387 "crossbeam-utils",
22388 "displaydoc",
22389 "indexmap",
22390 "num_enum",
22391 "thiserror 1.0.69",
22392]
22393
22394[[package]]
22395name = "zlog"
22396version = "0.1.0"
22397dependencies = [
22398 "anyhow",
22399 "chrono",
22400 "collections",
22401 "log",
22402 "tempfile",
22403]
22404
22405[[package]]
22406name = "zlog_settings"
22407version = "0.1.0"
22408dependencies = [
22409 "collections",
22410 "gpui",
22411 "settings",
22412 "zlog",
22413]
22414
22415[[package]]
22416name = "zstd"
22417version = "0.11.2+zstd.1.5.2"
22418source = "registry+https://github.com/rust-lang/crates.io-index"
22419checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22420dependencies = [
22421 "zstd-safe",
22422]
22423
22424[[package]]
22425name = "zstd-safe"
22426version = "5.0.2+zstd.1.5.2"
22427source = "registry+https://github.com/rust-lang/crates.io-index"
22428checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22429dependencies = [
22430 "libc",
22431 "zstd-sys",
22432]
22433
22434[[package]]
22435name = "zstd-sys"
22436version = "2.0.16+zstd.1.5.7"
22437source = "registry+https://github.com/rust-lang/crates.io-index"
22438checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22439dependencies = [
22440 "cc",
22441 "pkg-config",
22442]
22443
22444[[package]]
22445name = "ztracing"
22446version = "0.1.0"
22447dependencies = [
22448 "tracing",
22449 "tracing-subscriber",
22450 "tracing-tracy",
22451 "tracy-client",
22452 "zlog",
22453 "ztracing_macro",
22454]
22455
22456[[package]]
22457name = "ztracing_macro"
22458version = "0.1.0"
22459
22460[[package]]
22461name = "zune-core"
22462version = "0.4.12"
22463source = "registry+https://github.com/rust-lang/crates.io-index"
22464checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22465
22466[[package]]
22467name = "zune-inflate"
22468version = "0.2.54"
22469source = "registry+https://github.com/rust-lang/crates.io-index"
22470checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22471dependencies = [
22472 "simd-adler32",
22473]
22474
22475[[package]]
22476name = "zune-jpeg"
22477version = "0.4.21"
22478source = "registry+https://github.com/rust-lang/crates.io-index"
22479checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22480dependencies = [
22481 "zune-core",
22482]
22483
22484[[package]]
22485name = "zvariant"
22486version = "5.9.2"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22489dependencies = [
22490 "endi",
22491 "enumflags2",
22492 "serde",
22493 "serde_bytes",
22494 "winnow",
22495 "zvariant_derive",
22496 "zvariant_utils",
22497]
22498
22499[[package]]
22500name = "zvariant_derive"
22501version = "5.9.2"
22502source = "registry+https://github.com/rust-lang/crates.io-index"
22503checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22504dependencies = [
22505 "proc-macro-crate",
22506 "proc-macro2",
22507 "quote",
22508 "syn 2.0.117",
22509 "zvariant_utils",
22510]
22511
22512[[package]]
22513name = "zvariant_utils"
22514version = "3.3.0"
22515source = "registry+https://github.com/rust-lang/crates.io-index"
22516checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22517dependencies = [
22518 "proc-macro2",
22519 "quote",
22520 "serde",
22521 "syn 2.0.117",
22522 "winnow",
22523]