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 "feature_flags",
275 "fs",
276 "futures 0.3.31",
277 "google_ai",
278 "gpui",
279 "gpui_tokio",
280 "http_client",
281 "indoc",
282 "language_model",
283 "libc",
284 "log",
285 "nix 0.29.0",
286 "project",
287 "release_channel",
288 "reqwest_client",
289 "serde",
290 "serde_json",
291 "settings",
292 "smol",
293 "task",
294 "tempfile",
295 "terminal",
296 "thiserror 2.0.17",
297 "ui",
298 "util",
299 "uuid",
300 "watch",
301]
302
303[[package]]
304name = "agent_settings"
305version = "0.1.0"
306dependencies = [
307 "agent-client-protocol",
308 "anyhow",
309 "collections",
310 "convert_case 0.8.0",
311 "fs",
312 "gpui",
313 "language_model",
314 "log",
315 "project",
316 "regex",
317 "schemars",
318 "serde",
319 "serde_json",
320 "serde_json_lenient",
321 "settings",
322 "util",
323]
324
325[[package]]
326name = "agent_ui"
327version = "0.1.0"
328dependencies = [
329 "acp_thread",
330 "action_log",
331 "agent",
332 "agent-client-protocol",
333 "agent_servers",
334 "agent_settings",
335 "ai_onboarding",
336 "anyhow",
337 "assistant_slash_command",
338 "assistant_slash_commands",
339 "assistant_text_thread",
340 "audio",
341 "base64 0.22.1",
342 "buffer_diff",
343 "chrono",
344 "client",
345 "cloud_api_types",
346 "collections",
347 "command_palette_hooks",
348 "component",
349 "context_server",
350 "db",
351 "editor",
352 "eval_utils",
353 "extension",
354 "extension_host",
355 "feature_flags",
356 "file_icons",
357 "fs",
358 "futures 0.3.31",
359 "fuzzy",
360 "git",
361 "gpui",
362 "gpui_tokio",
363 "heapless",
364 "html_to_markdown",
365 "http_client",
366 "image",
367 "indoc",
368 "itertools 0.14.0",
369 "jsonschema",
370 "language",
371 "language_model",
372 "language_models",
373 "languages",
374 "log",
375 "lsp",
376 "markdown",
377 "menu",
378 "multi_buffer",
379 "notifications",
380 "ordered-float 2.10.1",
381 "parking_lot",
382 "paths",
383 "picker",
384 "postage",
385 "pretty_assertions",
386 "project",
387 "prompt_store",
388 "proto",
389 "rand 0.9.2",
390 "release_channel",
391 "reqwest_client",
392 "rope",
393 "rules_library",
394 "schemars",
395 "search",
396 "semver",
397 "serde",
398 "serde_json",
399 "serde_json_lenient",
400 "settings",
401 "smol",
402 "streaming_diff",
403 "task",
404 "telemetry",
405 "terminal",
406 "terminal_view",
407 "text",
408 "theme",
409 "time",
410 "time_format",
411 "tree-sitter-md",
412 "ui",
413 "ui_input",
414 "unindent",
415 "url",
416 "util",
417 "uuid",
418 "watch",
419 "workspace",
420 "zed_actions",
421]
422
423[[package]]
424name = "ahash"
425version = "0.7.8"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
428dependencies = [
429 "getrandom 0.2.16",
430 "once_cell",
431 "version_check",
432]
433
434[[package]]
435name = "ahash"
436version = "0.8.12"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
439dependencies = [
440 "cfg-if",
441 "const-random",
442 "getrandom 0.3.4",
443 "once_cell",
444 "serde",
445 "version_check",
446 "zerocopy",
447]
448
449[[package]]
450name = "aho-corasick"
451version = "1.1.3"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
454dependencies = [
455 "memchr",
456]
457
458[[package]]
459name = "ai_onboarding"
460version = "0.1.0"
461dependencies = [
462 "client",
463 "cloud_api_types",
464 "component",
465 "gpui",
466 "language_model",
467 "serde",
468 "smallvec",
469 "telemetry",
470 "ui",
471 "zed_actions",
472]
473
474[[package]]
475name = "alacritty_terminal"
476version = "0.25.1"
477source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
478dependencies = [
479 "base64 0.22.1",
480 "bitflags 2.10.0",
481 "home",
482 "libc",
483 "log",
484 "mach2 0.5.0",
485 "miow",
486 "parking_lot",
487 "piper",
488 "polling",
489 "regex-automata",
490 "rustix 1.1.2",
491 "rustix-openpty",
492 "serde",
493 "signal-hook",
494 "unicode-width",
495 "vte",
496 "windows-sys 0.59.0",
497]
498
499[[package]]
500name = "aliasable"
501version = "0.1.3"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
504
505[[package]]
506name = "aligned-vec"
507version = "0.6.4"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
510dependencies = [
511 "equator",
512]
513
514[[package]]
515name = "allocator-api2"
516version = "0.2.21"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
519
520[[package]]
521name = "alsa"
522version = "0.10.0"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
525dependencies = [
526 "alsa-sys",
527 "bitflags 2.10.0",
528 "cfg-if",
529 "libc",
530]
531
532[[package]]
533name = "alsa-sys"
534version = "0.3.1"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
537dependencies = [
538 "libc",
539 "pkg-config",
540]
541
542[[package]]
543name = "ambient-authority"
544version = "0.0.2"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
547
548[[package]]
549name = "ammonia"
550version = "4.1.2"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
553dependencies = [
554 "cssparser",
555 "html5ever 0.35.0",
556 "maplit",
557 "tendril",
558 "url",
559]
560
561[[package]]
562name = "android_system_properties"
563version = "0.1.5"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
566dependencies = [
567 "libc",
568]
569
570[[package]]
571name = "anes"
572version = "0.1.6"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
575
576[[package]]
577name = "annotate-snippets"
578version = "0.12.12"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
581dependencies = [
582 "anstyle",
583 "memchr",
584 "unicode-width",
585]
586
587[[package]]
588name = "anstream"
589version = "0.6.21"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
592dependencies = [
593 "anstyle",
594 "anstyle-parse",
595 "anstyle-query",
596 "anstyle-wincon",
597 "colorchoice",
598 "is_terminal_polyfill",
599 "utf8parse",
600]
601
602[[package]]
603name = "anstyle"
604version = "1.0.13"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
607
608[[package]]
609name = "anstyle-parse"
610version = "0.2.7"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
613dependencies = [
614 "utf8parse",
615]
616
617[[package]]
618name = "anstyle-query"
619version = "1.1.4"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
622dependencies = [
623 "windows-sys 0.60.2",
624]
625
626[[package]]
627name = "anstyle-wincon"
628version = "3.0.10"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
631dependencies = [
632 "anstyle",
633 "once_cell_polyfill",
634 "windows-sys 0.60.2",
635]
636
637[[package]]
638name = "anthropic"
639version = "0.1.0"
640dependencies = [
641 "anyhow",
642 "chrono",
643 "futures 0.3.31",
644 "http_client",
645 "schemars",
646 "serde",
647 "serde_json",
648 "strum 0.27.2",
649 "thiserror 2.0.17",
650]
651
652[[package]]
653name = "any_vec"
654version = "0.14.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
657
658[[package]]
659name = "anyhow"
660version = "1.0.100"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
663
664[[package]]
665name = "approx"
666version = "0.5.1"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
669dependencies = [
670 "num-traits",
671]
672
673[[package]]
674name = "ar_archive_writer"
675version = "0.5.1"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
678dependencies = [
679 "object 0.37.3",
680]
681
682[[package]]
683name = "arbitrary"
684version = "1.4.2"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
687dependencies = [
688 "derive_arbitrary",
689]
690
691[[package]]
692name = "arg_enum_proc_macro"
693version = "0.3.4"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
696dependencies = [
697 "proc-macro2",
698 "quote",
699 "syn 2.0.117",
700]
701
702[[package]]
703name = "arraydeque"
704version = "0.5.1"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
707
708[[package]]
709name = "arrayref"
710version = "0.3.9"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
713
714[[package]]
715name = "arrayvec"
716version = "0.7.6"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
719
720[[package]]
721name = "as-raw-xcb-connection"
722version = "1.0.1"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
725
726[[package]]
727name = "ascii"
728version = "1.1.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
731
732[[package]]
733name = "ash"
734version = "0.38.0+1.3.281"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
737dependencies = [
738 "libloading",
739]
740
741[[package]]
742name = "ashpd"
743version = "0.13.2"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
746dependencies = [
747 "enumflags2",
748 "futures-channel",
749 "futures-util",
750 "getrandom 0.4.1",
751 "serde",
752 "serde_repr",
753 "wayland-backend",
754 "wayland-client",
755 "wayland-protocols",
756 "zbus",
757]
758
759[[package]]
760name = "askpass"
761version = "0.1.0"
762dependencies = [
763 "anyhow",
764 "futures 0.3.31",
765 "gpui",
766 "log",
767 "net",
768 "smol",
769 "tempfile",
770 "util",
771 "windows 0.61.3",
772 "zeroize",
773]
774
775[[package]]
776name = "assets"
777version = "0.1.0"
778dependencies = [
779 "anyhow",
780 "gpui",
781 "rust-embed",
782]
783
784[[package]]
785name = "assistant_slash_command"
786version = "0.1.0"
787dependencies = [
788 "anyhow",
789 "async-trait",
790 "collections",
791 "derive_more",
792 "extension",
793 "futures 0.3.31",
794 "gpui",
795 "language",
796 "language_model",
797 "parking_lot",
798 "pretty_assertions",
799 "serde",
800 "serde_json",
801 "ui",
802 "util",
803 "workspace",
804]
805
806[[package]]
807name = "assistant_slash_commands"
808version = "0.1.0"
809dependencies = [
810 "anyhow",
811 "assistant_slash_command",
812 "chrono",
813 "collections",
814 "editor",
815 "feature_flags",
816 "fs",
817 "futures 0.3.31",
818 "fuzzy",
819 "gpui",
820 "html_to_markdown",
821 "http_client",
822 "language",
823 "multi_buffer",
824 "pretty_assertions",
825 "project",
826 "prompt_store",
827 "rope",
828 "serde",
829 "serde_json",
830 "settings",
831 "smol",
832 "text",
833 "ui",
834 "util",
835 "workspace",
836 "worktree",
837 "zlog",
838]
839
840[[package]]
841name = "assistant_text_thread"
842version = "0.1.0"
843dependencies = [
844 "agent_settings",
845 "anyhow",
846 "assistant_slash_command",
847 "assistant_slash_commands",
848 "chrono",
849 "client",
850 "clock",
851 "collections",
852 "context_server",
853 "fs",
854 "futures 0.3.31",
855 "fuzzy",
856 "gpui",
857 "itertools 0.14.0",
858 "language",
859 "language_model",
860 "log",
861 "open_ai",
862 "parking_lot",
863 "paths",
864 "pretty_assertions",
865 "project",
866 "prompt_store",
867 "proto",
868 "rand 0.9.2",
869 "regex",
870 "rpc",
871 "serde",
872 "serde_json",
873 "settings",
874 "smallvec",
875 "smol",
876 "telemetry",
877 "text",
878 "ui",
879 "unindent",
880 "util",
881 "uuid",
882 "workspace",
883 "zed_env_vars",
884]
885
886[[package]]
887name = "async-attributes"
888version = "1.1.2"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
891dependencies = [
892 "quote",
893 "syn 1.0.109",
894]
895
896[[package]]
897name = "async-broadcast"
898version = "0.7.2"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
901dependencies = [
902 "event-listener 5.4.1",
903 "event-listener-strategy",
904 "futures-core",
905 "pin-project-lite",
906]
907
908[[package]]
909name = "async-channel"
910version = "1.9.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
913dependencies = [
914 "concurrent-queue",
915 "event-listener 2.5.3",
916 "futures-core",
917]
918
919[[package]]
920name = "async-channel"
921version = "2.5.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
924dependencies = [
925 "concurrent-queue",
926 "event-listener-strategy",
927 "futures-core",
928 "pin-project-lite",
929]
930
931[[package]]
932name = "async-compat"
933version = "0.2.5"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
936dependencies = [
937 "futures-core",
938 "futures-io",
939 "once_cell",
940 "pin-project-lite",
941 "tokio",
942]
943
944[[package]]
945name = "async-compression"
946version = "0.4.32"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
949dependencies = [
950 "compression-codecs",
951 "compression-core",
952 "futures-core",
953 "futures-io",
954 "pin-project-lite",
955]
956
957[[package]]
958name = "async-dispatcher"
959version = "0.1.2"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
962dependencies = [
963 "async-task",
964 "futures-lite 1.13.0",
965]
966
967[[package]]
968name = "async-executor"
969version = "1.13.3"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
972dependencies = [
973 "async-task",
974 "concurrent-queue",
975 "fastrand 2.3.0",
976 "futures-lite 2.6.1",
977 "pin-project-lite",
978 "slab",
979]
980
981[[package]]
982name = "async-fs"
983version = "2.2.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
986dependencies = [
987 "async-lock 3.4.2",
988 "blocking",
989 "futures-lite 2.6.1",
990]
991
992[[package]]
993name = "async-global-executor"
994version = "2.4.1"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
997dependencies = [
998 "async-channel 2.5.0",
999 "async-executor",
1000 "async-io",
1001 "async-lock 3.4.2",
1002 "blocking",
1003 "futures-lite 2.6.1",
1004 "once_cell",
1005]
1006
1007[[package]]
1008name = "async-io"
1009version = "2.6.0"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1012dependencies = [
1013 "autocfg",
1014 "cfg-if",
1015 "concurrent-queue",
1016 "futures-io",
1017 "futures-lite 2.6.1",
1018 "parking",
1019 "polling",
1020 "rustix 1.1.2",
1021 "slab",
1022 "windows-sys 0.61.2",
1023]
1024
1025[[package]]
1026name = "async-lock"
1027version = "2.8.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1030dependencies = [
1031 "event-listener 2.5.3",
1032]
1033
1034[[package]]
1035name = "async-lock"
1036version = "3.4.2"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
1039dependencies = [
1040 "event-listener 5.4.1",
1041 "event-listener-strategy",
1042 "pin-project-lite",
1043]
1044
1045[[package]]
1046name = "async-net"
1047version = "2.0.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1050dependencies = [
1051 "async-io",
1052 "blocking",
1053 "futures-lite 2.6.1",
1054]
1055
1056[[package]]
1057name = "async-pipe"
1058version = "0.1.3"
1059source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1060dependencies = [
1061 "futures 0.3.31",
1062 "log",
1063]
1064
1065[[package]]
1066name = "async-process"
1067version = "2.5.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1070dependencies = [
1071 "async-channel 2.5.0",
1072 "async-io",
1073 "async-lock 3.4.2",
1074 "async-signal",
1075 "async-task",
1076 "blocking",
1077 "cfg-if",
1078 "event-listener 5.4.1",
1079 "futures-lite 2.6.1",
1080 "rustix 1.1.2",
1081]
1082
1083[[package]]
1084name = "async-recursion"
1085version = "1.1.1"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1088dependencies = [
1089 "proc-macro2",
1090 "quote",
1091 "syn 2.0.117",
1092]
1093
1094[[package]]
1095name = "async-signal"
1096version = "0.2.13"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1099dependencies = [
1100 "async-io",
1101 "async-lock 3.4.2",
1102 "atomic-waker",
1103 "cfg-if",
1104 "futures-core",
1105 "futures-io",
1106 "rustix 1.1.2",
1107 "signal-hook-registry",
1108 "slab",
1109 "windows-sys 0.61.2",
1110]
1111
1112[[package]]
1113name = "async-std"
1114version = "1.13.2"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1117dependencies = [
1118 "async-attributes",
1119 "async-channel 1.9.0",
1120 "async-global-executor",
1121 "async-io",
1122 "async-lock 3.4.2",
1123 "async-process",
1124 "crossbeam-utils",
1125 "futures-channel",
1126 "futures-core",
1127 "futures-io",
1128 "futures-lite 2.6.1",
1129 "gloo-timers",
1130 "kv-log-macro",
1131 "log",
1132 "memchr",
1133 "once_cell",
1134 "pin-project-lite",
1135 "pin-utils",
1136 "slab",
1137 "wasm-bindgen-futures",
1138]
1139
1140[[package]]
1141name = "async-stream"
1142version = "0.3.6"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1145dependencies = [
1146 "async-stream-impl",
1147 "futures-core",
1148 "pin-project-lite",
1149]
1150
1151[[package]]
1152name = "async-stream-impl"
1153version = "0.3.6"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1156dependencies = [
1157 "proc-macro2",
1158 "quote",
1159 "syn 2.0.117",
1160]
1161
1162[[package]]
1163name = "async-tar"
1164version = "0.5.1"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1167dependencies = [
1168 "async-std",
1169 "filetime",
1170 "libc",
1171 "pin-project",
1172 "redox_syscall 0.2.16",
1173 "xattr",
1174]
1175
1176[[package]]
1177name = "async-task"
1178version = "4.7.1"
1179source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1180
1181[[package]]
1182name = "async-trait"
1183version = "0.1.89"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1186dependencies = [
1187 "proc-macro2",
1188 "quote",
1189 "syn 2.0.117",
1190]
1191
1192[[package]]
1193name = "async-tungstenite"
1194version = "0.31.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1197dependencies = [
1198 "atomic-waker",
1199 "futures-core",
1200 "futures-io",
1201 "futures-task",
1202 "futures-util",
1203 "log",
1204 "pin-project-lite",
1205 "rustls-pki-types",
1206 "tokio",
1207 "tokio-rustls 0.26.2",
1208 "tungstenite 0.27.0",
1209]
1210
1211[[package]]
1212name = "async_zip"
1213version = "0.0.18"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1216dependencies = [
1217 "async-compression",
1218 "crc32fast",
1219 "futures-lite 2.6.1",
1220 "pin-project",
1221 "thiserror 2.0.17",
1222]
1223
1224[[package]]
1225name = "asynchronous-codec"
1226version = "0.7.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1229dependencies = [
1230 "bytes 1.11.1",
1231 "futures-sink",
1232 "futures-util",
1233 "memchr",
1234 "pin-project-lite",
1235]
1236
1237[[package]]
1238name = "atoi"
1239version = "2.0.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1242dependencies = [
1243 "num-traits",
1244]
1245
1246[[package]]
1247name = "atomic"
1248version = "0.5.3"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1251
1252[[package]]
1253name = "atomic-waker"
1254version = "1.1.2"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1257
1258[[package]]
1259name = "audio"
1260version = "0.1.0"
1261dependencies = [
1262 "anyhow",
1263 "collections",
1264 "cpal",
1265 "crossbeam",
1266 "denoise",
1267 "gpui",
1268 "libwebrtc",
1269 "log",
1270 "parking_lot",
1271 "rodio",
1272 "serde",
1273 "settings",
1274 "thiserror 2.0.17",
1275 "util",
1276]
1277
1278[[package]]
1279name = "auditable-serde"
1280version = "0.8.0"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1283dependencies = [
1284 "semver",
1285 "serde",
1286 "serde_json",
1287 "topological-sort",
1288]
1289
1290[[package]]
1291name = "auto_update"
1292version = "0.1.0"
1293dependencies = [
1294 "anyhow",
1295 "client",
1296 "clock",
1297 "ctor",
1298 "db",
1299 "futures 0.3.31",
1300 "futures-lite 1.13.0",
1301 "gpui",
1302 "http_client",
1303 "log",
1304 "parking_lot",
1305 "paths",
1306 "release_channel",
1307 "semver",
1308 "serde",
1309 "serde_json",
1310 "settings",
1311 "smol",
1312 "tempfile",
1313 "util",
1314 "which 6.0.3",
1315 "workspace",
1316 "zlog",
1317]
1318
1319[[package]]
1320name = "auto_update_helper"
1321version = "0.1.0"
1322dependencies = [
1323 "anyhow",
1324 "log",
1325 "scopeguard",
1326 "simplelog",
1327 "tempfile",
1328 "windows 0.61.3",
1329 "winresource",
1330]
1331
1332[[package]]
1333name = "auto_update_ui"
1334version = "0.1.0"
1335dependencies = [
1336 "anyhow",
1337 "auto_update",
1338 "client",
1339 "editor",
1340 "gpui",
1341 "markdown_preview",
1342 "release_channel",
1343 "semver",
1344 "serde",
1345 "serde_json",
1346 "smol",
1347 "ui",
1348 "util",
1349 "workspace",
1350]
1351
1352[[package]]
1353name = "autocfg"
1354version = "1.5.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1357
1358[[package]]
1359name = "av1-grain"
1360version = "0.2.4"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1363dependencies = [
1364 "anyhow",
1365 "arrayvec",
1366 "log",
1367 "nom 7.1.3",
1368 "num-rational",
1369 "v_frame",
1370]
1371
1372[[package]]
1373name = "avif-serialize"
1374version = "0.8.6"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1377dependencies = [
1378 "arrayvec",
1379]
1380
1381[[package]]
1382name = "aws-config"
1383version = "1.8.10"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1386dependencies = [
1387 "aws-credential-types",
1388 "aws-runtime",
1389 "aws-sdk-sso",
1390 "aws-sdk-ssooidc",
1391 "aws-sdk-sts",
1392 "aws-smithy-async",
1393 "aws-smithy-http",
1394 "aws-smithy-json",
1395 "aws-smithy-runtime",
1396 "aws-smithy-runtime-api",
1397 "aws-smithy-types",
1398 "aws-types",
1399 "bytes 1.11.1",
1400 "fastrand 2.3.0",
1401 "hex",
1402 "http 1.3.1",
1403 "ring",
1404 "time",
1405 "tokio",
1406 "tracing",
1407 "url",
1408 "zeroize",
1409]
1410
1411[[package]]
1412name = "aws-credential-types"
1413version = "1.2.10"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1416dependencies = [
1417 "aws-smithy-async",
1418 "aws-smithy-runtime-api",
1419 "aws-smithy-types",
1420 "zeroize",
1421]
1422
1423[[package]]
1424name = "aws-lc-rs"
1425version = "1.15.4"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1428dependencies = [
1429 "aws-lc-sys",
1430 "untrusted 0.7.1",
1431 "zeroize",
1432]
1433
1434[[package]]
1435name = "aws-lc-sys"
1436version = "0.37.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1439dependencies = [
1440 "cc",
1441 "cmake",
1442 "dunce",
1443 "fs_extra",
1444]
1445
1446[[package]]
1447name = "aws-runtime"
1448version = "1.5.16"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1451dependencies = [
1452 "aws-credential-types",
1453 "aws-sigv4",
1454 "aws-smithy-async",
1455 "aws-smithy-eventstream",
1456 "aws-smithy-http",
1457 "aws-smithy-runtime",
1458 "aws-smithy-runtime-api",
1459 "aws-smithy-types",
1460 "aws-types",
1461 "bytes 1.11.1",
1462 "fastrand 2.3.0",
1463 "http 0.2.12",
1464 "http-body 0.4.6",
1465 "percent-encoding",
1466 "pin-project-lite",
1467 "tracing",
1468 "uuid",
1469]
1470
1471[[package]]
1472name = "aws-sdk-bedrockruntime"
1473version = "1.113.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1476dependencies = [
1477 "aws-credential-types",
1478 "aws-runtime",
1479 "aws-sigv4",
1480 "aws-smithy-async",
1481 "aws-smithy-eventstream",
1482 "aws-smithy-http",
1483 "aws-smithy-json",
1484 "aws-smithy-runtime",
1485 "aws-smithy-runtime-api",
1486 "aws-smithy-types",
1487 "aws-types",
1488 "bytes 1.11.1",
1489 "fastrand 2.3.0",
1490 "http 0.2.12",
1491 "hyper 0.14.32",
1492 "regex-lite",
1493 "tracing",
1494]
1495
1496[[package]]
1497name = "aws-sdk-kinesis"
1498version = "1.95.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1501dependencies = [
1502 "aws-credential-types",
1503 "aws-runtime",
1504 "aws-smithy-async",
1505 "aws-smithy-eventstream",
1506 "aws-smithy-http",
1507 "aws-smithy-json",
1508 "aws-smithy-runtime",
1509 "aws-smithy-runtime-api",
1510 "aws-smithy-types",
1511 "aws-types",
1512 "bytes 1.11.1",
1513 "fastrand 2.3.0",
1514 "http 0.2.12",
1515 "regex-lite",
1516 "tracing",
1517]
1518
1519[[package]]
1520name = "aws-sdk-s3"
1521version = "1.112.0"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1524dependencies = [
1525 "aws-credential-types",
1526 "aws-runtime",
1527 "aws-sigv4",
1528 "aws-smithy-async",
1529 "aws-smithy-checksums",
1530 "aws-smithy-eventstream",
1531 "aws-smithy-http",
1532 "aws-smithy-json",
1533 "aws-smithy-runtime",
1534 "aws-smithy-runtime-api",
1535 "aws-smithy-types",
1536 "aws-smithy-xml",
1537 "aws-types",
1538 "bytes 1.11.1",
1539 "fastrand 2.3.0",
1540 "hex",
1541 "hmac",
1542 "http 0.2.12",
1543 "http 1.3.1",
1544 "http-body 0.4.6",
1545 "lru",
1546 "percent-encoding",
1547 "regex-lite",
1548 "sha2",
1549 "tracing",
1550 "url",
1551]
1552
1553[[package]]
1554name = "aws-sdk-sso"
1555version = "1.88.0"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1558dependencies = [
1559 "aws-credential-types",
1560 "aws-runtime",
1561 "aws-smithy-async",
1562 "aws-smithy-http",
1563 "aws-smithy-json",
1564 "aws-smithy-runtime",
1565 "aws-smithy-runtime-api",
1566 "aws-smithy-types",
1567 "aws-types",
1568 "bytes 1.11.1",
1569 "fastrand 2.3.0",
1570 "http 0.2.12",
1571 "regex-lite",
1572 "tracing",
1573]
1574
1575[[package]]
1576name = "aws-sdk-ssooidc"
1577version = "1.90.0"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1580dependencies = [
1581 "aws-credential-types",
1582 "aws-runtime",
1583 "aws-smithy-async",
1584 "aws-smithy-http",
1585 "aws-smithy-json",
1586 "aws-smithy-runtime",
1587 "aws-smithy-runtime-api",
1588 "aws-smithy-types",
1589 "aws-types",
1590 "bytes 1.11.1",
1591 "fastrand 2.3.0",
1592 "http 0.2.12",
1593 "regex-lite",
1594 "tracing",
1595]
1596
1597[[package]]
1598name = "aws-sdk-sts"
1599version = "1.90.0"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1602dependencies = [
1603 "aws-credential-types",
1604 "aws-runtime",
1605 "aws-smithy-async",
1606 "aws-smithy-http",
1607 "aws-smithy-json",
1608 "aws-smithy-query",
1609 "aws-smithy-runtime",
1610 "aws-smithy-runtime-api",
1611 "aws-smithy-types",
1612 "aws-smithy-xml",
1613 "aws-types",
1614 "fastrand 2.3.0",
1615 "http 0.2.12",
1616 "regex-lite",
1617 "tracing",
1618]
1619
1620[[package]]
1621name = "aws-sigv4"
1622version = "1.3.6"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1625dependencies = [
1626 "aws-credential-types",
1627 "aws-smithy-eventstream",
1628 "aws-smithy-http",
1629 "aws-smithy-runtime-api",
1630 "aws-smithy-types",
1631 "bytes 1.11.1",
1632 "crypto-bigint 0.5.5",
1633 "form_urlencoded",
1634 "hex",
1635 "hmac",
1636 "http 0.2.12",
1637 "http 1.3.1",
1638 "p256",
1639 "percent-encoding",
1640 "ring",
1641 "sha2",
1642 "subtle",
1643 "time",
1644 "tracing",
1645 "zeroize",
1646]
1647
1648[[package]]
1649name = "aws-smithy-async"
1650version = "1.2.6"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1653dependencies = [
1654 "futures-util",
1655 "pin-project-lite",
1656 "tokio",
1657]
1658
1659[[package]]
1660name = "aws-smithy-checksums"
1661version = "0.63.11"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1664dependencies = [
1665 "aws-smithy-http",
1666 "aws-smithy-types",
1667 "bytes 1.11.1",
1668 "crc-fast",
1669 "hex",
1670 "http 0.2.12",
1671 "http-body 0.4.6",
1672 "md-5",
1673 "pin-project-lite",
1674 "sha1",
1675 "sha2",
1676 "tracing",
1677]
1678
1679[[package]]
1680name = "aws-smithy-eventstream"
1681version = "0.60.13"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1684dependencies = [
1685 "aws-smithy-types",
1686 "bytes 1.11.1",
1687 "crc32fast",
1688]
1689
1690[[package]]
1691name = "aws-smithy-http"
1692version = "0.62.5"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1695dependencies = [
1696 "aws-smithy-eventstream",
1697 "aws-smithy-runtime-api",
1698 "aws-smithy-types",
1699 "bytes 1.11.1",
1700 "bytes-utils",
1701 "futures-core",
1702 "futures-util",
1703 "http 0.2.12",
1704 "http 1.3.1",
1705 "http-body 0.4.6",
1706 "percent-encoding",
1707 "pin-project-lite",
1708 "pin-utils",
1709 "tracing",
1710]
1711
1712[[package]]
1713name = "aws-smithy-http-client"
1714version = "1.1.4"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1717dependencies = [
1718 "aws-smithy-async",
1719 "aws-smithy-runtime-api",
1720 "aws-smithy-types",
1721 "h2 0.3.27",
1722 "h2 0.4.12",
1723 "http 0.2.12",
1724 "http 1.3.1",
1725 "http-body 0.4.6",
1726 "hyper 0.14.32",
1727 "hyper 1.7.0",
1728 "hyper-rustls 0.24.2",
1729 "hyper-rustls 0.27.7",
1730 "hyper-util",
1731 "pin-project-lite",
1732 "rustls 0.21.12",
1733 "rustls 0.23.33",
1734 "rustls-native-certs 0.8.2",
1735 "rustls-pki-types",
1736 "tokio",
1737 "tokio-rustls 0.26.2",
1738 "tower 0.5.2",
1739 "tracing",
1740]
1741
1742[[package]]
1743name = "aws-smithy-json"
1744version = "0.61.7"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1747dependencies = [
1748 "aws-smithy-types",
1749]
1750
1751[[package]]
1752name = "aws-smithy-observability"
1753version = "0.1.4"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1756dependencies = [
1757 "aws-smithy-runtime-api",
1758]
1759
1760[[package]]
1761name = "aws-smithy-query"
1762version = "0.60.8"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1765dependencies = [
1766 "aws-smithy-types",
1767 "urlencoding",
1768]
1769
1770[[package]]
1771name = "aws-smithy-runtime"
1772version = "1.9.4"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1775dependencies = [
1776 "aws-smithy-async",
1777 "aws-smithy-http",
1778 "aws-smithy-http-client",
1779 "aws-smithy-observability",
1780 "aws-smithy-runtime-api",
1781 "aws-smithy-types",
1782 "bytes 1.11.1",
1783 "fastrand 2.3.0",
1784 "http 0.2.12",
1785 "http 1.3.1",
1786 "http-body 0.4.6",
1787 "http-body 1.0.1",
1788 "pin-project-lite",
1789 "pin-utils",
1790 "tokio",
1791 "tracing",
1792]
1793
1794[[package]]
1795name = "aws-smithy-runtime-api"
1796version = "1.9.2"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1799dependencies = [
1800 "aws-smithy-async",
1801 "aws-smithy-types",
1802 "bytes 1.11.1",
1803 "http 0.2.12",
1804 "http 1.3.1",
1805 "pin-project-lite",
1806 "tokio",
1807 "tracing",
1808 "zeroize",
1809]
1810
1811[[package]]
1812name = "aws-smithy-types"
1813version = "1.3.4"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1816dependencies = [
1817 "base64-simd",
1818 "bytes 1.11.1",
1819 "bytes-utils",
1820 "futures-core",
1821 "http 0.2.12",
1822 "http 1.3.1",
1823 "http-body 0.4.6",
1824 "http-body 1.0.1",
1825 "http-body-util",
1826 "itoa",
1827 "num-integer",
1828 "pin-project-lite",
1829 "pin-utils",
1830 "ryu",
1831 "serde",
1832 "time",
1833 "tokio",
1834 "tokio-util",
1835]
1836
1837[[package]]
1838name = "aws-smithy-xml"
1839version = "0.60.12"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1842dependencies = [
1843 "xmlparser",
1844]
1845
1846[[package]]
1847name = "aws-types"
1848version = "1.3.10"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1851dependencies = [
1852 "aws-credential-types",
1853 "aws-smithy-async",
1854 "aws-smithy-runtime-api",
1855 "aws-smithy-types",
1856 "rustc_version",
1857 "tracing",
1858]
1859
1860[[package]]
1861name = "aws_http_client"
1862version = "0.1.0"
1863dependencies = [
1864 "aws-smithy-runtime-api",
1865 "aws-smithy-types",
1866 "http_client",
1867]
1868
1869[[package]]
1870name = "axum"
1871version = "0.6.20"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1874dependencies = [
1875 "async-trait",
1876 "axum-core",
1877 "base64 0.21.7",
1878 "bitflags 1.3.2",
1879 "bytes 1.11.1",
1880 "futures-util",
1881 "headers",
1882 "http 0.2.12",
1883 "http-body 0.4.6",
1884 "hyper 0.14.32",
1885 "itoa",
1886 "matchit",
1887 "memchr",
1888 "mime",
1889 "percent-encoding",
1890 "pin-project-lite",
1891 "rustversion",
1892 "serde",
1893 "serde_json",
1894 "serde_path_to_error",
1895 "serde_urlencoded",
1896 "sha1",
1897 "sync_wrapper 0.1.2",
1898 "tokio",
1899 "tokio-tungstenite 0.20.1",
1900 "tower 0.4.13",
1901 "tower-layer",
1902 "tower-service",
1903]
1904
1905[[package]]
1906name = "axum-core"
1907version = "0.3.4"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1910dependencies = [
1911 "async-trait",
1912 "bytes 1.11.1",
1913 "futures-util",
1914 "http 0.2.12",
1915 "http-body 0.4.6",
1916 "mime",
1917 "rustversion",
1918 "tower-layer",
1919 "tower-service",
1920]
1921
1922[[package]]
1923name = "backtrace"
1924version = "0.3.76"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1927dependencies = [
1928 "addr2line 0.25.1",
1929 "cfg-if",
1930 "libc",
1931 "miniz_oxide",
1932 "object 0.37.3",
1933 "rustc-demangle",
1934 "windows-link 0.2.1",
1935]
1936
1937[[package]]
1938name = "base16ct"
1939version = "0.1.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1942
1943[[package]]
1944name = "base64"
1945version = "0.21.7"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1948
1949[[package]]
1950name = "base64"
1951version = "0.22.1"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1954
1955[[package]]
1956name = "base64-simd"
1957version = "0.8.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1960dependencies = [
1961 "outref",
1962 "vsimd",
1963]
1964
1965[[package]]
1966name = "base64ct"
1967version = "1.8.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1970
1971[[package]]
1972name = "bedrock"
1973version = "0.1.0"
1974dependencies = [
1975 "anyhow",
1976 "aws-sdk-bedrockruntime",
1977 "aws-smithy-types",
1978 "futures 0.3.31",
1979 "schemars",
1980 "serde",
1981 "serde_json",
1982 "strum 0.27.2",
1983 "thiserror 2.0.17",
1984]
1985
1986[[package]]
1987name = "bigdecimal"
1988version = "0.4.8"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1991dependencies = [
1992 "autocfg",
1993 "libm",
1994 "num-bigint",
1995 "num-integer",
1996 "num-traits",
1997 "serde",
1998]
1999
2000[[package]]
2001name = "bincode"
2002version = "1.3.3"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2005dependencies = [
2006 "serde",
2007]
2008
2009[[package]]
2010name = "bindgen"
2011version = "0.71.1"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2014dependencies = [
2015 "bitflags 2.10.0",
2016 "cexpr",
2017 "clang-sys",
2018 "itertools 0.12.1",
2019 "log",
2020 "prettyplease",
2021 "proc-macro2",
2022 "quote",
2023 "regex",
2024 "rustc-hash 2.1.1",
2025 "shlex",
2026 "syn 2.0.117",
2027]
2028
2029[[package]]
2030name = "bindgen"
2031version = "0.72.1"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2034dependencies = [
2035 "bitflags 2.10.0",
2036 "cexpr",
2037 "clang-sys",
2038 "itertools 0.12.1",
2039 "proc-macro2",
2040 "quote",
2041 "regex",
2042 "rustc-hash 2.1.1",
2043 "shlex",
2044 "syn 2.0.117",
2045]
2046
2047[[package]]
2048name = "bit-set"
2049version = "0.8.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2052dependencies = [
2053 "bit-vec 0.8.0",
2054]
2055
2056[[package]]
2057name = "bit-set"
2058version = "0.9.1"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
2061dependencies = [
2062 "bit-vec 0.9.1",
2063]
2064
2065[[package]]
2066name = "bit-vec"
2067version = "0.8.0"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2070
2071[[package]]
2072name = "bit-vec"
2073version = "0.9.1"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
2076
2077[[package]]
2078name = "bit_field"
2079version = "0.10.3"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2082
2083[[package]]
2084name = "bitflags"
2085version = "1.3.2"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2088
2089[[package]]
2090name = "bitflags"
2091version = "2.10.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2094dependencies = [
2095 "serde_core",
2096]
2097
2098[[package]]
2099name = "bitstream-io"
2100version = "2.6.0"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2103
2104[[package]]
2105name = "bitvec"
2106version = "1.0.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2109dependencies = [
2110 "funty",
2111 "radium",
2112 "tap",
2113 "wyz",
2114]
2115
2116[[package]]
2117name = "block"
2118version = "0.1.6"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2121
2122[[package]]
2123name = "block-buffer"
2124version = "0.10.4"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2127dependencies = [
2128 "generic-array",
2129]
2130
2131[[package]]
2132name = "block-padding"
2133version = "0.3.3"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2136dependencies = [
2137 "generic-array",
2138]
2139
2140[[package]]
2141name = "block2"
2142version = "0.6.2"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2145dependencies = [
2146 "objc2",
2147]
2148
2149[[package]]
2150name = "blocking"
2151version = "1.6.2"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2154dependencies = [
2155 "async-channel 2.5.0",
2156 "async-task",
2157 "futures-io",
2158 "futures-lite 2.6.1",
2159 "piper",
2160]
2161
2162[[package]]
2163name = "bmrng"
2164version = "0.5.2"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2167dependencies = [
2168 "futures-core",
2169 "tokio",
2170]
2171
2172[[package]]
2173name = "bon"
2174version = "3.8.2"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2177dependencies = [
2178 "bon-macros",
2179 "rustversion",
2180]
2181
2182[[package]]
2183name = "bon-macros"
2184version = "3.8.2"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2187dependencies = [
2188 "darling 0.21.3",
2189 "ident_case",
2190 "prettyplease",
2191 "proc-macro2",
2192 "quote",
2193 "rustversion",
2194 "syn 2.0.117",
2195]
2196
2197[[package]]
2198name = "borrow-or-share"
2199version = "0.2.4"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2202
2203[[package]]
2204name = "borsh"
2205version = "1.5.7"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2208dependencies = [
2209 "borsh-derive",
2210 "cfg_aliases 0.2.1",
2211]
2212
2213[[package]]
2214name = "borsh-derive"
2215version = "1.5.7"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2218dependencies = [
2219 "once_cell",
2220 "proc-macro-crate",
2221 "proc-macro2",
2222 "quote",
2223 "syn 2.0.117",
2224]
2225
2226[[package]]
2227name = "breadcrumbs"
2228version = "0.1.0"
2229dependencies = [
2230 "gpui",
2231 "ui",
2232 "workspace",
2233]
2234
2235[[package]]
2236name = "brush-parser"
2237version = "0.3.0"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2240dependencies = [
2241 "bon",
2242 "cached",
2243 "indenter",
2244 "peg",
2245 "thiserror 2.0.17",
2246 "tracing",
2247 "utf8-chars",
2248]
2249
2250[[package]]
2251name = "bstr"
2252version = "1.12.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2255dependencies = [
2256 "memchr",
2257 "regex-automata",
2258 "serde",
2259]
2260
2261[[package]]
2262name = "buffer_diff"
2263version = "0.1.0"
2264dependencies = [
2265 "clock",
2266 "ctor",
2267 "futures 0.3.31",
2268 "git2",
2269 "gpui",
2270 "language",
2271 "log",
2272 "pretty_assertions",
2273 "rand 0.9.2",
2274 "rope",
2275 "settings",
2276 "sum_tree",
2277 "text",
2278 "tracing",
2279 "unindent",
2280 "util",
2281 "zlog",
2282 "ztracing",
2283]
2284
2285[[package]]
2286name = "built"
2287version = "0.7.7"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2290
2291[[package]]
2292name = "bumpalo"
2293version = "3.19.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2296dependencies = [
2297 "allocator-api2",
2298]
2299
2300[[package]]
2301name = "by_address"
2302version = "1.2.1"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2305
2306[[package]]
2307name = "bytecheck"
2308version = "0.6.12"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2311dependencies = [
2312 "bytecheck_derive",
2313 "ptr_meta",
2314 "simdutf8",
2315]
2316
2317[[package]]
2318name = "bytecheck_derive"
2319version = "0.6.12"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2322dependencies = [
2323 "proc-macro2",
2324 "quote",
2325 "syn 1.0.109",
2326]
2327
2328[[package]]
2329name = "bytecount"
2330version = "0.6.9"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2333
2334[[package]]
2335name = "bytemuck"
2336version = "1.24.0"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2339dependencies = [
2340 "bytemuck_derive",
2341]
2342
2343[[package]]
2344name = "bytemuck_derive"
2345version = "1.10.2"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2348dependencies = [
2349 "proc-macro2",
2350 "quote",
2351 "syn 2.0.117",
2352]
2353
2354[[package]]
2355name = "byteorder"
2356version = "1.5.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2359
2360[[package]]
2361name = "byteorder-lite"
2362version = "0.1.0"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2365
2366[[package]]
2367name = "bytes"
2368version = "0.4.12"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2371dependencies = [
2372 "byteorder",
2373 "iovec",
2374]
2375
2376[[package]]
2377name = "bytes"
2378version = "1.11.1"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2381
2382[[package]]
2383name = "bytes-utils"
2384version = "0.1.4"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2387dependencies = [
2388 "bytes 1.11.1",
2389 "either",
2390]
2391
2392[[package]]
2393name = "bzip2"
2394version = "0.4.4"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2397dependencies = [
2398 "bzip2-sys",
2399 "libc",
2400]
2401
2402[[package]]
2403name = "bzip2"
2404version = "0.6.1"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
2407dependencies = [
2408 "libbz2-rs-sys",
2409]
2410
2411[[package]]
2412name = "bzip2-sys"
2413version = "0.1.13+1.0.8"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2416dependencies = [
2417 "cc",
2418 "pkg-config",
2419]
2420
2421[[package]]
2422name = "cached"
2423version = "0.56.0"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2426dependencies = [
2427 "ahash 0.8.12",
2428 "cached_proc_macro",
2429 "cached_proc_macro_types",
2430 "hashbrown 0.15.5",
2431 "once_cell",
2432 "thiserror 2.0.17",
2433 "web-time",
2434]
2435
2436[[package]]
2437name = "cached_proc_macro"
2438version = "0.25.0"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2441dependencies = [
2442 "darling 0.20.11",
2443 "proc-macro2",
2444 "quote",
2445 "syn 2.0.117",
2446]
2447
2448[[package]]
2449name = "cached_proc_macro_types"
2450version = "0.1.1"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2453
2454[[package]]
2455name = "call"
2456version = "0.1.0"
2457dependencies = [
2458 "anyhow",
2459 "audio",
2460 "client",
2461 "collections",
2462 "feature_flags",
2463 "fs",
2464 "futures 0.3.31",
2465 "gpui",
2466 "gpui_tokio",
2467 "language",
2468 "livekit_client",
2469 "log",
2470 "postage",
2471 "project",
2472 "serde",
2473 "settings",
2474 "telemetry",
2475 "util",
2476 "workspace",
2477]
2478
2479[[package]]
2480name = "calloop"
2481version = "0.14.3"
2482source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2483dependencies = [
2484 "bitflags 2.10.0",
2485 "polling",
2486 "rustix 1.1.2",
2487 "slab",
2488 "tracing",
2489]
2490
2491[[package]]
2492name = "calloop-wayland-source"
2493version = "0.4.1"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2496dependencies = [
2497 "calloop",
2498 "rustix 1.1.2",
2499 "wayland-backend",
2500 "wayland-client",
2501]
2502
2503[[package]]
2504name = "camino"
2505version = "1.2.1"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2508dependencies = [
2509 "serde_core",
2510]
2511
2512[[package]]
2513name = "candle-core"
2514version = "0.9.1"
2515source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2516dependencies = [
2517 "byteorder",
2518 "float8",
2519 "gemm 0.17.1",
2520 "half",
2521 "memmap2",
2522 "num-traits",
2523 "num_cpus",
2524 "rand 0.9.2",
2525 "rand_distr",
2526 "rayon",
2527 "safetensors",
2528 "thiserror 1.0.69",
2529 "ug",
2530 "yoke 0.7.5",
2531 "zip 1.1.4",
2532]
2533
2534[[package]]
2535name = "candle-nn"
2536version = "0.9.1"
2537source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2538dependencies = [
2539 "candle-core",
2540 "half",
2541 "libc",
2542 "num-traits",
2543 "rayon",
2544 "safetensors",
2545 "serde",
2546 "thiserror 1.0.69",
2547]
2548
2549[[package]]
2550name = "candle-onnx"
2551version = "0.9.1"
2552source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2553dependencies = [
2554 "candle-core",
2555 "candle-nn",
2556 "prost 0.12.6",
2557]
2558
2559[[package]]
2560name = "cap-fs-ext"
2561version = "3.4.4"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2564dependencies = [
2565 "cap-primitives",
2566 "cap-std",
2567 "io-lifetimes",
2568 "windows-sys 0.59.0",
2569]
2570
2571[[package]]
2572name = "cap-net-ext"
2573version = "3.4.4"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2576dependencies = [
2577 "cap-primitives",
2578 "cap-std",
2579 "rustix 1.1.2",
2580 "smallvec",
2581]
2582
2583[[package]]
2584name = "cap-primitives"
2585version = "3.4.4"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2588dependencies = [
2589 "ambient-authority",
2590 "fs-set-times",
2591 "io-extras",
2592 "io-lifetimes",
2593 "ipnet",
2594 "maybe-owned",
2595 "rustix 1.1.2",
2596 "rustix-linux-procfs",
2597 "windows-sys 0.59.0",
2598 "winx",
2599]
2600
2601[[package]]
2602name = "cap-rand"
2603version = "3.4.4"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2606dependencies = [
2607 "ambient-authority",
2608 "rand 0.8.5",
2609]
2610
2611[[package]]
2612name = "cap-std"
2613version = "3.4.4"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2616dependencies = [
2617 "cap-primitives",
2618 "io-extras",
2619 "io-lifetimes",
2620 "rustix 1.1.2",
2621]
2622
2623[[package]]
2624name = "cap-time-ext"
2625version = "3.4.4"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2628dependencies = [
2629 "ambient-authority",
2630 "cap-primitives",
2631 "iana-time-zone",
2632 "once_cell",
2633 "rustix 1.1.2",
2634 "winx",
2635]
2636
2637[[package]]
2638name = "cargo-platform"
2639version = "0.1.9"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2642dependencies = [
2643 "serde",
2644]
2645
2646[[package]]
2647name = "cargo_metadata"
2648version = "0.19.2"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2651dependencies = [
2652 "camino",
2653 "cargo-platform",
2654 "semver",
2655 "serde",
2656 "serde_json",
2657 "thiserror 2.0.17",
2658]
2659
2660[[package]]
2661name = "cargo_toml"
2662version = "0.21.0"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2665dependencies = [
2666 "serde",
2667 "toml 0.8.23",
2668]
2669
2670[[package]]
2671name = "cast"
2672version = "0.3.0"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2675
2676[[package]]
2677name = "cbc"
2678version = "0.1.2"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2681dependencies = [
2682 "cipher",
2683]
2684
2685[[package]]
2686name = "cbindgen"
2687version = "0.28.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2690dependencies = [
2691 "heck 0.4.1",
2692 "indexmap",
2693 "log",
2694 "proc-macro2",
2695 "quote",
2696 "serde",
2697 "serde_json",
2698 "syn 2.0.117",
2699 "tempfile",
2700 "toml 0.8.23",
2701]
2702
2703[[package]]
2704name = "cc"
2705version = "1.2.49"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2708dependencies = [
2709 "find-msvc-tools",
2710 "jobserver",
2711 "libc",
2712 "shlex",
2713]
2714
2715[[package]]
2716name = "cesu8"
2717version = "1.1.0"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2720
2721[[package]]
2722name = "cexpr"
2723version = "0.6.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2726dependencies = [
2727 "nom 7.1.3",
2728]
2729
2730[[package]]
2731name = "cfg-expr"
2732version = "0.15.8"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2735dependencies = [
2736 "smallvec",
2737 "target-lexicon 0.12.16",
2738]
2739
2740[[package]]
2741name = "cfg-expr"
2742version = "0.20.6"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2745dependencies = [
2746 "smallvec",
2747 "target-lexicon 0.13.3",
2748]
2749
2750[[package]]
2751name = "cfg-if"
2752version = "1.0.4"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2755
2756[[package]]
2757name = "cfg_aliases"
2758version = "0.1.1"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2761
2762[[package]]
2763name = "cfg_aliases"
2764version = "0.2.1"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2767
2768[[package]]
2769name = "cgl"
2770version = "0.3.2"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2773dependencies = [
2774 "libc",
2775]
2776
2777[[package]]
2778name = "channel"
2779version = "0.1.0"
2780dependencies = [
2781 "anyhow",
2782 "client",
2783 "clock",
2784 "collections",
2785 "futures 0.3.31",
2786 "gpui",
2787 "http_client",
2788 "language",
2789 "log",
2790 "postage",
2791 "release_channel",
2792 "rpc",
2793 "semver",
2794 "settings",
2795 "text",
2796 "time",
2797 "util",
2798]
2799
2800[[package]]
2801name = "chardetng"
2802version = "0.1.17"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2805dependencies = [
2806 "cfg-if",
2807 "encoding_rs",
2808 "memchr",
2809]
2810
2811[[package]]
2812name = "chrono"
2813version = "0.4.42"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2816dependencies = [
2817 "iana-time-zone",
2818 "js-sys",
2819 "num-traits",
2820 "serde",
2821 "wasm-bindgen",
2822 "windows-link 0.2.1",
2823]
2824
2825[[package]]
2826name = "chunked_transfer"
2827version = "1.5.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2830
2831[[package]]
2832name = "ciborium"
2833version = "0.2.2"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2836dependencies = [
2837 "ciborium-io",
2838 "ciborium-ll",
2839 "serde",
2840]
2841
2842[[package]]
2843name = "ciborium-io"
2844version = "0.2.2"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2847
2848[[package]]
2849name = "ciborium-ll"
2850version = "0.2.2"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2853dependencies = [
2854 "ciborium-io",
2855 "half",
2856]
2857
2858[[package]]
2859name = "cipher"
2860version = "0.4.4"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2863dependencies = [
2864 "crypto-common",
2865 "inout",
2866 "zeroize",
2867]
2868
2869[[package]]
2870name = "circular-buffer"
2871version = "1.2.0"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2874
2875[[package]]
2876name = "clang-sys"
2877version = "1.8.1"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2880dependencies = [
2881 "glob",
2882 "libc",
2883 "libloading",
2884]
2885
2886[[package]]
2887name = "clap"
2888version = "4.5.49"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2891dependencies = [
2892 "clap_builder",
2893 "clap_derive",
2894]
2895
2896[[package]]
2897name = "clap_builder"
2898version = "4.5.49"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2901dependencies = [
2902 "anstream",
2903 "anstyle",
2904 "clap_lex",
2905 "strsim",
2906 "terminal_size",
2907]
2908
2909[[package]]
2910name = "clap_complete"
2911version = "4.5.59"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2914dependencies = [
2915 "clap",
2916]
2917
2918[[package]]
2919name = "clap_derive"
2920version = "4.5.49"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2923dependencies = [
2924 "heck 0.5.0",
2925 "proc-macro2",
2926 "quote",
2927 "syn 2.0.117",
2928]
2929
2930[[package]]
2931name = "clap_lex"
2932version = "0.7.6"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2935
2936[[package]]
2937name = "cli"
2938version = "0.1.0"
2939dependencies = [
2940 "anyhow",
2941 "askpass",
2942 "clap",
2943 "collections",
2944 "core-foundation 0.10.0",
2945 "core-services",
2946 "exec",
2947 "fork",
2948 "ipc-channel",
2949 "parking_lot",
2950 "paths",
2951 "plist",
2952 "rayon",
2953 "release_channel",
2954 "serde",
2955 "serde_json",
2956 "tempfile",
2957 "util",
2958 "walkdir",
2959 "windows 0.61.3",
2960]
2961
2962[[package]]
2963name = "client"
2964version = "0.1.0"
2965dependencies = [
2966 "anyhow",
2967 "async-tungstenite",
2968 "base64 0.22.1",
2969 "chrono",
2970 "clock",
2971 "cloud_api_client",
2972 "cloud_llm_client",
2973 "collections",
2974 "credentials_provider",
2975 "derive_more",
2976 "feature_flags",
2977 "fs",
2978 "futures 0.3.31",
2979 "gpui",
2980 "gpui_tokio",
2981 "http_client",
2982 "http_client_tls",
2983 "httparse",
2984 "log",
2985 "objc2-foundation",
2986 "parking_lot",
2987 "paths",
2988 "postage",
2989 "rand 0.9.2",
2990 "regex",
2991 "release_channel",
2992 "rpc",
2993 "rustls-pki-types",
2994 "semver",
2995 "serde",
2996 "serde_json",
2997 "serde_urlencoded",
2998 "settings",
2999 "sha2",
3000 "smol",
3001 "telemetry",
3002 "telemetry_events",
3003 "text",
3004 "thiserror 2.0.17",
3005 "time",
3006 "tiny_http",
3007 "tokio",
3008 "tokio-native-tls",
3009 "tokio-rustls 0.26.2",
3010 "tokio-socks",
3011 "url",
3012 "util",
3013 "windows 0.61.3",
3014 "worktree",
3015]
3016
3017[[package]]
3018name = "clock"
3019version = "0.1.0"
3020dependencies = [
3021 "parking_lot",
3022 "serde",
3023 "smallvec",
3024]
3025
3026[[package]]
3027name = "cloud_api_client"
3028version = "0.1.0"
3029dependencies = [
3030 "anyhow",
3031 "cloud_api_types",
3032 "futures 0.3.31",
3033 "gpui",
3034 "gpui_tokio",
3035 "http_client",
3036 "parking_lot",
3037 "serde_json",
3038 "thiserror 2.0.17",
3039 "yawc",
3040]
3041
3042[[package]]
3043name = "cloud_api_types"
3044version = "0.1.0"
3045dependencies = [
3046 "anyhow",
3047 "chrono",
3048 "ciborium",
3049 "cloud_llm_client",
3050 "pretty_assertions",
3051 "serde",
3052 "serde_json",
3053 "strum 0.27.2",
3054]
3055
3056[[package]]
3057name = "cloud_llm_client"
3058version = "0.1.0"
3059dependencies = [
3060 "anyhow",
3061 "serde",
3062 "serde_json",
3063 "strum 0.27.2",
3064 "uuid",
3065 "zeta_prompt",
3066]
3067
3068[[package]]
3069name = "cmake"
3070version = "0.1.56"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3073dependencies = [
3074 "cc",
3075]
3076
3077[[package]]
3078name = "cobs"
3079version = "0.3.0"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3082dependencies = [
3083 "thiserror 2.0.17",
3084]
3085
3086[[package]]
3087name = "cocoa"
3088version = "0.25.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3091dependencies = [
3092 "bitflags 1.3.2",
3093 "block",
3094 "cocoa-foundation 0.1.2",
3095 "core-foundation 0.9.4",
3096 "core-graphics 0.23.2",
3097 "foreign-types 0.5.0",
3098 "libc",
3099 "objc",
3100]
3101
3102[[package]]
3103name = "cocoa"
3104version = "0.26.0"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3107dependencies = [
3108 "bitflags 2.10.0",
3109 "block",
3110 "cocoa-foundation 0.2.0",
3111 "core-foundation 0.10.0",
3112 "core-graphics 0.24.0",
3113 "foreign-types 0.5.0",
3114 "libc",
3115 "objc",
3116]
3117
3118[[package]]
3119name = "cocoa-foundation"
3120version = "0.1.2"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3123dependencies = [
3124 "bitflags 1.3.2",
3125 "block",
3126 "core-foundation 0.9.4",
3127 "core-graphics-types 0.1.3",
3128 "libc",
3129 "objc",
3130]
3131
3132[[package]]
3133name = "cocoa-foundation"
3134version = "0.2.0"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3137dependencies = [
3138 "bitflags 2.10.0",
3139 "block",
3140 "core-foundation 0.10.0",
3141 "core-graphics-types 0.2.0",
3142 "libc",
3143 "objc",
3144]
3145
3146[[package]]
3147name = "codespan-reporting"
3148version = "0.13.0"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3151dependencies = [
3152 "serde",
3153 "termcolor",
3154 "unicode-width",
3155]
3156
3157[[package]]
3158name = "codestral"
3159version = "0.1.0"
3160dependencies = [
3161 "anyhow",
3162 "edit_prediction",
3163 "edit_prediction_types",
3164 "futures 0.3.31",
3165 "gpui",
3166 "http_client",
3167 "icons",
3168 "language",
3169 "language_model",
3170 "log",
3171 "serde",
3172 "serde_json",
3173 "text",
3174 "zeta_prompt",
3175]
3176
3177[[package]]
3178name = "collab"
3179version = "0.44.0"
3180dependencies = [
3181 "agent",
3182 "anyhow",
3183 "assistant_slash_command",
3184 "assistant_text_thread",
3185 "async-trait",
3186 "async-tungstenite",
3187 "aws-config",
3188 "aws-sdk-kinesis",
3189 "aws-sdk-s3",
3190 "axum",
3191 "buffer_diff",
3192 "call",
3193 "channel",
3194 "chrono",
3195 "client",
3196 "clock",
3197 "cloud_api_types",
3198 "collab",
3199 "collab_ui",
3200 "collections",
3201 "command_palette_hooks",
3202 "ctor",
3203 "dap",
3204 "dap_adapters",
3205 "dashmap",
3206 "debugger_ui",
3207 "editor",
3208 "envy",
3209 "extension",
3210 "file_finder",
3211 "fs",
3212 "futures 0.3.31",
3213 "git",
3214 "git_hosting_providers",
3215 "git_ui",
3216 "gpui",
3217 "gpui_tokio",
3218 "hex",
3219 "http_client",
3220 "indoc",
3221 "language",
3222 "language_model",
3223 "livekit_api",
3224 "livekit_client",
3225 "log",
3226 "lsp",
3227 "menu",
3228 "multi_buffer",
3229 "nanoid",
3230 "node_runtime",
3231 "notifications",
3232 "parking_lot",
3233 "pretty_assertions",
3234 "project",
3235 "prometheus",
3236 "prompt_store",
3237 "prost 0.9.0",
3238 "rand 0.9.2",
3239 "recent_projects",
3240 "release_channel",
3241 "remote",
3242 "remote_server",
3243 "reqwest 0.11.27",
3244 "rpc",
3245 "sea-orm",
3246 "sea-orm-macros",
3247 "semver",
3248 "serde",
3249 "serde_json",
3250 "session",
3251 "settings",
3252 "sha2",
3253 "smol",
3254 "sqlx",
3255 "strum 0.27.2",
3256 "task",
3257 "telemetry_events",
3258 "text",
3259 "theme",
3260 "time",
3261 "tokio",
3262 "toml 0.8.23",
3263 "tower 0.4.13",
3264 "tower-http 0.4.4",
3265 "tracing",
3266 "tracing-subscriber",
3267 "unindent",
3268 "util",
3269 "uuid",
3270 "workspace",
3271 "worktree",
3272 "zed_actions",
3273 "zlog",
3274]
3275
3276[[package]]
3277name = "collab_ui"
3278version = "0.1.0"
3279dependencies = [
3280 "anyhow",
3281 "call",
3282 "channel",
3283 "chrono",
3284 "client",
3285 "collections",
3286 "db",
3287 "editor",
3288 "futures 0.3.31",
3289 "fuzzy",
3290 "gpui",
3291 "livekit_client",
3292 "log",
3293 "menu",
3294 "notifications",
3295 "picker",
3296 "project",
3297 "release_channel",
3298 "rpc",
3299 "serde",
3300 "serde_json",
3301 "settings",
3302 "smallvec",
3303 "telemetry",
3304 "theme",
3305 "time",
3306 "time_format",
3307 "title_bar",
3308 "ui",
3309 "util",
3310 "workspace",
3311 "zed_actions",
3312]
3313
3314[[package]]
3315name = "collections"
3316version = "0.1.0"
3317dependencies = [
3318 "indexmap",
3319 "rustc-hash 2.1.1",
3320]
3321
3322[[package]]
3323name = "color_quant"
3324version = "1.1.0"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3327
3328[[package]]
3329name = "colorchoice"
3330version = "1.0.4"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3333
3334[[package]]
3335name = "combine"
3336version = "4.6.7"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3339dependencies = [
3340 "bytes 1.11.1",
3341 "memchr",
3342]
3343
3344[[package]]
3345name = "command-fds"
3346version = "0.3.2"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3349dependencies = [
3350 "nix 0.30.1",
3351 "thiserror 2.0.17",
3352]
3353
3354[[package]]
3355name = "command_palette"
3356version = "0.1.0"
3357dependencies = [
3358 "anyhow",
3359 "client",
3360 "collections",
3361 "command_palette_hooks",
3362 "db",
3363 "editor",
3364 "fuzzy",
3365 "go_to_line",
3366 "gpui",
3367 "language",
3368 "log",
3369 "menu",
3370 "picker",
3371 "postage",
3372 "project",
3373 "serde",
3374 "settings",
3375 "telemetry",
3376 "theme",
3377 "time",
3378 "ui",
3379 "util",
3380 "workspace",
3381 "zed_actions",
3382]
3383
3384[[package]]
3385name = "command_palette_hooks"
3386version = "0.1.0"
3387dependencies = [
3388 "collections",
3389 "derive_more",
3390 "gpui",
3391 "workspace",
3392]
3393
3394[[package]]
3395name = "component"
3396version = "0.1.0"
3397dependencies = [
3398 "collections",
3399 "documented",
3400 "gpui",
3401 "inventory",
3402 "parking_lot",
3403 "strum 0.27.2",
3404 "theme",
3405]
3406
3407[[package]]
3408name = "component_preview"
3409version = "0.1.0"
3410dependencies = [
3411 "anyhow",
3412 "client",
3413 "collections",
3414 "component",
3415 "db",
3416 "fs",
3417 "gpui",
3418 "gpui_platform",
3419 "language",
3420 "log",
3421 "node_runtime",
3422 "notifications",
3423 "project",
3424 "release_channel",
3425 "reqwest_client",
3426 "session",
3427 "settings",
3428 "theme",
3429 "ui",
3430 "ui_input",
3431 "uuid",
3432 "workspace",
3433]
3434
3435[[package]]
3436name = "compression-codecs"
3437version = "0.4.31"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3440dependencies = [
3441 "bzip2 0.6.1",
3442 "compression-core",
3443 "deflate64",
3444 "flate2",
3445 "memchr",
3446]
3447
3448[[package]]
3449name = "compression-core"
3450version = "0.4.29"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3453
3454[[package]]
3455name = "concurrent-queue"
3456version = "2.5.0"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3459dependencies = [
3460 "crossbeam-utils",
3461]
3462
3463[[package]]
3464name = "console"
3465version = "0.15.11"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3468dependencies = [
3469 "encode_unicode",
3470 "libc",
3471 "once_cell",
3472 "unicode-width",
3473 "windows-sys 0.59.0",
3474]
3475
3476[[package]]
3477name = "console_error_panic_hook"
3478version = "0.1.7"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3481dependencies = [
3482 "cfg-if",
3483 "wasm-bindgen",
3484]
3485
3486[[package]]
3487name = "const-oid"
3488version = "0.9.6"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3491
3492[[package]]
3493name = "const-random"
3494version = "0.1.18"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3497dependencies = [
3498 "const-random-macro",
3499]
3500
3501[[package]]
3502name = "const-random-macro"
3503version = "0.1.16"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3506dependencies = [
3507 "getrandom 0.2.16",
3508 "once_cell",
3509 "tiny-keccak",
3510]
3511
3512[[package]]
3513name = "const_format"
3514version = "0.2.35"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3517dependencies = [
3518 "const_format_proc_macros",
3519]
3520
3521[[package]]
3522name = "const_format_proc_macros"
3523version = "0.2.34"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3526dependencies = [
3527 "proc-macro2",
3528 "quote",
3529 "unicode-xid",
3530]
3531
3532[[package]]
3533name = "constant_time_eq"
3534version = "0.1.5"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3537
3538[[package]]
3539name = "context_server"
3540version = "0.1.0"
3541dependencies = [
3542 "anyhow",
3543 "async-trait",
3544 "base64 0.22.1",
3545 "collections",
3546 "futures 0.3.31",
3547 "gpui",
3548 "http_client",
3549 "log",
3550 "net",
3551 "parking_lot",
3552 "postage",
3553 "rand 0.9.2",
3554 "schemars",
3555 "serde",
3556 "serde_json",
3557 "settings",
3558 "sha2",
3559 "slotmap",
3560 "smol",
3561 "tempfile",
3562 "terminal",
3563 "tiny_http",
3564 "url",
3565 "util",
3566]
3567
3568[[package]]
3569name = "convert_case"
3570version = "0.8.0"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3573dependencies = [
3574 "unicode-segmentation",
3575]
3576
3577[[package]]
3578name = "convert_case"
3579version = "0.10.0"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3582dependencies = [
3583 "unicode-segmentation",
3584]
3585
3586[[package]]
3587name = "convert_case"
3588version = "0.11.0"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3591dependencies = [
3592 "unicode-segmentation",
3593]
3594
3595[[package]]
3596name = "copilot"
3597version = "0.1.0"
3598dependencies = [
3599 "anyhow",
3600 "async-std",
3601 "collections",
3602 "command_palette_hooks",
3603 "copilot_chat",
3604 "edit_prediction_types",
3605 "editor",
3606 "fs",
3607 "futures 0.3.31",
3608 "gpui",
3609 "icons",
3610 "indoc",
3611 "language",
3612 "log",
3613 "lsp",
3614 "node_runtime",
3615 "parking_lot",
3616 "paths",
3617 "pretty_assertions",
3618 "project",
3619 "rpc",
3620 "semver",
3621 "serde",
3622 "serde_json",
3623 "settings",
3624 "sum_tree",
3625 "theme",
3626 "util",
3627 "workspace",
3628 "zlog",
3629]
3630
3631[[package]]
3632name = "copilot_chat"
3633version = "0.1.0"
3634dependencies = [
3635 "anthropic",
3636 "anyhow",
3637 "collections",
3638 "dirs 4.0.0",
3639 "fs",
3640 "futures 0.3.31",
3641 "gpui",
3642 "http_client",
3643 "log",
3644 "paths",
3645 "serde",
3646 "serde_json",
3647 "settings",
3648]
3649
3650[[package]]
3651name = "copilot_ui"
3652version = "0.1.0"
3653dependencies = [
3654 "anyhow",
3655 "copilot",
3656 "gpui",
3657 "language",
3658 "log",
3659 "lsp",
3660 "menu",
3661 "project",
3662 "serde_json",
3663 "settings",
3664 "ui",
3665 "util",
3666 "workspace",
3667]
3668
3669[[package]]
3670name = "core-foundation"
3671version = "0.9.4"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3674dependencies = [
3675 "core-foundation-sys",
3676 "libc",
3677]
3678
3679[[package]]
3680name = "core-foundation"
3681version = "0.10.0"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3684dependencies = [
3685 "core-foundation-sys",
3686 "libc",
3687]
3688
3689[[package]]
3690name = "core-foundation-sys"
3691version = "0.8.7"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3694
3695[[package]]
3696name = "core-graphics"
3697version = "0.23.2"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3700dependencies = [
3701 "bitflags 1.3.2",
3702 "core-foundation 0.9.4",
3703 "core-graphics-types 0.1.3",
3704 "foreign-types 0.5.0",
3705 "libc",
3706]
3707
3708[[package]]
3709name = "core-graphics"
3710version = "0.24.0"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3713dependencies = [
3714 "bitflags 2.10.0",
3715 "core-foundation 0.10.0",
3716 "core-graphics-types 0.2.0",
3717 "foreign-types 0.5.0",
3718 "libc",
3719]
3720
3721[[package]]
3722name = "core-graphics-helmer-fork"
3723version = "0.24.0"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3726dependencies = [
3727 "bitflags 2.10.0",
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-types"
3736version = "0.1.3"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3739dependencies = [
3740 "bitflags 1.3.2",
3741 "core-foundation 0.9.4",
3742 "libc",
3743]
3744
3745[[package]]
3746name = "core-graphics-types"
3747version = "0.2.0"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3750dependencies = [
3751 "bitflags 2.10.0",
3752 "core-foundation 0.10.0",
3753 "libc",
3754]
3755
3756[[package]]
3757name = "core-graphics2"
3758version = "0.5.2"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3761dependencies = [
3762 "bitflags 2.10.0",
3763 "block",
3764 "cfg-if",
3765 "core-foundation 0.10.0",
3766 "libc",
3767]
3768
3769[[package]]
3770name = "core-services"
3771version = "0.2.1"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3774dependencies = [
3775 "core-foundation 0.9.4",
3776]
3777
3778[[package]]
3779name = "core-text"
3780version = "21.0.0"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3783dependencies = [
3784 "core-foundation 0.10.0",
3785 "core-graphics 0.24.0",
3786 "foreign-types 0.5.0",
3787 "libc",
3788]
3789
3790[[package]]
3791name = "core-video"
3792version = "0.5.2"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3795dependencies = [
3796 "block",
3797 "core-foundation 0.10.0",
3798 "core-graphics2",
3799 "io-surface",
3800 "libc",
3801 "metal",
3802]
3803
3804[[package]]
3805name = "core_maths"
3806version = "0.1.1"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3809dependencies = [
3810 "libm",
3811]
3812
3813[[package]]
3814name = "coreaudio-rs"
3815version = "0.12.1"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3818dependencies = [
3819 "bitflags 1.3.2",
3820 "core-foundation-sys",
3821 "coreaudio-sys",
3822]
3823
3824[[package]]
3825name = "coreaudio-rs"
3826version = "0.13.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3829dependencies = [
3830 "bitflags 1.3.2",
3831 "libc",
3832 "objc2-audio-toolbox",
3833 "objc2-core-audio",
3834 "objc2-core-audio-types",
3835 "objc2-core-foundation",
3836]
3837
3838[[package]]
3839name = "coreaudio-sys"
3840version = "0.2.17"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3843dependencies = [
3844 "bindgen 0.72.1",
3845]
3846
3847[[package]]
3848name = "cosmic-text"
3849version = "0.17.1"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3852dependencies = [
3853 "bitflags 2.10.0",
3854 "fontdb 0.23.0",
3855 "harfrust",
3856 "linebender_resource_handle",
3857 "log",
3858 "rangemap",
3859 "rustc-hash 2.1.1",
3860 "self_cell",
3861 "skrifa 0.40.0",
3862 "smol_str",
3863 "swash",
3864 "sys-locale",
3865 "unicode-bidi",
3866 "unicode-linebreak",
3867 "unicode-script",
3868 "unicode-segmentation",
3869]
3870
3871[[package]]
3872name = "cpal"
3873version = "0.17.1"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3876dependencies = [
3877 "alsa",
3878 "coreaudio-rs 0.13.0",
3879 "dasp_sample",
3880 "jni",
3881 "js-sys",
3882 "libc",
3883 "mach2 0.5.0",
3884 "ndk",
3885 "ndk-context",
3886 "num-derive",
3887 "num-traits",
3888 "objc2",
3889 "objc2-audio-toolbox",
3890 "objc2-avf-audio",
3891 "objc2-core-audio",
3892 "objc2-core-audio-types",
3893 "objc2-core-foundation",
3894 "objc2-foundation",
3895 "wasm-bindgen",
3896 "wasm-bindgen-futures",
3897 "web-sys",
3898 "windows 0.62.2",
3899]
3900
3901[[package]]
3902name = "cpp_demangle"
3903version = "0.4.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3906dependencies = [
3907 "cfg-if",
3908]
3909
3910[[package]]
3911name = "cpufeatures"
3912version = "0.2.17"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3915dependencies = [
3916 "libc",
3917]
3918
3919[[package]]
3920name = "cranelift-assembler-x64"
3921version = "0.120.2"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3924dependencies = [
3925 "cranelift-assembler-x64-meta",
3926]
3927
3928[[package]]
3929name = "cranelift-assembler-x64-meta"
3930version = "0.120.2"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3933dependencies = [
3934 "cranelift-srcgen",
3935]
3936
3937[[package]]
3938name = "cranelift-bforest"
3939version = "0.120.2"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3942dependencies = [
3943 "cranelift-entity",
3944]
3945
3946[[package]]
3947name = "cranelift-bitset"
3948version = "0.120.2"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3951dependencies = [
3952 "serde",
3953 "serde_derive",
3954]
3955
3956[[package]]
3957name = "cranelift-codegen"
3958version = "0.120.2"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3961dependencies = [
3962 "bumpalo",
3963 "cranelift-assembler-x64",
3964 "cranelift-bforest",
3965 "cranelift-bitset",
3966 "cranelift-codegen-meta",
3967 "cranelift-codegen-shared",
3968 "cranelift-control",
3969 "cranelift-entity",
3970 "cranelift-isle",
3971 "gimli 0.31.1",
3972 "hashbrown 0.15.5",
3973 "log",
3974 "postcard",
3975 "pulley-interpreter",
3976 "regalloc2",
3977 "rustc-hash 2.1.1",
3978 "serde",
3979 "serde_derive",
3980 "sha2",
3981 "smallvec",
3982 "target-lexicon 0.13.3",
3983]
3984
3985[[package]]
3986name = "cranelift-codegen-meta"
3987version = "0.120.2"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
3990dependencies = [
3991 "cranelift-assembler-x64-meta",
3992 "cranelift-codegen-shared",
3993 "cranelift-srcgen",
3994 "pulley-interpreter",
3995]
3996
3997[[package]]
3998name = "cranelift-codegen-shared"
3999version = "0.120.2"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4002
4003[[package]]
4004name = "cranelift-control"
4005version = "0.120.2"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4008dependencies = [
4009 "arbitrary",
4010]
4011
4012[[package]]
4013name = "cranelift-entity"
4014version = "0.120.2"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4017dependencies = [
4018 "cranelift-bitset",
4019 "serde",
4020 "serde_derive",
4021]
4022
4023[[package]]
4024name = "cranelift-frontend"
4025version = "0.120.2"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4028dependencies = [
4029 "cranelift-codegen",
4030 "log",
4031 "smallvec",
4032 "target-lexicon 0.13.3",
4033]
4034
4035[[package]]
4036name = "cranelift-isle"
4037version = "0.120.2"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4040
4041[[package]]
4042name = "cranelift-native"
4043version = "0.120.2"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4046dependencies = [
4047 "cranelift-codegen",
4048 "libc",
4049 "target-lexicon 0.13.3",
4050]
4051
4052[[package]]
4053name = "cranelift-srcgen"
4054version = "0.120.2"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4057
4058[[package]]
4059name = "crash-context"
4060version = "0.6.3"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4063dependencies = [
4064 "cfg-if",
4065 "libc",
4066 "mach2 0.4.3",
4067]
4068
4069[[package]]
4070name = "crash-handler"
4071version = "0.6.3"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4074dependencies = [
4075 "cfg-if",
4076 "crash-context",
4077 "libc",
4078 "mach2 0.4.3",
4079 "parking_lot",
4080]
4081
4082[[package]]
4083name = "crashes"
4084version = "0.1.0"
4085dependencies = [
4086 "cfg-if",
4087 "crash-handler",
4088 "futures 0.3.31",
4089 "log",
4090 "mach2 0.5.0",
4091 "minidumper",
4092 "parking_lot",
4093 "paths",
4094 "release_channel",
4095 "serde",
4096 "serde_json",
4097 "smol",
4098 "system_specs",
4099 "windows 0.61.3",
4100 "zstd",
4101]
4102
4103[[package]]
4104name = "crc"
4105version = "3.3.0"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4108dependencies = [
4109 "crc-catalog",
4110]
4111
4112[[package]]
4113name = "crc-catalog"
4114version = "2.4.0"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4117
4118[[package]]
4119name = "crc-fast"
4120version = "1.6.0"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4123dependencies = [
4124 "crc",
4125 "digest",
4126 "rand 0.9.2",
4127 "regex",
4128 "rustversion",
4129]
4130
4131[[package]]
4132name = "crc32fast"
4133version = "1.5.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4136dependencies = [
4137 "cfg-if",
4138]
4139
4140[[package]]
4141name = "credentials_provider"
4142version = "0.1.0"
4143dependencies = [
4144 "anyhow",
4145 "futures 0.3.31",
4146 "gpui",
4147 "paths",
4148 "release_channel",
4149 "serde",
4150 "serde_json",
4151]
4152
4153[[package]]
4154name = "criterion"
4155version = "0.5.1"
4156source = "registry+https://github.com/rust-lang/crates.io-index"
4157checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4158dependencies = [
4159 "anes",
4160 "cast",
4161 "ciborium",
4162 "clap",
4163 "criterion-plot",
4164 "is-terminal",
4165 "itertools 0.10.5",
4166 "num-traits",
4167 "once_cell",
4168 "oorandom",
4169 "plotters",
4170 "rayon",
4171 "regex",
4172 "serde",
4173 "serde_derive",
4174 "serde_json",
4175 "tinytemplate",
4176 "walkdir",
4177]
4178
4179[[package]]
4180name = "criterion-plot"
4181version = "0.5.0"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4184dependencies = [
4185 "cast",
4186 "itertools 0.10.5",
4187]
4188
4189[[package]]
4190name = "crossbeam"
4191version = "0.8.4"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4194dependencies = [
4195 "crossbeam-channel",
4196 "crossbeam-deque",
4197 "crossbeam-epoch",
4198 "crossbeam-queue",
4199 "crossbeam-utils",
4200]
4201
4202[[package]]
4203name = "crossbeam-channel"
4204version = "0.5.15"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4207dependencies = [
4208 "crossbeam-utils",
4209]
4210
4211[[package]]
4212name = "crossbeam-deque"
4213version = "0.8.6"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4216dependencies = [
4217 "crossbeam-epoch",
4218 "crossbeam-utils",
4219]
4220
4221[[package]]
4222name = "crossbeam-epoch"
4223version = "0.9.18"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4226dependencies = [
4227 "crossbeam-utils",
4228]
4229
4230[[package]]
4231name = "crossbeam-queue"
4232version = "0.3.12"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4235dependencies = [
4236 "crossbeam-utils",
4237]
4238
4239[[package]]
4240name = "crossbeam-utils"
4241version = "0.8.21"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4244
4245[[package]]
4246name = "crunchy"
4247version = "0.2.4"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4250
4251[[package]]
4252name = "crypto-bigint"
4253version = "0.4.9"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4256dependencies = [
4257 "generic-array",
4258 "rand_core 0.6.4",
4259 "subtle",
4260 "zeroize",
4261]
4262
4263[[package]]
4264name = "crypto-bigint"
4265version = "0.5.5"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4268dependencies = [
4269 "rand_core 0.6.4",
4270 "subtle",
4271]
4272
4273[[package]]
4274name = "crypto-common"
4275version = "0.1.6"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4278dependencies = [
4279 "generic-array",
4280 "typenum",
4281]
4282
4283[[package]]
4284name = "cssparser"
4285version = "0.35.0"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4288dependencies = [
4289 "cssparser-macros",
4290 "dtoa-short",
4291 "itoa",
4292 "phf 0.11.3",
4293 "smallvec",
4294]
4295
4296[[package]]
4297name = "cssparser-macros"
4298version = "0.6.1"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4301dependencies = [
4302 "quote",
4303 "syn 2.0.117",
4304]
4305
4306[[package]]
4307name = "csv_preview"
4308version = "0.1.0"
4309dependencies = [
4310 "anyhow",
4311 "editor",
4312 "feature_flags",
4313 "gpui",
4314 "log",
4315 "text",
4316 "ui",
4317 "workspace",
4318]
4319
4320[[package]]
4321name = "ctor"
4322version = "0.4.3"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4325dependencies = [
4326 "ctor-proc-macro",
4327 "dtor",
4328]
4329
4330[[package]]
4331name = "ctor-proc-macro"
4332version = "0.0.6"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4335
4336[[package]]
4337name = "ctrlc"
4338version = "3.5.0"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4341dependencies = [
4342 "dispatch",
4343 "nix 0.30.1",
4344 "windows-sys 0.61.2",
4345]
4346
4347[[package]]
4348name = "cursor-icon"
4349version = "1.2.0"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4352
4353[[package]]
4354name = "cxx"
4355version = "1.0.187"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4358dependencies = [
4359 "cc",
4360 "cxx-build",
4361 "cxxbridge-cmd",
4362 "cxxbridge-flags",
4363 "cxxbridge-macro",
4364 "foldhash 0.2.0",
4365 "link-cplusplus",
4366]
4367
4368[[package]]
4369name = "cxx-build"
4370version = "1.0.187"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4373dependencies = [
4374 "cc",
4375 "codespan-reporting",
4376 "indexmap",
4377 "proc-macro2",
4378 "quote",
4379 "scratch",
4380 "syn 2.0.117",
4381]
4382
4383[[package]]
4384name = "cxxbridge-cmd"
4385version = "1.0.187"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4388dependencies = [
4389 "clap",
4390 "codespan-reporting",
4391 "indexmap",
4392 "proc-macro2",
4393 "quote",
4394 "syn 2.0.117",
4395]
4396
4397[[package]]
4398name = "cxxbridge-flags"
4399version = "1.0.187"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4402
4403[[package]]
4404name = "cxxbridge-macro"
4405version = "1.0.187"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4408dependencies = [
4409 "indexmap",
4410 "proc-macro2",
4411 "quote",
4412 "syn 2.0.117",
4413]
4414
4415[[package]]
4416name = "dap"
4417version = "0.1.0"
4418dependencies = [
4419 "anyhow",
4420 "async-compression",
4421 "async-pipe",
4422 "async-tar",
4423 "async-trait",
4424 "client",
4425 "collections",
4426 "dap-types",
4427 "fs",
4428 "futures 0.3.31",
4429 "gpui",
4430 "http_client",
4431 "language",
4432 "libc",
4433 "log",
4434 "node_runtime",
4435 "parking_lot",
4436 "paths",
4437 "proto",
4438 "schemars",
4439 "serde",
4440 "serde_json",
4441 "settings",
4442 "smallvec",
4443 "smol",
4444 "task",
4445 "telemetry",
4446 "util",
4447 "zlog",
4448]
4449
4450[[package]]
4451name = "dap-types"
4452version = "0.0.1"
4453source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4454dependencies = [
4455 "schemars",
4456 "serde",
4457 "serde_json",
4458]
4459
4460[[package]]
4461name = "dap_adapters"
4462version = "0.1.0"
4463dependencies = [
4464 "anyhow",
4465 "async-trait",
4466 "collections",
4467 "dap",
4468 "dotenvy",
4469 "fs",
4470 "futures 0.3.31",
4471 "gpui",
4472 "http_client",
4473 "json_dotpath",
4474 "language",
4475 "log",
4476 "node_runtime",
4477 "paths",
4478 "serde",
4479 "serde_json",
4480 "settings",
4481 "smol",
4482 "task",
4483 "util",
4484]
4485
4486[[package]]
4487name = "darling"
4488version = "0.20.11"
4489source = "registry+https://github.com/rust-lang/crates.io-index"
4490checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4491dependencies = [
4492 "darling_core 0.20.11",
4493 "darling_macro 0.20.11",
4494]
4495
4496[[package]]
4497name = "darling"
4498version = "0.21.3"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4501dependencies = [
4502 "darling_core 0.21.3",
4503 "darling_macro 0.21.3",
4504]
4505
4506[[package]]
4507name = "darling_core"
4508version = "0.20.11"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4511dependencies = [
4512 "fnv",
4513 "ident_case",
4514 "proc-macro2",
4515 "quote",
4516 "strsim",
4517 "syn 2.0.117",
4518]
4519
4520[[package]]
4521name = "darling_core"
4522version = "0.21.3"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4525dependencies = [
4526 "fnv",
4527 "ident_case",
4528 "proc-macro2",
4529 "quote",
4530 "strsim",
4531 "syn 2.0.117",
4532]
4533
4534[[package]]
4535name = "darling_macro"
4536version = "0.20.11"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4539dependencies = [
4540 "darling_core 0.20.11",
4541 "quote",
4542 "syn 2.0.117",
4543]
4544
4545[[package]]
4546name = "darling_macro"
4547version = "0.21.3"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4550dependencies = [
4551 "darling_core 0.21.3",
4552 "quote",
4553 "syn 2.0.117",
4554]
4555
4556[[package]]
4557name = "dashmap"
4558version = "6.1.0"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4561dependencies = [
4562 "cfg-if",
4563 "crossbeam-utils",
4564 "hashbrown 0.14.5",
4565 "lock_api",
4566 "once_cell",
4567 "parking_lot_core",
4568]
4569
4570[[package]]
4571name = "dasp_sample"
4572version = "0.11.0"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4575
4576[[package]]
4577name = "data-encoding"
4578version = "2.9.0"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4581
4582[[package]]
4583name = "data-url"
4584version = "0.3.2"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4587
4588[[package]]
4589name = "db"
4590version = "0.1.0"
4591dependencies = [
4592 "anyhow",
4593 "gpui",
4594 "indoc",
4595 "inventory",
4596 "log",
4597 "paths",
4598 "release_channel",
4599 "smol",
4600 "sqlez",
4601 "sqlez_macros",
4602 "tempfile",
4603 "util",
4604 "uuid",
4605 "zed_env_vars",
4606]
4607
4608[[package]]
4609name = "dbus"
4610version = "0.9.9"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4613dependencies = [
4614 "libc",
4615 "libdbus-sys",
4616 "windows-sys 0.59.0",
4617]
4618
4619[[package]]
4620name = "debug_adapter_extension"
4621version = "0.1.0"
4622dependencies = [
4623 "anyhow",
4624 "async-trait",
4625 "collections",
4626 "dap",
4627 "extension",
4628 "gpui",
4629 "serde_json",
4630 "task",
4631 "util",
4632]
4633
4634[[package]]
4635name = "debugger_tools"
4636version = "0.1.0"
4637dependencies = [
4638 "anyhow",
4639 "dap",
4640 "editor",
4641 "futures 0.3.31",
4642 "gpui",
4643 "project",
4644 "serde_json",
4645 "settings",
4646 "smol",
4647 "util",
4648 "workspace",
4649]
4650
4651[[package]]
4652name = "debugger_ui"
4653version = "0.1.0"
4654dependencies = [
4655 "alacritty_terminal",
4656 "anyhow",
4657 "bitflags 2.10.0",
4658 "client",
4659 "collections",
4660 "command_palette_hooks",
4661 "dap",
4662 "dap_adapters",
4663 "db",
4664 "debugger_tools",
4665 "editor",
4666 "feature_flags",
4667 "file_icons",
4668 "futures 0.3.31",
4669 "fuzzy",
4670 "gpui",
4671 "hex",
4672 "indoc",
4673 "itertools 0.14.0",
4674 "language",
4675 "log",
4676 "menu",
4677 "notifications",
4678 "parking_lot",
4679 "parse_int",
4680 "paths",
4681 "picker",
4682 "pretty_assertions",
4683 "project",
4684 "rpc",
4685 "schemars",
4686 "serde",
4687 "serde_json",
4688 "serde_json_lenient",
4689 "settings",
4690 "sysinfo 0.37.2",
4691 "task",
4692 "tasks_ui",
4693 "terminal_view",
4694 "text",
4695 "theme",
4696 "tree-sitter",
4697 "tree-sitter-go",
4698 "tree-sitter-json",
4699 "ui",
4700 "ui_input",
4701 "unindent",
4702 "util",
4703 "workspace",
4704 "zed_actions",
4705 "zlog",
4706]
4707
4708[[package]]
4709name = "debugid"
4710version = "0.8.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4713dependencies = [
4714 "uuid",
4715]
4716
4717[[package]]
4718name = "deepseek"
4719version = "0.1.0"
4720dependencies = [
4721 "anyhow",
4722 "futures 0.3.31",
4723 "http_client",
4724 "schemars",
4725 "serde",
4726 "serde_json",
4727]
4728
4729[[package]]
4730name = "deflate64"
4731version = "0.1.10"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4734
4735[[package]]
4736name = "denoise"
4737version = "0.1.0"
4738dependencies = [
4739 "candle-core",
4740 "candle-onnx",
4741 "log",
4742 "realfft",
4743 "rodio",
4744 "rustfft",
4745 "thiserror 2.0.17",
4746]
4747
4748[[package]]
4749name = "der"
4750version = "0.6.1"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4753dependencies = [
4754 "const-oid",
4755 "zeroize",
4756]
4757
4758[[package]]
4759name = "der"
4760version = "0.7.10"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4763dependencies = [
4764 "const-oid",
4765 "pem-rfc7468",
4766 "zeroize",
4767]
4768
4769[[package]]
4770name = "deranged"
4771version = "0.5.4"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4774dependencies = [
4775 "powerfmt",
4776 "serde_core",
4777]
4778
4779[[package]]
4780name = "derive_arbitrary"
4781version = "1.4.2"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4784dependencies = [
4785 "proc-macro2",
4786 "quote",
4787 "syn 2.0.117",
4788]
4789
4790[[package]]
4791name = "derive_more"
4792version = "2.1.1"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4795dependencies = [
4796 "derive_more-impl",
4797]
4798
4799[[package]]
4800name = "derive_more-impl"
4801version = "2.1.1"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4804dependencies = [
4805 "convert_case 0.10.0",
4806 "proc-macro2",
4807 "quote",
4808 "rustc_version",
4809 "syn 2.0.117",
4810 "unicode-xid",
4811]
4812
4813[[package]]
4814name = "derive_refineable"
4815version = "0.1.0"
4816dependencies = [
4817 "proc-macro2",
4818 "quote",
4819 "syn 2.0.117",
4820]
4821
4822[[package]]
4823name = "derive_setters"
4824version = "0.1.9"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4827dependencies = [
4828 "darling 0.21.3",
4829 "proc-macro2",
4830 "quote",
4831 "syn 2.0.117",
4832]
4833
4834[[package]]
4835name = "dev_container"
4836version = "0.1.0"
4837dependencies = [
4838 "fs",
4839 "futures 0.3.31",
4840 "gpui",
4841 "http 1.3.1",
4842 "http_client",
4843 "log",
4844 "menu",
4845 "node_runtime",
4846 "paths",
4847 "picker",
4848 "project",
4849 "serde",
4850 "serde_json",
4851 "settings",
4852 "smol",
4853 "ui",
4854 "util",
4855 "workspace",
4856 "worktree",
4857]
4858
4859[[package]]
4860name = "diagnostics"
4861version = "0.1.0"
4862dependencies = [
4863 "anyhow",
4864 "collections",
4865 "component",
4866 "ctor",
4867 "editor",
4868 "gpui",
4869 "indoc",
4870 "itertools 0.14.0",
4871 "language",
4872 "log",
4873 "lsp",
4874 "markdown",
4875 "pretty_assertions",
4876 "project",
4877 "rand 0.9.2",
4878 "serde",
4879 "serde_json",
4880 "settings",
4881 "text",
4882 "theme",
4883 "ui",
4884 "unindent",
4885 "util",
4886 "workspace",
4887 "zed_actions",
4888 "zlog",
4889]
4890
4891[[package]]
4892name = "dialoguer"
4893version = "0.11.0"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4896dependencies = [
4897 "console",
4898 "fuzzy-matcher",
4899 "shell-words",
4900 "tempfile",
4901 "thiserror 1.0.69",
4902 "zeroize",
4903]
4904
4905[[package]]
4906name = "diff"
4907version = "0.1.13"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4910
4911[[package]]
4912name = "diffy"
4913version = "0.4.2"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4916dependencies = [
4917 "nu-ansi-term",
4918]
4919
4920[[package]]
4921name = "digest"
4922version = "0.10.7"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4925dependencies = [
4926 "block-buffer",
4927 "const-oid",
4928 "crypto-common",
4929 "subtle",
4930]
4931
4932[[package]]
4933name = "dirs"
4934version = "4.0.0"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4937dependencies = [
4938 "dirs-sys 0.3.7",
4939]
4940
4941[[package]]
4942name = "dirs"
4943version = "5.0.1"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4946dependencies = [
4947 "dirs-sys 0.4.1",
4948]
4949
4950[[package]]
4951name = "dirs"
4952version = "6.0.0"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4955dependencies = [
4956 "dirs-sys 0.5.0",
4957]
4958
4959[[package]]
4960name = "dirs-sys"
4961version = "0.3.7"
4962source = "registry+https://github.com/rust-lang/crates.io-index"
4963checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4964dependencies = [
4965 "libc",
4966 "redox_users 0.4.6",
4967 "winapi",
4968]
4969
4970[[package]]
4971name = "dirs-sys"
4972version = "0.4.1"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4975dependencies = [
4976 "libc",
4977 "option-ext",
4978 "redox_users 0.4.6",
4979 "windows-sys 0.48.0",
4980]
4981
4982[[package]]
4983name = "dirs-sys"
4984version = "0.5.0"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4987dependencies = [
4988 "libc",
4989 "option-ext",
4990 "redox_users 0.5.2",
4991 "windows-sys 0.61.2",
4992]
4993
4994[[package]]
4995name = "dispatch"
4996version = "0.2.0"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4999
5000[[package]]
5001name = "dispatch2"
5002version = "0.3.1"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5005dependencies = [
5006 "bitflags 2.10.0",
5007 "block2",
5008 "libc",
5009 "objc2",
5010]
5011
5012[[package]]
5013name = "displaydoc"
5014version = "0.2.5"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5017dependencies = [
5018 "proc-macro2",
5019 "quote",
5020 "syn 2.0.117",
5021]
5022
5023[[package]]
5024name = "dlib"
5025version = "0.5.2"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5028dependencies = [
5029 "libloading",
5030]
5031
5032[[package]]
5033name = "docs_preprocessor"
5034version = "0.1.0"
5035dependencies = [
5036 "anyhow",
5037 "collections",
5038 "jsonschema",
5039 "mdbook",
5040 "regex",
5041 "schemars",
5042 "serde",
5043 "serde_json",
5044 "settings",
5045 "task",
5046 "theme",
5047 "util",
5048 "zlog",
5049]
5050
5051[[package]]
5052name = "document-features"
5053version = "0.2.12"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5056dependencies = [
5057 "litrs",
5058]
5059
5060[[package]]
5061name = "documented"
5062version = "0.9.2"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5065dependencies = [
5066 "documented-macros",
5067 "phf 0.12.1",
5068 "thiserror 2.0.17",
5069]
5070
5071[[package]]
5072name = "documented-macros"
5073version = "0.9.2"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5076dependencies = [
5077 "convert_case 0.8.0",
5078 "itertools 0.14.0",
5079 "optfield",
5080 "proc-macro2",
5081 "quote",
5082 "strum 0.27.2",
5083 "syn 2.0.117",
5084]
5085
5086[[package]]
5087name = "dotenvy"
5088version = "0.15.7"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5091
5092[[package]]
5093name = "downcast-rs"
5094version = "1.2.1"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5097
5098[[package]]
5099name = "doxygen-rs"
5100version = "0.4.2"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5103dependencies = [
5104 "phf 0.11.3",
5105]
5106
5107[[package]]
5108name = "dtoa"
5109version = "1.0.10"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5112
5113[[package]]
5114name = "dtoa-short"
5115version = "0.3.5"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5118dependencies = [
5119 "dtoa",
5120]
5121
5122[[package]]
5123name = "dtor"
5124version = "0.0.6"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5127dependencies = [
5128 "dtor-proc-macro",
5129]
5130
5131[[package]]
5132name = "dtor-proc-macro"
5133version = "0.0.5"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5136
5137[[package]]
5138name = "dunce"
5139version = "1.0.5"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5142
5143[[package]]
5144name = "dwrote"
5145version = "0.11.5"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5148dependencies = [
5149 "lazy_static",
5150 "libc",
5151 "winapi",
5152 "wio",
5153]
5154
5155[[package]]
5156name = "dyn-clone"
5157version = "1.0.20"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5160
5161[[package]]
5162name = "dyn-stack"
5163version = "0.10.0"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5166dependencies = [
5167 "bytemuck",
5168 "reborrow",
5169]
5170
5171[[package]]
5172name = "dyn-stack"
5173version = "0.13.2"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5176dependencies = [
5177 "bytemuck",
5178 "dyn-stack-macros",
5179]
5180
5181[[package]]
5182name = "dyn-stack-macros"
5183version = "0.1.3"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5186
5187[[package]]
5188name = "ec4rs"
5189version = "1.2.0"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5192
5193[[package]]
5194name = "ecdsa"
5195version = "0.14.8"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5198dependencies = [
5199 "der 0.6.1",
5200 "elliptic-curve",
5201 "rfc6979",
5202 "signature 1.6.4",
5203]
5204
5205[[package]]
5206name = "edit_prediction"
5207version = "0.1.0"
5208dependencies = [
5209 "ai_onboarding",
5210 "anyhow",
5211 "buffer_diff",
5212 "client",
5213 "clock",
5214 "cloud_api_types",
5215 "cloud_llm_client",
5216 "collections",
5217 "copilot",
5218 "copilot_ui",
5219 "ctor",
5220 "db",
5221 "edit_prediction_context",
5222 "edit_prediction_types",
5223 "feature_flags",
5224 "fs",
5225 "futures 0.3.31",
5226 "gpui",
5227 "heapless",
5228 "indoc",
5229 "itertools 0.14.0",
5230 "language",
5231 "language_model",
5232 "log",
5233 "lsp",
5234 "menu",
5235 "open_ai",
5236 "parking_lot",
5237 "postage",
5238 "pretty_assertions",
5239 "project",
5240 "pulldown-cmark 0.13.0",
5241 "rand 0.9.2",
5242 "regex",
5243 "release_channel",
5244 "semver",
5245 "serde",
5246 "serde_json",
5247 "settings",
5248 "strum 0.27.2",
5249 "telemetry",
5250 "telemetry_events",
5251 "text",
5252 "thiserror 2.0.17",
5253 "time",
5254 "toml 0.8.23",
5255 "ui",
5256 "util",
5257 "uuid",
5258 "workspace",
5259 "worktree",
5260 "zed_actions",
5261 "zeta_prompt",
5262 "zlog",
5263 "zstd",
5264]
5265
5266[[package]]
5267name = "edit_prediction_cli"
5268version = "0.1.0"
5269dependencies = [
5270 "anthropic",
5271 "anyhow",
5272 "chrono",
5273 "clap",
5274 "client",
5275 "cloud_llm_client",
5276 "collections",
5277 "db",
5278 "debug_adapter_extension",
5279 "dirs 4.0.0",
5280 "edit_prediction",
5281 "extension",
5282 "flate2",
5283 "fs",
5284 "futures 0.3.31",
5285 "gaoya",
5286 "gpui",
5287 "gpui_platform",
5288 "gpui_tokio",
5289 "http_client",
5290 "indoc",
5291 "language",
5292 "language_extension",
5293 "language_model",
5294 "language_models",
5295 "languages",
5296 "libc",
5297 "log",
5298 "node_runtime",
5299 "open_ai",
5300 "paths",
5301 "pretty_assertions",
5302 "project",
5303 "prompt_store",
5304 "rand 0.9.2",
5305 "release_channel",
5306 "reqwest_client",
5307 "rust-embed",
5308 "serde",
5309 "serde_json",
5310 "settings",
5311 "shellexpand 2.1.2",
5312 "similar",
5313 "smol",
5314 "sqlez",
5315 "sqlez_macros",
5316 "strum 0.27.2",
5317 "telemetry_events",
5318 "tempfile",
5319 "terminal_view",
5320 "toml 0.8.23",
5321 "util",
5322 "wasmtime",
5323 "watch",
5324 "workspace",
5325 "zeta_prompt",
5326]
5327
5328[[package]]
5329name = "edit_prediction_context"
5330version = "0.1.0"
5331dependencies = [
5332 "anyhow",
5333 "clock",
5334 "collections",
5335 "env_logger 0.11.8",
5336 "futures 0.3.31",
5337 "gpui",
5338 "indoc",
5339 "language",
5340 "log",
5341 "lsp",
5342 "parking_lot",
5343 "pretty_assertions",
5344 "project",
5345 "serde",
5346 "serde_json",
5347 "settings",
5348 "smallvec",
5349 "text",
5350 "tree-sitter",
5351 "util",
5352 "zeta_prompt",
5353]
5354
5355[[package]]
5356name = "edit_prediction_types"
5357version = "0.1.0"
5358dependencies = [
5359 "client",
5360 "gpui",
5361 "icons",
5362 "language",
5363 "text",
5364]
5365
5366[[package]]
5367name = "edit_prediction_ui"
5368version = "0.1.0"
5369dependencies = [
5370 "anyhow",
5371 "buffer_diff",
5372 "client",
5373 "cloud_llm_client",
5374 "codestral",
5375 "collections",
5376 "command_palette_hooks",
5377 "copilot",
5378 "copilot_chat",
5379 "copilot_ui",
5380 "edit_prediction",
5381 "edit_prediction_types",
5382 "editor",
5383 "feature_flags",
5384 "fs",
5385 "futures 0.3.31",
5386 "gpui",
5387 "indoc",
5388 "language",
5389 "markdown",
5390 "menu",
5391 "multi_buffer",
5392 "paths",
5393 "project",
5394 "regex",
5395 "settings",
5396 "telemetry",
5397 "text",
5398 "theme",
5399 "time",
5400 "ui",
5401 "util",
5402 "workspace",
5403 "zed_actions",
5404 "zeta_prompt",
5405]
5406
5407[[package]]
5408name = "editor"
5409version = "0.1.0"
5410dependencies = [
5411 "aho-corasick",
5412 "anyhow",
5413 "assets",
5414 "breadcrumbs",
5415 "buffer_diff",
5416 "client",
5417 "clock",
5418 "collections",
5419 "convert_case 0.8.0",
5420 "criterion",
5421 "ctor",
5422 "dap",
5423 "db",
5424 "edit_prediction_types",
5425 "emojis",
5426 "feature_flags",
5427 "file_icons",
5428 "fs",
5429 "futures 0.3.31",
5430 "fuzzy",
5431 "git",
5432 "gpui",
5433 "indoc",
5434 "itertools 0.14.0",
5435 "language",
5436 "languages",
5437 "linkify",
5438 "log",
5439 "lsp",
5440 "markdown",
5441 "menu",
5442 "multi_buffer",
5443 "ordered-float 2.10.1",
5444 "parking_lot",
5445 "pretty_assertions",
5446 "project",
5447 "proptest",
5448 "proptest-derive",
5449 "rand 0.9.2",
5450 "regex",
5451 "release_channel",
5452 "rope",
5453 "rpc",
5454 "schemars",
5455 "semver",
5456 "serde",
5457 "serde_json",
5458 "settings",
5459 "smallvec",
5460 "smol",
5461 "snippet",
5462 "sum_tree",
5463 "task",
5464 "telemetry",
5465 "text",
5466 "theme",
5467 "time",
5468 "tracing",
5469 "tree-sitter-bash",
5470 "tree-sitter-c",
5471 "tree-sitter-html",
5472 "tree-sitter-md",
5473 "tree-sitter-python",
5474 "tree-sitter-rust",
5475 "tree-sitter-typescript",
5476 "tree-sitter-yaml",
5477 "ui",
5478 "ui_input",
5479 "unicode-script",
5480 "unicode-segmentation",
5481 "unicode-width",
5482 "unindent",
5483 "url",
5484 "util",
5485 "uuid",
5486 "vim_mode_setting",
5487 "workspace",
5488 "zed_actions",
5489 "zlog",
5490 "ztracing",
5491]
5492
5493[[package]]
5494name = "either"
5495version = "1.15.0"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5498dependencies = [
5499 "serde",
5500]
5501
5502[[package]]
5503name = "elasticlunr-rs"
5504version = "3.0.2"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5507dependencies = [
5508 "regex",
5509 "serde",
5510 "serde_derive",
5511 "serde_json",
5512]
5513
5514[[package]]
5515name = "elliptic-curve"
5516version = "0.12.3"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5519dependencies = [
5520 "base16ct",
5521 "crypto-bigint 0.4.9",
5522 "der 0.6.1",
5523 "digest",
5524 "ff",
5525 "generic-array",
5526 "group",
5527 "pkcs8 0.9.0",
5528 "rand_core 0.6.4",
5529 "sec1",
5530 "subtle",
5531 "zeroize",
5532]
5533
5534[[package]]
5535name = "email_address"
5536version = "0.2.9"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5539dependencies = [
5540 "serde",
5541]
5542
5543[[package]]
5544name = "embed-resource"
5545version = "3.0.6"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5548dependencies = [
5549 "cc",
5550 "memchr",
5551 "rustc_version",
5552 "toml 0.9.8",
5553 "vswhom",
5554 "winreg 0.55.0",
5555]
5556
5557[[package]]
5558name = "embedded-io"
5559version = "0.4.0"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
5561checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5562
5563[[package]]
5564name = "embedded-io"
5565version = "0.6.1"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5568
5569[[package]]
5570name = "emojis"
5571version = "0.6.4"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5574dependencies = [
5575 "phf 0.11.3",
5576]
5577
5578[[package]]
5579name = "encode_unicode"
5580version = "1.0.0"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5583
5584[[package]]
5585name = "encoding_rs"
5586version = "0.8.35"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5589dependencies = [
5590 "cfg-if",
5591]
5592
5593[[package]]
5594name = "encoding_selector"
5595version = "0.1.0"
5596dependencies = [
5597 "editor",
5598 "encoding_rs",
5599 "fuzzy",
5600 "gpui",
5601 "language",
5602 "picker",
5603 "project",
5604 "ui",
5605 "util",
5606 "workspace",
5607]
5608
5609[[package]]
5610name = "endi"
5611version = "1.1.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5614
5615[[package]]
5616name = "enum-as-inner"
5617version = "0.6.1"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5620dependencies = [
5621 "heck 0.5.0",
5622 "proc-macro2",
5623 "quote",
5624 "syn 2.0.117",
5625]
5626
5627[[package]]
5628name = "enumflags2"
5629version = "0.7.12"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5632dependencies = [
5633 "enumflags2_derive",
5634 "serde",
5635]
5636
5637[[package]]
5638name = "enumflags2_derive"
5639version = "0.7.12"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5642dependencies = [
5643 "proc-macro2",
5644 "quote",
5645 "syn 2.0.117",
5646]
5647
5648[[package]]
5649name = "env_filter"
5650version = "0.1.4"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5653dependencies = [
5654 "log",
5655 "regex",
5656]
5657
5658[[package]]
5659name = "env_logger"
5660version = "0.10.2"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5663dependencies = [
5664 "humantime",
5665 "is-terminal",
5666 "log",
5667 "regex",
5668 "termcolor",
5669]
5670
5671[[package]]
5672name = "env_logger"
5673version = "0.11.8"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5676dependencies = [
5677 "anstream",
5678 "anstyle",
5679 "env_filter",
5680 "jiff",
5681 "log",
5682]
5683
5684[[package]]
5685name = "envy"
5686version = "0.4.2"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5689dependencies = [
5690 "serde",
5691]
5692
5693[[package]]
5694name = "equator"
5695version = "0.4.2"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5698dependencies = [
5699 "equator-macro",
5700]
5701
5702[[package]]
5703name = "equator-macro"
5704version = "0.4.2"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5707dependencies = [
5708 "proc-macro2",
5709 "quote",
5710 "syn 2.0.117",
5711]
5712
5713[[package]]
5714name = "equivalent"
5715version = "1.0.2"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5718
5719[[package]]
5720name = "erased-serde"
5721version = "0.4.9"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5724dependencies = [
5725 "serde",
5726 "serde_core",
5727 "typeid",
5728]
5729
5730[[package]]
5731name = "errno"
5732version = "0.2.8"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5735dependencies = [
5736 "errno-dragonfly",
5737 "libc",
5738 "winapi",
5739]
5740
5741[[package]]
5742name = "errno"
5743version = "0.3.14"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5746dependencies = [
5747 "libc",
5748 "windows-sys 0.61.2",
5749]
5750
5751[[package]]
5752name = "errno-dragonfly"
5753version = "0.1.2"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5756dependencies = [
5757 "cc",
5758 "libc",
5759]
5760
5761[[package]]
5762name = "error-graph"
5763version = "0.1.1"
5764source = "registry+https://github.com/rust-lang/crates.io-index"
5765checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5766dependencies = [
5767 "serde",
5768]
5769
5770[[package]]
5771name = "etagere"
5772version = "0.2.15"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5775dependencies = [
5776 "euclid",
5777 "svg_fmt",
5778]
5779
5780[[package]]
5781name = "etcetera"
5782version = "0.8.0"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5785dependencies = [
5786 "cfg-if",
5787 "home",
5788 "windows-sys 0.48.0",
5789]
5790
5791[[package]]
5792name = "etw_tracing"
5793version = "0.1.0"
5794dependencies = [
5795 "anyhow",
5796 "gpui",
5797 "log",
5798 "net",
5799 "serde",
5800 "serde_json",
5801 "util",
5802 "windows 0.61.3",
5803 "windows-core 0.61.2",
5804 "workspace",
5805 "wprcontrol",
5806]
5807
5808[[package]]
5809name = "euclid"
5810version = "0.22.11"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5813dependencies = [
5814 "num-traits",
5815]
5816
5817[[package]]
5818name = "eval"
5819version = "0.1.0"
5820dependencies = [
5821 "acp_thread",
5822 "agent",
5823 "agent-client-protocol",
5824 "agent_settings",
5825 "agent_ui",
5826 "anyhow",
5827 "async-trait",
5828 "buffer_diff",
5829 "chrono",
5830 "clap",
5831 "client",
5832 "collections",
5833 "debug_adapter_extension",
5834 "dirs 4.0.0",
5835 "dotenvy",
5836 "env_logger 0.11.8",
5837 "extension",
5838 "fs",
5839 "futures 0.3.31",
5840 "gpui",
5841 "gpui_platform",
5842 "gpui_tokio",
5843 "handlebars 4.5.0",
5844 "language",
5845 "language_extension",
5846 "language_model",
5847 "language_models",
5848 "languages",
5849 "markdown",
5850 "node_runtime",
5851 "pathdiff",
5852 "paths",
5853 "pretty_assertions",
5854 "project",
5855 "prompt_store",
5856 "rand 0.9.2",
5857 "regex",
5858 "release_channel",
5859 "reqwest_client",
5860 "serde",
5861 "serde_json",
5862 "settings",
5863 "shellexpand 2.1.2",
5864 "telemetry",
5865 "terminal_view",
5866 "toml 0.8.23",
5867 "unindent",
5868 "util",
5869 "uuid",
5870 "watch",
5871]
5872
5873[[package]]
5874name = "eval_cli"
5875version = "0.1.0"
5876dependencies = [
5877 "acp_thread",
5878 "agent",
5879 "agent-client-protocol",
5880 "agent_ui",
5881 "anyhow",
5882 "clap",
5883 "client",
5884 "ctrlc",
5885 "db",
5886 "debug_adapter_extension",
5887 "env_logger 0.11.8",
5888 "extension",
5889 "feature_flags",
5890 "fs",
5891 "futures 0.3.31",
5892 "gpui",
5893 "gpui_platform",
5894 "gpui_tokio",
5895 "language",
5896 "language_extension",
5897 "language_model",
5898 "language_models",
5899 "languages",
5900 "node_runtime",
5901 "paths",
5902 "project",
5903 "prompt_store",
5904 "release_channel",
5905 "reqwest_client",
5906 "serde",
5907 "serde_json",
5908 "settings",
5909 "shellexpand 2.1.2",
5910 "terminal_view",
5911 "util",
5912 "watch",
5913]
5914
5915[[package]]
5916name = "eval_utils"
5917version = "0.1.0"
5918dependencies = [
5919 "gpui_platform",
5920 "serde",
5921 "smol",
5922]
5923
5924[[package]]
5925name = "event-listener"
5926version = "2.5.3"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5929
5930[[package]]
5931name = "event-listener"
5932version = "5.4.1"
5933source = "registry+https://github.com/rust-lang/crates.io-index"
5934checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5935dependencies = [
5936 "concurrent-queue",
5937 "parking",
5938 "pin-project-lite",
5939]
5940
5941[[package]]
5942name = "event-listener-strategy"
5943version = "0.5.4"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5946dependencies = [
5947 "event-listener 5.4.1",
5948 "pin-project-lite",
5949]
5950
5951[[package]]
5952name = "exec"
5953version = "0.3.1"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5956dependencies = [
5957 "errno 0.2.8",
5958 "libc",
5959]
5960
5961[[package]]
5962name = "explorer_command_injector"
5963version = "0.1.0"
5964dependencies = [
5965 "windows 0.61.3",
5966 "windows-core 0.61.2",
5967 "windows-registry 0.5.3",
5968]
5969
5970[[package]]
5971name = "exr"
5972version = "1.73.0"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5975dependencies = [
5976 "bit_field",
5977 "half",
5978 "lebe",
5979 "miniz_oxide",
5980 "rayon-core",
5981 "smallvec",
5982 "zune-inflate",
5983]
5984
5985[[package]]
5986name = "extended"
5987version = "0.1.0"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5990
5991[[package]]
5992name = "extension"
5993version = "0.1.0"
5994dependencies = [
5995 "anyhow",
5996 "async-trait",
5997 "cloud_api_types",
5998 "collections",
5999 "dap",
6000 "fs",
6001 "futures 0.3.31",
6002 "gpui",
6003 "heck 0.5.0",
6004 "http_client",
6005 "indoc",
6006 "language",
6007 "log",
6008 "lsp",
6009 "parking_lot",
6010 "pretty_assertions",
6011 "proto",
6012 "semver",
6013 "serde",
6014 "serde_json",
6015 "task",
6016 "tempfile",
6017 "toml 0.8.23",
6018 "tracing",
6019 "url",
6020 "util",
6021 "wasm-encoder 0.221.3",
6022 "wasmparser 0.221.3",
6023 "ztracing",
6024]
6025
6026[[package]]
6027name = "extension_cli"
6028version = "0.1.0"
6029dependencies = [
6030 "anyhow",
6031 "clap",
6032 "cloud_api_types",
6033 "env_logger 0.11.8",
6034 "extension",
6035 "fs",
6036 "gpui_platform",
6037 "language",
6038 "log",
6039 "reqwest_client",
6040 "serde",
6041 "serde_json",
6042 "serde_json_lenient",
6043 "settings_content",
6044 "snippet_provider",
6045 "task",
6046 "theme",
6047 "tokio",
6048 "toml 0.8.23",
6049 "tree-sitter",
6050 "wasmtime",
6051]
6052
6053[[package]]
6054name = "extension_host"
6055version = "0.1.0"
6056dependencies = [
6057 "anyhow",
6058 "async-compression",
6059 "async-tar",
6060 "async-trait",
6061 "client",
6062 "cloud_api_types",
6063 "collections",
6064 "criterion",
6065 "ctor",
6066 "dap",
6067 "extension",
6068 "fs",
6069 "futures 0.3.31",
6070 "gpui",
6071 "gpui_tokio",
6072 "http_client",
6073 "language",
6074 "language_extension",
6075 "log",
6076 "lsp",
6077 "moka",
6078 "node_runtime",
6079 "parking_lot",
6080 "paths",
6081 "project",
6082 "release_channel",
6083 "remote",
6084 "reqwest_client",
6085 "semver",
6086 "serde",
6087 "serde_json",
6088 "serde_json_lenient",
6089 "settings",
6090 "task",
6091 "telemetry",
6092 "tempfile",
6093 "theme",
6094 "theme_extension",
6095 "toml 0.8.23",
6096 "tracing",
6097 "url",
6098 "util",
6099 "wasmparser 0.221.3",
6100 "wasmtime",
6101 "wasmtime-wasi",
6102 "zlog",
6103 "ztracing",
6104]
6105
6106[[package]]
6107name = "extensions_ui"
6108version = "0.1.0"
6109dependencies = [
6110 "anyhow",
6111 "client",
6112 "cloud_api_types",
6113 "collections",
6114 "db",
6115 "editor",
6116 "extension",
6117 "extension_host",
6118 "fs",
6119 "fuzzy",
6120 "gpui",
6121 "language",
6122 "log",
6123 "num-format",
6124 "picker",
6125 "project",
6126 "release_channel",
6127 "semver",
6128 "serde",
6129 "settings",
6130 "smallvec",
6131 "strum 0.27.2",
6132 "telemetry",
6133 "theme",
6134 "ui",
6135 "util",
6136 "vim_mode_setting",
6137 "workspace",
6138 "zed_actions",
6139]
6140
6141[[package]]
6142name = "failspot"
6143version = "0.2.0"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6146
6147[[package]]
6148name = "fallible-iterator"
6149version = "0.3.0"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6152
6153[[package]]
6154name = "fancy-regex"
6155version = "0.16.2"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6158dependencies = [
6159 "bit-set 0.8.0",
6160 "regex-automata",
6161 "regex-syntax",
6162]
6163
6164[[package]]
6165name = "fancy-regex"
6166version = "0.17.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6169dependencies = [
6170 "bit-set 0.8.0",
6171 "regex-automata",
6172 "regex-syntax",
6173]
6174
6175[[package]]
6176name = "fast-srgb8"
6177version = "1.0.0"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6180
6181[[package]]
6182name = "fastrand"
6183version = "1.9.0"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6186dependencies = [
6187 "instant",
6188]
6189
6190[[package]]
6191name = "fastrand"
6192version = "2.3.0"
6193source = "registry+https://github.com/rust-lang/crates.io-index"
6194checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6195
6196[[package]]
6197name = "fax"
6198version = "0.2.6"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6201dependencies = [
6202 "fax_derive",
6203]
6204
6205[[package]]
6206name = "fax_derive"
6207version = "0.2.0"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6210dependencies = [
6211 "proc-macro2",
6212 "quote",
6213 "syn 2.0.117",
6214]
6215
6216[[package]]
6217name = "fd-lock"
6218version = "4.0.4"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6221dependencies = [
6222 "cfg-if",
6223 "rustix 1.1.2",
6224 "windows-sys 0.59.0",
6225]
6226
6227[[package]]
6228name = "fdeflate"
6229version = "0.3.7"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6232dependencies = [
6233 "simd-adler32",
6234]
6235
6236[[package]]
6237name = "feature_flags"
6238version = "0.1.0"
6239dependencies = [
6240 "gpui",
6241]
6242
6243[[package]]
6244name = "feedback"
6245version = "0.1.0"
6246dependencies = [
6247 "gpui",
6248 "system_specs",
6249 "urlencoding",
6250 "util",
6251 "workspace",
6252 "zed_actions",
6253]
6254
6255[[package]]
6256name = "ff"
6257version = "0.12.1"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6260dependencies = [
6261 "rand_core 0.6.4",
6262 "subtle",
6263]
6264
6265[[package]]
6266name = "file_finder"
6267version = "0.1.0"
6268dependencies = [
6269 "anyhow",
6270 "channel",
6271 "client",
6272 "collections",
6273 "ctor",
6274 "editor",
6275 "file_icons",
6276 "futures 0.3.31",
6277 "fuzzy",
6278 "gpui",
6279 "menu",
6280 "open_path_prompt",
6281 "picker",
6282 "pretty_assertions",
6283 "project",
6284 "project_panel",
6285 "remote_connection",
6286 "serde",
6287 "serde_json",
6288 "settings",
6289 "theme",
6290 "ui",
6291 "util",
6292 "workspace",
6293 "zed_actions",
6294 "zlog",
6295]
6296
6297[[package]]
6298name = "file_icons"
6299version = "0.1.0"
6300dependencies = [
6301 "gpui",
6302 "serde",
6303 "theme",
6304 "util",
6305]
6306
6307[[package]]
6308name = "filedescriptor"
6309version = "0.8.3"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6312dependencies = [
6313 "libc",
6314 "thiserror 1.0.69",
6315 "winapi",
6316]
6317
6318[[package]]
6319name = "filetime"
6320version = "0.2.26"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6323dependencies = [
6324 "cfg-if",
6325 "libc",
6326 "libredox",
6327 "windows-sys 0.60.2",
6328]
6329
6330[[package]]
6331name = "find-msvc-tools"
6332version = "0.1.5"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6335
6336[[package]]
6337name = "fixedbitset"
6338version = "0.4.2"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6341
6342[[package]]
6343name = "fixedbitset"
6344version = "0.5.7"
6345source = "registry+https://github.com/rust-lang/crates.io-index"
6346checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6347
6348[[package]]
6349name = "flate2"
6350version = "1.1.8"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6353dependencies = [
6354 "crc32fast",
6355 "miniz_oxide",
6356]
6357
6358[[package]]
6359name = "float-cmp"
6360version = "0.9.0"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6363
6364[[package]]
6365name = "float-ord"
6366version = "0.3.2"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6369
6370[[package]]
6371name = "float8"
6372version = "0.4.2"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6375dependencies = [
6376 "half",
6377 "num-traits",
6378 "rand 0.9.2",
6379 "rand_distr",
6380]
6381
6382[[package]]
6383name = "float_next_after"
6384version = "1.0.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6387
6388[[package]]
6389name = "fluent-uri"
6390version = "0.4.1"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6393dependencies = [
6394 "borrow-or-share",
6395 "ref-cast",
6396 "serde",
6397]
6398
6399[[package]]
6400name = "flume"
6401version = "0.11.1"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6404dependencies = [
6405 "futures-core",
6406 "futures-sink",
6407 "nanorand",
6408 "spin 0.9.8",
6409]
6410
6411[[package]]
6412name = "fnv"
6413version = "1.0.7"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6416
6417[[package]]
6418name = "foldhash"
6419version = "0.1.5"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6422
6423[[package]]
6424name = "foldhash"
6425version = "0.2.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6428
6429[[package]]
6430name = "font-types"
6431version = "0.10.0"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6434dependencies = [
6435 "bytemuck",
6436]
6437
6438[[package]]
6439name = "font-types"
6440version = "0.11.0"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6443dependencies = [
6444 "bytemuck",
6445]
6446
6447[[package]]
6448name = "fontconfig-parser"
6449version = "0.5.8"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6452dependencies = [
6453 "roxmltree",
6454]
6455
6456[[package]]
6457name = "fontdb"
6458version = "0.16.2"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6461dependencies = [
6462 "fontconfig-parser",
6463 "log",
6464 "memmap2",
6465 "slotmap",
6466 "tinyvec",
6467 "ttf-parser 0.20.0",
6468]
6469
6470[[package]]
6471name = "fontdb"
6472version = "0.23.0"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6475dependencies = [
6476 "fontconfig-parser",
6477 "log",
6478 "memmap2",
6479 "slotmap",
6480 "tinyvec",
6481 "ttf-parser 0.25.1",
6482]
6483
6484[[package]]
6485name = "foreign-types"
6486version = "0.3.2"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6489dependencies = [
6490 "foreign-types-shared 0.1.1",
6491]
6492
6493[[package]]
6494name = "foreign-types"
6495version = "0.5.0"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6498dependencies = [
6499 "foreign-types-macros",
6500 "foreign-types-shared 0.3.1",
6501]
6502
6503[[package]]
6504name = "foreign-types-macros"
6505version = "0.2.3"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6508dependencies = [
6509 "proc-macro2",
6510 "quote",
6511 "syn 2.0.117",
6512]
6513
6514[[package]]
6515name = "foreign-types-shared"
6516version = "0.1.1"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6519
6520[[package]]
6521name = "foreign-types-shared"
6522version = "0.3.1"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6525
6526[[package]]
6527name = "fork"
6528version = "0.4.0"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6531dependencies = [
6532 "libc",
6533]
6534
6535[[package]]
6536name = "form_urlencoded"
6537version = "1.2.2"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6540dependencies = [
6541 "percent-encoding",
6542]
6543
6544[[package]]
6545name = "fraction"
6546version = "0.15.3"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6549dependencies = [
6550 "lazy_static",
6551 "num",
6552]
6553
6554[[package]]
6555name = "freetype-sys"
6556version = "0.20.1"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6559dependencies = [
6560 "cc",
6561 "libc",
6562 "pkg-config",
6563]
6564
6565[[package]]
6566name = "fs"
6567version = "0.1.0"
6568dependencies = [
6569 "anyhow",
6570 "ashpd",
6571 "async-tar",
6572 "async-trait",
6573 "cocoa 0.26.0",
6574 "collections",
6575 "dunce",
6576 "fs",
6577 "futures 0.3.31",
6578 "git",
6579 "gpui",
6580 "ignore",
6581 "is_executable",
6582 "libc",
6583 "log",
6584 "notify 8.2.0",
6585 "objc",
6586 "parking_lot",
6587 "paths",
6588 "proto",
6589 "rope",
6590 "serde",
6591 "serde_json",
6592 "smol",
6593 "tempfile",
6594 "text",
6595 "time",
6596 "util",
6597 "windows 0.61.3",
6598]
6599
6600[[package]]
6601name = "fs-set-times"
6602version = "0.20.3"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6605dependencies = [
6606 "io-lifetimes",
6607 "rustix 1.1.2",
6608 "windows-sys 0.59.0",
6609]
6610
6611[[package]]
6612name = "fs2"
6613version = "0.4.3"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6616dependencies = [
6617 "libc",
6618 "winapi",
6619]
6620
6621[[package]]
6622name = "fs_benchmarks"
6623version = "0.1.0"
6624dependencies = [
6625 "fs",
6626 "gpui",
6627 "gpui_platform",
6628]
6629
6630[[package]]
6631name = "fs_extra"
6632version = "1.3.0"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6635
6636[[package]]
6637name = "fsevent-sys"
6638version = "4.1.0"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6641dependencies = [
6642 "libc",
6643]
6644
6645[[package]]
6646name = "fuchsia-cprng"
6647version = "0.1.1"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6650
6651[[package]]
6652name = "funty"
6653version = "2.0.0"
6654source = "registry+https://github.com/rust-lang/crates.io-index"
6655checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6656
6657[[package]]
6658name = "futf"
6659version = "0.1.5"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6662dependencies = [
6663 "mac",
6664 "new_debug_unreachable",
6665]
6666
6667[[package]]
6668name = "futures"
6669version = "0.1.31"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6672
6673[[package]]
6674name = "futures"
6675version = "0.3.31"
6676source = "registry+https://github.com/rust-lang/crates.io-index"
6677checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6678dependencies = [
6679 "futures-channel",
6680 "futures-core",
6681 "futures-executor",
6682 "futures-io",
6683 "futures-sink",
6684 "futures-task",
6685 "futures-util",
6686]
6687
6688[[package]]
6689name = "futures-channel"
6690version = "0.3.31"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6693dependencies = [
6694 "futures-core",
6695 "futures-sink",
6696]
6697
6698[[package]]
6699name = "futures-concurrency"
6700version = "7.7.1"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6703dependencies = [
6704 "fixedbitset 0.5.7",
6705 "futures-core",
6706 "futures-lite 2.6.1",
6707 "pin-project",
6708 "smallvec",
6709]
6710
6711[[package]]
6712name = "futures-core"
6713version = "0.3.31"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6716
6717[[package]]
6718name = "futures-executor"
6719version = "0.3.31"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6722dependencies = [
6723 "futures-core",
6724 "futures-task",
6725 "futures-util",
6726]
6727
6728[[package]]
6729name = "futures-intrusive"
6730version = "0.5.0"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6733dependencies = [
6734 "futures-core",
6735 "lock_api",
6736 "parking_lot",
6737]
6738
6739[[package]]
6740name = "futures-io"
6741version = "0.3.31"
6742source = "registry+https://github.com/rust-lang/crates.io-index"
6743checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6744
6745[[package]]
6746name = "futures-lite"
6747version = "1.13.0"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6750dependencies = [
6751 "fastrand 1.9.0",
6752 "futures-core",
6753 "futures-io",
6754 "memchr",
6755 "parking",
6756 "pin-project-lite",
6757 "waker-fn",
6758]
6759
6760[[package]]
6761name = "futures-lite"
6762version = "2.6.1"
6763source = "registry+https://github.com/rust-lang/crates.io-index"
6764checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6765dependencies = [
6766 "fastrand 2.3.0",
6767 "futures-core",
6768 "futures-io",
6769 "parking",
6770 "pin-project-lite",
6771]
6772
6773[[package]]
6774name = "futures-macro"
6775version = "0.3.31"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6778dependencies = [
6779 "proc-macro2",
6780 "quote",
6781 "syn 2.0.117",
6782]
6783
6784[[package]]
6785name = "futures-sink"
6786version = "0.3.31"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6789
6790[[package]]
6791name = "futures-task"
6792version = "0.3.31"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6795
6796[[package]]
6797name = "futures-util"
6798version = "0.3.31"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6801dependencies = [
6802 "futures 0.1.31",
6803 "futures-channel",
6804 "futures-core",
6805 "futures-io",
6806 "futures-macro",
6807 "futures-sink",
6808 "futures-task",
6809 "memchr",
6810 "pin-project-lite",
6811 "pin-utils",
6812 "slab",
6813 "tokio-io",
6814]
6815
6816[[package]]
6817name = "fuzzy"
6818version = "0.1.0"
6819dependencies = [
6820 "gpui",
6821 "log",
6822 "util",
6823]
6824
6825[[package]]
6826name = "fuzzy-matcher"
6827version = "0.3.7"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6830dependencies = [
6831 "thread_local",
6832]
6833
6834[[package]]
6835name = "gaoya"
6836version = "0.2.0"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6839dependencies = [
6840 "ahash 0.8.12",
6841 "crossbeam-utils",
6842 "fnv",
6843 "itertools 0.10.5",
6844 "num-traits",
6845 "rand 0.8.5",
6846 "rand_pcg",
6847 "random_choice",
6848 "rayon",
6849 "seahash",
6850 "sha-1",
6851 "shingles",
6852 "siphasher 0.3.11",
6853 "smallvec",
6854 "triomphe",
6855]
6856
6857[[package]]
6858name = "gemm"
6859version = "0.17.1"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6862dependencies = [
6863 "dyn-stack 0.10.0",
6864 "gemm-c32 0.17.1",
6865 "gemm-c64 0.17.1",
6866 "gemm-common 0.17.1",
6867 "gemm-f16 0.17.1",
6868 "gemm-f32 0.17.1",
6869 "gemm-f64 0.17.1",
6870 "num-complex",
6871 "num-traits",
6872 "paste",
6873 "raw-cpuid 10.7.0",
6874 "seq-macro",
6875]
6876
6877[[package]]
6878name = "gemm"
6879version = "0.18.2"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6882dependencies = [
6883 "dyn-stack 0.13.2",
6884 "gemm-c32 0.18.2",
6885 "gemm-c64 0.18.2",
6886 "gemm-common 0.18.2",
6887 "gemm-f16 0.18.2",
6888 "gemm-f32 0.18.2",
6889 "gemm-f64 0.18.2",
6890 "num-complex",
6891 "num-traits",
6892 "paste",
6893 "raw-cpuid 11.6.0",
6894 "seq-macro",
6895]
6896
6897[[package]]
6898name = "gemm-c32"
6899version = "0.17.1"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6902dependencies = [
6903 "dyn-stack 0.10.0",
6904 "gemm-common 0.17.1",
6905 "num-complex",
6906 "num-traits",
6907 "paste",
6908 "raw-cpuid 10.7.0",
6909 "seq-macro",
6910]
6911
6912[[package]]
6913name = "gemm-c32"
6914version = "0.18.2"
6915source = "registry+https://github.com/rust-lang/crates.io-index"
6916checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6917dependencies = [
6918 "dyn-stack 0.13.2",
6919 "gemm-common 0.18.2",
6920 "num-complex",
6921 "num-traits",
6922 "paste",
6923 "raw-cpuid 11.6.0",
6924 "seq-macro",
6925]
6926
6927[[package]]
6928name = "gemm-c64"
6929version = "0.17.1"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6932dependencies = [
6933 "dyn-stack 0.10.0",
6934 "gemm-common 0.17.1",
6935 "num-complex",
6936 "num-traits",
6937 "paste",
6938 "raw-cpuid 10.7.0",
6939 "seq-macro",
6940]
6941
6942[[package]]
6943name = "gemm-c64"
6944version = "0.18.2"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6947dependencies = [
6948 "dyn-stack 0.13.2",
6949 "gemm-common 0.18.2",
6950 "num-complex",
6951 "num-traits",
6952 "paste",
6953 "raw-cpuid 11.6.0",
6954 "seq-macro",
6955]
6956
6957[[package]]
6958name = "gemm-common"
6959version = "0.17.1"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6962dependencies = [
6963 "bytemuck",
6964 "dyn-stack 0.10.0",
6965 "half",
6966 "num-complex",
6967 "num-traits",
6968 "once_cell",
6969 "paste",
6970 "pulp 0.18.22",
6971 "raw-cpuid 10.7.0",
6972 "rayon",
6973 "seq-macro",
6974 "sysctl 0.5.5",
6975]
6976
6977[[package]]
6978name = "gemm-common"
6979version = "0.18.2"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6982dependencies = [
6983 "bytemuck",
6984 "dyn-stack 0.13.2",
6985 "half",
6986 "libm",
6987 "num-complex",
6988 "num-traits",
6989 "once_cell",
6990 "paste",
6991 "pulp 0.21.5",
6992 "raw-cpuid 11.6.0",
6993 "rayon",
6994 "seq-macro",
6995 "sysctl 0.6.0",
6996]
6997
6998[[package]]
6999name = "gemm-f16"
7000version = "0.17.1"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7003dependencies = [
7004 "dyn-stack 0.10.0",
7005 "gemm-common 0.17.1",
7006 "gemm-f32 0.17.1",
7007 "half",
7008 "num-complex",
7009 "num-traits",
7010 "paste",
7011 "raw-cpuid 10.7.0",
7012 "rayon",
7013 "seq-macro",
7014]
7015
7016[[package]]
7017name = "gemm-f16"
7018version = "0.18.2"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7021dependencies = [
7022 "dyn-stack 0.13.2",
7023 "gemm-common 0.18.2",
7024 "gemm-f32 0.18.2",
7025 "half",
7026 "num-complex",
7027 "num-traits",
7028 "paste",
7029 "raw-cpuid 11.6.0",
7030 "rayon",
7031 "seq-macro",
7032]
7033
7034[[package]]
7035name = "gemm-f32"
7036version = "0.17.1"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7039dependencies = [
7040 "dyn-stack 0.10.0",
7041 "gemm-common 0.17.1",
7042 "num-complex",
7043 "num-traits",
7044 "paste",
7045 "raw-cpuid 10.7.0",
7046 "seq-macro",
7047]
7048
7049[[package]]
7050name = "gemm-f32"
7051version = "0.18.2"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7054dependencies = [
7055 "dyn-stack 0.13.2",
7056 "gemm-common 0.18.2",
7057 "num-complex",
7058 "num-traits",
7059 "paste",
7060 "raw-cpuid 11.6.0",
7061 "seq-macro",
7062]
7063
7064[[package]]
7065name = "gemm-f64"
7066version = "0.17.1"
7067source = "registry+https://github.com/rust-lang/crates.io-index"
7068checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7069dependencies = [
7070 "dyn-stack 0.10.0",
7071 "gemm-common 0.17.1",
7072 "num-complex",
7073 "num-traits",
7074 "paste",
7075 "raw-cpuid 10.7.0",
7076 "seq-macro",
7077]
7078
7079[[package]]
7080name = "gemm-f64"
7081version = "0.18.2"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7084dependencies = [
7085 "dyn-stack 0.13.2",
7086 "gemm-common 0.18.2",
7087 "num-complex",
7088 "num-traits",
7089 "paste",
7090 "raw-cpuid 11.6.0",
7091 "seq-macro",
7092]
7093
7094[[package]]
7095name = "generator"
7096version = "0.8.7"
7097source = "registry+https://github.com/rust-lang/crates.io-index"
7098checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7099dependencies = [
7100 "cc",
7101 "cfg-if",
7102 "libc",
7103 "log",
7104 "rustversion",
7105 "windows 0.61.3",
7106]
7107
7108[[package]]
7109name = "generic-array"
7110version = "0.14.7"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7113dependencies = [
7114 "typenum",
7115 "version_check",
7116]
7117
7118[[package]]
7119name = "gethostname"
7120version = "1.1.0"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7123dependencies = [
7124 "rustix 1.1.2",
7125 "windows-link 0.2.1",
7126]
7127
7128[[package]]
7129name = "getrandom"
7130version = "0.2.16"
7131source = "registry+https://github.com/rust-lang/crates.io-index"
7132checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7133dependencies = [
7134 "cfg-if",
7135 "js-sys",
7136 "libc",
7137 "wasi",
7138 "wasm-bindgen",
7139]
7140
7141[[package]]
7142name = "getrandom"
7143version = "0.3.4"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7146dependencies = [
7147 "cfg-if",
7148 "js-sys",
7149 "libc",
7150 "r-efi",
7151 "wasip2",
7152 "wasm-bindgen",
7153]
7154
7155[[package]]
7156name = "getrandom"
7157version = "0.4.1"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7160dependencies = [
7161 "cfg-if",
7162 "libc",
7163 "r-efi",
7164 "wasip2",
7165 "wasip3",
7166]
7167
7168[[package]]
7169name = "gh-workflow"
7170version = "0.8.0"
7171source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7172dependencies = [
7173 "async-trait",
7174 "derive_more",
7175 "derive_setters",
7176 "gh-workflow-macros",
7177 "indexmap",
7178 "merge",
7179 "serde",
7180 "serde_json",
7181 "serde_yaml",
7182 "strum_macros 0.27.2",
7183]
7184
7185[[package]]
7186name = "gh-workflow-macros"
7187version = "0.8.0"
7188source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7189dependencies = [
7190 "heck 0.5.0",
7191 "quote",
7192 "syn 2.0.117",
7193]
7194
7195[[package]]
7196name = "gif"
7197version = "0.13.3"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7200dependencies = [
7201 "color_quant",
7202 "weezl",
7203]
7204
7205[[package]]
7206name = "gimli"
7207version = "0.31.1"
7208source = "registry+https://github.com/rust-lang/crates.io-index"
7209checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7210dependencies = [
7211 "fallible-iterator",
7212 "indexmap",
7213 "stable_deref_trait",
7214]
7215
7216[[package]]
7217name = "gimli"
7218version = "0.32.3"
7219source = "registry+https://github.com/rust-lang/crates.io-index"
7220checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7221
7222[[package]]
7223name = "gio-sys"
7224version = "0.21.5"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7227dependencies = [
7228 "glib-sys",
7229 "gobject-sys",
7230 "libc",
7231 "system-deps 7.0.7",
7232 "windows-sys 0.61.2",
7233]
7234
7235[[package]]
7236name = "git"
7237version = "0.1.0"
7238dependencies = [
7239 "anyhow",
7240 "askpass",
7241 "async-trait",
7242 "collections",
7243 "derive_more",
7244 "futures 0.3.31",
7245 "git2",
7246 "gpui",
7247 "http_client",
7248 "itertools 0.14.0",
7249 "log",
7250 "parking_lot",
7251 "pretty_assertions",
7252 "rand 0.9.2",
7253 "regex",
7254 "rope",
7255 "schemars",
7256 "serde",
7257 "serde_json",
7258 "smallvec",
7259 "smol",
7260 "sum_tree",
7261 "tempfile",
7262 "text",
7263 "thiserror 2.0.17",
7264 "time",
7265 "url",
7266 "urlencoding",
7267 "util",
7268 "uuid",
7269 "ztracing",
7270]
7271
7272[[package]]
7273name = "git2"
7274version = "0.20.4"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7277dependencies = [
7278 "bitflags 2.10.0",
7279 "libc",
7280 "libgit2-sys",
7281 "log",
7282 "url",
7283]
7284
7285[[package]]
7286name = "git_graph"
7287version = "0.1.0"
7288dependencies = [
7289 "anyhow",
7290 "collections",
7291 "db",
7292 "feature_flags",
7293 "fs",
7294 "git",
7295 "git_ui",
7296 "gpui",
7297 "language",
7298 "menu",
7299 "project",
7300 "rand 0.9.2",
7301 "serde_json",
7302 "settings",
7303 "smallvec",
7304 "theme",
7305 "time",
7306 "ui",
7307 "workspace",
7308]
7309
7310[[package]]
7311name = "git_hosting_providers"
7312version = "0.1.0"
7313dependencies = [
7314 "anyhow",
7315 "async-trait",
7316 "futures 0.3.31",
7317 "git",
7318 "gpui",
7319 "http_client",
7320 "indoc",
7321 "itertools 0.14.0",
7322 "pretty_assertions",
7323 "regex",
7324 "serde",
7325 "serde_json",
7326 "settings",
7327 "url",
7328 "urlencoding",
7329 "util",
7330]
7331
7332[[package]]
7333name = "git_ui"
7334version = "0.1.0"
7335dependencies = [
7336 "agent_settings",
7337 "anyhow",
7338 "askpass",
7339 "buffer_diff",
7340 "call",
7341 "collections",
7342 "component",
7343 "ctor",
7344 "db",
7345 "editor",
7346 "feature_flags",
7347 "file_icons",
7348 "futures 0.3.31",
7349 "fuzzy",
7350 "git",
7351 "gpui",
7352 "indoc",
7353 "itertools 0.14.0",
7354 "language",
7355 "language_model",
7356 "linkify",
7357 "log",
7358 "markdown",
7359 "menu",
7360 "multi_buffer",
7361 "notifications",
7362 "panel",
7363 "picker",
7364 "pretty_assertions",
7365 "project",
7366 "prompt_store",
7367 "proto",
7368 "rand 0.9.2",
7369 "remote",
7370 "remote_connection",
7371 "schemars",
7372 "serde",
7373 "serde_json",
7374 "settings",
7375 "smallvec",
7376 "smol",
7377 "strum 0.27.2",
7378 "telemetry",
7379 "theme",
7380 "time",
7381 "time_format",
7382 "tracing",
7383 "ui",
7384 "ui_input",
7385 "unindent",
7386 "util",
7387 "watch",
7388 "windows 0.61.3",
7389 "workspace",
7390 "zed_actions",
7391 "zeroize",
7392 "zlog",
7393 "ztracing",
7394]
7395
7396[[package]]
7397name = "gl_generator"
7398version = "0.14.0"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7401dependencies = [
7402 "khronos_api",
7403 "log",
7404 "xml-rs",
7405]
7406
7407[[package]]
7408name = "glib"
7409version = "0.21.5"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7412dependencies = [
7413 "bitflags 2.10.0",
7414 "futures-channel",
7415 "futures-core",
7416 "futures-executor",
7417 "futures-task",
7418 "futures-util",
7419 "gio-sys",
7420 "glib-macros",
7421 "glib-sys",
7422 "gobject-sys",
7423 "libc",
7424 "memchr",
7425 "smallvec",
7426]
7427
7428[[package]]
7429name = "glib-macros"
7430version = "0.21.5"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7433dependencies = [
7434 "heck 0.5.0",
7435 "proc-macro-crate",
7436 "proc-macro2",
7437 "quote",
7438 "syn 2.0.117",
7439]
7440
7441[[package]]
7442name = "glib-sys"
7443version = "0.21.5"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7446dependencies = [
7447 "libc",
7448 "system-deps 7.0.7",
7449]
7450
7451[[package]]
7452name = "glob"
7453version = "0.3.3"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7456
7457[[package]]
7458name = "globset"
7459version = "0.4.17"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7462dependencies = [
7463 "aho-corasick",
7464 "bstr",
7465 "log",
7466 "regex-automata",
7467 "regex-syntax",
7468]
7469
7470[[package]]
7471name = "gloo-timers"
7472version = "0.3.0"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7475dependencies = [
7476 "futures-channel",
7477 "futures-core",
7478 "js-sys",
7479 "wasm-bindgen",
7480]
7481
7482[[package]]
7483name = "glow"
7484version = "0.17.0"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7487dependencies = [
7488 "js-sys",
7489 "slotmap",
7490 "wasm-bindgen",
7491 "web-sys",
7492]
7493
7494[[package]]
7495name = "glutin_wgl_sys"
7496version = "0.6.1"
7497source = "registry+https://github.com/rust-lang/crates.io-index"
7498checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7499dependencies = [
7500 "gl_generator",
7501]
7502
7503[[package]]
7504name = "go_to_line"
7505version = "0.1.0"
7506dependencies = [
7507 "editor",
7508 "gpui",
7509 "indoc",
7510 "language",
7511 "menu",
7512 "multi_buffer",
7513 "project",
7514 "rope",
7515 "serde",
7516 "serde_json",
7517 "settings",
7518 "text",
7519 "theme",
7520 "ui",
7521 "util",
7522 "workspace",
7523]
7524
7525[[package]]
7526name = "gobject-sys"
7527version = "0.21.5"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7530dependencies = [
7531 "glib-sys",
7532 "libc",
7533 "system-deps 7.0.7",
7534]
7535
7536[[package]]
7537name = "goblin"
7538version = "0.9.3"
7539source = "registry+https://github.com/rust-lang/crates.io-index"
7540checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7541dependencies = [
7542 "log",
7543 "plain",
7544 "scroll",
7545]
7546
7547[[package]]
7548name = "google_ai"
7549version = "0.1.0"
7550dependencies = [
7551 "anyhow",
7552 "futures 0.3.31",
7553 "http_client",
7554 "schemars",
7555 "serde",
7556 "serde_json",
7557 "settings",
7558 "strum 0.27.2",
7559]
7560
7561[[package]]
7562name = "gpu-allocator"
7563version = "0.28.0"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7566dependencies = [
7567 "ash",
7568 "hashbrown 0.16.1",
7569 "log",
7570 "presser",
7571 "thiserror 2.0.17",
7572 "windows 0.62.2",
7573]
7574
7575[[package]]
7576name = "gpu-descriptor"
7577version = "0.3.2"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7580dependencies = [
7581 "bitflags 2.10.0",
7582 "gpu-descriptor-types",
7583 "hashbrown 0.15.5",
7584]
7585
7586[[package]]
7587name = "gpu-descriptor-types"
7588version = "0.2.0"
7589source = "registry+https://github.com/rust-lang/crates.io-index"
7590checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7591dependencies = [
7592 "bitflags 2.10.0",
7593]
7594
7595[[package]]
7596name = "gpui"
7597version = "0.2.2"
7598dependencies = [
7599 "anyhow",
7600 "async-channel 2.5.0",
7601 "async-task",
7602 "backtrace",
7603 "bindgen 0.71.1",
7604 "bitflags 2.10.0",
7605 "block",
7606 "cbindgen",
7607 "chrono",
7608 "circular-buffer",
7609 "cocoa 0.26.0",
7610 "cocoa-foundation 0.2.0",
7611 "collections",
7612 "core-foundation 0.10.0",
7613 "core-foundation-sys",
7614 "core-graphics 0.24.0",
7615 "core-text",
7616 "core-video",
7617 "ctor",
7618 "derive_more",
7619 "embed-resource",
7620 "env_logger 0.11.8",
7621 "etagere",
7622 "foreign-types 0.5.0",
7623 "futures 0.3.31",
7624 "futures-concurrency",
7625 "getrandom 0.3.4",
7626 "gpui_macros",
7627 "gpui_platform",
7628 "gpui_util",
7629 "gpui_web",
7630 "http_client",
7631 "image",
7632 "inventory",
7633 "itertools 0.14.0",
7634 "log",
7635 "lyon",
7636 "mach2 0.5.0",
7637 "media",
7638 "metal",
7639 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7640 "num_cpus",
7641 "objc",
7642 "objc2",
7643 "objc2-metal",
7644 "parking",
7645 "parking_lot",
7646 "pathfinder_geometry",
7647 "pin-project",
7648 "pollster 0.4.0",
7649 "postage",
7650 "profiling",
7651 "proptest",
7652 "rand 0.9.2",
7653 "raw-window-handle",
7654 "refineable",
7655 "regex",
7656 "reqwest_client",
7657 "resvg",
7658 "scheduler",
7659 "schemars",
7660 "seahash",
7661 "serde",
7662 "serde_json",
7663 "slotmap",
7664 "smallvec",
7665 "spin 0.10.0",
7666 "stacksafe",
7667 "strum 0.27.2",
7668 "sum_tree",
7669 "taffy",
7670 "thiserror 2.0.17",
7671 "ttf-parser 0.25.1",
7672 "unicode-segmentation",
7673 "url",
7674 "usvg",
7675 "util_macros",
7676 "uuid",
7677 "waker-fn",
7678 "wasm-bindgen",
7679 "web-time",
7680 "windows 0.61.3",
7681 "zed-font-kit",
7682 "zed-scap",
7683]
7684
7685[[package]]
7686name = "gpui_linux"
7687version = "0.1.0"
7688dependencies = [
7689 "anyhow",
7690 "as-raw-xcb-connection",
7691 "ashpd",
7692 "bitflags 2.10.0",
7693 "bytemuck",
7694 "calloop",
7695 "calloop-wayland-source",
7696 "collections",
7697 "filedescriptor",
7698 "futures 0.3.31",
7699 "gpui",
7700 "gpui_wgpu",
7701 "http_client",
7702 "itertools 0.14.0",
7703 "libc",
7704 "log",
7705 "oo7",
7706 "open",
7707 "parking_lot",
7708 "pathfinder_geometry",
7709 "pollster 0.4.0",
7710 "profiling",
7711 "raw-window-handle",
7712 "smallvec",
7713 "smol",
7714 "strum 0.27.2",
7715 "swash",
7716 "url",
7717 "util",
7718 "uuid",
7719 "wayland-backend",
7720 "wayland-client",
7721 "wayland-cursor",
7722 "wayland-protocols",
7723 "wayland-protocols-plasma",
7724 "wayland-protocols-wlr",
7725 "x11-clipboard",
7726 "x11rb",
7727 "xkbcommon",
7728 "zed-scap",
7729 "zed-xim",
7730]
7731
7732[[package]]
7733name = "gpui_macos"
7734version = "0.1.0"
7735dependencies = [
7736 "anyhow",
7737 "async-task",
7738 "block",
7739 "cbindgen",
7740 "cocoa 0.26.0",
7741 "collections",
7742 "core-foundation 0.10.0",
7743 "core-foundation-sys",
7744 "core-graphics 0.24.0",
7745 "core-text",
7746 "core-video",
7747 "ctor",
7748 "derive_more",
7749 "dispatch2",
7750 "etagere",
7751 "foreign-types 0.5.0",
7752 "futures 0.3.31",
7753 "gpui",
7754 "image",
7755 "itertools 0.14.0",
7756 "libc",
7757 "log",
7758 "mach2 0.5.0",
7759 "media",
7760 "metal",
7761 "objc",
7762 "parking_lot",
7763 "pathfinder_geometry",
7764 "raw-window-handle",
7765 "semver",
7766 "smallvec",
7767 "strum 0.27.2",
7768 "util",
7769 "uuid",
7770 "zed-font-kit",
7771]
7772
7773[[package]]
7774name = "gpui_macros"
7775version = "0.1.0"
7776dependencies = [
7777 "gpui",
7778 "heck 0.5.0",
7779 "proc-macro2",
7780 "quote",
7781 "syn 2.0.117",
7782]
7783
7784[[package]]
7785name = "gpui_platform"
7786version = "0.1.0"
7787dependencies = [
7788 "console_error_panic_hook",
7789 "gpui",
7790 "gpui_linux",
7791 "gpui_macos",
7792 "gpui_web",
7793 "gpui_windows",
7794]
7795
7796[[package]]
7797name = "gpui_tokio"
7798version = "0.1.0"
7799dependencies = [
7800 "anyhow",
7801 "gpui",
7802 "tokio",
7803 "util",
7804]
7805
7806[[package]]
7807name = "gpui_util"
7808version = "0.1.0"
7809dependencies = [
7810 "anyhow",
7811 "log",
7812]
7813
7814[[package]]
7815name = "gpui_web"
7816version = "0.1.0"
7817dependencies = [
7818 "anyhow",
7819 "console_error_panic_hook",
7820 "futures 0.3.31",
7821 "gpui",
7822 "gpui_wgpu",
7823 "http_client",
7824 "js-sys",
7825 "log",
7826 "parking_lot",
7827 "raw-window-handle",
7828 "smallvec",
7829 "uuid",
7830 "wasm-bindgen",
7831 "wasm-bindgen-futures",
7832 "wasm_thread",
7833 "web-sys",
7834 "web-time",
7835]
7836
7837[[package]]
7838name = "gpui_wgpu"
7839version = "0.1.0"
7840dependencies = [
7841 "anyhow",
7842 "bytemuck",
7843 "collections",
7844 "cosmic-text",
7845 "etagere",
7846 "gpui",
7847 "gpui_util",
7848 "itertools 0.14.0",
7849 "js-sys",
7850 "log",
7851 "parking_lot",
7852 "pollster 0.4.0",
7853 "profiling",
7854 "raw-window-handle",
7855 "smallvec",
7856 "swash",
7857 "wasm-bindgen",
7858 "wasm-bindgen-futures",
7859 "web-sys",
7860 "wgpu",
7861 "zed-font-kit",
7862]
7863
7864[[package]]
7865name = "gpui_windows"
7866version = "0.1.0"
7867dependencies = [
7868 "anyhow",
7869 "collections",
7870 "etagere",
7871 "futures 0.3.31",
7872 "gpui",
7873 "image",
7874 "itertools 0.14.0",
7875 "log",
7876 "parking_lot",
7877 "rand 0.9.2",
7878 "raw-window-handle",
7879 "smallvec",
7880 "util",
7881 "uuid",
7882 "windows 0.61.3",
7883 "windows-core 0.61.2",
7884 "windows-numerics 0.2.0",
7885 "windows-registry 0.5.3",
7886 "zed-scap",
7887]
7888
7889[[package]]
7890name = "grammars"
7891version = "0.1.0"
7892dependencies = [
7893 "anyhow",
7894 "language_core",
7895 "rust-embed",
7896 "toml 0.8.23",
7897 "tree-sitter",
7898 "tree-sitter-bash",
7899 "tree-sitter-c",
7900 "tree-sitter-cpp",
7901 "tree-sitter-css",
7902 "tree-sitter-diff",
7903 "tree-sitter-gitcommit",
7904 "tree-sitter-go",
7905 "tree-sitter-gomod",
7906 "tree-sitter-gowork",
7907 "tree-sitter-jsdoc",
7908 "tree-sitter-json",
7909 "tree-sitter-md",
7910 "tree-sitter-python",
7911 "tree-sitter-regex",
7912 "tree-sitter-rust",
7913 "tree-sitter-typescript",
7914 "tree-sitter-yaml",
7915 "util",
7916]
7917
7918[[package]]
7919name = "grid"
7920version = "0.18.0"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7923
7924[[package]]
7925name = "group"
7926version = "0.12.1"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7929dependencies = [
7930 "ff",
7931 "rand_core 0.6.4",
7932 "subtle",
7933]
7934
7935[[package]]
7936name = "h2"
7937version = "0.3.27"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7940dependencies = [
7941 "bytes 1.11.1",
7942 "fnv",
7943 "futures-core",
7944 "futures-sink",
7945 "futures-util",
7946 "http 0.2.12",
7947 "indexmap",
7948 "slab",
7949 "tokio",
7950 "tokio-util",
7951 "tracing",
7952]
7953
7954[[package]]
7955name = "h2"
7956version = "0.4.12"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7959dependencies = [
7960 "atomic-waker",
7961 "bytes 1.11.1",
7962 "fnv",
7963 "futures-core",
7964 "futures-sink",
7965 "http 1.3.1",
7966 "indexmap",
7967 "slab",
7968 "tokio",
7969 "tokio-util",
7970 "tracing",
7971]
7972
7973[[package]]
7974name = "half"
7975version = "2.7.1"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7978dependencies = [
7979 "bytemuck",
7980 "cfg-if",
7981 "crunchy",
7982 "num-traits",
7983 "rand 0.9.2",
7984 "rand_distr",
7985 "zerocopy",
7986]
7987
7988[[package]]
7989name = "handlebars"
7990version = "4.5.0"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7993dependencies = [
7994 "log",
7995 "pest",
7996 "pest_derive",
7997 "rust-embed",
7998 "serde",
7999 "serde_json",
8000 "thiserror 1.0.69",
8001]
8002
8003[[package]]
8004name = "handlebars"
8005version = "5.1.2"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8008dependencies = [
8009 "log",
8010 "pest",
8011 "pest_derive",
8012 "serde",
8013 "serde_json",
8014 "thiserror 1.0.69",
8015]
8016
8017[[package]]
8018name = "harfrust"
8019version = "0.5.0"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8022dependencies = [
8023 "bitflags 2.10.0",
8024 "bytemuck",
8025 "core_maths",
8026 "read-fonts 0.37.0",
8027 "smallvec",
8028]
8029
8030[[package]]
8031name = "hash32"
8032version = "0.3.1"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8035dependencies = [
8036 "byteorder",
8037]
8038
8039[[package]]
8040name = "hashbrown"
8041version = "0.12.3"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8044dependencies = [
8045 "ahash 0.7.8",
8046]
8047
8048[[package]]
8049name = "hashbrown"
8050version = "0.14.5"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8053dependencies = [
8054 "ahash 0.8.12",
8055 "allocator-api2",
8056]
8057
8058[[package]]
8059name = "hashbrown"
8060version = "0.15.5"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8063dependencies = [
8064 "allocator-api2",
8065 "equivalent",
8066 "foldhash 0.1.5",
8067 "serde",
8068]
8069
8070[[package]]
8071name = "hashbrown"
8072version = "0.16.1"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8075dependencies = [
8076 "allocator-api2",
8077 "equivalent",
8078 "foldhash 0.2.0",
8079]
8080
8081[[package]]
8082name = "hashlink"
8083version = "0.8.4"
8084source = "registry+https://github.com/rust-lang/crates.io-index"
8085checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8086dependencies = [
8087 "hashbrown 0.14.5",
8088]
8089
8090[[package]]
8091name = "hashlink"
8092version = "0.10.0"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8095dependencies = [
8096 "hashbrown 0.15.5",
8097]
8098
8099[[package]]
8100name = "headers"
8101version = "0.3.9"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8104dependencies = [
8105 "base64 0.21.7",
8106 "bytes 1.11.1",
8107 "headers-core",
8108 "http 0.2.12",
8109 "httpdate",
8110 "mime",
8111 "sha1",
8112]
8113
8114[[package]]
8115name = "headers-core"
8116version = "0.2.0"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8119dependencies = [
8120 "http 0.2.12",
8121]
8122
8123[[package]]
8124name = "heapless"
8125version = "0.9.2"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8128dependencies = [
8129 "hash32",
8130 "stable_deref_trait",
8131]
8132
8133[[package]]
8134name = "heck"
8135version = "0.3.3"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8138dependencies = [
8139 "unicode-segmentation",
8140]
8141
8142[[package]]
8143name = "heck"
8144version = "0.4.1"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8147dependencies = [
8148 "unicode-segmentation",
8149]
8150
8151[[package]]
8152name = "heck"
8153version = "0.5.0"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8156
8157[[package]]
8158name = "heed"
8159version = "0.21.0"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8162dependencies = [
8163 "bitflags 2.10.0",
8164 "byteorder",
8165 "heed-traits",
8166 "heed-types",
8167 "libc",
8168 "lmdb-master-sys",
8169 "once_cell",
8170 "page_size",
8171 "serde",
8172 "synchronoise",
8173 "url",
8174]
8175
8176[[package]]
8177name = "heed-traits"
8178version = "0.20.0"
8179source = "registry+https://github.com/rust-lang/crates.io-index"
8180checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8181
8182[[package]]
8183name = "heed-types"
8184version = "0.21.0"
8185source = "registry+https://github.com/rust-lang/crates.io-index"
8186checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8187dependencies = [
8188 "bincode",
8189 "byteorder",
8190 "heed-traits",
8191 "serde",
8192 "serde_json",
8193]
8194
8195[[package]]
8196name = "hermit-abi"
8197version = "0.5.2"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8200
8201[[package]]
8202name = "hex"
8203version = "0.4.3"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8206
8207[[package]]
8208name = "hexf-parse"
8209version = "0.2.1"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8212
8213[[package]]
8214name = "hkdf"
8215version = "0.12.4"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8218dependencies = [
8219 "hmac",
8220]
8221
8222[[package]]
8223name = "hmac"
8224version = "0.12.1"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8227dependencies = [
8228 "digest",
8229]
8230
8231[[package]]
8232name = "home"
8233version = "0.5.11"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8236dependencies = [
8237 "windows-sys 0.59.0",
8238]
8239
8240[[package]]
8241name = "hound"
8242version = "3.5.1"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8245
8246[[package]]
8247name = "html5ever"
8248version = "0.27.0"
8249source = "registry+https://github.com/rust-lang/crates.io-index"
8250checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8251dependencies = [
8252 "log",
8253 "mac",
8254 "markup5ever 0.12.1",
8255 "proc-macro2",
8256 "quote",
8257 "syn 2.0.117",
8258]
8259
8260[[package]]
8261name = "html5ever"
8262version = "0.35.0"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8265dependencies = [
8266 "log",
8267 "markup5ever 0.35.0",
8268 "match_token",
8269]
8270
8271[[package]]
8272name = "html_to_markdown"
8273version = "0.1.0"
8274dependencies = [
8275 "anyhow",
8276 "html5ever 0.27.0",
8277 "indoc",
8278 "markup5ever_rcdom",
8279 "pretty_assertions",
8280 "regex",
8281]
8282
8283[[package]]
8284name = "http"
8285version = "0.2.12"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8288dependencies = [
8289 "bytes 1.11.1",
8290 "fnv",
8291 "itoa",
8292]
8293
8294[[package]]
8295name = "http"
8296version = "1.3.1"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8299dependencies = [
8300 "bytes 1.11.1",
8301 "fnv",
8302 "itoa",
8303]
8304
8305[[package]]
8306name = "http-body"
8307version = "0.4.6"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8310dependencies = [
8311 "bytes 1.11.1",
8312 "http 0.2.12",
8313 "pin-project-lite",
8314]
8315
8316[[package]]
8317name = "http-body"
8318version = "1.0.1"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8321dependencies = [
8322 "bytes 1.11.1",
8323 "http 1.3.1",
8324]
8325
8326[[package]]
8327name = "http-body-util"
8328version = "0.1.3"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8331dependencies = [
8332 "bytes 1.11.1",
8333 "futures-core",
8334 "http 1.3.1",
8335 "http-body 1.0.1",
8336 "pin-project-lite",
8337]
8338
8339[[package]]
8340name = "http-range-header"
8341version = "0.3.1"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8344
8345[[package]]
8346name = "http_client"
8347version = "0.1.0"
8348dependencies = [
8349 "anyhow",
8350 "async-compression",
8351 "async-fs",
8352 "async-tar",
8353 "bytes 1.11.1",
8354 "derive_more",
8355 "futures 0.3.31",
8356 "http 1.3.1",
8357 "http-body 1.0.1",
8358 "log",
8359 "parking_lot",
8360 "serde",
8361 "serde_json",
8362 "serde_urlencoded",
8363 "sha2",
8364 "tempfile",
8365 "url",
8366 "util",
8367]
8368
8369[[package]]
8370name = "http_client_tls"
8371version = "0.1.0"
8372dependencies = [
8373 "rustls 0.23.33",
8374 "rustls-platform-verifier",
8375]
8376
8377[[package]]
8378name = "httparse"
8379version = "1.10.1"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8382
8383[[package]]
8384name = "httpdate"
8385version = "1.0.3"
8386source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8388
8389[[package]]
8390name = "human_bytes"
8391version = "0.4.3"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8394
8395[[package]]
8396name = "humantime"
8397version = "2.3.0"
8398source = "registry+https://github.com/rust-lang/crates.io-index"
8399checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8400
8401[[package]]
8402name = "hyper"
8403version = "0.14.32"
8404source = "registry+https://github.com/rust-lang/crates.io-index"
8405checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8406dependencies = [
8407 "bytes 1.11.1",
8408 "futures-channel",
8409 "futures-core",
8410 "futures-util",
8411 "h2 0.3.27",
8412 "http 0.2.12",
8413 "http-body 0.4.6",
8414 "httparse",
8415 "httpdate",
8416 "itoa",
8417 "pin-project-lite",
8418 "socket2 0.5.10",
8419 "tokio",
8420 "tower-service",
8421 "tracing",
8422 "want",
8423]
8424
8425[[package]]
8426name = "hyper"
8427version = "1.7.0"
8428source = "registry+https://github.com/rust-lang/crates.io-index"
8429checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8430dependencies = [
8431 "atomic-waker",
8432 "bytes 1.11.1",
8433 "futures-channel",
8434 "futures-core",
8435 "h2 0.4.12",
8436 "http 1.3.1",
8437 "http-body 1.0.1",
8438 "httparse",
8439 "itoa",
8440 "pin-project-lite",
8441 "pin-utils",
8442 "smallvec",
8443 "tokio",
8444 "want",
8445]
8446
8447[[package]]
8448name = "hyper-rustls"
8449version = "0.24.2"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8452dependencies = [
8453 "futures-util",
8454 "http 0.2.12",
8455 "hyper 0.14.32",
8456 "log",
8457 "rustls 0.21.12",
8458 "rustls-native-certs 0.6.3",
8459 "tokio",
8460 "tokio-rustls 0.24.1",
8461]
8462
8463[[package]]
8464name = "hyper-rustls"
8465version = "0.27.7"
8466source = "registry+https://github.com/rust-lang/crates.io-index"
8467checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8468dependencies = [
8469 "http 1.3.1",
8470 "hyper 1.7.0",
8471 "hyper-util",
8472 "rustls 0.23.33",
8473 "rustls-native-certs 0.8.2",
8474 "rustls-pki-types",
8475 "tokio",
8476 "tokio-rustls 0.26.2",
8477 "tower-service",
8478]
8479
8480[[package]]
8481name = "hyper-tls"
8482version = "0.5.0"
8483source = "registry+https://github.com/rust-lang/crates.io-index"
8484checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8485dependencies = [
8486 "bytes 1.11.1",
8487 "hyper 0.14.32",
8488 "native-tls",
8489 "tokio",
8490 "tokio-native-tls",
8491]
8492
8493[[package]]
8494name = "hyper-util"
8495version = "0.1.17"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8498dependencies = [
8499 "base64 0.22.1",
8500 "bytes 1.11.1",
8501 "futures-channel",
8502 "futures-core",
8503 "futures-util",
8504 "http 1.3.1",
8505 "http-body 1.0.1",
8506 "hyper 1.7.0",
8507 "ipnet",
8508 "libc",
8509 "percent-encoding",
8510 "pin-project-lite",
8511 "socket2 0.6.1",
8512 "tokio",
8513 "tower-service",
8514 "tracing",
8515]
8516
8517[[package]]
8518name = "iana-time-zone"
8519version = "0.1.64"
8520source = "registry+https://github.com/rust-lang/crates.io-index"
8521checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8522dependencies = [
8523 "android_system_properties",
8524 "core-foundation-sys",
8525 "iana-time-zone-haiku",
8526 "js-sys",
8527 "log",
8528 "wasm-bindgen",
8529 "windows-core 0.62.2",
8530]
8531
8532[[package]]
8533name = "iana-time-zone-haiku"
8534version = "0.1.2"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8537dependencies = [
8538 "cc",
8539]
8540
8541[[package]]
8542name = "icons"
8543version = "0.1.0"
8544dependencies = [
8545 "serde",
8546 "strum 0.27.2",
8547]
8548
8549[[package]]
8550name = "icu_collections"
8551version = "2.0.0"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8554dependencies = [
8555 "displaydoc",
8556 "potential_utf",
8557 "yoke 0.8.0",
8558 "zerofrom",
8559 "zerovec",
8560]
8561
8562[[package]]
8563name = "icu_locale_core"
8564version = "2.0.0"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8567dependencies = [
8568 "displaydoc",
8569 "litemap",
8570 "tinystr",
8571 "writeable",
8572 "zerovec",
8573]
8574
8575[[package]]
8576name = "icu_normalizer"
8577version = "2.0.0"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8580dependencies = [
8581 "displaydoc",
8582 "icu_collections",
8583 "icu_normalizer_data",
8584 "icu_properties",
8585 "icu_provider",
8586 "smallvec",
8587 "zerovec",
8588]
8589
8590[[package]]
8591name = "icu_normalizer_data"
8592version = "2.0.0"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8595
8596[[package]]
8597name = "icu_properties"
8598version = "2.0.1"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8601dependencies = [
8602 "displaydoc",
8603 "icu_collections",
8604 "icu_locale_core",
8605 "icu_properties_data",
8606 "icu_provider",
8607 "potential_utf",
8608 "zerotrie",
8609 "zerovec",
8610]
8611
8612[[package]]
8613name = "icu_properties_data"
8614version = "2.0.1"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8617
8618[[package]]
8619name = "icu_provider"
8620version = "2.0.0"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8623dependencies = [
8624 "displaydoc",
8625 "icu_locale_core",
8626 "stable_deref_trait",
8627 "tinystr",
8628 "writeable",
8629 "yoke 0.8.0",
8630 "zerofrom",
8631 "zerotrie",
8632 "zerovec",
8633]
8634
8635[[package]]
8636name = "id-arena"
8637version = "2.2.1"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8640
8641[[package]]
8642name = "ident_case"
8643version = "1.0.1"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8646
8647[[package]]
8648name = "idna"
8649version = "1.1.0"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8652dependencies = [
8653 "idna_adapter",
8654 "smallvec",
8655 "utf8_iter",
8656]
8657
8658[[package]]
8659name = "idna_adapter"
8660version = "1.2.1"
8661source = "registry+https://github.com/rust-lang/crates.io-index"
8662checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8663dependencies = [
8664 "icu_normalizer",
8665 "icu_properties",
8666]
8667
8668[[package]]
8669name = "ignore"
8670version = "0.4.24"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8673dependencies = [
8674 "crossbeam-deque",
8675 "globset",
8676 "log",
8677 "memchr",
8678 "regex-automata",
8679 "same-file",
8680 "walkdir",
8681 "winapi-util",
8682]
8683
8684[[package]]
8685name = "image"
8686version = "0.25.8"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8689dependencies = [
8690 "bytemuck",
8691 "byteorder-lite",
8692 "color_quant",
8693 "exr",
8694 "gif",
8695 "image-webp",
8696 "moxcms",
8697 "num-traits",
8698 "png 0.18.0",
8699 "qoi",
8700 "ravif",
8701 "rayon",
8702 "rgb",
8703 "tiff",
8704 "zune-core",
8705 "zune-jpeg",
8706]
8707
8708[[package]]
8709name = "image-webp"
8710version = "0.2.4"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8713dependencies = [
8714 "byteorder-lite",
8715 "quick-error 2.0.1",
8716]
8717
8718[[package]]
8719name = "image_viewer"
8720version = "0.1.0"
8721dependencies = [
8722 "anyhow",
8723 "db",
8724 "editor",
8725 "file_icons",
8726 "gpui",
8727 "language",
8728 "log",
8729 "project",
8730 "serde",
8731 "settings",
8732 "theme",
8733 "ui",
8734 "util",
8735 "workspace",
8736]
8737
8738[[package]]
8739name = "imagesize"
8740version = "0.13.0"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8743
8744[[package]]
8745name = "imara-diff"
8746version = "0.1.8"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8749dependencies = [
8750 "hashbrown 0.15.5",
8751]
8752
8753[[package]]
8754name = "imgref"
8755version = "1.12.0"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8758
8759[[package]]
8760name = "indenter"
8761version = "0.3.4"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8764
8765[[package]]
8766name = "indexmap"
8767version = "2.11.4"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8770dependencies = [
8771 "equivalent",
8772 "hashbrown 0.16.1",
8773 "serde",
8774 "serde_core",
8775]
8776
8777[[package]]
8778name = "indoc"
8779version = "2.0.6"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8782
8783[[package]]
8784name = "inherent"
8785version = "1.0.13"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8788dependencies = [
8789 "proc-macro2",
8790 "quote",
8791 "syn 2.0.117",
8792]
8793
8794[[package]]
8795name = "inotify"
8796version = "0.9.6"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8799dependencies = [
8800 "bitflags 1.3.2",
8801 "inotify-sys",
8802 "libc",
8803]
8804
8805[[package]]
8806name = "inotify"
8807version = "0.11.0"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8810dependencies = [
8811 "bitflags 2.10.0",
8812 "inotify-sys",
8813 "libc",
8814]
8815
8816[[package]]
8817name = "inotify-sys"
8818version = "0.1.5"
8819source = "registry+https://github.com/rust-lang/crates.io-index"
8820checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8821dependencies = [
8822 "libc",
8823]
8824
8825[[package]]
8826name = "inout"
8827version = "0.1.4"
8828source = "registry+https://github.com/rust-lang/crates.io-index"
8829checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8830dependencies = [
8831 "block-padding",
8832 "generic-array",
8833]
8834
8835[[package]]
8836name = "inspector_ui"
8837version = "0.1.0"
8838dependencies = [
8839 "anyhow",
8840 "command_palette_hooks",
8841 "editor",
8842 "fuzzy",
8843 "gpui",
8844 "language",
8845 "project",
8846 "serde_json",
8847 "serde_json_lenient",
8848 "theme",
8849 "ui",
8850 "util",
8851 "util_macros",
8852 "workspace",
8853 "zed_actions",
8854]
8855
8856[[package]]
8857name = "install_cli"
8858version = "0.1.0"
8859dependencies = [
8860 "anyhow",
8861 "client",
8862 "gpui",
8863 "release_channel",
8864 "smol",
8865 "util",
8866 "workspace",
8867]
8868
8869[[package]]
8870name = "instant"
8871version = "0.1.13"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8874dependencies = [
8875 "cfg-if",
8876]
8877
8878[[package]]
8879name = "interpolate_name"
8880version = "0.2.4"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8883dependencies = [
8884 "proc-macro2",
8885 "quote",
8886 "syn 2.0.117",
8887]
8888
8889[[package]]
8890name = "inventory"
8891version = "0.3.21"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8894dependencies = [
8895 "rustversion",
8896]
8897
8898[[package]]
8899name = "io-extras"
8900version = "0.18.4"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8903dependencies = [
8904 "io-lifetimes",
8905 "windows-sys 0.59.0",
8906]
8907
8908[[package]]
8909name = "io-lifetimes"
8910version = "2.0.4"
8911source = "registry+https://github.com/rust-lang/crates.io-index"
8912checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8913
8914[[package]]
8915name = "io-surface"
8916version = "0.16.1"
8917source = "registry+https://github.com/rust-lang/crates.io-index"
8918checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8919dependencies = [
8920 "cgl",
8921 "core-foundation 0.10.0",
8922 "core-foundation-sys",
8923 "leaky-cow",
8924]
8925
8926[[package]]
8927name = "iovec"
8928version = "0.1.4"
8929source = "registry+https://github.com/rust-lang/crates.io-index"
8930checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8931dependencies = [
8932 "libc",
8933]
8934
8935[[package]]
8936name = "ipc-channel"
8937version = "0.19.0"
8938source = "registry+https://github.com/rust-lang/crates.io-index"
8939checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8940dependencies = [
8941 "bincode",
8942 "crossbeam-channel",
8943 "fnv",
8944 "lazy_static",
8945 "libc",
8946 "mio 1.1.0",
8947 "rand 0.8.5",
8948 "serde",
8949 "tempfile",
8950 "uuid",
8951 "windows 0.58.0",
8952]
8953
8954[[package]]
8955name = "ipnet"
8956version = "2.11.0"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8959
8960[[package]]
8961name = "iri-string"
8962version = "0.7.8"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8965dependencies = [
8966 "memchr",
8967 "serde",
8968]
8969
8970[[package]]
8971name = "is-docker"
8972version = "0.2.0"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8975dependencies = [
8976 "once_cell",
8977]
8978
8979[[package]]
8980name = "is-terminal"
8981version = "0.4.16"
8982source = "registry+https://github.com/rust-lang/crates.io-index"
8983checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8984dependencies = [
8985 "hermit-abi",
8986 "libc",
8987 "windows-sys 0.59.0",
8988]
8989
8990[[package]]
8991name = "is-wsl"
8992version = "0.4.0"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8995dependencies = [
8996 "is-docker",
8997 "once_cell",
8998]
8999
9000[[package]]
9001name = "is_executable"
9002version = "1.0.5"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9005dependencies = [
9006 "windows-sys 0.60.2",
9007]
9008
9009[[package]]
9010name = "is_terminal_polyfill"
9011version = "1.70.1"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9014
9015[[package]]
9016name = "itertools"
9017version = "0.10.5"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9020dependencies = [
9021 "either",
9022]
9023
9024[[package]]
9025name = "itertools"
9026version = "0.11.0"
9027source = "registry+https://github.com/rust-lang/crates.io-index"
9028checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9029dependencies = [
9030 "either",
9031]
9032
9033[[package]]
9034name = "itertools"
9035version = "0.12.1"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9038dependencies = [
9039 "either",
9040]
9041
9042[[package]]
9043name = "itertools"
9044version = "0.14.0"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9047dependencies = [
9048 "either",
9049]
9050
9051[[package]]
9052name = "itoa"
9053version = "1.0.15"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9056
9057[[package]]
9058name = "jiff"
9059version = "0.2.15"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9062dependencies = [
9063 "jiff-static",
9064 "log",
9065 "portable-atomic",
9066 "portable-atomic-util",
9067 "serde",
9068]
9069
9070[[package]]
9071name = "jiff-static"
9072version = "0.2.15"
9073source = "registry+https://github.com/rust-lang/crates.io-index"
9074checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9075dependencies = [
9076 "proc-macro2",
9077 "quote",
9078 "syn 2.0.117",
9079]
9080
9081[[package]]
9082name = "jni"
9083version = "0.21.1"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9086dependencies = [
9087 "cesu8",
9088 "cfg-if",
9089 "combine",
9090 "jni-sys",
9091 "log",
9092 "thiserror 1.0.69",
9093 "walkdir",
9094 "windows-sys 0.45.0",
9095]
9096
9097[[package]]
9098name = "jni-sys"
9099version = "0.3.0"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9102
9103[[package]]
9104name = "jobserver"
9105version = "0.1.34"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9108dependencies = [
9109 "getrandom 0.3.4",
9110 "libc",
9111]
9112
9113[[package]]
9114name = "journal"
9115version = "0.1.0"
9116dependencies = [
9117 "anyhow",
9118 "chrono",
9119 "editor",
9120 "gpui",
9121 "log",
9122 "serde",
9123 "settings",
9124 "shellexpand 2.1.2",
9125 "workspace",
9126]
9127
9128[[package]]
9129name = "js-sys"
9130version = "0.3.90"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9133dependencies = [
9134 "once_cell",
9135 "wasm-bindgen",
9136]
9137
9138[[package]]
9139name = "json5"
9140version = "0.4.1"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9143dependencies = [
9144 "pest",
9145 "pest_derive",
9146 "serde",
9147]
9148
9149[[package]]
9150name = "json_dotpath"
9151version = "1.1.0"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9154dependencies = [
9155 "serde",
9156 "serde_derive",
9157 "serde_json",
9158 "thiserror 1.0.69",
9159]
9160
9161[[package]]
9162name = "json_schema_store"
9163version = "0.1.0"
9164dependencies = [
9165 "anyhow",
9166 "collections",
9167 "dap",
9168 "extension",
9169 "gpui",
9170 "language",
9171 "parking_lot",
9172 "paths",
9173 "project",
9174 "schemars",
9175 "serde",
9176 "serde_json",
9177 "settings",
9178 "snippet_provider",
9179 "task",
9180 "theme",
9181 "util",
9182]
9183
9184[[package]]
9185name = "jsonschema"
9186version = "0.37.4"
9187source = "registry+https://github.com/rust-lang/crates.io-index"
9188checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9189dependencies = [
9190 "ahash 0.8.12",
9191 "bytecount",
9192 "data-encoding",
9193 "email_address",
9194 "fancy-regex 0.16.2",
9195 "fraction",
9196 "getrandom 0.3.4",
9197 "idna",
9198 "itoa",
9199 "num-cmp",
9200 "num-traits",
9201 "percent-encoding",
9202 "referencing",
9203 "regex",
9204 "regex-syntax",
9205 "reqwest 0.12.24",
9206 "serde",
9207 "serde_json",
9208 "unicode-general-category",
9209 "uuid-simd",
9210]
9211
9212[[package]]
9213name = "jsonwebtoken"
9214version = "10.3.0"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9217dependencies = [
9218 "aws-lc-rs",
9219 "base64 0.22.1",
9220 "getrandom 0.2.16",
9221 "js-sys",
9222 "pem",
9223 "serde",
9224 "serde_json",
9225 "signature 2.2.0",
9226 "simple_asn1",
9227]
9228
9229[[package]]
9230name = "jupyter-protocol"
9231version = "1.4.0"
9232source = "registry+https://github.com/rust-lang/crates.io-index"
9233checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9234dependencies = [
9235 "async-trait",
9236 "bytes 1.11.1",
9237 "chrono",
9238 "futures 0.3.31",
9239 "serde",
9240 "serde_json",
9241 "thiserror 2.0.17",
9242 "uuid",
9243]
9244
9245[[package]]
9246name = "jupyter-websocket-client"
9247version = "1.0.0"
9248source = "registry+https://github.com/rust-lang/crates.io-index"
9249checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9250dependencies = [
9251 "anyhow",
9252 "async-trait",
9253 "async-tungstenite",
9254 "futures 0.3.31",
9255 "jupyter-protocol",
9256 "serde",
9257 "serde_json",
9258 "tokio",
9259 "url",
9260 "uuid",
9261]
9262
9263[[package]]
9264name = "keymap_editor"
9265version = "0.1.0"
9266dependencies = [
9267 "anyhow",
9268 "collections",
9269 "command_palette",
9270 "component",
9271 "db",
9272 "editor",
9273 "fs",
9274 "fuzzy",
9275 "gpui",
9276 "itertools 0.14.0",
9277 "json_schema_store",
9278 "language",
9279 "log",
9280 "menu",
9281 "notifications",
9282 "paths",
9283 "project",
9284 "search",
9285 "serde",
9286 "serde_json",
9287 "settings",
9288 "telemetry",
9289 "tempfile",
9290 "theme",
9291 "tree-sitter-json",
9292 "tree-sitter-rust",
9293 "ui",
9294 "ui_input",
9295 "util",
9296 "workspace",
9297 "zed_actions",
9298]
9299
9300[[package]]
9301name = "khronos-egl"
9302version = "6.0.0"
9303source = "registry+https://github.com/rust-lang/crates.io-index"
9304checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9305dependencies = [
9306 "libc",
9307 "libloading",
9308 "pkg-config",
9309]
9310
9311[[package]]
9312name = "khronos_api"
9313version = "3.1.0"
9314source = "registry+https://github.com/rust-lang/crates.io-index"
9315checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9316
9317[[package]]
9318name = "kqueue"
9319version = "1.1.1"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9322dependencies = [
9323 "kqueue-sys",
9324 "libc",
9325]
9326
9327[[package]]
9328name = "kqueue-sys"
9329version = "1.0.4"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9332dependencies = [
9333 "bitflags 1.3.2",
9334 "libc",
9335]
9336
9337[[package]]
9338name = "kurbo"
9339version = "0.11.3"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9342dependencies = [
9343 "arrayvec",
9344 "euclid",
9345 "smallvec",
9346]
9347
9348[[package]]
9349name = "kv-log-macro"
9350version = "1.0.7"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9353dependencies = [
9354 "log",
9355]
9356
9357[[package]]
9358name = "language"
9359version = "0.1.0"
9360dependencies = [
9361 "anyhow",
9362 "async-trait",
9363 "clock",
9364 "collections",
9365 "criterion",
9366 "ctor",
9367 "diffy",
9368 "ec4rs",
9369 "encoding_rs",
9370 "fs",
9371 "futures 0.3.31",
9372 "fuzzy",
9373 "globset",
9374 "gpui",
9375 "http_client",
9376 "imara-diff",
9377 "indoc",
9378 "itertools 0.14.0",
9379 "language_core",
9380 "log",
9381 "lsp",
9382 "parking_lot",
9383 "postage",
9384 "pretty_assertions",
9385 "rand 0.9.2",
9386 "regex",
9387 "rpc",
9388 "semver",
9389 "serde",
9390 "serde_json",
9391 "settings",
9392 "shellexpand 2.1.2",
9393 "smallvec",
9394 "smol",
9395 "streaming-iterator",
9396 "strsim",
9397 "sum_tree",
9398 "task",
9399 "text",
9400 "theme",
9401 "toml 0.8.23",
9402 "tracing",
9403 "tree-sitter",
9404 "tree-sitter-elixir",
9405 "tree-sitter-embedded-template",
9406 "tree-sitter-heex",
9407 "tree-sitter-html",
9408 "tree-sitter-json",
9409 "tree-sitter-md",
9410 "tree-sitter-python",
9411 "tree-sitter-ruby",
9412 "tree-sitter-rust",
9413 "tree-sitter-typescript",
9414 "unicase",
9415 "unindent",
9416 "util",
9417 "watch",
9418 "zlog",
9419 "ztracing",
9420]
9421
9422[[package]]
9423name = "language_core"
9424version = "0.1.0"
9425dependencies = [
9426 "anyhow",
9427 "collections",
9428 "gpui",
9429 "log",
9430 "lsp",
9431 "parking_lot",
9432 "regex",
9433 "schemars",
9434 "serde",
9435 "serde_json",
9436 "toml 0.8.23",
9437 "tree-sitter",
9438 "util",
9439]
9440
9441[[package]]
9442name = "language_extension"
9443version = "0.1.0"
9444dependencies = [
9445 "anyhow",
9446 "async-trait",
9447 "collections",
9448 "extension",
9449 "fs",
9450 "futures 0.3.31",
9451 "gpui",
9452 "language",
9453 "log",
9454 "lsp",
9455 "project",
9456 "serde",
9457 "serde_json",
9458 "tracing",
9459 "util",
9460 "ztracing",
9461]
9462
9463[[package]]
9464name = "language_model"
9465version = "0.1.0"
9466dependencies = [
9467 "anthropic",
9468 "anyhow",
9469 "base64 0.22.1",
9470 "client",
9471 "cloud_api_client",
9472 "cloud_api_types",
9473 "cloud_llm_client",
9474 "collections",
9475 "credentials_provider",
9476 "futures 0.3.31",
9477 "gpui",
9478 "http_client",
9479 "icons",
9480 "image",
9481 "log",
9482 "open_ai",
9483 "open_router",
9484 "parking_lot",
9485 "proto",
9486 "schemars",
9487 "serde",
9488 "serde_json",
9489 "settings",
9490 "smol",
9491 "thiserror 2.0.17",
9492 "util",
9493 "zed_env_vars",
9494]
9495
9496[[package]]
9497name = "language_models"
9498version = "0.1.0"
9499dependencies = [
9500 "ai_onboarding",
9501 "anthropic",
9502 "anyhow",
9503 "aws-config",
9504 "aws-credential-types",
9505 "aws_http_client",
9506 "base64 0.22.1",
9507 "bedrock",
9508 "client",
9509 "cloud_api_types",
9510 "cloud_llm_client",
9511 "collections",
9512 "component",
9513 "convert_case 0.8.0",
9514 "copilot",
9515 "copilot_chat",
9516 "copilot_ui",
9517 "credentials_provider",
9518 "deepseek",
9519 "extension",
9520 "extension_host",
9521 "fs",
9522 "futures 0.3.31",
9523 "google_ai",
9524 "gpui",
9525 "gpui_tokio",
9526 "http_client",
9527 "language",
9528 "language_model",
9529 "lmstudio",
9530 "log",
9531 "menu",
9532 "mistral",
9533 "ollama",
9534 "open_ai",
9535 "open_router",
9536 "opencode",
9537 "partial-json-fixer",
9538 "pretty_assertions",
9539 "release_channel",
9540 "schemars",
9541 "semver",
9542 "serde",
9543 "serde_json",
9544 "settings",
9545 "smol",
9546 "strum 0.27.2",
9547 "thiserror 2.0.17",
9548 "tiktoken-rs",
9549 "tokio",
9550 "ui",
9551 "ui_input",
9552 "util",
9553 "vercel",
9554 "x_ai",
9555]
9556
9557[[package]]
9558name = "language_onboarding"
9559version = "0.1.0"
9560dependencies = [
9561 "db",
9562 "editor",
9563 "gpui",
9564 "project",
9565 "ui",
9566 "workspace",
9567]
9568
9569[[package]]
9570name = "language_selector"
9571version = "0.1.0"
9572dependencies = [
9573 "anyhow",
9574 "editor",
9575 "file_icons",
9576 "fuzzy",
9577 "gpui",
9578 "language",
9579 "open_path_prompt",
9580 "picker",
9581 "project",
9582 "serde_json",
9583 "settings",
9584 "ui",
9585 "util",
9586 "workspace",
9587]
9588
9589[[package]]
9590name = "language_tools"
9591version = "0.1.0"
9592dependencies = [
9593 "anyhow",
9594 "client",
9595 "collections",
9596 "command_palette_hooks",
9597 "edit_prediction",
9598 "editor",
9599 "futures 0.3.31",
9600 "gpui",
9601 "itertools 0.14.0",
9602 "language",
9603 "lsp",
9604 "menu",
9605 "project",
9606 "proto",
9607 "release_channel",
9608 "semver",
9609 "serde_json",
9610 "settings",
9611 "sysinfo 0.37.2",
9612 "telemetry",
9613 "theme",
9614 "tree-sitter",
9615 "ui",
9616 "util",
9617 "workspace",
9618 "zed_actions",
9619 "zlog",
9620]
9621
9622[[package]]
9623name = "languages"
9624version = "0.1.0"
9625dependencies = [
9626 "anyhow",
9627 "async-compression",
9628 "async-fs",
9629 "async-tar",
9630 "async-trait",
9631 "chrono",
9632 "collections",
9633 "fs",
9634 "futures 0.3.31",
9635 "globset",
9636 "gpui",
9637 "grammars",
9638 "http_client",
9639 "itertools 0.14.0",
9640 "json_schema_store",
9641 "language",
9642 "log",
9643 "lsp",
9644 "node_runtime",
9645 "parking_lot",
9646 "pet",
9647 "pet-conda",
9648 "pet-core",
9649 "pet-fs",
9650 "pet-poetry",
9651 "pet-reporter",
9652 "pet-virtualenv",
9653 "pretty_assertions",
9654 "project",
9655 "regex",
9656 "rope",
9657 "semver",
9658 "serde",
9659 "serde_json",
9660 "serde_json_lenient",
9661 "settings",
9662 "smallvec",
9663 "smol",
9664 "snippet",
9665 "task",
9666 "terminal",
9667 "theme",
9668 "tree-sitter",
9669 "tree-sitter-bash",
9670 "tree-sitter-c",
9671 "tree-sitter-cpp",
9672 "tree-sitter-css",
9673 "tree-sitter-gitcommit",
9674 "tree-sitter-go",
9675 "tree-sitter-python",
9676 "tree-sitter-rust",
9677 "tree-sitter-typescript",
9678 "unindent",
9679 "url",
9680 "util",
9681]
9682
9683[[package]]
9684name = "lazy_static"
9685version = "1.5.0"
9686source = "registry+https://github.com/rust-lang/crates.io-index"
9687checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9688dependencies = [
9689 "spin 0.9.8",
9690]
9691
9692[[package]]
9693name = "leak"
9694version = "0.1.2"
9695source = "registry+https://github.com/rust-lang/crates.io-index"
9696checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9697
9698[[package]]
9699name = "leaky-cow"
9700version = "0.1.1"
9701source = "registry+https://github.com/rust-lang/crates.io-index"
9702checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9703dependencies = [
9704 "leak",
9705]
9706
9707[[package]]
9708name = "leb128"
9709version = "0.2.5"
9710source = "registry+https://github.com/rust-lang/crates.io-index"
9711checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9712
9713[[package]]
9714name = "leb128fmt"
9715version = "0.1.0"
9716source = "registry+https://github.com/rust-lang/crates.io-index"
9717checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9718
9719[[package]]
9720name = "lebe"
9721version = "0.5.3"
9722source = "registry+https://github.com/rust-lang/crates.io-index"
9723checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9724
9725[[package]]
9726name = "libbz2-rs-sys"
9727version = "0.2.2"
9728source = "registry+https://github.com/rust-lang/crates.io-index"
9729checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9730
9731[[package]]
9732name = "libc"
9733version = "0.2.182"
9734source = "registry+https://github.com/rust-lang/crates.io-index"
9735checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9736
9737[[package]]
9738name = "libdbus-sys"
9739version = "0.2.6"
9740source = "registry+https://github.com/rust-lang/crates.io-index"
9741checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9742dependencies = [
9743 "cc",
9744 "pkg-config",
9745]
9746
9747[[package]]
9748name = "libfuzzer-sys"
9749version = "0.4.10"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9752dependencies = [
9753 "arbitrary",
9754 "cc",
9755]
9756
9757[[package]]
9758name = "libgit2-sys"
9759version = "0.18.3+1.9.2"
9760source = "registry+https://github.com/rust-lang/crates.io-index"
9761checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9762dependencies = [
9763 "cc",
9764 "libc",
9765 "libz-sys",
9766 "pkg-config",
9767]
9768
9769[[package]]
9770name = "libloading"
9771version = "0.8.9"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9774dependencies = [
9775 "cfg-if",
9776 "windows-link 0.2.1",
9777]
9778
9779[[package]]
9780name = "libm"
9781version = "0.2.15"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9784
9785[[package]]
9786name = "libmimalloc-sys"
9787version = "0.1.44"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9790dependencies = [
9791 "cc",
9792 "libc",
9793]
9794
9795[[package]]
9796name = "libredox"
9797version = "0.1.10"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9800dependencies = [
9801 "bitflags 2.10.0",
9802 "libc",
9803 "redox_syscall 0.5.18",
9804]
9805
9806[[package]]
9807name = "libsqlite3-sys"
9808version = "0.30.1"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9811dependencies = [
9812 "cc",
9813 "pkg-config",
9814 "vcpkg",
9815]
9816
9817[[package]]
9818name = "libwebrtc"
9819version = "0.3.26"
9820source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9821dependencies = [
9822 "cxx",
9823 "glib",
9824 "jni",
9825 "js-sys",
9826 "lazy_static",
9827 "livekit-protocol",
9828 "livekit-runtime",
9829 "log",
9830 "parking_lot",
9831 "serde",
9832 "serde_json",
9833 "thiserror 1.0.69",
9834 "tokio",
9835 "wasm-bindgen",
9836 "wasm-bindgen-futures",
9837 "web-sys",
9838 "webrtc-sys",
9839]
9840
9841[[package]]
9842name = "libz-sys"
9843version = "1.1.22"
9844source = "registry+https://github.com/rust-lang/crates.io-index"
9845checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9846dependencies = [
9847 "cc",
9848 "libc",
9849 "pkg-config",
9850 "vcpkg",
9851]
9852
9853[[package]]
9854name = "line_ending_selector"
9855version = "0.1.0"
9856dependencies = [
9857 "editor",
9858 "gpui",
9859 "language",
9860 "picker",
9861 "project",
9862 "ui",
9863 "util",
9864 "workspace",
9865]
9866
9867[[package]]
9868name = "linebender_resource_handle"
9869version = "0.1.1"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9872
9873[[package]]
9874name = "link-cplusplus"
9875version = "1.0.12"
9876source = "registry+https://github.com/rust-lang/crates.io-index"
9877checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9878dependencies = [
9879 "cc",
9880]
9881
9882[[package]]
9883name = "linkify"
9884version = "0.10.0"
9885source = "registry+https://github.com/rust-lang/crates.io-index"
9886checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9887dependencies = [
9888 "memchr",
9889]
9890
9891[[package]]
9892name = "linux-raw-sys"
9893version = "0.4.15"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9896
9897[[package]]
9898name = "linux-raw-sys"
9899version = "0.11.0"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9902
9903[[package]]
9904name = "litemap"
9905version = "0.8.0"
9906source = "registry+https://github.com/rust-lang/crates.io-index"
9907checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9908
9909[[package]]
9910name = "litrs"
9911version = "1.0.0"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9914
9915[[package]]
9916name = "livekit"
9917version = "0.7.32"
9918source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9919dependencies = [
9920 "base64 0.22.1",
9921 "bmrng",
9922 "bytes 1.11.1",
9923 "chrono",
9924 "futures-util",
9925 "lazy_static",
9926 "libloading",
9927 "libwebrtc",
9928 "livekit-api",
9929 "livekit-protocol",
9930 "livekit-runtime",
9931 "log",
9932 "parking_lot",
9933 "prost 0.12.6",
9934 "semver",
9935 "serde",
9936 "serde_json",
9937 "thiserror 1.0.69",
9938 "tokio",
9939]
9940
9941[[package]]
9942name = "livekit-api"
9943version = "0.4.14"
9944source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9945dependencies = [
9946 "base64 0.21.7",
9947 "futures-util",
9948 "http 1.3.1",
9949 "livekit-protocol",
9950 "livekit-runtime",
9951 "log",
9952 "parking_lot",
9953 "pbjson-types",
9954 "prost 0.12.6",
9955 "rand 0.9.2",
9956 "reqwest 0.12.24",
9957 "rustls-native-certs 0.6.3",
9958 "scopeguard",
9959 "serde",
9960 "sha2",
9961 "thiserror 1.0.69",
9962 "tokio",
9963 "tokio-rustls 0.26.2",
9964 "tokio-tungstenite 0.28.0",
9965 "url",
9966]
9967
9968[[package]]
9969name = "livekit-protocol"
9970version = "0.7.1"
9971source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9972dependencies = [
9973 "futures-util",
9974 "livekit-runtime",
9975 "parking_lot",
9976 "pbjson",
9977 "pbjson-types",
9978 "prost 0.12.6",
9979 "serde",
9980 "thiserror 1.0.69",
9981 "tokio",
9982]
9983
9984[[package]]
9985name = "livekit-runtime"
9986version = "0.4.0"
9987source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9988dependencies = [
9989 "tokio",
9990 "tokio-stream",
9991]
9992
9993[[package]]
9994name = "livekit_api"
9995version = "0.1.0"
9996dependencies = [
9997 "anyhow",
9998 "async-trait",
9999 "jsonwebtoken",
10000 "log",
10001 "prost 0.9.0",
10002 "prost-build 0.9.0",
10003 "prost-types 0.9.0",
10004 "serde",
10005 "zed-reqwest",
10006]
10007
10008[[package]]
10009name = "livekit_client"
10010version = "0.1.0"
10011dependencies = [
10012 "anyhow",
10013 "async-trait",
10014 "audio",
10015 "cocoa 0.26.0",
10016 "collections",
10017 "core-foundation 0.10.0",
10018 "core-video",
10019 "coreaudio-rs 0.12.1",
10020 "cpal",
10021 "futures 0.3.31",
10022 "gpui",
10023 "gpui_platform",
10024 "gpui_tokio",
10025 "http_client_tls",
10026 "image",
10027 "libwebrtc",
10028 "livekit",
10029 "livekit_api",
10030 "log",
10031 "nanoid",
10032 "objc",
10033 "parking_lot",
10034 "postage",
10035 "rodio",
10036 "serde",
10037 "serde_json",
10038 "serde_urlencoded",
10039 "settings",
10040 "simplelog",
10041 "smallvec",
10042 "tokio",
10043 "ui",
10044 "util",
10045 "webrtc-sys",
10046 "zed-scap",
10047]
10048
10049[[package]]
10050name = "lmdb-master-sys"
10051version = "0.2.5"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10054dependencies = [
10055 "cc",
10056 "doxygen-rs",
10057 "libc",
10058]
10059
10060[[package]]
10061name = "lmstudio"
10062version = "0.1.0"
10063dependencies = [
10064 "anyhow",
10065 "futures 0.3.31",
10066 "http_client",
10067 "schemars",
10068 "serde",
10069 "serde_json",
10070]
10071
10072[[package]]
10073name = "lock_api"
10074version = "0.4.14"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10077dependencies = [
10078 "scopeguard",
10079]
10080
10081[[package]]
10082name = "log"
10083version = "0.4.29"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10086dependencies = [
10087 "serde_core",
10088 "value-bag",
10089]
10090
10091[[package]]
10092name = "loom"
10093version = "0.7.2"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10096dependencies = [
10097 "cfg-if",
10098 "generator",
10099 "scoped-tls",
10100 "tracing",
10101 "tracing-subscriber",
10102]
10103
10104[[package]]
10105name = "loop9"
10106version = "0.1.5"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10109dependencies = [
10110 "imgref",
10111]
10112
10113[[package]]
10114name = "lru"
10115version = "0.12.5"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10118dependencies = [
10119 "hashbrown 0.15.5",
10120]
10121
10122[[package]]
10123name = "lru-slab"
10124version = "0.1.2"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10127
10128[[package]]
10129name = "lsp"
10130version = "0.1.0"
10131dependencies = [
10132 "anyhow",
10133 "async-pipe",
10134 "collections",
10135 "ctor",
10136 "futures 0.3.31",
10137 "gpui",
10138 "gpui_util",
10139 "log",
10140 "lsp-types",
10141 "parking_lot",
10142 "postage",
10143 "release_channel",
10144 "schemars",
10145 "semver",
10146 "serde",
10147 "serde_json",
10148 "smol",
10149 "util",
10150 "zlog",
10151]
10152
10153[[package]]
10154name = "lsp-types"
10155version = "0.95.1"
10156source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10157dependencies = [
10158 "bitflags 1.3.2",
10159 "serde",
10160 "serde_json",
10161 "url",
10162]
10163
10164[[package]]
10165name = "lyon"
10166version = "1.0.16"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10169dependencies = [
10170 "lyon_algorithms",
10171 "lyon_extra",
10172 "lyon_tessellation",
10173]
10174
10175[[package]]
10176name = "lyon_algorithms"
10177version = "1.0.16"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10180dependencies = [
10181 "lyon_path",
10182 "num-traits",
10183]
10184
10185[[package]]
10186name = "lyon_extra"
10187version = "1.0.3"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10190dependencies = [
10191 "lyon_path",
10192 "thiserror 1.0.69",
10193]
10194
10195[[package]]
10196name = "lyon_geom"
10197version = "1.0.17"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10200dependencies = [
10201 "arrayvec",
10202 "euclid",
10203 "num-traits",
10204]
10205
10206[[package]]
10207name = "lyon_path"
10208version = "1.0.16"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10211dependencies = [
10212 "lyon_geom",
10213 "num-traits",
10214]
10215
10216[[package]]
10217name = "lyon_tessellation"
10218version = "1.0.16"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10221dependencies = [
10222 "float_next_after",
10223 "lyon_path",
10224 "num-traits",
10225]
10226
10227[[package]]
10228name = "mac"
10229version = "0.1.1"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10232
10233[[package]]
10234name = "mach2"
10235version = "0.4.3"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10238dependencies = [
10239 "libc",
10240]
10241
10242[[package]]
10243name = "mach2"
10244version = "0.5.0"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10247dependencies = [
10248 "libc",
10249]
10250
10251[[package]]
10252name = "malloc_buf"
10253version = "0.0.6"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10256dependencies = [
10257 "libc",
10258]
10259
10260[[package]]
10261name = "maplit"
10262version = "1.0.2"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10265
10266[[package]]
10267name = "markdown"
10268version = "0.1.0"
10269dependencies = [
10270 "anyhow",
10271 "assets",
10272 "base64 0.22.1",
10273 "collections",
10274 "env_logger 0.11.8",
10275 "fs",
10276 "futures 0.3.31",
10277 "gpui",
10278 "gpui_platform",
10279 "html5ever 0.27.0",
10280 "language",
10281 "languages",
10282 "linkify",
10283 "log",
10284 "markup5ever_rcdom",
10285 "mermaid-rs-renderer",
10286 "node_runtime",
10287 "pulldown-cmark 0.13.0",
10288 "settings",
10289 "stacksafe",
10290 "sum_tree",
10291 "theme",
10292 "ui",
10293 "util",
10294]
10295
10296[[package]]
10297name = "markdown_preview"
10298version = "0.1.0"
10299dependencies = [
10300 "anyhow",
10301 "editor",
10302 "gpui",
10303 "language",
10304 "log",
10305 "markdown",
10306 "settings",
10307 "tempfile",
10308 "theme",
10309 "ui",
10310 "urlencoding",
10311 "util",
10312 "workspace",
10313 "zed_actions",
10314]
10315
10316[[package]]
10317name = "markup5ever"
10318version = "0.12.1"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10321dependencies = [
10322 "log",
10323 "phf 0.11.3",
10324 "phf_codegen",
10325 "string_cache",
10326 "string_cache_codegen",
10327 "tendril",
10328]
10329
10330[[package]]
10331name = "markup5ever"
10332version = "0.35.0"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10335dependencies = [
10336 "log",
10337 "tendril",
10338 "web_atoms",
10339]
10340
10341[[package]]
10342name = "markup5ever_rcdom"
10343version = "0.3.0"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10346dependencies = [
10347 "html5ever 0.27.0",
10348 "markup5ever 0.12.1",
10349 "tendril",
10350 "xml5ever",
10351]
10352
10353[[package]]
10354name = "match_token"
10355version = "0.35.0"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10358dependencies = [
10359 "proc-macro2",
10360 "quote",
10361 "syn 2.0.117",
10362]
10363
10364[[package]]
10365name = "matchers"
10366version = "0.2.0"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10369dependencies = [
10370 "regex-automata",
10371]
10372
10373[[package]]
10374name = "matchit"
10375version = "0.7.3"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10378
10379[[package]]
10380name = "maybe-owned"
10381version = "0.3.4"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10384
10385[[package]]
10386name = "maybe-rayon"
10387version = "0.1.1"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10390dependencies = [
10391 "cfg-if",
10392 "rayon",
10393]
10394
10395[[package]]
10396name = "md-5"
10397version = "0.10.6"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10400dependencies = [
10401 "cfg-if",
10402 "digest",
10403]
10404
10405[[package]]
10406name = "mdbook"
10407version = "0.4.40"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10410dependencies = [
10411 "ammonia",
10412 "anyhow",
10413 "chrono",
10414 "clap",
10415 "clap_complete",
10416 "elasticlunr-rs",
10417 "env_logger 0.11.8",
10418 "futures-util",
10419 "handlebars 5.1.2",
10420 "ignore",
10421 "log",
10422 "memchr",
10423 "notify 6.1.1",
10424 "notify-debouncer-mini",
10425 "once_cell",
10426 "opener",
10427 "pathdiff",
10428 "pulldown-cmark 0.10.3",
10429 "regex",
10430 "serde",
10431 "serde_json",
10432 "shlex",
10433 "tempfile",
10434 "tokio",
10435 "toml 0.5.11",
10436 "topological-sort",
10437 "walkdir",
10438 "warp",
10439]
10440
10441[[package]]
10442name = "media"
10443version = "0.1.0"
10444dependencies = [
10445 "anyhow",
10446 "bindgen 0.71.1",
10447 "core-foundation 0.10.0",
10448 "core-video",
10449 "ctor",
10450 "foreign-types 0.5.0",
10451 "metal",
10452 "objc",
10453]
10454
10455[[package]]
10456name = "memchr"
10457version = "2.7.6"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10460
10461[[package]]
10462name = "memfd"
10463version = "0.6.5"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10466dependencies = [
10467 "rustix 1.1.2",
10468]
10469
10470[[package]]
10471name = "memmap2"
10472version = "0.9.8"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10475dependencies = [
10476 "libc",
10477 "stable_deref_trait",
10478]
10479
10480[[package]]
10481name = "memoffset"
10482version = "0.9.1"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10485dependencies = [
10486 "autocfg",
10487]
10488
10489[[package]]
10490name = "menu"
10491version = "0.1.0"
10492dependencies = [
10493 "gpui",
10494]
10495
10496[[package]]
10497name = "merge"
10498version = "0.1.0"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10501dependencies = [
10502 "merge_derive",
10503 "num-traits",
10504]
10505
10506[[package]]
10507name = "merge_derive"
10508version = "0.1.0"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10511dependencies = [
10512 "proc-macro-error",
10513 "proc-macro2",
10514 "quote",
10515 "syn 1.0.109",
10516]
10517
10518[[package]]
10519name = "mermaid-rs-renderer"
10520version = "0.2.0"
10521source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10522dependencies = [
10523 "anyhow",
10524 "fontdb 0.16.2",
10525 "json5",
10526 "once_cell",
10527 "regex",
10528 "serde",
10529 "serde_json",
10530 "thiserror 2.0.17",
10531 "ttf-parser 0.20.0",
10532]
10533
10534[[package]]
10535name = "metal"
10536version = "0.33.0"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10539dependencies = [
10540 "bitflags 2.10.0",
10541 "block",
10542 "core-graphics-types 0.2.0",
10543 "foreign-types 0.5.0",
10544 "log",
10545 "objc",
10546 "paste",
10547]
10548
10549[[package]]
10550name = "migrator"
10551version = "0.1.0"
10552dependencies = [
10553 "anyhow",
10554 "collections",
10555 "convert_case 0.8.0",
10556 "log",
10557 "pretty_assertions",
10558 "serde_json",
10559 "serde_json_lenient",
10560 "settings_content",
10561 "settings_json",
10562 "streaming-iterator",
10563 "tree-sitter",
10564 "tree-sitter-json",
10565 "unindent",
10566]
10567
10568[[package]]
10569name = "mimalloc"
10570version = "0.1.48"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10573dependencies = [
10574 "libmimalloc-sys",
10575]
10576
10577[[package]]
10578name = "mime"
10579version = "0.3.17"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10582
10583[[package]]
10584name = "mime_guess"
10585version = "2.0.5"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10588dependencies = [
10589 "mime",
10590 "unicase",
10591]
10592
10593[[package]]
10594name = "minidump-common"
10595version = "0.26.1"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10598dependencies = [
10599 "bitflags 2.10.0",
10600 "debugid",
10601 "num-derive",
10602 "num-traits",
10603 "range-map",
10604 "scroll",
10605 "smart-default",
10606]
10607
10608[[package]]
10609name = "minidump-writer"
10610version = "0.11.0"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10613dependencies = [
10614 "bitflags 2.10.0",
10615 "byteorder",
10616 "cfg-if",
10617 "crash-context",
10618 "error-graph",
10619 "failspot",
10620 "goblin",
10621 "libc",
10622 "log",
10623 "mach2 0.4.3",
10624 "memmap2",
10625 "memoffset",
10626 "minidump-common",
10627 "nix 0.29.0",
10628 "procfs-core",
10629 "scroll",
10630 "serde",
10631 "serde_json",
10632 "tempfile",
10633 "thiserror 2.0.17",
10634]
10635
10636[[package]]
10637name = "minidumper"
10638version = "0.9.0"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10641dependencies = [
10642 "cfg-if",
10643 "crash-context",
10644 "libc",
10645 "log",
10646 "minidump-writer",
10647 "parking_lot",
10648 "polling",
10649 "scroll",
10650 "thiserror 2.0.17",
10651 "uds",
10652]
10653
10654[[package]]
10655name = "minimal-lexical"
10656version = "0.2.1"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10659
10660[[package]]
10661name = "miniprofiler_ui"
10662version = "0.1.0"
10663dependencies = [
10664 "gpui",
10665 "rpc",
10666 "serde_json",
10667 "smol",
10668 "theme",
10669 "util",
10670 "workspace",
10671 "zed_actions",
10672]
10673
10674[[package]]
10675name = "miniz_oxide"
10676version = "0.8.9"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10679dependencies = [
10680 "adler2",
10681 "simd-adler32",
10682]
10683
10684[[package]]
10685name = "mio"
10686version = "0.8.11"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10689dependencies = [
10690 "libc",
10691 "log",
10692 "wasi",
10693 "windows-sys 0.48.0",
10694]
10695
10696[[package]]
10697name = "mio"
10698version = "1.1.0"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10701dependencies = [
10702 "libc",
10703 "log",
10704 "wasi",
10705 "windows-sys 0.61.2",
10706]
10707
10708[[package]]
10709name = "miow"
10710version = "0.6.1"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10713dependencies = [
10714 "windows-sys 0.61.2",
10715]
10716
10717[[package]]
10718name = "mistral"
10719version = "0.1.0"
10720dependencies = [
10721 "anyhow",
10722 "futures 0.3.31",
10723 "http_client",
10724 "schemars",
10725 "serde",
10726 "serde_json",
10727 "strum 0.27.2",
10728]
10729
10730[[package]]
10731name = "moka"
10732version = "0.12.11"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10735dependencies = [
10736 "crossbeam-channel",
10737 "crossbeam-epoch",
10738 "crossbeam-utils",
10739 "equivalent",
10740 "parking_lot",
10741 "portable-atomic",
10742 "rustc_version",
10743 "smallvec",
10744 "tagptr",
10745 "uuid",
10746]
10747
10748[[package]]
10749name = "moxcms"
10750version = "0.7.7"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10753dependencies = [
10754 "num-traits",
10755 "pxfm",
10756]
10757
10758[[package]]
10759name = "msvc_spectre_libs"
10760version = "0.1.3"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10763dependencies = [
10764 "cc",
10765]
10766
10767[[package]]
10768name = "multi_buffer"
10769version = "0.1.0"
10770dependencies = [
10771 "anyhow",
10772 "buffer_diff",
10773 "clock",
10774 "collections",
10775 "ctor",
10776 "gpui",
10777 "indoc",
10778 "itertools 0.14.0",
10779 "language",
10780 "log",
10781 "parking_lot",
10782 "pretty_assertions",
10783 "rand 0.9.2",
10784 "rope",
10785 "serde",
10786 "settings",
10787 "smallvec",
10788 "smol",
10789 "sum_tree",
10790 "text",
10791 "theme",
10792 "tracing",
10793 "tree-sitter",
10794 "unicode-segmentation",
10795 "util",
10796 "zlog",
10797 "ztracing",
10798]
10799
10800[[package]]
10801name = "multimap"
10802version = "0.8.3"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10805
10806[[package]]
10807name = "naga"
10808version = "29.0.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10811dependencies = [
10812 "arrayvec",
10813 "bit-set 0.9.1",
10814 "bitflags 2.10.0",
10815 "cfg-if",
10816 "cfg_aliases 0.2.1",
10817 "codespan-reporting",
10818 "half",
10819 "hashbrown 0.16.1",
10820 "hexf-parse",
10821 "indexmap",
10822 "libm",
10823 "log",
10824 "num-traits",
10825 "once_cell",
10826 "rustc-hash 1.1.0",
10827 "thiserror 2.0.17",
10828 "unicode-ident",
10829]
10830
10831[[package]]
10832name = "naga"
10833version = "29.0.0"
10834source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10835dependencies = [
10836 "arrayvec",
10837 "bit-set 0.9.1",
10838 "bitflags 2.10.0",
10839 "cfg-if",
10840 "cfg_aliases 0.2.1",
10841 "codespan-reporting",
10842 "half",
10843 "hashbrown 0.16.1",
10844 "hexf-parse",
10845 "indexmap",
10846 "libm",
10847 "log",
10848 "num-traits",
10849 "once_cell",
10850 "rustc-hash 1.1.0",
10851 "spirv",
10852 "thiserror 2.0.17",
10853 "unicode-ident",
10854]
10855
10856[[package]]
10857name = "nanoid"
10858version = "0.4.0"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10861dependencies = [
10862 "rand 0.8.5",
10863]
10864
10865[[package]]
10866name = "nanorand"
10867version = "0.7.0"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10870dependencies = [
10871 "getrandom 0.2.16",
10872]
10873
10874[[package]]
10875name = "native-tls"
10876version = "0.2.14"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10879dependencies = [
10880 "libc",
10881 "log",
10882 "openssl",
10883 "openssl-probe",
10884 "openssl-sys",
10885 "schannel",
10886 "security-framework 2.11.1",
10887 "security-framework-sys",
10888 "tempfile",
10889]
10890
10891[[package]]
10892name = "nbformat"
10893version = "1.2.0"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10896dependencies = [
10897 "anyhow",
10898 "chrono",
10899 "jupyter-protocol",
10900 "serde",
10901 "serde_json",
10902 "thiserror 1.0.69",
10903 "uuid",
10904]
10905
10906[[package]]
10907name = "nc"
10908version = "0.1.0"
10909dependencies = [
10910 "anyhow",
10911 "futures 0.3.31",
10912 "net",
10913 "smol",
10914]
10915
10916[[package]]
10917name = "ndk"
10918version = "0.9.0"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10921dependencies = [
10922 "bitflags 2.10.0",
10923 "jni-sys",
10924 "log",
10925 "ndk-sys",
10926 "num_enum",
10927 "thiserror 1.0.69",
10928]
10929
10930[[package]]
10931name = "ndk-context"
10932version = "0.1.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10935
10936[[package]]
10937name = "ndk-sys"
10938version = "0.6.0+11769913"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10941dependencies = [
10942 "jni-sys",
10943]
10944
10945[[package]]
10946name = "net"
10947version = "0.1.0"
10948dependencies = [
10949 "anyhow",
10950 "async-io",
10951 "smol",
10952 "tempfile",
10953 "windows 0.61.3",
10954]
10955
10956[[package]]
10957name = "new_debug_unreachable"
10958version = "1.0.6"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10961
10962[[package]]
10963name = "nix"
10964version = "0.28.0"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10967dependencies = [
10968 "bitflags 2.10.0",
10969 "cfg-if",
10970 "cfg_aliases 0.1.1",
10971 "libc",
10972]
10973
10974[[package]]
10975name = "nix"
10976version = "0.29.0"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10979dependencies = [
10980 "bitflags 2.10.0",
10981 "cfg-if",
10982 "cfg_aliases 0.2.1",
10983 "libc",
10984]
10985
10986[[package]]
10987name = "nix"
10988version = "0.30.1"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10991dependencies = [
10992 "bitflags 2.10.0",
10993 "cfg-if",
10994 "cfg_aliases 0.2.1",
10995 "libc",
10996]
10997
10998[[package]]
10999name = "node_runtime"
11000version = "0.1.0"
11001dependencies = [
11002 "anyhow",
11003 "async-compression",
11004 "async-std",
11005 "async-tar",
11006 "async-trait",
11007 "futures 0.3.31",
11008 "http_client",
11009 "log",
11010 "paths",
11011 "semver",
11012 "serde",
11013 "serde_json",
11014 "smol",
11015 "util",
11016 "watch",
11017 "which 6.0.3",
11018]
11019
11020[[package]]
11021name = "nom"
11022version = "7.1.3"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11025dependencies = [
11026 "memchr",
11027 "minimal-lexical",
11028]
11029
11030[[package]]
11031name = "nom"
11032version = "8.0.0"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11035dependencies = [
11036 "memchr",
11037]
11038
11039[[package]]
11040name = "noop_proc_macro"
11041version = "0.3.0"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11044
11045[[package]]
11046name = "normpath"
11047version = "1.5.0"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11050dependencies = [
11051 "windows-sys 0.61.2",
11052]
11053
11054[[package]]
11055name = "notifications"
11056version = "0.1.0"
11057dependencies = [
11058 "anyhow",
11059 "channel",
11060 "client",
11061 "component",
11062 "db",
11063 "gpui",
11064 "rpc",
11065 "sum_tree",
11066 "time",
11067 "ui",
11068 "util",
11069 "workspace",
11070 "zed_actions",
11071]
11072
11073[[package]]
11074name = "notify"
11075version = "6.1.1"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11078dependencies = [
11079 "bitflags 2.10.0",
11080 "crossbeam-channel",
11081 "filetime",
11082 "fsevent-sys",
11083 "inotify 0.9.6",
11084 "kqueue",
11085 "libc",
11086 "log",
11087 "mio 0.8.11",
11088 "walkdir",
11089 "windows-sys 0.48.0",
11090]
11091
11092[[package]]
11093name = "notify"
11094version = "8.2.0"
11095source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11096dependencies = [
11097 "bitflags 2.10.0",
11098 "fsevent-sys",
11099 "inotify 0.11.0",
11100 "kqueue",
11101 "libc",
11102 "log",
11103 "mio 1.1.0",
11104 "notify-types",
11105 "walkdir",
11106 "windows-sys 0.60.2",
11107]
11108
11109[[package]]
11110name = "notify-debouncer-mini"
11111version = "0.4.1"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11114dependencies = [
11115 "crossbeam-channel",
11116 "log",
11117 "notify 6.1.1",
11118]
11119
11120[[package]]
11121name = "notify-types"
11122version = "2.0.0"
11123source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11124
11125[[package]]
11126name = "ntapi"
11127version = "0.4.1"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11130dependencies = [
11131 "winapi",
11132]
11133
11134[[package]]
11135name = "nu-ansi-term"
11136version = "0.50.3"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11139dependencies = [
11140 "windows-sys 0.61.2",
11141]
11142
11143[[package]]
11144name = "num"
11145version = "0.4.3"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11148dependencies = [
11149 "num-bigint",
11150 "num-complex",
11151 "num-integer",
11152 "num-iter",
11153 "num-rational",
11154 "num-traits",
11155]
11156
11157[[package]]
11158name = "num-bigint"
11159version = "0.4.6"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11162dependencies = [
11163 "num-integer",
11164 "num-traits",
11165]
11166
11167[[package]]
11168name = "num-bigint-dig"
11169version = "0.8.6"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11172dependencies = [
11173 "lazy_static",
11174 "libm",
11175 "num-integer",
11176 "num-iter",
11177 "num-traits",
11178 "rand 0.8.5",
11179 "smallvec",
11180 "zeroize",
11181]
11182
11183[[package]]
11184name = "num-bigint-dig"
11185version = "0.9.1"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11188dependencies = [
11189 "libm",
11190 "num-integer",
11191 "num-iter",
11192 "num-traits",
11193 "once_cell",
11194 "rand 0.9.2",
11195 "serde",
11196 "smallvec",
11197 "zeroize",
11198]
11199
11200[[package]]
11201name = "num-cmp"
11202version = "0.1.0"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11205
11206[[package]]
11207name = "num-complex"
11208version = "0.4.6"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11211dependencies = [
11212 "bytemuck",
11213 "num-traits",
11214]
11215
11216[[package]]
11217name = "num-conv"
11218version = "0.2.0"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11221
11222[[package]]
11223name = "num-derive"
11224version = "0.4.2"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11227dependencies = [
11228 "proc-macro2",
11229 "quote",
11230 "syn 2.0.117",
11231]
11232
11233[[package]]
11234name = "num-format"
11235version = "0.4.4"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11238dependencies = [
11239 "arrayvec",
11240 "itoa",
11241]
11242
11243[[package]]
11244name = "num-integer"
11245version = "0.1.46"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11248dependencies = [
11249 "num-traits",
11250]
11251
11252[[package]]
11253name = "num-iter"
11254version = "0.1.45"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11257dependencies = [
11258 "autocfg",
11259 "num-integer",
11260 "num-traits",
11261]
11262
11263[[package]]
11264name = "num-rational"
11265version = "0.4.2"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11268dependencies = [
11269 "num-bigint",
11270 "num-integer",
11271 "num-traits",
11272]
11273
11274[[package]]
11275name = "num-traits"
11276version = "0.2.19"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11279dependencies = [
11280 "autocfg",
11281 "libm",
11282]
11283
11284[[package]]
11285name = "num_cpus"
11286version = "1.17.0"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11289dependencies = [
11290 "hermit-abi",
11291 "libc",
11292]
11293
11294[[package]]
11295name = "num_enum"
11296version = "0.7.4"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11299dependencies = [
11300 "num_enum_derive",
11301 "rustversion",
11302]
11303
11304[[package]]
11305name = "num_enum_derive"
11306version = "0.7.4"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11309dependencies = [
11310 "proc-macro-crate",
11311 "proc-macro2",
11312 "quote",
11313 "syn 2.0.117",
11314]
11315
11316[[package]]
11317name = "num_threads"
11318version = "0.1.7"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11321dependencies = [
11322 "libc",
11323]
11324
11325[[package]]
11326name = "nvim-rs"
11327version = "0.9.2"
11328source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11329dependencies = [
11330 "async-trait",
11331 "futures 0.3.31",
11332 "log",
11333 "rmp",
11334 "rmpv",
11335 "tokio",
11336 "tokio-util",
11337]
11338
11339[[package]]
11340name = "objc"
11341version = "0.2.7"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11344dependencies = [
11345 "malloc_buf",
11346 "objc_exception",
11347]
11348
11349[[package]]
11350name = "objc-foundation"
11351version = "0.1.1"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11354dependencies = [
11355 "block",
11356 "objc",
11357 "objc_id",
11358]
11359
11360[[package]]
11361name = "objc2"
11362version = "0.6.3"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11365dependencies = [
11366 "objc2-encode",
11367]
11368
11369[[package]]
11370name = "objc2-audio-toolbox"
11371version = "0.3.2"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11374dependencies = [
11375 "bitflags 2.10.0",
11376 "libc",
11377 "objc2",
11378 "objc2-core-audio",
11379 "objc2-core-audio-types",
11380 "objc2-core-foundation",
11381 "objc2-foundation",
11382]
11383
11384[[package]]
11385name = "objc2-avf-audio"
11386version = "0.3.2"
11387source = "registry+https://github.com/rust-lang/crates.io-index"
11388checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11389dependencies = [
11390 "objc2",
11391 "objc2-foundation",
11392]
11393
11394[[package]]
11395name = "objc2-core-audio"
11396version = "0.3.2"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11399dependencies = [
11400 "dispatch2",
11401 "objc2",
11402 "objc2-core-audio-types",
11403 "objc2-core-foundation",
11404 "objc2-foundation",
11405]
11406
11407[[package]]
11408name = "objc2-core-audio-types"
11409version = "0.3.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11412dependencies = [
11413 "bitflags 2.10.0",
11414 "objc2",
11415]
11416
11417[[package]]
11418name = "objc2-core-foundation"
11419version = "0.3.2"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11422dependencies = [
11423 "bitflags 2.10.0",
11424 "block2",
11425 "dispatch2",
11426 "libc",
11427 "objc2",
11428]
11429
11430[[package]]
11431name = "objc2-encode"
11432version = "4.1.0"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11435
11436[[package]]
11437name = "objc2-foundation"
11438version = "0.3.2"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11441dependencies = [
11442 "bitflags 2.10.0",
11443 "block2",
11444 "libc",
11445 "objc2",
11446 "objc2-core-foundation",
11447]
11448
11449[[package]]
11450name = "objc2-io-kit"
11451version = "0.3.2"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11454dependencies = [
11455 "libc",
11456 "objc2-core-foundation",
11457]
11458
11459[[package]]
11460name = "objc2-metal"
11461version = "0.3.2"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11464dependencies = [
11465 "bitflags 2.10.0",
11466 "block2",
11467 "dispatch2",
11468 "objc2",
11469 "objc2-core-foundation",
11470 "objc2-foundation",
11471]
11472
11473[[package]]
11474name = "objc2-quartz-core"
11475version = "0.3.2"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11478dependencies = [
11479 "bitflags 2.10.0",
11480 "objc2",
11481 "objc2-core-foundation",
11482 "objc2-foundation",
11483 "objc2-metal",
11484]
11485
11486[[package]]
11487name = "objc_exception"
11488version = "0.1.2"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11491dependencies = [
11492 "cc",
11493]
11494
11495[[package]]
11496name = "objc_id"
11497version = "0.1.1"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11500dependencies = [
11501 "objc",
11502]
11503
11504[[package]]
11505name = "object"
11506version = "0.36.7"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11509dependencies = [
11510 "crc32fast",
11511 "hashbrown 0.15.5",
11512 "indexmap",
11513 "memchr",
11514]
11515
11516[[package]]
11517name = "object"
11518version = "0.37.3"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11521dependencies = [
11522 "memchr",
11523]
11524
11525[[package]]
11526name = "ollama"
11527version = "0.1.0"
11528dependencies = [
11529 "anyhow",
11530 "futures 0.3.31",
11531 "http_client",
11532 "schemars",
11533 "serde",
11534 "serde_json",
11535 "settings",
11536]
11537
11538[[package]]
11539name = "onboarding"
11540version = "0.1.0"
11541dependencies = [
11542 "anyhow",
11543 "client",
11544 "component",
11545 "db",
11546 "documented",
11547 "fs",
11548 "fuzzy",
11549 "gpui",
11550 "menu",
11551 "notifications",
11552 "picker",
11553 "project",
11554 "schemars",
11555 "serde",
11556 "settings",
11557 "telemetry",
11558 "theme",
11559 "ui",
11560 "util",
11561 "vim_mode_setting",
11562 "workspace",
11563 "zed_actions",
11564 "zlog",
11565]
11566
11567[[package]]
11568name = "once_cell"
11569version = "1.21.3"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11572
11573[[package]]
11574name = "once_cell_polyfill"
11575version = "1.70.1"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11578
11579[[package]]
11580name = "oo7"
11581version = "0.6.0"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11584dependencies = [
11585 "aes",
11586 "ashpd",
11587 "async-fs",
11588 "async-io",
11589 "async-lock 3.4.2",
11590 "blocking",
11591 "cbc",
11592 "cipher",
11593 "digest",
11594 "endi",
11595 "futures-lite 2.6.1",
11596 "futures-util",
11597 "getrandom 0.4.1",
11598 "hkdf",
11599 "hmac",
11600 "md-5",
11601 "num",
11602 "num-bigint-dig 0.9.1",
11603 "pbkdf2 0.12.2",
11604 "serde",
11605 "serde_bytes",
11606 "sha2",
11607 "subtle",
11608 "zbus",
11609 "zbus_macros",
11610 "zeroize",
11611 "zvariant",
11612]
11613
11614[[package]]
11615name = "oorandom"
11616version = "11.1.5"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11619
11620[[package]]
11621name = "open"
11622version = "5.3.2"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11625dependencies = [
11626 "is-wsl",
11627 "libc",
11628 "pathdiff",
11629]
11630
11631[[package]]
11632name = "open_ai"
11633version = "0.1.0"
11634dependencies = [
11635 "anyhow",
11636 "futures 0.3.31",
11637 "http_client",
11638 "log",
11639 "rand 0.9.2",
11640 "schemars",
11641 "serde",
11642 "serde_json",
11643 "settings",
11644 "strum 0.27.2",
11645 "thiserror 2.0.17",
11646]
11647
11648[[package]]
11649name = "open_path_prompt"
11650version = "0.1.0"
11651dependencies = [
11652 "editor",
11653 "file_icons",
11654 "futures 0.3.31",
11655 "fuzzy",
11656 "gpui",
11657 "picker",
11658 "project",
11659 "schemars",
11660 "serde",
11661 "serde_json",
11662 "settings",
11663 "theme",
11664 "ui",
11665 "util",
11666 "workspace",
11667]
11668
11669[[package]]
11670name = "open_router"
11671version = "0.1.0"
11672dependencies = [
11673 "anyhow",
11674 "futures 0.3.31",
11675 "http_client",
11676 "schemars",
11677 "serde",
11678 "serde_json",
11679 "settings",
11680 "strum 0.27.2",
11681 "thiserror 2.0.17",
11682]
11683
11684[[package]]
11685name = "opencode"
11686version = "0.1.0"
11687dependencies = [
11688 "anyhow",
11689 "futures 0.3.31",
11690 "google_ai",
11691 "http_client",
11692 "schemars",
11693 "serde",
11694 "serde_json",
11695 "strum 0.27.2",
11696]
11697
11698[[package]]
11699name = "opener"
11700version = "0.7.2"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11703dependencies = [
11704 "bstr",
11705 "dbus",
11706 "normpath",
11707 "windows-sys 0.59.0",
11708]
11709
11710[[package]]
11711name = "openssl"
11712version = "0.10.74"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11715dependencies = [
11716 "bitflags 2.10.0",
11717 "cfg-if",
11718 "foreign-types 0.3.2",
11719 "libc",
11720 "once_cell",
11721 "openssl-macros",
11722 "openssl-sys",
11723]
11724
11725[[package]]
11726name = "openssl-macros"
11727version = "0.1.1"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11730dependencies = [
11731 "proc-macro2",
11732 "quote",
11733 "syn 2.0.117",
11734]
11735
11736[[package]]
11737name = "openssl-probe"
11738version = "0.1.6"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11741
11742[[package]]
11743name = "openssl-sys"
11744version = "0.9.110"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11747dependencies = [
11748 "cc",
11749 "libc",
11750 "pkg-config",
11751 "vcpkg",
11752]
11753
11754[[package]]
11755name = "optfield"
11756version = "0.4.0"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11759dependencies = [
11760 "proc-macro2",
11761 "quote",
11762 "syn 2.0.117",
11763]
11764
11765[[package]]
11766name = "option-ext"
11767version = "0.2.0"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11770
11771[[package]]
11772name = "ordered-float"
11773version = "2.10.1"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11776dependencies = [
11777 "num-traits",
11778]
11779
11780[[package]]
11781name = "ordered-float"
11782version = "4.6.0"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11785dependencies = [
11786 "num-traits",
11787]
11788
11789[[package]]
11790name = "ordered-stream"
11791version = "0.2.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11794dependencies = [
11795 "futures-core",
11796 "pin-project-lite",
11797]
11798
11799[[package]]
11800name = "ouroboros"
11801version = "0.18.5"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11804dependencies = [
11805 "aliasable",
11806 "ouroboros_macro",
11807 "static_assertions",
11808]
11809
11810[[package]]
11811name = "ouroboros_macro"
11812version = "0.18.5"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11815dependencies = [
11816 "heck 0.4.1",
11817 "proc-macro2",
11818 "proc-macro2-diagnostics",
11819 "quote",
11820 "syn 2.0.117",
11821]
11822
11823[[package]]
11824name = "outline"
11825version = "0.1.0"
11826dependencies = [
11827 "editor",
11828 "fuzzy",
11829 "gpui",
11830 "indoc",
11831 "language",
11832 "lsp",
11833 "menu",
11834 "ordered-float 2.10.1",
11835 "picker",
11836 "project",
11837 "rope",
11838 "serde_json",
11839 "settings",
11840 "smol",
11841 "theme",
11842 "ui",
11843 "util",
11844 "workspace",
11845 "zed_actions",
11846]
11847
11848[[package]]
11849name = "outline_panel"
11850version = "0.1.0"
11851dependencies = [
11852 "anyhow",
11853 "collections",
11854 "db",
11855 "editor",
11856 "file_icons",
11857 "fuzzy",
11858 "gpui",
11859 "itertools 0.14.0",
11860 "language",
11861 "log",
11862 "lsp",
11863 "menu",
11864 "outline",
11865 "pretty_assertions",
11866 "project",
11867 "search",
11868 "serde",
11869 "serde_json",
11870 "settings",
11871 "smallvec",
11872 "smol",
11873 "theme",
11874 "ui",
11875 "util",
11876 "workspace",
11877 "worktree",
11878 "zed_actions",
11879]
11880
11881[[package]]
11882name = "outref"
11883version = "0.5.2"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11886
11887[[package]]
11888name = "p256"
11889version = "0.11.1"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11892dependencies = [
11893 "ecdsa",
11894 "elliptic-curve",
11895 "sha2",
11896]
11897
11898[[package]]
11899name = "page_size"
11900version = "0.6.0"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11903dependencies = [
11904 "libc",
11905 "winapi",
11906]
11907
11908[[package]]
11909name = "palette"
11910version = "0.7.6"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11913dependencies = [
11914 "approx",
11915 "fast-srgb8",
11916 "palette_derive",
11917]
11918
11919[[package]]
11920name = "palette_derive"
11921version = "0.7.6"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11924dependencies = [
11925 "by_address",
11926 "proc-macro2",
11927 "quote",
11928 "syn 2.0.117",
11929]
11930
11931[[package]]
11932name = "panel"
11933version = "0.1.0"
11934dependencies = [
11935 "gpui",
11936 "ui",
11937 "workspace",
11938]
11939
11940[[package]]
11941name = "parking"
11942version = "2.2.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11945
11946[[package]]
11947name = "parking_lot"
11948version = "0.12.5"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11951dependencies = [
11952 "lock_api",
11953 "parking_lot_core",
11954]
11955
11956[[package]]
11957name = "parking_lot_core"
11958version = "0.9.12"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11961dependencies = [
11962 "cfg-if",
11963 "libc",
11964 "redox_syscall 0.5.18",
11965 "smallvec",
11966 "windows-link 0.2.1",
11967]
11968
11969[[package]]
11970name = "parse_int"
11971version = "0.9.0"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11974dependencies = [
11975 "num-traits",
11976]
11977
11978[[package]]
11979name = "partial-json-fixer"
11980version = "0.5.3"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11983
11984[[package]]
11985name = "password-hash"
11986version = "0.4.2"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11989dependencies = [
11990 "base64ct",
11991 "rand_core 0.6.4",
11992 "subtle",
11993]
11994
11995[[package]]
11996name = "paste"
11997version = "1.0.15"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12000
12001[[package]]
12002name = "pathdiff"
12003version = "0.2.3"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12006
12007[[package]]
12008name = "pathfinder_geometry"
12009version = "0.5.1"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12012dependencies = [
12013 "log",
12014 "pathfinder_simd",
12015]
12016
12017[[package]]
12018name = "pathfinder_simd"
12019version = "0.5.5"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12022dependencies = [
12023 "rustc_version",
12024]
12025
12026[[package]]
12027name = "paths"
12028version = "0.1.0"
12029dependencies = [
12030 "dirs 4.0.0",
12031 "ignore",
12032 "util",
12033]
12034
12035[[package]]
12036name = "pbjson"
12037version = "0.6.0"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12040dependencies = [
12041 "base64 0.21.7",
12042 "serde",
12043]
12044
12045[[package]]
12046name = "pbjson-build"
12047version = "0.6.2"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12050dependencies = [
12051 "heck 0.4.1",
12052 "itertools 0.11.0",
12053 "prost 0.12.6",
12054 "prost-types 0.12.6",
12055]
12056
12057[[package]]
12058name = "pbjson-types"
12059version = "0.6.0"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12062dependencies = [
12063 "bytes 1.11.1",
12064 "chrono",
12065 "pbjson",
12066 "pbjson-build",
12067 "prost 0.12.6",
12068 "prost-build 0.12.6",
12069 "serde",
12070]
12071
12072[[package]]
12073name = "pbkdf2"
12074version = "0.11.0"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12077dependencies = [
12078 "digest",
12079 "hmac",
12080 "password-hash",
12081 "sha2",
12082]
12083
12084[[package]]
12085name = "pbkdf2"
12086version = "0.12.2"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12089dependencies = [
12090 "digest",
12091 "hmac",
12092]
12093
12094[[package]]
12095name = "pciid-parser"
12096version = "0.8.0"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12099
12100[[package]]
12101name = "peg"
12102version = "0.8.5"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12105dependencies = [
12106 "peg-macros",
12107 "peg-runtime",
12108]
12109
12110[[package]]
12111name = "peg-macros"
12112version = "0.8.5"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12115dependencies = [
12116 "peg-runtime",
12117 "proc-macro2",
12118 "quote",
12119]
12120
12121[[package]]
12122name = "peg-runtime"
12123version = "0.8.5"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12126
12127[[package]]
12128name = "pem"
12129version = "3.0.6"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12132dependencies = [
12133 "base64 0.22.1",
12134 "serde_core",
12135]
12136
12137[[package]]
12138name = "pem-rfc7468"
12139version = "0.7.0"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12142dependencies = [
12143 "base64ct",
12144]
12145
12146[[package]]
12147name = "percent-encoding"
12148version = "2.3.2"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12151
12152[[package]]
12153name = "perf"
12154version = "0.1.0"
12155dependencies = [
12156 "collections",
12157 "serde",
12158 "serde_json",
12159]
12160
12161[[package]]
12162name = "pest"
12163version = "2.8.3"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12166dependencies = [
12167 "memchr",
12168 "ucd-trie",
12169]
12170
12171[[package]]
12172name = "pest_derive"
12173version = "2.8.3"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12176dependencies = [
12177 "pest",
12178 "pest_generator",
12179]
12180
12181[[package]]
12182name = "pest_generator"
12183version = "2.8.3"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12186dependencies = [
12187 "pest",
12188 "pest_meta",
12189 "proc-macro2",
12190 "quote",
12191 "syn 2.0.117",
12192]
12193
12194[[package]]
12195name = "pest_meta"
12196version = "2.8.3"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12199dependencies = [
12200 "pest",
12201 "sha2",
12202]
12203
12204[[package]]
12205name = "pet"
12206version = "0.1.0"
12207source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12208dependencies = [
12209 "clap",
12210 "env_logger 0.10.2",
12211 "lazy_static",
12212 "log",
12213 "msvc_spectre_libs",
12214 "pet-conda",
12215 "pet-core",
12216 "pet-env-var-path",
12217 "pet-fs",
12218 "pet-global-virtualenvs",
12219 "pet-homebrew",
12220 "pet-jsonrpc",
12221 "pet-linux-global-python",
12222 "pet-mac-commandlinetools",
12223 "pet-mac-python-org",
12224 "pet-mac-xcode",
12225 "pet-pipenv",
12226 "pet-pixi",
12227 "pet-poetry",
12228 "pet-pyenv",
12229 "pet-python-utils",
12230 "pet-reporter",
12231 "pet-telemetry",
12232 "pet-uv",
12233 "pet-venv",
12234 "pet-virtualenv",
12235 "pet-virtualenvwrapper",
12236 "pet-windows-registry",
12237 "pet-windows-store",
12238 "pet-winpython",
12239 "serde",
12240 "serde_json",
12241 "tracing",
12242 "tracing-subscriber",
12243 "winresource",
12244]
12245
12246[[package]]
12247name = "pet-conda"
12248version = "0.1.0"
12249source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12250dependencies = [
12251 "env_logger 0.10.2",
12252 "lazy_static",
12253 "log",
12254 "msvc_spectre_libs",
12255 "pet-core",
12256 "pet-fs",
12257 "pet-python-utils",
12258 "pet-reporter",
12259 "rayon",
12260 "regex",
12261 "serde",
12262 "serde_json",
12263 "yaml-rust2",
12264]
12265
12266[[package]]
12267name = "pet-core"
12268version = "0.1.0"
12269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12270dependencies = [
12271 "clap",
12272 "lazy_static",
12273 "log",
12274 "msvc_spectre_libs",
12275 "pet-fs",
12276 "regex",
12277 "serde",
12278 "serde_json",
12279]
12280
12281[[package]]
12282name = "pet-env-var-path"
12283version = "0.1.0"
12284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12285dependencies = [
12286 "lazy_static",
12287 "log",
12288 "msvc_spectre_libs",
12289 "pet-conda",
12290 "pet-core",
12291 "pet-fs",
12292 "pet-python-utils",
12293 "pet-virtualenv",
12294 "regex",
12295]
12296
12297[[package]]
12298name = "pet-fs"
12299version = "0.1.0"
12300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12301dependencies = [
12302 "glob",
12303 "log",
12304 "msvc_spectre_libs",
12305 "windows-sys 0.59.0",
12306]
12307
12308[[package]]
12309name = "pet-global-virtualenvs"
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-conda",
12316 "pet-core",
12317 "pet-fs",
12318 "pet-virtualenv",
12319]
12320
12321[[package]]
12322name = "pet-homebrew"
12323version = "0.1.0"
12324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12325dependencies = [
12326 "lazy_static",
12327 "log",
12328 "msvc_spectre_libs",
12329 "pet-conda",
12330 "pet-core",
12331 "pet-fs",
12332 "pet-python-utils",
12333 "pet-virtualenv",
12334 "rayon",
12335 "regex",
12336 "serde",
12337 "serde_json",
12338]
12339
12340[[package]]
12341name = "pet-jsonrpc"
12342version = "0.1.0"
12343source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12344dependencies = [
12345 "env_logger 0.10.2",
12346 "log",
12347 "msvc_spectre_libs",
12348 "pet-core",
12349 "serde",
12350 "serde_json",
12351]
12352
12353[[package]]
12354name = "pet-linux-global-python"
12355version = "0.1.0"
12356source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12357dependencies = [
12358 "log",
12359 "msvc_spectre_libs",
12360 "pet-core",
12361 "pet-fs",
12362 "pet-python-utils",
12363 "pet-virtualenv",
12364]
12365
12366[[package]]
12367name = "pet-mac-commandlinetools"
12368version = "0.1.0"
12369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12370dependencies = [
12371 "log",
12372 "msvc_spectre_libs",
12373 "pet-core",
12374 "pet-fs",
12375 "pet-python-utils",
12376 "pet-virtualenv",
12377]
12378
12379[[package]]
12380name = "pet-mac-python-org"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "log",
12385 "msvc_spectre_libs",
12386 "pet-core",
12387 "pet-fs",
12388 "pet-python-utils",
12389 "pet-virtualenv",
12390]
12391
12392[[package]]
12393name = "pet-mac-xcode"
12394version = "0.1.0"
12395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12396dependencies = [
12397 "log",
12398 "msvc_spectre_libs",
12399 "pet-core",
12400 "pet-fs",
12401 "pet-python-utils",
12402 "pet-virtualenv",
12403]
12404
12405[[package]]
12406name = "pet-pipenv"
12407version = "0.1.0"
12408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12409dependencies = [
12410 "lazy_static",
12411 "log",
12412 "msvc_spectre_libs",
12413 "pet-core",
12414 "pet-fs",
12415 "pet-python-utils",
12416 "pet-virtualenv",
12417 "regex",
12418]
12419
12420[[package]]
12421name = "pet-pixi"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-conda",
12428 "pet-core",
12429 "pet-python-utils",
12430]
12431
12432[[package]]
12433name = "pet-poetry"
12434version = "0.1.0"
12435source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12436dependencies = [
12437 "base64 0.22.1",
12438 "lazy_static",
12439 "log",
12440 "msvc_spectre_libs",
12441 "pet-core",
12442 "pet-fs",
12443 "pet-python-utils",
12444 "pet-reporter",
12445 "pet-virtualenv",
12446 "regex",
12447 "serde",
12448 "serde_json",
12449 "sha2",
12450 "toml 0.8.23",
12451]
12452
12453[[package]]
12454name = "pet-pyenv"
12455version = "0.1.0"
12456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12457dependencies = [
12458 "lazy_static",
12459 "log",
12460 "msvc_spectre_libs",
12461 "pet-conda",
12462 "pet-core",
12463 "pet-fs",
12464 "pet-python-utils",
12465 "pet-reporter",
12466 "regex",
12467 "serde",
12468 "serde_json",
12469]
12470
12471[[package]]
12472name = "pet-python-utils"
12473version = "0.1.0"
12474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12475dependencies = [
12476 "env_logger 0.10.2",
12477 "lazy_static",
12478 "log",
12479 "msvc_spectre_libs",
12480 "pet-core",
12481 "pet-fs",
12482 "regex",
12483 "serde",
12484 "serde_json",
12485 "sha2",
12486]
12487
12488[[package]]
12489name = "pet-reporter"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "env_logger 0.10.2",
12494 "log",
12495 "msvc_spectre_libs",
12496 "pet-core",
12497 "pet-jsonrpc",
12498 "serde",
12499 "serde_json",
12500]
12501
12502[[package]]
12503name = "pet-telemetry"
12504version = "0.1.0"
12505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12506dependencies = [
12507 "env_logger 0.10.2",
12508 "lazy_static",
12509 "log",
12510 "msvc_spectre_libs",
12511 "pet-core",
12512 "pet-fs",
12513 "pet-python-utils",
12514 "regex",
12515]
12516
12517[[package]]
12518name = "pet-uv"
12519version = "0.1.0"
12520source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12521dependencies = [
12522 "log",
12523 "pet-core",
12524 "pet-python-utils",
12525 "serde",
12526 "toml 0.9.8",
12527]
12528
12529[[package]]
12530name = "pet-venv"
12531version = "0.1.0"
12532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12533dependencies = [
12534 "log",
12535 "msvc_spectre_libs",
12536 "pet-core",
12537 "pet-python-utils",
12538 "pet-virtualenv",
12539]
12540
12541[[package]]
12542name = "pet-virtualenv"
12543version = "0.1.0"
12544source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12545dependencies = [
12546 "log",
12547 "msvc_spectre_libs",
12548 "pet-core",
12549 "pet-fs",
12550 "pet-python-utils",
12551]
12552
12553[[package]]
12554name = "pet-virtualenvwrapper"
12555version = "0.1.0"
12556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12557dependencies = [
12558 "log",
12559 "msvc_spectre_libs",
12560 "pet-core",
12561 "pet-fs",
12562 "pet-python-utils",
12563 "pet-virtualenv",
12564]
12565
12566[[package]]
12567name = "pet-windows-registry"
12568version = "0.1.0"
12569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12570dependencies = [
12571 "lazy_static",
12572 "log",
12573 "msvc_spectre_libs",
12574 "pet-conda",
12575 "pet-core",
12576 "pet-fs",
12577 "pet-python-utils",
12578 "pet-virtualenv",
12579 "pet-windows-store",
12580 "regex",
12581 "winreg 0.55.0",
12582]
12583
12584[[package]]
12585name = "pet-windows-store"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "lazy_static",
12590 "log",
12591 "msvc_spectre_libs",
12592 "pet-core",
12593 "pet-fs",
12594 "pet-python-utils",
12595 "pet-virtualenv",
12596 "regex",
12597 "winreg 0.55.0",
12598]
12599
12600[[package]]
12601name = "pet-winpython"
12602version = "0.1.0"
12603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12604dependencies = [
12605 "lazy_static",
12606 "log",
12607 "pet-core",
12608 "pet-fs",
12609 "pet-python-utils",
12610 "pet-virtualenv",
12611 "regex",
12612]
12613
12614[[package]]
12615name = "petgraph"
12616version = "0.6.5"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12619dependencies = [
12620 "fixedbitset 0.4.2",
12621 "indexmap",
12622]
12623
12624[[package]]
12625name = "pgvector"
12626version = "0.4.1"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12629dependencies = [
12630 "serde",
12631]
12632
12633[[package]]
12634name = "phf"
12635version = "0.11.3"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12638dependencies = [
12639 "phf_macros 0.11.3",
12640 "phf_shared 0.11.3",
12641]
12642
12643[[package]]
12644name = "phf"
12645version = "0.12.1"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12648dependencies = [
12649 "phf_macros 0.12.1",
12650 "phf_shared 0.12.1",
12651]
12652
12653[[package]]
12654name = "phf_codegen"
12655version = "0.11.3"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12658dependencies = [
12659 "phf_generator 0.11.3",
12660 "phf_shared 0.11.3",
12661]
12662
12663[[package]]
12664name = "phf_generator"
12665version = "0.11.3"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12668dependencies = [
12669 "phf_shared 0.11.3",
12670 "rand 0.8.5",
12671]
12672
12673[[package]]
12674name = "phf_generator"
12675version = "0.12.1"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12678dependencies = [
12679 "fastrand 2.3.0",
12680 "phf_shared 0.12.1",
12681]
12682
12683[[package]]
12684name = "phf_macros"
12685version = "0.11.3"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12688dependencies = [
12689 "phf_generator 0.11.3",
12690 "phf_shared 0.11.3",
12691 "proc-macro2",
12692 "quote",
12693 "syn 2.0.117",
12694]
12695
12696[[package]]
12697name = "phf_macros"
12698version = "0.12.1"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12701dependencies = [
12702 "phf_generator 0.12.1",
12703 "phf_shared 0.12.1",
12704 "proc-macro2",
12705 "quote",
12706 "syn 2.0.117",
12707]
12708
12709[[package]]
12710name = "phf_shared"
12711version = "0.11.3"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12714dependencies = [
12715 "siphasher 1.0.1",
12716]
12717
12718[[package]]
12719name = "phf_shared"
12720version = "0.12.1"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12723dependencies = [
12724 "siphasher 1.0.1",
12725]
12726
12727[[package]]
12728name = "picker"
12729version = "0.1.0"
12730dependencies = [
12731 "anyhow",
12732 "editor",
12733 "gpui",
12734 "menu",
12735 "schemars",
12736 "serde",
12737 "settings",
12738 "theme",
12739 "ui",
12740 "ui_input",
12741 "workspace",
12742 "zed_actions",
12743]
12744
12745[[package]]
12746name = "pico-args"
12747version = "0.5.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12750
12751[[package]]
12752name = "pin-project"
12753version = "1.1.10"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12756dependencies = [
12757 "pin-project-internal",
12758]
12759
12760[[package]]
12761name = "pin-project-internal"
12762version = "1.1.10"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12765dependencies = [
12766 "proc-macro2",
12767 "quote",
12768 "syn 2.0.117",
12769]
12770
12771[[package]]
12772name = "pin-project-lite"
12773version = "0.2.16"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12776
12777[[package]]
12778name = "pin-utils"
12779version = "0.1.0"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12782
12783[[package]]
12784name = "piper"
12785version = "0.2.4"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12788dependencies = [
12789 "atomic-waker",
12790 "fastrand 2.3.0",
12791 "futures-io",
12792]
12793
12794[[package]]
12795name = "pkcs1"
12796version = "0.7.5"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12799dependencies = [
12800 "der 0.7.10",
12801 "pkcs8 0.10.2",
12802 "spki 0.7.3",
12803]
12804
12805[[package]]
12806name = "pkcs8"
12807version = "0.9.0"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12810dependencies = [
12811 "der 0.6.1",
12812 "spki 0.6.0",
12813]
12814
12815[[package]]
12816name = "pkcs8"
12817version = "0.10.2"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12820dependencies = [
12821 "der 0.7.10",
12822 "spki 0.7.3",
12823]
12824
12825[[package]]
12826name = "pkg-config"
12827version = "0.3.32"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12830
12831[[package]]
12832name = "plain"
12833version = "0.2.3"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12836
12837[[package]]
12838name = "platform_title_bar"
12839version = "0.1.0"
12840dependencies = [
12841 "feature_flags",
12842 "gpui",
12843 "project",
12844 "settings",
12845 "smallvec",
12846 "theme",
12847 "ui",
12848 "windows 0.61.3",
12849 "workspace",
12850 "zed_actions",
12851]
12852
12853[[package]]
12854name = "plist"
12855version = "1.8.0"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12858dependencies = [
12859 "base64 0.22.1",
12860 "indexmap",
12861 "quick-xml 0.38.3",
12862 "serde",
12863 "time",
12864]
12865
12866[[package]]
12867name = "plotters"
12868version = "0.3.7"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12871dependencies = [
12872 "num-traits",
12873 "plotters-backend",
12874 "plotters-svg",
12875 "wasm-bindgen",
12876 "web-sys",
12877]
12878
12879[[package]]
12880name = "plotters-backend"
12881version = "0.3.7"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12884
12885[[package]]
12886name = "plotters-svg"
12887version = "0.3.7"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12890dependencies = [
12891 "plotters-backend",
12892]
12893
12894[[package]]
12895name = "png"
12896version = "0.17.16"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12899dependencies = [
12900 "bitflags 1.3.2",
12901 "crc32fast",
12902 "fdeflate",
12903 "flate2",
12904 "miniz_oxide",
12905]
12906
12907[[package]]
12908name = "png"
12909version = "0.18.0"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12912dependencies = [
12913 "bitflags 2.10.0",
12914 "crc32fast",
12915 "fdeflate",
12916 "flate2",
12917 "miniz_oxide",
12918]
12919
12920[[package]]
12921name = "polling"
12922version = "3.11.0"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12925dependencies = [
12926 "cfg-if",
12927 "concurrent-queue",
12928 "hermit-abi",
12929 "pin-project-lite",
12930 "rustix 1.1.2",
12931 "windows-sys 0.61.2",
12932]
12933
12934[[package]]
12935name = "pollster"
12936version = "0.2.5"
12937source = "registry+https://github.com/rust-lang/crates.io-index"
12938checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12939
12940[[package]]
12941name = "pollster"
12942version = "0.4.0"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12945
12946[[package]]
12947name = "pori"
12948version = "0.0.0"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12951dependencies = [
12952 "nom 7.1.3",
12953]
12954
12955[[package]]
12956name = "portable-atomic"
12957version = "1.11.1"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12960
12961[[package]]
12962name = "portable-atomic-util"
12963version = "0.2.4"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12966dependencies = [
12967 "portable-atomic",
12968]
12969
12970[[package]]
12971name = "portable-pty"
12972version = "0.9.0"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12975dependencies = [
12976 "anyhow",
12977 "bitflags 1.3.2",
12978 "downcast-rs",
12979 "filedescriptor",
12980 "lazy_static",
12981 "libc",
12982 "log",
12983 "nix 0.28.0",
12984 "serial2",
12985 "shared_library",
12986 "shell-words",
12987 "winapi",
12988 "winreg 0.10.1",
12989]
12990
12991[[package]]
12992name = "postage"
12993version = "0.5.0"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12996dependencies = [
12997 "atomic",
12998 "crossbeam-queue",
12999 "futures 0.3.31",
13000 "log",
13001 "parking_lot",
13002 "pin-project",
13003 "pollster 0.2.5",
13004 "static_assertions",
13005 "thiserror 1.0.69",
13006]
13007
13008[[package]]
13009name = "postcard"
13010version = "1.1.3"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13013dependencies = [
13014 "cobs",
13015 "embedded-io 0.4.0",
13016 "embedded-io 0.6.1",
13017 "serde",
13018]
13019
13020[[package]]
13021name = "potential_utf"
13022version = "0.1.3"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13025dependencies = [
13026 "zerovec",
13027]
13028
13029[[package]]
13030name = "powerfmt"
13031version = "0.2.0"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13034
13035[[package]]
13036name = "ppv-lite86"
13037version = "0.2.21"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13040dependencies = [
13041 "zerocopy",
13042]
13043
13044[[package]]
13045name = "precomputed-hash"
13046version = "0.1.1"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13049
13050[[package]]
13051name = "presser"
13052version = "0.3.1"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13055
13056[[package]]
13057name = "prettier"
13058version = "0.1.0"
13059dependencies = [
13060 "anyhow",
13061 "collections",
13062 "fs",
13063 "gpui",
13064 "language",
13065 "log",
13066 "lsp",
13067 "node_runtime",
13068 "parking_lot",
13069 "paths",
13070 "serde",
13071 "serde_json",
13072 "util",
13073]
13074
13075[[package]]
13076name = "pretty_assertions"
13077version = "1.4.1"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13080dependencies = [
13081 "diff",
13082 "yansi",
13083]
13084
13085[[package]]
13086name = "prettyplease"
13087version = "0.2.37"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13090dependencies = [
13091 "proc-macro2",
13092 "syn 2.0.117",
13093]
13094
13095[[package]]
13096name = "primal-check"
13097version = "0.3.4"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13100dependencies = [
13101 "num-integer",
13102]
13103
13104[[package]]
13105name = "proc-macro-crate"
13106version = "3.4.0"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13109dependencies = [
13110 "toml_edit 0.23.7",
13111]
13112
13113[[package]]
13114name = "proc-macro-error"
13115version = "1.0.4"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13118dependencies = [
13119 "proc-macro-error-attr",
13120 "proc-macro2",
13121 "quote",
13122 "syn 1.0.109",
13123 "version_check",
13124]
13125
13126[[package]]
13127name = "proc-macro-error-attr"
13128version = "1.0.4"
13129source = "registry+https://github.com/rust-lang/crates.io-index"
13130checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13131dependencies = [
13132 "proc-macro2",
13133 "quote",
13134 "version_check",
13135]
13136
13137[[package]]
13138name = "proc-macro-error-attr2"
13139version = "2.0.0"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13142dependencies = [
13143 "proc-macro2",
13144 "quote",
13145]
13146
13147[[package]]
13148name = "proc-macro-error2"
13149version = "2.0.1"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13152dependencies = [
13153 "proc-macro-error-attr2",
13154 "proc-macro2",
13155 "quote",
13156 "syn 2.0.117",
13157]
13158
13159[[package]]
13160name = "proc-macro2"
13161version = "1.0.101"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13164dependencies = [
13165 "unicode-ident",
13166]
13167
13168[[package]]
13169name = "proc-macro2-diagnostics"
13170version = "0.10.1"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13173dependencies = [
13174 "proc-macro2",
13175 "quote",
13176 "syn 2.0.117",
13177 "version_check",
13178 "yansi",
13179]
13180
13181[[package]]
13182name = "procfs-core"
13183version = "0.17.0"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13186dependencies = [
13187 "bitflags 2.10.0",
13188 "hex",
13189 "serde",
13190]
13191
13192[[package]]
13193name = "profiling"
13194version = "1.0.17"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13197dependencies = [
13198 "profiling-procmacros",
13199]
13200
13201[[package]]
13202name = "profiling-procmacros"
13203version = "1.0.17"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13206dependencies = [
13207 "quote",
13208 "syn 2.0.117",
13209]
13210
13211[[package]]
13212name = "project"
13213version = "0.1.0"
13214dependencies = [
13215 "aho-corasick",
13216 "anyhow",
13217 "askpass",
13218 "async-trait",
13219 "base64 0.22.1",
13220 "buffer_diff",
13221 "circular-buffer",
13222 "client",
13223 "clock",
13224 "collections",
13225 "context_server",
13226 "credentials_provider",
13227 "dap",
13228 "encoding_rs",
13229 "extension",
13230 "fancy-regex 0.17.0",
13231 "fs",
13232 "futures 0.3.31",
13233 "fuzzy",
13234 "git",
13235 "git2",
13236 "git_hosting_providers",
13237 "globset",
13238 "gpui",
13239 "http_client",
13240 "image",
13241 "indexmap",
13242 "itertools 0.14.0",
13243 "language",
13244 "log",
13245 "lsp",
13246 "markdown",
13247 "node_runtime",
13248 "parking_lot",
13249 "paths",
13250 "percent-encoding",
13251 "postage",
13252 "prettier",
13253 "pretty_assertions",
13254 "project",
13255 "rand 0.9.2",
13256 "regex",
13257 "release_channel",
13258 "remote",
13259 "rpc",
13260 "schemars",
13261 "semver",
13262 "serde",
13263 "serde_json",
13264 "settings",
13265 "sha2",
13266 "shellexpand 2.1.2",
13267 "smallvec",
13268 "smol",
13269 "snippet",
13270 "snippet_provider",
13271 "sum_tree",
13272 "task",
13273 "tempfile",
13274 "terminal",
13275 "text",
13276 "toml 0.8.23",
13277 "tracing",
13278 "unindent",
13279 "url",
13280 "util",
13281 "watch",
13282 "wax",
13283 "which 6.0.3",
13284 "worktree",
13285 "zeroize",
13286 "zlog",
13287 "ztracing",
13288]
13289
13290[[package]]
13291name = "project_benchmarks"
13292version = "0.1.0"
13293dependencies = [
13294 "anyhow",
13295 "askpass",
13296 "clap",
13297 "client",
13298 "futures 0.3.31",
13299 "gpui",
13300 "gpui_platform",
13301 "http_client",
13302 "language",
13303 "node_runtime",
13304 "project",
13305 "release_channel",
13306 "remote",
13307 "rpassword",
13308 "semver",
13309 "settings",
13310 "watch",
13311]
13312
13313[[package]]
13314name = "project_panel"
13315version = "0.1.0"
13316dependencies = [
13317 "anyhow",
13318 "client",
13319 "collections",
13320 "command_palette_hooks",
13321 "criterion",
13322 "editor",
13323 "feature_flags",
13324 "file_icons",
13325 "git",
13326 "git_ui",
13327 "gpui",
13328 "itertools 0.14.0",
13329 "language",
13330 "menu",
13331 "notifications",
13332 "pretty_assertions",
13333 "project",
13334 "rayon",
13335 "remote_connection",
13336 "schemars",
13337 "search",
13338 "serde",
13339 "serde_json",
13340 "settings",
13341 "smallvec",
13342 "telemetry",
13343 "tempfile",
13344 "theme",
13345 "ui",
13346 "util",
13347 "workspace",
13348 "worktree",
13349 "zed_actions",
13350]
13351
13352[[package]]
13353name = "project_symbols"
13354version = "0.1.0"
13355dependencies = [
13356 "anyhow",
13357 "editor",
13358 "futures 0.3.31",
13359 "fuzzy",
13360 "gpui",
13361 "language",
13362 "lsp",
13363 "ordered-float 2.10.1",
13364 "picker",
13365 "project",
13366 "release_channel",
13367 "semver",
13368 "serde_json",
13369 "settings",
13370 "theme",
13371 "util",
13372 "workspace",
13373]
13374
13375[[package]]
13376name = "prometheus"
13377version = "0.14.0"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13380dependencies = [
13381 "cfg-if",
13382 "fnv",
13383 "lazy_static",
13384 "memchr",
13385 "parking_lot",
13386 "protobuf",
13387 "thiserror 2.0.17",
13388]
13389
13390[[package]]
13391name = "prompt_store"
13392version = "0.1.0"
13393dependencies = [
13394 "anyhow",
13395 "assets",
13396 "chrono",
13397 "collections",
13398 "fs",
13399 "futures 0.3.31",
13400 "fuzzy",
13401 "gpui",
13402 "handlebars 4.5.0",
13403 "heed",
13404 "language",
13405 "log",
13406 "parking_lot",
13407 "paths",
13408 "rope",
13409 "serde",
13410 "strum 0.27.2",
13411 "tempfile",
13412 "text",
13413 "util",
13414 "uuid",
13415]
13416
13417[[package]]
13418name = "proptest"
13419version = "1.10.0"
13420source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13421dependencies = [
13422 "bit-set 0.8.0",
13423 "bit-vec 0.8.0",
13424 "bitflags 2.10.0",
13425 "num-traits",
13426 "proptest-macro",
13427 "rand 0.9.2",
13428 "rand_chacha 0.9.0",
13429 "rand_xorshift",
13430 "regex-syntax",
13431 "rusty-fork",
13432 "tempfile",
13433 "unarray",
13434]
13435
13436[[package]]
13437name = "proptest-derive"
13438version = "0.8.0"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13441dependencies = [
13442 "proc-macro2",
13443 "quote",
13444 "syn 2.0.117",
13445]
13446
13447[[package]]
13448name = "proptest-macro"
13449version = "0.5.0"
13450source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13451dependencies = [
13452 "convert_case 0.11.0",
13453 "proc-macro2",
13454 "quote",
13455 "syn 2.0.117",
13456]
13457
13458[[package]]
13459name = "prost"
13460version = "0.9.0"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13463dependencies = [
13464 "bytes 1.11.1",
13465 "prost-derive 0.9.0",
13466]
13467
13468[[package]]
13469name = "prost"
13470version = "0.12.6"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13473dependencies = [
13474 "bytes 1.11.1",
13475 "prost-derive 0.12.6",
13476]
13477
13478[[package]]
13479name = "prost-build"
13480version = "0.9.0"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13483dependencies = [
13484 "bytes 1.11.1",
13485 "heck 0.3.3",
13486 "itertools 0.10.5",
13487 "lazy_static",
13488 "log",
13489 "multimap",
13490 "petgraph",
13491 "prost 0.9.0",
13492 "prost-types 0.9.0",
13493 "regex",
13494 "tempfile",
13495 "which 4.4.2",
13496]
13497
13498[[package]]
13499name = "prost-build"
13500version = "0.12.6"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13503dependencies = [
13504 "bytes 1.11.1",
13505 "heck 0.5.0",
13506 "itertools 0.12.1",
13507 "log",
13508 "multimap",
13509 "once_cell",
13510 "petgraph",
13511 "prettyplease",
13512 "prost 0.12.6",
13513 "prost-types 0.12.6",
13514 "regex",
13515 "syn 2.0.117",
13516 "tempfile",
13517]
13518
13519[[package]]
13520name = "prost-derive"
13521version = "0.9.0"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13524dependencies = [
13525 "anyhow",
13526 "itertools 0.10.5",
13527 "proc-macro2",
13528 "quote",
13529 "syn 1.0.109",
13530]
13531
13532[[package]]
13533name = "prost-derive"
13534version = "0.12.6"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13537dependencies = [
13538 "anyhow",
13539 "itertools 0.12.1",
13540 "proc-macro2",
13541 "quote",
13542 "syn 2.0.117",
13543]
13544
13545[[package]]
13546name = "prost-types"
13547version = "0.9.0"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13550dependencies = [
13551 "bytes 1.11.1",
13552 "prost 0.9.0",
13553]
13554
13555[[package]]
13556name = "prost-types"
13557version = "0.12.6"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13560dependencies = [
13561 "prost 0.12.6",
13562]
13563
13564[[package]]
13565name = "proto"
13566version = "0.1.0"
13567dependencies = [
13568 "anyhow",
13569 "prost 0.9.0",
13570 "prost-build 0.9.0",
13571 "serde",
13572]
13573
13574[[package]]
13575name = "protobuf"
13576version = "3.7.2"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13579dependencies = [
13580 "once_cell",
13581 "protobuf-support",
13582 "thiserror 1.0.69",
13583]
13584
13585[[package]]
13586name = "protobuf-support"
13587version = "3.7.2"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13590dependencies = [
13591 "thiserror 1.0.69",
13592]
13593
13594[[package]]
13595name = "psm"
13596version = "0.1.30"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13599dependencies = [
13600 "ar_archive_writer",
13601 "cc",
13602]
13603
13604[[package]]
13605name = "ptr_meta"
13606version = "0.1.4"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13609dependencies = [
13610 "ptr_meta_derive",
13611]
13612
13613[[package]]
13614name = "ptr_meta_derive"
13615version = "0.1.4"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13618dependencies = [
13619 "proc-macro2",
13620 "quote",
13621 "syn 1.0.109",
13622]
13623
13624[[package]]
13625name = "pulldown-cmark"
13626version = "0.10.3"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13629dependencies = [
13630 "bitflags 2.10.0",
13631 "memchr",
13632 "pulldown-cmark-escape",
13633 "unicase",
13634]
13635
13636[[package]]
13637name = "pulldown-cmark"
13638version = "0.13.0"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13641dependencies = [
13642 "bitflags 2.10.0",
13643 "memchr",
13644 "unicase",
13645]
13646
13647[[package]]
13648name = "pulldown-cmark-escape"
13649version = "0.10.1"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13652
13653[[package]]
13654name = "pulley-interpreter"
13655version = "33.0.2"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13658dependencies = [
13659 "cranelift-bitset",
13660 "log",
13661 "wasmtime-math",
13662]
13663
13664[[package]]
13665name = "pulp"
13666version = "0.18.22"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13669dependencies = [
13670 "bytemuck",
13671 "libm",
13672 "num-complex",
13673 "reborrow",
13674]
13675
13676[[package]]
13677name = "pulp"
13678version = "0.21.5"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13681dependencies = [
13682 "bytemuck",
13683 "cfg-if",
13684 "libm",
13685 "num-complex",
13686 "reborrow",
13687 "version_check",
13688]
13689
13690[[package]]
13691name = "pxfm"
13692version = "0.1.25"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13695dependencies = [
13696 "num-traits",
13697]
13698
13699[[package]]
13700name = "qoi"
13701version = "0.4.1"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13704dependencies = [
13705 "bytemuck",
13706]
13707
13708[[package]]
13709name = "quick-error"
13710version = "1.2.3"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13713
13714[[package]]
13715name = "quick-error"
13716version = "2.0.1"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13719
13720[[package]]
13721name = "quick-xml"
13722version = "0.30.0"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13725dependencies = [
13726 "memchr",
13727]
13728
13729[[package]]
13730name = "quick-xml"
13731version = "0.37.5"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13734dependencies = [
13735 "memchr",
13736]
13737
13738[[package]]
13739name = "quick-xml"
13740version = "0.38.3"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13743dependencies = [
13744 "memchr",
13745]
13746
13747[[package]]
13748name = "quinn"
13749version = "0.11.9"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13752dependencies = [
13753 "bytes 1.11.1",
13754 "cfg_aliases 0.2.1",
13755 "pin-project-lite",
13756 "quinn-proto",
13757 "quinn-udp",
13758 "rustc-hash 2.1.1",
13759 "rustls 0.23.33",
13760 "socket2 0.6.1",
13761 "thiserror 2.0.17",
13762 "tokio",
13763 "tracing",
13764 "web-time",
13765]
13766
13767[[package]]
13768name = "quinn-proto"
13769version = "0.11.13"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13772dependencies = [
13773 "bytes 1.11.1",
13774 "getrandom 0.3.4",
13775 "lru-slab",
13776 "rand 0.9.2",
13777 "ring",
13778 "rustc-hash 2.1.1",
13779 "rustls 0.23.33",
13780 "rustls-pki-types",
13781 "slab",
13782 "thiserror 2.0.17",
13783 "tinyvec",
13784 "tracing",
13785 "web-time",
13786]
13787
13788[[package]]
13789name = "quinn-udp"
13790version = "0.5.14"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13793dependencies = [
13794 "cfg_aliases 0.2.1",
13795 "libc",
13796 "once_cell",
13797 "socket2 0.6.1",
13798 "tracing",
13799 "windows-sys 0.60.2",
13800]
13801
13802[[package]]
13803name = "quote"
13804version = "1.0.41"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13807dependencies = [
13808 "proc-macro2",
13809]
13810
13811[[package]]
13812name = "r-efi"
13813version = "5.3.0"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13816
13817[[package]]
13818name = "radium"
13819version = "0.7.0"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13822
13823[[package]]
13824name = "rand"
13825version = "0.3.23"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13828dependencies = [
13829 "libc",
13830 "rand 0.4.6",
13831]
13832
13833[[package]]
13834name = "rand"
13835version = "0.4.6"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13838dependencies = [
13839 "fuchsia-cprng",
13840 "libc",
13841 "rand_core 0.3.1",
13842 "rdrand",
13843 "winapi",
13844]
13845
13846[[package]]
13847name = "rand"
13848version = "0.8.5"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13851dependencies = [
13852 "libc",
13853 "rand_chacha 0.3.1",
13854 "rand_core 0.6.4",
13855]
13856
13857[[package]]
13858name = "rand"
13859version = "0.9.2"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13862dependencies = [
13863 "rand_chacha 0.9.0",
13864 "rand_core 0.9.3",
13865]
13866
13867[[package]]
13868name = "rand_chacha"
13869version = "0.3.1"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13872dependencies = [
13873 "ppv-lite86",
13874 "rand_core 0.6.4",
13875]
13876
13877[[package]]
13878name = "rand_chacha"
13879version = "0.9.0"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13882dependencies = [
13883 "ppv-lite86",
13884 "rand_core 0.9.3",
13885]
13886
13887[[package]]
13888name = "rand_core"
13889version = "0.3.1"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13892dependencies = [
13893 "rand_core 0.4.2",
13894]
13895
13896[[package]]
13897name = "rand_core"
13898version = "0.4.2"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13901
13902[[package]]
13903name = "rand_core"
13904version = "0.6.4"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13907dependencies = [
13908 "getrandom 0.2.16",
13909]
13910
13911[[package]]
13912name = "rand_core"
13913version = "0.9.3"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13916dependencies = [
13917 "getrandom 0.3.4",
13918]
13919
13920[[package]]
13921name = "rand_distr"
13922version = "0.5.1"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13925dependencies = [
13926 "num-traits",
13927 "rand 0.9.2",
13928]
13929
13930[[package]]
13931name = "rand_pcg"
13932version = "0.3.1"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13935dependencies = [
13936 "rand_core 0.6.4",
13937]
13938
13939[[package]]
13940name = "rand_xorshift"
13941version = "0.4.0"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13944dependencies = [
13945 "rand_core 0.9.3",
13946]
13947
13948[[package]]
13949name = "random_choice"
13950version = "0.3.2"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13953dependencies = [
13954 "rand 0.3.23",
13955]
13956
13957[[package]]
13958name = "range-alloc"
13959version = "0.1.4"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13962
13963[[package]]
13964name = "range-map"
13965version = "0.2.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13968dependencies = [
13969 "num-traits",
13970]
13971
13972[[package]]
13973name = "rangemap"
13974version = "1.7.1"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13977
13978[[package]]
13979name = "rav1e"
13980version = "0.7.1"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13983dependencies = [
13984 "arbitrary",
13985 "arg_enum_proc_macro",
13986 "arrayvec",
13987 "av1-grain",
13988 "bitstream-io",
13989 "built",
13990 "cfg-if",
13991 "interpolate_name",
13992 "itertools 0.12.1",
13993 "libc",
13994 "libfuzzer-sys",
13995 "log",
13996 "maybe-rayon",
13997 "new_debug_unreachable",
13998 "noop_proc_macro",
13999 "num-derive",
14000 "num-traits",
14001 "once_cell",
14002 "paste",
14003 "profiling",
14004 "rand 0.8.5",
14005 "rand_chacha 0.3.1",
14006 "simd_helpers",
14007 "system-deps 6.2.2",
14008 "thiserror 1.0.69",
14009 "v_frame",
14010 "wasm-bindgen",
14011]
14012
14013[[package]]
14014name = "ravif"
14015version = "0.11.20"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14018dependencies = [
14019 "avif-serialize",
14020 "imgref",
14021 "loop9",
14022 "quick-error 2.0.1",
14023 "rav1e",
14024 "rayon",
14025 "rgb",
14026]
14027
14028[[package]]
14029name = "raw-cpuid"
14030version = "10.7.0"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14033dependencies = [
14034 "bitflags 1.3.2",
14035]
14036
14037[[package]]
14038name = "raw-cpuid"
14039version = "11.6.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14042dependencies = [
14043 "bitflags 2.10.0",
14044]
14045
14046[[package]]
14047name = "raw-window-handle"
14048version = "0.6.2"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14051
14052[[package]]
14053name = "raw-window-metal"
14054version = "1.1.0"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14057dependencies = [
14058 "objc2",
14059 "objc2-core-foundation",
14060 "objc2-foundation",
14061 "objc2-quartz-core",
14062]
14063
14064[[package]]
14065name = "rayon"
14066version = "1.11.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14069dependencies = [
14070 "either",
14071 "rayon-core",
14072]
14073
14074[[package]]
14075name = "rayon-core"
14076version = "1.13.0"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14079dependencies = [
14080 "crossbeam-deque",
14081 "crossbeam-utils",
14082]
14083
14084[[package]]
14085name = "rdrand"
14086version = "0.4.0"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14089dependencies = [
14090 "rand_core 0.3.1",
14091]
14092
14093[[package]]
14094name = "read-fonts"
14095version = "0.35.0"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14098dependencies = [
14099 "bytemuck",
14100 "font-types 0.10.0",
14101]
14102
14103[[package]]
14104name = "read-fonts"
14105version = "0.37.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14108dependencies = [
14109 "bytemuck",
14110 "core_maths",
14111 "font-types 0.11.0",
14112]
14113
14114[[package]]
14115name = "realfft"
14116version = "3.5.0"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14119dependencies = [
14120 "rustfft",
14121]
14122
14123[[package]]
14124name = "reborrow"
14125version = "0.5.5"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14128
14129[[package]]
14130name = "recent_projects"
14131version = "0.1.0"
14132dependencies = [
14133 "anyhow",
14134 "askpass",
14135 "chrono",
14136 "db",
14137 "dev_container",
14138 "editor",
14139 "extension",
14140 "extension_host",
14141 "fs",
14142 "futures 0.3.31",
14143 "fuzzy",
14144 "gpui",
14145 "http_client",
14146 "indoc",
14147 "language",
14148 "log",
14149 "menu",
14150 "node_runtime",
14151 "open_path_prompt",
14152 "ordered-float 2.10.1",
14153 "paths",
14154 "picker",
14155 "project",
14156 "release_channel",
14157 "remote",
14158 "remote_connection",
14159 "remote_server",
14160 "semver",
14161 "serde",
14162 "serde_json",
14163 "settings",
14164 "smol",
14165 "task",
14166 "telemetry",
14167 "ui",
14168 "ui_input",
14169 "util",
14170 "windows-registry 0.6.1",
14171 "workspace",
14172 "worktree",
14173 "zed_actions",
14174]
14175
14176[[package]]
14177name = "redox_syscall"
14178version = "0.2.16"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14181dependencies = [
14182 "bitflags 1.3.2",
14183]
14184
14185[[package]]
14186name = "redox_syscall"
14187version = "0.5.18"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14190dependencies = [
14191 "bitflags 2.10.0",
14192]
14193
14194[[package]]
14195name = "redox_users"
14196version = "0.4.6"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14199dependencies = [
14200 "getrandom 0.2.16",
14201 "libredox",
14202 "thiserror 1.0.69",
14203]
14204
14205[[package]]
14206name = "redox_users"
14207version = "0.5.2"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14210dependencies = [
14211 "getrandom 0.2.16",
14212 "libredox",
14213 "thiserror 2.0.17",
14214]
14215
14216[[package]]
14217name = "ref-cast"
14218version = "1.0.25"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14221dependencies = [
14222 "ref-cast-impl",
14223]
14224
14225[[package]]
14226name = "ref-cast-impl"
14227version = "1.0.25"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14230dependencies = [
14231 "proc-macro2",
14232 "quote",
14233 "syn 2.0.117",
14234]
14235
14236[[package]]
14237name = "referencing"
14238version = "0.37.4"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14241dependencies = [
14242 "ahash 0.8.12",
14243 "fluent-uri",
14244 "getrandom 0.3.4",
14245 "hashbrown 0.16.1",
14246 "parking_lot",
14247 "percent-encoding",
14248 "serde_json",
14249]
14250
14251[[package]]
14252name = "refineable"
14253version = "0.1.0"
14254dependencies = [
14255 "derive_refineable",
14256]
14257
14258[[package]]
14259name = "regalloc2"
14260version = "0.12.2"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14263dependencies = [
14264 "allocator-api2",
14265 "bumpalo",
14266 "hashbrown 0.15.5",
14267 "log",
14268 "rustc-hash 2.1.1",
14269 "serde",
14270 "smallvec",
14271]
14272
14273[[package]]
14274name = "regex"
14275version = "1.12.2"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14278dependencies = [
14279 "aho-corasick",
14280 "memchr",
14281 "regex-automata",
14282 "regex-syntax",
14283]
14284
14285[[package]]
14286name = "regex-automata"
14287version = "0.4.13"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14290dependencies = [
14291 "aho-corasick",
14292 "memchr",
14293 "regex-syntax",
14294]
14295
14296[[package]]
14297name = "regex-lite"
14298version = "0.1.8"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14301
14302[[package]]
14303name = "regex-syntax"
14304version = "0.8.8"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14307
14308[[package]]
14309name = "release_channel"
14310version = "0.1.0"
14311dependencies = [
14312 "gpui",
14313 "semver",
14314]
14315
14316[[package]]
14317name = "remote"
14318version = "0.1.0"
14319dependencies = [
14320 "anyhow",
14321 "askpass",
14322 "async-trait",
14323 "base64 0.22.1",
14324 "collections",
14325 "fs",
14326 "futures 0.3.31",
14327 "gpui",
14328 "log",
14329 "parking_lot",
14330 "paths",
14331 "prost 0.9.0",
14332 "release_channel",
14333 "rpc",
14334 "schemars",
14335 "semver",
14336 "serde",
14337 "serde_json",
14338 "settings",
14339 "smol",
14340 "tempfile",
14341 "thiserror 2.0.17",
14342 "urlencoding",
14343 "util",
14344 "which 6.0.3",
14345]
14346
14347[[package]]
14348name = "remote_connection"
14349version = "0.1.0"
14350dependencies = [
14351 "anyhow",
14352 "askpass",
14353 "auto_update",
14354 "futures 0.3.31",
14355 "gpui",
14356 "log",
14357 "markdown",
14358 "menu",
14359 "release_channel",
14360 "remote",
14361 "semver",
14362 "settings",
14363 "theme",
14364 "ui",
14365 "ui_input",
14366 "workspace",
14367]
14368
14369[[package]]
14370name = "remote_server"
14371version = "0.1.0"
14372dependencies = [
14373 "action_log",
14374 "agent",
14375 "anyhow",
14376 "askpass",
14377 "cargo_toml",
14378 "clap",
14379 "client",
14380 "clock",
14381 "collections",
14382 "crash-handler",
14383 "crashes",
14384 "dap_adapters",
14385 "debug_adapter_extension",
14386 "editor",
14387 "env_logger 0.11.8",
14388 "extension",
14389 "extension_host",
14390 "fork",
14391 "fs",
14392 "futures 0.3.31",
14393 "git",
14394 "git2",
14395 "git_hosting_providers",
14396 "gpui",
14397 "gpui_platform",
14398 "gpui_tokio",
14399 "http_client",
14400 "image",
14401 "json_schema_store",
14402 "language",
14403 "language_extension",
14404 "language_model",
14405 "languages",
14406 "libc",
14407 "log",
14408 "lsp",
14409 "minidumper",
14410 "net",
14411 "node_runtime",
14412 "paths",
14413 "pretty_assertions",
14414 "project",
14415 "proto",
14416 "rayon",
14417 "release_channel",
14418 "remote",
14419 "reqwest_client",
14420 "rpc",
14421 "rust-embed",
14422 "semver",
14423 "serde",
14424 "serde_json",
14425 "settings",
14426 "shellexpand 2.1.2",
14427 "smol",
14428 "sysinfo 0.37.2",
14429 "task",
14430 "theme",
14431 "thiserror 2.0.17",
14432 "toml 0.8.23",
14433 "unindent",
14434 "util",
14435 "uuid",
14436 "watch",
14437 "windows 0.61.3",
14438 "worktree",
14439 "zlog",
14440]
14441
14442[[package]]
14443name = "rend"
14444version = "0.4.2"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14447dependencies = [
14448 "bytecheck",
14449]
14450
14451[[package]]
14452name = "renderdoc-sys"
14453version = "1.1.0"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14456
14457[[package]]
14458name = "repl"
14459version = "0.1.0"
14460dependencies = [
14461 "alacritty_terminal",
14462 "anyhow",
14463 "async-dispatcher",
14464 "async-task",
14465 "async-tungstenite",
14466 "base64 0.22.1",
14467 "client",
14468 "collections",
14469 "command_palette_hooks",
14470 "editor",
14471 "feature_flags",
14472 "file_icons",
14473 "futures 0.3.31",
14474 "gpui",
14475 "html_to_markdown",
14476 "http_client",
14477 "image",
14478 "indoc",
14479 "jupyter-protocol",
14480 "jupyter-websocket-client",
14481 "language",
14482 "languages",
14483 "log",
14484 "markdown",
14485 "menu",
14486 "multi_buffer",
14487 "nbformat",
14488 "picker",
14489 "project",
14490 "remote",
14491 "runtimelib",
14492 "serde",
14493 "serde_json",
14494 "settings",
14495 "shlex",
14496 "smol",
14497 "telemetry",
14498 "terminal",
14499 "terminal_view",
14500 "theme",
14501 "tree-sitter-md",
14502 "tree-sitter-python",
14503 "tree-sitter-typescript",
14504 "ui",
14505 "util",
14506 "uuid",
14507 "workspace",
14508 "zed_actions",
14509]
14510
14511[[package]]
14512name = "reqwest"
14513version = "0.11.27"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14516dependencies = [
14517 "base64 0.21.7",
14518 "bytes 1.11.1",
14519 "encoding_rs",
14520 "futures-core",
14521 "futures-util",
14522 "h2 0.3.27",
14523 "http 0.2.12",
14524 "http-body 0.4.6",
14525 "hyper 0.14.32",
14526 "hyper-tls",
14527 "ipnet",
14528 "js-sys",
14529 "log",
14530 "mime",
14531 "native-tls",
14532 "once_cell",
14533 "percent-encoding",
14534 "pin-project-lite",
14535 "rustls-pemfile 1.0.4",
14536 "serde",
14537 "serde_json",
14538 "serde_urlencoded",
14539 "sync_wrapper 0.1.2",
14540 "system-configuration 0.5.1",
14541 "tokio",
14542 "tokio-native-tls",
14543 "tower-service",
14544 "url",
14545 "wasm-bindgen",
14546 "wasm-bindgen-futures",
14547 "web-sys",
14548 "winreg 0.50.0",
14549]
14550
14551[[package]]
14552name = "reqwest"
14553version = "0.12.24"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14556dependencies = [
14557 "base64 0.22.1",
14558 "bytes 1.11.1",
14559 "futures-channel",
14560 "futures-core",
14561 "futures-util",
14562 "http 1.3.1",
14563 "http-body 1.0.1",
14564 "http-body-util",
14565 "hyper 1.7.0",
14566 "hyper-rustls 0.27.7",
14567 "hyper-util",
14568 "js-sys",
14569 "log",
14570 "percent-encoding",
14571 "pin-project-lite",
14572 "quinn",
14573 "rustls 0.23.33",
14574 "rustls-native-certs 0.8.2",
14575 "rustls-pki-types",
14576 "serde",
14577 "serde_json",
14578 "serde_urlencoded",
14579 "sync_wrapper 1.0.2",
14580 "tokio",
14581 "tokio-rustls 0.26.2",
14582 "tower 0.5.2",
14583 "tower-http 0.6.6",
14584 "tower-service",
14585 "url",
14586 "wasm-bindgen",
14587 "wasm-bindgen-futures",
14588 "web-sys",
14589]
14590
14591[[package]]
14592name = "reqwest_client"
14593version = "0.1.0"
14594dependencies = [
14595 "anyhow",
14596 "bytes 1.11.1",
14597 "futures 0.3.31",
14598 "gpui_util",
14599 "http_client",
14600 "http_client_tls",
14601 "log",
14602 "regex",
14603 "serde",
14604 "tokio",
14605 "zed-reqwest",
14606]
14607
14608[[package]]
14609name = "resvg"
14610version = "0.45.1"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14613dependencies = [
14614 "gif",
14615 "image-webp",
14616 "log",
14617 "pico-args",
14618 "rgb",
14619 "svgtypes",
14620 "tiny-skia",
14621 "usvg",
14622 "zune-jpeg",
14623]
14624
14625[[package]]
14626name = "rfc6979"
14627version = "0.3.1"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14630dependencies = [
14631 "crypto-bigint 0.4.9",
14632 "hmac",
14633 "zeroize",
14634]
14635
14636[[package]]
14637name = "rgb"
14638version = "0.8.52"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14641dependencies = [
14642 "bytemuck",
14643]
14644
14645[[package]]
14646name = "ring"
14647version = "0.17.14"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14650dependencies = [
14651 "cc",
14652 "cfg-if",
14653 "getrandom 0.2.16",
14654 "libc",
14655 "untrusted 0.9.0",
14656 "windows-sys 0.52.0",
14657]
14658
14659[[package]]
14660name = "rkyv"
14661version = "0.7.45"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14664dependencies = [
14665 "bitvec",
14666 "bytecheck",
14667 "bytes 1.11.1",
14668 "hashbrown 0.12.3",
14669 "ptr_meta",
14670 "rend",
14671 "rkyv_derive",
14672 "seahash",
14673 "tinyvec",
14674 "uuid",
14675]
14676
14677[[package]]
14678name = "rkyv_derive"
14679version = "0.7.45"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14682dependencies = [
14683 "proc-macro2",
14684 "quote",
14685 "syn 1.0.109",
14686]
14687
14688[[package]]
14689name = "rmp"
14690version = "0.8.14"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14693dependencies = [
14694 "byteorder",
14695 "num-traits",
14696 "paste",
14697]
14698
14699[[package]]
14700name = "rmpv"
14701version = "1.3.0"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14704dependencies = [
14705 "num-traits",
14706 "rmp",
14707]
14708
14709[[package]]
14710name = "rodio"
14711version = "0.21.1"
14712source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14713dependencies = [
14714 "cpal",
14715 "dasp_sample",
14716 "hound",
14717 "num-rational",
14718 "rand 0.9.2",
14719 "rand_distr",
14720 "rtrb",
14721 "symphonia",
14722 "thiserror 2.0.17",
14723]
14724
14725[[package]]
14726name = "rope"
14727version = "0.1.0"
14728dependencies = [
14729 "criterion",
14730 "ctor",
14731 "gpui",
14732 "heapless",
14733 "log",
14734 "rand 0.9.2",
14735 "rayon",
14736 "sum_tree",
14737 "tracing",
14738 "unicode-segmentation",
14739 "util",
14740 "zlog",
14741 "ztracing",
14742]
14743
14744[[package]]
14745name = "roxmltree"
14746version = "0.20.0"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14749
14750[[package]]
14751name = "rpassword"
14752version = "7.4.0"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14755dependencies = [
14756 "libc",
14757 "rtoolbox",
14758 "windows-sys 0.59.0",
14759]
14760
14761[[package]]
14762name = "rpc"
14763version = "0.1.0"
14764dependencies = [
14765 "anyhow",
14766 "async-tungstenite",
14767 "base64 0.22.1",
14768 "collections",
14769 "futures 0.3.31",
14770 "gpui",
14771 "parking_lot",
14772 "proto",
14773 "rand 0.9.2",
14774 "rsa",
14775 "serde",
14776 "serde_json",
14777 "sha2",
14778 "strum 0.27.2",
14779 "tracing",
14780 "util",
14781 "zlog",
14782 "zstd",
14783]
14784
14785[[package]]
14786name = "rsa"
14787version = "0.9.10"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14790dependencies = [
14791 "const-oid",
14792 "digest",
14793 "num-bigint-dig 0.8.6",
14794 "num-integer",
14795 "num-traits",
14796 "pkcs1",
14797 "pkcs8 0.10.2",
14798 "rand_core 0.6.4",
14799 "signature 2.2.0",
14800 "spki 0.7.3",
14801 "subtle",
14802 "zeroize",
14803]
14804
14805[[package]]
14806name = "rtoolbox"
14807version = "0.0.3"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14810dependencies = [
14811 "libc",
14812 "windows-sys 0.52.0",
14813]
14814
14815[[package]]
14816name = "rtrb"
14817version = "0.3.2"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14820
14821[[package]]
14822name = "rules_library"
14823version = "0.1.0"
14824dependencies = [
14825 "anyhow",
14826 "collections",
14827 "editor",
14828 "gpui",
14829 "language",
14830 "language_model",
14831 "log",
14832 "menu",
14833 "picker",
14834 "platform_title_bar",
14835 "prompt_store",
14836 "release_channel",
14837 "rope",
14838 "serde",
14839 "settings",
14840 "theme",
14841 "ui",
14842 "ui_input",
14843 "util",
14844 "workspace",
14845 "zed_actions",
14846]
14847
14848[[package]]
14849name = "runtimelib"
14850version = "1.4.0"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14853dependencies = [
14854 "async-dispatcher",
14855 "async-std",
14856 "aws-lc-rs",
14857 "base64 0.22.1",
14858 "bytes 1.11.1",
14859 "chrono",
14860 "data-encoding",
14861 "dirs 6.0.0",
14862 "futures 0.3.31",
14863 "glob",
14864 "jupyter-protocol",
14865 "serde",
14866 "serde_json",
14867 "shellexpand 3.1.1",
14868 "smol",
14869 "thiserror 2.0.17",
14870 "uuid",
14871 "zeromq",
14872]
14873
14874[[package]]
14875name = "rust-embed"
14876version = "8.7.2"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14879dependencies = [
14880 "rust-embed-impl",
14881 "rust-embed-utils",
14882 "walkdir",
14883]
14884
14885[[package]]
14886name = "rust-embed-impl"
14887version = "8.7.2"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14890dependencies = [
14891 "proc-macro2",
14892 "quote",
14893 "rust-embed-utils",
14894 "syn 2.0.117",
14895 "walkdir",
14896]
14897
14898[[package]]
14899name = "rust-embed-utils"
14900version = "8.7.2"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14903dependencies = [
14904 "globset",
14905 "sha2",
14906 "walkdir",
14907]
14908
14909[[package]]
14910name = "rust_decimal"
14911version = "1.39.0"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14914dependencies = [
14915 "arrayvec",
14916 "borsh",
14917 "bytes 1.11.1",
14918 "num-traits",
14919 "rand 0.8.5",
14920 "rkyv",
14921 "serde",
14922 "serde_json",
14923]
14924
14925[[package]]
14926name = "rustc-demangle"
14927version = "0.1.26"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14930
14931[[package]]
14932name = "rustc-hash"
14933version = "1.1.0"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14936
14937[[package]]
14938name = "rustc-hash"
14939version = "2.1.1"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14942
14943[[package]]
14944name = "rustc_version"
14945version = "0.4.1"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14948dependencies = [
14949 "semver",
14950]
14951
14952[[package]]
14953name = "rustfft"
14954version = "6.4.1"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14957dependencies = [
14958 "num-complex",
14959 "num-integer",
14960 "num-traits",
14961 "primal-check",
14962 "strength_reduce",
14963 "transpose",
14964]
14965
14966[[package]]
14967name = "rustix"
14968version = "0.38.44"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14971dependencies = [
14972 "bitflags 2.10.0",
14973 "errno 0.3.14",
14974 "libc",
14975 "linux-raw-sys 0.4.15",
14976 "windows-sys 0.59.0",
14977]
14978
14979[[package]]
14980name = "rustix"
14981version = "1.1.2"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14984dependencies = [
14985 "bitflags 2.10.0",
14986 "errno 0.3.14",
14987 "libc",
14988 "linux-raw-sys 0.11.0",
14989 "windows-sys 0.61.2",
14990]
14991
14992[[package]]
14993name = "rustix-linux-procfs"
14994version = "0.1.1"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14997dependencies = [
14998 "once_cell",
14999 "rustix 1.1.2",
15000]
15001
15002[[package]]
15003name = "rustix-openpty"
15004version = "0.2.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15007dependencies = [
15008 "errno 0.3.14",
15009 "libc",
15010 "rustix 1.1.2",
15011]
15012
15013[[package]]
15014name = "rustls"
15015version = "0.21.12"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15018dependencies = [
15019 "log",
15020 "ring",
15021 "rustls-webpki 0.101.7",
15022 "sct",
15023]
15024
15025[[package]]
15026name = "rustls"
15027version = "0.23.33"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15030dependencies = [
15031 "aws-lc-rs",
15032 "log",
15033 "once_cell",
15034 "ring",
15035 "rustls-pki-types",
15036 "rustls-webpki 0.103.7",
15037 "subtle",
15038 "zeroize",
15039]
15040
15041[[package]]
15042name = "rustls-native-certs"
15043version = "0.6.3"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15046dependencies = [
15047 "openssl-probe",
15048 "rustls-pemfile 1.0.4",
15049 "schannel",
15050 "security-framework 2.11.1",
15051]
15052
15053[[package]]
15054name = "rustls-native-certs"
15055version = "0.8.2"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15058dependencies = [
15059 "openssl-probe",
15060 "rustls-pki-types",
15061 "schannel",
15062 "security-framework 3.5.1",
15063]
15064
15065[[package]]
15066name = "rustls-pemfile"
15067version = "1.0.4"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15070dependencies = [
15071 "base64 0.21.7",
15072]
15073
15074[[package]]
15075name = "rustls-pemfile"
15076version = "2.2.0"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15079dependencies = [
15080 "rustls-pki-types",
15081]
15082
15083[[package]]
15084name = "rustls-pki-types"
15085version = "1.12.0"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15088dependencies = [
15089 "web-time",
15090 "zeroize",
15091]
15092
15093[[package]]
15094name = "rustls-platform-verifier"
15095version = "0.5.3"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15098dependencies = [
15099 "core-foundation 0.10.0",
15100 "core-foundation-sys",
15101 "jni",
15102 "log",
15103 "once_cell",
15104 "rustls 0.23.33",
15105 "rustls-native-certs 0.8.2",
15106 "rustls-platform-verifier-android",
15107 "rustls-webpki 0.103.7",
15108 "security-framework 3.5.1",
15109 "security-framework-sys",
15110 "webpki-root-certs",
15111 "windows-sys 0.59.0",
15112]
15113
15114[[package]]
15115name = "rustls-platform-verifier-android"
15116version = "0.1.1"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15119
15120[[package]]
15121name = "rustls-webpki"
15122version = "0.101.7"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15125dependencies = [
15126 "ring",
15127 "untrusted 0.9.0",
15128]
15129
15130[[package]]
15131name = "rustls-webpki"
15132version = "0.103.7"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15135dependencies = [
15136 "aws-lc-rs",
15137 "ring",
15138 "rustls-pki-types",
15139 "untrusted 0.9.0",
15140]
15141
15142[[package]]
15143name = "rustversion"
15144version = "1.0.22"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15147
15148[[package]]
15149name = "rusty-fork"
15150version = "0.3.1"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15153dependencies = [
15154 "fnv",
15155 "quick-error 1.2.3",
15156 "tempfile",
15157 "wait-timeout",
15158]
15159
15160[[package]]
15161name = "rustybuzz"
15162version = "0.20.1"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15165dependencies = [
15166 "bitflags 2.10.0",
15167 "bytemuck",
15168 "core_maths",
15169 "log",
15170 "smallvec",
15171 "ttf-parser 0.25.1",
15172 "unicode-bidi-mirroring",
15173 "unicode-ccc",
15174 "unicode-properties",
15175 "unicode-script",
15176]
15177
15178[[package]]
15179name = "ryu"
15180version = "1.0.20"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15183
15184[[package]]
15185name = "saa"
15186version = "5.4.9"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15189
15190[[package]]
15191name = "safetensors"
15192version = "0.4.5"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15195dependencies = [
15196 "serde",
15197 "serde_json",
15198]
15199
15200[[package]]
15201name = "same-file"
15202version = "1.0.6"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15205dependencies = [
15206 "winapi-util",
15207]
15208
15209[[package]]
15210name = "scc"
15211version = "3.5.6"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15214dependencies = [
15215 "saa",
15216 "sdd",
15217]
15218
15219[[package]]
15220name = "schannel"
15221version = "0.1.28"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15224dependencies = [
15225 "windows-sys 0.61.2",
15226]
15227
15228[[package]]
15229name = "scheduler"
15230version = "0.1.0"
15231dependencies = [
15232 "async-task",
15233 "backtrace",
15234 "chrono",
15235 "flume",
15236 "futures 0.3.31",
15237 "parking_lot",
15238 "rand 0.9.2",
15239 "web-time",
15240]
15241
15242[[package]]
15243name = "schema_generator"
15244version = "0.1.0"
15245dependencies = [
15246 "anyhow",
15247 "clap",
15248 "env_logger 0.11.8",
15249 "schemars",
15250 "serde",
15251 "serde_json",
15252 "settings",
15253 "theme",
15254]
15255
15256[[package]]
15257name = "schemars"
15258version = "1.0.4"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15261dependencies = [
15262 "dyn-clone",
15263 "indexmap",
15264 "ref-cast",
15265 "schemars_derive",
15266 "serde",
15267 "serde_json",
15268]
15269
15270[[package]]
15271name = "schemars_derive"
15272version = "1.0.4"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15275dependencies = [
15276 "proc-macro2",
15277 "quote",
15278 "serde_derive_internals",
15279 "syn 2.0.117",
15280]
15281
15282[[package]]
15283name = "scoped-tls"
15284version = "1.0.1"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15287
15288[[package]]
15289name = "scopeguard"
15290version = "1.2.0"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15293
15294[[package]]
15295name = "scratch"
15296version = "1.0.9"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15299
15300[[package]]
15301name = "screencapturekit"
15302version = "0.2.8"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15305dependencies = [
15306 "screencapturekit-sys",
15307]
15308
15309[[package]]
15310name = "screencapturekit-sys"
15311version = "0.2.8"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15314dependencies = [
15315 "block",
15316 "dispatch",
15317 "objc",
15318 "objc-foundation",
15319 "objc_id",
15320 "once_cell",
15321]
15322
15323[[package]]
15324name = "scroll"
15325version = "0.12.0"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15328dependencies = [
15329 "scroll_derive",
15330]
15331
15332[[package]]
15333name = "scroll_derive"
15334version = "0.12.1"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15337dependencies = [
15338 "proc-macro2",
15339 "quote",
15340 "syn 2.0.117",
15341]
15342
15343[[package]]
15344name = "sct"
15345version = "0.7.1"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15348dependencies = [
15349 "ring",
15350 "untrusted 0.9.0",
15351]
15352
15353[[package]]
15354name = "sdd"
15355version = "4.6.2"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15358
15359[[package]]
15360name = "sea-bae"
15361version = "0.2.1"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15364dependencies = [
15365 "heck 0.4.1",
15366 "proc-macro-error2",
15367 "proc-macro2",
15368 "quote",
15369 "syn 2.0.117",
15370]
15371
15372[[package]]
15373name = "sea-orm"
15374version = "1.1.10"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15377dependencies = [
15378 "async-stream",
15379 "async-trait",
15380 "bigdecimal",
15381 "chrono",
15382 "futures-util",
15383 "log",
15384 "ouroboros",
15385 "pgvector",
15386 "rust_decimal",
15387 "sea-orm-macros",
15388 "sea-query",
15389 "sea-query-binder",
15390 "serde",
15391 "serde_json",
15392 "sqlx",
15393 "strum 0.26.3",
15394 "thiserror 2.0.17",
15395 "time",
15396 "tracing",
15397 "url",
15398 "uuid",
15399]
15400
15401[[package]]
15402name = "sea-orm-macros"
15403version = "1.1.10"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15406dependencies = [
15407 "heck 0.4.1",
15408 "proc-macro2",
15409 "quote",
15410 "sea-bae",
15411 "syn 2.0.117",
15412 "unicode-ident",
15413]
15414
15415[[package]]
15416name = "sea-query"
15417version = "0.32.7"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15420dependencies = [
15421 "bigdecimal",
15422 "chrono",
15423 "inherent",
15424 "ordered-float 4.6.0",
15425 "rust_decimal",
15426 "serde_json",
15427 "time",
15428 "uuid",
15429]
15430
15431[[package]]
15432name = "sea-query-binder"
15433version = "0.7.0"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15436dependencies = [
15437 "bigdecimal",
15438 "chrono",
15439 "rust_decimal",
15440 "sea-query",
15441 "serde_json",
15442 "sqlx",
15443 "time",
15444 "uuid",
15445]
15446
15447[[package]]
15448name = "seahash"
15449version = "4.1.0"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15452
15453[[package]]
15454name = "search"
15455version = "0.1.0"
15456dependencies = [
15457 "any_vec",
15458 "anyhow",
15459 "bitflags 2.10.0",
15460 "collections",
15461 "editor",
15462 "fs",
15463 "futures 0.3.31",
15464 "gpui",
15465 "itertools 0.14.0",
15466 "language",
15467 "lsp",
15468 "menu",
15469 "multi_buffer",
15470 "pretty_assertions",
15471 "project",
15472 "serde",
15473 "serde_json",
15474 "settings",
15475 "smol",
15476 "theme",
15477 "tracing",
15478 "ui",
15479 "unindent",
15480 "util",
15481 "util_macros",
15482 "workspace",
15483 "zed_actions",
15484 "ztracing",
15485]
15486
15487[[package]]
15488name = "sec1"
15489version = "0.3.0"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15492dependencies = [
15493 "base16ct",
15494 "der 0.6.1",
15495 "generic-array",
15496 "pkcs8 0.9.0",
15497 "subtle",
15498 "zeroize",
15499]
15500
15501[[package]]
15502name = "security-framework"
15503version = "2.11.1"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15506dependencies = [
15507 "bitflags 2.10.0",
15508 "core-foundation 0.9.4",
15509 "core-foundation-sys",
15510 "libc",
15511 "security-framework-sys",
15512]
15513
15514[[package]]
15515name = "security-framework"
15516version = "3.5.1"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15519dependencies = [
15520 "bitflags 2.10.0",
15521 "core-foundation 0.10.0",
15522 "core-foundation-sys",
15523 "libc",
15524 "security-framework-sys",
15525]
15526
15527[[package]]
15528name = "security-framework-sys"
15529version = "2.15.0"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15532dependencies = [
15533 "core-foundation-sys",
15534 "libc",
15535]
15536
15537[[package]]
15538name = "self_cell"
15539version = "1.2.2"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15542
15543[[package]]
15544name = "semver"
15545version = "1.0.27"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15548dependencies = [
15549 "serde",
15550 "serde_core",
15551]
15552
15553[[package]]
15554name = "seq-macro"
15555version = "0.3.6"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15558
15559[[package]]
15560name = "serde"
15561version = "1.0.228"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15564dependencies = [
15565 "serde_core",
15566 "serde_derive",
15567]
15568
15569[[package]]
15570name = "serde_bytes"
15571version = "0.11.19"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15574dependencies = [
15575 "serde",
15576 "serde_core",
15577]
15578
15579[[package]]
15580name = "serde_core"
15581version = "1.0.228"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15584dependencies = [
15585 "serde_derive",
15586]
15587
15588[[package]]
15589name = "serde_derive"
15590version = "1.0.228"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15593dependencies = [
15594 "proc-macro2",
15595 "quote",
15596 "syn 2.0.117",
15597]
15598
15599[[package]]
15600name = "serde_derive_internals"
15601version = "0.29.1"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15604dependencies = [
15605 "proc-macro2",
15606 "quote",
15607 "syn 2.0.117",
15608]
15609
15610[[package]]
15611name = "serde_fmt"
15612version = "1.0.3"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15615dependencies = [
15616 "serde",
15617]
15618
15619[[package]]
15620name = "serde_json"
15621version = "1.0.145"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15624dependencies = [
15625 "indexmap",
15626 "itoa",
15627 "memchr",
15628 "ryu",
15629 "serde",
15630 "serde_core",
15631]
15632
15633[[package]]
15634name = "serde_json_lenient"
15635version = "0.2.4"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15638dependencies = [
15639 "indexmap",
15640 "itoa",
15641 "memchr",
15642 "ryu",
15643 "serde",
15644]
15645
15646[[package]]
15647name = "serde_path_to_error"
15648version = "0.1.20"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15651dependencies = [
15652 "itoa",
15653 "serde",
15654 "serde_core",
15655]
15656
15657[[package]]
15658name = "serde_repr"
15659version = "0.1.20"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15662dependencies = [
15663 "proc-macro2",
15664 "quote",
15665 "syn 2.0.117",
15666]
15667
15668[[package]]
15669name = "serde_spanned"
15670version = "0.6.9"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15673dependencies = [
15674 "serde",
15675]
15676
15677[[package]]
15678name = "serde_spanned"
15679version = "1.0.3"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15682dependencies = [
15683 "serde_core",
15684]
15685
15686[[package]]
15687name = "serde_urlencoded"
15688version = "0.7.1"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15691dependencies = [
15692 "form_urlencoded",
15693 "itoa",
15694 "ryu",
15695 "serde",
15696]
15697
15698[[package]]
15699name = "serde_yaml"
15700version = "0.9.34+deprecated"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15703dependencies = [
15704 "indexmap",
15705 "itoa",
15706 "ryu",
15707 "serde",
15708 "unsafe-libyaml",
15709]
15710
15711[[package]]
15712name = "serial2"
15713version = "0.2.33"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15716dependencies = [
15717 "cfg-if",
15718 "libc",
15719 "winapi",
15720]
15721
15722[[package]]
15723name = "session"
15724version = "0.1.0"
15725dependencies = [
15726 "db",
15727 "gpui",
15728 "serde_json",
15729 "util",
15730 "uuid",
15731]
15732
15733[[package]]
15734name = "settings"
15735version = "0.1.0"
15736dependencies = [
15737 "anyhow",
15738 "collections",
15739 "ec4rs",
15740 "fs",
15741 "futures 0.3.31",
15742 "gpui",
15743 "indoc",
15744 "inventory",
15745 "log",
15746 "migrator",
15747 "paths",
15748 "pretty_assertions",
15749 "release_channel",
15750 "rust-embed",
15751 "schemars",
15752 "serde",
15753 "serde_json",
15754 "serde_json_lenient",
15755 "settings_content",
15756 "settings_json",
15757 "settings_macros",
15758 "smallvec",
15759 "unindent",
15760 "util",
15761 "zlog",
15762]
15763
15764[[package]]
15765name = "settings_content"
15766version = "0.1.0"
15767dependencies = [
15768 "anyhow",
15769 "collections",
15770 "derive_more",
15771 "gpui",
15772 "log",
15773 "schemars",
15774 "serde",
15775 "serde_json",
15776 "serde_json_lenient",
15777 "settings_json",
15778 "settings_macros",
15779 "strum 0.27.2",
15780 "util",
15781]
15782
15783[[package]]
15784name = "settings_json"
15785version = "0.1.0"
15786dependencies = [
15787 "anyhow",
15788 "pretty_assertions",
15789 "serde",
15790 "serde_json",
15791 "serde_json_lenient",
15792 "serde_path_to_error",
15793 "tree-sitter",
15794 "tree-sitter-json",
15795 "unindent",
15796 "util",
15797]
15798
15799[[package]]
15800name = "settings_macros"
15801version = "0.1.0"
15802dependencies = [
15803 "quote",
15804 "settings",
15805 "syn 2.0.117",
15806]
15807
15808[[package]]
15809name = "settings_profile_selector"
15810version = "0.1.0"
15811dependencies = [
15812 "editor",
15813 "fuzzy",
15814 "gpui",
15815 "menu",
15816 "picker",
15817 "project",
15818 "serde_json",
15819 "settings",
15820 "theme",
15821 "ui",
15822 "workspace",
15823 "zed_actions",
15824]
15825
15826[[package]]
15827name = "settings_ui"
15828version = "0.1.0"
15829dependencies = [
15830 "agent",
15831 "agent_settings",
15832 "anyhow",
15833 "audio",
15834 "codestral",
15835 "component",
15836 "copilot",
15837 "copilot_ui",
15838 "cpal",
15839 "edit_prediction",
15840 "edit_prediction_ui",
15841 "editor",
15842 "feature_flags",
15843 "fs",
15844 "futures 0.3.31",
15845 "fuzzy",
15846 "gpui",
15847 "heck 0.5.0",
15848 "itertools 0.14.0",
15849 "language",
15850 "log",
15851 "menu",
15852 "paths",
15853 "picker",
15854 "platform_title_bar",
15855 "pretty_assertions",
15856 "project",
15857 "regex",
15858 "release_channel",
15859 "rodio",
15860 "schemars",
15861 "search",
15862 "serde",
15863 "serde_json",
15864 "settings",
15865 "shell_command_parser",
15866 "strum 0.27.2",
15867 "telemetry",
15868 "theme",
15869 "title_bar",
15870 "ui",
15871 "util",
15872 "workspace",
15873 "zed_actions",
15874]
15875
15876[[package]]
15877name = "sha-1"
15878version = "0.10.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15881dependencies = [
15882 "cfg-if",
15883 "cpufeatures",
15884 "digest",
15885]
15886
15887[[package]]
15888name = "sha1"
15889version = "0.10.6"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15892dependencies = [
15893 "cfg-if",
15894 "cpufeatures",
15895 "digest",
15896]
15897
15898[[package]]
15899name = "sha1_smol"
15900version = "1.0.1"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15903
15904[[package]]
15905name = "sha2"
15906version = "0.10.9"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15909dependencies = [
15910 "cfg-if",
15911 "cpufeatures",
15912 "digest",
15913]
15914
15915[[package]]
15916name = "sharded-slab"
15917version = "0.1.7"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15920dependencies = [
15921 "lazy_static",
15922]
15923
15924[[package]]
15925name = "shared_library"
15926version = "0.1.9"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15929dependencies = [
15930 "lazy_static",
15931 "libc",
15932]
15933
15934[[package]]
15935name = "shell-words"
15936version = "1.1.0"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15939
15940[[package]]
15941name = "shell_command_parser"
15942version = "0.1.0"
15943dependencies = [
15944 "brush-parser",
15945]
15946
15947[[package]]
15948name = "shellexpand"
15949version = "2.1.2"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15952dependencies = [
15953 "dirs 4.0.0",
15954]
15955
15956[[package]]
15957name = "shellexpand"
15958version = "3.1.1"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15961dependencies = [
15962 "dirs 6.0.0",
15963]
15964
15965[[package]]
15966name = "shingles"
15967version = "0.1.1"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15970
15971[[package]]
15972name = "shlex"
15973version = "1.3.0"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15976
15977[[package]]
15978name = "sidebar"
15979version = "0.1.0"
15980dependencies = [
15981 "acp_thread",
15982 "action_log",
15983 "agent",
15984 "agent-client-protocol",
15985 "agent_settings",
15986 "agent_ui",
15987 "anyhow",
15988 "assistant_text_thread",
15989 "chrono",
15990 "editor",
15991 "feature_flags",
15992 "fs",
15993 "git",
15994 "gpui",
15995 "language_model",
15996 "menu",
15997 "pretty_assertions",
15998 "project",
15999 "prompt_store",
16000 "recent_projects",
16001 "serde_json",
16002 "settings",
16003 "theme",
16004 "ui",
16005 "util",
16006 "vim_mode_setting",
16007 "workspace",
16008 "zed_actions",
16009]
16010
16011[[package]]
16012name = "signal-hook"
16013version = "0.3.18"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16016dependencies = [
16017 "libc",
16018 "signal-hook-registry",
16019]
16020
16021[[package]]
16022name = "signal-hook-registry"
16023version = "1.4.6"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16026dependencies = [
16027 "libc",
16028]
16029
16030[[package]]
16031name = "signature"
16032version = "1.6.4"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16035dependencies = [
16036 "digest",
16037 "rand_core 0.6.4",
16038]
16039
16040[[package]]
16041name = "signature"
16042version = "2.2.0"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16045dependencies = [
16046 "digest",
16047 "rand_core 0.6.4",
16048]
16049
16050[[package]]
16051name = "simd-adler32"
16052version = "0.3.7"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16055
16056[[package]]
16057name = "simd_helpers"
16058version = "0.1.0"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16061dependencies = [
16062 "quote",
16063]
16064
16065[[package]]
16066name = "simdutf8"
16067version = "0.1.5"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16070
16071[[package]]
16072name = "similar"
16073version = "2.7.0"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16076
16077[[package]]
16078name = "simple_asn1"
16079version = "0.6.3"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16082dependencies = [
16083 "num-bigint",
16084 "num-traits",
16085 "thiserror 2.0.17",
16086 "time",
16087]
16088
16089[[package]]
16090name = "simplecss"
16091version = "0.2.2"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16094dependencies = [
16095 "log",
16096]
16097
16098[[package]]
16099name = "simplelog"
16100version = "0.12.2"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16103dependencies = [
16104 "log",
16105 "termcolor",
16106 "time",
16107]
16108
16109[[package]]
16110name = "siphasher"
16111version = "0.3.11"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16114
16115[[package]]
16116name = "siphasher"
16117version = "1.0.1"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16120
16121[[package]]
16122name = "skrifa"
16123version = "0.37.0"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16126dependencies = [
16127 "bytemuck",
16128 "read-fonts 0.35.0",
16129]
16130
16131[[package]]
16132name = "skrifa"
16133version = "0.40.0"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16136dependencies = [
16137 "bytemuck",
16138 "read-fonts 0.37.0",
16139]
16140
16141[[package]]
16142name = "slab"
16143version = "0.4.11"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16146
16147[[package]]
16148name = "slash_commands_example"
16149version = "0.1.0"
16150dependencies = [
16151 "zed_extension_api 0.1.0",
16152]
16153
16154[[package]]
16155name = "slotmap"
16156version = "1.0.7"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16159dependencies = [
16160 "version_check",
16161]
16162
16163[[package]]
16164name = "smallvec"
16165version = "1.15.1"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16168dependencies = [
16169 "serde",
16170]
16171
16172[[package]]
16173name = "smart-default"
16174version = "0.7.1"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16177dependencies = [
16178 "proc-macro2",
16179 "quote",
16180 "syn 2.0.117",
16181]
16182
16183[[package]]
16184name = "smol"
16185version = "2.0.2"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16188dependencies = [
16189 "async-channel 2.5.0",
16190 "async-executor",
16191 "async-fs",
16192 "async-io",
16193 "async-lock 3.4.2",
16194 "async-net",
16195 "async-process",
16196 "blocking",
16197 "futures-lite 2.6.1",
16198]
16199
16200[[package]]
16201name = "smol_str"
16202version = "0.3.5"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16205
16206[[package]]
16207name = "snippet"
16208version = "0.1.0"
16209dependencies = [
16210 "anyhow",
16211 "smallvec",
16212]
16213
16214[[package]]
16215name = "snippet_provider"
16216version = "0.1.0"
16217dependencies = [
16218 "anyhow",
16219 "collections",
16220 "extension",
16221 "fs",
16222 "futures 0.3.31",
16223 "gpui",
16224 "indoc",
16225 "parking_lot",
16226 "paths",
16227 "schemars",
16228 "serde",
16229 "serde_json",
16230 "serde_json_lenient",
16231 "snippet",
16232 "util",
16233]
16234
16235[[package]]
16236name = "snippets_ui"
16237version = "0.1.0"
16238dependencies = [
16239 "file_icons",
16240 "fuzzy",
16241 "gpui",
16242 "language",
16243 "open_path_prompt",
16244 "paths",
16245 "picker",
16246 "settings",
16247 "ui",
16248 "util",
16249 "workspace",
16250]
16251
16252[[package]]
16253name = "socket2"
16254version = "0.5.10"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16257dependencies = [
16258 "libc",
16259 "windows-sys 0.52.0",
16260]
16261
16262[[package]]
16263name = "socket2"
16264version = "0.6.1"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16267dependencies = [
16268 "libc",
16269 "windows-sys 0.60.2",
16270]
16271
16272[[package]]
16273name = "spdx"
16274version = "0.10.9"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16277dependencies = [
16278 "smallvec",
16279]
16280
16281[[package]]
16282name = "spin"
16283version = "0.9.8"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16286dependencies = [
16287 "lock_api",
16288]
16289
16290[[package]]
16291name = "spin"
16292version = "0.10.0"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16295dependencies = [
16296 "lock_api",
16297]
16298
16299[[package]]
16300name = "spirv"
16301version = "0.4.0+sdk-1.4.341.0"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16304dependencies = [
16305 "bitflags 2.10.0",
16306]
16307
16308[[package]]
16309name = "spki"
16310version = "0.6.0"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16313dependencies = [
16314 "base64ct",
16315 "der 0.6.1",
16316]
16317
16318[[package]]
16319name = "spki"
16320version = "0.7.3"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16323dependencies = [
16324 "base64ct",
16325 "der 0.7.10",
16326]
16327
16328[[package]]
16329name = "sptr"
16330version = "0.3.2"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16333
16334[[package]]
16335name = "sqlez"
16336version = "0.1.0"
16337dependencies = [
16338 "anyhow",
16339 "collections",
16340 "futures 0.3.31",
16341 "indoc",
16342 "libsqlite3-sys",
16343 "log",
16344 "parking_lot",
16345 "smol",
16346 "sqlformat",
16347 "thread_local",
16348 "util",
16349 "uuid",
16350]
16351
16352[[package]]
16353name = "sqlez_macros"
16354version = "0.1.0"
16355dependencies = [
16356 "sqlez",
16357 "sqlformat",
16358 "syn 2.0.117",
16359]
16360
16361[[package]]
16362name = "sqlformat"
16363version = "0.2.6"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16366dependencies = [
16367 "nom 7.1.3",
16368 "unicode_categories",
16369]
16370
16371[[package]]
16372name = "sqlx"
16373version = "0.8.6"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16376dependencies = [
16377 "sqlx-core",
16378 "sqlx-macros",
16379 "sqlx-mysql",
16380 "sqlx-postgres",
16381 "sqlx-sqlite",
16382]
16383
16384[[package]]
16385name = "sqlx-core"
16386version = "0.8.6"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16389dependencies = [
16390 "base64 0.22.1",
16391 "bigdecimal",
16392 "bytes 1.11.1",
16393 "chrono",
16394 "crc",
16395 "crossbeam-queue",
16396 "either",
16397 "event-listener 5.4.1",
16398 "futures-core",
16399 "futures-intrusive",
16400 "futures-io",
16401 "futures-util",
16402 "hashbrown 0.15.5",
16403 "hashlink 0.10.0",
16404 "indexmap",
16405 "log",
16406 "memchr",
16407 "once_cell",
16408 "percent-encoding",
16409 "rust_decimal",
16410 "rustls 0.23.33",
16411 "serde",
16412 "serde_json",
16413 "sha2",
16414 "smallvec",
16415 "thiserror 2.0.17",
16416 "time",
16417 "tokio",
16418 "tokio-stream",
16419 "tracing",
16420 "url",
16421 "uuid",
16422 "webpki-roots",
16423]
16424
16425[[package]]
16426name = "sqlx-macros"
16427version = "0.8.6"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16430dependencies = [
16431 "proc-macro2",
16432 "quote",
16433 "sqlx-core",
16434 "sqlx-macros-core",
16435 "syn 2.0.117",
16436]
16437
16438[[package]]
16439name = "sqlx-macros-core"
16440version = "0.8.6"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16443dependencies = [
16444 "dotenvy",
16445 "either",
16446 "heck 0.5.0",
16447 "hex",
16448 "once_cell",
16449 "proc-macro2",
16450 "quote",
16451 "serde",
16452 "serde_json",
16453 "sha2",
16454 "sqlx-core",
16455 "sqlx-mysql",
16456 "sqlx-postgres",
16457 "sqlx-sqlite",
16458 "syn 2.0.117",
16459 "tokio",
16460 "url",
16461]
16462
16463[[package]]
16464name = "sqlx-mysql"
16465version = "0.8.6"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16468dependencies = [
16469 "atoi",
16470 "base64 0.22.1",
16471 "bigdecimal",
16472 "bitflags 2.10.0",
16473 "byteorder",
16474 "bytes 1.11.1",
16475 "chrono",
16476 "crc",
16477 "digest",
16478 "dotenvy",
16479 "either",
16480 "futures-channel",
16481 "futures-core",
16482 "futures-io",
16483 "futures-util",
16484 "generic-array",
16485 "hex",
16486 "hkdf",
16487 "hmac",
16488 "itoa",
16489 "log",
16490 "md-5",
16491 "memchr",
16492 "once_cell",
16493 "percent-encoding",
16494 "rand 0.8.5",
16495 "rsa",
16496 "rust_decimal",
16497 "serde",
16498 "sha1",
16499 "sha2",
16500 "smallvec",
16501 "sqlx-core",
16502 "stringprep",
16503 "thiserror 2.0.17",
16504 "time",
16505 "tracing",
16506 "uuid",
16507 "whoami",
16508]
16509
16510[[package]]
16511name = "sqlx-postgres"
16512version = "0.8.6"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16515dependencies = [
16516 "atoi",
16517 "base64 0.22.1",
16518 "bigdecimal",
16519 "bitflags 2.10.0",
16520 "byteorder",
16521 "chrono",
16522 "crc",
16523 "dotenvy",
16524 "etcetera",
16525 "futures-channel",
16526 "futures-core",
16527 "futures-util",
16528 "hex",
16529 "hkdf",
16530 "hmac",
16531 "home",
16532 "itoa",
16533 "log",
16534 "md-5",
16535 "memchr",
16536 "num-bigint",
16537 "once_cell",
16538 "rand 0.8.5",
16539 "rust_decimal",
16540 "serde",
16541 "serde_json",
16542 "sha2",
16543 "smallvec",
16544 "sqlx-core",
16545 "stringprep",
16546 "thiserror 2.0.17",
16547 "time",
16548 "tracing",
16549 "uuid",
16550 "whoami",
16551]
16552
16553[[package]]
16554name = "sqlx-sqlite"
16555version = "0.8.6"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16558dependencies = [
16559 "atoi",
16560 "chrono",
16561 "flume",
16562 "futures-channel",
16563 "futures-core",
16564 "futures-executor",
16565 "futures-intrusive",
16566 "futures-util",
16567 "libsqlite3-sys",
16568 "log",
16569 "percent-encoding",
16570 "serde",
16571 "serde_urlencoded",
16572 "sqlx-core",
16573 "thiserror 2.0.17",
16574 "time",
16575 "tracing",
16576 "url",
16577 "uuid",
16578]
16579
16580[[package]]
16581name = "stable_deref_trait"
16582version = "1.2.1"
16583source = "registry+https://github.com/rust-lang/crates.io-index"
16584checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16585
16586[[package]]
16587name = "stacker"
16588version = "0.1.23"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16591dependencies = [
16592 "cc",
16593 "cfg-if",
16594 "libc",
16595 "psm",
16596 "windows-sys 0.59.0",
16597]
16598
16599[[package]]
16600name = "stacksafe"
16601version = "0.1.4"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16604dependencies = [
16605 "stacker",
16606 "stacksafe-macro",
16607]
16608
16609[[package]]
16610name = "stacksafe-macro"
16611version = "0.1.4"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16614dependencies = [
16615 "proc-macro-error2",
16616 "quote",
16617 "syn 2.0.117",
16618]
16619
16620[[package]]
16621name = "static_assertions"
16622version = "1.1.0"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16625
16626[[package]]
16627name = "story"
16628version = "0.1.0"
16629dependencies = [
16630 "gpui",
16631 "itertools 0.14.0",
16632 "smallvec",
16633]
16634
16635[[package]]
16636name = "storybook"
16637version = "0.1.0"
16638dependencies = [
16639 "anyhow",
16640 "clap",
16641 "ctrlc",
16642 "dialoguer",
16643 "editor",
16644 "fuzzy",
16645 "gpui",
16646 "gpui_platform",
16647 "indoc",
16648 "language",
16649 "log",
16650 "menu",
16651 "picker",
16652 "reqwest_client",
16653 "rust-embed",
16654 "settings",
16655 "simplelog",
16656 "story",
16657 "strum 0.27.2",
16658 "theme",
16659 "title_bar",
16660 "ui",
16661]
16662
16663[[package]]
16664name = "streaming-iterator"
16665version = "0.1.9"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16668
16669[[package]]
16670name = "streaming_diff"
16671version = "0.1.0"
16672dependencies = [
16673 "ordered-float 2.10.1",
16674 "rand 0.9.2",
16675 "rope",
16676 "util",
16677]
16678
16679[[package]]
16680name = "strength_reduce"
16681version = "0.2.4"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16684
16685[[package]]
16686name = "strict-num"
16687version = "0.1.1"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16690dependencies = [
16691 "float-cmp",
16692]
16693
16694[[package]]
16695name = "string_cache"
16696version = "0.8.9"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16699dependencies = [
16700 "new_debug_unreachable",
16701 "parking_lot",
16702 "phf_shared 0.11.3",
16703 "precomputed-hash",
16704 "serde",
16705]
16706
16707[[package]]
16708name = "string_cache_codegen"
16709version = "0.5.4"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16712dependencies = [
16713 "phf_generator 0.11.3",
16714 "phf_shared 0.11.3",
16715 "proc-macro2",
16716 "quote",
16717]
16718
16719[[package]]
16720name = "stringprep"
16721version = "0.1.5"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16724dependencies = [
16725 "unicode-bidi",
16726 "unicode-normalization",
16727 "unicode-properties",
16728]
16729
16730[[package]]
16731name = "strsim"
16732version = "0.11.1"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16735
16736[[package]]
16737name = "strum"
16738version = "0.26.3"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16741
16742[[package]]
16743name = "strum"
16744version = "0.27.2"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16747dependencies = [
16748 "strum_macros 0.27.2",
16749]
16750
16751[[package]]
16752name = "strum"
16753version = "0.28.0"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16756dependencies = [
16757 "strum_macros 0.28.0",
16758]
16759
16760[[package]]
16761name = "strum_macros"
16762version = "0.27.2"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16765dependencies = [
16766 "heck 0.5.0",
16767 "proc-macro2",
16768 "quote",
16769 "syn 2.0.117",
16770]
16771
16772[[package]]
16773name = "strum_macros"
16774version = "0.28.0"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16777dependencies = [
16778 "heck 0.5.0",
16779 "proc-macro2",
16780 "quote",
16781 "syn 2.0.117",
16782]
16783
16784[[package]]
16785name = "subtle"
16786version = "2.6.1"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16789
16790[[package]]
16791name = "sum_tree"
16792version = "0.1.0"
16793dependencies = [
16794 "ctor",
16795 "heapless",
16796 "log",
16797 "proptest",
16798 "rand 0.9.2",
16799 "rayon",
16800 "tracing",
16801 "zlog",
16802 "ztracing",
16803]
16804
16805[[package]]
16806name = "sval"
16807version = "2.15.0"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16810
16811[[package]]
16812name = "sval_buffer"
16813version = "2.15.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16816dependencies = [
16817 "sval",
16818 "sval_ref",
16819]
16820
16821[[package]]
16822name = "sval_dynamic"
16823version = "2.15.0"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16826dependencies = [
16827 "sval",
16828]
16829
16830[[package]]
16831name = "sval_fmt"
16832version = "2.15.0"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16835dependencies = [
16836 "itoa",
16837 "ryu",
16838 "sval",
16839]
16840
16841[[package]]
16842name = "sval_json"
16843version = "2.15.0"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16846dependencies = [
16847 "itoa",
16848 "ryu",
16849 "sval",
16850]
16851
16852[[package]]
16853name = "sval_nested"
16854version = "2.15.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16857dependencies = [
16858 "sval",
16859 "sval_buffer",
16860 "sval_ref",
16861]
16862
16863[[package]]
16864name = "sval_ref"
16865version = "2.15.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16868dependencies = [
16869 "sval",
16870]
16871
16872[[package]]
16873name = "sval_serde"
16874version = "2.15.0"
16875source = "registry+https://github.com/rust-lang/crates.io-index"
16876checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16877dependencies = [
16878 "serde_core",
16879 "sval",
16880 "sval_nested",
16881]
16882
16883[[package]]
16884name = "svg_fmt"
16885version = "0.4.5"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16888
16889[[package]]
16890name = "svg_preview"
16891version = "0.1.0"
16892dependencies = [
16893 "file_icons",
16894 "gpui",
16895 "language",
16896 "multi_buffer",
16897 "ui",
16898 "workspace",
16899 "zed_actions",
16900]
16901
16902[[package]]
16903name = "svgtypes"
16904version = "0.15.3"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16907dependencies = [
16908 "kurbo",
16909 "siphasher 1.0.1",
16910]
16911
16912[[package]]
16913name = "swash"
16914version = "0.2.6"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16917dependencies = [
16918 "skrifa 0.37.0",
16919 "yazi",
16920 "zeno",
16921]
16922
16923[[package]]
16924name = "symphonia"
16925version = "0.5.5"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16928dependencies = [
16929 "lazy_static",
16930 "symphonia-bundle-flac",
16931 "symphonia-bundle-mp3",
16932 "symphonia-codec-aac",
16933 "symphonia-codec-pcm",
16934 "symphonia-codec-vorbis",
16935 "symphonia-core",
16936 "symphonia-format-isomp4",
16937 "symphonia-format-ogg",
16938 "symphonia-format-riff",
16939 "symphonia-metadata",
16940]
16941
16942[[package]]
16943name = "symphonia-bundle-flac"
16944version = "0.5.5"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16947dependencies = [
16948 "log",
16949 "symphonia-core",
16950 "symphonia-metadata",
16951 "symphonia-utils-xiph",
16952]
16953
16954[[package]]
16955name = "symphonia-bundle-mp3"
16956version = "0.5.5"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16959dependencies = [
16960 "lazy_static",
16961 "log",
16962 "symphonia-core",
16963 "symphonia-metadata",
16964]
16965
16966[[package]]
16967name = "symphonia-codec-aac"
16968version = "0.5.5"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16971dependencies = [
16972 "lazy_static",
16973 "log",
16974 "symphonia-core",
16975]
16976
16977[[package]]
16978name = "symphonia-codec-pcm"
16979version = "0.5.5"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16982dependencies = [
16983 "log",
16984 "symphonia-core",
16985]
16986
16987[[package]]
16988name = "symphonia-codec-vorbis"
16989version = "0.5.5"
16990source = "registry+https://github.com/rust-lang/crates.io-index"
16991checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16992dependencies = [
16993 "log",
16994 "symphonia-core",
16995 "symphonia-utils-xiph",
16996]
16997
16998[[package]]
16999name = "symphonia-core"
17000version = "0.5.5"
17001source = "registry+https://github.com/rust-lang/crates.io-index"
17002checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17003dependencies = [
17004 "arrayvec",
17005 "bitflags 1.3.2",
17006 "bytemuck",
17007 "lazy_static",
17008 "log",
17009]
17010
17011[[package]]
17012name = "symphonia-format-isomp4"
17013version = "0.5.5"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17016dependencies = [
17017 "encoding_rs",
17018 "log",
17019 "symphonia-core",
17020 "symphonia-metadata",
17021 "symphonia-utils-xiph",
17022]
17023
17024[[package]]
17025name = "symphonia-format-ogg"
17026version = "0.5.5"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17029dependencies = [
17030 "log",
17031 "symphonia-core",
17032 "symphonia-metadata",
17033 "symphonia-utils-xiph",
17034]
17035
17036[[package]]
17037name = "symphonia-format-riff"
17038version = "0.5.5"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17041dependencies = [
17042 "extended",
17043 "log",
17044 "symphonia-core",
17045 "symphonia-metadata",
17046]
17047
17048[[package]]
17049name = "symphonia-metadata"
17050version = "0.5.5"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17053dependencies = [
17054 "encoding_rs",
17055 "lazy_static",
17056 "log",
17057 "symphonia-core",
17058]
17059
17060[[package]]
17061name = "symphonia-utils-xiph"
17062version = "0.5.5"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17065dependencies = [
17066 "symphonia-core",
17067 "symphonia-metadata",
17068]
17069
17070[[package]]
17071name = "syn"
17072version = "1.0.109"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17075dependencies = [
17076 "proc-macro2",
17077 "quote",
17078 "unicode-ident",
17079]
17080
17081[[package]]
17082name = "syn"
17083version = "2.0.117"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17086dependencies = [
17087 "proc-macro2",
17088 "quote",
17089 "unicode-ident",
17090]
17091
17092[[package]]
17093name = "sync_wrapper"
17094version = "0.1.2"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17097
17098[[package]]
17099name = "sync_wrapper"
17100version = "1.0.2"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17103dependencies = [
17104 "futures-core",
17105]
17106
17107[[package]]
17108name = "synchronoise"
17109version = "1.0.1"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17112dependencies = [
17113 "crossbeam-queue",
17114]
17115
17116[[package]]
17117name = "synstructure"
17118version = "0.13.2"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17121dependencies = [
17122 "proc-macro2",
17123 "quote",
17124 "syn 2.0.117",
17125]
17126
17127[[package]]
17128name = "sys-locale"
17129version = "0.3.2"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17132dependencies = [
17133 "libc",
17134]
17135
17136[[package]]
17137name = "sysctl"
17138version = "0.5.5"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17141dependencies = [
17142 "bitflags 2.10.0",
17143 "byteorder",
17144 "enum-as-inner",
17145 "libc",
17146 "thiserror 1.0.69",
17147 "walkdir",
17148]
17149
17150[[package]]
17151name = "sysctl"
17152version = "0.6.0"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17155dependencies = [
17156 "bitflags 2.10.0",
17157 "byteorder",
17158 "enum-as-inner",
17159 "libc",
17160 "thiserror 1.0.69",
17161 "walkdir",
17162]
17163
17164[[package]]
17165name = "sysinfo"
17166version = "0.31.4"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17169dependencies = [
17170 "core-foundation-sys",
17171 "libc",
17172 "memchr",
17173 "ntapi",
17174 "rayon",
17175 "windows 0.57.0",
17176]
17177
17178[[package]]
17179name = "sysinfo"
17180version = "0.37.2"
17181source = "registry+https://github.com/rust-lang/crates.io-index"
17182checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17183dependencies = [
17184 "libc",
17185 "memchr",
17186 "ntapi",
17187 "objc2-core-foundation",
17188 "objc2-io-kit",
17189 "windows 0.61.3",
17190]
17191
17192[[package]]
17193name = "system-configuration"
17194version = "0.5.1"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17197dependencies = [
17198 "bitflags 1.3.2",
17199 "core-foundation 0.9.4",
17200 "system-configuration-sys 0.5.0",
17201]
17202
17203[[package]]
17204name = "system-configuration"
17205version = "0.6.1"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17208dependencies = [
17209 "bitflags 2.10.0",
17210 "core-foundation 0.9.4",
17211 "system-configuration-sys 0.6.0",
17212]
17213
17214[[package]]
17215name = "system-configuration-sys"
17216version = "0.5.0"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17219dependencies = [
17220 "core-foundation-sys",
17221 "libc",
17222]
17223
17224[[package]]
17225name = "system-configuration-sys"
17226version = "0.6.0"
17227source = "registry+https://github.com/rust-lang/crates.io-index"
17228checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17229dependencies = [
17230 "core-foundation-sys",
17231 "libc",
17232]
17233
17234[[package]]
17235name = "system-deps"
17236version = "6.2.2"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17239dependencies = [
17240 "cfg-expr 0.15.8",
17241 "heck 0.5.0",
17242 "pkg-config",
17243 "toml 0.8.23",
17244 "version-compare",
17245]
17246
17247[[package]]
17248name = "system-deps"
17249version = "7.0.7"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17252dependencies = [
17253 "cfg-expr 0.20.6",
17254 "heck 0.5.0",
17255 "pkg-config",
17256 "toml 0.9.8",
17257 "version-compare",
17258]
17259
17260[[package]]
17261name = "system-interface"
17262version = "0.27.3"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17265dependencies = [
17266 "bitflags 2.10.0",
17267 "cap-fs-ext",
17268 "cap-std",
17269 "fd-lock",
17270 "io-lifetimes",
17271 "rustix 0.38.44",
17272 "windows-sys 0.59.0",
17273 "winx",
17274]
17275
17276[[package]]
17277name = "system_specs"
17278version = "0.1.0"
17279dependencies = [
17280 "anyhow",
17281 "client",
17282 "gpui",
17283 "human_bytes",
17284 "pciid-parser",
17285 "release_channel",
17286 "semver",
17287 "serde",
17288 "sysinfo 0.37.2",
17289]
17290
17291[[package]]
17292name = "tab_switcher"
17293version = "0.1.0"
17294dependencies = [
17295 "collections",
17296 "ctor",
17297 "editor",
17298 "fuzzy",
17299 "gpui",
17300 "menu",
17301 "picker",
17302 "project",
17303 "schemars",
17304 "serde",
17305 "serde_json",
17306 "settings",
17307 "smol",
17308 "theme",
17309 "ui",
17310 "util",
17311 "workspace",
17312 "zlog",
17313]
17314
17315[[package]]
17316name = "taffy"
17317version = "0.9.0"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17320dependencies = [
17321 "arrayvec",
17322 "grid",
17323 "serde",
17324 "slotmap",
17325]
17326
17327[[package]]
17328name = "tagptr"
17329version = "0.2.0"
17330source = "registry+https://github.com/rust-lang/crates.io-index"
17331checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17332
17333[[package]]
17334name = "take-until"
17335version = "0.2.0"
17336source = "registry+https://github.com/rust-lang/crates.io-index"
17337checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17338
17339[[package]]
17340name = "tao-core-video-sys"
17341version = "0.2.0"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17344dependencies = [
17345 "cfg-if",
17346 "core-foundation-sys",
17347 "libc",
17348 "objc",
17349]
17350
17351[[package]]
17352name = "tap"
17353version = "1.0.1"
17354source = "registry+https://github.com/rust-lang/crates.io-index"
17355checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17356
17357[[package]]
17358name = "target-lexicon"
17359version = "0.12.16"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17362
17363[[package]]
17364name = "target-lexicon"
17365version = "0.13.3"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17368
17369[[package]]
17370name = "task"
17371version = "0.1.0"
17372dependencies = [
17373 "anyhow",
17374 "collections",
17375 "futures 0.3.31",
17376 "gpui",
17377 "hex",
17378 "log",
17379 "parking_lot",
17380 "pretty_assertions",
17381 "proto",
17382 "schemars",
17383 "serde",
17384 "serde_json",
17385 "serde_json_lenient",
17386 "sha2",
17387 "shellexpand 2.1.2",
17388 "util",
17389 "zed_actions",
17390]
17391
17392[[package]]
17393name = "tasks_ui"
17394version = "0.1.0"
17395dependencies = [
17396 "anyhow",
17397 "collections",
17398 "editor",
17399 "file_icons",
17400 "fuzzy",
17401 "gpui",
17402 "itertools 0.14.0",
17403 "language",
17404 "menu",
17405 "picker",
17406 "project",
17407 "serde",
17408 "serde_json",
17409 "task",
17410 "tree-sitter-rust",
17411 "tree-sitter-typescript",
17412 "ui",
17413 "util",
17414 "workspace",
17415 "zed_actions",
17416]
17417
17418[[package]]
17419name = "telemetry"
17420version = "0.1.0"
17421dependencies = [
17422 "futures 0.3.31",
17423 "serde",
17424 "serde_json",
17425 "telemetry_events",
17426]
17427
17428[[package]]
17429name = "telemetry_events"
17430version = "0.1.0"
17431dependencies = [
17432 "semver",
17433 "serde",
17434 "serde_json",
17435]
17436
17437[[package]]
17438name = "tempfile"
17439version = "3.23.0"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17442dependencies = [
17443 "fastrand 2.3.0",
17444 "getrandom 0.3.4",
17445 "once_cell",
17446 "rustix 1.1.2",
17447 "windows-sys 0.61.2",
17448]
17449
17450[[package]]
17451name = "tendril"
17452version = "0.4.3"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17455dependencies = [
17456 "futf",
17457 "mac",
17458 "utf-8",
17459]
17460
17461[[package]]
17462name = "termcolor"
17463version = "1.4.1"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17466dependencies = [
17467 "winapi-util",
17468]
17469
17470[[package]]
17471name = "terminal"
17472version = "0.1.0"
17473dependencies = [
17474 "alacritty_terminal",
17475 "anyhow",
17476 "collections",
17477 "futures 0.3.31",
17478 "gpui",
17479 "itertools 0.14.0",
17480 "libc",
17481 "log",
17482 "parking_lot",
17483 "rand 0.9.2",
17484 "regex",
17485 "release_channel",
17486 "schemars",
17487 "serde",
17488 "settings",
17489 "smol",
17490 "sysinfo 0.37.2",
17491 "task",
17492 "theme",
17493 "thiserror 2.0.17",
17494 "url",
17495 "urlencoding",
17496 "util",
17497 "util_macros",
17498 "windows 0.61.3",
17499]
17500
17501[[package]]
17502name = "terminal_size"
17503version = "0.4.3"
17504source = "registry+https://github.com/rust-lang/crates.io-index"
17505checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17506dependencies = [
17507 "rustix 1.1.2",
17508 "windows-sys 0.60.2",
17509]
17510
17511[[package]]
17512name = "terminal_view"
17513version = "0.1.0"
17514dependencies = [
17515 "anyhow",
17516 "assistant_slash_command",
17517 "async-recursion",
17518 "breadcrumbs",
17519 "collections",
17520 "db",
17521 "dirs 4.0.0",
17522 "editor",
17523 "futures 0.3.31",
17524 "gpui",
17525 "itertools 0.14.0",
17526 "language",
17527 "log",
17528 "menu",
17529 "pretty_assertions",
17530 "project",
17531 "regex",
17532 "schemars",
17533 "serde",
17534 "serde_json",
17535 "settings",
17536 "shellexpand 2.1.2",
17537 "task",
17538 "terminal",
17539 "theme",
17540 "ui",
17541 "util",
17542 "workspace",
17543 "zed_actions",
17544]
17545
17546[[package]]
17547name = "text"
17548version = "0.1.0"
17549dependencies = [
17550 "anyhow",
17551 "clock",
17552 "collections",
17553 "ctor",
17554 "gpui",
17555 "log",
17556 "parking_lot",
17557 "postage",
17558 "rand 0.9.2",
17559 "regex",
17560 "rope",
17561 "smallvec",
17562 "sum_tree",
17563 "util",
17564 "zlog",
17565]
17566
17567[[package]]
17568name = "theme"
17569version = "0.1.0"
17570dependencies = [
17571 "anyhow",
17572 "collections",
17573 "derive_more",
17574 "fs",
17575 "futures 0.3.31",
17576 "gpui",
17577 "log",
17578 "palette",
17579 "parking_lot",
17580 "refineable",
17581 "schemars",
17582 "serde",
17583 "serde_json",
17584 "serde_json_lenient",
17585 "settings",
17586 "strum 0.27.2",
17587 "thiserror 2.0.17",
17588 "util",
17589 "uuid",
17590]
17591
17592[[package]]
17593name = "theme_extension"
17594version = "0.1.0"
17595dependencies = [
17596 "anyhow",
17597 "extension",
17598 "fs",
17599 "gpui",
17600 "theme",
17601]
17602
17603[[package]]
17604name = "theme_importer"
17605version = "0.1.0"
17606dependencies = [
17607 "anyhow",
17608 "clap",
17609 "collections",
17610 "gpui",
17611 "indexmap",
17612 "log",
17613 "palette",
17614 "serde",
17615 "serde_json",
17616 "serde_json_lenient",
17617 "simplelog",
17618 "strum 0.27.2",
17619 "theme",
17620 "vscode_theme",
17621]
17622
17623[[package]]
17624name = "theme_selector"
17625version = "0.1.0"
17626dependencies = [
17627 "fs",
17628 "fuzzy",
17629 "gpui",
17630 "log",
17631 "picker",
17632 "serde",
17633 "settings",
17634 "telemetry",
17635 "theme",
17636 "ui",
17637 "util",
17638 "workspace",
17639 "zed_actions",
17640]
17641
17642[[package]]
17643name = "thiserror"
17644version = "1.0.69"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17647dependencies = [
17648 "thiserror-impl 1.0.69",
17649]
17650
17651[[package]]
17652name = "thiserror"
17653version = "2.0.17"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17656dependencies = [
17657 "thiserror-impl 2.0.17",
17658]
17659
17660[[package]]
17661name = "thiserror-impl"
17662version = "1.0.69"
17663source = "registry+https://github.com/rust-lang/crates.io-index"
17664checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17665dependencies = [
17666 "proc-macro2",
17667 "quote",
17668 "syn 2.0.117",
17669]
17670
17671[[package]]
17672name = "thiserror-impl"
17673version = "2.0.17"
17674source = "registry+https://github.com/rust-lang/crates.io-index"
17675checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17676dependencies = [
17677 "proc-macro2",
17678 "quote",
17679 "syn 2.0.117",
17680]
17681
17682[[package]]
17683name = "thread_local"
17684version = "1.1.9"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17687dependencies = [
17688 "cfg-if",
17689]
17690
17691[[package]]
17692name = "tiff"
17693version = "0.10.3"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17696dependencies = [
17697 "fax",
17698 "flate2",
17699 "half",
17700 "quick-error 2.0.1",
17701 "weezl",
17702 "zune-jpeg",
17703]
17704
17705[[package]]
17706name = "tiktoken-rs"
17707version = "0.9.1"
17708source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17709dependencies = [
17710 "anyhow",
17711 "base64 0.22.1",
17712 "bstr",
17713 "fancy-regex 0.16.2",
17714 "lazy_static",
17715 "regex",
17716 "rustc-hash 1.1.0",
17717]
17718
17719[[package]]
17720name = "time"
17721version = "0.3.47"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17724dependencies = [
17725 "deranged",
17726 "itoa",
17727 "libc",
17728 "num-conv",
17729 "num_threads",
17730 "powerfmt",
17731 "serde_core",
17732 "time-core",
17733 "time-macros",
17734]
17735
17736[[package]]
17737name = "time-core"
17738version = "0.1.8"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17741
17742[[package]]
17743name = "time-macros"
17744version = "0.2.27"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17747dependencies = [
17748 "num-conv",
17749 "time-core",
17750]
17751
17752[[package]]
17753name = "time_format"
17754version = "0.1.0"
17755dependencies = [
17756 "core-foundation 0.10.0",
17757 "core-foundation-sys",
17758 "sys-locale",
17759 "time",
17760 "windows 0.61.3",
17761]
17762
17763[[package]]
17764name = "tiny-keccak"
17765version = "2.0.2"
17766source = "registry+https://github.com/rust-lang/crates.io-index"
17767checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17768dependencies = [
17769 "crunchy",
17770]
17771
17772[[package]]
17773name = "tiny-skia"
17774version = "0.11.4"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17777dependencies = [
17778 "arrayref",
17779 "arrayvec",
17780 "bytemuck",
17781 "cfg-if",
17782 "log",
17783 "png 0.17.16",
17784 "tiny-skia-path",
17785]
17786
17787[[package]]
17788name = "tiny-skia-path"
17789version = "0.11.4"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17792dependencies = [
17793 "arrayref",
17794 "bytemuck",
17795 "strict-num",
17796]
17797
17798[[package]]
17799name = "tiny_http"
17800version = "0.12.0"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17803dependencies = [
17804 "ascii",
17805 "chunked_transfer",
17806 "httpdate",
17807 "log",
17808]
17809
17810[[package]]
17811name = "tinystr"
17812version = "0.8.1"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17815dependencies = [
17816 "displaydoc",
17817 "zerovec",
17818]
17819
17820[[package]]
17821name = "tinytemplate"
17822version = "1.2.1"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17825dependencies = [
17826 "serde",
17827 "serde_json",
17828]
17829
17830[[package]]
17831name = "tinyvec"
17832version = "1.10.0"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17835dependencies = [
17836 "tinyvec_macros",
17837]
17838
17839[[package]]
17840name = "tinyvec_macros"
17841version = "0.1.1"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17844
17845[[package]]
17846name = "title_bar"
17847version = "0.1.0"
17848dependencies = [
17849 "anyhow",
17850 "auto_update",
17851 "call",
17852 "channel",
17853 "chrono",
17854 "client",
17855 "cloud_api_types",
17856 "db",
17857 "git_ui",
17858 "gpui",
17859 "icons",
17860 "livekit_client",
17861 "notifications",
17862 "platform_title_bar",
17863 "project",
17864 "recent_projects",
17865 "release_channel",
17866 "remote",
17867 "remote_connection",
17868 "rpc",
17869 "schemars",
17870 "semver",
17871 "serde",
17872 "settings",
17873 "smallvec",
17874 "story",
17875 "telemetry",
17876 "theme",
17877 "ui",
17878 "util",
17879 "windows 0.61.3",
17880 "workspace",
17881 "zed_actions",
17882]
17883
17884[[package]]
17885name = "tokio"
17886version = "1.48.0"
17887source = "registry+https://github.com/rust-lang/crates.io-index"
17888checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17889dependencies = [
17890 "bytes 1.11.1",
17891 "libc",
17892 "mio 1.1.0",
17893 "parking_lot",
17894 "pin-project-lite",
17895 "signal-hook-registry",
17896 "socket2 0.6.1",
17897 "tokio-macros",
17898 "windows-sys 0.61.2",
17899]
17900
17901[[package]]
17902name = "tokio-io"
17903version = "0.1.13"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17906dependencies = [
17907 "bytes 0.4.12",
17908 "futures 0.1.31",
17909 "log",
17910]
17911
17912[[package]]
17913name = "tokio-macros"
17914version = "2.6.0"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17917dependencies = [
17918 "proc-macro2",
17919 "quote",
17920 "syn 2.0.117",
17921]
17922
17923[[package]]
17924name = "tokio-native-tls"
17925version = "0.3.1"
17926source = "registry+https://github.com/rust-lang/crates.io-index"
17927checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17928dependencies = [
17929 "native-tls",
17930 "tokio",
17931]
17932
17933[[package]]
17934name = "tokio-rustls"
17935version = "0.24.1"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17938dependencies = [
17939 "rustls 0.21.12",
17940 "tokio",
17941]
17942
17943[[package]]
17944name = "tokio-rustls"
17945version = "0.26.2"
17946source = "registry+https://github.com/rust-lang/crates.io-index"
17947checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17948dependencies = [
17949 "rustls 0.23.33",
17950 "tokio",
17951]
17952
17953[[package]]
17954name = "tokio-socks"
17955version = "0.5.2"
17956source = "registry+https://github.com/rust-lang/crates.io-index"
17957checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17958dependencies = [
17959 "either",
17960 "futures-io",
17961 "futures-util",
17962 "thiserror 1.0.69",
17963 "tokio",
17964]
17965
17966[[package]]
17967name = "tokio-stream"
17968version = "0.1.17"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17971dependencies = [
17972 "futures-core",
17973 "pin-project-lite",
17974 "tokio",
17975]
17976
17977[[package]]
17978name = "tokio-tungstenite"
17979version = "0.20.1"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17982dependencies = [
17983 "futures-util",
17984 "log",
17985 "tokio",
17986 "tungstenite 0.20.1",
17987]
17988
17989[[package]]
17990name = "tokio-tungstenite"
17991version = "0.21.0"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17994dependencies = [
17995 "futures-util",
17996 "log",
17997 "tokio",
17998 "tungstenite 0.21.0",
17999]
18000
18001[[package]]
18002name = "tokio-tungstenite"
18003version = "0.28.0"
18004source = "registry+https://github.com/rust-lang/crates.io-index"
18005checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18006dependencies = [
18007 "futures-util",
18008 "log",
18009 "rustls 0.23.33",
18010 "rustls-native-certs 0.8.2",
18011 "rustls-pki-types",
18012 "tokio",
18013 "tokio-rustls 0.26.2",
18014 "tungstenite 0.28.0",
18015]
18016
18017[[package]]
18018name = "tokio-util"
18019version = "0.7.16"
18020source = "registry+https://github.com/rust-lang/crates.io-index"
18021checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18022dependencies = [
18023 "bytes 1.11.1",
18024 "futures-core",
18025 "futures-io",
18026 "futures-sink",
18027 "pin-project-lite",
18028 "tokio",
18029]
18030
18031[[package]]
18032name = "toml"
18033version = "0.5.11"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18036dependencies = [
18037 "serde",
18038]
18039
18040[[package]]
18041name = "toml"
18042version = "0.8.23"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18045dependencies = [
18046 "serde",
18047 "serde_spanned 0.6.9",
18048 "toml_datetime 0.6.11",
18049 "toml_edit 0.22.27",
18050]
18051
18052[[package]]
18053name = "toml"
18054version = "0.9.8"
18055source = "registry+https://github.com/rust-lang/crates.io-index"
18056checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18057dependencies = [
18058 "indexmap",
18059 "serde_core",
18060 "serde_spanned 1.0.3",
18061 "toml_datetime 0.7.3",
18062 "toml_parser",
18063 "toml_writer",
18064 "winnow",
18065]
18066
18067[[package]]
18068name = "toml_datetime"
18069version = "0.6.11"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18072dependencies = [
18073 "serde",
18074]
18075
18076[[package]]
18077name = "toml_datetime"
18078version = "0.7.3"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18081dependencies = [
18082 "serde_core",
18083]
18084
18085[[package]]
18086name = "toml_edit"
18087version = "0.22.27"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18090dependencies = [
18091 "indexmap",
18092 "serde",
18093 "serde_spanned 0.6.9",
18094 "toml_datetime 0.6.11",
18095 "toml_write",
18096 "winnow",
18097]
18098
18099[[package]]
18100name = "toml_edit"
18101version = "0.23.7"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18104dependencies = [
18105 "indexmap",
18106 "toml_datetime 0.7.3",
18107 "toml_parser",
18108 "winnow",
18109]
18110
18111[[package]]
18112name = "toml_parser"
18113version = "1.0.4"
18114source = "registry+https://github.com/rust-lang/crates.io-index"
18115checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18116dependencies = [
18117 "winnow",
18118]
18119
18120[[package]]
18121name = "toml_write"
18122version = "0.1.2"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18125
18126[[package]]
18127name = "toml_writer"
18128version = "1.0.4"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18131
18132[[package]]
18133name = "toolchain_selector"
18134version = "0.1.0"
18135dependencies = [
18136 "anyhow",
18137 "convert_case 0.8.0",
18138 "editor",
18139 "futures 0.3.31",
18140 "fuzzy",
18141 "gpui",
18142 "language",
18143 "menu",
18144 "open_path_prompt",
18145 "picker",
18146 "project",
18147 "ui",
18148 "util",
18149 "workspace",
18150]
18151
18152[[package]]
18153name = "topological-sort"
18154version = "0.2.2"
18155source = "registry+https://github.com/rust-lang/crates.io-index"
18156checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18157
18158[[package]]
18159name = "tower"
18160version = "0.4.13"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18163dependencies = [
18164 "futures-core",
18165 "futures-util",
18166 "pin-project",
18167 "pin-project-lite",
18168 "tokio",
18169 "tower-layer",
18170 "tower-service",
18171 "tracing",
18172]
18173
18174[[package]]
18175name = "tower"
18176version = "0.5.2"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18179dependencies = [
18180 "futures-core",
18181 "futures-util",
18182 "pin-project-lite",
18183 "sync_wrapper 1.0.2",
18184 "tokio",
18185 "tower-layer",
18186 "tower-service",
18187]
18188
18189[[package]]
18190name = "tower-http"
18191version = "0.4.4"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18194dependencies = [
18195 "bitflags 2.10.0",
18196 "bytes 1.11.1",
18197 "futures-core",
18198 "futures-util",
18199 "http 0.2.12",
18200 "http-body 0.4.6",
18201 "http-range-header",
18202 "pin-project-lite",
18203 "tower-layer",
18204 "tower-service",
18205 "tracing",
18206]
18207
18208[[package]]
18209name = "tower-http"
18210version = "0.6.6"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18213dependencies = [
18214 "bitflags 2.10.0",
18215 "bytes 1.11.1",
18216 "futures-util",
18217 "http 1.3.1",
18218 "http-body 1.0.1",
18219 "iri-string",
18220 "pin-project-lite",
18221 "tower 0.5.2",
18222 "tower-layer",
18223 "tower-service",
18224]
18225
18226[[package]]
18227name = "tower-layer"
18228version = "0.3.3"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18231
18232[[package]]
18233name = "tower-service"
18234version = "0.3.3"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18237
18238[[package]]
18239name = "tracing"
18240version = "0.1.43"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18243dependencies = [
18244 "log",
18245 "pin-project-lite",
18246 "tracing-attributes",
18247 "tracing-core",
18248]
18249
18250[[package]]
18251name = "tracing-attributes"
18252version = "0.1.31"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18255dependencies = [
18256 "proc-macro2",
18257 "quote",
18258 "syn 2.0.117",
18259]
18260
18261[[package]]
18262name = "tracing-core"
18263version = "0.1.35"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18266dependencies = [
18267 "once_cell",
18268 "valuable",
18269]
18270
18271[[package]]
18272name = "tracing-log"
18273version = "0.2.0"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18276dependencies = [
18277 "log",
18278 "once_cell",
18279 "tracing-core",
18280]
18281
18282[[package]]
18283name = "tracing-serde"
18284version = "0.2.0"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18287dependencies = [
18288 "serde",
18289 "tracing-core",
18290]
18291
18292[[package]]
18293name = "tracing-subscriber"
18294version = "0.3.22"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18297dependencies = [
18298 "matchers",
18299 "nu-ansi-term",
18300 "once_cell",
18301 "regex-automata",
18302 "serde",
18303 "serde_json",
18304 "sharded-slab",
18305 "smallvec",
18306 "thread_local",
18307 "tracing",
18308 "tracing-core",
18309 "tracing-log",
18310 "tracing-serde",
18311]
18312
18313[[package]]
18314name = "tracing-tracy"
18315version = "0.11.4"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18318dependencies = [
18319 "tracing-core",
18320 "tracing-subscriber",
18321 "tracy-client",
18322]
18323
18324[[package]]
18325name = "tracy-client"
18326version = "0.18.3"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18329dependencies = [
18330 "loom",
18331 "once_cell",
18332 "tracy-client-sys",
18333]
18334
18335[[package]]
18336name = "tracy-client-sys"
18337version = "0.27.0"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18340dependencies = [
18341 "cc",
18342 "windows-targets 0.52.6",
18343]
18344
18345[[package]]
18346name = "trait-variant"
18347version = "0.1.2"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18350dependencies = [
18351 "proc-macro2",
18352 "quote",
18353 "syn 2.0.117",
18354]
18355
18356[[package]]
18357name = "transpose"
18358version = "0.2.3"
18359source = "registry+https://github.com/rust-lang/crates.io-index"
18360checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18361dependencies = [
18362 "num-integer",
18363 "strength_reduce",
18364]
18365
18366[[package]]
18367name = "tree-sitter"
18368version = "0.26.3"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18371dependencies = [
18372 "cc",
18373 "regex",
18374 "regex-syntax",
18375 "serde_json",
18376 "streaming-iterator",
18377 "tree-sitter-language",
18378 "wasmtime-c-api-impl",
18379]
18380
18381[[package]]
18382name = "tree-sitter-bash"
18383version = "0.25.1"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18386dependencies = [
18387 "cc",
18388 "tree-sitter-language",
18389]
18390
18391[[package]]
18392name = "tree-sitter-c"
18393version = "0.24.1"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18396dependencies = [
18397 "cc",
18398 "tree-sitter-language",
18399]
18400
18401[[package]]
18402name = "tree-sitter-cpp"
18403version = "0.23.4"
18404source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18405dependencies = [
18406 "cc",
18407 "tree-sitter-language",
18408]
18409
18410[[package]]
18411name = "tree-sitter-css"
18412version = "0.23.2"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18415dependencies = [
18416 "cc",
18417 "tree-sitter-language",
18418]
18419
18420[[package]]
18421name = "tree-sitter-diff"
18422version = "0.1.0"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18425dependencies = [
18426 "cc",
18427 "tree-sitter-language",
18428]
18429
18430[[package]]
18431name = "tree-sitter-elixir"
18432version = "0.3.4"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18435dependencies = [
18436 "cc",
18437 "tree-sitter-language",
18438]
18439
18440[[package]]
18441name = "tree-sitter-embedded-template"
18442version = "0.23.2"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18445dependencies = [
18446 "cc",
18447 "tree-sitter-language",
18448]
18449
18450[[package]]
18451name = "tree-sitter-gitcommit"
18452version = "0.0.1"
18453source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18454dependencies = [
18455 "cc",
18456 "tree-sitter-language",
18457]
18458
18459[[package]]
18460name = "tree-sitter-go"
18461version = "0.25.0"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18464dependencies = [
18465 "cc",
18466 "tree-sitter-language",
18467]
18468
18469[[package]]
18470name = "tree-sitter-gomod"
18471version = "1.1.1"
18472source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18473dependencies = [
18474 "cc",
18475 "tree-sitter-language",
18476]
18477
18478[[package]]
18479name = "tree-sitter-gowork"
18480version = "0.0.1"
18481source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18482dependencies = [
18483 "cc",
18484 "tree-sitter-language",
18485]
18486
18487[[package]]
18488name = "tree-sitter-heex"
18489version = "0.0.1"
18490source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-html"
18498version = "0.23.2"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18501dependencies = [
18502 "cc",
18503 "tree-sitter-language",
18504]
18505
18506[[package]]
18507name = "tree-sitter-jsdoc"
18508version = "0.23.2"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18511dependencies = [
18512 "cc",
18513 "tree-sitter-language",
18514]
18515
18516[[package]]
18517name = "tree-sitter-json"
18518version = "0.24.8"
18519source = "registry+https://github.com/rust-lang/crates.io-index"
18520checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18521dependencies = [
18522 "cc",
18523 "tree-sitter-language",
18524]
18525
18526[[package]]
18527name = "tree-sitter-language"
18528version = "0.1.5"
18529source = "registry+https://github.com/rust-lang/crates.io-index"
18530checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18531
18532[[package]]
18533name = "tree-sitter-md"
18534version = "0.3.2"
18535source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18536dependencies = [
18537 "cc",
18538 "tree-sitter-language",
18539]
18540
18541[[package]]
18542name = "tree-sitter-python"
18543version = "0.25.0"
18544source = "registry+https://github.com/rust-lang/crates.io-index"
18545checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18546dependencies = [
18547 "cc",
18548 "tree-sitter-language",
18549]
18550
18551[[package]]
18552name = "tree-sitter-regex"
18553version = "0.24.3"
18554source = "registry+https://github.com/rust-lang/crates.io-index"
18555checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18556dependencies = [
18557 "cc",
18558 "tree-sitter-language",
18559]
18560
18561[[package]]
18562name = "tree-sitter-ruby"
18563version = "0.23.1"
18564source = "registry+https://github.com/rust-lang/crates.io-index"
18565checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18566dependencies = [
18567 "cc",
18568 "tree-sitter-language",
18569]
18570
18571[[package]]
18572name = "tree-sitter-rust"
18573version = "0.24.1"
18574source = "registry+https://github.com/rust-lang/crates.io-index"
18575checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18576dependencies = [
18577 "cc",
18578 "tree-sitter-language",
18579]
18580
18581[[package]]
18582name = "tree-sitter-typescript"
18583version = "0.23.2"
18584source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18585dependencies = [
18586 "cc",
18587 "tree-sitter-language",
18588]
18589
18590[[package]]
18591name = "tree-sitter-yaml"
18592version = "0.6.1"
18593source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18594dependencies = [
18595 "cc",
18596 "tree-sitter-language",
18597]
18598
18599[[package]]
18600name = "triomphe"
18601version = "0.1.15"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18604dependencies = [
18605 "serde",
18606 "stable_deref_trait",
18607]
18608
18609[[package]]
18610name = "try-lock"
18611version = "0.2.5"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18614
18615[[package]]
18616name = "ttf-parser"
18617version = "0.20.0"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18620
18621[[package]]
18622name = "ttf-parser"
18623version = "0.25.1"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18626dependencies = [
18627 "core_maths",
18628]
18629
18630[[package]]
18631name = "tungstenite"
18632version = "0.20.1"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18635dependencies = [
18636 "byteorder",
18637 "bytes 1.11.1",
18638 "data-encoding",
18639 "http 0.2.12",
18640 "httparse",
18641 "log",
18642 "rand 0.8.5",
18643 "sha1",
18644 "thiserror 1.0.69",
18645 "url",
18646 "utf-8",
18647]
18648
18649[[package]]
18650name = "tungstenite"
18651version = "0.21.0"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18654dependencies = [
18655 "byteorder",
18656 "bytes 1.11.1",
18657 "data-encoding",
18658 "http 1.3.1",
18659 "httparse",
18660 "log",
18661 "rand 0.8.5",
18662 "sha1",
18663 "thiserror 1.0.69",
18664 "url",
18665 "utf-8",
18666]
18667
18668[[package]]
18669name = "tungstenite"
18670version = "0.27.0"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18673dependencies = [
18674 "bytes 1.11.1",
18675 "data-encoding",
18676 "http 1.3.1",
18677 "httparse",
18678 "log",
18679 "rand 0.9.2",
18680 "rustls 0.23.33",
18681 "rustls-pki-types",
18682 "sha1",
18683 "thiserror 2.0.17",
18684 "utf-8",
18685]
18686
18687[[package]]
18688name = "tungstenite"
18689version = "0.28.0"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18692dependencies = [
18693 "bytes 1.11.1",
18694 "data-encoding",
18695 "http 1.3.1",
18696 "httparse",
18697 "log",
18698 "rand 0.9.2",
18699 "rustls 0.23.33",
18700 "rustls-pki-types",
18701 "sha1",
18702 "thiserror 2.0.17",
18703 "utf-8",
18704]
18705
18706[[package]]
18707name = "typeid"
18708version = "1.0.3"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18711
18712[[package]]
18713name = "typenum"
18714version = "1.19.0"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18717
18718[[package]]
18719name = "ucd-trie"
18720version = "0.1.7"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18723
18724[[package]]
18725name = "uds"
18726version = "0.4.2"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18729dependencies = [
18730 "libc",
18731]
18732
18733[[package]]
18734name = "uds_windows"
18735version = "1.1.0"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18738dependencies = [
18739 "memoffset",
18740 "tempfile",
18741 "winapi",
18742]
18743
18744[[package]]
18745name = "ug"
18746version = "0.4.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18749dependencies = [
18750 "gemm 0.18.2",
18751 "half",
18752 "libloading",
18753 "memmap2",
18754 "num",
18755 "num-traits",
18756 "num_cpus",
18757 "rayon",
18758 "safetensors",
18759 "serde",
18760 "thiserror 1.0.69",
18761 "tracing",
18762 "yoke 0.7.5",
18763]
18764
18765[[package]]
18766name = "ui"
18767version = "0.1.0"
18768dependencies = [
18769 "chrono",
18770 "component",
18771 "documented",
18772 "gpui",
18773 "gpui_macros",
18774 "icons",
18775 "itertools 0.14.0",
18776 "menu",
18777 "schemars",
18778 "serde",
18779 "settings",
18780 "smallvec",
18781 "story",
18782 "strum 0.27.2",
18783 "theme",
18784 "ui_macros",
18785 "util",
18786 "windows 0.61.3",
18787]
18788
18789[[package]]
18790name = "ui_input"
18791version = "0.1.0"
18792dependencies = [
18793 "component",
18794 "gpui",
18795 "ui",
18796]
18797
18798[[package]]
18799name = "ui_macros"
18800version = "0.1.0"
18801dependencies = [
18802 "component",
18803 "quote",
18804 "syn 2.0.117",
18805 "ui",
18806]
18807
18808[[package]]
18809name = "ui_prompt"
18810version = "0.1.0"
18811dependencies = [
18812 "gpui",
18813 "markdown",
18814 "menu",
18815 "settings",
18816 "theme",
18817 "ui",
18818 "workspace",
18819]
18820
18821[[package]]
18822name = "unarray"
18823version = "0.1.4"
18824source = "registry+https://github.com/rust-lang/crates.io-index"
18825checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18826
18827[[package]]
18828name = "unicase"
18829version = "2.8.1"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18832
18833[[package]]
18834name = "unicode-bidi"
18835version = "0.3.18"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18838
18839[[package]]
18840name = "unicode-bidi-mirroring"
18841version = "0.4.0"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18844
18845[[package]]
18846name = "unicode-ccc"
18847version = "0.4.0"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18850
18851[[package]]
18852name = "unicode-general-category"
18853version = "1.1.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18856
18857[[package]]
18858name = "unicode-ident"
18859version = "1.0.19"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18862
18863[[package]]
18864name = "unicode-linebreak"
18865version = "0.1.5"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18868
18869[[package]]
18870name = "unicode-normalization"
18871version = "0.1.24"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18874dependencies = [
18875 "tinyvec",
18876]
18877
18878[[package]]
18879name = "unicode-properties"
18880version = "0.1.3"
18881source = "registry+https://github.com/rust-lang/crates.io-index"
18882checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18883
18884[[package]]
18885name = "unicode-script"
18886version = "0.5.8"
18887source = "registry+https://github.com/rust-lang/crates.io-index"
18888checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18889
18890[[package]]
18891name = "unicode-segmentation"
18892version = "1.12.0"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18895
18896[[package]]
18897name = "unicode-vo"
18898version = "0.1.0"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18901
18902[[package]]
18903name = "unicode-width"
18904version = "0.2.2"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18907
18908[[package]]
18909name = "unicode-xid"
18910version = "0.2.6"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18913
18914[[package]]
18915name = "unicode_categories"
18916version = "0.1.1"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18919
18920[[package]]
18921name = "unindent"
18922version = "0.2.4"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18925
18926[[package]]
18927name = "unsafe-libyaml"
18928version = "0.2.11"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18931
18932[[package]]
18933name = "untrusted"
18934version = "0.7.1"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18937
18938[[package]]
18939name = "untrusted"
18940version = "0.9.0"
18941source = "registry+https://github.com/rust-lang/crates.io-index"
18942checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18943
18944[[package]]
18945name = "url"
18946version = "2.5.7"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18949dependencies = [
18950 "form_urlencoded",
18951 "idna",
18952 "percent-encoding",
18953 "serde",
18954]
18955
18956[[package]]
18957name = "urlencoding"
18958version = "2.1.3"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18961
18962[[package]]
18963name = "usvg"
18964version = "0.45.1"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18967dependencies = [
18968 "base64 0.22.1",
18969 "data-url",
18970 "flate2",
18971 "fontdb 0.23.0",
18972 "imagesize",
18973 "kurbo",
18974 "log",
18975 "pico-args",
18976 "roxmltree",
18977 "rustybuzz",
18978 "simplecss",
18979 "siphasher 1.0.1",
18980 "strict-num",
18981 "svgtypes",
18982 "tiny-skia-path",
18983 "unicode-bidi",
18984 "unicode-script",
18985 "unicode-vo",
18986 "xmlwriter",
18987]
18988
18989[[package]]
18990name = "utf-8"
18991version = "0.7.6"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18994
18995[[package]]
18996name = "utf8-chars"
18997version = "3.0.6"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19000dependencies = [
19001 "arrayvec",
19002]
19003
19004[[package]]
19005name = "utf8_iter"
19006version = "1.0.4"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19009
19010[[package]]
19011name = "utf8parse"
19012version = "0.2.2"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19015
19016[[package]]
19017name = "util"
19018version = "0.1.0"
19019dependencies = [
19020 "anyhow",
19021 "async-fs",
19022 "async_zip",
19023 "collections",
19024 "command-fds",
19025 "dirs 4.0.0",
19026 "dunce",
19027 "futures 0.3.31",
19028 "futures-lite 1.13.0",
19029 "git2",
19030 "globset",
19031 "gpui_util",
19032 "itertools 0.14.0",
19033 "libc",
19034 "log",
19035 "mach2 0.5.0",
19036 "nix 0.29.0",
19037 "percent-encoding",
19038 "pretty_assertions",
19039 "rand 0.9.2",
19040 "regex",
19041 "rust-embed",
19042 "schemars",
19043 "serde",
19044 "serde_json",
19045 "serde_json_lenient",
19046 "shlex",
19047 "smol",
19048 "take-until",
19049 "tempfile",
19050 "tendril",
19051 "unicase",
19052 "url",
19053 "util_macros",
19054 "walkdir",
19055 "which 6.0.3",
19056]
19057
19058[[package]]
19059name = "util_macros"
19060version = "0.1.0"
19061dependencies = [
19062 "perf",
19063 "quote",
19064 "syn 2.0.117",
19065]
19066
19067[[package]]
19068name = "uuid"
19069version = "1.18.1"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19072dependencies = [
19073 "getrandom 0.3.4",
19074 "js-sys",
19075 "serde",
19076 "sha1_smol",
19077 "wasm-bindgen",
19078]
19079
19080[[package]]
19081name = "uuid-simd"
19082version = "0.8.0"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19085dependencies = [
19086 "outref",
19087 "vsimd",
19088]
19089
19090[[package]]
19091name = "v_frame"
19092version = "0.3.9"
19093source = "registry+https://github.com/rust-lang/crates.io-index"
19094checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19095dependencies = [
19096 "aligned-vec",
19097 "num-traits",
19098 "wasm-bindgen",
19099]
19100
19101[[package]]
19102name = "valuable"
19103version = "0.1.1"
19104source = "registry+https://github.com/rust-lang/crates.io-index"
19105checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19106
19107[[package]]
19108name = "value-bag"
19109version = "1.12.0"
19110source = "registry+https://github.com/rust-lang/crates.io-index"
19111checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19112dependencies = [
19113 "value-bag-serde1",
19114 "value-bag-sval2",
19115]
19116
19117[[package]]
19118name = "value-bag-serde1"
19119version = "1.12.0"
19120source = "registry+https://github.com/rust-lang/crates.io-index"
19121checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19122dependencies = [
19123 "erased-serde",
19124 "serde_core",
19125 "serde_fmt",
19126]
19127
19128[[package]]
19129name = "value-bag-sval2"
19130version = "1.12.0"
19131source = "registry+https://github.com/rust-lang/crates.io-index"
19132checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19133dependencies = [
19134 "sval",
19135 "sval_buffer",
19136 "sval_dynamic",
19137 "sval_fmt",
19138 "sval_json",
19139 "sval_ref",
19140 "sval_serde",
19141]
19142
19143[[package]]
19144name = "vcpkg"
19145version = "0.2.15"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19148
19149[[package]]
19150name = "vercel"
19151version = "0.1.0"
19152dependencies = [
19153 "anyhow",
19154 "schemars",
19155 "serde",
19156 "strum 0.27.2",
19157]
19158
19159[[package]]
19160name = "version-compare"
19161version = "0.2.0"
19162source = "registry+https://github.com/rust-lang/crates.io-index"
19163checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19164
19165[[package]]
19166name = "version_check"
19167version = "0.9.5"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19170
19171[[package]]
19172name = "vim"
19173version = "0.1.0"
19174dependencies = [
19175 "anyhow",
19176 "async-compat",
19177 "async-trait",
19178 "collections",
19179 "command_palette",
19180 "command_palette_hooks",
19181 "db",
19182 "editor",
19183 "env_logger 0.11.8",
19184 "futures 0.3.31",
19185 "fuzzy",
19186 "git_ui",
19187 "gpui",
19188 "indoc",
19189 "itertools 0.14.0",
19190 "language",
19191 "log",
19192 "lsp",
19193 "markdown_preview",
19194 "menu",
19195 "multi_buffer",
19196 "nvim-rs",
19197 "outline_panel",
19198 "parking_lot",
19199 "perf",
19200 "picker",
19201 "project",
19202 "project_panel",
19203 "regex",
19204 "release_channel",
19205 "schemars",
19206 "search",
19207 "semver",
19208 "serde",
19209 "serde_json",
19210 "settings",
19211 "settings_ui",
19212 "task",
19213 "text",
19214 "theme",
19215 "tokio",
19216 "ui",
19217 "util",
19218 "util_macros",
19219 "vim_mode_setting",
19220 "workspace",
19221 "zed_actions",
19222]
19223
19224[[package]]
19225name = "vim_mode_setting"
19226version = "0.1.0"
19227dependencies = [
19228 "gpui",
19229 "settings",
19230]
19231
19232[[package]]
19233name = "vscode_theme"
19234version = "0.2.0"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19237dependencies = [
19238 "serde",
19239]
19240
19241[[package]]
19242name = "vsimd"
19243version = "0.8.0"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19246
19247[[package]]
19248name = "vswhom"
19249version = "0.1.0"
19250source = "registry+https://github.com/rust-lang/crates.io-index"
19251checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19252dependencies = [
19253 "libc",
19254 "vswhom-sys",
19255]
19256
19257[[package]]
19258name = "vswhom-sys"
19259version = "0.1.3"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19262dependencies = [
19263 "cc",
19264 "libc",
19265]
19266
19267[[package]]
19268name = "vte"
19269version = "0.15.0"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19272dependencies = [
19273 "arrayvec",
19274 "bitflags 2.10.0",
19275 "cursor-icon",
19276 "log",
19277 "memchr",
19278 "serde",
19279]
19280
19281[[package]]
19282name = "wait-timeout"
19283version = "0.2.1"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19286dependencies = [
19287 "libc",
19288]
19289
19290[[package]]
19291name = "waker-fn"
19292version = "1.2.0"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19295
19296[[package]]
19297name = "walkdir"
19298version = "2.5.0"
19299source = "registry+https://github.com/rust-lang/crates.io-index"
19300checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19301dependencies = [
19302 "same-file",
19303 "winapi-util",
19304]
19305
19306[[package]]
19307name = "want"
19308version = "0.3.1"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19311dependencies = [
19312 "try-lock",
19313]
19314
19315[[package]]
19316name = "warp"
19317version = "0.3.7"
19318source = "registry+https://github.com/rust-lang/crates.io-index"
19319checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19320dependencies = [
19321 "bytes 1.11.1",
19322 "futures-channel",
19323 "futures-util",
19324 "headers",
19325 "http 0.2.12",
19326 "hyper 0.14.32",
19327 "log",
19328 "mime",
19329 "mime_guess",
19330 "percent-encoding",
19331 "pin-project",
19332 "scoped-tls",
19333 "serde",
19334 "serde_json",
19335 "serde_urlencoded",
19336 "tokio",
19337 "tokio-tungstenite 0.21.0",
19338 "tokio-util",
19339 "tower-service",
19340 "tracing",
19341]
19342
19343[[package]]
19344name = "wasi"
19345version = "0.11.1+wasi-snapshot-preview1"
19346source = "registry+https://github.com/rust-lang/crates.io-index"
19347checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19348
19349[[package]]
19350name = "wasip2"
19351version = "1.0.1+wasi-0.2.4"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19354dependencies = [
19355 "wit-bindgen 0.46.0",
19356]
19357
19358[[package]]
19359name = "wasip3"
19360version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19361source = "registry+https://github.com/rust-lang/crates.io-index"
19362checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19363dependencies = [
19364 "wit-bindgen 0.51.0",
19365]
19366
19367[[package]]
19368name = "wasite"
19369version = "0.1.0"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19372
19373[[package]]
19374name = "wasm-bindgen"
19375version = "0.2.113"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19378dependencies = [
19379 "cfg-if",
19380 "once_cell",
19381 "rustversion",
19382 "wasm-bindgen-macro",
19383 "wasm-bindgen-shared",
19384]
19385
19386[[package]]
19387name = "wasm-bindgen-futures"
19388version = "0.4.63"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19391dependencies = [
19392 "cfg-if",
19393 "futures-util",
19394 "js-sys",
19395 "once_cell",
19396 "wasm-bindgen",
19397 "web-sys",
19398]
19399
19400[[package]]
19401name = "wasm-bindgen-macro"
19402version = "0.2.113"
19403source = "registry+https://github.com/rust-lang/crates.io-index"
19404checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19405dependencies = [
19406 "quote",
19407 "wasm-bindgen-macro-support",
19408]
19409
19410[[package]]
19411name = "wasm-bindgen-macro-support"
19412version = "0.2.113"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19415dependencies = [
19416 "bumpalo",
19417 "proc-macro2",
19418 "quote",
19419 "syn 2.0.117",
19420 "wasm-bindgen-shared",
19421]
19422
19423[[package]]
19424name = "wasm-bindgen-shared"
19425version = "0.2.113"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19428dependencies = [
19429 "unicode-ident",
19430]
19431
19432[[package]]
19433name = "wasm-encoder"
19434version = "0.201.0"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19437dependencies = [
19438 "leb128",
19439]
19440
19441[[package]]
19442name = "wasm-encoder"
19443version = "0.221.3"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19446dependencies = [
19447 "leb128",
19448 "wasmparser 0.221.3",
19449]
19450
19451[[package]]
19452name = "wasm-encoder"
19453version = "0.227.1"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19456dependencies = [
19457 "leb128fmt",
19458 "wasmparser 0.227.1",
19459]
19460
19461[[package]]
19462name = "wasm-encoder"
19463version = "0.229.0"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19466dependencies = [
19467 "leb128fmt",
19468 "wasmparser 0.229.0",
19469]
19470
19471[[package]]
19472name = "wasm-encoder"
19473version = "0.244.0"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19476dependencies = [
19477 "leb128fmt",
19478 "wasmparser 0.244.0",
19479]
19480
19481[[package]]
19482name = "wasm-metadata"
19483version = "0.201.0"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19486dependencies = [
19487 "anyhow",
19488 "indexmap",
19489 "serde",
19490 "serde_derive",
19491 "serde_json",
19492 "spdx",
19493 "wasm-encoder 0.201.0",
19494 "wasmparser 0.201.0",
19495]
19496
19497[[package]]
19498name = "wasm-metadata"
19499version = "0.227.1"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19502dependencies = [
19503 "anyhow",
19504 "auditable-serde",
19505 "flate2",
19506 "indexmap",
19507 "serde",
19508 "serde_derive",
19509 "serde_json",
19510 "spdx",
19511 "url",
19512 "wasm-encoder 0.227.1",
19513 "wasmparser 0.227.1",
19514]
19515
19516[[package]]
19517name = "wasm-metadata"
19518version = "0.244.0"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19521dependencies = [
19522 "anyhow",
19523 "indexmap",
19524 "wasm-encoder 0.244.0",
19525 "wasmparser 0.244.0",
19526]
19527
19528[[package]]
19529name = "wasm-streams"
19530version = "0.4.2"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19533dependencies = [
19534 "futures-util",
19535 "js-sys",
19536 "wasm-bindgen",
19537 "wasm-bindgen-futures",
19538 "web-sys",
19539]
19540
19541[[package]]
19542name = "wasm_thread"
19543version = "0.3.3"
19544source = "registry+https://github.com/rust-lang/crates.io-index"
19545checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19546dependencies = [
19547 "futures 0.3.31",
19548 "js-sys",
19549 "wasm-bindgen",
19550 "web-sys",
19551]
19552
19553[[package]]
19554name = "wasmparser"
19555version = "0.201.0"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19558dependencies = [
19559 "bitflags 2.10.0",
19560 "indexmap",
19561 "semver",
19562]
19563
19564[[package]]
19565name = "wasmparser"
19566version = "0.221.3"
19567source = "registry+https://github.com/rust-lang/crates.io-index"
19568checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19569dependencies = [
19570 "bitflags 2.10.0",
19571 "hashbrown 0.15.5",
19572 "indexmap",
19573 "semver",
19574 "serde",
19575]
19576
19577[[package]]
19578name = "wasmparser"
19579version = "0.227.1"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19582dependencies = [
19583 "bitflags 2.10.0",
19584 "hashbrown 0.15.5",
19585 "indexmap",
19586 "semver",
19587]
19588
19589[[package]]
19590name = "wasmparser"
19591version = "0.229.0"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19594dependencies = [
19595 "bitflags 2.10.0",
19596 "hashbrown 0.15.5",
19597 "indexmap",
19598 "semver",
19599 "serde",
19600]
19601
19602[[package]]
19603name = "wasmparser"
19604version = "0.244.0"
19605source = "registry+https://github.com/rust-lang/crates.io-index"
19606checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19607dependencies = [
19608 "bitflags 2.10.0",
19609 "hashbrown 0.15.5",
19610 "indexmap",
19611 "semver",
19612]
19613
19614[[package]]
19615name = "wasmprinter"
19616version = "0.229.0"
19617source = "registry+https://github.com/rust-lang/crates.io-index"
19618checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19619dependencies = [
19620 "anyhow",
19621 "termcolor",
19622 "wasmparser 0.229.0",
19623]
19624
19625[[package]]
19626name = "wasmtime"
19627version = "33.0.2"
19628source = "registry+https://github.com/rust-lang/crates.io-index"
19629checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19630dependencies = [
19631 "addr2line 0.24.2",
19632 "anyhow",
19633 "async-trait",
19634 "bitflags 2.10.0",
19635 "bumpalo",
19636 "cc",
19637 "cfg-if",
19638 "encoding_rs",
19639 "hashbrown 0.15.5",
19640 "indexmap",
19641 "libc",
19642 "log",
19643 "mach2 0.4.3",
19644 "memfd",
19645 "object 0.36.7",
19646 "once_cell",
19647 "postcard",
19648 "psm",
19649 "pulley-interpreter",
19650 "rayon",
19651 "rustix 1.1.2",
19652 "semver",
19653 "serde",
19654 "serde_derive",
19655 "smallvec",
19656 "sptr",
19657 "target-lexicon 0.13.3",
19658 "trait-variant",
19659 "wasmparser 0.229.0",
19660 "wasmtime-asm-macros",
19661 "wasmtime-component-macro",
19662 "wasmtime-component-util",
19663 "wasmtime-cranelift",
19664 "wasmtime-environ",
19665 "wasmtime-fiber",
19666 "wasmtime-jit-icache-coherence",
19667 "wasmtime-math",
19668 "wasmtime-slab",
19669 "wasmtime-versioned-export-macros",
19670 "wasmtime-winch",
19671 "windows-sys 0.59.0",
19672]
19673
19674[[package]]
19675name = "wasmtime-asm-macros"
19676version = "33.0.2"
19677source = "registry+https://github.com/rust-lang/crates.io-index"
19678checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19679dependencies = [
19680 "cfg-if",
19681]
19682
19683[[package]]
19684name = "wasmtime-c-api-impl"
19685version = "33.0.2"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19688dependencies = [
19689 "anyhow",
19690 "log",
19691 "tracing",
19692 "wasmtime",
19693 "wasmtime-c-api-macros",
19694]
19695
19696[[package]]
19697name = "wasmtime-c-api-macros"
19698version = "33.0.2"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19701dependencies = [
19702 "proc-macro2",
19703 "quote",
19704]
19705
19706[[package]]
19707name = "wasmtime-component-macro"
19708version = "33.0.2"
19709source = "registry+https://github.com/rust-lang/crates.io-index"
19710checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19711dependencies = [
19712 "anyhow",
19713 "proc-macro2",
19714 "quote",
19715 "syn 2.0.117",
19716 "wasmtime-component-util",
19717 "wasmtime-wit-bindgen",
19718 "wit-parser 0.229.0",
19719]
19720
19721[[package]]
19722name = "wasmtime-component-util"
19723version = "33.0.2"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19726
19727[[package]]
19728name = "wasmtime-cranelift"
19729version = "33.0.2"
19730source = "registry+https://github.com/rust-lang/crates.io-index"
19731checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19732dependencies = [
19733 "anyhow",
19734 "cfg-if",
19735 "cranelift-codegen",
19736 "cranelift-control",
19737 "cranelift-entity",
19738 "cranelift-frontend",
19739 "cranelift-native",
19740 "gimli 0.31.1",
19741 "itertools 0.14.0",
19742 "log",
19743 "object 0.36.7",
19744 "pulley-interpreter",
19745 "smallvec",
19746 "target-lexicon 0.13.3",
19747 "thiserror 2.0.17",
19748 "wasmparser 0.229.0",
19749 "wasmtime-environ",
19750 "wasmtime-versioned-export-macros",
19751]
19752
19753[[package]]
19754name = "wasmtime-environ"
19755version = "33.0.2"
19756source = "registry+https://github.com/rust-lang/crates.io-index"
19757checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19758dependencies = [
19759 "anyhow",
19760 "cpp_demangle",
19761 "cranelift-bitset",
19762 "cranelift-entity",
19763 "gimli 0.31.1",
19764 "indexmap",
19765 "log",
19766 "object 0.36.7",
19767 "postcard",
19768 "rustc-demangle",
19769 "semver",
19770 "serde",
19771 "serde_derive",
19772 "smallvec",
19773 "target-lexicon 0.13.3",
19774 "wasm-encoder 0.229.0",
19775 "wasmparser 0.229.0",
19776 "wasmprinter",
19777 "wasmtime-component-util",
19778]
19779
19780[[package]]
19781name = "wasmtime-fiber"
19782version = "33.0.2"
19783source = "registry+https://github.com/rust-lang/crates.io-index"
19784checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19785dependencies = [
19786 "anyhow",
19787 "cc",
19788 "cfg-if",
19789 "rustix 1.1.2",
19790 "wasmtime-asm-macros",
19791 "wasmtime-versioned-export-macros",
19792 "windows-sys 0.59.0",
19793]
19794
19795[[package]]
19796name = "wasmtime-jit-icache-coherence"
19797version = "33.0.2"
19798source = "registry+https://github.com/rust-lang/crates.io-index"
19799checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19800dependencies = [
19801 "anyhow",
19802 "cfg-if",
19803 "libc",
19804 "windows-sys 0.59.0",
19805]
19806
19807[[package]]
19808name = "wasmtime-math"
19809version = "33.0.2"
19810source = "registry+https://github.com/rust-lang/crates.io-index"
19811checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19812dependencies = [
19813 "libm",
19814]
19815
19816[[package]]
19817name = "wasmtime-slab"
19818version = "33.0.2"
19819source = "registry+https://github.com/rust-lang/crates.io-index"
19820checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19821
19822[[package]]
19823name = "wasmtime-versioned-export-macros"
19824version = "33.0.2"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19827dependencies = [
19828 "proc-macro2",
19829 "quote",
19830 "syn 2.0.117",
19831]
19832
19833[[package]]
19834name = "wasmtime-wasi"
19835version = "33.0.2"
19836source = "registry+https://github.com/rust-lang/crates.io-index"
19837checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19838dependencies = [
19839 "anyhow",
19840 "async-trait",
19841 "bitflags 2.10.0",
19842 "bytes 1.11.1",
19843 "cap-fs-ext",
19844 "cap-net-ext",
19845 "cap-rand",
19846 "cap-std",
19847 "cap-time-ext",
19848 "fs-set-times",
19849 "futures 0.3.31",
19850 "io-extras",
19851 "io-lifetimes",
19852 "rustix 1.1.2",
19853 "system-interface",
19854 "thiserror 2.0.17",
19855 "tokio",
19856 "tracing",
19857 "url",
19858 "wasmtime",
19859 "wasmtime-wasi-io",
19860 "wiggle",
19861 "windows-sys 0.59.0",
19862]
19863
19864[[package]]
19865name = "wasmtime-wasi-io"
19866version = "33.0.2"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19869dependencies = [
19870 "anyhow",
19871 "async-trait",
19872 "bytes 1.11.1",
19873 "futures 0.3.31",
19874 "wasmtime",
19875]
19876
19877[[package]]
19878name = "wasmtime-winch"
19879version = "33.0.2"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19882dependencies = [
19883 "anyhow",
19884 "cranelift-codegen",
19885 "gimli 0.31.1",
19886 "object 0.36.7",
19887 "target-lexicon 0.13.3",
19888 "wasmparser 0.229.0",
19889 "wasmtime-cranelift",
19890 "wasmtime-environ",
19891 "winch-codegen",
19892]
19893
19894[[package]]
19895name = "wasmtime-wit-bindgen"
19896version = "33.0.2"
19897source = "registry+https://github.com/rust-lang/crates.io-index"
19898checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19899dependencies = [
19900 "anyhow",
19901 "heck 0.5.0",
19902 "indexmap",
19903 "wit-parser 0.229.0",
19904]
19905
19906[[package]]
19907name = "wast"
19908version = "35.0.2"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19911dependencies = [
19912 "leb128",
19913]
19914
19915[[package]]
19916name = "watch"
19917version = "0.1.0"
19918dependencies = [
19919 "ctor",
19920 "futures 0.3.31",
19921 "gpui",
19922 "parking_lot",
19923 "zlog",
19924]
19925
19926[[package]]
19927name = "wax"
19928version = "0.7.0"
19929source = "registry+https://github.com/rust-lang/crates.io-index"
19930checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19931dependencies = [
19932 "const_format",
19933 "itertools 0.14.0",
19934 "nom 7.1.3",
19935 "pori",
19936 "regex",
19937 "thiserror 2.0.17",
19938 "walkdir",
19939]
19940
19941[[package]]
19942name = "wayland-backend"
19943version = "0.3.11"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19946dependencies = [
19947 "cc",
19948 "downcast-rs",
19949 "rustix 1.1.2",
19950 "scoped-tls",
19951 "smallvec",
19952 "wayland-sys",
19953]
19954
19955[[package]]
19956name = "wayland-client"
19957version = "0.31.11"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19960dependencies = [
19961 "bitflags 2.10.0",
19962 "rustix 1.1.2",
19963 "wayland-backend",
19964 "wayland-scanner",
19965]
19966
19967[[package]]
19968name = "wayland-cursor"
19969version = "0.31.11"
19970source = "registry+https://github.com/rust-lang/crates.io-index"
19971checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19972dependencies = [
19973 "rustix 1.1.2",
19974 "wayland-client",
19975 "xcursor",
19976]
19977
19978[[package]]
19979name = "wayland-protocols"
19980version = "0.32.9"
19981source = "registry+https://github.com/rust-lang/crates.io-index"
19982checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19983dependencies = [
19984 "bitflags 2.10.0",
19985 "wayland-backend",
19986 "wayland-client",
19987 "wayland-scanner",
19988]
19989
19990[[package]]
19991name = "wayland-protocols-plasma"
19992version = "0.3.9"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19995dependencies = [
19996 "bitflags 2.10.0",
19997 "wayland-backend",
19998 "wayland-client",
19999 "wayland-protocols",
20000 "wayland-scanner",
20001]
20002
20003[[package]]
20004name = "wayland-protocols-wlr"
20005version = "0.3.9"
20006source = "registry+https://github.com/rust-lang/crates.io-index"
20007checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20008dependencies = [
20009 "bitflags 2.10.0",
20010 "wayland-backend",
20011 "wayland-client",
20012 "wayland-protocols",
20013 "wayland-scanner",
20014]
20015
20016[[package]]
20017name = "wayland-scanner"
20018version = "0.31.7"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20021dependencies = [
20022 "proc-macro2",
20023 "quick-xml 0.37.5",
20024 "quote",
20025]
20026
20027[[package]]
20028name = "wayland-sys"
20029version = "0.31.7"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20032dependencies = [
20033 "dlib",
20034 "log",
20035 "once_cell",
20036 "pkg-config",
20037]
20038
20039[[package]]
20040name = "web-sys"
20041version = "0.3.90"
20042source = "registry+https://github.com/rust-lang/crates.io-index"
20043checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20044dependencies = [
20045 "js-sys",
20046 "wasm-bindgen",
20047]
20048
20049[[package]]
20050name = "web-time"
20051version = "1.1.0"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20054dependencies = [
20055 "js-sys",
20056 "wasm-bindgen",
20057]
20058
20059[[package]]
20060name = "web_atoms"
20061version = "0.1.3"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20064dependencies = [
20065 "phf 0.11.3",
20066 "phf_codegen",
20067 "string_cache",
20068 "string_cache_codegen",
20069]
20070
20071[[package]]
20072name = "web_search"
20073version = "0.1.0"
20074dependencies = [
20075 "anyhow",
20076 "cloud_llm_client",
20077 "collections",
20078 "gpui",
20079 "serde",
20080]
20081
20082[[package]]
20083name = "web_search_providers"
20084version = "0.1.0"
20085dependencies = [
20086 "anyhow",
20087 "client",
20088 "cloud_api_types",
20089 "cloud_llm_client",
20090 "futures 0.3.31",
20091 "gpui",
20092 "http_client",
20093 "language_model",
20094 "serde",
20095 "serde_json",
20096 "web_search",
20097]
20098
20099[[package]]
20100name = "webpki-root-certs"
20101version = "0.26.8"
20102source = "registry+https://github.com/rust-lang/crates.io-index"
20103checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20104dependencies = [
20105 "rustls-pki-types",
20106]
20107
20108[[package]]
20109name = "webpki-roots"
20110version = "0.26.8"
20111source = "registry+https://github.com/rust-lang/crates.io-index"
20112checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20113dependencies = [
20114 "rustls-pki-types",
20115]
20116
20117[[package]]
20118name = "webrtc-sys"
20119version = "0.3.23"
20120source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20121dependencies = [
20122 "cc",
20123 "cxx",
20124 "cxx-build",
20125 "glob",
20126 "log",
20127 "pkg-config",
20128 "webrtc-sys-build",
20129]
20130
20131[[package]]
20132name = "webrtc-sys-build"
20133version = "0.3.13"
20134source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20135dependencies = [
20136 "anyhow",
20137 "fs2",
20138 "regex",
20139 "reqwest 0.12.24",
20140 "scratch",
20141 "semver",
20142 "zip 0.6.6",
20143]
20144
20145[[package]]
20146name = "weezl"
20147version = "0.1.10"
20148source = "registry+https://github.com/rust-lang/crates.io-index"
20149checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20150
20151[[package]]
20152name = "wgpu"
20153version = "29.0.0"
20154source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20155dependencies = [
20156 "arrayvec",
20157 "bitflags 2.10.0",
20158 "bytemuck",
20159 "cfg-if",
20160 "cfg_aliases 0.2.1",
20161 "document-features",
20162 "hashbrown 0.16.1",
20163 "js-sys",
20164 "log",
20165 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20166 "parking_lot",
20167 "portable-atomic",
20168 "profiling",
20169 "raw-window-handle",
20170 "smallvec",
20171 "static_assertions",
20172 "wasm-bindgen",
20173 "wasm-bindgen-futures",
20174 "web-sys",
20175 "wgpu-core",
20176 "wgpu-hal",
20177 "wgpu-types",
20178]
20179
20180[[package]]
20181name = "wgpu-core"
20182version = "29.0.0"
20183source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20184dependencies = [
20185 "arrayvec",
20186 "bit-set 0.9.1",
20187 "bit-vec 0.9.1",
20188 "bitflags 2.10.0",
20189 "bytemuck",
20190 "cfg_aliases 0.2.1",
20191 "document-features",
20192 "hashbrown 0.16.1",
20193 "indexmap",
20194 "log",
20195 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20196 "once_cell",
20197 "parking_lot",
20198 "portable-atomic",
20199 "profiling",
20200 "raw-window-handle",
20201 "rustc-hash 1.1.0",
20202 "smallvec",
20203 "thiserror 2.0.17",
20204 "wgpu-core-deps-apple",
20205 "wgpu-core-deps-emscripten",
20206 "wgpu-core-deps-windows-linux-android",
20207 "wgpu-hal",
20208 "wgpu-naga-bridge",
20209 "wgpu-types",
20210]
20211
20212[[package]]
20213name = "wgpu-core-deps-apple"
20214version = "29.0.0"
20215source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20216dependencies = [
20217 "wgpu-hal",
20218]
20219
20220[[package]]
20221name = "wgpu-core-deps-emscripten"
20222version = "29.0.0"
20223source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20224dependencies = [
20225 "wgpu-hal",
20226]
20227
20228[[package]]
20229name = "wgpu-core-deps-windows-linux-android"
20230version = "29.0.0"
20231source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20232dependencies = [
20233 "wgpu-hal",
20234]
20235
20236[[package]]
20237name = "wgpu-hal"
20238version = "29.0.0"
20239source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20240dependencies = [
20241 "android_system_properties",
20242 "arrayvec",
20243 "ash",
20244 "bit-set 0.9.1",
20245 "bitflags 2.10.0",
20246 "block2",
20247 "bytemuck",
20248 "cfg-if",
20249 "cfg_aliases 0.2.1",
20250 "glow",
20251 "glutin_wgl_sys",
20252 "gpu-allocator",
20253 "gpu-descriptor",
20254 "hashbrown 0.16.1",
20255 "js-sys",
20256 "khronos-egl",
20257 "libc",
20258 "libloading",
20259 "log",
20260 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20261 "ndk-sys",
20262 "objc2",
20263 "objc2-core-foundation",
20264 "objc2-foundation",
20265 "objc2-metal",
20266 "objc2-quartz-core",
20267 "once_cell",
20268 "ordered-float 4.6.0",
20269 "parking_lot",
20270 "portable-atomic",
20271 "portable-atomic-util",
20272 "profiling",
20273 "range-alloc",
20274 "raw-window-handle",
20275 "raw-window-metal",
20276 "renderdoc-sys",
20277 "smallvec",
20278 "thiserror 2.0.17",
20279 "wasm-bindgen",
20280 "wayland-sys",
20281 "web-sys",
20282 "wgpu-naga-bridge",
20283 "wgpu-types",
20284 "windows 0.62.2",
20285 "windows-core 0.62.2",
20286]
20287
20288[[package]]
20289name = "wgpu-naga-bridge"
20290version = "29.0.0"
20291source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20292dependencies = [
20293 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20294 "wgpu-types",
20295]
20296
20297[[package]]
20298name = "wgpu-types"
20299version = "29.0.0"
20300source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20301dependencies = [
20302 "bitflags 2.10.0",
20303 "bytemuck",
20304 "js-sys",
20305 "log",
20306 "raw-window-handle",
20307 "web-sys",
20308]
20309
20310[[package]]
20311name = "which"
20312version = "4.4.2"
20313source = "registry+https://github.com/rust-lang/crates.io-index"
20314checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20315dependencies = [
20316 "either",
20317 "home",
20318 "once_cell",
20319 "rustix 0.38.44",
20320]
20321
20322[[package]]
20323name = "which"
20324version = "6.0.3"
20325source = "registry+https://github.com/rust-lang/crates.io-index"
20326checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20327dependencies = [
20328 "either",
20329 "home",
20330 "rustix 0.38.44",
20331 "winsafe",
20332]
20333
20334[[package]]
20335name = "which_key"
20336version = "0.1.0"
20337dependencies = [
20338 "command_palette",
20339 "gpui",
20340 "serde",
20341 "settings",
20342 "theme",
20343 "ui",
20344 "util",
20345 "workspace",
20346]
20347
20348[[package]]
20349name = "whoami"
20350version = "1.6.1"
20351source = "registry+https://github.com/rust-lang/crates.io-index"
20352checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20353dependencies = [
20354 "libredox",
20355 "wasite",
20356]
20357
20358[[package]]
20359name = "wiggle"
20360version = "33.0.2"
20361source = "registry+https://github.com/rust-lang/crates.io-index"
20362checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20363dependencies = [
20364 "anyhow",
20365 "async-trait",
20366 "bitflags 2.10.0",
20367 "thiserror 2.0.17",
20368 "tracing",
20369 "wasmtime",
20370 "wiggle-macro",
20371]
20372
20373[[package]]
20374name = "wiggle-generate"
20375version = "33.0.2"
20376source = "registry+https://github.com/rust-lang/crates.io-index"
20377checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20378dependencies = [
20379 "anyhow",
20380 "heck 0.5.0",
20381 "proc-macro2",
20382 "quote",
20383 "syn 2.0.117",
20384 "witx",
20385]
20386
20387[[package]]
20388name = "wiggle-macro"
20389version = "33.0.2"
20390source = "registry+https://github.com/rust-lang/crates.io-index"
20391checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20392dependencies = [
20393 "proc-macro2",
20394 "quote",
20395 "syn 2.0.117",
20396 "wiggle-generate",
20397]
20398
20399[[package]]
20400name = "winapi"
20401version = "0.3.9"
20402source = "registry+https://github.com/rust-lang/crates.io-index"
20403checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20404dependencies = [
20405 "winapi-i686-pc-windows-gnu",
20406 "winapi-x86_64-pc-windows-gnu",
20407]
20408
20409[[package]]
20410name = "winapi-i686-pc-windows-gnu"
20411version = "0.4.0"
20412source = "registry+https://github.com/rust-lang/crates.io-index"
20413checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20414
20415[[package]]
20416name = "winapi-util"
20417version = "0.1.11"
20418source = "registry+https://github.com/rust-lang/crates.io-index"
20419checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20420dependencies = [
20421 "windows-sys 0.61.2",
20422]
20423
20424[[package]]
20425name = "winapi-x86_64-pc-windows-gnu"
20426version = "0.4.0"
20427source = "registry+https://github.com/rust-lang/crates.io-index"
20428checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20429
20430[[package]]
20431name = "winch-codegen"
20432version = "33.0.2"
20433source = "registry+https://github.com/rust-lang/crates.io-index"
20434checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20435dependencies = [
20436 "anyhow",
20437 "cranelift-assembler-x64",
20438 "cranelift-codegen",
20439 "gimli 0.31.1",
20440 "regalloc2",
20441 "smallvec",
20442 "target-lexicon 0.13.3",
20443 "thiserror 2.0.17",
20444 "wasmparser 0.229.0",
20445 "wasmtime-cranelift",
20446 "wasmtime-environ",
20447]
20448
20449[[package]]
20450name = "windows"
20451version = "0.57.0"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20454dependencies = [
20455 "windows-core 0.57.0",
20456 "windows-targets 0.52.6",
20457]
20458
20459[[package]]
20460name = "windows"
20461version = "0.58.0"
20462source = "registry+https://github.com/rust-lang/crates.io-index"
20463checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20464dependencies = [
20465 "windows-core 0.58.0",
20466 "windows-targets 0.52.6",
20467]
20468
20469[[package]]
20470name = "windows"
20471version = "0.61.3"
20472source = "registry+https://github.com/rust-lang/crates.io-index"
20473checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20474dependencies = [
20475 "windows-collections 0.2.0",
20476 "windows-core 0.61.2",
20477 "windows-future 0.2.1",
20478 "windows-link 0.1.3",
20479 "windows-numerics 0.2.0",
20480]
20481
20482[[package]]
20483name = "windows"
20484version = "0.62.2"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20487dependencies = [
20488 "windows-collections 0.3.2",
20489 "windows-core 0.62.2",
20490 "windows-future 0.3.2",
20491 "windows-numerics 0.3.1",
20492]
20493
20494[[package]]
20495name = "windows-bindgen"
20496version = "0.61.1"
20497source = "registry+https://github.com/rust-lang/crates.io-index"
20498checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20499dependencies = [
20500 "serde",
20501 "serde_json",
20502 "windows-threading 0.1.0",
20503]
20504
20505[[package]]
20506name = "windows-capture"
20507version = "1.4.3"
20508source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20509dependencies = [
20510 "clap",
20511 "ctrlc",
20512 "parking_lot",
20513 "rayon",
20514 "thiserror 2.0.17",
20515 "windows 0.61.3",
20516 "windows-future 0.2.1",
20517]
20518
20519[[package]]
20520name = "windows-collections"
20521version = "0.2.0"
20522source = "registry+https://github.com/rust-lang/crates.io-index"
20523checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20524dependencies = [
20525 "windows-core 0.61.2",
20526]
20527
20528[[package]]
20529name = "windows-collections"
20530version = "0.3.2"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20533dependencies = [
20534 "windows-core 0.62.2",
20535]
20536
20537[[package]]
20538name = "windows-core"
20539version = "0.57.0"
20540source = "registry+https://github.com/rust-lang/crates.io-index"
20541checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20542dependencies = [
20543 "windows-implement 0.57.0",
20544 "windows-interface 0.57.0",
20545 "windows-result 0.1.2",
20546 "windows-targets 0.52.6",
20547]
20548
20549[[package]]
20550name = "windows-core"
20551version = "0.58.0"
20552source = "registry+https://github.com/rust-lang/crates.io-index"
20553checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20554dependencies = [
20555 "windows-implement 0.58.0",
20556 "windows-interface 0.58.0",
20557 "windows-result 0.2.0",
20558 "windows-strings 0.1.0",
20559 "windows-targets 0.52.6",
20560]
20561
20562[[package]]
20563name = "windows-core"
20564version = "0.61.2"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20567dependencies = [
20568 "windows-implement 0.60.2",
20569 "windows-interface 0.59.3",
20570 "windows-link 0.1.3",
20571 "windows-result 0.3.4",
20572 "windows-strings 0.4.2",
20573]
20574
20575[[package]]
20576name = "windows-core"
20577version = "0.62.2"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20580dependencies = [
20581 "windows-implement 0.60.2",
20582 "windows-interface 0.59.3",
20583 "windows-link 0.2.1",
20584 "windows-result 0.4.1",
20585 "windows-strings 0.5.1",
20586]
20587
20588[[package]]
20589name = "windows-future"
20590version = "0.2.1"
20591source = "registry+https://github.com/rust-lang/crates.io-index"
20592checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20593dependencies = [
20594 "windows-core 0.61.2",
20595 "windows-link 0.1.3",
20596 "windows-threading 0.1.0",
20597]
20598
20599[[package]]
20600name = "windows-future"
20601version = "0.3.2"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20604dependencies = [
20605 "windows-core 0.62.2",
20606 "windows-link 0.2.1",
20607 "windows-threading 0.2.1",
20608]
20609
20610[[package]]
20611name = "windows-implement"
20612version = "0.57.0"
20613source = "registry+https://github.com/rust-lang/crates.io-index"
20614checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20615dependencies = [
20616 "proc-macro2",
20617 "quote",
20618 "syn 2.0.117",
20619]
20620
20621[[package]]
20622name = "windows-implement"
20623version = "0.58.0"
20624source = "registry+https://github.com/rust-lang/crates.io-index"
20625checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20626dependencies = [
20627 "proc-macro2",
20628 "quote",
20629 "syn 2.0.117",
20630]
20631
20632[[package]]
20633name = "windows-implement"
20634version = "0.60.2"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20637dependencies = [
20638 "proc-macro2",
20639 "quote",
20640 "syn 2.0.117",
20641]
20642
20643[[package]]
20644name = "windows-interface"
20645version = "0.57.0"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20648dependencies = [
20649 "proc-macro2",
20650 "quote",
20651 "syn 2.0.117",
20652]
20653
20654[[package]]
20655name = "windows-interface"
20656version = "0.58.0"
20657source = "registry+https://github.com/rust-lang/crates.io-index"
20658checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20659dependencies = [
20660 "proc-macro2",
20661 "quote",
20662 "syn 2.0.117",
20663]
20664
20665[[package]]
20666name = "windows-interface"
20667version = "0.59.3"
20668source = "registry+https://github.com/rust-lang/crates.io-index"
20669checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20670dependencies = [
20671 "proc-macro2",
20672 "quote",
20673 "syn 2.0.117",
20674]
20675
20676[[package]]
20677name = "windows-link"
20678version = "0.1.3"
20679source = "registry+https://github.com/rust-lang/crates.io-index"
20680checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20681
20682[[package]]
20683name = "windows-link"
20684version = "0.2.1"
20685source = "registry+https://github.com/rust-lang/crates.io-index"
20686checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20687
20688[[package]]
20689name = "windows-numerics"
20690version = "0.2.0"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20693dependencies = [
20694 "windows-core 0.61.2",
20695 "windows-link 0.1.3",
20696]
20697
20698[[package]]
20699name = "windows-numerics"
20700version = "0.3.1"
20701source = "registry+https://github.com/rust-lang/crates.io-index"
20702checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20703dependencies = [
20704 "windows-core 0.62.2",
20705 "windows-link 0.2.1",
20706]
20707
20708[[package]]
20709name = "windows-registry"
20710version = "0.4.0"
20711source = "registry+https://github.com/rust-lang/crates.io-index"
20712checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20713dependencies = [
20714 "windows-result 0.3.4",
20715 "windows-strings 0.3.1",
20716 "windows-targets 0.53.5",
20717]
20718
20719[[package]]
20720name = "windows-registry"
20721version = "0.5.3"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20724dependencies = [
20725 "windows-link 0.1.3",
20726 "windows-result 0.3.4",
20727 "windows-strings 0.4.2",
20728]
20729
20730[[package]]
20731name = "windows-registry"
20732version = "0.6.1"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20735dependencies = [
20736 "windows-link 0.2.1",
20737 "windows-result 0.4.1",
20738 "windows-strings 0.5.1",
20739]
20740
20741[[package]]
20742name = "windows-result"
20743version = "0.1.2"
20744source = "registry+https://github.com/rust-lang/crates.io-index"
20745checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20746dependencies = [
20747 "windows-targets 0.52.6",
20748]
20749
20750[[package]]
20751name = "windows-result"
20752version = "0.2.0"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20755dependencies = [
20756 "windows-targets 0.52.6",
20757]
20758
20759[[package]]
20760name = "windows-result"
20761version = "0.3.4"
20762source = "registry+https://github.com/rust-lang/crates.io-index"
20763checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20764dependencies = [
20765 "windows-link 0.1.3",
20766]
20767
20768[[package]]
20769name = "windows-result"
20770version = "0.4.1"
20771source = "registry+https://github.com/rust-lang/crates.io-index"
20772checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20773dependencies = [
20774 "windows-link 0.2.1",
20775]
20776
20777[[package]]
20778name = "windows-strings"
20779version = "0.1.0"
20780source = "registry+https://github.com/rust-lang/crates.io-index"
20781checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20782dependencies = [
20783 "windows-result 0.2.0",
20784 "windows-targets 0.52.6",
20785]
20786
20787[[package]]
20788name = "windows-strings"
20789version = "0.3.1"
20790source = "registry+https://github.com/rust-lang/crates.io-index"
20791checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20792dependencies = [
20793 "windows-link 0.1.3",
20794]
20795
20796[[package]]
20797name = "windows-strings"
20798version = "0.4.2"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20801dependencies = [
20802 "windows-link 0.1.3",
20803]
20804
20805[[package]]
20806name = "windows-strings"
20807version = "0.5.1"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20810dependencies = [
20811 "windows-link 0.2.1",
20812]
20813
20814[[package]]
20815name = "windows-sys"
20816version = "0.45.0"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20819dependencies = [
20820 "windows-targets 0.42.2",
20821]
20822
20823[[package]]
20824name = "windows-sys"
20825version = "0.48.0"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20828dependencies = [
20829 "windows-targets 0.48.5",
20830]
20831
20832[[package]]
20833name = "windows-sys"
20834version = "0.52.0"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20837dependencies = [
20838 "windows-targets 0.52.6",
20839]
20840
20841[[package]]
20842name = "windows-sys"
20843version = "0.59.0"
20844source = "registry+https://github.com/rust-lang/crates.io-index"
20845checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20846dependencies = [
20847 "windows-targets 0.52.6",
20848]
20849
20850[[package]]
20851name = "windows-sys"
20852version = "0.60.2"
20853source = "registry+https://github.com/rust-lang/crates.io-index"
20854checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20855dependencies = [
20856 "windows-targets 0.53.5",
20857]
20858
20859[[package]]
20860name = "windows-sys"
20861version = "0.61.2"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20864dependencies = [
20865 "windows-link 0.2.1",
20866]
20867
20868[[package]]
20869name = "windows-targets"
20870version = "0.42.2"
20871source = "registry+https://github.com/rust-lang/crates.io-index"
20872checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20873dependencies = [
20874 "windows_aarch64_gnullvm 0.42.2",
20875 "windows_aarch64_msvc 0.42.2",
20876 "windows_i686_gnu 0.42.2",
20877 "windows_i686_msvc 0.42.2",
20878 "windows_x86_64_gnu 0.42.2",
20879 "windows_x86_64_gnullvm 0.42.2",
20880 "windows_x86_64_msvc 0.42.2",
20881]
20882
20883[[package]]
20884name = "windows-targets"
20885version = "0.48.5"
20886source = "registry+https://github.com/rust-lang/crates.io-index"
20887checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20888dependencies = [
20889 "windows_aarch64_gnullvm 0.48.5",
20890 "windows_aarch64_msvc 0.48.5",
20891 "windows_i686_gnu 0.48.5",
20892 "windows_i686_msvc 0.48.5",
20893 "windows_x86_64_gnu 0.48.5",
20894 "windows_x86_64_gnullvm 0.48.5",
20895 "windows_x86_64_msvc 0.48.5",
20896]
20897
20898[[package]]
20899name = "windows-targets"
20900version = "0.52.6"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20903dependencies = [
20904 "windows_aarch64_gnullvm 0.52.6",
20905 "windows_aarch64_msvc 0.52.6",
20906 "windows_i686_gnu 0.52.6",
20907 "windows_i686_gnullvm 0.52.6",
20908 "windows_i686_msvc 0.52.6",
20909 "windows_x86_64_gnu 0.52.6",
20910 "windows_x86_64_gnullvm 0.52.6",
20911 "windows_x86_64_msvc 0.52.6",
20912]
20913
20914[[package]]
20915name = "windows-targets"
20916version = "0.53.5"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20919dependencies = [
20920 "windows-link 0.2.1",
20921 "windows_aarch64_gnullvm 0.53.1",
20922 "windows_aarch64_msvc 0.53.1",
20923 "windows_i686_gnu 0.53.1",
20924 "windows_i686_gnullvm 0.53.1",
20925 "windows_i686_msvc 0.53.1",
20926 "windows_x86_64_gnu 0.53.1",
20927 "windows_x86_64_gnullvm 0.53.1",
20928 "windows_x86_64_msvc 0.53.1",
20929]
20930
20931[[package]]
20932name = "windows-threading"
20933version = "0.1.0"
20934source = "registry+https://github.com/rust-lang/crates.io-index"
20935checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20936dependencies = [
20937 "windows-link 0.1.3",
20938]
20939
20940[[package]]
20941name = "windows-threading"
20942version = "0.2.1"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20945dependencies = [
20946 "windows-link 0.2.1",
20947]
20948
20949[[package]]
20950name = "windows_aarch64_gnullvm"
20951version = "0.42.2"
20952source = "registry+https://github.com/rust-lang/crates.io-index"
20953checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20954
20955[[package]]
20956name = "windows_aarch64_gnullvm"
20957version = "0.48.5"
20958source = "registry+https://github.com/rust-lang/crates.io-index"
20959checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20960
20961[[package]]
20962name = "windows_aarch64_gnullvm"
20963version = "0.52.6"
20964source = "registry+https://github.com/rust-lang/crates.io-index"
20965checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20966
20967[[package]]
20968name = "windows_aarch64_gnullvm"
20969version = "0.53.1"
20970source = "registry+https://github.com/rust-lang/crates.io-index"
20971checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20972
20973[[package]]
20974name = "windows_aarch64_msvc"
20975version = "0.42.2"
20976source = "registry+https://github.com/rust-lang/crates.io-index"
20977checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20978
20979[[package]]
20980name = "windows_aarch64_msvc"
20981version = "0.48.5"
20982source = "registry+https://github.com/rust-lang/crates.io-index"
20983checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20984
20985[[package]]
20986name = "windows_aarch64_msvc"
20987version = "0.52.6"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20990
20991[[package]]
20992name = "windows_aarch64_msvc"
20993version = "0.53.1"
20994source = "registry+https://github.com/rust-lang/crates.io-index"
20995checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20996
20997[[package]]
20998name = "windows_i686_gnu"
20999version = "0.42.2"
21000source = "registry+https://github.com/rust-lang/crates.io-index"
21001checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21002
21003[[package]]
21004name = "windows_i686_gnu"
21005version = "0.48.5"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21008
21009[[package]]
21010name = "windows_i686_gnu"
21011version = "0.52.6"
21012source = "registry+https://github.com/rust-lang/crates.io-index"
21013checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21014
21015[[package]]
21016name = "windows_i686_gnu"
21017version = "0.53.1"
21018source = "registry+https://github.com/rust-lang/crates.io-index"
21019checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21020
21021[[package]]
21022name = "windows_i686_gnullvm"
21023version = "0.52.6"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21026
21027[[package]]
21028name = "windows_i686_gnullvm"
21029version = "0.53.1"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21032
21033[[package]]
21034name = "windows_i686_msvc"
21035version = "0.42.2"
21036source = "registry+https://github.com/rust-lang/crates.io-index"
21037checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21038
21039[[package]]
21040name = "windows_i686_msvc"
21041version = "0.48.5"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21044
21045[[package]]
21046name = "windows_i686_msvc"
21047version = "0.52.6"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21050
21051[[package]]
21052name = "windows_i686_msvc"
21053version = "0.53.1"
21054source = "registry+https://github.com/rust-lang/crates.io-index"
21055checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21056
21057[[package]]
21058name = "windows_x86_64_gnu"
21059version = "0.42.2"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21062
21063[[package]]
21064name = "windows_x86_64_gnu"
21065version = "0.48.5"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21068
21069[[package]]
21070name = "windows_x86_64_gnu"
21071version = "0.52.6"
21072source = "registry+https://github.com/rust-lang/crates.io-index"
21073checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21074
21075[[package]]
21076name = "windows_x86_64_gnu"
21077version = "0.53.1"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21080
21081[[package]]
21082name = "windows_x86_64_gnullvm"
21083version = "0.42.2"
21084source = "registry+https://github.com/rust-lang/crates.io-index"
21085checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21086
21087[[package]]
21088name = "windows_x86_64_gnullvm"
21089version = "0.48.5"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21092
21093[[package]]
21094name = "windows_x86_64_gnullvm"
21095version = "0.52.6"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21098
21099[[package]]
21100name = "windows_x86_64_gnullvm"
21101version = "0.53.1"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21104
21105[[package]]
21106name = "windows_x86_64_msvc"
21107version = "0.42.2"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21110
21111[[package]]
21112name = "windows_x86_64_msvc"
21113version = "0.48.5"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21116
21117[[package]]
21118name = "windows_x86_64_msvc"
21119version = "0.52.6"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21122
21123[[package]]
21124name = "windows_x86_64_msvc"
21125version = "0.53.1"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21128
21129[[package]]
21130name = "winnow"
21131version = "0.7.13"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21134dependencies = [
21135 "memchr",
21136]
21137
21138[[package]]
21139name = "winreg"
21140version = "0.10.1"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21143dependencies = [
21144 "winapi",
21145]
21146
21147[[package]]
21148name = "winreg"
21149version = "0.50.0"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21152dependencies = [
21153 "cfg-if",
21154 "windows-sys 0.48.0",
21155]
21156
21157[[package]]
21158name = "winreg"
21159version = "0.55.0"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21162dependencies = [
21163 "cfg-if",
21164 "windows-sys 0.59.0",
21165]
21166
21167[[package]]
21168name = "winresource"
21169version = "0.1.23"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21172dependencies = [
21173 "toml 0.8.23",
21174 "version_check",
21175]
21176
21177[[package]]
21178name = "winsafe"
21179version = "0.0.19"
21180source = "registry+https://github.com/rust-lang/crates.io-index"
21181checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21182
21183[[package]]
21184name = "winx"
21185version = "0.36.4"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21188dependencies = [
21189 "bitflags 2.10.0",
21190 "windows-sys 0.59.0",
21191]
21192
21193[[package]]
21194name = "wio"
21195version = "0.2.2"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21198dependencies = [
21199 "winapi",
21200]
21201
21202[[package]]
21203name = "wit-bindgen"
21204version = "0.22.0"
21205source = "registry+https://github.com/rust-lang/crates.io-index"
21206checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21207dependencies = [
21208 "bitflags 2.10.0",
21209 "wit-bindgen-rt 0.22.0",
21210 "wit-bindgen-rust-macro 0.22.0",
21211]
21212
21213[[package]]
21214name = "wit-bindgen"
21215version = "0.41.0"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21218dependencies = [
21219 "wit-bindgen-rt 0.41.0",
21220 "wit-bindgen-rust-macro 0.41.0",
21221]
21222
21223[[package]]
21224name = "wit-bindgen"
21225version = "0.46.0"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21228
21229[[package]]
21230name = "wit-bindgen"
21231version = "0.51.0"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21234dependencies = [
21235 "wit-bindgen-rust-macro 0.51.0",
21236]
21237
21238[[package]]
21239name = "wit-bindgen-core"
21240version = "0.22.0"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21243dependencies = [
21244 "anyhow",
21245 "wit-parser 0.201.0",
21246]
21247
21248[[package]]
21249name = "wit-bindgen-core"
21250version = "0.41.0"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21253dependencies = [
21254 "anyhow",
21255 "heck 0.5.0",
21256 "wit-parser 0.227.1",
21257]
21258
21259[[package]]
21260name = "wit-bindgen-core"
21261version = "0.51.0"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21264dependencies = [
21265 "anyhow",
21266 "heck 0.5.0",
21267 "wit-parser 0.244.0",
21268]
21269
21270[[package]]
21271name = "wit-bindgen-rt"
21272version = "0.22.0"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21275
21276[[package]]
21277name = "wit-bindgen-rt"
21278version = "0.41.0"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21281dependencies = [
21282 "bitflags 2.10.0",
21283 "futures 0.3.31",
21284 "once_cell",
21285]
21286
21287[[package]]
21288name = "wit-bindgen-rust"
21289version = "0.22.0"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21292dependencies = [
21293 "anyhow",
21294 "heck 0.4.1",
21295 "indexmap",
21296 "wasm-metadata 0.201.0",
21297 "wit-bindgen-core 0.22.0",
21298 "wit-component 0.201.0",
21299]
21300
21301[[package]]
21302name = "wit-bindgen-rust"
21303version = "0.41.0"
21304source = "registry+https://github.com/rust-lang/crates.io-index"
21305checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21306dependencies = [
21307 "anyhow",
21308 "heck 0.5.0",
21309 "indexmap",
21310 "prettyplease",
21311 "syn 2.0.117",
21312 "wasm-metadata 0.227.1",
21313 "wit-bindgen-core 0.41.0",
21314 "wit-component 0.227.1",
21315]
21316
21317[[package]]
21318name = "wit-bindgen-rust"
21319version = "0.51.0"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21322dependencies = [
21323 "anyhow",
21324 "heck 0.5.0",
21325 "indexmap",
21326 "prettyplease",
21327 "syn 2.0.117",
21328 "wasm-metadata 0.244.0",
21329 "wit-bindgen-core 0.51.0",
21330 "wit-component 0.244.0",
21331]
21332
21333[[package]]
21334name = "wit-bindgen-rust-macro"
21335version = "0.22.0"
21336source = "registry+https://github.com/rust-lang/crates.io-index"
21337checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21338dependencies = [
21339 "anyhow",
21340 "proc-macro2",
21341 "quote",
21342 "syn 2.0.117",
21343 "wit-bindgen-core 0.22.0",
21344 "wit-bindgen-rust 0.22.0",
21345]
21346
21347[[package]]
21348name = "wit-bindgen-rust-macro"
21349version = "0.41.0"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21352dependencies = [
21353 "anyhow",
21354 "prettyplease",
21355 "proc-macro2",
21356 "quote",
21357 "syn 2.0.117",
21358 "wit-bindgen-core 0.41.0",
21359 "wit-bindgen-rust 0.41.0",
21360]
21361
21362[[package]]
21363name = "wit-bindgen-rust-macro"
21364version = "0.51.0"
21365source = "registry+https://github.com/rust-lang/crates.io-index"
21366checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21367dependencies = [
21368 "anyhow",
21369 "prettyplease",
21370 "proc-macro2",
21371 "quote",
21372 "syn 2.0.117",
21373 "wit-bindgen-core 0.51.0",
21374 "wit-bindgen-rust 0.51.0",
21375]
21376
21377[[package]]
21378name = "wit-component"
21379version = "0.201.0"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21382dependencies = [
21383 "anyhow",
21384 "bitflags 2.10.0",
21385 "indexmap",
21386 "log",
21387 "serde",
21388 "serde_derive",
21389 "serde_json",
21390 "wasm-encoder 0.201.0",
21391 "wasm-metadata 0.201.0",
21392 "wasmparser 0.201.0",
21393 "wit-parser 0.201.0",
21394]
21395
21396[[package]]
21397name = "wit-component"
21398version = "0.227.1"
21399source = "registry+https://github.com/rust-lang/crates.io-index"
21400checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21401dependencies = [
21402 "anyhow",
21403 "bitflags 2.10.0",
21404 "indexmap",
21405 "log",
21406 "serde",
21407 "serde_derive",
21408 "serde_json",
21409 "wasm-encoder 0.227.1",
21410 "wasm-metadata 0.227.1",
21411 "wasmparser 0.227.1",
21412 "wit-parser 0.227.1",
21413]
21414
21415[[package]]
21416name = "wit-component"
21417version = "0.244.0"
21418source = "registry+https://github.com/rust-lang/crates.io-index"
21419checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21420dependencies = [
21421 "anyhow",
21422 "bitflags 2.10.0",
21423 "indexmap",
21424 "log",
21425 "serde",
21426 "serde_derive",
21427 "serde_json",
21428 "wasm-encoder 0.244.0",
21429 "wasm-metadata 0.244.0",
21430 "wasmparser 0.244.0",
21431 "wit-parser 0.244.0",
21432]
21433
21434[[package]]
21435name = "wit-parser"
21436version = "0.201.0"
21437source = "registry+https://github.com/rust-lang/crates.io-index"
21438checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21439dependencies = [
21440 "anyhow",
21441 "id-arena",
21442 "indexmap",
21443 "log",
21444 "semver",
21445 "serde",
21446 "serde_derive",
21447 "serde_json",
21448 "unicode-xid",
21449 "wasmparser 0.201.0",
21450]
21451
21452[[package]]
21453name = "wit-parser"
21454version = "0.227.1"
21455source = "registry+https://github.com/rust-lang/crates.io-index"
21456checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21457dependencies = [
21458 "anyhow",
21459 "id-arena",
21460 "indexmap",
21461 "log",
21462 "semver",
21463 "serde",
21464 "serde_derive",
21465 "serde_json",
21466 "unicode-xid",
21467 "wasmparser 0.227.1",
21468]
21469
21470[[package]]
21471name = "wit-parser"
21472version = "0.229.0"
21473source = "registry+https://github.com/rust-lang/crates.io-index"
21474checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21475dependencies = [
21476 "anyhow",
21477 "id-arena",
21478 "indexmap",
21479 "log",
21480 "semver",
21481 "serde",
21482 "serde_derive",
21483 "serde_json",
21484 "unicode-xid",
21485 "wasmparser 0.229.0",
21486]
21487
21488[[package]]
21489name = "wit-parser"
21490version = "0.244.0"
21491source = "registry+https://github.com/rust-lang/crates.io-index"
21492checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21493dependencies = [
21494 "anyhow",
21495 "id-arena",
21496 "indexmap",
21497 "log",
21498 "semver",
21499 "serde",
21500 "serde_derive",
21501 "serde_json",
21502 "unicode-xid",
21503 "wasmparser 0.244.0",
21504]
21505
21506[[package]]
21507name = "witx"
21508version = "0.9.1"
21509source = "registry+https://github.com/rust-lang/crates.io-index"
21510checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21511dependencies = [
21512 "anyhow",
21513 "log",
21514 "thiserror 1.0.69",
21515 "wast",
21516]
21517
21518[[package]]
21519name = "workspace"
21520version = "0.1.0"
21521dependencies = [
21522 "agent_settings",
21523 "any_vec",
21524 "anyhow",
21525 "async-recursion",
21526 "chrono",
21527 "client",
21528 "clock",
21529 "collections",
21530 "component",
21531 "db",
21532 "feature_flags",
21533 "fs",
21534 "futures 0.3.31",
21535 "git",
21536 "gpui",
21537 "http_client",
21538 "itertools 0.14.0",
21539 "language",
21540 "log",
21541 "markdown",
21542 "menu",
21543 "node_runtime",
21544 "parking_lot",
21545 "postage",
21546 "pretty_assertions",
21547 "project",
21548 "remote",
21549 "schemars",
21550 "serde",
21551 "serde_json",
21552 "session",
21553 "settings",
21554 "smallvec",
21555 "sqlez",
21556 "strum 0.27.2",
21557 "task",
21558 "telemetry",
21559 "tempfile",
21560 "theme",
21561 "ui",
21562 "util",
21563 "uuid",
21564 "vim_mode_setting",
21565 "windows 0.61.3",
21566 "zed_actions",
21567 "zlog",
21568]
21569
21570[[package]]
21571name = "worktree"
21572version = "0.1.0"
21573dependencies = [
21574 "anyhow",
21575 "async-lock 2.8.0",
21576 "chardetng",
21577 "clock",
21578 "collections",
21579 "encoding_rs",
21580 "fs",
21581 "futures 0.3.31",
21582 "fuzzy",
21583 "git",
21584 "gpui",
21585 "ignore",
21586 "language",
21587 "log",
21588 "parking_lot",
21589 "paths",
21590 "postage",
21591 "pretty_assertions",
21592 "rand 0.9.2",
21593 "rpc",
21594 "serde",
21595 "serde_json",
21596 "settings",
21597 "smallvec",
21598 "smol",
21599 "sum_tree",
21600 "text",
21601 "tracing",
21602 "util",
21603 "worktree",
21604 "zlog",
21605 "ztracing",
21606]
21607
21608[[package]]
21609name = "worktree_benchmarks"
21610version = "0.1.0"
21611dependencies = [
21612 "fs",
21613 "gpui_platform",
21614 "settings",
21615 "worktree",
21616]
21617
21618[[package]]
21619name = "wprcontrol"
21620version = "0.1.0"
21621source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21622dependencies = [
21623 "windows 0.61.3",
21624 "windows-bindgen",
21625 "windows-core 0.61.2",
21626 "windows-link 0.2.1",
21627]
21628
21629[[package]]
21630name = "writeable"
21631version = "0.6.1"
21632source = "registry+https://github.com/rust-lang/crates.io-index"
21633checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21634
21635[[package]]
21636name = "wyz"
21637version = "0.5.1"
21638source = "registry+https://github.com/rust-lang/crates.io-index"
21639checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21640dependencies = [
21641 "tap",
21642]
21643
21644[[package]]
21645name = "x11"
21646version = "2.21.0"
21647source = "registry+https://github.com/rust-lang/crates.io-index"
21648checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21649dependencies = [
21650 "libc",
21651 "pkg-config",
21652]
21653
21654[[package]]
21655name = "x11-clipboard"
21656version = "0.9.3"
21657source = "registry+https://github.com/rust-lang/crates.io-index"
21658checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21659dependencies = [
21660 "libc",
21661 "x11rb",
21662]
21663
21664[[package]]
21665name = "x11rb"
21666version = "0.13.2"
21667source = "registry+https://github.com/rust-lang/crates.io-index"
21668checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21669dependencies = [
21670 "as-raw-xcb-connection",
21671 "gethostname",
21672 "libc",
21673 "rustix 1.1.2",
21674 "x11rb-protocol",
21675 "xcursor",
21676]
21677
21678[[package]]
21679name = "x11rb-protocol"
21680version = "0.13.2"
21681source = "registry+https://github.com/rust-lang/crates.io-index"
21682checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21683
21684[[package]]
21685name = "x_ai"
21686version = "0.1.0"
21687dependencies = [
21688 "anyhow",
21689 "schemars",
21690 "serde",
21691 "strum 0.27.2",
21692]
21693
21694[[package]]
21695name = "xattr"
21696version = "0.2.3"
21697source = "registry+https://github.com/rust-lang/crates.io-index"
21698checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21699dependencies = [
21700 "libc",
21701]
21702
21703[[package]]
21704name = "xcb"
21705version = "1.6.0"
21706source = "registry+https://github.com/rust-lang/crates.io-index"
21707checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21708dependencies = [
21709 "bitflags 1.3.2",
21710 "libc",
21711 "quick-xml 0.30.0",
21712 "x11",
21713]
21714
21715[[package]]
21716name = "xcursor"
21717version = "0.3.10"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21720
21721[[package]]
21722name = "xim-ctext"
21723version = "0.3.0"
21724source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21725dependencies = [
21726 "encoding_rs",
21727]
21728
21729[[package]]
21730name = "xim-parser"
21731version = "0.2.1"
21732source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21733dependencies = [
21734 "bitflags 2.10.0",
21735]
21736
21737[[package]]
21738name = "xkbcommon"
21739version = "0.8.0"
21740source = "registry+https://github.com/rust-lang/crates.io-index"
21741checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21742dependencies = [
21743 "as-raw-xcb-connection",
21744 "libc",
21745 "memmap2",
21746 "xkeysym",
21747]
21748
21749[[package]]
21750name = "xkeysym"
21751version = "0.2.1"
21752source = "registry+https://github.com/rust-lang/crates.io-index"
21753checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21754
21755[[package]]
21756name = "xml-rs"
21757version = "0.8.28"
21758source = "registry+https://github.com/rust-lang/crates.io-index"
21759checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21760
21761[[package]]
21762name = "xml5ever"
21763version = "0.18.1"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21766dependencies = [
21767 "log",
21768 "mac",
21769 "markup5ever 0.12.1",
21770]
21771
21772[[package]]
21773name = "xmlparser"
21774version = "0.13.6"
21775source = "registry+https://github.com/rust-lang/crates.io-index"
21776checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21777
21778[[package]]
21779name = "xmlwriter"
21780version = "0.1.0"
21781source = "registry+https://github.com/rust-lang/crates.io-index"
21782checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21783
21784[[package]]
21785name = "xtask"
21786version = "0.1.0"
21787dependencies = [
21788 "annotate-snippets",
21789 "anyhow",
21790 "backtrace",
21791 "cargo_metadata",
21792 "cargo_toml",
21793 "clap",
21794 "gh-workflow",
21795 "indexmap",
21796 "indoc",
21797 "itertools 0.14.0",
21798 "regex",
21799 "serde",
21800 "serde_json",
21801 "serde_yaml",
21802 "strum 0.27.2",
21803 "toml 0.8.23",
21804 "toml_edit 0.22.27",
21805]
21806
21807[[package]]
21808name = "yaml-rust2"
21809version = "0.8.1"
21810source = "registry+https://github.com/rust-lang/crates.io-index"
21811checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21812dependencies = [
21813 "arraydeque",
21814 "encoding_rs",
21815 "hashlink 0.8.4",
21816]
21817
21818[[package]]
21819name = "yansi"
21820version = "1.0.1"
21821source = "registry+https://github.com/rust-lang/crates.io-index"
21822checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21823
21824[[package]]
21825name = "yawc"
21826version = "0.2.5"
21827source = "registry+https://github.com/rust-lang/crates.io-index"
21828checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21829dependencies = [
21830 "base64 0.22.1",
21831 "bytes 1.11.1",
21832 "flate2",
21833 "futures 0.3.31",
21834 "http-body-util",
21835 "hyper 1.7.0",
21836 "hyper-util",
21837 "js-sys",
21838 "nom 8.0.0",
21839 "pin-project",
21840 "rand 0.8.5",
21841 "sha1",
21842 "thiserror 1.0.69",
21843 "tokio",
21844 "tokio-rustls 0.26.2",
21845 "tokio-util",
21846 "url",
21847 "wasm-bindgen",
21848 "wasm-bindgen-futures",
21849 "web-sys",
21850 "webpki-roots",
21851]
21852
21853[[package]]
21854name = "yazi"
21855version = "0.2.1"
21856source = "registry+https://github.com/rust-lang/crates.io-index"
21857checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21858
21859[[package]]
21860name = "yeslogic-fontconfig-sys"
21861version = "6.0.0"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21864dependencies = [
21865 "dlib",
21866 "once_cell",
21867 "pkg-config",
21868]
21869
21870[[package]]
21871name = "yoke"
21872version = "0.7.5"
21873source = "registry+https://github.com/rust-lang/crates.io-index"
21874checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21875dependencies = [
21876 "serde",
21877 "stable_deref_trait",
21878 "yoke-derive 0.7.5",
21879 "zerofrom",
21880]
21881
21882[[package]]
21883name = "yoke"
21884version = "0.8.0"
21885source = "registry+https://github.com/rust-lang/crates.io-index"
21886checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21887dependencies = [
21888 "serde",
21889 "stable_deref_trait",
21890 "yoke-derive 0.8.0",
21891 "zerofrom",
21892]
21893
21894[[package]]
21895name = "yoke-derive"
21896version = "0.7.5"
21897source = "registry+https://github.com/rust-lang/crates.io-index"
21898checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21899dependencies = [
21900 "proc-macro2",
21901 "quote",
21902 "syn 2.0.117",
21903 "synstructure",
21904]
21905
21906[[package]]
21907name = "yoke-derive"
21908version = "0.8.0"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21911dependencies = [
21912 "proc-macro2",
21913 "quote",
21914 "syn 2.0.117",
21915 "synstructure",
21916]
21917
21918[[package]]
21919name = "zbus"
21920version = "5.13.2"
21921source = "registry+https://github.com/rust-lang/crates.io-index"
21922checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21923dependencies = [
21924 "async-broadcast",
21925 "async-executor",
21926 "async-io",
21927 "async-lock 3.4.2",
21928 "async-process",
21929 "async-recursion",
21930 "async-task",
21931 "async-trait",
21932 "blocking",
21933 "enumflags2",
21934 "event-listener 5.4.1",
21935 "futures-core",
21936 "futures-lite 2.6.1",
21937 "hex",
21938 "libc",
21939 "ordered-stream",
21940 "rustix 1.1.2",
21941 "serde",
21942 "serde_repr",
21943 "tracing",
21944 "uds_windows",
21945 "uuid",
21946 "windows-sys 0.61.2",
21947 "winnow",
21948 "zbus_macros",
21949 "zbus_names",
21950 "zvariant",
21951]
21952
21953[[package]]
21954name = "zbus_macros"
21955version = "5.13.2"
21956source = "registry+https://github.com/rust-lang/crates.io-index"
21957checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21958dependencies = [
21959 "proc-macro-crate",
21960 "proc-macro2",
21961 "quote",
21962 "syn 2.0.117",
21963 "zbus_names",
21964 "zvariant",
21965 "zvariant_utils",
21966]
21967
21968[[package]]
21969name = "zbus_names"
21970version = "4.3.1"
21971source = "registry+https://github.com/rust-lang/crates.io-index"
21972checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21973dependencies = [
21974 "serde",
21975 "winnow",
21976 "zvariant",
21977]
21978
21979[[package]]
21980name = "zed"
21981version = "0.231.0"
21982dependencies = [
21983 "acp_thread",
21984 "acp_tools",
21985 "action_log",
21986 "activity_indicator",
21987 "agent",
21988 "agent-client-protocol",
21989 "agent_servers",
21990 "agent_settings",
21991 "agent_ui",
21992 "anyhow",
21993 "ashpd",
21994 "askpass",
21995 "assets",
21996 "audio",
21997 "auto_update",
21998 "auto_update_ui",
21999 "breadcrumbs",
22000 "call",
22001 "channel",
22002 "chrono",
22003 "clap",
22004 "cli",
22005 "client",
22006 "clock",
22007 "codestral",
22008 "collab_ui",
22009 "collections",
22010 "command_palette",
22011 "component",
22012 "component_preview",
22013 "copilot",
22014 "copilot_chat",
22015 "copilot_ui",
22016 "crashes",
22017 "csv_preview",
22018 "dap_adapters",
22019 "db",
22020 "debug_adapter_extension",
22021 "debugger_tools",
22022 "debugger_ui",
22023 "dev_container",
22024 "diagnostics",
22025 "edit_prediction",
22026 "edit_prediction_ui",
22027 "editor",
22028 "encoding_selector",
22029 "env_logger 0.11.8",
22030 "etw_tracing",
22031 "extension",
22032 "extension_host",
22033 "extensions_ui",
22034 "feature_flags",
22035 "feedback",
22036 "file_finder",
22037 "fs",
22038 "futures 0.3.31",
22039 "git",
22040 "git_graph",
22041 "git_hosting_providers",
22042 "git_ui",
22043 "go_to_line",
22044 "gpui",
22045 "gpui_platform",
22046 "gpui_tokio",
22047 "http_client",
22048 "image",
22049 "image_viewer",
22050 "inspector_ui",
22051 "install_cli",
22052 "itertools 0.14.0",
22053 "journal",
22054 "json_schema_store",
22055 "keymap_editor",
22056 "language",
22057 "language_extension",
22058 "language_model",
22059 "language_models",
22060 "language_onboarding",
22061 "language_selector",
22062 "language_tools",
22063 "languages",
22064 "line_ending_selector",
22065 "log",
22066 "markdown",
22067 "markdown_preview",
22068 "menu",
22069 "migrator",
22070 "mimalloc",
22071 "miniprofiler_ui",
22072 "nc",
22073 "node_runtime",
22074 "notifications",
22075 "onboarding",
22076 "outline",
22077 "outline_panel",
22078 "parking_lot",
22079 "paths",
22080 "picker",
22081 "pkg-config",
22082 "pretty_assertions",
22083 "profiling",
22084 "project",
22085 "project_panel",
22086 "project_symbols",
22087 "prompt_store",
22088 "proto",
22089 "rayon",
22090 "recent_projects",
22091 "release_channel",
22092 "remote",
22093 "repl",
22094 "reqwest_client",
22095 "rope",
22096 "search",
22097 "semver",
22098 "serde",
22099 "serde_json",
22100 "session",
22101 "settings",
22102 "settings_profile_selector",
22103 "settings_ui",
22104 "shellexpand 2.1.2",
22105 "sidebar",
22106 "smol",
22107 "snippet_provider",
22108 "snippets_ui",
22109 "svg_preview",
22110 "sysinfo 0.37.2",
22111 "system_specs",
22112 "tab_switcher",
22113 "task",
22114 "tasks_ui",
22115 "telemetry",
22116 "telemetry_events",
22117 "tempfile",
22118 "terminal_view",
22119 "theme",
22120 "theme_extension",
22121 "theme_selector",
22122 "time",
22123 "time_format",
22124 "title_bar",
22125 "toolchain_selector",
22126 "tracing",
22127 "ui",
22128 "ui_prompt",
22129 "url",
22130 "urlencoding",
22131 "util",
22132 "uuid",
22133 "vim",
22134 "vim_mode_setting",
22135 "watch",
22136 "web_search",
22137 "web_search_providers",
22138 "which_key",
22139 "windows 0.61.3",
22140 "winresource",
22141 "workspace",
22142 "zed-reqwest",
22143 "zed_actions",
22144 "zed_env_vars",
22145 "zlog",
22146 "zlog_settings",
22147 "ztracing",
22148]
22149
22150[[package]]
22151name = "zed-font-kit"
22152version = "0.14.1-zed"
22153source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22154dependencies = [
22155 "bitflags 2.10.0",
22156 "byteorder",
22157 "core-foundation 0.10.0",
22158 "core-graphics 0.24.0",
22159 "core-text",
22160 "dirs 5.0.1",
22161 "dwrote",
22162 "float-ord",
22163 "freetype-sys",
22164 "lazy_static",
22165 "libc",
22166 "log",
22167 "pathfinder_geometry",
22168 "pathfinder_simd",
22169 "walkdir",
22170 "winapi",
22171 "yeslogic-fontconfig-sys",
22172]
22173
22174[[package]]
22175name = "zed-reqwest"
22176version = "0.12.15-zed"
22177source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22178dependencies = [
22179 "base64 0.22.1",
22180 "bytes 1.11.1",
22181 "encoding_rs",
22182 "futures-core",
22183 "futures-util",
22184 "h2 0.4.12",
22185 "http 1.3.1",
22186 "http-body 1.0.1",
22187 "http-body-util",
22188 "hyper 1.7.0",
22189 "hyper-rustls 0.27.7",
22190 "hyper-util",
22191 "ipnet",
22192 "js-sys",
22193 "log",
22194 "mime",
22195 "mime_guess",
22196 "once_cell",
22197 "percent-encoding",
22198 "pin-project-lite",
22199 "quinn",
22200 "rustls 0.23.33",
22201 "rustls-native-certs 0.8.2",
22202 "rustls-pemfile 2.2.0",
22203 "rustls-pki-types",
22204 "serde",
22205 "serde_json",
22206 "serde_urlencoded",
22207 "sync_wrapper 1.0.2",
22208 "system-configuration 0.6.1",
22209 "tokio",
22210 "tokio-rustls 0.26.2",
22211 "tokio-socks",
22212 "tokio-util",
22213 "tower 0.5.2",
22214 "tower-service",
22215 "url",
22216 "wasm-bindgen",
22217 "wasm-bindgen-futures",
22218 "wasm-streams",
22219 "web-sys",
22220 "windows-registry 0.4.0",
22221]
22222
22223[[package]]
22224name = "zed-scap"
22225version = "0.0.8-zed"
22226source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22227dependencies = [
22228 "anyhow",
22229 "cocoa 0.25.0",
22230 "core-graphics-helmer-fork",
22231 "log",
22232 "objc",
22233 "rand 0.8.5",
22234 "screencapturekit",
22235 "screencapturekit-sys",
22236 "sysinfo 0.31.4",
22237 "tao-core-video-sys",
22238 "windows 0.61.3",
22239 "windows-capture",
22240 "x11",
22241 "xcb",
22242]
22243
22244[[package]]
22245name = "zed-xim"
22246version = "0.4.0-zed"
22247source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22248dependencies = [
22249 "ahash 0.8.12",
22250 "hashbrown 0.14.5",
22251 "log",
22252 "x11rb",
22253 "xim-ctext",
22254 "xim-parser",
22255]
22256
22257[[package]]
22258name = "zed_actions"
22259version = "0.1.0"
22260dependencies = [
22261 "gpui",
22262 "schemars",
22263 "serde",
22264 "util",
22265 "uuid",
22266]
22267
22268[[package]]
22269name = "zed_env_vars"
22270version = "0.1.0"
22271dependencies = [
22272 "gpui",
22273]
22274
22275[[package]]
22276name = "zed_extension_api"
22277version = "0.1.0"
22278source = "registry+https://github.com/rust-lang/crates.io-index"
22279checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22280dependencies = [
22281 "serde",
22282 "serde_json",
22283 "wit-bindgen 0.22.0",
22284]
22285
22286[[package]]
22287name = "zed_extension_api"
22288version = "0.7.0"
22289source = "registry+https://github.com/rust-lang/crates.io-index"
22290checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22291dependencies = [
22292 "serde",
22293 "serde_json",
22294 "wit-bindgen 0.41.0",
22295]
22296
22297[[package]]
22298name = "zed_extension_api"
22299version = "0.8.0"
22300dependencies = [
22301 "serde",
22302 "serde_json",
22303 "wit-bindgen 0.41.0",
22304]
22305
22306[[package]]
22307name = "zed_glsl"
22308version = "0.2.2"
22309dependencies = [
22310 "zed_extension_api 0.1.0",
22311]
22312
22313[[package]]
22314name = "zed_html"
22315version = "0.3.1"
22316dependencies = [
22317 "zed_extension_api 0.7.0",
22318]
22319
22320[[package]]
22321name = "zed_proto"
22322version = "0.3.1"
22323dependencies = [
22324 "zed_extension_api 0.7.0",
22325]
22326
22327[[package]]
22328name = "zed_test_extension"
22329version = "0.1.0"
22330dependencies = [
22331 "zed_extension_api 0.8.0",
22332]
22333
22334[[package]]
22335name = "zeno"
22336version = "0.3.3"
22337source = "registry+https://github.com/rust-lang/crates.io-index"
22338checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22339
22340[[package]]
22341name = "zerocopy"
22342version = "0.8.27"
22343source = "registry+https://github.com/rust-lang/crates.io-index"
22344checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22345dependencies = [
22346 "zerocopy-derive",
22347]
22348
22349[[package]]
22350name = "zerocopy-derive"
22351version = "0.8.27"
22352source = "registry+https://github.com/rust-lang/crates.io-index"
22353checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22354dependencies = [
22355 "proc-macro2",
22356 "quote",
22357 "syn 2.0.117",
22358]
22359
22360[[package]]
22361name = "zerofrom"
22362version = "0.1.6"
22363source = "registry+https://github.com/rust-lang/crates.io-index"
22364checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22365dependencies = [
22366 "zerofrom-derive",
22367]
22368
22369[[package]]
22370name = "zerofrom-derive"
22371version = "0.1.6"
22372source = "registry+https://github.com/rust-lang/crates.io-index"
22373checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22374dependencies = [
22375 "proc-macro2",
22376 "quote",
22377 "syn 2.0.117",
22378 "synstructure",
22379]
22380
22381[[package]]
22382name = "zeroize"
22383version = "1.8.2"
22384source = "registry+https://github.com/rust-lang/crates.io-index"
22385checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22386dependencies = [
22387 "zeroize_derive",
22388]
22389
22390[[package]]
22391name = "zeroize_derive"
22392version = "1.4.2"
22393source = "registry+https://github.com/rust-lang/crates.io-index"
22394checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22395dependencies = [
22396 "proc-macro2",
22397 "quote",
22398 "syn 2.0.117",
22399]
22400
22401[[package]]
22402name = "zeromq"
22403version = "0.5.0"
22404source = "registry+https://github.com/rust-lang/crates.io-index"
22405checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22406dependencies = [
22407 "async-dispatcher",
22408 "async-std",
22409 "async-trait",
22410 "asynchronous-codec",
22411 "bytes 1.11.1",
22412 "crossbeam-queue",
22413 "futures 0.3.31",
22414 "log",
22415 "num-traits",
22416 "once_cell",
22417 "parking_lot",
22418 "rand 0.9.2",
22419 "regex",
22420 "scc",
22421 "thiserror 1.0.69",
22422 "uuid",
22423]
22424
22425[[package]]
22426name = "zerotrie"
22427version = "0.2.2"
22428source = "registry+https://github.com/rust-lang/crates.io-index"
22429checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22430dependencies = [
22431 "displaydoc",
22432 "yoke 0.8.0",
22433 "zerofrom",
22434]
22435
22436[[package]]
22437name = "zerovec"
22438version = "0.11.4"
22439source = "registry+https://github.com/rust-lang/crates.io-index"
22440checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22441dependencies = [
22442 "yoke 0.8.0",
22443 "zerofrom",
22444 "zerovec-derive",
22445]
22446
22447[[package]]
22448name = "zerovec-derive"
22449version = "0.11.1"
22450source = "registry+https://github.com/rust-lang/crates.io-index"
22451checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22452dependencies = [
22453 "proc-macro2",
22454 "quote",
22455 "syn 2.0.117",
22456]
22457
22458[[package]]
22459name = "zeta_prompt"
22460version = "0.1.0"
22461dependencies = [
22462 "anyhow",
22463 "indoc",
22464 "serde",
22465 "strum 0.27.2",
22466]
22467
22468[[package]]
22469name = "zip"
22470version = "0.6.6"
22471source = "registry+https://github.com/rust-lang/crates.io-index"
22472checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22473dependencies = [
22474 "aes",
22475 "byteorder",
22476 "bzip2 0.4.4",
22477 "constant_time_eq",
22478 "crc32fast",
22479 "crossbeam-utils",
22480 "flate2",
22481 "hmac",
22482 "pbkdf2 0.11.0",
22483 "sha1",
22484 "time",
22485 "zstd",
22486]
22487
22488[[package]]
22489name = "zip"
22490version = "1.1.4"
22491source = "registry+https://github.com/rust-lang/crates.io-index"
22492checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22493dependencies = [
22494 "arbitrary",
22495 "crc32fast",
22496 "crossbeam-utils",
22497 "displaydoc",
22498 "indexmap",
22499 "num_enum",
22500 "thiserror 1.0.69",
22501]
22502
22503[[package]]
22504name = "zlog"
22505version = "0.1.0"
22506dependencies = [
22507 "anyhow",
22508 "chrono",
22509 "collections",
22510 "log",
22511 "tempfile",
22512]
22513
22514[[package]]
22515name = "zlog_settings"
22516version = "0.1.0"
22517dependencies = [
22518 "collections",
22519 "gpui",
22520 "settings",
22521 "zlog",
22522]
22523
22524[[package]]
22525name = "zstd"
22526version = "0.11.2+zstd.1.5.2"
22527source = "registry+https://github.com/rust-lang/crates.io-index"
22528checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22529dependencies = [
22530 "zstd-safe",
22531]
22532
22533[[package]]
22534name = "zstd-safe"
22535version = "5.0.2+zstd.1.5.2"
22536source = "registry+https://github.com/rust-lang/crates.io-index"
22537checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22538dependencies = [
22539 "libc",
22540 "zstd-sys",
22541]
22542
22543[[package]]
22544name = "zstd-sys"
22545version = "2.0.16+zstd.1.5.7"
22546source = "registry+https://github.com/rust-lang/crates.io-index"
22547checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22548dependencies = [
22549 "cc",
22550 "pkg-config",
22551]
22552
22553[[package]]
22554name = "ztracing"
22555version = "0.1.0"
22556dependencies = [
22557 "tracing",
22558 "tracing-subscriber",
22559 "tracing-tracy",
22560 "tracy-client",
22561 "zlog",
22562 "ztracing_macro",
22563]
22564
22565[[package]]
22566name = "ztracing_macro"
22567version = "0.1.0"
22568
22569[[package]]
22570name = "zune-core"
22571version = "0.4.12"
22572source = "registry+https://github.com/rust-lang/crates.io-index"
22573checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22574
22575[[package]]
22576name = "zune-inflate"
22577version = "0.2.54"
22578source = "registry+https://github.com/rust-lang/crates.io-index"
22579checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22580dependencies = [
22581 "simd-adler32",
22582]
22583
22584[[package]]
22585name = "zune-jpeg"
22586version = "0.4.21"
22587source = "registry+https://github.com/rust-lang/crates.io-index"
22588checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22589dependencies = [
22590 "zune-core",
22591]
22592
22593[[package]]
22594name = "zvariant"
22595version = "5.9.2"
22596source = "registry+https://github.com/rust-lang/crates.io-index"
22597checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22598dependencies = [
22599 "endi",
22600 "enumflags2",
22601 "serde",
22602 "serde_bytes",
22603 "winnow",
22604 "zvariant_derive",
22605 "zvariant_utils",
22606]
22607
22608[[package]]
22609name = "zvariant_derive"
22610version = "5.9.2"
22611source = "registry+https://github.com/rust-lang/crates.io-index"
22612checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22613dependencies = [
22614 "proc-macro-crate",
22615 "proc-macro2",
22616 "quote",
22617 "syn 2.0.117",
22618 "zvariant_utils",
22619]
22620
22621[[package]]
22622name = "zvariant_utils"
22623version = "3.3.0"
22624source = "registry+https://github.com/rust-lang/crates.io-index"
22625checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22626dependencies = [
22627 "proc-macro2",
22628 "quote",
22629 "serde",
22630 "syn 2.0.117",
22631 "winnow",
22632]