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 "reqwest_client",
7656 "resvg",
7657 "scheduler",
7658 "schemars",
7659 "seahash",
7660 "serde",
7661 "serde_json",
7662 "slotmap",
7663 "smallvec",
7664 "spin 0.10.0",
7665 "stacksafe",
7666 "strum 0.27.2",
7667 "sum_tree",
7668 "taffy",
7669 "thiserror 2.0.17",
7670 "unicode-segmentation",
7671 "url",
7672 "usvg",
7673 "util_macros",
7674 "uuid",
7675 "waker-fn",
7676 "wasm-bindgen",
7677 "web-time",
7678 "windows 0.61.3",
7679 "zed-font-kit",
7680 "zed-scap",
7681]
7682
7683[[package]]
7684name = "gpui_linux"
7685version = "0.1.0"
7686dependencies = [
7687 "anyhow",
7688 "as-raw-xcb-connection",
7689 "ashpd",
7690 "bitflags 2.10.0",
7691 "bytemuck",
7692 "calloop",
7693 "calloop-wayland-source",
7694 "collections",
7695 "filedescriptor",
7696 "futures 0.3.31",
7697 "gpui",
7698 "gpui_wgpu",
7699 "http_client",
7700 "itertools 0.14.0",
7701 "libc",
7702 "log",
7703 "oo7",
7704 "open",
7705 "parking_lot",
7706 "pathfinder_geometry",
7707 "pollster 0.4.0",
7708 "profiling",
7709 "raw-window-handle",
7710 "smallvec",
7711 "smol",
7712 "strum 0.27.2",
7713 "swash",
7714 "url",
7715 "util",
7716 "uuid",
7717 "wayland-backend",
7718 "wayland-client",
7719 "wayland-cursor",
7720 "wayland-protocols",
7721 "wayland-protocols-plasma",
7722 "wayland-protocols-wlr",
7723 "x11-clipboard",
7724 "x11rb",
7725 "xkbcommon",
7726 "zed-scap",
7727 "zed-xim",
7728]
7729
7730[[package]]
7731name = "gpui_macos"
7732version = "0.1.0"
7733dependencies = [
7734 "anyhow",
7735 "async-task",
7736 "block",
7737 "cbindgen",
7738 "cocoa 0.26.0",
7739 "collections",
7740 "core-foundation 0.10.0",
7741 "core-foundation-sys",
7742 "core-graphics 0.24.0",
7743 "core-text",
7744 "core-video",
7745 "ctor",
7746 "derive_more",
7747 "dispatch2",
7748 "etagere",
7749 "foreign-types 0.5.0",
7750 "futures 0.3.31",
7751 "gpui",
7752 "image",
7753 "itertools 0.14.0",
7754 "libc",
7755 "log",
7756 "mach2 0.5.0",
7757 "media",
7758 "metal",
7759 "objc",
7760 "parking_lot",
7761 "pathfinder_geometry",
7762 "raw-window-handle",
7763 "semver",
7764 "smallvec",
7765 "strum 0.27.2",
7766 "util",
7767 "uuid",
7768 "zed-font-kit",
7769]
7770
7771[[package]]
7772name = "gpui_macros"
7773version = "0.1.0"
7774dependencies = [
7775 "gpui",
7776 "heck 0.5.0",
7777 "proc-macro2",
7778 "quote",
7779 "syn 2.0.117",
7780]
7781
7782[[package]]
7783name = "gpui_platform"
7784version = "0.1.0"
7785dependencies = [
7786 "console_error_panic_hook",
7787 "gpui",
7788 "gpui_linux",
7789 "gpui_macos",
7790 "gpui_web",
7791 "gpui_windows",
7792]
7793
7794[[package]]
7795name = "gpui_tokio"
7796version = "0.1.0"
7797dependencies = [
7798 "anyhow",
7799 "gpui",
7800 "tokio",
7801 "util",
7802]
7803
7804[[package]]
7805name = "gpui_util"
7806version = "0.1.0"
7807dependencies = [
7808 "anyhow",
7809 "log",
7810]
7811
7812[[package]]
7813name = "gpui_web"
7814version = "0.1.0"
7815dependencies = [
7816 "anyhow",
7817 "console_error_panic_hook",
7818 "futures 0.3.31",
7819 "gpui",
7820 "gpui_wgpu",
7821 "http_client",
7822 "js-sys",
7823 "log",
7824 "parking_lot",
7825 "raw-window-handle",
7826 "smallvec",
7827 "uuid",
7828 "wasm-bindgen",
7829 "wasm-bindgen-futures",
7830 "wasm_thread",
7831 "web-sys",
7832 "web-time",
7833]
7834
7835[[package]]
7836name = "gpui_wgpu"
7837version = "0.1.0"
7838dependencies = [
7839 "anyhow",
7840 "bytemuck",
7841 "collections",
7842 "cosmic-text",
7843 "etagere",
7844 "gpui",
7845 "gpui_util",
7846 "itertools 0.14.0",
7847 "js-sys",
7848 "log",
7849 "parking_lot",
7850 "pollster 0.4.0",
7851 "profiling",
7852 "raw-window-handle",
7853 "smallvec",
7854 "swash",
7855 "wasm-bindgen",
7856 "wasm-bindgen-futures",
7857 "web-sys",
7858 "wgpu",
7859 "zed-font-kit",
7860]
7861
7862[[package]]
7863name = "gpui_windows"
7864version = "0.1.0"
7865dependencies = [
7866 "anyhow",
7867 "collections",
7868 "etagere",
7869 "futures 0.3.31",
7870 "gpui",
7871 "image",
7872 "itertools 0.14.0",
7873 "log",
7874 "parking_lot",
7875 "rand 0.9.2",
7876 "raw-window-handle",
7877 "smallvec",
7878 "util",
7879 "uuid",
7880 "windows 0.61.3",
7881 "windows-core 0.61.2",
7882 "windows-numerics 0.2.0",
7883 "windows-registry 0.5.3",
7884 "zed-scap",
7885]
7886
7887[[package]]
7888name = "grammars"
7889version = "0.1.0"
7890dependencies = [
7891 "anyhow",
7892 "language_core",
7893 "rust-embed",
7894 "toml 0.8.23",
7895 "tree-sitter",
7896 "tree-sitter-bash",
7897 "tree-sitter-c",
7898 "tree-sitter-cpp",
7899 "tree-sitter-css",
7900 "tree-sitter-diff",
7901 "tree-sitter-gitcommit",
7902 "tree-sitter-go",
7903 "tree-sitter-gomod",
7904 "tree-sitter-gowork",
7905 "tree-sitter-jsdoc",
7906 "tree-sitter-json",
7907 "tree-sitter-md",
7908 "tree-sitter-python",
7909 "tree-sitter-regex",
7910 "tree-sitter-rust",
7911 "tree-sitter-typescript",
7912 "tree-sitter-yaml",
7913 "util",
7914]
7915
7916[[package]]
7917name = "grid"
7918version = "0.18.0"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7921
7922[[package]]
7923name = "group"
7924version = "0.12.1"
7925source = "registry+https://github.com/rust-lang/crates.io-index"
7926checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7927dependencies = [
7928 "ff",
7929 "rand_core 0.6.4",
7930 "subtle",
7931]
7932
7933[[package]]
7934name = "h2"
7935version = "0.3.27"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7938dependencies = [
7939 "bytes 1.11.1",
7940 "fnv",
7941 "futures-core",
7942 "futures-sink",
7943 "futures-util",
7944 "http 0.2.12",
7945 "indexmap",
7946 "slab",
7947 "tokio",
7948 "tokio-util",
7949 "tracing",
7950]
7951
7952[[package]]
7953name = "h2"
7954version = "0.4.12"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7957dependencies = [
7958 "atomic-waker",
7959 "bytes 1.11.1",
7960 "fnv",
7961 "futures-core",
7962 "futures-sink",
7963 "http 1.3.1",
7964 "indexmap",
7965 "slab",
7966 "tokio",
7967 "tokio-util",
7968 "tracing",
7969]
7970
7971[[package]]
7972name = "half"
7973version = "2.7.1"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7976dependencies = [
7977 "bytemuck",
7978 "cfg-if",
7979 "crunchy",
7980 "num-traits",
7981 "rand 0.9.2",
7982 "rand_distr",
7983 "zerocopy",
7984]
7985
7986[[package]]
7987name = "handlebars"
7988version = "4.5.0"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7991dependencies = [
7992 "log",
7993 "pest",
7994 "pest_derive",
7995 "rust-embed",
7996 "serde",
7997 "serde_json",
7998 "thiserror 1.0.69",
7999]
8000
8001[[package]]
8002name = "handlebars"
8003version = "5.1.2"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8006dependencies = [
8007 "log",
8008 "pest",
8009 "pest_derive",
8010 "serde",
8011 "serde_json",
8012 "thiserror 1.0.69",
8013]
8014
8015[[package]]
8016name = "harfrust"
8017version = "0.5.0"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8020dependencies = [
8021 "bitflags 2.10.0",
8022 "bytemuck",
8023 "core_maths",
8024 "read-fonts 0.37.0",
8025 "smallvec",
8026]
8027
8028[[package]]
8029name = "hash32"
8030version = "0.3.1"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8033dependencies = [
8034 "byteorder",
8035]
8036
8037[[package]]
8038name = "hashbrown"
8039version = "0.12.3"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8042dependencies = [
8043 "ahash 0.7.8",
8044]
8045
8046[[package]]
8047name = "hashbrown"
8048version = "0.14.5"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8051dependencies = [
8052 "ahash 0.8.12",
8053 "allocator-api2",
8054]
8055
8056[[package]]
8057name = "hashbrown"
8058version = "0.15.5"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8061dependencies = [
8062 "allocator-api2",
8063 "equivalent",
8064 "foldhash 0.1.5",
8065 "serde",
8066]
8067
8068[[package]]
8069name = "hashbrown"
8070version = "0.16.1"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8073dependencies = [
8074 "allocator-api2",
8075 "equivalent",
8076 "foldhash 0.2.0",
8077]
8078
8079[[package]]
8080name = "hashlink"
8081version = "0.8.4"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8084dependencies = [
8085 "hashbrown 0.14.5",
8086]
8087
8088[[package]]
8089name = "hashlink"
8090version = "0.10.0"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8093dependencies = [
8094 "hashbrown 0.15.5",
8095]
8096
8097[[package]]
8098name = "headers"
8099version = "0.3.9"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8102dependencies = [
8103 "base64 0.21.7",
8104 "bytes 1.11.1",
8105 "headers-core",
8106 "http 0.2.12",
8107 "httpdate",
8108 "mime",
8109 "sha1",
8110]
8111
8112[[package]]
8113name = "headers-core"
8114version = "0.2.0"
8115source = "registry+https://github.com/rust-lang/crates.io-index"
8116checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8117dependencies = [
8118 "http 0.2.12",
8119]
8120
8121[[package]]
8122name = "heapless"
8123version = "0.9.2"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8126dependencies = [
8127 "hash32",
8128 "stable_deref_trait",
8129]
8130
8131[[package]]
8132name = "heck"
8133version = "0.3.3"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8136dependencies = [
8137 "unicode-segmentation",
8138]
8139
8140[[package]]
8141name = "heck"
8142version = "0.4.1"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8145dependencies = [
8146 "unicode-segmentation",
8147]
8148
8149[[package]]
8150name = "heck"
8151version = "0.5.0"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8154
8155[[package]]
8156name = "heed"
8157version = "0.21.0"
8158source = "registry+https://github.com/rust-lang/crates.io-index"
8159checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8160dependencies = [
8161 "bitflags 2.10.0",
8162 "byteorder",
8163 "heed-traits",
8164 "heed-types",
8165 "libc",
8166 "lmdb-master-sys",
8167 "once_cell",
8168 "page_size",
8169 "serde",
8170 "synchronoise",
8171 "url",
8172]
8173
8174[[package]]
8175name = "heed-traits"
8176version = "0.20.0"
8177source = "registry+https://github.com/rust-lang/crates.io-index"
8178checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8179
8180[[package]]
8181name = "heed-types"
8182version = "0.21.0"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8185dependencies = [
8186 "bincode",
8187 "byteorder",
8188 "heed-traits",
8189 "serde",
8190 "serde_json",
8191]
8192
8193[[package]]
8194name = "hermit-abi"
8195version = "0.5.2"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8198
8199[[package]]
8200name = "hex"
8201version = "0.4.3"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8204
8205[[package]]
8206name = "hexf-parse"
8207version = "0.2.1"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8210
8211[[package]]
8212name = "hkdf"
8213version = "0.12.4"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8216dependencies = [
8217 "hmac",
8218]
8219
8220[[package]]
8221name = "hmac"
8222version = "0.12.1"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8225dependencies = [
8226 "digest",
8227]
8228
8229[[package]]
8230name = "home"
8231version = "0.5.11"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8234dependencies = [
8235 "windows-sys 0.59.0",
8236]
8237
8238[[package]]
8239name = "hound"
8240version = "3.5.1"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8243
8244[[package]]
8245name = "html5ever"
8246version = "0.27.0"
8247source = "registry+https://github.com/rust-lang/crates.io-index"
8248checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8249dependencies = [
8250 "log",
8251 "mac",
8252 "markup5ever 0.12.1",
8253 "proc-macro2",
8254 "quote",
8255 "syn 2.0.117",
8256]
8257
8258[[package]]
8259name = "html5ever"
8260version = "0.35.0"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8263dependencies = [
8264 "log",
8265 "markup5ever 0.35.0",
8266 "match_token",
8267]
8268
8269[[package]]
8270name = "html_to_markdown"
8271version = "0.1.0"
8272dependencies = [
8273 "anyhow",
8274 "html5ever 0.27.0",
8275 "indoc",
8276 "markup5ever_rcdom",
8277 "pretty_assertions",
8278 "regex",
8279]
8280
8281[[package]]
8282name = "http"
8283version = "0.2.12"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8286dependencies = [
8287 "bytes 1.11.1",
8288 "fnv",
8289 "itoa",
8290]
8291
8292[[package]]
8293name = "http"
8294version = "1.3.1"
8295source = "registry+https://github.com/rust-lang/crates.io-index"
8296checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8297dependencies = [
8298 "bytes 1.11.1",
8299 "fnv",
8300 "itoa",
8301]
8302
8303[[package]]
8304name = "http-body"
8305version = "0.4.6"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8308dependencies = [
8309 "bytes 1.11.1",
8310 "http 0.2.12",
8311 "pin-project-lite",
8312]
8313
8314[[package]]
8315name = "http-body"
8316version = "1.0.1"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8319dependencies = [
8320 "bytes 1.11.1",
8321 "http 1.3.1",
8322]
8323
8324[[package]]
8325name = "http-body-util"
8326version = "0.1.3"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8329dependencies = [
8330 "bytes 1.11.1",
8331 "futures-core",
8332 "http 1.3.1",
8333 "http-body 1.0.1",
8334 "pin-project-lite",
8335]
8336
8337[[package]]
8338name = "http-range-header"
8339version = "0.3.1"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8342
8343[[package]]
8344name = "http_client"
8345version = "0.1.0"
8346dependencies = [
8347 "anyhow",
8348 "async-compression",
8349 "async-fs",
8350 "async-tar",
8351 "bytes 1.11.1",
8352 "derive_more",
8353 "futures 0.3.31",
8354 "http 1.3.1",
8355 "http-body 1.0.1",
8356 "log",
8357 "parking_lot",
8358 "serde",
8359 "serde_json",
8360 "serde_urlencoded",
8361 "sha2",
8362 "tempfile",
8363 "url",
8364 "util",
8365]
8366
8367[[package]]
8368name = "http_client_tls"
8369version = "0.1.0"
8370dependencies = [
8371 "rustls 0.23.33",
8372 "rustls-platform-verifier",
8373]
8374
8375[[package]]
8376name = "httparse"
8377version = "1.10.1"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8380
8381[[package]]
8382name = "httpdate"
8383version = "1.0.3"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8386
8387[[package]]
8388name = "human_bytes"
8389version = "0.4.3"
8390source = "registry+https://github.com/rust-lang/crates.io-index"
8391checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8392
8393[[package]]
8394name = "humantime"
8395version = "2.3.0"
8396source = "registry+https://github.com/rust-lang/crates.io-index"
8397checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8398
8399[[package]]
8400name = "hyper"
8401version = "0.14.32"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8404dependencies = [
8405 "bytes 1.11.1",
8406 "futures-channel",
8407 "futures-core",
8408 "futures-util",
8409 "h2 0.3.27",
8410 "http 0.2.12",
8411 "http-body 0.4.6",
8412 "httparse",
8413 "httpdate",
8414 "itoa",
8415 "pin-project-lite",
8416 "socket2 0.5.10",
8417 "tokio",
8418 "tower-service",
8419 "tracing",
8420 "want",
8421]
8422
8423[[package]]
8424name = "hyper"
8425version = "1.7.0"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8428dependencies = [
8429 "atomic-waker",
8430 "bytes 1.11.1",
8431 "futures-channel",
8432 "futures-core",
8433 "h2 0.4.12",
8434 "http 1.3.1",
8435 "http-body 1.0.1",
8436 "httparse",
8437 "itoa",
8438 "pin-project-lite",
8439 "pin-utils",
8440 "smallvec",
8441 "tokio",
8442 "want",
8443]
8444
8445[[package]]
8446name = "hyper-rustls"
8447version = "0.24.2"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8450dependencies = [
8451 "futures-util",
8452 "http 0.2.12",
8453 "hyper 0.14.32",
8454 "log",
8455 "rustls 0.21.12",
8456 "rustls-native-certs 0.6.3",
8457 "tokio",
8458 "tokio-rustls 0.24.1",
8459]
8460
8461[[package]]
8462name = "hyper-rustls"
8463version = "0.27.7"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8466dependencies = [
8467 "http 1.3.1",
8468 "hyper 1.7.0",
8469 "hyper-util",
8470 "rustls 0.23.33",
8471 "rustls-native-certs 0.8.2",
8472 "rustls-pki-types",
8473 "tokio",
8474 "tokio-rustls 0.26.2",
8475 "tower-service",
8476]
8477
8478[[package]]
8479name = "hyper-tls"
8480version = "0.5.0"
8481source = "registry+https://github.com/rust-lang/crates.io-index"
8482checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8483dependencies = [
8484 "bytes 1.11.1",
8485 "hyper 0.14.32",
8486 "native-tls",
8487 "tokio",
8488 "tokio-native-tls",
8489]
8490
8491[[package]]
8492name = "hyper-util"
8493version = "0.1.17"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8496dependencies = [
8497 "base64 0.22.1",
8498 "bytes 1.11.1",
8499 "futures-channel",
8500 "futures-core",
8501 "futures-util",
8502 "http 1.3.1",
8503 "http-body 1.0.1",
8504 "hyper 1.7.0",
8505 "ipnet",
8506 "libc",
8507 "percent-encoding",
8508 "pin-project-lite",
8509 "socket2 0.6.1",
8510 "tokio",
8511 "tower-service",
8512 "tracing",
8513]
8514
8515[[package]]
8516name = "iana-time-zone"
8517version = "0.1.64"
8518source = "registry+https://github.com/rust-lang/crates.io-index"
8519checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8520dependencies = [
8521 "android_system_properties",
8522 "core-foundation-sys",
8523 "iana-time-zone-haiku",
8524 "js-sys",
8525 "log",
8526 "wasm-bindgen",
8527 "windows-core 0.62.2",
8528]
8529
8530[[package]]
8531name = "iana-time-zone-haiku"
8532version = "0.1.2"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8535dependencies = [
8536 "cc",
8537]
8538
8539[[package]]
8540name = "icons"
8541version = "0.1.0"
8542dependencies = [
8543 "serde",
8544 "strum 0.27.2",
8545]
8546
8547[[package]]
8548name = "icu_collections"
8549version = "2.0.0"
8550source = "registry+https://github.com/rust-lang/crates.io-index"
8551checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8552dependencies = [
8553 "displaydoc",
8554 "potential_utf",
8555 "yoke 0.8.0",
8556 "zerofrom",
8557 "zerovec",
8558]
8559
8560[[package]]
8561name = "icu_locale_core"
8562version = "2.0.0"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8565dependencies = [
8566 "displaydoc",
8567 "litemap",
8568 "tinystr",
8569 "writeable",
8570 "zerovec",
8571]
8572
8573[[package]]
8574name = "icu_normalizer"
8575version = "2.0.0"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8578dependencies = [
8579 "displaydoc",
8580 "icu_collections",
8581 "icu_normalizer_data",
8582 "icu_properties",
8583 "icu_provider",
8584 "smallvec",
8585 "zerovec",
8586]
8587
8588[[package]]
8589name = "icu_normalizer_data"
8590version = "2.0.0"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8593
8594[[package]]
8595name = "icu_properties"
8596version = "2.0.1"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8599dependencies = [
8600 "displaydoc",
8601 "icu_collections",
8602 "icu_locale_core",
8603 "icu_properties_data",
8604 "icu_provider",
8605 "potential_utf",
8606 "zerotrie",
8607 "zerovec",
8608]
8609
8610[[package]]
8611name = "icu_properties_data"
8612version = "2.0.1"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8615
8616[[package]]
8617name = "icu_provider"
8618version = "2.0.0"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8621dependencies = [
8622 "displaydoc",
8623 "icu_locale_core",
8624 "stable_deref_trait",
8625 "tinystr",
8626 "writeable",
8627 "yoke 0.8.0",
8628 "zerofrom",
8629 "zerotrie",
8630 "zerovec",
8631]
8632
8633[[package]]
8634name = "id-arena"
8635version = "2.2.1"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8638
8639[[package]]
8640name = "ident_case"
8641version = "1.0.1"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8644
8645[[package]]
8646name = "idna"
8647version = "1.1.0"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8650dependencies = [
8651 "idna_adapter",
8652 "smallvec",
8653 "utf8_iter",
8654]
8655
8656[[package]]
8657name = "idna_adapter"
8658version = "1.2.1"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8661dependencies = [
8662 "icu_normalizer",
8663 "icu_properties",
8664]
8665
8666[[package]]
8667name = "ignore"
8668version = "0.4.24"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8671dependencies = [
8672 "crossbeam-deque",
8673 "globset",
8674 "log",
8675 "memchr",
8676 "regex-automata",
8677 "same-file",
8678 "walkdir",
8679 "winapi-util",
8680]
8681
8682[[package]]
8683name = "image"
8684version = "0.25.8"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8687dependencies = [
8688 "bytemuck",
8689 "byteorder-lite",
8690 "color_quant",
8691 "exr",
8692 "gif",
8693 "image-webp",
8694 "moxcms",
8695 "num-traits",
8696 "png 0.18.0",
8697 "qoi",
8698 "ravif",
8699 "rayon",
8700 "rgb",
8701 "tiff",
8702 "zune-core",
8703 "zune-jpeg",
8704]
8705
8706[[package]]
8707name = "image-webp"
8708version = "0.2.4"
8709source = "registry+https://github.com/rust-lang/crates.io-index"
8710checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8711dependencies = [
8712 "byteorder-lite",
8713 "quick-error 2.0.1",
8714]
8715
8716[[package]]
8717name = "image_viewer"
8718version = "0.1.0"
8719dependencies = [
8720 "anyhow",
8721 "db",
8722 "editor",
8723 "file_icons",
8724 "gpui",
8725 "language",
8726 "log",
8727 "project",
8728 "serde",
8729 "settings",
8730 "theme",
8731 "ui",
8732 "util",
8733 "workspace",
8734]
8735
8736[[package]]
8737name = "imagesize"
8738version = "0.13.0"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8741
8742[[package]]
8743name = "imara-diff"
8744version = "0.1.8"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8747dependencies = [
8748 "hashbrown 0.15.5",
8749]
8750
8751[[package]]
8752name = "imgref"
8753version = "1.12.0"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8756
8757[[package]]
8758name = "indenter"
8759version = "0.3.4"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8762
8763[[package]]
8764name = "indexmap"
8765version = "2.11.4"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8768dependencies = [
8769 "equivalent",
8770 "hashbrown 0.16.1",
8771 "serde",
8772 "serde_core",
8773]
8774
8775[[package]]
8776name = "indoc"
8777version = "2.0.6"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8780
8781[[package]]
8782name = "inherent"
8783version = "1.0.13"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8786dependencies = [
8787 "proc-macro2",
8788 "quote",
8789 "syn 2.0.117",
8790]
8791
8792[[package]]
8793name = "inotify"
8794version = "0.9.6"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8797dependencies = [
8798 "bitflags 1.3.2",
8799 "inotify-sys",
8800 "libc",
8801]
8802
8803[[package]]
8804name = "inotify"
8805version = "0.11.0"
8806source = "registry+https://github.com/rust-lang/crates.io-index"
8807checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8808dependencies = [
8809 "bitflags 2.10.0",
8810 "inotify-sys",
8811 "libc",
8812]
8813
8814[[package]]
8815name = "inotify-sys"
8816version = "0.1.5"
8817source = "registry+https://github.com/rust-lang/crates.io-index"
8818checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8819dependencies = [
8820 "libc",
8821]
8822
8823[[package]]
8824name = "inout"
8825version = "0.1.4"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8828dependencies = [
8829 "block-padding",
8830 "generic-array",
8831]
8832
8833[[package]]
8834name = "inspector_ui"
8835version = "0.1.0"
8836dependencies = [
8837 "anyhow",
8838 "command_palette_hooks",
8839 "editor",
8840 "fuzzy",
8841 "gpui",
8842 "language",
8843 "project",
8844 "serde_json",
8845 "serde_json_lenient",
8846 "theme",
8847 "ui",
8848 "util",
8849 "util_macros",
8850 "workspace",
8851 "zed_actions",
8852]
8853
8854[[package]]
8855name = "install_cli"
8856version = "0.1.0"
8857dependencies = [
8858 "anyhow",
8859 "client",
8860 "gpui",
8861 "release_channel",
8862 "smol",
8863 "util",
8864 "workspace",
8865]
8866
8867[[package]]
8868name = "instant"
8869version = "0.1.13"
8870source = "registry+https://github.com/rust-lang/crates.io-index"
8871checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8872dependencies = [
8873 "cfg-if",
8874]
8875
8876[[package]]
8877name = "interpolate_name"
8878version = "0.2.4"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8881dependencies = [
8882 "proc-macro2",
8883 "quote",
8884 "syn 2.0.117",
8885]
8886
8887[[package]]
8888name = "inventory"
8889version = "0.3.21"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8892dependencies = [
8893 "rustversion",
8894]
8895
8896[[package]]
8897name = "io-extras"
8898version = "0.18.4"
8899source = "registry+https://github.com/rust-lang/crates.io-index"
8900checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8901dependencies = [
8902 "io-lifetimes",
8903 "windows-sys 0.59.0",
8904]
8905
8906[[package]]
8907name = "io-lifetimes"
8908version = "2.0.4"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8911
8912[[package]]
8913name = "io-surface"
8914version = "0.16.1"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8917dependencies = [
8918 "cgl",
8919 "core-foundation 0.10.0",
8920 "core-foundation-sys",
8921 "leaky-cow",
8922]
8923
8924[[package]]
8925name = "iovec"
8926version = "0.1.4"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8929dependencies = [
8930 "libc",
8931]
8932
8933[[package]]
8934name = "ipc-channel"
8935version = "0.19.0"
8936source = "registry+https://github.com/rust-lang/crates.io-index"
8937checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8938dependencies = [
8939 "bincode",
8940 "crossbeam-channel",
8941 "fnv",
8942 "lazy_static",
8943 "libc",
8944 "mio 1.1.0",
8945 "rand 0.8.5",
8946 "serde",
8947 "tempfile",
8948 "uuid",
8949 "windows 0.58.0",
8950]
8951
8952[[package]]
8953name = "ipnet"
8954version = "2.11.0"
8955source = "registry+https://github.com/rust-lang/crates.io-index"
8956checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8957
8958[[package]]
8959name = "iri-string"
8960version = "0.7.8"
8961source = "registry+https://github.com/rust-lang/crates.io-index"
8962checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8963dependencies = [
8964 "memchr",
8965 "serde",
8966]
8967
8968[[package]]
8969name = "is-docker"
8970version = "0.2.0"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8973dependencies = [
8974 "once_cell",
8975]
8976
8977[[package]]
8978name = "is-terminal"
8979version = "0.4.16"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8982dependencies = [
8983 "hermit-abi",
8984 "libc",
8985 "windows-sys 0.59.0",
8986]
8987
8988[[package]]
8989name = "is-wsl"
8990version = "0.4.0"
8991source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8993dependencies = [
8994 "is-docker",
8995 "once_cell",
8996]
8997
8998[[package]]
8999name = "is_executable"
9000version = "1.0.5"
9001source = "registry+https://github.com/rust-lang/crates.io-index"
9002checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9003dependencies = [
9004 "windows-sys 0.60.2",
9005]
9006
9007[[package]]
9008name = "is_terminal_polyfill"
9009version = "1.70.1"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9012
9013[[package]]
9014name = "itertools"
9015version = "0.10.5"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9018dependencies = [
9019 "either",
9020]
9021
9022[[package]]
9023name = "itertools"
9024version = "0.11.0"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9027dependencies = [
9028 "either",
9029]
9030
9031[[package]]
9032name = "itertools"
9033version = "0.12.1"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9036dependencies = [
9037 "either",
9038]
9039
9040[[package]]
9041name = "itertools"
9042version = "0.14.0"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9045dependencies = [
9046 "either",
9047]
9048
9049[[package]]
9050name = "itoa"
9051version = "1.0.15"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9054
9055[[package]]
9056name = "jiff"
9057version = "0.2.15"
9058source = "registry+https://github.com/rust-lang/crates.io-index"
9059checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9060dependencies = [
9061 "jiff-static",
9062 "log",
9063 "portable-atomic",
9064 "portable-atomic-util",
9065 "serde",
9066]
9067
9068[[package]]
9069name = "jiff-static"
9070version = "0.2.15"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9073dependencies = [
9074 "proc-macro2",
9075 "quote",
9076 "syn 2.0.117",
9077]
9078
9079[[package]]
9080name = "jni"
9081version = "0.21.1"
9082source = "registry+https://github.com/rust-lang/crates.io-index"
9083checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9084dependencies = [
9085 "cesu8",
9086 "cfg-if",
9087 "combine",
9088 "jni-sys",
9089 "log",
9090 "thiserror 1.0.69",
9091 "walkdir",
9092 "windows-sys 0.45.0",
9093]
9094
9095[[package]]
9096name = "jni-sys"
9097version = "0.3.0"
9098source = "registry+https://github.com/rust-lang/crates.io-index"
9099checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9100
9101[[package]]
9102name = "jobserver"
9103version = "0.1.34"
9104source = "registry+https://github.com/rust-lang/crates.io-index"
9105checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9106dependencies = [
9107 "getrandom 0.3.4",
9108 "libc",
9109]
9110
9111[[package]]
9112name = "journal"
9113version = "0.1.0"
9114dependencies = [
9115 "anyhow",
9116 "chrono",
9117 "editor",
9118 "gpui",
9119 "log",
9120 "serde",
9121 "settings",
9122 "shellexpand 2.1.2",
9123 "workspace",
9124]
9125
9126[[package]]
9127name = "js-sys"
9128version = "0.3.90"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9131dependencies = [
9132 "once_cell",
9133 "wasm-bindgen",
9134]
9135
9136[[package]]
9137name = "json5"
9138version = "0.4.1"
9139source = "registry+https://github.com/rust-lang/crates.io-index"
9140checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9141dependencies = [
9142 "pest",
9143 "pest_derive",
9144 "serde",
9145]
9146
9147[[package]]
9148name = "json_dotpath"
9149version = "1.1.0"
9150source = "registry+https://github.com/rust-lang/crates.io-index"
9151checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9152dependencies = [
9153 "serde",
9154 "serde_derive",
9155 "serde_json",
9156 "thiserror 1.0.69",
9157]
9158
9159[[package]]
9160name = "json_schema_store"
9161version = "0.1.0"
9162dependencies = [
9163 "anyhow",
9164 "collections",
9165 "dap",
9166 "extension",
9167 "gpui",
9168 "language",
9169 "parking_lot",
9170 "paths",
9171 "project",
9172 "schemars",
9173 "serde",
9174 "serde_json",
9175 "settings",
9176 "snippet_provider",
9177 "task",
9178 "theme",
9179 "util",
9180]
9181
9182[[package]]
9183name = "jsonschema"
9184version = "0.37.4"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9187dependencies = [
9188 "ahash 0.8.12",
9189 "bytecount",
9190 "data-encoding",
9191 "email_address",
9192 "fancy-regex 0.16.2",
9193 "fraction",
9194 "getrandom 0.3.4",
9195 "idna",
9196 "itoa",
9197 "num-cmp",
9198 "num-traits",
9199 "percent-encoding",
9200 "referencing",
9201 "regex",
9202 "regex-syntax",
9203 "reqwest 0.12.24",
9204 "serde",
9205 "serde_json",
9206 "unicode-general-category",
9207 "uuid-simd",
9208]
9209
9210[[package]]
9211name = "jsonwebtoken"
9212version = "10.3.0"
9213source = "registry+https://github.com/rust-lang/crates.io-index"
9214checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9215dependencies = [
9216 "aws-lc-rs",
9217 "base64 0.22.1",
9218 "getrandom 0.2.16",
9219 "js-sys",
9220 "pem",
9221 "serde",
9222 "serde_json",
9223 "signature 2.2.0",
9224 "simple_asn1",
9225]
9226
9227[[package]]
9228name = "jupyter-protocol"
9229version = "1.4.0"
9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9232dependencies = [
9233 "async-trait",
9234 "bytes 1.11.1",
9235 "chrono",
9236 "futures 0.3.31",
9237 "serde",
9238 "serde_json",
9239 "thiserror 2.0.17",
9240 "uuid",
9241]
9242
9243[[package]]
9244name = "jupyter-websocket-client"
9245version = "1.0.0"
9246source = "registry+https://github.com/rust-lang/crates.io-index"
9247checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9248dependencies = [
9249 "anyhow",
9250 "async-trait",
9251 "async-tungstenite",
9252 "futures 0.3.31",
9253 "jupyter-protocol",
9254 "serde",
9255 "serde_json",
9256 "tokio",
9257 "url",
9258 "uuid",
9259]
9260
9261[[package]]
9262name = "keymap_editor"
9263version = "0.1.0"
9264dependencies = [
9265 "anyhow",
9266 "collections",
9267 "command_palette",
9268 "component",
9269 "db",
9270 "editor",
9271 "fs",
9272 "fuzzy",
9273 "gpui",
9274 "itertools 0.14.0",
9275 "json_schema_store",
9276 "language",
9277 "log",
9278 "menu",
9279 "notifications",
9280 "paths",
9281 "project",
9282 "search",
9283 "serde",
9284 "serde_json",
9285 "settings",
9286 "telemetry",
9287 "tempfile",
9288 "theme",
9289 "tree-sitter-json",
9290 "tree-sitter-rust",
9291 "ui",
9292 "ui_input",
9293 "util",
9294 "workspace",
9295 "zed_actions",
9296]
9297
9298[[package]]
9299name = "khronos-egl"
9300version = "6.0.0"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9303dependencies = [
9304 "libc",
9305 "libloading",
9306 "pkg-config",
9307]
9308
9309[[package]]
9310name = "khronos_api"
9311version = "3.1.0"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9314
9315[[package]]
9316name = "kqueue"
9317version = "1.1.1"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9320dependencies = [
9321 "kqueue-sys",
9322 "libc",
9323]
9324
9325[[package]]
9326name = "kqueue-sys"
9327version = "1.0.4"
9328source = "registry+https://github.com/rust-lang/crates.io-index"
9329checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9330dependencies = [
9331 "bitflags 1.3.2",
9332 "libc",
9333]
9334
9335[[package]]
9336name = "kurbo"
9337version = "0.11.3"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9340dependencies = [
9341 "arrayvec",
9342 "euclid",
9343 "smallvec",
9344]
9345
9346[[package]]
9347name = "kv-log-macro"
9348version = "1.0.7"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9351dependencies = [
9352 "log",
9353]
9354
9355[[package]]
9356name = "language"
9357version = "0.1.0"
9358dependencies = [
9359 "anyhow",
9360 "async-trait",
9361 "clock",
9362 "collections",
9363 "criterion",
9364 "ctor",
9365 "diffy",
9366 "ec4rs",
9367 "encoding_rs",
9368 "fs",
9369 "futures 0.3.31",
9370 "fuzzy",
9371 "globset",
9372 "gpui",
9373 "http_client",
9374 "imara-diff",
9375 "indoc",
9376 "itertools 0.14.0",
9377 "language_core",
9378 "log",
9379 "lsp",
9380 "parking_lot",
9381 "postage",
9382 "pretty_assertions",
9383 "rand 0.9.2",
9384 "regex",
9385 "rpc",
9386 "semver",
9387 "serde",
9388 "serde_json",
9389 "settings",
9390 "shellexpand 2.1.2",
9391 "smallvec",
9392 "smol",
9393 "streaming-iterator",
9394 "strsim",
9395 "sum_tree",
9396 "task",
9397 "text",
9398 "theme",
9399 "toml 0.8.23",
9400 "tracing",
9401 "tree-sitter",
9402 "tree-sitter-elixir",
9403 "tree-sitter-embedded-template",
9404 "tree-sitter-heex",
9405 "tree-sitter-html",
9406 "tree-sitter-json",
9407 "tree-sitter-md",
9408 "tree-sitter-python",
9409 "tree-sitter-ruby",
9410 "tree-sitter-rust",
9411 "tree-sitter-typescript",
9412 "unicase",
9413 "unindent",
9414 "util",
9415 "watch",
9416 "zlog",
9417 "ztracing",
9418]
9419
9420[[package]]
9421name = "language_core"
9422version = "0.1.0"
9423dependencies = [
9424 "anyhow",
9425 "collections",
9426 "gpui",
9427 "log",
9428 "lsp",
9429 "parking_lot",
9430 "regex",
9431 "schemars",
9432 "serde",
9433 "serde_json",
9434 "toml 0.8.23",
9435 "tree-sitter",
9436 "util",
9437]
9438
9439[[package]]
9440name = "language_extension"
9441version = "0.1.0"
9442dependencies = [
9443 "anyhow",
9444 "async-trait",
9445 "collections",
9446 "extension",
9447 "fs",
9448 "futures 0.3.31",
9449 "gpui",
9450 "language",
9451 "log",
9452 "lsp",
9453 "project",
9454 "serde",
9455 "serde_json",
9456 "tracing",
9457 "util",
9458 "ztracing",
9459]
9460
9461[[package]]
9462name = "language_model"
9463version = "0.1.0"
9464dependencies = [
9465 "anthropic",
9466 "anyhow",
9467 "base64 0.22.1",
9468 "client",
9469 "cloud_api_client",
9470 "cloud_api_types",
9471 "cloud_llm_client",
9472 "collections",
9473 "credentials_provider",
9474 "futures 0.3.31",
9475 "gpui",
9476 "http_client",
9477 "icons",
9478 "image",
9479 "log",
9480 "open_ai",
9481 "open_router",
9482 "parking_lot",
9483 "proto",
9484 "schemars",
9485 "serde",
9486 "serde_json",
9487 "settings",
9488 "smol",
9489 "thiserror 2.0.17",
9490 "util",
9491 "zed_env_vars",
9492]
9493
9494[[package]]
9495name = "language_models"
9496version = "0.1.0"
9497dependencies = [
9498 "ai_onboarding",
9499 "anthropic",
9500 "anyhow",
9501 "aws-config",
9502 "aws-credential-types",
9503 "aws_http_client",
9504 "base64 0.22.1",
9505 "bedrock",
9506 "client",
9507 "cloud_api_types",
9508 "cloud_llm_client",
9509 "collections",
9510 "component",
9511 "convert_case 0.8.0",
9512 "copilot",
9513 "copilot_chat",
9514 "copilot_ui",
9515 "credentials_provider",
9516 "deepseek",
9517 "extension",
9518 "extension_host",
9519 "fs",
9520 "futures 0.3.31",
9521 "google_ai",
9522 "gpui",
9523 "gpui_tokio",
9524 "http_client",
9525 "language",
9526 "language_model",
9527 "lmstudio",
9528 "log",
9529 "menu",
9530 "mistral",
9531 "ollama",
9532 "open_ai",
9533 "open_router",
9534 "opencode",
9535 "partial-json-fixer",
9536 "pretty_assertions",
9537 "release_channel",
9538 "schemars",
9539 "semver",
9540 "serde",
9541 "serde_json",
9542 "settings",
9543 "smol",
9544 "strum 0.27.2",
9545 "thiserror 2.0.17",
9546 "tiktoken-rs",
9547 "tokio",
9548 "ui",
9549 "ui_input",
9550 "util",
9551 "vercel",
9552 "x_ai",
9553]
9554
9555[[package]]
9556name = "language_onboarding"
9557version = "0.1.0"
9558dependencies = [
9559 "db",
9560 "editor",
9561 "gpui",
9562 "project",
9563 "ui",
9564 "workspace",
9565]
9566
9567[[package]]
9568name = "language_selector"
9569version = "0.1.0"
9570dependencies = [
9571 "anyhow",
9572 "editor",
9573 "file_icons",
9574 "fuzzy",
9575 "gpui",
9576 "language",
9577 "open_path_prompt",
9578 "picker",
9579 "project",
9580 "serde_json",
9581 "settings",
9582 "ui",
9583 "util",
9584 "workspace",
9585]
9586
9587[[package]]
9588name = "language_tools"
9589version = "0.1.0"
9590dependencies = [
9591 "anyhow",
9592 "client",
9593 "collections",
9594 "command_palette_hooks",
9595 "edit_prediction",
9596 "editor",
9597 "futures 0.3.31",
9598 "gpui",
9599 "itertools 0.14.0",
9600 "language",
9601 "lsp",
9602 "menu",
9603 "project",
9604 "proto",
9605 "release_channel",
9606 "semver",
9607 "serde_json",
9608 "settings",
9609 "sysinfo 0.37.2",
9610 "telemetry",
9611 "theme",
9612 "tree-sitter",
9613 "ui",
9614 "util",
9615 "workspace",
9616 "zed_actions",
9617 "zlog",
9618]
9619
9620[[package]]
9621name = "languages"
9622version = "0.1.0"
9623dependencies = [
9624 "anyhow",
9625 "async-compression",
9626 "async-fs",
9627 "async-tar",
9628 "async-trait",
9629 "chrono",
9630 "collections",
9631 "fs",
9632 "futures 0.3.31",
9633 "globset",
9634 "gpui",
9635 "grammars",
9636 "http_client",
9637 "itertools 0.14.0",
9638 "json_schema_store",
9639 "language",
9640 "log",
9641 "lsp",
9642 "node_runtime",
9643 "parking_lot",
9644 "pet",
9645 "pet-conda",
9646 "pet-core",
9647 "pet-fs",
9648 "pet-poetry",
9649 "pet-reporter",
9650 "pet-virtualenv",
9651 "pretty_assertions",
9652 "project",
9653 "regex",
9654 "rope",
9655 "semver",
9656 "serde",
9657 "serde_json",
9658 "serde_json_lenient",
9659 "settings",
9660 "smallvec",
9661 "smol",
9662 "snippet",
9663 "task",
9664 "terminal",
9665 "theme",
9666 "tree-sitter",
9667 "tree-sitter-bash",
9668 "tree-sitter-c",
9669 "tree-sitter-cpp",
9670 "tree-sitter-css",
9671 "tree-sitter-gitcommit",
9672 "tree-sitter-go",
9673 "tree-sitter-python",
9674 "tree-sitter-rust",
9675 "tree-sitter-typescript",
9676 "unindent",
9677 "url",
9678 "util",
9679]
9680
9681[[package]]
9682name = "lazy_static"
9683version = "1.5.0"
9684source = "registry+https://github.com/rust-lang/crates.io-index"
9685checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9686dependencies = [
9687 "spin 0.9.8",
9688]
9689
9690[[package]]
9691name = "leak"
9692version = "0.1.2"
9693source = "registry+https://github.com/rust-lang/crates.io-index"
9694checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9695
9696[[package]]
9697name = "leaky-cow"
9698version = "0.1.1"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9701dependencies = [
9702 "leak",
9703]
9704
9705[[package]]
9706name = "leb128"
9707version = "0.2.5"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9710
9711[[package]]
9712name = "leb128fmt"
9713version = "0.1.0"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9716
9717[[package]]
9718name = "lebe"
9719version = "0.5.3"
9720source = "registry+https://github.com/rust-lang/crates.io-index"
9721checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9722
9723[[package]]
9724name = "libbz2-rs-sys"
9725version = "0.2.2"
9726source = "registry+https://github.com/rust-lang/crates.io-index"
9727checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9728
9729[[package]]
9730name = "libc"
9731version = "0.2.182"
9732source = "registry+https://github.com/rust-lang/crates.io-index"
9733checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9734
9735[[package]]
9736name = "libdbus-sys"
9737version = "0.2.6"
9738source = "registry+https://github.com/rust-lang/crates.io-index"
9739checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9740dependencies = [
9741 "cc",
9742 "pkg-config",
9743]
9744
9745[[package]]
9746name = "libfuzzer-sys"
9747version = "0.4.10"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9750dependencies = [
9751 "arbitrary",
9752 "cc",
9753]
9754
9755[[package]]
9756name = "libgit2-sys"
9757version = "0.18.3+1.9.2"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9760dependencies = [
9761 "cc",
9762 "libc",
9763 "libz-sys",
9764 "pkg-config",
9765]
9766
9767[[package]]
9768name = "libloading"
9769version = "0.8.9"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9772dependencies = [
9773 "cfg-if",
9774 "windows-link 0.2.1",
9775]
9776
9777[[package]]
9778name = "libm"
9779version = "0.2.15"
9780source = "registry+https://github.com/rust-lang/crates.io-index"
9781checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9782
9783[[package]]
9784name = "libmimalloc-sys"
9785version = "0.1.44"
9786source = "registry+https://github.com/rust-lang/crates.io-index"
9787checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9788dependencies = [
9789 "cc",
9790 "libc",
9791]
9792
9793[[package]]
9794name = "libredox"
9795version = "0.1.10"
9796source = "registry+https://github.com/rust-lang/crates.io-index"
9797checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9798dependencies = [
9799 "bitflags 2.10.0",
9800 "libc",
9801 "redox_syscall 0.5.18",
9802]
9803
9804[[package]]
9805name = "libsqlite3-sys"
9806version = "0.30.1"
9807source = "registry+https://github.com/rust-lang/crates.io-index"
9808checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9809dependencies = [
9810 "cc",
9811 "pkg-config",
9812 "vcpkg",
9813]
9814
9815[[package]]
9816name = "libwebrtc"
9817version = "0.3.26"
9818source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9819dependencies = [
9820 "cxx",
9821 "glib",
9822 "jni",
9823 "js-sys",
9824 "lazy_static",
9825 "livekit-protocol",
9826 "livekit-runtime",
9827 "log",
9828 "parking_lot",
9829 "serde",
9830 "serde_json",
9831 "thiserror 1.0.69",
9832 "tokio",
9833 "wasm-bindgen",
9834 "wasm-bindgen-futures",
9835 "web-sys",
9836 "webrtc-sys",
9837]
9838
9839[[package]]
9840name = "libz-sys"
9841version = "1.1.22"
9842source = "registry+https://github.com/rust-lang/crates.io-index"
9843checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9844dependencies = [
9845 "cc",
9846 "libc",
9847 "pkg-config",
9848 "vcpkg",
9849]
9850
9851[[package]]
9852name = "line_ending_selector"
9853version = "0.1.0"
9854dependencies = [
9855 "editor",
9856 "gpui",
9857 "language",
9858 "picker",
9859 "project",
9860 "ui",
9861 "util",
9862 "workspace",
9863]
9864
9865[[package]]
9866name = "linebender_resource_handle"
9867version = "0.1.1"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9870
9871[[package]]
9872name = "link-cplusplus"
9873version = "1.0.12"
9874source = "registry+https://github.com/rust-lang/crates.io-index"
9875checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9876dependencies = [
9877 "cc",
9878]
9879
9880[[package]]
9881name = "linkify"
9882version = "0.10.0"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9885dependencies = [
9886 "memchr",
9887]
9888
9889[[package]]
9890name = "linux-raw-sys"
9891version = "0.4.15"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9894
9895[[package]]
9896name = "linux-raw-sys"
9897version = "0.11.0"
9898source = "registry+https://github.com/rust-lang/crates.io-index"
9899checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9900
9901[[package]]
9902name = "litemap"
9903version = "0.8.0"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9906
9907[[package]]
9908name = "litrs"
9909version = "1.0.0"
9910source = "registry+https://github.com/rust-lang/crates.io-index"
9911checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9912
9913[[package]]
9914name = "livekit"
9915version = "0.7.32"
9916source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9917dependencies = [
9918 "base64 0.22.1",
9919 "bmrng",
9920 "bytes 1.11.1",
9921 "chrono",
9922 "futures-util",
9923 "lazy_static",
9924 "libloading",
9925 "libwebrtc",
9926 "livekit-api",
9927 "livekit-protocol",
9928 "livekit-runtime",
9929 "log",
9930 "parking_lot",
9931 "prost 0.12.6",
9932 "semver",
9933 "serde",
9934 "serde_json",
9935 "thiserror 1.0.69",
9936 "tokio",
9937]
9938
9939[[package]]
9940name = "livekit-api"
9941version = "0.4.14"
9942source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9943dependencies = [
9944 "base64 0.21.7",
9945 "futures-util",
9946 "http 1.3.1",
9947 "livekit-protocol",
9948 "livekit-runtime",
9949 "log",
9950 "parking_lot",
9951 "pbjson-types",
9952 "prost 0.12.6",
9953 "rand 0.9.2",
9954 "reqwest 0.12.24",
9955 "rustls-native-certs 0.6.3",
9956 "scopeguard",
9957 "serde",
9958 "sha2",
9959 "thiserror 1.0.69",
9960 "tokio",
9961 "tokio-rustls 0.26.2",
9962 "tokio-tungstenite 0.28.0",
9963 "url",
9964]
9965
9966[[package]]
9967name = "livekit-protocol"
9968version = "0.7.1"
9969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9970dependencies = [
9971 "futures-util",
9972 "livekit-runtime",
9973 "parking_lot",
9974 "pbjson",
9975 "pbjson-types",
9976 "prost 0.12.6",
9977 "serde",
9978 "thiserror 1.0.69",
9979 "tokio",
9980]
9981
9982[[package]]
9983name = "livekit-runtime"
9984version = "0.4.0"
9985source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9986dependencies = [
9987 "tokio",
9988 "tokio-stream",
9989]
9990
9991[[package]]
9992name = "livekit_api"
9993version = "0.1.0"
9994dependencies = [
9995 "anyhow",
9996 "async-trait",
9997 "jsonwebtoken",
9998 "log",
9999 "prost 0.9.0",
10000 "prost-build 0.9.0",
10001 "prost-types 0.9.0",
10002 "serde",
10003 "zed-reqwest",
10004]
10005
10006[[package]]
10007name = "livekit_client"
10008version = "0.1.0"
10009dependencies = [
10010 "anyhow",
10011 "async-trait",
10012 "audio",
10013 "cocoa 0.26.0",
10014 "collections",
10015 "core-foundation 0.10.0",
10016 "core-video",
10017 "coreaudio-rs 0.12.1",
10018 "cpal",
10019 "futures 0.3.31",
10020 "gpui",
10021 "gpui_platform",
10022 "gpui_tokio",
10023 "http_client_tls",
10024 "image",
10025 "libwebrtc",
10026 "livekit",
10027 "livekit_api",
10028 "log",
10029 "nanoid",
10030 "objc",
10031 "parking_lot",
10032 "postage",
10033 "rodio",
10034 "serde",
10035 "serde_json",
10036 "serde_urlencoded",
10037 "settings",
10038 "simplelog",
10039 "smallvec",
10040 "tokio",
10041 "ui",
10042 "util",
10043 "webrtc-sys",
10044 "zed-scap",
10045]
10046
10047[[package]]
10048name = "lmdb-master-sys"
10049version = "0.2.5"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10052dependencies = [
10053 "cc",
10054 "doxygen-rs",
10055 "libc",
10056]
10057
10058[[package]]
10059name = "lmstudio"
10060version = "0.1.0"
10061dependencies = [
10062 "anyhow",
10063 "futures 0.3.31",
10064 "http_client",
10065 "schemars",
10066 "serde",
10067 "serde_json",
10068]
10069
10070[[package]]
10071name = "lock_api"
10072version = "0.4.14"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10075dependencies = [
10076 "scopeguard",
10077]
10078
10079[[package]]
10080name = "log"
10081version = "0.4.29"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10084dependencies = [
10085 "serde_core",
10086 "value-bag",
10087]
10088
10089[[package]]
10090name = "loom"
10091version = "0.7.2"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10094dependencies = [
10095 "cfg-if",
10096 "generator",
10097 "scoped-tls",
10098 "tracing",
10099 "tracing-subscriber",
10100]
10101
10102[[package]]
10103name = "loop9"
10104version = "0.1.5"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10107dependencies = [
10108 "imgref",
10109]
10110
10111[[package]]
10112name = "lru"
10113version = "0.12.5"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10116dependencies = [
10117 "hashbrown 0.15.5",
10118]
10119
10120[[package]]
10121name = "lru-slab"
10122version = "0.1.2"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10125
10126[[package]]
10127name = "lsp"
10128version = "0.1.0"
10129dependencies = [
10130 "anyhow",
10131 "async-pipe",
10132 "collections",
10133 "ctor",
10134 "futures 0.3.31",
10135 "gpui",
10136 "gpui_util",
10137 "log",
10138 "lsp-types",
10139 "parking_lot",
10140 "postage",
10141 "release_channel",
10142 "schemars",
10143 "semver",
10144 "serde",
10145 "serde_json",
10146 "smol",
10147 "util",
10148 "zlog",
10149]
10150
10151[[package]]
10152name = "lsp-types"
10153version = "0.95.1"
10154source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10155dependencies = [
10156 "bitflags 1.3.2",
10157 "serde",
10158 "serde_json",
10159 "url",
10160]
10161
10162[[package]]
10163name = "lyon"
10164version = "1.0.16"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10167dependencies = [
10168 "lyon_algorithms",
10169 "lyon_extra",
10170 "lyon_tessellation",
10171]
10172
10173[[package]]
10174name = "lyon_algorithms"
10175version = "1.0.16"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10178dependencies = [
10179 "lyon_path",
10180 "num-traits",
10181]
10182
10183[[package]]
10184name = "lyon_extra"
10185version = "1.0.3"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10188dependencies = [
10189 "lyon_path",
10190 "thiserror 1.0.69",
10191]
10192
10193[[package]]
10194name = "lyon_geom"
10195version = "1.0.17"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10198dependencies = [
10199 "arrayvec",
10200 "euclid",
10201 "num-traits",
10202]
10203
10204[[package]]
10205name = "lyon_path"
10206version = "1.0.16"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10209dependencies = [
10210 "lyon_geom",
10211 "num-traits",
10212]
10213
10214[[package]]
10215name = "lyon_tessellation"
10216version = "1.0.16"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10219dependencies = [
10220 "float_next_after",
10221 "lyon_path",
10222 "num-traits",
10223]
10224
10225[[package]]
10226name = "mac"
10227version = "0.1.1"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10230
10231[[package]]
10232name = "mach2"
10233version = "0.4.3"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10236dependencies = [
10237 "libc",
10238]
10239
10240[[package]]
10241name = "mach2"
10242version = "0.5.0"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10245dependencies = [
10246 "libc",
10247]
10248
10249[[package]]
10250name = "malloc_buf"
10251version = "0.0.6"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10254dependencies = [
10255 "libc",
10256]
10257
10258[[package]]
10259name = "maplit"
10260version = "1.0.2"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10263
10264[[package]]
10265name = "markdown"
10266version = "0.1.0"
10267dependencies = [
10268 "anyhow",
10269 "assets",
10270 "base64 0.22.1",
10271 "collections",
10272 "env_logger 0.11.8",
10273 "fs",
10274 "futures 0.3.31",
10275 "gpui",
10276 "gpui_platform",
10277 "html5ever 0.27.0",
10278 "language",
10279 "languages",
10280 "linkify",
10281 "log",
10282 "markup5ever_rcdom",
10283 "mermaid-rs-renderer",
10284 "node_runtime",
10285 "pulldown-cmark 0.13.0",
10286 "settings",
10287 "stacksafe",
10288 "sum_tree",
10289 "theme",
10290 "ui",
10291 "util",
10292]
10293
10294[[package]]
10295name = "markdown_preview"
10296version = "0.1.0"
10297dependencies = [
10298 "anyhow",
10299 "editor",
10300 "gpui",
10301 "language",
10302 "log",
10303 "markdown",
10304 "settings",
10305 "tempfile",
10306 "theme",
10307 "ui",
10308 "urlencoding",
10309 "util",
10310 "workspace",
10311 "zed_actions",
10312]
10313
10314[[package]]
10315name = "markup5ever"
10316version = "0.12.1"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10319dependencies = [
10320 "log",
10321 "phf 0.11.3",
10322 "phf_codegen",
10323 "string_cache",
10324 "string_cache_codegen",
10325 "tendril",
10326]
10327
10328[[package]]
10329name = "markup5ever"
10330version = "0.35.0"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10333dependencies = [
10334 "log",
10335 "tendril",
10336 "web_atoms",
10337]
10338
10339[[package]]
10340name = "markup5ever_rcdom"
10341version = "0.3.0"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10344dependencies = [
10345 "html5ever 0.27.0",
10346 "markup5ever 0.12.1",
10347 "tendril",
10348 "xml5ever",
10349]
10350
10351[[package]]
10352name = "match_token"
10353version = "0.35.0"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10356dependencies = [
10357 "proc-macro2",
10358 "quote",
10359 "syn 2.0.117",
10360]
10361
10362[[package]]
10363name = "matchers"
10364version = "0.2.0"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10367dependencies = [
10368 "regex-automata",
10369]
10370
10371[[package]]
10372name = "matchit"
10373version = "0.7.3"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10376
10377[[package]]
10378name = "maybe-owned"
10379version = "0.3.4"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10382
10383[[package]]
10384name = "maybe-rayon"
10385version = "0.1.1"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10388dependencies = [
10389 "cfg-if",
10390 "rayon",
10391]
10392
10393[[package]]
10394name = "md-5"
10395version = "0.10.6"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10398dependencies = [
10399 "cfg-if",
10400 "digest",
10401]
10402
10403[[package]]
10404name = "mdbook"
10405version = "0.4.40"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10408dependencies = [
10409 "ammonia",
10410 "anyhow",
10411 "chrono",
10412 "clap",
10413 "clap_complete",
10414 "elasticlunr-rs",
10415 "env_logger 0.11.8",
10416 "futures-util",
10417 "handlebars 5.1.2",
10418 "ignore",
10419 "log",
10420 "memchr",
10421 "notify 6.1.1",
10422 "notify-debouncer-mini",
10423 "once_cell",
10424 "opener",
10425 "pathdiff",
10426 "pulldown-cmark 0.10.3",
10427 "regex",
10428 "serde",
10429 "serde_json",
10430 "shlex",
10431 "tempfile",
10432 "tokio",
10433 "toml 0.5.11",
10434 "topological-sort",
10435 "walkdir",
10436 "warp",
10437]
10438
10439[[package]]
10440name = "media"
10441version = "0.1.0"
10442dependencies = [
10443 "anyhow",
10444 "bindgen 0.71.1",
10445 "core-foundation 0.10.0",
10446 "core-video",
10447 "ctor",
10448 "foreign-types 0.5.0",
10449 "metal",
10450 "objc",
10451]
10452
10453[[package]]
10454name = "memchr"
10455version = "2.7.6"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10458
10459[[package]]
10460name = "memfd"
10461version = "0.6.5"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10464dependencies = [
10465 "rustix 1.1.2",
10466]
10467
10468[[package]]
10469name = "memmap2"
10470version = "0.9.8"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10473dependencies = [
10474 "libc",
10475 "stable_deref_trait",
10476]
10477
10478[[package]]
10479name = "memoffset"
10480version = "0.9.1"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10483dependencies = [
10484 "autocfg",
10485]
10486
10487[[package]]
10488name = "menu"
10489version = "0.1.0"
10490dependencies = [
10491 "gpui",
10492]
10493
10494[[package]]
10495name = "merge"
10496version = "0.1.0"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10499dependencies = [
10500 "merge_derive",
10501 "num-traits",
10502]
10503
10504[[package]]
10505name = "merge_derive"
10506version = "0.1.0"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10509dependencies = [
10510 "proc-macro-error",
10511 "proc-macro2",
10512 "quote",
10513 "syn 1.0.109",
10514]
10515
10516[[package]]
10517name = "mermaid-rs-renderer"
10518version = "0.2.0"
10519source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10520dependencies = [
10521 "anyhow",
10522 "fontdb 0.16.2",
10523 "json5",
10524 "once_cell",
10525 "regex",
10526 "serde",
10527 "serde_json",
10528 "thiserror 2.0.17",
10529 "ttf-parser 0.20.0",
10530]
10531
10532[[package]]
10533name = "metal"
10534version = "0.33.0"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10537dependencies = [
10538 "bitflags 2.10.0",
10539 "block",
10540 "core-graphics-types 0.2.0",
10541 "foreign-types 0.5.0",
10542 "log",
10543 "objc",
10544 "paste",
10545]
10546
10547[[package]]
10548name = "migrator"
10549version = "0.1.0"
10550dependencies = [
10551 "anyhow",
10552 "collections",
10553 "convert_case 0.8.0",
10554 "log",
10555 "pretty_assertions",
10556 "serde_json",
10557 "serde_json_lenient",
10558 "settings_content",
10559 "settings_json",
10560 "streaming-iterator",
10561 "tree-sitter",
10562 "tree-sitter-json",
10563 "unindent",
10564]
10565
10566[[package]]
10567name = "mimalloc"
10568version = "0.1.48"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10571dependencies = [
10572 "libmimalloc-sys",
10573]
10574
10575[[package]]
10576name = "mime"
10577version = "0.3.17"
10578source = "registry+https://github.com/rust-lang/crates.io-index"
10579checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10580
10581[[package]]
10582name = "mime_guess"
10583version = "2.0.5"
10584source = "registry+https://github.com/rust-lang/crates.io-index"
10585checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10586dependencies = [
10587 "mime",
10588 "unicase",
10589]
10590
10591[[package]]
10592name = "minidump-common"
10593version = "0.26.1"
10594source = "registry+https://github.com/rust-lang/crates.io-index"
10595checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10596dependencies = [
10597 "bitflags 2.10.0",
10598 "debugid",
10599 "num-derive",
10600 "num-traits",
10601 "range-map",
10602 "scroll",
10603 "smart-default",
10604]
10605
10606[[package]]
10607name = "minidump-writer"
10608version = "0.11.0"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10611dependencies = [
10612 "bitflags 2.10.0",
10613 "byteorder",
10614 "cfg-if",
10615 "crash-context",
10616 "error-graph",
10617 "failspot",
10618 "goblin",
10619 "libc",
10620 "log",
10621 "mach2 0.4.3",
10622 "memmap2",
10623 "memoffset",
10624 "minidump-common",
10625 "nix 0.29.0",
10626 "procfs-core",
10627 "scroll",
10628 "serde",
10629 "serde_json",
10630 "tempfile",
10631 "thiserror 2.0.17",
10632]
10633
10634[[package]]
10635name = "minidumper"
10636version = "0.9.0"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10639dependencies = [
10640 "cfg-if",
10641 "crash-context",
10642 "libc",
10643 "log",
10644 "minidump-writer",
10645 "parking_lot",
10646 "polling",
10647 "scroll",
10648 "thiserror 2.0.17",
10649 "uds",
10650]
10651
10652[[package]]
10653name = "minimal-lexical"
10654version = "0.2.1"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10657
10658[[package]]
10659name = "miniprofiler_ui"
10660version = "0.1.0"
10661dependencies = [
10662 "gpui",
10663 "rpc",
10664 "serde_json",
10665 "smol",
10666 "theme",
10667 "util",
10668 "workspace",
10669 "zed_actions",
10670]
10671
10672[[package]]
10673name = "miniz_oxide"
10674version = "0.8.9"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10677dependencies = [
10678 "adler2",
10679 "simd-adler32",
10680]
10681
10682[[package]]
10683name = "mio"
10684version = "0.8.11"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10687dependencies = [
10688 "libc",
10689 "log",
10690 "wasi",
10691 "windows-sys 0.48.0",
10692]
10693
10694[[package]]
10695name = "mio"
10696version = "1.1.0"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10699dependencies = [
10700 "libc",
10701 "log",
10702 "wasi",
10703 "windows-sys 0.61.2",
10704]
10705
10706[[package]]
10707name = "miow"
10708version = "0.6.1"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10711dependencies = [
10712 "windows-sys 0.61.2",
10713]
10714
10715[[package]]
10716name = "mistral"
10717version = "0.1.0"
10718dependencies = [
10719 "anyhow",
10720 "futures 0.3.31",
10721 "http_client",
10722 "schemars",
10723 "serde",
10724 "serde_json",
10725 "strum 0.27.2",
10726]
10727
10728[[package]]
10729name = "moka"
10730version = "0.12.11"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10733dependencies = [
10734 "crossbeam-channel",
10735 "crossbeam-epoch",
10736 "crossbeam-utils",
10737 "equivalent",
10738 "parking_lot",
10739 "portable-atomic",
10740 "rustc_version",
10741 "smallvec",
10742 "tagptr",
10743 "uuid",
10744]
10745
10746[[package]]
10747name = "moxcms"
10748version = "0.7.7"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10751dependencies = [
10752 "num-traits",
10753 "pxfm",
10754]
10755
10756[[package]]
10757name = "msvc_spectre_libs"
10758version = "0.1.3"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10761dependencies = [
10762 "cc",
10763]
10764
10765[[package]]
10766name = "multi_buffer"
10767version = "0.1.0"
10768dependencies = [
10769 "anyhow",
10770 "buffer_diff",
10771 "clock",
10772 "collections",
10773 "ctor",
10774 "gpui",
10775 "indoc",
10776 "itertools 0.14.0",
10777 "language",
10778 "log",
10779 "parking_lot",
10780 "pretty_assertions",
10781 "rand 0.9.2",
10782 "rope",
10783 "serde",
10784 "settings",
10785 "smallvec",
10786 "smol",
10787 "sum_tree",
10788 "text",
10789 "theme",
10790 "tracing",
10791 "tree-sitter",
10792 "unicode-segmentation",
10793 "util",
10794 "zlog",
10795 "ztracing",
10796]
10797
10798[[package]]
10799name = "multimap"
10800version = "0.8.3"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10803
10804[[package]]
10805name = "naga"
10806version = "29.0.0"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10809dependencies = [
10810 "arrayvec",
10811 "bit-set 0.9.1",
10812 "bitflags 2.10.0",
10813 "cfg-if",
10814 "cfg_aliases 0.2.1",
10815 "codespan-reporting",
10816 "half",
10817 "hashbrown 0.16.1",
10818 "hexf-parse",
10819 "indexmap",
10820 "libm",
10821 "log",
10822 "num-traits",
10823 "once_cell",
10824 "rustc-hash 1.1.0",
10825 "thiserror 2.0.17",
10826 "unicode-ident",
10827]
10828
10829[[package]]
10830name = "naga"
10831version = "29.0.0"
10832source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10833dependencies = [
10834 "arrayvec",
10835 "bit-set 0.9.1",
10836 "bitflags 2.10.0",
10837 "cfg-if",
10838 "cfg_aliases 0.2.1",
10839 "codespan-reporting",
10840 "half",
10841 "hashbrown 0.16.1",
10842 "hexf-parse",
10843 "indexmap",
10844 "libm",
10845 "log",
10846 "num-traits",
10847 "once_cell",
10848 "rustc-hash 1.1.0",
10849 "spirv",
10850 "thiserror 2.0.17",
10851 "unicode-ident",
10852]
10853
10854[[package]]
10855name = "nanoid"
10856version = "0.4.0"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10859dependencies = [
10860 "rand 0.8.5",
10861]
10862
10863[[package]]
10864name = "nanorand"
10865version = "0.7.0"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10868dependencies = [
10869 "getrandom 0.2.16",
10870]
10871
10872[[package]]
10873name = "native-tls"
10874version = "0.2.14"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10877dependencies = [
10878 "libc",
10879 "log",
10880 "openssl",
10881 "openssl-probe",
10882 "openssl-sys",
10883 "schannel",
10884 "security-framework 2.11.1",
10885 "security-framework-sys",
10886 "tempfile",
10887]
10888
10889[[package]]
10890name = "nbformat"
10891version = "1.2.0"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10894dependencies = [
10895 "anyhow",
10896 "chrono",
10897 "jupyter-protocol",
10898 "serde",
10899 "serde_json",
10900 "thiserror 1.0.69",
10901 "uuid",
10902]
10903
10904[[package]]
10905name = "nc"
10906version = "0.1.0"
10907dependencies = [
10908 "anyhow",
10909 "futures 0.3.31",
10910 "net",
10911 "smol",
10912]
10913
10914[[package]]
10915name = "ndk"
10916version = "0.9.0"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10919dependencies = [
10920 "bitflags 2.10.0",
10921 "jni-sys",
10922 "log",
10923 "ndk-sys",
10924 "num_enum",
10925 "thiserror 1.0.69",
10926]
10927
10928[[package]]
10929name = "ndk-context"
10930version = "0.1.1"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10933
10934[[package]]
10935name = "ndk-sys"
10936version = "0.6.0+11769913"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10939dependencies = [
10940 "jni-sys",
10941]
10942
10943[[package]]
10944name = "net"
10945version = "0.1.0"
10946dependencies = [
10947 "anyhow",
10948 "async-io",
10949 "smol",
10950 "tempfile",
10951 "windows 0.61.3",
10952]
10953
10954[[package]]
10955name = "new_debug_unreachable"
10956version = "1.0.6"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10959
10960[[package]]
10961name = "nix"
10962version = "0.28.0"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10965dependencies = [
10966 "bitflags 2.10.0",
10967 "cfg-if",
10968 "cfg_aliases 0.1.1",
10969 "libc",
10970]
10971
10972[[package]]
10973name = "nix"
10974version = "0.29.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10977dependencies = [
10978 "bitflags 2.10.0",
10979 "cfg-if",
10980 "cfg_aliases 0.2.1",
10981 "libc",
10982]
10983
10984[[package]]
10985name = "nix"
10986version = "0.30.1"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10989dependencies = [
10990 "bitflags 2.10.0",
10991 "cfg-if",
10992 "cfg_aliases 0.2.1",
10993 "libc",
10994]
10995
10996[[package]]
10997name = "node_runtime"
10998version = "0.1.0"
10999dependencies = [
11000 "anyhow",
11001 "async-compression",
11002 "async-std",
11003 "async-tar",
11004 "async-trait",
11005 "futures 0.3.31",
11006 "http_client",
11007 "log",
11008 "paths",
11009 "semver",
11010 "serde",
11011 "serde_json",
11012 "smol",
11013 "util",
11014 "watch",
11015 "which 6.0.3",
11016]
11017
11018[[package]]
11019name = "nom"
11020version = "7.1.3"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11023dependencies = [
11024 "memchr",
11025 "minimal-lexical",
11026]
11027
11028[[package]]
11029name = "nom"
11030version = "8.0.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11033dependencies = [
11034 "memchr",
11035]
11036
11037[[package]]
11038name = "noop_proc_macro"
11039version = "0.3.0"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11042
11043[[package]]
11044name = "normpath"
11045version = "1.5.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11048dependencies = [
11049 "windows-sys 0.61.2",
11050]
11051
11052[[package]]
11053name = "notifications"
11054version = "0.1.0"
11055dependencies = [
11056 "anyhow",
11057 "channel",
11058 "client",
11059 "component",
11060 "db",
11061 "gpui",
11062 "rpc",
11063 "sum_tree",
11064 "time",
11065 "ui",
11066 "util",
11067 "workspace",
11068 "zed_actions",
11069]
11070
11071[[package]]
11072name = "notify"
11073version = "6.1.1"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11076dependencies = [
11077 "bitflags 2.10.0",
11078 "crossbeam-channel",
11079 "filetime",
11080 "fsevent-sys",
11081 "inotify 0.9.6",
11082 "kqueue",
11083 "libc",
11084 "log",
11085 "mio 0.8.11",
11086 "walkdir",
11087 "windows-sys 0.48.0",
11088]
11089
11090[[package]]
11091name = "notify"
11092version = "8.2.0"
11093source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11094dependencies = [
11095 "bitflags 2.10.0",
11096 "fsevent-sys",
11097 "inotify 0.11.0",
11098 "kqueue",
11099 "libc",
11100 "log",
11101 "mio 1.1.0",
11102 "notify-types",
11103 "walkdir",
11104 "windows-sys 0.60.2",
11105]
11106
11107[[package]]
11108name = "notify-debouncer-mini"
11109version = "0.4.1"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11112dependencies = [
11113 "crossbeam-channel",
11114 "log",
11115 "notify 6.1.1",
11116]
11117
11118[[package]]
11119name = "notify-types"
11120version = "2.0.0"
11121source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11122
11123[[package]]
11124name = "ntapi"
11125version = "0.4.1"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11128dependencies = [
11129 "winapi",
11130]
11131
11132[[package]]
11133name = "nu-ansi-term"
11134version = "0.50.3"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11137dependencies = [
11138 "windows-sys 0.61.2",
11139]
11140
11141[[package]]
11142name = "num"
11143version = "0.4.3"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11146dependencies = [
11147 "num-bigint",
11148 "num-complex",
11149 "num-integer",
11150 "num-iter",
11151 "num-rational",
11152 "num-traits",
11153]
11154
11155[[package]]
11156name = "num-bigint"
11157version = "0.4.6"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11160dependencies = [
11161 "num-integer",
11162 "num-traits",
11163]
11164
11165[[package]]
11166name = "num-bigint-dig"
11167version = "0.8.6"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11170dependencies = [
11171 "lazy_static",
11172 "libm",
11173 "num-integer",
11174 "num-iter",
11175 "num-traits",
11176 "rand 0.8.5",
11177 "smallvec",
11178 "zeroize",
11179]
11180
11181[[package]]
11182name = "num-bigint-dig"
11183version = "0.9.1"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11186dependencies = [
11187 "libm",
11188 "num-integer",
11189 "num-iter",
11190 "num-traits",
11191 "once_cell",
11192 "rand 0.9.2",
11193 "serde",
11194 "smallvec",
11195 "zeroize",
11196]
11197
11198[[package]]
11199name = "num-cmp"
11200version = "0.1.0"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11203
11204[[package]]
11205name = "num-complex"
11206version = "0.4.6"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11209dependencies = [
11210 "bytemuck",
11211 "num-traits",
11212]
11213
11214[[package]]
11215name = "num-conv"
11216version = "0.2.0"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11219
11220[[package]]
11221name = "num-derive"
11222version = "0.4.2"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11225dependencies = [
11226 "proc-macro2",
11227 "quote",
11228 "syn 2.0.117",
11229]
11230
11231[[package]]
11232name = "num-format"
11233version = "0.4.4"
11234source = "registry+https://github.com/rust-lang/crates.io-index"
11235checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11236dependencies = [
11237 "arrayvec",
11238 "itoa",
11239]
11240
11241[[package]]
11242name = "num-integer"
11243version = "0.1.46"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11246dependencies = [
11247 "num-traits",
11248]
11249
11250[[package]]
11251name = "num-iter"
11252version = "0.1.45"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11255dependencies = [
11256 "autocfg",
11257 "num-integer",
11258 "num-traits",
11259]
11260
11261[[package]]
11262name = "num-rational"
11263version = "0.4.2"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11266dependencies = [
11267 "num-bigint",
11268 "num-integer",
11269 "num-traits",
11270]
11271
11272[[package]]
11273name = "num-traits"
11274version = "0.2.19"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11277dependencies = [
11278 "autocfg",
11279 "libm",
11280]
11281
11282[[package]]
11283name = "num_cpus"
11284version = "1.17.0"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11287dependencies = [
11288 "hermit-abi",
11289 "libc",
11290]
11291
11292[[package]]
11293name = "num_enum"
11294version = "0.7.4"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11297dependencies = [
11298 "num_enum_derive",
11299 "rustversion",
11300]
11301
11302[[package]]
11303name = "num_enum_derive"
11304version = "0.7.4"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11307dependencies = [
11308 "proc-macro-crate",
11309 "proc-macro2",
11310 "quote",
11311 "syn 2.0.117",
11312]
11313
11314[[package]]
11315name = "num_threads"
11316version = "0.1.7"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11319dependencies = [
11320 "libc",
11321]
11322
11323[[package]]
11324name = "nvim-rs"
11325version = "0.9.2"
11326source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11327dependencies = [
11328 "async-trait",
11329 "futures 0.3.31",
11330 "log",
11331 "rmp",
11332 "rmpv",
11333 "tokio",
11334 "tokio-util",
11335]
11336
11337[[package]]
11338name = "objc"
11339version = "0.2.7"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11342dependencies = [
11343 "malloc_buf",
11344 "objc_exception",
11345]
11346
11347[[package]]
11348name = "objc-foundation"
11349version = "0.1.1"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11352dependencies = [
11353 "block",
11354 "objc",
11355 "objc_id",
11356]
11357
11358[[package]]
11359name = "objc2"
11360version = "0.6.3"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11363dependencies = [
11364 "objc2-encode",
11365]
11366
11367[[package]]
11368name = "objc2-audio-toolbox"
11369version = "0.3.2"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11372dependencies = [
11373 "bitflags 2.10.0",
11374 "libc",
11375 "objc2",
11376 "objc2-core-audio",
11377 "objc2-core-audio-types",
11378 "objc2-core-foundation",
11379 "objc2-foundation",
11380]
11381
11382[[package]]
11383name = "objc2-avf-audio"
11384version = "0.3.2"
11385source = "registry+https://github.com/rust-lang/crates.io-index"
11386checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11387dependencies = [
11388 "objc2",
11389 "objc2-foundation",
11390]
11391
11392[[package]]
11393name = "objc2-core-audio"
11394version = "0.3.2"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11397dependencies = [
11398 "dispatch2",
11399 "objc2",
11400 "objc2-core-audio-types",
11401 "objc2-core-foundation",
11402 "objc2-foundation",
11403]
11404
11405[[package]]
11406name = "objc2-core-audio-types"
11407version = "0.3.2"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11410dependencies = [
11411 "bitflags 2.10.0",
11412 "objc2",
11413]
11414
11415[[package]]
11416name = "objc2-core-foundation"
11417version = "0.3.2"
11418source = "registry+https://github.com/rust-lang/crates.io-index"
11419checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11420dependencies = [
11421 "bitflags 2.10.0",
11422 "block2",
11423 "dispatch2",
11424 "libc",
11425 "objc2",
11426]
11427
11428[[package]]
11429name = "objc2-encode"
11430version = "4.1.0"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11433
11434[[package]]
11435name = "objc2-foundation"
11436version = "0.3.2"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11439dependencies = [
11440 "bitflags 2.10.0",
11441 "block2",
11442 "libc",
11443 "objc2",
11444 "objc2-core-foundation",
11445]
11446
11447[[package]]
11448name = "objc2-io-kit"
11449version = "0.3.2"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11452dependencies = [
11453 "libc",
11454 "objc2-core-foundation",
11455]
11456
11457[[package]]
11458name = "objc2-metal"
11459version = "0.3.2"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11462dependencies = [
11463 "bitflags 2.10.0",
11464 "block2",
11465 "dispatch2",
11466 "objc2",
11467 "objc2-core-foundation",
11468 "objc2-foundation",
11469]
11470
11471[[package]]
11472name = "objc2-quartz-core"
11473version = "0.3.2"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11476dependencies = [
11477 "bitflags 2.10.0",
11478 "objc2",
11479 "objc2-core-foundation",
11480 "objc2-foundation",
11481 "objc2-metal",
11482]
11483
11484[[package]]
11485name = "objc_exception"
11486version = "0.1.2"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11489dependencies = [
11490 "cc",
11491]
11492
11493[[package]]
11494name = "objc_id"
11495version = "0.1.1"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11498dependencies = [
11499 "objc",
11500]
11501
11502[[package]]
11503name = "object"
11504version = "0.36.7"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11507dependencies = [
11508 "crc32fast",
11509 "hashbrown 0.15.5",
11510 "indexmap",
11511 "memchr",
11512]
11513
11514[[package]]
11515name = "object"
11516version = "0.37.3"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11519dependencies = [
11520 "memchr",
11521]
11522
11523[[package]]
11524name = "ollama"
11525version = "0.1.0"
11526dependencies = [
11527 "anyhow",
11528 "futures 0.3.31",
11529 "http_client",
11530 "schemars",
11531 "serde",
11532 "serde_json",
11533 "settings",
11534]
11535
11536[[package]]
11537name = "onboarding"
11538version = "0.1.0"
11539dependencies = [
11540 "anyhow",
11541 "client",
11542 "component",
11543 "db",
11544 "documented",
11545 "fs",
11546 "fuzzy",
11547 "gpui",
11548 "menu",
11549 "notifications",
11550 "picker",
11551 "project",
11552 "schemars",
11553 "serde",
11554 "settings",
11555 "telemetry",
11556 "theme",
11557 "ui",
11558 "util",
11559 "vim_mode_setting",
11560 "workspace",
11561 "zed_actions",
11562 "zlog",
11563]
11564
11565[[package]]
11566name = "once_cell"
11567version = "1.21.3"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11570
11571[[package]]
11572name = "once_cell_polyfill"
11573version = "1.70.1"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11576
11577[[package]]
11578name = "oo7"
11579version = "0.6.0"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11582dependencies = [
11583 "aes",
11584 "ashpd",
11585 "async-fs",
11586 "async-io",
11587 "async-lock 3.4.2",
11588 "blocking",
11589 "cbc",
11590 "cipher",
11591 "digest",
11592 "endi",
11593 "futures-lite 2.6.1",
11594 "futures-util",
11595 "getrandom 0.4.1",
11596 "hkdf",
11597 "hmac",
11598 "md-5",
11599 "num",
11600 "num-bigint-dig 0.9.1",
11601 "pbkdf2 0.12.2",
11602 "serde",
11603 "serde_bytes",
11604 "sha2",
11605 "subtle",
11606 "zbus",
11607 "zbus_macros",
11608 "zeroize",
11609 "zvariant",
11610]
11611
11612[[package]]
11613name = "oorandom"
11614version = "11.1.5"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11617
11618[[package]]
11619name = "open"
11620version = "5.3.2"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11623dependencies = [
11624 "is-wsl",
11625 "libc",
11626 "pathdiff",
11627]
11628
11629[[package]]
11630name = "open_ai"
11631version = "0.1.0"
11632dependencies = [
11633 "anyhow",
11634 "futures 0.3.31",
11635 "http_client",
11636 "log",
11637 "rand 0.9.2",
11638 "schemars",
11639 "serde",
11640 "serde_json",
11641 "settings",
11642 "strum 0.27.2",
11643 "thiserror 2.0.17",
11644]
11645
11646[[package]]
11647name = "open_path_prompt"
11648version = "0.1.0"
11649dependencies = [
11650 "editor",
11651 "file_icons",
11652 "futures 0.3.31",
11653 "fuzzy",
11654 "gpui",
11655 "picker",
11656 "project",
11657 "schemars",
11658 "serde",
11659 "serde_json",
11660 "settings",
11661 "theme",
11662 "ui",
11663 "util",
11664 "workspace",
11665]
11666
11667[[package]]
11668name = "open_router"
11669version = "0.1.0"
11670dependencies = [
11671 "anyhow",
11672 "futures 0.3.31",
11673 "http_client",
11674 "schemars",
11675 "serde",
11676 "serde_json",
11677 "settings",
11678 "strum 0.27.2",
11679 "thiserror 2.0.17",
11680]
11681
11682[[package]]
11683name = "opencode"
11684version = "0.1.0"
11685dependencies = [
11686 "anyhow",
11687 "futures 0.3.31",
11688 "google_ai",
11689 "http_client",
11690 "schemars",
11691 "serde",
11692 "serde_json",
11693 "strum 0.27.2",
11694]
11695
11696[[package]]
11697name = "opener"
11698version = "0.7.2"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11701dependencies = [
11702 "bstr",
11703 "dbus",
11704 "normpath",
11705 "windows-sys 0.59.0",
11706]
11707
11708[[package]]
11709name = "openssl"
11710version = "0.10.74"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11713dependencies = [
11714 "bitflags 2.10.0",
11715 "cfg-if",
11716 "foreign-types 0.3.2",
11717 "libc",
11718 "once_cell",
11719 "openssl-macros",
11720 "openssl-sys",
11721]
11722
11723[[package]]
11724name = "openssl-macros"
11725version = "0.1.1"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11728dependencies = [
11729 "proc-macro2",
11730 "quote",
11731 "syn 2.0.117",
11732]
11733
11734[[package]]
11735name = "openssl-probe"
11736version = "0.1.6"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11739
11740[[package]]
11741name = "openssl-sys"
11742version = "0.9.110"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11745dependencies = [
11746 "cc",
11747 "libc",
11748 "pkg-config",
11749 "vcpkg",
11750]
11751
11752[[package]]
11753name = "optfield"
11754version = "0.4.0"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11757dependencies = [
11758 "proc-macro2",
11759 "quote",
11760 "syn 2.0.117",
11761]
11762
11763[[package]]
11764name = "option-ext"
11765version = "0.2.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11768
11769[[package]]
11770name = "ordered-float"
11771version = "2.10.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11774dependencies = [
11775 "num-traits",
11776]
11777
11778[[package]]
11779name = "ordered-float"
11780version = "4.6.0"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11783dependencies = [
11784 "num-traits",
11785]
11786
11787[[package]]
11788name = "ordered-stream"
11789version = "0.2.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11792dependencies = [
11793 "futures-core",
11794 "pin-project-lite",
11795]
11796
11797[[package]]
11798name = "ouroboros"
11799version = "0.18.5"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11802dependencies = [
11803 "aliasable",
11804 "ouroboros_macro",
11805 "static_assertions",
11806]
11807
11808[[package]]
11809name = "ouroboros_macro"
11810version = "0.18.5"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11813dependencies = [
11814 "heck 0.4.1",
11815 "proc-macro2",
11816 "proc-macro2-diagnostics",
11817 "quote",
11818 "syn 2.0.117",
11819]
11820
11821[[package]]
11822name = "outline"
11823version = "0.1.0"
11824dependencies = [
11825 "editor",
11826 "fuzzy",
11827 "gpui",
11828 "indoc",
11829 "language",
11830 "lsp",
11831 "menu",
11832 "ordered-float 2.10.1",
11833 "picker",
11834 "project",
11835 "rope",
11836 "serde_json",
11837 "settings",
11838 "smol",
11839 "theme",
11840 "ui",
11841 "util",
11842 "workspace",
11843 "zed_actions",
11844]
11845
11846[[package]]
11847name = "outline_panel"
11848version = "0.1.0"
11849dependencies = [
11850 "anyhow",
11851 "collections",
11852 "db",
11853 "editor",
11854 "file_icons",
11855 "fuzzy",
11856 "gpui",
11857 "itertools 0.14.0",
11858 "language",
11859 "log",
11860 "lsp",
11861 "menu",
11862 "outline",
11863 "pretty_assertions",
11864 "project",
11865 "search",
11866 "serde",
11867 "serde_json",
11868 "settings",
11869 "smallvec",
11870 "smol",
11871 "theme",
11872 "ui",
11873 "util",
11874 "workspace",
11875 "worktree",
11876 "zed_actions",
11877]
11878
11879[[package]]
11880name = "outref"
11881version = "0.5.2"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11884
11885[[package]]
11886name = "p256"
11887version = "0.11.1"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11890dependencies = [
11891 "ecdsa",
11892 "elliptic-curve",
11893 "sha2",
11894]
11895
11896[[package]]
11897name = "page_size"
11898version = "0.6.0"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11901dependencies = [
11902 "libc",
11903 "winapi",
11904]
11905
11906[[package]]
11907name = "palette"
11908version = "0.7.6"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11911dependencies = [
11912 "approx",
11913 "fast-srgb8",
11914 "palette_derive",
11915]
11916
11917[[package]]
11918name = "palette_derive"
11919version = "0.7.6"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11922dependencies = [
11923 "by_address",
11924 "proc-macro2",
11925 "quote",
11926 "syn 2.0.117",
11927]
11928
11929[[package]]
11930name = "panel"
11931version = "0.1.0"
11932dependencies = [
11933 "gpui",
11934 "ui",
11935 "workspace",
11936]
11937
11938[[package]]
11939name = "parking"
11940version = "2.2.1"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11943
11944[[package]]
11945name = "parking_lot"
11946version = "0.12.5"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11949dependencies = [
11950 "lock_api",
11951 "parking_lot_core",
11952]
11953
11954[[package]]
11955name = "parking_lot_core"
11956version = "0.9.12"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11959dependencies = [
11960 "cfg-if",
11961 "libc",
11962 "redox_syscall 0.5.18",
11963 "smallvec",
11964 "windows-link 0.2.1",
11965]
11966
11967[[package]]
11968name = "parse_int"
11969version = "0.9.0"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11972dependencies = [
11973 "num-traits",
11974]
11975
11976[[package]]
11977name = "partial-json-fixer"
11978version = "0.5.3"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11981
11982[[package]]
11983name = "password-hash"
11984version = "0.4.2"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11987dependencies = [
11988 "base64ct",
11989 "rand_core 0.6.4",
11990 "subtle",
11991]
11992
11993[[package]]
11994name = "paste"
11995version = "1.0.15"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11998
11999[[package]]
12000name = "pathdiff"
12001version = "0.2.3"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12004
12005[[package]]
12006name = "pathfinder_geometry"
12007version = "0.5.1"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12010dependencies = [
12011 "log",
12012 "pathfinder_simd",
12013]
12014
12015[[package]]
12016name = "pathfinder_simd"
12017version = "0.5.5"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12020dependencies = [
12021 "rustc_version",
12022]
12023
12024[[package]]
12025name = "paths"
12026version = "0.1.0"
12027dependencies = [
12028 "dirs 4.0.0",
12029 "ignore",
12030 "util",
12031]
12032
12033[[package]]
12034name = "pbjson"
12035version = "0.6.0"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12038dependencies = [
12039 "base64 0.21.7",
12040 "serde",
12041]
12042
12043[[package]]
12044name = "pbjson-build"
12045version = "0.6.2"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12048dependencies = [
12049 "heck 0.4.1",
12050 "itertools 0.11.0",
12051 "prost 0.12.6",
12052 "prost-types 0.12.6",
12053]
12054
12055[[package]]
12056name = "pbjson-types"
12057version = "0.6.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12060dependencies = [
12061 "bytes 1.11.1",
12062 "chrono",
12063 "pbjson",
12064 "pbjson-build",
12065 "prost 0.12.6",
12066 "prost-build 0.12.6",
12067 "serde",
12068]
12069
12070[[package]]
12071name = "pbkdf2"
12072version = "0.11.0"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12075dependencies = [
12076 "digest",
12077 "hmac",
12078 "password-hash",
12079 "sha2",
12080]
12081
12082[[package]]
12083name = "pbkdf2"
12084version = "0.12.2"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12087dependencies = [
12088 "digest",
12089 "hmac",
12090]
12091
12092[[package]]
12093name = "pciid-parser"
12094version = "0.8.0"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12097
12098[[package]]
12099name = "peg"
12100version = "0.8.5"
12101source = "registry+https://github.com/rust-lang/crates.io-index"
12102checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12103dependencies = [
12104 "peg-macros",
12105 "peg-runtime",
12106]
12107
12108[[package]]
12109name = "peg-macros"
12110version = "0.8.5"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12113dependencies = [
12114 "peg-runtime",
12115 "proc-macro2",
12116 "quote",
12117]
12118
12119[[package]]
12120name = "peg-runtime"
12121version = "0.8.5"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12124
12125[[package]]
12126name = "pem"
12127version = "3.0.6"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12130dependencies = [
12131 "base64 0.22.1",
12132 "serde_core",
12133]
12134
12135[[package]]
12136name = "pem-rfc7468"
12137version = "0.7.0"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12140dependencies = [
12141 "base64ct",
12142]
12143
12144[[package]]
12145name = "percent-encoding"
12146version = "2.3.2"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12149
12150[[package]]
12151name = "perf"
12152version = "0.1.0"
12153dependencies = [
12154 "collections",
12155 "serde",
12156 "serde_json",
12157]
12158
12159[[package]]
12160name = "pest"
12161version = "2.8.3"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12164dependencies = [
12165 "memchr",
12166 "ucd-trie",
12167]
12168
12169[[package]]
12170name = "pest_derive"
12171version = "2.8.3"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12174dependencies = [
12175 "pest",
12176 "pest_generator",
12177]
12178
12179[[package]]
12180name = "pest_generator"
12181version = "2.8.3"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12184dependencies = [
12185 "pest",
12186 "pest_meta",
12187 "proc-macro2",
12188 "quote",
12189 "syn 2.0.117",
12190]
12191
12192[[package]]
12193name = "pest_meta"
12194version = "2.8.3"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12197dependencies = [
12198 "pest",
12199 "sha2",
12200]
12201
12202[[package]]
12203name = "pet"
12204version = "0.1.0"
12205source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12206dependencies = [
12207 "clap",
12208 "env_logger 0.10.2",
12209 "lazy_static",
12210 "log",
12211 "msvc_spectre_libs",
12212 "pet-conda",
12213 "pet-core",
12214 "pet-env-var-path",
12215 "pet-fs",
12216 "pet-global-virtualenvs",
12217 "pet-homebrew",
12218 "pet-jsonrpc",
12219 "pet-linux-global-python",
12220 "pet-mac-commandlinetools",
12221 "pet-mac-python-org",
12222 "pet-mac-xcode",
12223 "pet-pipenv",
12224 "pet-pixi",
12225 "pet-poetry",
12226 "pet-pyenv",
12227 "pet-python-utils",
12228 "pet-reporter",
12229 "pet-telemetry",
12230 "pet-uv",
12231 "pet-venv",
12232 "pet-virtualenv",
12233 "pet-virtualenvwrapper",
12234 "pet-windows-registry",
12235 "pet-windows-store",
12236 "pet-winpython",
12237 "serde",
12238 "serde_json",
12239 "tracing",
12240 "tracing-subscriber",
12241 "winresource",
12242]
12243
12244[[package]]
12245name = "pet-conda"
12246version = "0.1.0"
12247source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12248dependencies = [
12249 "env_logger 0.10.2",
12250 "lazy_static",
12251 "log",
12252 "msvc_spectre_libs",
12253 "pet-core",
12254 "pet-fs",
12255 "pet-python-utils",
12256 "pet-reporter",
12257 "rayon",
12258 "regex",
12259 "serde",
12260 "serde_json",
12261 "yaml-rust2",
12262]
12263
12264[[package]]
12265name = "pet-core"
12266version = "0.1.0"
12267source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12268dependencies = [
12269 "clap",
12270 "lazy_static",
12271 "log",
12272 "msvc_spectre_libs",
12273 "pet-fs",
12274 "regex",
12275 "serde",
12276 "serde_json",
12277]
12278
12279[[package]]
12280name = "pet-env-var-path"
12281version = "0.1.0"
12282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12283dependencies = [
12284 "lazy_static",
12285 "log",
12286 "msvc_spectre_libs",
12287 "pet-conda",
12288 "pet-core",
12289 "pet-fs",
12290 "pet-python-utils",
12291 "pet-virtualenv",
12292 "regex",
12293]
12294
12295[[package]]
12296name = "pet-fs"
12297version = "0.1.0"
12298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12299dependencies = [
12300 "glob",
12301 "log",
12302 "msvc_spectre_libs",
12303 "windows-sys 0.59.0",
12304]
12305
12306[[package]]
12307name = "pet-global-virtualenvs"
12308version = "0.1.0"
12309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12310dependencies = [
12311 "log",
12312 "msvc_spectre_libs",
12313 "pet-conda",
12314 "pet-core",
12315 "pet-fs",
12316 "pet-virtualenv",
12317]
12318
12319[[package]]
12320name = "pet-homebrew"
12321version = "0.1.0"
12322source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12323dependencies = [
12324 "lazy_static",
12325 "log",
12326 "msvc_spectre_libs",
12327 "pet-conda",
12328 "pet-core",
12329 "pet-fs",
12330 "pet-python-utils",
12331 "pet-virtualenv",
12332 "rayon",
12333 "regex",
12334 "serde",
12335 "serde_json",
12336]
12337
12338[[package]]
12339name = "pet-jsonrpc"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "env_logger 0.10.2",
12344 "log",
12345 "msvc_spectre_libs",
12346 "pet-core",
12347 "serde",
12348 "serde_json",
12349]
12350
12351[[package]]
12352name = "pet-linux-global-python"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "log",
12357 "msvc_spectre_libs",
12358 "pet-core",
12359 "pet-fs",
12360 "pet-python-utils",
12361 "pet-virtualenv",
12362]
12363
12364[[package]]
12365name = "pet-mac-commandlinetools"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-core",
12372 "pet-fs",
12373 "pet-python-utils",
12374 "pet-virtualenv",
12375]
12376
12377[[package]]
12378name = "pet-mac-python-org"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "log",
12383 "msvc_spectre_libs",
12384 "pet-core",
12385 "pet-fs",
12386 "pet-python-utils",
12387 "pet-virtualenv",
12388]
12389
12390[[package]]
12391name = "pet-mac-xcode"
12392version = "0.1.0"
12393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12394dependencies = [
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-core",
12398 "pet-fs",
12399 "pet-python-utils",
12400 "pet-virtualenv",
12401]
12402
12403[[package]]
12404name = "pet-pipenv"
12405version = "0.1.0"
12406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12407dependencies = [
12408 "lazy_static",
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-core",
12412 "pet-fs",
12413 "pet-python-utils",
12414 "pet-virtualenv",
12415 "regex",
12416]
12417
12418[[package]]
12419name = "pet-pixi"
12420version = "0.1.0"
12421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12422dependencies = [
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-conda",
12426 "pet-core",
12427 "pet-python-utils",
12428]
12429
12430[[package]]
12431name = "pet-poetry"
12432version = "0.1.0"
12433source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12434dependencies = [
12435 "base64 0.22.1",
12436 "lazy_static",
12437 "log",
12438 "msvc_spectre_libs",
12439 "pet-core",
12440 "pet-fs",
12441 "pet-python-utils",
12442 "pet-reporter",
12443 "pet-virtualenv",
12444 "regex",
12445 "serde",
12446 "serde_json",
12447 "sha2",
12448 "toml 0.8.23",
12449]
12450
12451[[package]]
12452name = "pet-pyenv"
12453version = "0.1.0"
12454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12455dependencies = [
12456 "lazy_static",
12457 "log",
12458 "msvc_spectre_libs",
12459 "pet-conda",
12460 "pet-core",
12461 "pet-fs",
12462 "pet-python-utils",
12463 "pet-reporter",
12464 "regex",
12465 "serde",
12466 "serde_json",
12467]
12468
12469[[package]]
12470name = "pet-python-utils"
12471version = "0.1.0"
12472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12473dependencies = [
12474 "env_logger 0.10.2",
12475 "lazy_static",
12476 "log",
12477 "msvc_spectre_libs",
12478 "pet-core",
12479 "pet-fs",
12480 "regex",
12481 "serde",
12482 "serde_json",
12483 "sha2",
12484]
12485
12486[[package]]
12487name = "pet-reporter"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "env_logger 0.10.2",
12492 "log",
12493 "msvc_spectre_libs",
12494 "pet-core",
12495 "pet-jsonrpc",
12496 "serde",
12497 "serde_json",
12498]
12499
12500[[package]]
12501name = "pet-telemetry"
12502version = "0.1.0"
12503source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12504dependencies = [
12505 "env_logger 0.10.2",
12506 "lazy_static",
12507 "log",
12508 "msvc_spectre_libs",
12509 "pet-core",
12510 "pet-fs",
12511 "pet-python-utils",
12512 "regex",
12513]
12514
12515[[package]]
12516name = "pet-uv"
12517version = "0.1.0"
12518source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12519dependencies = [
12520 "log",
12521 "pet-core",
12522 "pet-python-utils",
12523 "serde",
12524 "toml 0.9.8",
12525]
12526
12527[[package]]
12528name = "pet-venv"
12529version = "0.1.0"
12530source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12531dependencies = [
12532 "log",
12533 "msvc_spectre_libs",
12534 "pet-core",
12535 "pet-python-utils",
12536 "pet-virtualenv",
12537]
12538
12539[[package]]
12540name = "pet-virtualenv"
12541version = "0.1.0"
12542source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12543dependencies = [
12544 "log",
12545 "msvc_spectre_libs",
12546 "pet-core",
12547 "pet-fs",
12548 "pet-python-utils",
12549]
12550
12551[[package]]
12552name = "pet-virtualenvwrapper"
12553version = "0.1.0"
12554source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12555dependencies = [
12556 "log",
12557 "msvc_spectre_libs",
12558 "pet-core",
12559 "pet-fs",
12560 "pet-python-utils",
12561 "pet-virtualenv",
12562]
12563
12564[[package]]
12565name = "pet-windows-registry"
12566version = "0.1.0"
12567source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12568dependencies = [
12569 "lazy_static",
12570 "log",
12571 "msvc_spectre_libs",
12572 "pet-conda",
12573 "pet-core",
12574 "pet-fs",
12575 "pet-python-utils",
12576 "pet-virtualenv",
12577 "pet-windows-store",
12578 "regex",
12579 "winreg 0.55.0",
12580]
12581
12582[[package]]
12583name = "pet-windows-store"
12584version = "0.1.0"
12585source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12586dependencies = [
12587 "lazy_static",
12588 "log",
12589 "msvc_spectre_libs",
12590 "pet-core",
12591 "pet-fs",
12592 "pet-python-utils",
12593 "pet-virtualenv",
12594 "regex",
12595 "winreg 0.55.0",
12596]
12597
12598[[package]]
12599name = "pet-winpython"
12600version = "0.1.0"
12601source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12602dependencies = [
12603 "lazy_static",
12604 "log",
12605 "pet-core",
12606 "pet-fs",
12607 "pet-python-utils",
12608 "pet-virtualenv",
12609 "regex",
12610]
12611
12612[[package]]
12613name = "petgraph"
12614version = "0.6.5"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12617dependencies = [
12618 "fixedbitset 0.4.2",
12619 "indexmap",
12620]
12621
12622[[package]]
12623name = "pgvector"
12624version = "0.4.1"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12627dependencies = [
12628 "serde",
12629]
12630
12631[[package]]
12632name = "phf"
12633version = "0.11.3"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12636dependencies = [
12637 "phf_macros 0.11.3",
12638 "phf_shared 0.11.3",
12639]
12640
12641[[package]]
12642name = "phf"
12643version = "0.12.1"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12646dependencies = [
12647 "phf_macros 0.12.1",
12648 "phf_shared 0.12.1",
12649]
12650
12651[[package]]
12652name = "phf_codegen"
12653version = "0.11.3"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12656dependencies = [
12657 "phf_generator 0.11.3",
12658 "phf_shared 0.11.3",
12659]
12660
12661[[package]]
12662name = "phf_generator"
12663version = "0.11.3"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12666dependencies = [
12667 "phf_shared 0.11.3",
12668 "rand 0.8.5",
12669]
12670
12671[[package]]
12672name = "phf_generator"
12673version = "0.12.1"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12676dependencies = [
12677 "fastrand 2.3.0",
12678 "phf_shared 0.12.1",
12679]
12680
12681[[package]]
12682name = "phf_macros"
12683version = "0.11.3"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12686dependencies = [
12687 "phf_generator 0.11.3",
12688 "phf_shared 0.11.3",
12689 "proc-macro2",
12690 "quote",
12691 "syn 2.0.117",
12692]
12693
12694[[package]]
12695name = "phf_macros"
12696version = "0.12.1"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12699dependencies = [
12700 "phf_generator 0.12.1",
12701 "phf_shared 0.12.1",
12702 "proc-macro2",
12703 "quote",
12704 "syn 2.0.117",
12705]
12706
12707[[package]]
12708name = "phf_shared"
12709version = "0.11.3"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12712dependencies = [
12713 "siphasher 1.0.1",
12714]
12715
12716[[package]]
12717name = "phf_shared"
12718version = "0.12.1"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12721dependencies = [
12722 "siphasher 1.0.1",
12723]
12724
12725[[package]]
12726name = "picker"
12727version = "0.1.0"
12728dependencies = [
12729 "anyhow",
12730 "editor",
12731 "gpui",
12732 "menu",
12733 "schemars",
12734 "serde",
12735 "settings",
12736 "theme",
12737 "ui",
12738 "ui_input",
12739 "workspace",
12740 "zed_actions",
12741]
12742
12743[[package]]
12744name = "pico-args"
12745version = "0.5.0"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12748
12749[[package]]
12750name = "pin-project"
12751version = "1.1.10"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12754dependencies = [
12755 "pin-project-internal",
12756]
12757
12758[[package]]
12759name = "pin-project-internal"
12760version = "1.1.10"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12763dependencies = [
12764 "proc-macro2",
12765 "quote",
12766 "syn 2.0.117",
12767]
12768
12769[[package]]
12770name = "pin-project-lite"
12771version = "0.2.16"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12774
12775[[package]]
12776name = "pin-utils"
12777version = "0.1.0"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12780
12781[[package]]
12782name = "piper"
12783version = "0.2.4"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12786dependencies = [
12787 "atomic-waker",
12788 "fastrand 2.3.0",
12789 "futures-io",
12790]
12791
12792[[package]]
12793name = "pkcs1"
12794version = "0.7.5"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12797dependencies = [
12798 "der 0.7.10",
12799 "pkcs8 0.10.2",
12800 "spki 0.7.3",
12801]
12802
12803[[package]]
12804name = "pkcs8"
12805version = "0.9.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12808dependencies = [
12809 "der 0.6.1",
12810 "spki 0.6.0",
12811]
12812
12813[[package]]
12814name = "pkcs8"
12815version = "0.10.2"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12818dependencies = [
12819 "der 0.7.10",
12820 "spki 0.7.3",
12821]
12822
12823[[package]]
12824name = "pkg-config"
12825version = "0.3.32"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12828
12829[[package]]
12830name = "plain"
12831version = "0.2.3"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12834
12835[[package]]
12836name = "platform_title_bar"
12837version = "0.1.0"
12838dependencies = [
12839 "feature_flags",
12840 "gpui",
12841 "project",
12842 "settings",
12843 "smallvec",
12844 "theme",
12845 "ui",
12846 "windows 0.61.3",
12847 "workspace",
12848 "zed_actions",
12849]
12850
12851[[package]]
12852name = "plist"
12853version = "1.8.0"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12856dependencies = [
12857 "base64 0.22.1",
12858 "indexmap",
12859 "quick-xml 0.38.3",
12860 "serde",
12861 "time",
12862]
12863
12864[[package]]
12865name = "plotters"
12866version = "0.3.7"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12869dependencies = [
12870 "num-traits",
12871 "plotters-backend",
12872 "plotters-svg",
12873 "wasm-bindgen",
12874 "web-sys",
12875]
12876
12877[[package]]
12878name = "plotters-backend"
12879version = "0.3.7"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12882
12883[[package]]
12884name = "plotters-svg"
12885version = "0.3.7"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12888dependencies = [
12889 "plotters-backend",
12890]
12891
12892[[package]]
12893name = "png"
12894version = "0.17.16"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12897dependencies = [
12898 "bitflags 1.3.2",
12899 "crc32fast",
12900 "fdeflate",
12901 "flate2",
12902 "miniz_oxide",
12903]
12904
12905[[package]]
12906name = "png"
12907version = "0.18.0"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12910dependencies = [
12911 "bitflags 2.10.0",
12912 "crc32fast",
12913 "fdeflate",
12914 "flate2",
12915 "miniz_oxide",
12916]
12917
12918[[package]]
12919name = "polling"
12920version = "3.11.0"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12923dependencies = [
12924 "cfg-if",
12925 "concurrent-queue",
12926 "hermit-abi",
12927 "pin-project-lite",
12928 "rustix 1.1.2",
12929 "windows-sys 0.61.2",
12930]
12931
12932[[package]]
12933name = "pollster"
12934version = "0.2.5"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12937
12938[[package]]
12939name = "pollster"
12940version = "0.4.0"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12943
12944[[package]]
12945name = "pori"
12946version = "0.0.0"
12947source = "registry+https://github.com/rust-lang/crates.io-index"
12948checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12949dependencies = [
12950 "nom 7.1.3",
12951]
12952
12953[[package]]
12954name = "portable-atomic"
12955version = "1.11.1"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12958
12959[[package]]
12960name = "portable-atomic-util"
12961version = "0.2.4"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12964dependencies = [
12965 "portable-atomic",
12966]
12967
12968[[package]]
12969name = "portable-pty"
12970version = "0.9.0"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12973dependencies = [
12974 "anyhow",
12975 "bitflags 1.3.2",
12976 "downcast-rs",
12977 "filedescriptor",
12978 "lazy_static",
12979 "libc",
12980 "log",
12981 "nix 0.28.0",
12982 "serial2",
12983 "shared_library",
12984 "shell-words",
12985 "winapi",
12986 "winreg 0.10.1",
12987]
12988
12989[[package]]
12990name = "postage"
12991version = "0.5.0"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12994dependencies = [
12995 "atomic",
12996 "crossbeam-queue",
12997 "futures 0.3.31",
12998 "log",
12999 "parking_lot",
13000 "pin-project",
13001 "pollster 0.2.5",
13002 "static_assertions",
13003 "thiserror 1.0.69",
13004]
13005
13006[[package]]
13007name = "postcard"
13008version = "1.1.3"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13011dependencies = [
13012 "cobs",
13013 "embedded-io 0.4.0",
13014 "embedded-io 0.6.1",
13015 "serde",
13016]
13017
13018[[package]]
13019name = "potential_utf"
13020version = "0.1.3"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13023dependencies = [
13024 "zerovec",
13025]
13026
13027[[package]]
13028name = "powerfmt"
13029version = "0.2.0"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13032
13033[[package]]
13034name = "ppv-lite86"
13035version = "0.2.21"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13038dependencies = [
13039 "zerocopy",
13040]
13041
13042[[package]]
13043name = "precomputed-hash"
13044version = "0.1.1"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13047
13048[[package]]
13049name = "presser"
13050version = "0.3.1"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13053
13054[[package]]
13055name = "prettier"
13056version = "0.1.0"
13057dependencies = [
13058 "anyhow",
13059 "collections",
13060 "fs",
13061 "gpui",
13062 "language",
13063 "log",
13064 "lsp",
13065 "node_runtime",
13066 "parking_lot",
13067 "paths",
13068 "serde",
13069 "serde_json",
13070 "util",
13071]
13072
13073[[package]]
13074name = "pretty_assertions"
13075version = "1.4.1"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13078dependencies = [
13079 "diff",
13080 "yansi",
13081]
13082
13083[[package]]
13084name = "prettyplease"
13085version = "0.2.37"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13088dependencies = [
13089 "proc-macro2",
13090 "syn 2.0.117",
13091]
13092
13093[[package]]
13094name = "primal-check"
13095version = "0.3.4"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13098dependencies = [
13099 "num-integer",
13100]
13101
13102[[package]]
13103name = "proc-macro-crate"
13104version = "3.4.0"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13107dependencies = [
13108 "toml_edit 0.23.7",
13109]
13110
13111[[package]]
13112name = "proc-macro-error"
13113version = "1.0.4"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13116dependencies = [
13117 "proc-macro-error-attr",
13118 "proc-macro2",
13119 "quote",
13120 "syn 1.0.109",
13121 "version_check",
13122]
13123
13124[[package]]
13125name = "proc-macro-error-attr"
13126version = "1.0.4"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13129dependencies = [
13130 "proc-macro2",
13131 "quote",
13132 "version_check",
13133]
13134
13135[[package]]
13136name = "proc-macro-error-attr2"
13137version = "2.0.0"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13140dependencies = [
13141 "proc-macro2",
13142 "quote",
13143]
13144
13145[[package]]
13146name = "proc-macro-error2"
13147version = "2.0.1"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13150dependencies = [
13151 "proc-macro-error-attr2",
13152 "proc-macro2",
13153 "quote",
13154 "syn 2.0.117",
13155]
13156
13157[[package]]
13158name = "proc-macro2"
13159version = "1.0.101"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13162dependencies = [
13163 "unicode-ident",
13164]
13165
13166[[package]]
13167name = "proc-macro2-diagnostics"
13168version = "0.10.1"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13171dependencies = [
13172 "proc-macro2",
13173 "quote",
13174 "syn 2.0.117",
13175 "version_check",
13176 "yansi",
13177]
13178
13179[[package]]
13180name = "procfs-core"
13181version = "0.17.0"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13184dependencies = [
13185 "bitflags 2.10.0",
13186 "hex",
13187 "serde",
13188]
13189
13190[[package]]
13191name = "profiling"
13192version = "1.0.17"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13195dependencies = [
13196 "profiling-procmacros",
13197]
13198
13199[[package]]
13200name = "profiling-procmacros"
13201version = "1.0.17"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13204dependencies = [
13205 "quote",
13206 "syn 2.0.117",
13207]
13208
13209[[package]]
13210name = "project"
13211version = "0.1.0"
13212dependencies = [
13213 "aho-corasick",
13214 "anyhow",
13215 "askpass",
13216 "async-trait",
13217 "base64 0.22.1",
13218 "buffer_diff",
13219 "circular-buffer",
13220 "client",
13221 "clock",
13222 "collections",
13223 "context_server",
13224 "credentials_provider",
13225 "dap",
13226 "encoding_rs",
13227 "extension",
13228 "fancy-regex 0.17.0",
13229 "fs",
13230 "futures 0.3.31",
13231 "fuzzy",
13232 "git",
13233 "git2",
13234 "git_hosting_providers",
13235 "globset",
13236 "gpui",
13237 "http_client",
13238 "image",
13239 "indexmap",
13240 "itertools 0.14.0",
13241 "language",
13242 "log",
13243 "lsp",
13244 "markdown",
13245 "node_runtime",
13246 "parking_lot",
13247 "paths",
13248 "percent-encoding",
13249 "postage",
13250 "prettier",
13251 "pretty_assertions",
13252 "project",
13253 "rand 0.9.2",
13254 "regex",
13255 "release_channel",
13256 "remote",
13257 "rpc",
13258 "schemars",
13259 "semver",
13260 "serde",
13261 "serde_json",
13262 "settings",
13263 "sha2",
13264 "shellexpand 2.1.2",
13265 "smallvec",
13266 "smol",
13267 "snippet",
13268 "snippet_provider",
13269 "sum_tree",
13270 "task",
13271 "tempfile",
13272 "terminal",
13273 "text",
13274 "toml 0.8.23",
13275 "tracing",
13276 "unindent",
13277 "url",
13278 "util",
13279 "watch",
13280 "wax",
13281 "which 6.0.3",
13282 "worktree",
13283 "zeroize",
13284 "zlog",
13285 "ztracing",
13286]
13287
13288[[package]]
13289name = "project_benchmarks"
13290version = "0.1.0"
13291dependencies = [
13292 "anyhow",
13293 "askpass",
13294 "clap",
13295 "client",
13296 "futures 0.3.31",
13297 "gpui",
13298 "gpui_platform",
13299 "http_client",
13300 "language",
13301 "node_runtime",
13302 "project",
13303 "release_channel",
13304 "remote",
13305 "rpassword",
13306 "semver",
13307 "settings",
13308 "watch",
13309]
13310
13311[[package]]
13312name = "project_panel"
13313version = "0.1.0"
13314dependencies = [
13315 "anyhow",
13316 "client",
13317 "collections",
13318 "command_palette_hooks",
13319 "criterion",
13320 "editor",
13321 "feature_flags",
13322 "file_icons",
13323 "git",
13324 "git_ui",
13325 "gpui",
13326 "itertools 0.14.0",
13327 "language",
13328 "menu",
13329 "notifications",
13330 "pretty_assertions",
13331 "project",
13332 "rayon",
13333 "remote_connection",
13334 "schemars",
13335 "search",
13336 "serde",
13337 "serde_json",
13338 "settings",
13339 "smallvec",
13340 "telemetry",
13341 "tempfile",
13342 "theme",
13343 "ui",
13344 "util",
13345 "workspace",
13346 "worktree",
13347 "zed_actions",
13348]
13349
13350[[package]]
13351name = "project_symbols"
13352version = "0.1.0"
13353dependencies = [
13354 "anyhow",
13355 "editor",
13356 "futures 0.3.31",
13357 "fuzzy",
13358 "gpui",
13359 "language",
13360 "lsp",
13361 "ordered-float 2.10.1",
13362 "picker",
13363 "project",
13364 "release_channel",
13365 "semver",
13366 "serde_json",
13367 "settings",
13368 "theme",
13369 "util",
13370 "workspace",
13371]
13372
13373[[package]]
13374name = "prometheus"
13375version = "0.14.0"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13378dependencies = [
13379 "cfg-if",
13380 "fnv",
13381 "lazy_static",
13382 "memchr",
13383 "parking_lot",
13384 "protobuf",
13385 "thiserror 2.0.17",
13386]
13387
13388[[package]]
13389name = "prompt_store"
13390version = "0.1.0"
13391dependencies = [
13392 "anyhow",
13393 "assets",
13394 "chrono",
13395 "collections",
13396 "fs",
13397 "futures 0.3.31",
13398 "fuzzy",
13399 "gpui",
13400 "handlebars 4.5.0",
13401 "heed",
13402 "language",
13403 "log",
13404 "parking_lot",
13405 "paths",
13406 "rope",
13407 "serde",
13408 "strum 0.27.2",
13409 "tempfile",
13410 "text",
13411 "util",
13412 "uuid",
13413]
13414
13415[[package]]
13416name = "proptest"
13417version = "1.10.0"
13418source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13419dependencies = [
13420 "bit-set 0.8.0",
13421 "bit-vec 0.8.0",
13422 "bitflags 2.10.0",
13423 "num-traits",
13424 "proptest-macro",
13425 "rand 0.9.2",
13426 "rand_chacha 0.9.0",
13427 "rand_xorshift",
13428 "regex-syntax",
13429 "rusty-fork",
13430 "tempfile",
13431 "unarray",
13432]
13433
13434[[package]]
13435name = "proptest-derive"
13436version = "0.8.0"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13439dependencies = [
13440 "proc-macro2",
13441 "quote",
13442 "syn 2.0.117",
13443]
13444
13445[[package]]
13446name = "proptest-macro"
13447version = "0.5.0"
13448source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13449dependencies = [
13450 "convert_case 0.11.0",
13451 "proc-macro2",
13452 "quote",
13453 "syn 2.0.117",
13454]
13455
13456[[package]]
13457name = "prost"
13458version = "0.9.0"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13461dependencies = [
13462 "bytes 1.11.1",
13463 "prost-derive 0.9.0",
13464]
13465
13466[[package]]
13467name = "prost"
13468version = "0.12.6"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13471dependencies = [
13472 "bytes 1.11.1",
13473 "prost-derive 0.12.6",
13474]
13475
13476[[package]]
13477name = "prost-build"
13478version = "0.9.0"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13481dependencies = [
13482 "bytes 1.11.1",
13483 "heck 0.3.3",
13484 "itertools 0.10.5",
13485 "lazy_static",
13486 "log",
13487 "multimap",
13488 "petgraph",
13489 "prost 0.9.0",
13490 "prost-types 0.9.0",
13491 "regex",
13492 "tempfile",
13493 "which 4.4.2",
13494]
13495
13496[[package]]
13497name = "prost-build"
13498version = "0.12.6"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13501dependencies = [
13502 "bytes 1.11.1",
13503 "heck 0.5.0",
13504 "itertools 0.12.1",
13505 "log",
13506 "multimap",
13507 "once_cell",
13508 "petgraph",
13509 "prettyplease",
13510 "prost 0.12.6",
13511 "prost-types 0.12.6",
13512 "regex",
13513 "syn 2.0.117",
13514 "tempfile",
13515]
13516
13517[[package]]
13518name = "prost-derive"
13519version = "0.9.0"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13522dependencies = [
13523 "anyhow",
13524 "itertools 0.10.5",
13525 "proc-macro2",
13526 "quote",
13527 "syn 1.0.109",
13528]
13529
13530[[package]]
13531name = "prost-derive"
13532version = "0.12.6"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13535dependencies = [
13536 "anyhow",
13537 "itertools 0.12.1",
13538 "proc-macro2",
13539 "quote",
13540 "syn 2.0.117",
13541]
13542
13543[[package]]
13544name = "prost-types"
13545version = "0.9.0"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13548dependencies = [
13549 "bytes 1.11.1",
13550 "prost 0.9.0",
13551]
13552
13553[[package]]
13554name = "prost-types"
13555version = "0.12.6"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13558dependencies = [
13559 "prost 0.12.6",
13560]
13561
13562[[package]]
13563name = "proto"
13564version = "0.1.0"
13565dependencies = [
13566 "anyhow",
13567 "prost 0.9.0",
13568 "prost-build 0.9.0",
13569 "serde",
13570]
13571
13572[[package]]
13573name = "protobuf"
13574version = "3.7.2"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13577dependencies = [
13578 "once_cell",
13579 "protobuf-support",
13580 "thiserror 1.0.69",
13581]
13582
13583[[package]]
13584name = "protobuf-support"
13585version = "3.7.2"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13588dependencies = [
13589 "thiserror 1.0.69",
13590]
13591
13592[[package]]
13593name = "psm"
13594version = "0.1.30"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13597dependencies = [
13598 "ar_archive_writer",
13599 "cc",
13600]
13601
13602[[package]]
13603name = "ptr_meta"
13604version = "0.1.4"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13607dependencies = [
13608 "ptr_meta_derive",
13609]
13610
13611[[package]]
13612name = "ptr_meta_derive"
13613version = "0.1.4"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13616dependencies = [
13617 "proc-macro2",
13618 "quote",
13619 "syn 1.0.109",
13620]
13621
13622[[package]]
13623name = "pulldown-cmark"
13624version = "0.10.3"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13627dependencies = [
13628 "bitflags 2.10.0",
13629 "memchr",
13630 "pulldown-cmark-escape",
13631 "unicase",
13632]
13633
13634[[package]]
13635name = "pulldown-cmark"
13636version = "0.13.0"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13639dependencies = [
13640 "bitflags 2.10.0",
13641 "memchr",
13642 "unicase",
13643]
13644
13645[[package]]
13646name = "pulldown-cmark-escape"
13647version = "0.10.1"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13650
13651[[package]]
13652name = "pulley-interpreter"
13653version = "33.0.2"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13656dependencies = [
13657 "cranelift-bitset",
13658 "log",
13659 "wasmtime-math",
13660]
13661
13662[[package]]
13663name = "pulp"
13664version = "0.18.22"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13667dependencies = [
13668 "bytemuck",
13669 "libm",
13670 "num-complex",
13671 "reborrow",
13672]
13673
13674[[package]]
13675name = "pulp"
13676version = "0.21.5"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13679dependencies = [
13680 "bytemuck",
13681 "cfg-if",
13682 "libm",
13683 "num-complex",
13684 "reborrow",
13685 "version_check",
13686]
13687
13688[[package]]
13689name = "pxfm"
13690version = "0.1.25"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13693dependencies = [
13694 "num-traits",
13695]
13696
13697[[package]]
13698name = "qoi"
13699version = "0.4.1"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13702dependencies = [
13703 "bytemuck",
13704]
13705
13706[[package]]
13707name = "quick-error"
13708version = "1.2.3"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13711
13712[[package]]
13713name = "quick-error"
13714version = "2.0.1"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13717
13718[[package]]
13719name = "quick-xml"
13720version = "0.30.0"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13723dependencies = [
13724 "memchr",
13725]
13726
13727[[package]]
13728name = "quick-xml"
13729version = "0.37.5"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13732dependencies = [
13733 "memchr",
13734]
13735
13736[[package]]
13737name = "quick-xml"
13738version = "0.38.3"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13741dependencies = [
13742 "memchr",
13743]
13744
13745[[package]]
13746name = "quinn"
13747version = "0.11.9"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13750dependencies = [
13751 "bytes 1.11.1",
13752 "cfg_aliases 0.2.1",
13753 "pin-project-lite",
13754 "quinn-proto",
13755 "quinn-udp",
13756 "rustc-hash 2.1.1",
13757 "rustls 0.23.33",
13758 "socket2 0.6.1",
13759 "thiserror 2.0.17",
13760 "tokio",
13761 "tracing",
13762 "web-time",
13763]
13764
13765[[package]]
13766name = "quinn-proto"
13767version = "0.11.13"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13770dependencies = [
13771 "bytes 1.11.1",
13772 "getrandom 0.3.4",
13773 "lru-slab",
13774 "rand 0.9.2",
13775 "ring",
13776 "rustc-hash 2.1.1",
13777 "rustls 0.23.33",
13778 "rustls-pki-types",
13779 "slab",
13780 "thiserror 2.0.17",
13781 "tinyvec",
13782 "tracing",
13783 "web-time",
13784]
13785
13786[[package]]
13787name = "quinn-udp"
13788version = "0.5.14"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13791dependencies = [
13792 "cfg_aliases 0.2.1",
13793 "libc",
13794 "once_cell",
13795 "socket2 0.6.1",
13796 "tracing",
13797 "windows-sys 0.60.2",
13798]
13799
13800[[package]]
13801name = "quote"
13802version = "1.0.41"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13805dependencies = [
13806 "proc-macro2",
13807]
13808
13809[[package]]
13810name = "r-efi"
13811version = "5.3.0"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13814
13815[[package]]
13816name = "radium"
13817version = "0.7.0"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13820
13821[[package]]
13822name = "rand"
13823version = "0.3.23"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13826dependencies = [
13827 "libc",
13828 "rand 0.4.6",
13829]
13830
13831[[package]]
13832name = "rand"
13833version = "0.4.6"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13836dependencies = [
13837 "fuchsia-cprng",
13838 "libc",
13839 "rand_core 0.3.1",
13840 "rdrand",
13841 "winapi",
13842]
13843
13844[[package]]
13845name = "rand"
13846version = "0.8.5"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13849dependencies = [
13850 "libc",
13851 "rand_chacha 0.3.1",
13852 "rand_core 0.6.4",
13853]
13854
13855[[package]]
13856name = "rand"
13857version = "0.9.2"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13860dependencies = [
13861 "rand_chacha 0.9.0",
13862 "rand_core 0.9.3",
13863]
13864
13865[[package]]
13866name = "rand_chacha"
13867version = "0.3.1"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13870dependencies = [
13871 "ppv-lite86",
13872 "rand_core 0.6.4",
13873]
13874
13875[[package]]
13876name = "rand_chacha"
13877version = "0.9.0"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13880dependencies = [
13881 "ppv-lite86",
13882 "rand_core 0.9.3",
13883]
13884
13885[[package]]
13886name = "rand_core"
13887version = "0.3.1"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13890dependencies = [
13891 "rand_core 0.4.2",
13892]
13893
13894[[package]]
13895name = "rand_core"
13896version = "0.4.2"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13899
13900[[package]]
13901name = "rand_core"
13902version = "0.6.4"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13905dependencies = [
13906 "getrandom 0.2.16",
13907]
13908
13909[[package]]
13910name = "rand_core"
13911version = "0.9.3"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13914dependencies = [
13915 "getrandom 0.3.4",
13916]
13917
13918[[package]]
13919name = "rand_distr"
13920version = "0.5.1"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13923dependencies = [
13924 "num-traits",
13925 "rand 0.9.2",
13926]
13927
13928[[package]]
13929name = "rand_pcg"
13930version = "0.3.1"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13933dependencies = [
13934 "rand_core 0.6.4",
13935]
13936
13937[[package]]
13938name = "rand_xorshift"
13939version = "0.4.0"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13942dependencies = [
13943 "rand_core 0.9.3",
13944]
13945
13946[[package]]
13947name = "random_choice"
13948version = "0.3.2"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13951dependencies = [
13952 "rand 0.3.23",
13953]
13954
13955[[package]]
13956name = "range-alloc"
13957version = "0.1.4"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13960
13961[[package]]
13962name = "range-map"
13963version = "0.2.0"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13966dependencies = [
13967 "num-traits",
13968]
13969
13970[[package]]
13971name = "rangemap"
13972version = "1.7.1"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13975
13976[[package]]
13977name = "rav1e"
13978version = "0.7.1"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13981dependencies = [
13982 "arbitrary",
13983 "arg_enum_proc_macro",
13984 "arrayvec",
13985 "av1-grain",
13986 "bitstream-io",
13987 "built",
13988 "cfg-if",
13989 "interpolate_name",
13990 "itertools 0.12.1",
13991 "libc",
13992 "libfuzzer-sys",
13993 "log",
13994 "maybe-rayon",
13995 "new_debug_unreachable",
13996 "noop_proc_macro",
13997 "num-derive",
13998 "num-traits",
13999 "once_cell",
14000 "paste",
14001 "profiling",
14002 "rand 0.8.5",
14003 "rand_chacha 0.3.1",
14004 "simd_helpers",
14005 "system-deps 6.2.2",
14006 "thiserror 1.0.69",
14007 "v_frame",
14008 "wasm-bindgen",
14009]
14010
14011[[package]]
14012name = "ravif"
14013version = "0.11.20"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14016dependencies = [
14017 "avif-serialize",
14018 "imgref",
14019 "loop9",
14020 "quick-error 2.0.1",
14021 "rav1e",
14022 "rayon",
14023 "rgb",
14024]
14025
14026[[package]]
14027name = "raw-cpuid"
14028version = "10.7.0"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14031dependencies = [
14032 "bitflags 1.3.2",
14033]
14034
14035[[package]]
14036name = "raw-cpuid"
14037version = "11.6.0"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14040dependencies = [
14041 "bitflags 2.10.0",
14042]
14043
14044[[package]]
14045name = "raw-window-handle"
14046version = "0.6.2"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14049
14050[[package]]
14051name = "raw-window-metal"
14052version = "1.1.0"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14055dependencies = [
14056 "objc2",
14057 "objc2-core-foundation",
14058 "objc2-foundation",
14059 "objc2-quartz-core",
14060]
14061
14062[[package]]
14063name = "rayon"
14064version = "1.11.0"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14067dependencies = [
14068 "either",
14069 "rayon-core",
14070]
14071
14072[[package]]
14073name = "rayon-core"
14074version = "1.13.0"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14077dependencies = [
14078 "crossbeam-deque",
14079 "crossbeam-utils",
14080]
14081
14082[[package]]
14083name = "rdrand"
14084version = "0.4.0"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14087dependencies = [
14088 "rand_core 0.3.1",
14089]
14090
14091[[package]]
14092name = "read-fonts"
14093version = "0.35.0"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14096dependencies = [
14097 "bytemuck",
14098 "font-types 0.10.0",
14099]
14100
14101[[package]]
14102name = "read-fonts"
14103version = "0.37.0"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14106dependencies = [
14107 "bytemuck",
14108 "core_maths",
14109 "font-types 0.11.0",
14110]
14111
14112[[package]]
14113name = "realfft"
14114version = "3.5.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14117dependencies = [
14118 "rustfft",
14119]
14120
14121[[package]]
14122name = "reborrow"
14123version = "0.5.5"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14126
14127[[package]]
14128name = "recent_projects"
14129version = "0.1.0"
14130dependencies = [
14131 "anyhow",
14132 "askpass",
14133 "chrono",
14134 "db",
14135 "dev_container",
14136 "editor",
14137 "extension",
14138 "extension_host",
14139 "fs",
14140 "futures 0.3.31",
14141 "fuzzy",
14142 "gpui",
14143 "http_client",
14144 "indoc",
14145 "language",
14146 "log",
14147 "menu",
14148 "node_runtime",
14149 "open_path_prompt",
14150 "ordered-float 2.10.1",
14151 "paths",
14152 "picker",
14153 "project",
14154 "release_channel",
14155 "remote",
14156 "remote_connection",
14157 "remote_server",
14158 "semver",
14159 "serde",
14160 "serde_json",
14161 "settings",
14162 "smol",
14163 "task",
14164 "telemetry",
14165 "ui",
14166 "ui_input",
14167 "util",
14168 "windows-registry 0.6.1",
14169 "workspace",
14170 "worktree",
14171 "zed_actions",
14172]
14173
14174[[package]]
14175name = "redox_syscall"
14176version = "0.2.16"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14179dependencies = [
14180 "bitflags 1.3.2",
14181]
14182
14183[[package]]
14184name = "redox_syscall"
14185version = "0.5.18"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14188dependencies = [
14189 "bitflags 2.10.0",
14190]
14191
14192[[package]]
14193name = "redox_users"
14194version = "0.4.6"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14197dependencies = [
14198 "getrandom 0.2.16",
14199 "libredox",
14200 "thiserror 1.0.69",
14201]
14202
14203[[package]]
14204name = "redox_users"
14205version = "0.5.2"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14208dependencies = [
14209 "getrandom 0.2.16",
14210 "libredox",
14211 "thiserror 2.0.17",
14212]
14213
14214[[package]]
14215name = "ref-cast"
14216version = "1.0.25"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14219dependencies = [
14220 "ref-cast-impl",
14221]
14222
14223[[package]]
14224name = "ref-cast-impl"
14225version = "1.0.25"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14228dependencies = [
14229 "proc-macro2",
14230 "quote",
14231 "syn 2.0.117",
14232]
14233
14234[[package]]
14235name = "referencing"
14236version = "0.37.4"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14239dependencies = [
14240 "ahash 0.8.12",
14241 "fluent-uri",
14242 "getrandom 0.3.4",
14243 "hashbrown 0.16.1",
14244 "parking_lot",
14245 "percent-encoding",
14246 "serde_json",
14247]
14248
14249[[package]]
14250name = "refineable"
14251version = "0.1.0"
14252dependencies = [
14253 "derive_refineable",
14254]
14255
14256[[package]]
14257name = "regalloc2"
14258version = "0.12.2"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14261dependencies = [
14262 "allocator-api2",
14263 "bumpalo",
14264 "hashbrown 0.15.5",
14265 "log",
14266 "rustc-hash 2.1.1",
14267 "serde",
14268 "smallvec",
14269]
14270
14271[[package]]
14272name = "regex"
14273version = "1.12.2"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14276dependencies = [
14277 "aho-corasick",
14278 "memchr",
14279 "regex-automata",
14280 "regex-syntax",
14281]
14282
14283[[package]]
14284name = "regex-automata"
14285version = "0.4.13"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14288dependencies = [
14289 "aho-corasick",
14290 "memchr",
14291 "regex-syntax",
14292]
14293
14294[[package]]
14295name = "regex-lite"
14296version = "0.1.8"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14299
14300[[package]]
14301name = "regex-syntax"
14302version = "0.8.8"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14305
14306[[package]]
14307name = "release_channel"
14308version = "0.1.0"
14309dependencies = [
14310 "gpui",
14311 "semver",
14312]
14313
14314[[package]]
14315name = "remote"
14316version = "0.1.0"
14317dependencies = [
14318 "anyhow",
14319 "askpass",
14320 "async-trait",
14321 "base64 0.22.1",
14322 "collections",
14323 "fs",
14324 "futures 0.3.31",
14325 "gpui",
14326 "log",
14327 "parking_lot",
14328 "paths",
14329 "prost 0.9.0",
14330 "release_channel",
14331 "rpc",
14332 "schemars",
14333 "semver",
14334 "serde",
14335 "serde_json",
14336 "settings",
14337 "smol",
14338 "tempfile",
14339 "thiserror 2.0.17",
14340 "urlencoding",
14341 "util",
14342 "which 6.0.3",
14343]
14344
14345[[package]]
14346name = "remote_connection"
14347version = "0.1.0"
14348dependencies = [
14349 "anyhow",
14350 "askpass",
14351 "auto_update",
14352 "futures 0.3.31",
14353 "gpui",
14354 "log",
14355 "markdown",
14356 "menu",
14357 "release_channel",
14358 "remote",
14359 "semver",
14360 "settings",
14361 "theme",
14362 "ui",
14363 "ui_input",
14364 "workspace",
14365]
14366
14367[[package]]
14368name = "remote_server"
14369version = "0.1.0"
14370dependencies = [
14371 "action_log",
14372 "agent",
14373 "anyhow",
14374 "askpass",
14375 "cargo_toml",
14376 "clap",
14377 "client",
14378 "clock",
14379 "collections",
14380 "crash-handler",
14381 "crashes",
14382 "dap_adapters",
14383 "debug_adapter_extension",
14384 "editor",
14385 "env_logger 0.11.8",
14386 "extension",
14387 "extension_host",
14388 "fork",
14389 "fs",
14390 "futures 0.3.31",
14391 "git",
14392 "git2",
14393 "git_hosting_providers",
14394 "gpui",
14395 "gpui_platform",
14396 "gpui_tokio",
14397 "http_client",
14398 "image",
14399 "json_schema_store",
14400 "language",
14401 "language_extension",
14402 "language_model",
14403 "languages",
14404 "libc",
14405 "log",
14406 "lsp",
14407 "minidumper",
14408 "net",
14409 "node_runtime",
14410 "paths",
14411 "pretty_assertions",
14412 "project",
14413 "proto",
14414 "rayon",
14415 "release_channel",
14416 "remote",
14417 "reqwest_client",
14418 "rpc",
14419 "rust-embed",
14420 "semver",
14421 "serde",
14422 "serde_json",
14423 "settings",
14424 "shellexpand 2.1.2",
14425 "smol",
14426 "sysinfo 0.37.2",
14427 "task",
14428 "theme",
14429 "thiserror 2.0.17",
14430 "toml 0.8.23",
14431 "unindent",
14432 "util",
14433 "uuid",
14434 "watch",
14435 "windows 0.61.3",
14436 "worktree",
14437 "zlog",
14438]
14439
14440[[package]]
14441name = "rend"
14442version = "0.4.2"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14445dependencies = [
14446 "bytecheck",
14447]
14448
14449[[package]]
14450name = "renderdoc-sys"
14451version = "1.1.0"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14454
14455[[package]]
14456name = "repl"
14457version = "0.1.0"
14458dependencies = [
14459 "alacritty_terminal",
14460 "anyhow",
14461 "async-dispatcher",
14462 "async-task",
14463 "async-tungstenite",
14464 "base64 0.22.1",
14465 "client",
14466 "collections",
14467 "command_palette_hooks",
14468 "editor",
14469 "feature_flags",
14470 "file_icons",
14471 "futures 0.3.31",
14472 "gpui",
14473 "html_to_markdown",
14474 "http_client",
14475 "image",
14476 "indoc",
14477 "jupyter-protocol",
14478 "jupyter-websocket-client",
14479 "language",
14480 "languages",
14481 "log",
14482 "markdown",
14483 "menu",
14484 "multi_buffer",
14485 "nbformat",
14486 "picker",
14487 "project",
14488 "remote",
14489 "runtimelib",
14490 "serde",
14491 "serde_json",
14492 "settings",
14493 "shlex",
14494 "smol",
14495 "telemetry",
14496 "terminal",
14497 "terminal_view",
14498 "theme",
14499 "tree-sitter-md",
14500 "tree-sitter-python",
14501 "tree-sitter-typescript",
14502 "ui",
14503 "util",
14504 "uuid",
14505 "workspace",
14506 "zed_actions",
14507]
14508
14509[[package]]
14510name = "reqwest"
14511version = "0.11.27"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14514dependencies = [
14515 "base64 0.21.7",
14516 "bytes 1.11.1",
14517 "encoding_rs",
14518 "futures-core",
14519 "futures-util",
14520 "h2 0.3.27",
14521 "http 0.2.12",
14522 "http-body 0.4.6",
14523 "hyper 0.14.32",
14524 "hyper-tls",
14525 "ipnet",
14526 "js-sys",
14527 "log",
14528 "mime",
14529 "native-tls",
14530 "once_cell",
14531 "percent-encoding",
14532 "pin-project-lite",
14533 "rustls-pemfile 1.0.4",
14534 "serde",
14535 "serde_json",
14536 "serde_urlencoded",
14537 "sync_wrapper 0.1.2",
14538 "system-configuration 0.5.1",
14539 "tokio",
14540 "tokio-native-tls",
14541 "tower-service",
14542 "url",
14543 "wasm-bindgen",
14544 "wasm-bindgen-futures",
14545 "web-sys",
14546 "winreg 0.50.0",
14547]
14548
14549[[package]]
14550name = "reqwest"
14551version = "0.12.24"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14554dependencies = [
14555 "base64 0.22.1",
14556 "bytes 1.11.1",
14557 "futures-channel",
14558 "futures-core",
14559 "futures-util",
14560 "http 1.3.1",
14561 "http-body 1.0.1",
14562 "http-body-util",
14563 "hyper 1.7.0",
14564 "hyper-rustls 0.27.7",
14565 "hyper-util",
14566 "js-sys",
14567 "log",
14568 "percent-encoding",
14569 "pin-project-lite",
14570 "quinn",
14571 "rustls 0.23.33",
14572 "rustls-native-certs 0.8.2",
14573 "rustls-pki-types",
14574 "serde",
14575 "serde_json",
14576 "serde_urlencoded",
14577 "sync_wrapper 1.0.2",
14578 "tokio",
14579 "tokio-rustls 0.26.2",
14580 "tower 0.5.2",
14581 "tower-http 0.6.6",
14582 "tower-service",
14583 "url",
14584 "wasm-bindgen",
14585 "wasm-bindgen-futures",
14586 "web-sys",
14587]
14588
14589[[package]]
14590name = "reqwest_client"
14591version = "0.1.0"
14592dependencies = [
14593 "anyhow",
14594 "bytes 1.11.1",
14595 "futures 0.3.31",
14596 "gpui_util",
14597 "http_client",
14598 "http_client_tls",
14599 "log",
14600 "regex",
14601 "serde",
14602 "tokio",
14603 "zed-reqwest",
14604]
14605
14606[[package]]
14607name = "resvg"
14608version = "0.45.1"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14611dependencies = [
14612 "log",
14613 "pico-args",
14614 "rgb",
14615 "svgtypes",
14616 "tiny-skia",
14617 "usvg",
14618]
14619
14620[[package]]
14621name = "rfc6979"
14622version = "0.3.1"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14625dependencies = [
14626 "crypto-bigint 0.4.9",
14627 "hmac",
14628 "zeroize",
14629]
14630
14631[[package]]
14632name = "rgb"
14633version = "0.8.52"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14636dependencies = [
14637 "bytemuck",
14638]
14639
14640[[package]]
14641name = "ring"
14642version = "0.17.14"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14645dependencies = [
14646 "cc",
14647 "cfg-if",
14648 "getrandom 0.2.16",
14649 "libc",
14650 "untrusted 0.9.0",
14651 "windows-sys 0.52.0",
14652]
14653
14654[[package]]
14655name = "rkyv"
14656version = "0.7.45"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14659dependencies = [
14660 "bitvec",
14661 "bytecheck",
14662 "bytes 1.11.1",
14663 "hashbrown 0.12.3",
14664 "ptr_meta",
14665 "rend",
14666 "rkyv_derive",
14667 "seahash",
14668 "tinyvec",
14669 "uuid",
14670]
14671
14672[[package]]
14673name = "rkyv_derive"
14674version = "0.7.45"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14677dependencies = [
14678 "proc-macro2",
14679 "quote",
14680 "syn 1.0.109",
14681]
14682
14683[[package]]
14684name = "rmp"
14685version = "0.8.14"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14688dependencies = [
14689 "byteorder",
14690 "num-traits",
14691 "paste",
14692]
14693
14694[[package]]
14695name = "rmpv"
14696version = "1.3.0"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14699dependencies = [
14700 "num-traits",
14701 "rmp",
14702]
14703
14704[[package]]
14705name = "rodio"
14706version = "0.21.1"
14707source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14708dependencies = [
14709 "cpal",
14710 "dasp_sample",
14711 "hound",
14712 "num-rational",
14713 "rand 0.9.2",
14714 "rand_distr",
14715 "rtrb",
14716 "symphonia",
14717 "thiserror 2.0.17",
14718]
14719
14720[[package]]
14721name = "rope"
14722version = "0.1.0"
14723dependencies = [
14724 "criterion",
14725 "ctor",
14726 "gpui",
14727 "heapless",
14728 "log",
14729 "rand 0.9.2",
14730 "rayon",
14731 "sum_tree",
14732 "tracing",
14733 "unicode-segmentation",
14734 "util",
14735 "zlog",
14736 "ztracing",
14737]
14738
14739[[package]]
14740name = "roxmltree"
14741version = "0.20.0"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14744
14745[[package]]
14746name = "rpassword"
14747version = "7.4.0"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14750dependencies = [
14751 "libc",
14752 "rtoolbox",
14753 "windows-sys 0.59.0",
14754]
14755
14756[[package]]
14757name = "rpc"
14758version = "0.1.0"
14759dependencies = [
14760 "anyhow",
14761 "async-tungstenite",
14762 "base64 0.22.1",
14763 "collections",
14764 "futures 0.3.31",
14765 "gpui",
14766 "parking_lot",
14767 "proto",
14768 "rand 0.9.2",
14769 "rsa",
14770 "serde",
14771 "serde_json",
14772 "sha2",
14773 "strum 0.27.2",
14774 "tracing",
14775 "util",
14776 "zlog",
14777 "zstd",
14778]
14779
14780[[package]]
14781name = "rsa"
14782version = "0.9.10"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14785dependencies = [
14786 "const-oid",
14787 "digest",
14788 "num-bigint-dig 0.8.6",
14789 "num-integer",
14790 "num-traits",
14791 "pkcs1",
14792 "pkcs8 0.10.2",
14793 "rand_core 0.6.4",
14794 "signature 2.2.0",
14795 "spki 0.7.3",
14796 "subtle",
14797 "zeroize",
14798]
14799
14800[[package]]
14801name = "rtoolbox"
14802version = "0.0.3"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14805dependencies = [
14806 "libc",
14807 "windows-sys 0.52.0",
14808]
14809
14810[[package]]
14811name = "rtrb"
14812version = "0.3.2"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14815
14816[[package]]
14817name = "rules_library"
14818version = "0.1.0"
14819dependencies = [
14820 "anyhow",
14821 "collections",
14822 "editor",
14823 "gpui",
14824 "language",
14825 "language_model",
14826 "log",
14827 "menu",
14828 "picker",
14829 "platform_title_bar",
14830 "prompt_store",
14831 "release_channel",
14832 "rope",
14833 "serde",
14834 "settings",
14835 "theme",
14836 "ui",
14837 "ui_input",
14838 "util",
14839 "workspace",
14840 "zed_actions",
14841]
14842
14843[[package]]
14844name = "runtimelib"
14845version = "1.4.0"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14848dependencies = [
14849 "async-dispatcher",
14850 "async-std",
14851 "aws-lc-rs",
14852 "base64 0.22.1",
14853 "bytes 1.11.1",
14854 "chrono",
14855 "data-encoding",
14856 "dirs 6.0.0",
14857 "futures 0.3.31",
14858 "glob",
14859 "jupyter-protocol",
14860 "serde",
14861 "serde_json",
14862 "shellexpand 3.1.1",
14863 "smol",
14864 "thiserror 2.0.17",
14865 "uuid",
14866 "zeromq",
14867]
14868
14869[[package]]
14870name = "rust-embed"
14871version = "8.7.2"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14874dependencies = [
14875 "rust-embed-impl",
14876 "rust-embed-utils",
14877 "walkdir",
14878]
14879
14880[[package]]
14881name = "rust-embed-impl"
14882version = "8.7.2"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14885dependencies = [
14886 "proc-macro2",
14887 "quote",
14888 "rust-embed-utils",
14889 "syn 2.0.117",
14890 "walkdir",
14891]
14892
14893[[package]]
14894name = "rust-embed-utils"
14895version = "8.7.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14898dependencies = [
14899 "globset",
14900 "sha2",
14901 "walkdir",
14902]
14903
14904[[package]]
14905name = "rust_decimal"
14906version = "1.39.0"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14909dependencies = [
14910 "arrayvec",
14911 "borsh",
14912 "bytes 1.11.1",
14913 "num-traits",
14914 "rand 0.8.5",
14915 "rkyv",
14916 "serde",
14917 "serde_json",
14918]
14919
14920[[package]]
14921name = "rustc-demangle"
14922version = "0.1.26"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14925
14926[[package]]
14927name = "rustc-hash"
14928version = "1.1.0"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14931
14932[[package]]
14933name = "rustc-hash"
14934version = "2.1.1"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14937
14938[[package]]
14939name = "rustc_version"
14940version = "0.4.1"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14943dependencies = [
14944 "semver",
14945]
14946
14947[[package]]
14948name = "rustfft"
14949version = "6.4.1"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14952dependencies = [
14953 "num-complex",
14954 "num-integer",
14955 "num-traits",
14956 "primal-check",
14957 "strength_reduce",
14958 "transpose",
14959]
14960
14961[[package]]
14962name = "rustix"
14963version = "0.38.44"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14966dependencies = [
14967 "bitflags 2.10.0",
14968 "errno 0.3.14",
14969 "libc",
14970 "linux-raw-sys 0.4.15",
14971 "windows-sys 0.59.0",
14972]
14973
14974[[package]]
14975name = "rustix"
14976version = "1.1.2"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14979dependencies = [
14980 "bitflags 2.10.0",
14981 "errno 0.3.14",
14982 "libc",
14983 "linux-raw-sys 0.11.0",
14984 "windows-sys 0.61.2",
14985]
14986
14987[[package]]
14988name = "rustix-linux-procfs"
14989version = "0.1.1"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14992dependencies = [
14993 "once_cell",
14994 "rustix 1.1.2",
14995]
14996
14997[[package]]
14998name = "rustix-openpty"
14999version = "0.2.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15002dependencies = [
15003 "errno 0.3.14",
15004 "libc",
15005 "rustix 1.1.2",
15006]
15007
15008[[package]]
15009name = "rustls"
15010version = "0.21.12"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15013dependencies = [
15014 "log",
15015 "ring",
15016 "rustls-webpki 0.101.7",
15017 "sct",
15018]
15019
15020[[package]]
15021name = "rustls"
15022version = "0.23.33"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15025dependencies = [
15026 "aws-lc-rs",
15027 "log",
15028 "once_cell",
15029 "ring",
15030 "rustls-pki-types",
15031 "rustls-webpki 0.103.7",
15032 "subtle",
15033 "zeroize",
15034]
15035
15036[[package]]
15037name = "rustls-native-certs"
15038version = "0.6.3"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15041dependencies = [
15042 "openssl-probe",
15043 "rustls-pemfile 1.0.4",
15044 "schannel",
15045 "security-framework 2.11.1",
15046]
15047
15048[[package]]
15049name = "rustls-native-certs"
15050version = "0.8.2"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15053dependencies = [
15054 "openssl-probe",
15055 "rustls-pki-types",
15056 "schannel",
15057 "security-framework 3.5.1",
15058]
15059
15060[[package]]
15061name = "rustls-pemfile"
15062version = "1.0.4"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15065dependencies = [
15066 "base64 0.21.7",
15067]
15068
15069[[package]]
15070name = "rustls-pemfile"
15071version = "2.2.0"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15074dependencies = [
15075 "rustls-pki-types",
15076]
15077
15078[[package]]
15079name = "rustls-pki-types"
15080version = "1.12.0"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15083dependencies = [
15084 "web-time",
15085 "zeroize",
15086]
15087
15088[[package]]
15089name = "rustls-platform-verifier"
15090version = "0.5.3"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15093dependencies = [
15094 "core-foundation 0.10.0",
15095 "core-foundation-sys",
15096 "jni",
15097 "log",
15098 "once_cell",
15099 "rustls 0.23.33",
15100 "rustls-native-certs 0.8.2",
15101 "rustls-platform-verifier-android",
15102 "rustls-webpki 0.103.7",
15103 "security-framework 3.5.1",
15104 "security-framework-sys",
15105 "webpki-root-certs",
15106 "windows-sys 0.59.0",
15107]
15108
15109[[package]]
15110name = "rustls-platform-verifier-android"
15111version = "0.1.1"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15114
15115[[package]]
15116name = "rustls-webpki"
15117version = "0.101.7"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15120dependencies = [
15121 "ring",
15122 "untrusted 0.9.0",
15123]
15124
15125[[package]]
15126name = "rustls-webpki"
15127version = "0.103.7"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15130dependencies = [
15131 "aws-lc-rs",
15132 "ring",
15133 "rustls-pki-types",
15134 "untrusted 0.9.0",
15135]
15136
15137[[package]]
15138name = "rustversion"
15139version = "1.0.22"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15142
15143[[package]]
15144name = "rusty-fork"
15145version = "0.3.1"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15148dependencies = [
15149 "fnv",
15150 "quick-error 1.2.3",
15151 "tempfile",
15152 "wait-timeout",
15153]
15154
15155[[package]]
15156name = "rustybuzz"
15157version = "0.20.1"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15160dependencies = [
15161 "bitflags 2.10.0",
15162 "bytemuck",
15163 "core_maths",
15164 "log",
15165 "smallvec",
15166 "ttf-parser 0.25.1",
15167 "unicode-bidi-mirroring",
15168 "unicode-ccc",
15169 "unicode-properties",
15170 "unicode-script",
15171]
15172
15173[[package]]
15174name = "ryu"
15175version = "1.0.20"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15178
15179[[package]]
15180name = "saa"
15181version = "5.4.9"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15184
15185[[package]]
15186name = "safetensors"
15187version = "0.4.5"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15190dependencies = [
15191 "serde",
15192 "serde_json",
15193]
15194
15195[[package]]
15196name = "same-file"
15197version = "1.0.6"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15200dependencies = [
15201 "winapi-util",
15202]
15203
15204[[package]]
15205name = "scc"
15206version = "3.5.6"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15209dependencies = [
15210 "saa",
15211 "sdd",
15212]
15213
15214[[package]]
15215name = "schannel"
15216version = "0.1.28"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15219dependencies = [
15220 "windows-sys 0.61.2",
15221]
15222
15223[[package]]
15224name = "scheduler"
15225version = "0.1.0"
15226dependencies = [
15227 "async-task",
15228 "backtrace",
15229 "chrono",
15230 "flume",
15231 "futures 0.3.31",
15232 "parking_lot",
15233 "rand 0.9.2",
15234 "web-time",
15235]
15236
15237[[package]]
15238name = "schema_generator"
15239version = "0.1.0"
15240dependencies = [
15241 "anyhow",
15242 "clap",
15243 "env_logger 0.11.8",
15244 "schemars",
15245 "serde",
15246 "serde_json",
15247 "settings",
15248 "theme",
15249]
15250
15251[[package]]
15252name = "schemars"
15253version = "1.0.4"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15256dependencies = [
15257 "dyn-clone",
15258 "indexmap",
15259 "ref-cast",
15260 "schemars_derive",
15261 "serde",
15262 "serde_json",
15263]
15264
15265[[package]]
15266name = "schemars_derive"
15267version = "1.0.4"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15270dependencies = [
15271 "proc-macro2",
15272 "quote",
15273 "serde_derive_internals",
15274 "syn 2.0.117",
15275]
15276
15277[[package]]
15278name = "scoped-tls"
15279version = "1.0.1"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15282
15283[[package]]
15284name = "scopeguard"
15285version = "1.2.0"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15288
15289[[package]]
15290name = "scratch"
15291version = "1.0.9"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15294
15295[[package]]
15296name = "screencapturekit"
15297version = "0.2.8"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15300dependencies = [
15301 "screencapturekit-sys",
15302]
15303
15304[[package]]
15305name = "screencapturekit-sys"
15306version = "0.2.8"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15309dependencies = [
15310 "block",
15311 "dispatch",
15312 "objc",
15313 "objc-foundation",
15314 "objc_id",
15315 "once_cell",
15316]
15317
15318[[package]]
15319name = "scroll"
15320version = "0.12.0"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15323dependencies = [
15324 "scroll_derive",
15325]
15326
15327[[package]]
15328name = "scroll_derive"
15329version = "0.12.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15332dependencies = [
15333 "proc-macro2",
15334 "quote",
15335 "syn 2.0.117",
15336]
15337
15338[[package]]
15339name = "sct"
15340version = "0.7.1"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15343dependencies = [
15344 "ring",
15345 "untrusted 0.9.0",
15346]
15347
15348[[package]]
15349name = "sdd"
15350version = "4.6.2"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15353
15354[[package]]
15355name = "sea-bae"
15356version = "0.2.1"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15359dependencies = [
15360 "heck 0.4.1",
15361 "proc-macro-error2",
15362 "proc-macro2",
15363 "quote",
15364 "syn 2.0.117",
15365]
15366
15367[[package]]
15368name = "sea-orm"
15369version = "1.1.10"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15372dependencies = [
15373 "async-stream",
15374 "async-trait",
15375 "bigdecimal",
15376 "chrono",
15377 "futures-util",
15378 "log",
15379 "ouroboros",
15380 "pgvector",
15381 "rust_decimal",
15382 "sea-orm-macros",
15383 "sea-query",
15384 "sea-query-binder",
15385 "serde",
15386 "serde_json",
15387 "sqlx",
15388 "strum 0.26.3",
15389 "thiserror 2.0.17",
15390 "time",
15391 "tracing",
15392 "url",
15393 "uuid",
15394]
15395
15396[[package]]
15397name = "sea-orm-macros"
15398version = "1.1.10"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15401dependencies = [
15402 "heck 0.4.1",
15403 "proc-macro2",
15404 "quote",
15405 "sea-bae",
15406 "syn 2.0.117",
15407 "unicode-ident",
15408]
15409
15410[[package]]
15411name = "sea-query"
15412version = "0.32.7"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15415dependencies = [
15416 "bigdecimal",
15417 "chrono",
15418 "inherent",
15419 "ordered-float 4.6.0",
15420 "rust_decimal",
15421 "serde_json",
15422 "time",
15423 "uuid",
15424]
15425
15426[[package]]
15427name = "sea-query-binder"
15428version = "0.7.0"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15431dependencies = [
15432 "bigdecimal",
15433 "chrono",
15434 "rust_decimal",
15435 "sea-query",
15436 "serde_json",
15437 "sqlx",
15438 "time",
15439 "uuid",
15440]
15441
15442[[package]]
15443name = "seahash"
15444version = "4.1.0"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15447
15448[[package]]
15449name = "search"
15450version = "0.1.0"
15451dependencies = [
15452 "any_vec",
15453 "anyhow",
15454 "bitflags 2.10.0",
15455 "collections",
15456 "editor",
15457 "fs",
15458 "futures 0.3.31",
15459 "gpui",
15460 "itertools 0.14.0",
15461 "language",
15462 "lsp",
15463 "menu",
15464 "multi_buffer",
15465 "pretty_assertions",
15466 "project",
15467 "serde",
15468 "serde_json",
15469 "settings",
15470 "smol",
15471 "theme",
15472 "tracing",
15473 "ui",
15474 "unindent",
15475 "util",
15476 "util_macros",
15477 "workspace",
15478 "zed_actions",
15479 "ztracing",
15480]
15481
15482[[package]]
15483name = "sec1"
15484version = "0.3.0"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15487dependencies = [
15488 "base16ct",
15489 "der 0.6.1",
15490 "generic-array",
15491 "pkcs8 0.9.0",
15492 "subtle",
15493 "zeroize",
15494]
15495
15496[[package]]
15497name = "security-framework"
15498version = "2.11.1"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15501dependencies = [
15502 "bitflags 2.10.0",
15503 "core-foundation 0.9.4",
15504 "core-foundation-sys",
15505 "libc",
15506 "security-framework-sys",
15507]
15508
15509[[package]]
15510name = "security-framework"
15511version = "3.5.1"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15514dependencies = [
15515 "bitflags 2.10.0",
15516 "core-foundation 0.10.0",
15517 "core-foundation-sys",
15518 "libc",
15519 "security-framework-sys",
15520]
15521
15522[[package]]
15523name = "security-framework-sys"
15524version = "2.15.0"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15527dependencies = [
15528 "core-foundation-sys",
15529 "libc",
15530]
15531
15532[[package]]
15533name = "self_cell"
15534version = "1.2.2"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15537
15538[[package]]
15539name = "semver"
15540version = "1.0.27"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15543dependencies = [
15544 "serde",
15545 "serde_core",
15546]
15547
15548[[package]]
15549name = "seq-macro"
15550version = "0.3.6"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15553
15554[[package]]
15555name = "serde"
15556version = "1.0.228"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15559dependencies = [
15560 "serde_core",
15561 "serde_derive",
15562]
15563
15564[[package]]
15565name = "serde_bytes"
15566version = "0.11.19"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15569dependencies = [
15570 "serde",
15571 "serde_core",
15572]
15573
15574[[package]]
15575name = "serde_core"
15576version = "1.0.228"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15579dependencies = [
15580 "serde_derive",
15581]
15582
15583[[package]]
15584name = "serde_derive"
15585version = "1.0.228"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15588dependencies = [
15589 "proc-macro2",
15590 "quote",
15591 "syn 2.0.117",
15592]
15593
15594[[package]]
15595name = "serde_derive_internals"
15596version = "0.29.1"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15599dependencies = [
15600 "proc-macro2",
15601 "quote",
15602 "syn 2.0.117",
15603]
15604
15605[[package]]
15606name = "serde_fmt"
15607version = "1.0.3"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15610dependencies = [
15611 "serde",
15612]
15613
15614[[package]]
15615name = "serde_json"
15616version = "1.0.145"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15619dependencies = [
15620 "indexmap",
15621 "itoa",
15622 "memchr",
15623 "ryu",
15624 "serde",
15625 "serde_core",
15626]
15627
15628[[package]]
15629name = "serde_json_lenient"
15630version = "0.2.4"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15633dependencies = [
15634 "indexmap",
15635 "itoa",
15636 "memchr",
15637 "ryu",
15638 "serde",
15639]
15640
15641[[package]]
15642name = "serde_path_to_error"
15643version = "0.1.20"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15646dependencies = [
15647 "itoa",
15648 "serde",
15649 "serde_core",
15650]
15651
15652[[package]]
15653name = "serde_repr"
15654version = "0.1.20"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15657dependencies = [
15658 "proc-macro2",
15659 "quote",
15660 "syn 2.0.117",
15661]
15662
15663[[package]]
15664name = "serde_spanned"
15665version = "0.6.9"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15668dependencies = [
15669 "serde",
15670]
15671
15672[[package]]
15673name = "serde_spanned"
15674version = "1.0.3"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15677dependencies = [
15678 "serde_core",
15679]
15680
15681[[package]]
15682name = "serde_urlencoded"
15683version = "0.7.1"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15686dependencies = [
15687 "form_urlencoded",
15688 "itoa",
15689 "ryu",
15690 "serde",
15691]
15692
15693[[package]]
15694name = "serde_yaml"
15695version = "0.9.34+deprecated"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15698dependencies = [
15699 "indexmap",
15700 "itoa",
15701 "ryu",
15702 "serde",
15703 "unsafe-libyaml",
15704]
15705
15706[[package]]
15707name = "serial2"
15708version = "0.2.33"
15709source = "registry+https://github.com/rust-lang/crates.io-index"
15710checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15711dependencies = [
15712 "cfg-if",
15713 "libc",
15714 "winapi",
15715]
15716
15717[[package]]
15718name = "session"
15719version = "0.1.0"
15720dependencies = [
15721 "db",
15722 "gpui",
15723 "serde_json",
15724 "util",
15725 "uuid",
15726]
15727
15728[[package]]
15729name = "settings"
15730version = "0.1.0"
15731dependencies = [
15732 "anyhow",
15733 "collections",
15734 "ec4rs",
15735 "fs",
15736 "futures 0.3.31",
15737 "gpui",
15738 "indoc",
15739 "inventory",
15740 "log",
15741 "migrator",
15742 "paths",
15743 "pretty_assertions",
15744 "release_channel",
15745 "rust-embed",
15746 "schemars",
15747 "serde",
15748 "serde_json",
15749 "serde_json_lenient",
15750 "settings_content",
15751 "settings_json",
15752 "settings_macros",
15753 "smallvec",
15754 "unindent",
15755 "util",
15756 "zlog",
15757]
15758
15759[[package]]
15760name = "settings_content"
15761version = "0.1.0"
15762dependencies = [
15763 "anyhow",
15764 "collections",
15765 "derive_more",
15766 "gpui",
15767 "log",
15768 "schemars",
15769 "serde",
15770 "serde_json",
15771 "serde_json_lenient",
15772 "settings_json",
15773 "settings_macros",
15774 "strum 0.27.2",
15775 "util",
15776]
15777
15778[[package]]
15779name = "settings_json"
15780version = "0.1.0"
15781dependencies = [
15782 "anyhow",
15783 "pretty_assertions",
15784 "serde",
15785 "serde_json",
15786 "serde_json_lenient",
15787 "serde_path_to_error",
15788 "tree-sitter",
15789 "tree-sitter-json",
15790 "unindent",
15791 "util",
15792]
15793
15794[[package]]
15795name = "settings_macros"
15796version = "0.1.0"
15797dependencies = [
15798 "quote",
15799 "settings",
15800 "syn 2.0.117",
15801]
15802
15803[[package]]
15804name = "settings_profile_selector"
15805version = "0.1.0"
15806dependencies = [
15807 "editor",
15808 "fuzzy",
15809 "gpui",
15810 "menu",
15811 "picker",
15812 "project",
15813 "serde_json",
15814 "settings",
15815 "theme",
15816 "ui",
15817 "workspace",
15818 "zed_actions",
15819]
15820
15821[[package]]
15822name = "settings_ui"
15823version = "0.1.0"
15824dependencies = [
15825 "agent",
15826 "agent_settings",
15827 "anyhow",
15828 "audio",
15829 "codestral",
15830 "component",
15831 "copilot",
15832 "copilot_ui",
15833 "cpal",
15834 "edit_prediction",
15835 "edit_prediction_ui",
15836 "editor",
15837 "feature_flags",
15838 "fs",
15839 "futures 0.3.31",
15840 "fuzzy",
15841 "gpui",
15842 "heck 0.5.0",
15843 "itertools 0.14.0",
15844 "language",
15845 "log",
15846 "menu",
15847 "paths",
15848 "picker",
15849 "platform_title_bar",
15850 "pretty_assertions",
15851 "project",
15852 "regex",
15853 "release_channel",
15854 "rodio",
15855 "schemars",
15856 "search",
15857 "serde",
15858 "serde_json",
15859 "settings",
15860 "shell_command_parser",
15861 "strum 0.27.2",
15862 "telemetry",
15863 "theme",
15864 "title_bar",
15865 "ui",
15866 "util",
15867 "workspace",
15868 "zed_actions",
15869]
15870
15871[[package]]
15872name = "sha-1"
15873version = "0.10.1"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15876dependencies = [
15877 "cfg-if",
15878 "cpufeatures",
15879 "digest",
15880]
15881
15882[[package]]
15883name = "sha1"
15884version = "0.10.6"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15887dependencies = [
15888 "cfg-if",
15889 "cpufeatures",
15890 "digest",
15891]
15892
15893[[package]]
15894name = "sha1_smol"
15895version = "1.0.1"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15898
15899[[package]]
15900name = "sha2"
15901version = "0.10.9"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15904dependencies = [
15905 "cfg-if",
15906 "cpufeatures",
15907 "digest",
15908]
15909
15910[[package]]
15911name = "sharded-slab"
15912version = "0.1.7"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15915dependencies = [
15916 "lazy_static",
15917]
15918
15919[[package]]
15920name = "shared_library"
15921version = "0.1.9"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15924dependencies = [
15925 "lazy_static",
15926 "libc",
15927]
15928
15929[[package]]
15930name = "shell-words"
15931version = "1.1.0"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15934
15935[[package]]
15936name = "shell_command_parser"
15937version = "0.1.0"
15938dependencies = [
15939 "brush-parser",
15940]
15941
15942[[package]]
15943name = "shellexpand"
15944version = "2.1.2"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15947dependencies = [
15948 "dirs 4.0.0",
15949]
15950
15951[[package]]
15952name = "shellexpand"
15953version = "3.1.1"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15956dependencies = [
15957 "dirs 6.0.0",
15958]
15959
15960[[package]]
15961name = "shingles"
15962version = "0.1.1"
15963source = "registry+https://github.com/rust-lang/crates.io-index"
15964checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15965
15966[[package]]
15967name = "shlex"
15968version = "1.3.0"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15971
15972[[package]]
15973name = "sidebar"
15974version = "0.1.0"
15975dependencies = [
15976 "acp_thread",
15977 "action_log",
15978 "agent",
15979 "agent-client-protocol",
15980 "agent_settings",
15981 "agent_ui",
15982 "anyhow",
15983 "assistant_text_thread",
15984 "chrono",
15985 "editor",
15986 "feature_flags",
15987 "fs",
15988 "git",
15989 "gpui",
15990 "language_model",
15991 "menu",
15992 "pretty_assertions",
15993 "project",
15994 "prompt_store",
15995 "recent_projects",
15996 "serde_json",
15997 "settings",
15998 "theme",
15999 "ui",
16000 "util",
16001 "vim_mode_setting",
16002 "workspace",
16003 "zed_actions",
16004]
16005
16006[[package]]
16007name = "signal-hook"
16008version = "0.3.18"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16011dependencies = [
16012 "libc",
16013 "signal-hook-registry",
16014]
16015
16016[[package]]
16017name = "signal-hook-registry"
16018version = "1.4.6"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16021dependencies = [
16022 "libc",
16023]
16024
16025[[package]]
16026name = "signature"
16027version = "1.6.4"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16030dependencies = [
16031 "digest",
16032 "rand_core 0.6.4",
16033]
16034
16035[[package]]
16036name = "signature"
16037version = "2.2.0"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16040dependencies = [
16041 "digest",
16042 "rand_core 0.6.4",
16043]
16044
16045[[package]]
16046name = "simd-adler32"
16047version = "0.3.7"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16050
16051[[package]]
16052name = "simd_helpers"
16053version = "0.1.0"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16056dependencies = [
16057 "quote",
16058]
16059
16060[[package]]
16061name = "simdutf8"
16062version = "0.1.5"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16065
16066[[package]]
16067name = "similar"
16068version = "2.7.0"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16071
16072[[package]]
16073name = "simple_asn1"
16074version = "0.6.3"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16077dependencies = [
16078 "num-bigint",
16079 "num-traits",
16080 "thiserror 2.0.17",
16081 "time",
16082]
16083
16084[[package]]
16085name = "simplecss"
16086version = "0.2.2"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16089dependencies = [
16090 "log",
16091]
16092
16093[[package]]
16094name = "simplelog"
16095version = "0.12.2"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16098dependencies = [
16099 "log",
16100 "termcolor",
16101 "time",
16102]
16103
16104[[package]]
16105name = "siphasher"
16106version = "0.3.11"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16109
16110[[package]]
16111name = "siphasher"
16112version = "1.0.1"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16115
16116[[package]]
16117name = "skrifa"
16118version = "0.37.0"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16121dependencies = [
16122 "bytemuck",
16123 "read-fonts 0.35.0",
16124]
16125
16126[[package]]
16127name = "skrifa"
16128version = "0.40.0"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16131dependencies = [
16132 "bytemuck",
16133 "read-fonts 0.37.0",
16134]
16135
16136[[package]]
16137name = "slab"
16138version = "0.4.11"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16141
16142[[package]]
16143name = "slash_commands_example"
16144version = "0.1.0"
16145dependencies = [
16146 "zed_extension_api 0.1.0",
16147]
16148
16149[[package]]
16150name = "slotmap"
16151version = "1.0.7"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16154dependencies = [
16155 "version_check",
16156]
16157
16158[[package]]
16159name = "smallvec"
16160version = "1.15.1"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16163dependencies = [
16164 "serde",
16165]
16166
16167[[package]]
16168name = "smart-default"
16169version = "0.7.1"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16172dependencies = [
16173 "proc-macro2",
16174 "quote",
16175 "syn 2.0.117",
16176]
16177
16178[[package]]
16179name = "smol"
16180version = "2.0.2"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16183dependencies = [
16184 "async-channel 2.5.0",
16185 "async-executor",
16186 "async-fs",
16187 "async-io",
16188 "async-lock 3.4.2",
16189 "async-net",
16190 "async-process",
16191 "blocking",
16192 "futures-lite 2.6.1",
16193]
16194
16195[[package]]
16196name = "smol_str"
16197version = "0.3.5"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16200
16201[[package]]
16202name = "snippet"
16203version = "0.1.0"
16204dependencies = [
16205 "anyhow",
16206 "smallvec",
16207]
16208
16209[[package]]
16210name = "snippet_provider"
16211version = "0.1.0"
16212dependencies = [
16213 "anyhow",
16214 "collections",
16215 "extension",
16216 "fs",
16217 "futures 0.3.31",
16218 "gpui",
16219 "indoc",
16220 "parking_lot",
16221 "paths",
16222 "schemars",
16223 "serde",
16224 "serde_json",
16225 "serde_json_lenient",
16226 "snippet",
16227 "util",
16228]
16229
16230[[package]]
16231name = "snippets_ui"
16232version = "0.1.0"
16233dependencies = [
16234 "file_icons",
16235 "fuzzy",
16236 "gpui",
16237 "language",
16238 "open_path_prompt",
16239 "paths",
16240 "picker",
16241 "settings",
16242 "ui",
16243 "util",
16244 "workspace",
16245]
16246
16247[[package]]
16248name = "socket2"
16249version = "0.5.10"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16252dependencies = [
16253 "libc",
16254 "windows-sys 0.52.0",
16255]
16256
16257[[package]]
16258name = "socket2"
16259version = "0.6.1"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16262dependencies = [
16263 "libc",
16264 "windows-sys 0.60.2",
16265]
16266
16267[[package]]
16268name = "spdx"
16269version = "0.10.9"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16272dependencies = [
16273 "smallvec",
16274]
16275
16276[[package]]
16277name = "spin"
16278version = "0.9.8"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16281dependencies = [
16282 "lock_api",
16283]
16284
16285[[package]]
16286name = "spin"
16287version = "0.10.0"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16290dependencies = [
16291 "lock_api",
16292]
16293
16294[[package]]
16295name = "spirv"
16296version = "0.4.0+sdk-1.4.341.0"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16299dependencies = [
16300 "bitflags 2.10.0",
16301]
16302
16303[[package]]
16304name = "spki"
16305version = "0.6.0"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16308dependencies = [
16309 "base64ct",
16310 "der 0.6.1",
16311]
16312
16313[[package]]
16314name = "spki"
16315version = "0.7.3"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16318dependencies = [
16319 "base64ct",
16320 "der 0.7.10",
16321]
16322
16323[[package]]
16324name = "sptr"
16325version = "0.3.2"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16328
16329[[package]]
16330name = "sqlez"
16331version = "0.1.0"
16332dependencies = [
16333 "anyhow",
16334 "collections",
16335 "futures 0.3.31",
16336 "indoc",
16337 "libsqlite3-sys",
16338 "log",
16339 "parking_lot",
16340 "smol",
16341 "sqlformat",
16342 "thread_local",
16343 "util",
16344 "uuid",
16345]
16346
16347[[package]]
16348name = "sqlez_macros"
16349version = "0.1.0"
16350dependencies = [
16351 "sqlez",
16352 "sqlformat",
16353 "syn 2.0.117",
16354]
16355
16356[[package]]
16357name = "sqlformat"
16358version = "0.2.6"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16361dependencies = [
16362 "nom 7.1.3",
16363 "unicode_categories",
16364]
16365
16366[[package]]
16367name = "sqlx"
16368version = "0.8.6"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16371dependencies = [
16372 "sqlx-core",
16373 "sqlx-macros",
16374 "sqlx-mysql",
16375 "sqlx-postgres",
16376 "sqlx-sqlite",
16377]
16378
16379[[package]]
16380name = "sqlx-core"
16381version = "0.8.6"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16384dependencies = [
16385 "base64 0.22.1",
16386 "bigdecimal",
16387 "bytes 1.11.1",
16388 "chrono",
16389 "crc",
16390 "crossbeam-queue",
16391 "either",
16392 "event-listener 5.4.1",
16393 "futures-core",
16394 "futures-intrusive",
16395 "futures-io",
16396 "futures-util",
16397 "hashbrown 0.15.5",
16398 "hashlink 0.10.0",
16399 "indexmap",
16400 "log",
16401 "memchr",
16402 "once_cell",
16403 "percent-encoding",
16404 "rust_decimal",
16405 "rustls 0.23.33",
16406 "serde",
16407 "serde_json",
16408 "sha2",
16409 "smallvec",
16410 "thiserror 2.0.17",
16411 "time",
16412 "tokio",
16413 "tokio-stream",
16414 "tracing",
16415 "url",
16416 "uuid",
16417 "webpki-roots",
16418]
16419
16420[[package]]
16421name = "sqlx-macros"
16422version = "0.8.6"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16425dependencies = [
16426 "proc-macro2",
16427 "quote",
16428 "sqlx-core",
16429 "sqlx-macros-core",
16430 "syn 2.0.117",
16431]
16432
16433[[package]]
16434name = "sqlx-macros-core"
16435version = "0.8.6"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16438dependencies = [
16439 "dotenvy",
16440 "either",
16441 "heck 0.5.0",
16442 "hex",
16443 "once_cell",
16444 "proc-macro2",
16445 "quote",
16446 "serde",
16447 "serde_json",
16448 "sha2",
16449 "sqlx-core",
16450 "sqlx-mysql",
16451 "sqlx-postgres",
16452 "sqlx-sqlite",
16453 "syn 2.0.117",
16454 "tokio",
16455 "url",
16456]
16457
16458[[package]]
16459name = "sqlx-mysql"
16460version = "0.8.6"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16463dependencies = [
16464 "atoi",
16465 "base64 0.22.1",
16466 "bigdecimal",
16467 "bitflags 2.10.0",
16468 "byteorder",
16469 "bytes 1.11.1",
16470 "chrono",
16471 "crc",
16472 "digest",
16473 "dotenvy",
16474 "either",
16475 "futures-channel",
16476 "futures-core",
16477 "futures-io",
16478 "futures-util",
16479 "generic-array",
16480 "hex",
16481 "hkdf",
16482 "hmac",
16483 "itoa",
16484 "log",
16485 "md-5",
16486 "memchr",
16487 "once_cell",
16488 "percent-encoding",
16489 "rand 0.8.5",
16490 "rsa",
16491 "rust_decimal",
16492 "serde",
16493 "sha1",
16494 "sha2",
16495 "smallvec",
16496 "sqlx-core",
16497 "stringprep",
16498 "thiserror 2.0.17",
16499 "time",
16500 "tracing",
16501 "uuid",
16502 "whoami",
16503]
16504
16505[[package]]
16506name = "sqlx-postgres"
16507version = "0.8.6"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16510dependencies = [
16511 "atoi",
16512 "base64 0.22.1",
16513 "bigdecimal",
16514 "bitflags 2.10.0",
16515 "byteorder",
16516 "chrono",
16517 "crc",
16518 "dotenvy",
16519 "etcetera",
16520 "futures-channel",
16521 "futures-core",
16522 "futures-util",
16523 "hex",
16524 "hkdf",
16525 "hmac",
16526 "home",
16527 "itoa",
16528 "log",
16529 "md-5",
16530 "memchr",
16531 "num-bigint",
16532 "once_cell",
16533 "rand 0.8.5",
16534 "rust_decimal",
16535 "serde",
16536 "serde_json",
16537 "sha2",
16538 "smallvec",
16539 "sqlx-core",
16540 "stringprep",
16541 "thiserror 2.0.17",
16542 "time",
16543 "tracing",
16544 "uuid",
16545 "whoami",
16546]
16547
16548[[package]]
16549name = "sqlx-sqlite"
16550version = "0.8.6"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16553dependencies = [
16554 "atoi",
16555 "chrono",
16556 "flume",
16557 "futures-channel",
16558 "futures-core",
16559 "futures-executor",
16560 "futures-intrusive",
16561 "futures-util",
16562 "libsqlite3-sys",
16563 "log",
16564 "percent-encoding",
16565 "serde",
16566 "serde_urlencoded",
16567 "sqlx-core",
16568 "thiserror 2.0.17",
16569 "time",
16570 "tracing",
16571 "url",
16572 "uuid",
16573]
16574
16575[[package]]
16576name = "stable_deref_trait"
16577version = "1.2.1"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16580
16581[[package]]
16582name = "stacker"
16583version = "0.1.23"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16586dependencies = [
16587 "cc",
16588 "cfg-if",
16589 "libc",
16590 "psm",
16591 "windows-sys 0.59.0",
16592]
16593
16594[[package]]
16595name = "stacksafe"
16596version = "0.1.4"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16599dependencies = [
16600 "stacker",
16601 "stacksafe-macro",
16602]
16603
16604[[package]]
16605name = "stacksafe-macro"
16606version = "0.1.4"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16609dependencies = [
16610 "proc-macro-error2",
16611 "quote",
16612 "syn 2.0.117",
16613]
16614
16615[[package]]
16616name = "static_assertions"
16617version = "1.1.0"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16620
16621[[package]]
16622name = "story"
16623version = "0.1.0"
16624dependencies = [
16625 "gpui",
16626 "itertools 0.14.0",
16627 "smallvec",
16628]
16629
16630[[package]]
16631name = "storybook"
16632version = "0.1.0"
16633dependencies = [
16634 "anyhow",
16635 "clap",
16636 "ctrlc",
16637 "dialoguer",
16638 "editor",
16639 "fuzzy",
16640 "gpui",
16641 "gpui_platform",
16642 "indoc",
16643 "language",
16644 "log",
16645 "menu",
16646 "picker",
16647 "reqwest_client",
16648 "rust-embed",
16649 "settings",
16650 "simplelog",
16651 "story",
16652 "strum 0.27.2",
16653 "theme",
16654 "title_bar",
16655 "ui",
16656]
16657
16658[[package]]
16659name = "streaming-iterator"
16660version = "0.1.9"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16663
16664[[package]]
16665name = "streaming_diff"
16666version = "0.1.0"
16667dependencies = [
16668 "ordered-float 2.10.1",
16669 "rand 0.9.2",
16670 "rope",
16671 "util",
16672]
16673
16674[[package]]
16675name = "strength_reduce"
16676version = "0.2.4"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16679
16680[[package]]
16681name = "strict-num"
16682version = "0.1.1"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16685dependencies = [
16686 "float-cmp",
16687]
16688
16689[[package]]
16690name = "string_cache"
16691version = "0.8.9"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16694dependencies = [
16695 "new_debug_unreachable",
16696 "parking_lot",
16697 "phf_shared 0.11.3",
16698 "precomputed-hash",
16699 "serde",
16700]
16701
16702[[package]]
16703name = "string_cache_codegen"
16704version = "0.5.4"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16707dependencies = [
16708 "phf_generator 0.11.3",
16709 "phf_shared 0.11.3",
16710 "proc-macro2",
16711 "quote",
16712]
16713
16714[[package]]
16715name = "stringprep"
16716version = "0.1.5"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16719dependencies = [
16720 "unicode-bidi",
16721 "unicode-normalization",
16722 "unicode-properties",
16723]
16724
16725[[package]]
16726name = "strsim"
16727version = "0.11.1"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16730
16731[[package]]
16732name = "strum"
16733version = "0.26.3"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16736
16737[[package]]
16738name = "strum"
16739version = "0.27.2"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16742dependencies = [
16743 "strum_macros 0.27.2",
16744]
16745
16746[[package]]
16747name = "strum"
16748version = "0.28.0"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16751dependencies = [
16752 "strum_macros 0.28.0",
16753]
16754
16755[[package]]
16756name = "strum_macros"
16757version = "0.27.2"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16760dependencies = [
16761 "heck 0.5.0",
16762 "proc-macro2",
16763 "quote",
16764 "syn 2.0.117",
16765]
16766
16767[[package]]
16768name = "strum_macros"
16769version = "0.28.0"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16772dependencies = [
16773 "heck 0.5.0",
16774 "proc-macro2",
16775 "quote",
16776 "syn 2.0.117",
16777]
16778
16779[[package]]
16780name = "subtle"
16781version = "2.6.1"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16784
16785[[package]]
16786name = "sum_tree"
16787version = "0.1.0"
16788dependencies = [
16789 "ctor",
16790 "heapless",
16791 "log",
16792 "proptest",
16793 "rand 0.9.2",
16794 "rayon",
16795 "tracing",
16796 "zlog",
16797 "ztracing",
16798]
16799
16800[[package]]
16801name = "sval"
16802version = "2.15.0"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16805
16806[[package]]
16807name = "sval_buffer"
16808version = "2.15.0"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16811dependencies = [
16812 "sval",
16813 "sval_ref",
16814]
16815
16816[[package]]
16817name = "sval_dynamic"
16818version = "2.15.0"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16821dependencies = [
16822 "sval",
16823]
16824
16825[[package]]
16826name = "sval_fmt"
16827version = "2.15.0"
16828source = "registry+https://github.com/rust-lang/crates.io-index"
16829checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16830dependencies = [
16831 "itoa",
16832 "ryu",
16833 "sval",
16834]
16835
16836[[package]]
16837name = "sval_json"
16838version = "2.15.0"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16841dependencies = [
16842 "itoa",
16843 "ryu",
16844 "sval",
16845]
16846
16847[[package]]
16848name = "sval_nested"
16849version = "2.15.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16852dependencies = [
16853 "sval",
16854 "sval_buffer",
16855 "sval_ref",
16856]
16857
16858[[package]]
16859name = "sval_ref"
16860version = "2.15.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16863dependencies = [
16864 "sval",
16865]
16866
16867[[package]]
16868name = "sval_serde"
16869version = "2.15.0"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16872dependencies = [
16873 "serde_core",
16874 "sval",
16875 "sval_nested",
16876]
16877
16878[[package]]
16879name = "svg_fmt"
16880version = "0.4.5"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16883
16884[[package]]
16885name = "svg_preview"
16886version = "0.1.0"
16887dependencies = [
16888 "file_icons",
16889 "gpui",
16890 "language",
16891 "multi_buffer",
16892 "ui",
16893 "workspace",
16894 "zed_actions",
16895]
16896
16897[[package]]
16898name = "svgtypes"
16899version = "0.15.3"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16902dependencies = [
16903 "kurbo",
16904 "siphasher 1.0.1",
16905]
16906
16907[[package]]
16908name = "swash"
16909version = "0.2.6"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16912dependencies = [
16913 "skrifa 0.37.0",
16914 "yazi",
16915 "zeno",
16916]
16917
16918[[package]]
16919name = "symphonia"
16920version = "0.5.5"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16923dependencies = [
16924 "lazy_static",
16925 "symphonia-bundle-flac",
16926 "symphonia-bundle-mp3",
16927 "symphonia-codec-aac",
16928 "symphonia-codec-pcm",
16929 "symphonia-codec-vorbis",
16930 "symphonia-core",
16931 "symphonia-format-isomp4",
16932 "symphonia-format-ogg",
16933 "symphonia-format-riff",
16934 "symphonia-metadata",
16935]
16936
16937[[package]]
16938name = "symphonia-bundle-flac"
16939version = "0.5.5"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16942dependencies = [
16943 "log",
16944 "symphonia-core",
16945 "symphonia-metadata",
16946 "symphonia-utils-xiph",
16947]
16948
16949[[package]]
16950name = "symphonia-bundle-mp3"
16951version = "0.5.5"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16954dependencies = [
16955 "lazy_static",
16956 "log",
16957 "symphonia-core",
16958 "symphonia-metadata",
16959]
16960
16961[[package]]
16962name = "symphonia-codec-aac"
16963version = "0.5.5"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16966dependencies = [
16967 "lazy_static",
16968 "log",
16969 "symphonia-core",
16970]
16971
16972[[package]]
16973name = "symphonia-codec-pcm"
16974version = "0.5.5"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16977dependencies = [
16978 "log",
16979 "symphonia-core",
16980]
16981
16982[[package]]
16983name = "symphonia-codec-vorbis"
16984version = "0.5.5"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16987dependencies = [
16988 "log",
16989 "symphonia-core",
16990 "symphonia-utils-xiph",
16991]
16992
16993[[package]]
16994name = "symphonia-core"
16995version = "0.5.5"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16998dependencies = [
16999 "arrayvec",
17000 "bitflags 1.3.2",
17001 "bytemuck",
17002 "lazy_static",
17003 "log",
17004]
17005
17006[[package]]
17007name = "symphonia-format-isomp4"
17008version = "0.5.5"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17011dependencies = [
17012 "encoding_rs",
17013 "log",
17014 "symphonia-core",
17015 "symphonia-metadata",
17016 "symphonia-utils-xiph",
17017]
17018
17019[[package]]
17020name = "symphonia-format-ogg"
17021version = "0.5.5"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17024dependencies = [
17025 "log",
17026 "symphonia-core",
17027 "symphonia-metadata",
17028 "symphonia-utils-xiph",
17029]
17030
17031[[package]]
17032name = "symphonia-format-riff"
17033version = "0.5.5"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17036dependencies = [
17037 "extended",
17038 "log",
17039 "symphonia-core",
17040 "symphonia-metadata",
17041]
17042
17043[[package]]
17044name = "symphonia-metadata"
17045version = "0.5.5"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17048dependencies = [
17049 "encoding_rs",
17050 "lazy_static",
17051 "log",
17052 "symphonia-core",
17053]
17054
17055[[package]]
17056name = "symphonia-utils-xiph"
17057version = "0.5.5"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17060dependencies = [
17061 "symphonia-core",
17062 "symphonia-metadata",
17063]
17064
17065[[package]]
17066name = "syn"
17067version = "1.0.109"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17070dependencies = [
17071 "proc-macro2",
17072 "quote",
17073 "unicode-ident",
17074]
17075
17076[[package]]
17077name = "syn"
17078version = "2.0.117"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17081dependencies = [
17082 "proc-macro2",
17083 "quote",
17084 "unicode-ident",
17085]
17086
17087[[package]]
17088name = "sync_wrapper"
17089version = "0.1.2"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17092
17093[[package]]
17094name = "sync_wrapper"
17095version = "1.0.2"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17098dependencies = [
17099 "futures-core",
17100]
17101
17102[[package]]
17103name = "synchronoise"
17104version = "1.0.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17107dependencies = [
17108 "crossbeam-queue",
17109]
17110
17111[[package]]
17112name = "synstructure"
17113version = "0.13.2"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17116dependencies = [
17117 "proc-macro2",
17118 "quote",
17119 "syn 2.0.117",
17120]
17121
17122[[package]]
17123name = "sys-locale"
17124version = "0.3.2"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17127dependencies = [
17128 "libc",
17129]
17130
17131[[package]]
17132name = "sysctl"
17133version = "0.5.5"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17136dependencies = [
17137 "bitflags 2.10.0",
17138 "byteorder",
17139 "enum-as-inner",
17140 "libc",
17141 "thiserror 1.0.69",
17142 "walkdir",
17143]
17144
17145[[package]]
17146name = "sysctl"
17147version = "0.6.0"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17150dependencies = [
17151 "bitflags 2.10.0",
17152 "byteorder",
17153 "enum-as-inner",
17154 "libc",
17155 "thiserror 1.0.69",
17156 "walkdir",
17157]
17158
17159[[package]]
17160name = "sysinfo"
17161version = "0.31.4"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17164dependencies = [
17165 "core-foundation-sys",
17166 "libc",
17167 "memchr",
17168 "ntapi",
17169 "rayon",
17170 "windows 0.57.0",
17171]
17172
17173[[package]]
17174name = "sysinfo"
17175version = "0.37.2"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17178dependencies = [
17179 "libc",
17180 "memchr",
17181 "ntapi",
17182 "objc2-core-foundation",
17183 "objc2-io-kit",
17184 "windows 0.61.3",
17185]
17186
17187[[package]]
17188name = "system-configuration"
17189version = "0.5.1"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17192dependencies = [
17193 "bitflags 1.3.2",
17194 "core-foundation 0.9.4",
17195 "system-configuration-sys 0.5.0",
17196]
17197
17198[[package]]
17199name = "system-configuration"
17200version = "0.6.1"
17201source = "registry+https://github.com/rust-lang/crates.io-index"
17202checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17203dependencies = [
17204 "bitflags 2.10.0",
17205 "core-foundation 0.9.4",
17206 "system-configuration-sys 0.6.0",
17207]
17208
17209[[package]]
17210name = "system-configuration-sys"
17211version = "0.5.0"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17214dependencies = [
17215 "core-foundation-sys",
17216 "libc",
17217]
17218
17219[[package]]
17220name = "system-configuration-sys"
17221version = "0.6.0"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17224dependencies = [
17225 "core-foundation-sys",
17226 "libc",
17227]
17228
17229[[package]]
17230name = "system-deps"
17231version = "6.2.2"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17234dependencies = [
17235 "cfg-expr 0.15.8",
17236 "heck 0.5.0",
17237 "pkg-config",
17238 "toml 0.8.23",
17239 "version-compare",
17240]
17241
17242[[package]]
17243name = "system-deps"
17244version = "7.0.7"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17247dependencies = [
17248 "cfg-expr 0.20.6",
17249 "heck 0.5.0",
17250 "pkg-config",
17251 "toml 0.9.8",
17252 "version-compare",
17253]
17254
17255[[package]]
17256name = "system-interface"
17257version = "0.27.3"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17260dependencies = [
17261 "bitflags 2.10.0",
17262 "cap-fs-ext",
17263 "cap-std",
17264 "fd-lock",
17265 "io-lifetimes",
17266 "rustix 0.38.44",
17267 "windows-sys 0.59.0",
17268 "winx",
17269]
17270
17271[[package]]
17272name = "system_specs"
17273version = "0.1.0"
17274dependencies = [
17275 "anyhow",
17276 "client",
17277 "gpui",
17278 "human_bytes",
17279 "pciid-parser",
17280 "release_channel",
17281 "semver",
17282 "serde",
17283 "sysinfo 0.37.2",
17284]
17285
17286[[package]]
17287name = "tab_switcher"
17288version = "0.1.0"
17289dependencies = [
17290 "collections",
17291 "ctor",
17292 "editor",
17293 "fuzzy",
17294 "gpui",
17295 "menu",
17296 "picker",
17297 "project",
17298 "schemars",
17299 "serde",
17300 "serde_json",
17301 "settings",
17302 "smol",
17303 "theme",
17304 "ui",
17305 "util",
17306 "workspace",
17307 "zlog",
17308]
17309
17310[[package]]
17311name = "taffy"
17312version = "0.9.0"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17315dependencies = [
17316 "arrayvec",
17317 "grid",
17318 "serde",
17319 "slotmap",
17320]
17321
17322[[package]]
17323name = "tagptr"
17324version = "0.2.0"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17327
17328[[package]]
17329name = "take-until"
17330version = "0.2.0"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17333
17334[[package]]
17335name = "tao-core-video-sys"
17336version = "0.2.0"
17337source = "registry+https://github.com/rust-lang/crates.io-index"
17338checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17339dependencies = [
17340 "cfg-if",
17341 "core-foundation-sys",
17342 "libc",
17343 "objc",
17344]
17345
17346[[package]]
17347name = "tap"
17348version = "1.0.1"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17351
17352[[package]]
17353name = "target-lexicon"
17354version = "0.12.16"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17357
17358[[package]]
17359name = "target-lexicon"
17360version = "0.13.3"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17363
17364[[package]]
17365name = "task"
17366version = "0.1.0"
17367dependencies = [
17368 "anyhow",
17369 "collections",
17370 "futures 0.3.31",
17371 "gpui",
17372 "hex",
17373 "log",
17374 "parking_lot",
17375 "pretty_assertions",
17376 "proto",
17377 "schemars",
17378 "serde",
17379 "serde_json",
17380 "serde_json_lenient",
17381 "sha2",
17382 "shellexpand 2.1.2",
17383 "util",
17384 "zed_actions",
17385]
17386
17387[[package]]
17388name = "tasks_ui"
17389version = "0.1.0"
17390dependencies = [
17391 "anyhow",
17392 "collections",
17393 "editor",
17394 "file_icons",
17395 "fuzzy",
17396 "gpui",
17397 "itertools 0.14.0",
17398 "language",
17399 "menu",
17400 "picker",
17401 "project",
17402 "serde",
17403 "serde_json",
17404 "task",
17405 "tree-sitter-rust",
17406 "tree-sitter-typescript",
17407 "ui",
17408 "util",
17409 "workspace",
17410 "zed_actions",
17411]
17412
17413[[package]]
17414name = "telemetry"
17415version = "0.1.0"
17416dependencies = [
17417 "futures 0.3.31",
17418 "serde",
17419 "serde_json",
17420 "telemetry_events",
17421]
17422
17423[[package]]
17424name = "telemetry_events"
17425version = "0.1.0"
17426dependencies = [
17427 "semver",
17428 "serde",
17429 "serde_json",
17430]
17431
17432[[package]]
17433name = "tempfile"
17434version = "3.23.0"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17437dependencies = [
17438 "fastrand 2.3.0",
17439 "getrandom 0.3.4",
17440 "once_cell",
17441 "rustix 1.1.2",
17442 "windows-sys 0.61.2",
17443]
17444
17445[[package]]
17446name = "tendril"
17447version = "0.4.3"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17450dependencies = [
17451 "futf",
17452 "mac",
17453 "utf-8",
17454]
17455
17456[[package]]
17457name = "termcolor"
17458version = "1.4.1"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17461dependencies = [
17462 "winapi-util",
17463]
17464
17465[[package]]
17466name = "terminal"
17467version = "0.1.0"
17468dependencies = [
17469 "alacritty_terminal",
17470 "anyhow",
17471 "collections",
17472 "futures 0.3.31",
17473 "gpui",
17474 "itertools 0.14.0",
17475 "libc",
17476 "log",
17477 "parking_lot",
17478 "rand 0.9.2",
17479 "regex",
17480 "release_channel",
17481 "schemars",
17482 "serde",
17483 "settings",
17484 "smol",
17485 "sysinfo 0.37.2",
17486 "task",
17487 "theme",
17488 "thiserror 2.0.17",
17489 "url",
17490 "urlencoding",
17491 "util",
17492 "util_macros",
17493 "windows 0.61.3",
17494]
17495
17496[[package]]
17497name = "terminal_size"
17498version = "0.4.3"
17499source = "registry+https://github.com/rust-lang/crates.io-index"
17500checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17501dependencies = [
17502 "rustix 1.1.2",
17503 "windows-sys 0.60.2",
17504]
17505
17506[[package]]
17507name = "terminal_view"
17508version = "0.1.0"
17509dependencies = [
17510 "anyhow",
17511 "assistant_slash_command",
17512 "async-recursion",
17513 "breadcrumbs",
17514 "collections",
17515 "db",
17516 "dirs 4.0.0",
17517 "editor",
17518 "futures 0.3.31",
17519 "gpui",
17520 "itertools 0.14.0",
17521 "language",
17522 "log",
17523 "menu",
17524 "pretty_assertions",
17525 "project",
17526 "regex",
17527 "schemars",
17528 "serde",
17529 "serde_json",
17530 "settings",
17531 "shellexpand 2.1.2",
17532 "task",
17533 "terminal",
17534 "theme",
17535 "ui",
17536 "util",
17537 "workspace",
17538 "zed_actions",
17539]
17540
17541[[package]]
17542name = "text"
17543version = "0.1.0"
17544dependencies = [
17545 "anyhow",
17546 "clock",
17547 "collections",
17548 "ctor",
17549 "gpui",
17550 "log",
17551 "parking_lot",
17552 "postage",
17553 "rand 0.9.2",
17554 "regex",
17555 "rope",
17556 "smallvec",
17557 "sum_tree",
17558 "util",
17559 "zlog",
17560]
17561
17562[[package]]
17563name = "theme"
17564version = "0.1.0"
17565dependencies = [
17566 "anyhow",
17567 "collections",
17568 "derive_more",
17569 "fs",
17570 "futures 0.3.31",
17571 "gpui",
17572 "log",
17573 "palette",
17574 "parking_lot",
17575 "refineable",
17576 "schemars",
17577 "serde",
17578 "serde_json",
17579 "serde_json_lenient",
17580 "settings",
17581 "strum 0.27.2",
17582 "thiserror 2.0.17",
17583 "util",
17584 "uuid",
17585]
17586
17587[[package]]
17588name = "theme_extension"
17589version = "0.1.0"
17590dependencies = [
17591 "anyhow",
17592 "extension",
17593 "fs",
17594 "gpui",
17595 "theme",
17596]
17597
17598[[package]]
17599name = "theme_importer"
17600version = "0.1.0"
17601dependencies = [
17602 "anyhow",
17603 "clap",
17604 "collections",
17605 "gpui",
17606 "indexmap",
17607 "log",
17608 "palette",
17609 "serde",
17610 "serde_json",
17611 "serde_json_lenient",
17612 "simplelog",
17613 "strum 0.27.2",
17614 "theme",
17615 "vscode_theme",
17616]
17617
17618[[package]]
17619name = "theme_selector"
17620version = "0.1.0"
17621dependencies = [
17622 "fs",
17623 "fuzzy",
17624 "gpui",
17625 "log",
17626 "picker",
17627 "serde",
17628 "settings",
17629 "telemetry",
17630 "theme",
17631 "ui",
17632 "util",
17633 "workspace",
17634 "zed_actions",
17635]
17636
17637[[package]]
17638name = "thiserror"
17639version = "1.0.69"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17642dependencies = [
17643 "thiserror-impl 1.0.69",
17644]
17645
17646[[package]]
17647name = "thiserror"
17648version = "2.0.17"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17651dependencies = [
17652 "thiserror-impl 2.0.17",
17653]
17654
17655[[package]]
17656name = "thiserror-impl"
17657version = "1.0.69"
17658source = "registry+https://github.com/rust-lang/crates.io-index"
17659checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17660dependencies = [
17661 "proc-macro2",
17662 "quote",
17663 "syn 2.0.117",
17664]
17665
17666[[package]]
17667name = "thiserror-impl"
17668version = "2.0.17"
17669source = "registry+https://github.com/rust-lang/crates.io-index"
17670checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17671dependencies = [
17672 "proc-macro2",
17673 "quote",
17674 "syn 2.0.117",
17675]
17676
17677[[package]]
17678name = "thread_local"
17679version = "1.1.9"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17682dependencies = [
17683 "cfg-if",
17684]
17685
17686[[package]]
17687name = "tiff"
17688version = "0.10.3"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17691dependencies = [
17692 "fax",
17693 "flate2",
17694 "half",
17695 "quick-error 2.0.1",
17696 "weezl",
17697 "zune-jpeg",
17698]
17699
17700[[package]]
17701name = "tiktoken-rs"
17702version = "0.9.1"
17703source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17704dependencies = [
17705 "anyhow",
17706 "base64 0.22.1",
17707 "bstr",
17708 "fancy-regex 0.16.2",
17709 "lazy_static",
17710 "regex",
17711 "rustc-hash 1.1.0",
17712]
17713
17714[[package]]
17715name = "time"
17716version = "0.3.47"
17717source = "registry+https://github.com/rust-lang/crates.io-index"
17718checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17719dependencies = [
17720 "deranged",
17721 "itoa",
17722 "libc",
17723 "num-conv",
17724 "num_threads",
17725 "powerfmt",
17726 "serde_core",
17727 "time-core",
17728 "time-macros",
17729]
17730
17731[[package]]
17732name = "time-core"
17733version = "0.1.8"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17736
17737[[package]]
17738name = "time-macros"
17739version = "0.2.27"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17742dependencies = [
17743 "num-conv",
17744 "time-core",
17745]
17746
17747[[package]]
17748name = "time_format"
17749version = "0.1.0"
17750dependencies = [
17751 "core-foundation 0.10.0",
17752 "core-foundation-sys",
17753 "sys-locale",
17754 "time",
17755 "windows 0.61.3",
17756]
17757
17758[[package]]
17759name = "tiny-keccak"
17760version = "2.0.2"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17763dependencies = [
17764 "crunchy",
17765]
17766
17767[[package]]
17768name = "tiny-skia"
17769version = "0.11.4"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17772dependencies = [
17773 "arrayref",
17774 "arrayvec",
17775 "bytemuck",
17776 "cfg-if",
17777 "log",
17778 "png 0.17.16",
17779 "tiny-skia-path",
17780]
17781
17782[[package]]
17783name = "tiny-skia-path"
17784version = "0.11.4"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17787dependencies = [
17788 "arrayref",
17789 "bytemuck",
17790 "strict-num",
17791]
17792
17793[[package]]
17794name = "tiny_http"
17795version = "0.12.0"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17798dependencies = [
17799 "ascii",
17800 "chunked_transfer",
17801 "httpdate",
17802 "log",
17803]
17804
17805[[package]]
17806name = "tinystr"
17807version = "0.8.1"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17810dependencies = [
17811 "displaydoc",
17812 "zerovec",
17813]
17814
17815[[package]]
17816name = "tinytemplate"
17817version = "1.2.1"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17820dependencies = [
17821 "serde",
17822 "serde_json",
17823]
17824
17825[[package]]
17826name = "tinyvec"
17827version = "1.10.0"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17830dependencies = [
17831 "tinyvec_macros",
17832]
17833
17834[[package]]
17835name = "tinyvec_macros"
17836version = "0.1.1"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17839
17840[[package]]
17841name = "title_bar"
17842version = "0.1.0"
17843dependencies = [
17844 "anyhow",
17845 "auto_update",
17846 "call",
17847 "channel",
17848 "chrono",
17849 "client",
17850 "cloud_api_types",
17851 "db",
17852 "git_ui",
17853 "gpui",
17854 "icons",
17855 "livekit_client",
17856 "notifications",
17857 "platform_title_bar",
17858 "project",
17859 "recent_projects",
17860 "release_channel",
17861 "remote",
17862 "remote_connection",
17863 "rpc",
17864 "schemars",
17865 "semver",
17866 "serde",
17867 "settings",
17868 "smallvec",
17869 "story",
17870 "telemetry",
17871 "theme",
17872 "ui",
17873 "util",
17874 "windows 0.61.3",
17875 "workspace",
17876 "zed_actions",
17877]
17878
17879[[package]]
17880name = "tokio"
17881version = "1.48.0"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17884dependencies = [
17885 "bytes 1.11.1",
17886 "libc",
17887 "mio 1.1.0",
17888 "parking_lot",
17889 "pin-project-lite",
17890 "signal-hook-registry",
17891 "socket2 0.6.1",
17892 "tokio-macros",
17893 "windows-sys 0.61.2",
17894]
17895
17896[[package]]
17897name = "tokio-io"
17898version = "0.1.13"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17901dependencies = [
17902 "bytes 0.4.12",
17903 "futures 0.1.31",
17904 "log",
17905]
17906
17907[[package]]
17908name = "tokio-macros"
17909version = "2.6.0"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17912dependencies = [
17913 "proc-macro2",
17914 "quote",
17915 "syn 2.0.117",
17916]
17917
17918[[package]]
17919name = "tokio-native-tls"
17920version = "0.3.1"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17923dependencies = [
17924 "native-tls",
17925 "tokio",
17926]
17927
17928[[package]]
17929name = "tokio-rustls"
17930version = "0.24.1"
17931source = "registry+https://github.com/rust-lang/crates.io-index"
17932checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17933dependencies = [
17934 "rustls 0.21.12",
17935 "tokio",
17936]
17937
17938[[package]]
17939name = "tokio-rustls"
17940version = "0.26.2"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17943dependencies = [
17944 "rustls 0.23.33",
17945 "tokio",
17946]
17947
17948[[package]]
17949name = "tokio-socks"
17950version = "0.5.2"
17951source = "registry+https://github.com/rust-lang/crates.io-index"
17952checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17953dependencies = [
17954 "either",
17955 "futures-io",
17956 "futures-util",
17957 "thiserror 1.0.69",
17958 "tokio",
17959]
17960
17961[[package]]
17962name = "tokio-stream"
17963version = "0.1.17"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17966dependencies = [
17967 "futures-core",
17968 "pin-project-lite",
17969 "tokio",
17970]
17971
17972[[package]]
17973name = "tokio-tungstenite"
17974version = "0.20.1"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17977dependencies = [
17978 "futures-util",
17979 "log",
17980 "tokio",
17981 "tungstenite 0.20.1",
17982]
17983
17984[[package]]
17985name = "tokio-tungstenite"
17986version = "0.21.0"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17989dependencies = [
17990 "futures-util",
17991 "log",
17992 "tokio",
17993 "tungstenite 0.21.0",
17994]
17995
17996[[package]]
17997name = "tokio-tungstenite"
17998version = "0.28.0"
17999source = "registry+https://github.com/rust-lang/crates.io-index"
18000checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18001dependencies = [
18002 "futures-util",
18003 "log",
18004 "rustls 0.23.33",
18005 "rustls-native-certs 0.8.2",
18006 "rustls-pki-types",
18007 "tokio",
18008 "tokio-rustls 0.26.2",
18009 "tungstenite 0.28.0",
18010]
18011
18012[[package]]
18013name = "tokio-util"
18014version = "0.7.16"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18017dependencies = [
18018 "bytes 1.11.1",
18019 "futures-core",
18020 "futures-io",
18021 "futures-sink",
18022 "pin-project-lite",
18023 "tokio",
18024]
18025
18026[[package]]
18027name = "toml"
18028version = "0.5.11"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18031dependencies = [
18032 "serde",
18033]
18034
18035[[package]]
18036name = "toml"
18037version = "0.8.23"
18038source = "registry+https://github.com/rust-lang/crates.io-index"
18039checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18040dependencies = [
18041 "serde",
18042 "serde_spanned 0.6.9",
18043 "toml_datetime 0.6.11",
18044 "toml_edit 0.22.27",
18045]
18046
18047[[package]]
18048name = "toml"
18049version = "0.9.8"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18052dependencies = [
18053 "indexmap",
18054 "serde_core",
18055 "serde_spanned 1.0.3",
18056 "toml_datetime 0.7.3",
18057 "toml_parser",
18058 "toml_writer",
18059 "winnow",
18060]
18061
18062[[package]]
18063name = "toml_datetime"
18064version = "0.6.11"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18067dependencies = [
18068 "serde",
18069]
18070
18071[[package]]
18072name = "toml_datetime"
18073version = "0.7.3"
18074source = "registry+https://github.com/rust-lang/crates.io-index"
18075checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18076dependencies = [
18077 "serde_core",
18078]
18079
18080[[package]]
18081name = "toml_edit"
18082version = "0.22.27"
18083source = "registry+https://github.com/rust-lang/crates.io-index"
18084checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18085dependencies = [
18086 "indexmap",
18087 "serde",
18088 "serde_spanned 0.6.9",
18089 "toml_datetime 0.6.11",
18090 "toml_write",
18091 "winnow",
18092]
18093
18094[[package]]
18095name = "toml_edit"
18096version = "0.23.7"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18099dependencies = [
18100 "indexmap",
18101 "toml_datetime 0.7.3",
18102 "toml_parser",
18103 "winnow",
18104]
18105
18106[[package]]
18107name = "toml_parser"
18108version = "1.0.4"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18111dependencies = [
18112 "winnow",
18113]
18114
18115[[package]]
18116name = "toml_write"
18117version = "0.1.2"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18120
18121[[package]]
18122name = "toml_writer"
18123version = "1.0.4"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18126
18127[[package]]
18128name = "toolchain_selector"
18129version = "0.1.0"
18130dependencies = [
18131 "anyhow",
18132 "convert_case 0.8.0",
18133 "editor",
18134 "futures 0.3.31",
18135 "fuzzy",
18136 "gpui",
18137 "language",
18138 "menu",
18139 "open_path_prompt",
18140 "picker",
18141 "project",
18142 "ui",
18143 "util",
18144 "workspace",
18145]
18146
18147[[package]]
18148name = "topological-sort"
18149version = "0.2.2"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18152
18153[[package]]
18154name = "tower"
18155version = "0.4.13"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18158dependencies = [
18159 "futures-core",
18160 "futures-util",
18161 "pin-project",
18162 "pin-project-lite",
18163 "tokio",
18164 "tower-layer",
18165 "tower-service",
18166 "tracing",
18167]
18168
18169[[package]]
18170name = "tower"
18171version = "0.5.2"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18174dependencies = [
18175 "futures-core",
18176 "futures-util",
18177 "pin-project-lite",
18178 "sync_wrapper 1.0.2",
18179 "tokio",
18180 "tower-layer",
18181 "tower-service",
18182]
18183
18184[[package]]
18185name = "tower-http"
18186version = "0.4.4"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18189dependencies = [
18190 "bitflags 2.10.0",
18191 "bytes 1.11.1",
18192 "futures-core",
18193 "futures-util",
18194 "http 0.2.12",
18195 "http-body 0.4.6",
18196 "http-range-header",
18197 "pin-project-lite",
18198 "tower-layer",
18199 "tower-service",
18200 "tracing",
18201]
18202
18203[[package]]
18204name = "tower-http"
18205version = "0.6.6"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18208dependencies = [
18209 "bitflags 2.10.0",
18210 "bytes 1.11.1",
18211 "futures-util",
18212 "http 1.3.1",
18213 "http-body 1.0.1",
18214 "iri-string",
18215 "pin-project-lite",
18216 "tower 0.5.2",
18217 "tower-layer",
18218 "tower-service",
18219]
18220
18221[[package]]
18222name = "tower-layer"
18223version = "0.3.3"
18224source = "registry+https://github.com/rust-lang/crates.io-index"
18225checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18226
18227[[package]]
18228name = "tower-service"
18229version = "0.3.3"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18232
18233[[package]]
18234name = "tracing"
18235version = "0.1.43"
18236source = "registry+https://github.com/rust-lang/crates.io-index"
18237checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18238dependencies = [
18239 "log",
18240 "pin-project-lite",
18241 "tracing-attributes",
18242 "tracing-core",
18243]
18244
18245[[package]]
18246name = "tracing-attributes"
18247version = "0.1.31"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18250dependencies = [
18251 "proc-macro2",
18252 "quote",
18253 "syn 2.0.117",
18254]
18255
18256[[package]]
18257name = "tracing-core"
18258version = "0.1.35"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18261dependencies = [
18262 "once_cell",
18263 "valuable",
18264]
18265
18266[[package]]
18267name = "tracing-log"
18268version = "0.2.0"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18271dependencies = [
18272 "log",
18273 "once_cell",
18274 "tracing-core",
18275]
18276
18277[[package]]
18278name = "tracing-serde"
18279version = "0.2.0"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18282dependencies = [
18283 "serde",
18284 "tracing-core",
18285]
18286
18287[[package]]
18288name = "tracing-subscriber"
18289version = "0.3.22"
18290source = "registry+https://github.com/rust-lang/crates.io-index"
18291checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18292dependencies = [
18293 "matchers",
18294 "nu-ansi-term",
18295 "once_cell",
18296 "regex-automata",
18297 "serde",
18298 "serde_json",
18299 "sharded-slab",
18300 "smallvec",
18301 "thread_local",
18302 "tracing",
18303 "tracing-core",
18304 "tracing-log",
18305 "tracing-serde",
18306]
18307
18308[[package]]
18309name = "tracing-tracy"
18310version = "0.11.4"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18313dependencies = [
18314 "tracing-core",
18315 "tracing-subscriber",
18316 "tracy-client",
18317]
18318
18319[[package]]
18320name = "tracy-client"
18321version = "0.18.3"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18324dependencies = [
18325 "loom",
18326 "once_cell",
18327 "tracy-client-sys",
18328]
18329
18330[[package]]
18331name = "tracy-client-sys"
18332version = "0.27.0"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18335dependencies = [
18336 "cc",
18337 "windows-targets 0.52.6",
18338]
18339
18340[[package]]
18341name = "trait-variant"
18342version = "0.1.2"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18345dependencies = [
18346 "proc-macro2",
18347 "quote",
18348 "syn 2.0.117",
18349]
18350
18351[[package]]
18352name = "transpose"
18353version = "0.2.3"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18356dependencies = [
18357 "num-integer",
18358 "strength_reduce",
18359]
18360
18361[[package]]
18362name = "tree-sitter"
18363version = "0.26.3"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18366dependencies = [
18367 "cc",
18368 "regex",
18369 "regex-syntax",
18370 "serde_json",
18371 "streaming-iterator",
18372 "tree-sitter-language",
18373 "wasmtime-c-api-impl",
18374]
18375
18376[[package]]
18377name = "tree-sitter-bash"
18378version = "0.25.1"
18379source = "registry+https://github.com/rust-lang/crates.io-index"
18380checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18381dependencies = [
18382 "cc",
18383 "tree-sitter-language",
18384]
18385
18386[[package]]
18387name = "tree-sitter-c"
18388version = "0.24.1"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18391dependencies = [
18392 "cc",
18393 "tree-sitter-language",
18394]
18395
18396[[package]]
18397name = "tree-sitter-cpp"
18398version = "0.23.4"
18399source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18400dependencies = [
18401 "cc",
18402 "tree-sitter-language",
18403]
18404
18405[[package]]
18406name = "tree-sitter-css"
18407version = "0.23.2"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18410dependencies = [
18411 "cc",
18412 "tree-sitter-language",
18413]
18414
18415[[package]]
18416name = "tree-sitter-diff"
18417version = "0.1.0"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18420dependencies = [
18421 "cc",
18422 "tree-sitter-language",
18423]
18424
18425[[package]]
18426name = "tree-sitter-elixir"
18427version = "0.3.4"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18430dependencies = [
18431 "cc",
18432 "tree-sitter-language",
18433]
18434
18435[[package]]
18436name = "tree-sitter-embedded-template"
18437version = "0.23.2"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18440dependencies = [
18441 "cc",
18442 "tree-sitter-language",
18443]
18444
18445[[package]]
18446name = "tree-sitter-gitcommit"
18447version = "0.0.1"
18448source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18449dependencies = [
18450 "cc",
18451 "tree-sitter-language",
18452]
18453
18454[[package]]
18455name = "tree-sitter-go"
18456version = "0.25.0"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18459dependencies = [
18460 "cc",
18461 "tree-sitter-language",
18462]
18463
18464[[package]]
18465name = "tree-sitter-gomod"
18466version = "1.1.1"
18467source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18468dependencies = [
18469 "cc",
18470 "tree-sitter-language",
18471]
18472
18473[[package]]
18474name = "tree-sitter-gowork"
18475version = "0.0.1"
18476source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18477dependencies = [
18478 "cc",
18479 "tree-sitter-language",
18480]
18481
18482[[package]]
18483name = "tree-sitter-heex"
18484version = "0.0.1"
18485source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18486dependencies = [
18487 "cc",
18488 "tree-sitter-language",
18489]
18490
18491[[package]]
18492name = "tree-sitter-html"
18493version = "0.23.2"
18494source = "registry+https://github.com/rust-lang/crates.io-index"
18495checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18496dependencies = [
18497 "cc",
18498 "tree-sitter-language",
18499]
18500
18501[[package]]
18502name = "tree-sitter-jsdoc"
18503version = "0.23.2"
18504source = "registry+https://github.com/rust-lang/crates.io-index"
18505checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18506dependencies = [
18507 "cc",
18508 "tree-sitter-language",
18509]
18510
18511[[package]]
18512name = "tree-sitter-json"
18513version = "0.24.8"
18514source = "registry+https://github.com/rust-lang/crates.io-index"
18515checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18516dependencies = [
18517 "cc",
18518 "tree-sitter-language",
18519]
18520
18521[[package]]
18522name = "tree-sitter-language"
18523version = "0.1.5"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18526
18527[[package]]
18528name = "tree-sitter-md"
18529version = "0.3.2"
18530source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18531dependencies = [
18532 "cc",
18533 "tree-sitter-language",
18534]
18535
18536[[package]]
18537name = "tree-sitter-python"
18538version = "0.25.0"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18541dependencies = [
18542 "cc",
18543 "tree-sitter-language",
18544]
18545
18546[[package]]
18547name = "tree-sitter-regex"
18548version = "0.24.3"
18549source = "registry+https://github.com/rust-lang/crates.io-index"
18550checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18551dependencies = [
18552 "cc",
18553 "tree-sitter-language",
18554]
18555
18556[[package]]
18557name = "tree-sitter-ruby"
18558version = "0.23.1"
18559source = "registry+https://github.com/rust-lang/crates.io-index"
18560checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-rust"
18568version = "0.24.1"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-typescript"
18578version = "0.23.2"
18579source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18580dependencies = [
18581 "cc",
18582 "tree-sitter-language",
18583]
18584
18585[[package]]
18586name = "tree-sitter-yaml"
18587version = "0.6.1"
18588source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18589dependencies = [
18590 "cc",
18591 "tree-sitter-language",
18592]
18593
18594[[package]]
18595name = "triomphe"
18596version = "0.1.15"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18599dependencies = [
18600 "serde",
18601 "stable_deref_trait",
18602]
18603
18604[[package]]
18605name = "try-lock"
18606version = "0.2.5"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18609
18610[[package]]
18611name = "ttf-parser"
18612version = "0.20.0"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18615
18616[[package]]
18617name = "ttf-parser"
18618version = "0.25.1"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18621dependencies = [
18622 "core_maths",
18623]
18624
18625[[package]]
18626name = "tungstenite"
18627version = "0.20.1"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18630dependencies = [
18631 "byteorder",
18632 "bytes 1.11.1",
18633 "data-encoding",
18634 "http 0.2.12",
18635 "httparse",
18636 "log",
18637 "rand 0.8.5",
18638 "sha1",
18639 "thiserror 1.0.69",
18640 "url",
18641 "utf-8",
18642]
18643
18644[[package]]
18645name = "tungstenite"
18646version = "0.21.0"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18649dependencies = [
18650 "byteorder",
18651 "bytes 1.11.1",
18652 "data-encoding",
18653 "http 1.3.1",
18654 "httparse",
18655 "log",
18656 "rand 0.8.5",
18657 "sha1",
18658 "thiserror 1.0.69",
18659 "url",
18660 "utf-8",
18661]
18662
18663[[package]]
18664name = "tungstenite"
18665version = "0.27.0"
18666source = "registry+https://github.com/rust-lang/crates.io-index"
18667checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18668dependencies = [
18669 "bytes 1.11.1",
18670 "data-encoding",
18671 "http 1.3.1",
18672 "httparse",
18673 "log",
18674 "rand 0.9.2",
18675 "rustls 0.23.33",
18676 "rustls-pki-types",
18677 "sha1",
18678 "thiserror 2.0.17",
18679 "utf-8",
18680]
18681
18682[[package]]
18683name = "tungstenite"
18684version = "0.28.0"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18687dependencies = [
18688 "bytes 1.11.1",
18689 "data-encoding",
18690 "http 1.3.1",
18691 "httparse",
18692 "log",
18693 "rand 0.9.2",
18694 "rustls 0.23.33",
18695 "rustls-pki-types",
18696 "sha1",
18697 "thiserror 2.0.17",
18698 "utf-8",
18699]
18700
18701[[package]]
18702name = "typeid"
18703version = "1.0.3"
18704source = "registry+https://github.com/rust-lang/crates.io-index"
18705checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18706
18707[[package]]
18708name = "typenum"
18709version = "1.19.0"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18712
18713[[package]]
18714name = "ucd-trie"
18715version = "0.1.7"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18718
18719[[package]]
18720name = "uds"
18721version = "0.4.2"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18724dependencies = [
18725 "libc",
18726]
18727
18728[[package]]
18729name = "uds_windows"
18730version = "1.1.0"
18731source = "registry+https://github.com/rust-lang/crates.io-index"
18732checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18733dependencies = [
18734 "memoffset",
18735 "tempfile",
18736 "winapi",
18737]
18738
18739[[package]]
18740name = "ug"
18741version = "0.4.0"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18744dependencies = [
18745 "gemm 0.18.2",
18746 "half",
18747 "libloading",
18748 "memmap2",
18749 "num",
18750 "num-traits",
18751 "num_cpus",
18752 "rayon",
18753 "safetensors",
18754 "serde",
18755 "thiserror 1.0.69",
18756 "tracing",
18757 "yoke 0.7.5",
18758]
18759
18760[[package]]
18761name = "ui"
18762version = "0.1.0"
18763dependencies = [
18764 "chrono",
18765 "component",
18766 "documented",
18767 "gpui",
18768 "gpui_macros",
18769 "icons",
18770 "itertools 0.14.0",
18771 "menu",
18772 "schemars",
18773 "serde",
18774 "settings",
18775 "smallvec",
18776 "story",
18777 "strum 0.27.2",
18778 "theme",
18779 "ui_macros",
18780 "util",
18781 "windows 0.61.3",
18782]
18783
18784[[package]]
18785name = "ui_input"
18786version = "0.1.0"
18787dependencies = [
18788 "component",
18789 "gpui",
18790 "ui",
18791]
18792
18793[[package]]
18794name = "ui_macros"
18795version = "0.1.0"
18796dependencies = [
18797 "component",
18798 "quote",
18799 "syn 2.0.117",
18800 "ui",
18801]
18802
18803[[package]]
18804name = "ui_prompt"
18805version = "0.1.0"
18806dependencies = [
18807 "gpui",
18808 "markdown",
18809 "menu",
18810 "settings",
18811 "theme",
18812 "ui",
18813 "workspace",
18814]
18815
18816[[package]]
18817name = "unarray"
18818version = "0.1.4"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18821
18822[[package]]
18823name = "unicase"
18824version = "2.8.1"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18827
18828[[package]]
18829name = "unicode-bidi"
18830version = "0.3.18"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18833
18834[[package]]
18835name = "unicode-bidi-mirroring"
18836version = "0.4.0"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18839
18840[[package]]
18841name = "unicode-ccc"
18842version = "0.4.0"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18845
18846[[package]]
18847name = "unicode-general-category"
18848version = "1.1.0"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18851
18852[[package]]
18853name = "unicode-ident"
18854version = "1.0.19"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18857
18858[[package]]
18859name = "unicode-linebreak"
18860version = "0.1.5"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18863
18864[[package]]
18865name = "unicode-normalization"
18866version = "0.1.24"
18867source = "registry+https://github.com/rust-lang/crates.io-index"
18868checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18869dependencies = [
18870 "tinyvec",
18871]
18872
18873[[package]]
18874name = "unicode-properties"
18875version = "0.1.3"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18878
18879[[package]]
18880name = "unicode-script"
18881version = "0.5.8"
18882source = "registry+https://github.com/rust-lang/crates.io-index"
18883checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18884
18885[[package]]
18886name = "unicode-segmentation"
18887version = "1.12.0"
18888source = "registry+https://github.com/rust-lang/crates.io-index"
18889checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18890
18891[[package]]
18892name = "unicode-vo"
18893version = "0.1.0"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18896
18897[[package]]
18898name = "unicode-width"
18899version = "0.2.2"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18902
18903[[package]]
18904name = "unicode-xid"
18905version = "0.2.6"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18908
18909[[package]]
18910name = "unicode_categories"
18911version = "0.1.1"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18914
18915[[package]]
18916name = "unindent"
18917version = "0.2.4"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18920
18921[[package]]
18922name = "unsafe-libyaml"
18923version = "0.2.11"
18924source = "registry+https://github.com/rust-lang/crates.io-index"
18925checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18926
18927[[package]]
18928name = "untrusted"
18929version = "0.7.1"
18930source = "registry+https://github.com/rust-lang/crates.io-index"
18931checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18932
18933[[package]]
18934name = "untrusted"
18935version = "0.9.0"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18938
18939[[package]]
18940name = "url"
18941version = "2.5.7"
18942source = "registry+https://github.com/rust-lang/crates.io-index"
18943checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18944dependencies = [
18945 "form_urlencoded",
18946 "idna",
18947 "percent-encoding",
18948 "serde",
18949]
18950
18951[[package]]
18952name = "urlencoding"
18953version = "2.1.3"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18956
18957[[package]]
18958name = "usvg"
18959version = "0.45.1"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18962dependencies = [
18963 "base64 0.22.1",
18964 "data-url",
18965 "flate2",
18966 "fontdb 0.23.0",
18967 "imagesize",
18968 "kurbo",
18969 "log",
18970 "pico-args",
18971 "roxmltree",
18972 "rustybuzz",
18973 "simplecss",
18974 "siphasher 1.0.1",
18975 "strict-num",
18976 "svgtypes",
18977 "tiny-skia-path",
18978 "unicode-bidi",
18979 "unicode-script",
18980 "unicode-vo",
18981 "xmlwriter",
18982]
18983
18984[[package]]
18985name = "utf-8"
18986version = "0.7.6"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18989
18990[[package]]
18991name = "utf8-chars"
18992version = "3.0.6"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18995dependencies = [
18996 "arrayvec",
18997]
18998
18999[[package]]
19000name = "utf8_iter"
19001version = "1.0.4"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19004
19005[[package]]
19006name = "utf8parse"
19007version = "0.2.2"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19010
19011[[package]]
19012name = "util"
19013version = "0.1.0"
19014dependencies = [
19015 "anyhow",
19016 "async-fs",
19017 "async_zip",
19018 "collections",
19019 "command-fds",
19020 "dirs 4.0.0",
19021 "dunce",
19022 "futures 0.3.31",
19023 "futures-lite 1.13.0",
19024 "git2",
19025 "globset",
19026 "gpui_util",
19027 "itertools 0.14.0",
19028 "libc",
19029 "log",
19030 "mach2 0.5.0",
19031 "nix 0.29.0",
19032 "percent-encoding",
19033 "pretty_assertions",
19034 "rand 0.9.2",
19035 "regex",
19036 "rust-embed",
19037 "schemars",
19038 "serde",
19039 "serde_json",
19040 "serde_json_lenient",
19041 "shlex",
19042 "smol",
19043 "take-until",
19044 "tempfile",
19045 "tendril",
19046 "unicase",
19047 "url",
19048 "util_macros",
19049 "walkdir",
19050 "which 6.0.3",
19051]
19052
19053[[package]]
19054name = "util_macros"
19055version = "0.1.0"
19056dependencies = [
19057 "perf",
19058 "quote",
19059 "syn 2.0.117",
19060]
19061
19062[[package]]
19063name = "uuid"
19064version = "1.18.1"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19067dependencies = [
19068 "getrandom 0.3.4",
19069 "js-sys",
19070 "serde",
19071 "sha1_smol",
19072 "wasm-bindgen",
19073]
19074
19075[[package]]
19076name = "uuid-simd"
19077version = "0.8.0"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19080dependencies = [
19081 "outref",
19082 "vsimd",
19083]
19084
19085[[package]]
19086name = "v_frame"
19087version = "0.3.9"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19090dependencies = [
19091 "aligned-vec",
19092 "num-traits",
19093 "wasm-bindgen",
19094]
19095
19096[[package]]
19097name = "valuable"
19098version = "0.1.1"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19101
19102[[package]]
19103name = "value-bag"
19104version = "1.12.0"
19105source = "registry+https://github.com/rust-lang/crates.io-index"
19106checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19107dependencies = [
19108 "value-bag-serde1",
19109 "value-bag-sval2",
19110]
19111
19112[[package]]
19113name = "value-bag-serde1"
19114version = "1.12.0"
19115source = "registry+https://github.com/rust-lang/crates.io-index"
19116checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19117dependencies = [
19118 "erased-serde",
19119 "serde_core",
19120 "serde_fmt",
19121]
19122
19123[[package]]
19124name = "value-bag-sval2"
19125version = "1.12.0"
19126source = "registry+https://github.com/rust-lang/crates.io-index"
19127checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19128dependencies = [
19129 "sval",
19130 "sval_buffer",
19131 "sval_dynamic",
19132 "sval_fmt",
19133 "sval_json",
19134 "sval_ref",
19135 "sval_serde",
19136]
19137
19138[[package]]
19139name = "vcpkg"
19140version = "0.2.15"
19141source = "registry+https://github.com/rust-lang/crates.io-index"
19142checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19143
19144[[package]]
19145name = "vercel"
19146version = "0.1.0"
19147dependencies = [
19148 "anyhow",
19149 "schemars",
19150 "serde",
19151 "strum 0.27.2",
19152]
19153
19154[[package]]
19155name = "version-compare"
19156version = "0.2.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19159
19160[[package]]
19161name = "version_check"
19162version = "0.9.5"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19165
19166[[package]]
19167name = "vim"
19168version = "0.1.0"
19169dependencies = [
19170 "anyhow",
19171 "async-compat",
19172 "async-trait",
19173 "collections",
19174 "command_palette",
19175 "command_palette_hooks",
19176 "db",
19177 "editor",
19178 "env_logger 0.11.8",
19179 "futures 0.3.31",
19180 "fuzzy",
19181 "git_ui",
19182 "gpui",
19183 "indoc",
19184 "itertools 0.14.0",
19185 "language",
19186 "log",
19187 "lsp",
19188 "markdown_preview",
19189 "menu",
19190 "multi_buffer",
19191 "nvim-rs",
19192 "outline_panel",
19193 "parking_lot",
19194 "perf",
19195 "picker",
19196 "project",
19197 "project_panel",
19198 "regex",
19199 "release_channel",
19200 "schemars",
19201 "search",
19202 "semver",
19203 "serde",
19204 "serde_json",
19205 "settings",
19206 "settings_ui",
19207 "task",
19208 "text",
19209 "theme",
19210 "tokio",
19211 "ui",
19212 "util",
19213 "util_macros",
19214 "vim_mode_setting",
19215 "workspace",
19216 "zed_actions",
19217]
19218
19219[[package]]
19220name = "vim_mode_setting"
19221version = "0.1.0"
19222dependencies = [
19223 "gpui",
19224 "settings",
19225]
19226
19227[[package]]
19228name = "vscode_theme"
19229version = "0.2.0"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19232dependencies = [
19233 "serde",
19234]
19235
19236[[package]]
19237name = "vsimd"
19238version = "0.8.0"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19241
19242[[package]]
19243name = "vswhom"
19244version = "0.1.0"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19247dependencies = [
19248 "libc",
19249 "vswhom-sys",
19250]
19251
19252[[package]]
19253name = "vswhom-sys"
19254version = "0.1.3"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19257dependencies = [
19258 "cc",
19259 "libc",
19260]
19261
19262[[package]]
19263name = "vte"
19264version = "0.15.0"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19267dependencies = [
19268 "arrayvec",
19269 "bitflags 2.10.0",
19270 "cursor-icon",
19271 "log",
19272 "memchr",
19273 "serde",
19274]
19275
19276[[package]]
19277name = "wait-timeout"
19278version = "0.2.1"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19281dependencies = [
19282 "libc",
19283]
19284
19285[[package]]
19286name = "waker-fn"
19287version = "1.2.0"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19290
19291[[package]]
19292name = "walkdir"
19293version = "2.5.0"
19294source = "registry+https://github.com/rust-lang/crates.io-index"
19295checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19296dependencies = [
19297 "same-file",
19298 "winapi-util",
19299]
19300
19301[[package]]
19302name = "want"
19303version = "0.3.1"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19306dependencies = [
19307 "try-lock",
19308]
19309
19310[[package]]
19311name = "warp"
19312version = "0.3.7"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19315dependencies = [
19316 "bytes 1.11.1",
19317 "futures-channel",
19318 "futures-util",
19319 "headers",
19320 "http 0.2.12",
19321 "hyper 0.14.32",
19322 "log",
19323 "mime",
19324 "mime_guess",
19325 "percent-encoding",
19326 "pin-project",
19327 "scoped-tls",
19328 "serde",
19329 "serde_json",
19330 "serde_urlencoded",
19331 "tokio",
19332 "tokio-tungstenite 0.21.0",
19333 "tokio-util",
19334 "tower-service",
19335 "tracing",
19336]
19337
19338[[package]]
19339name = "wasi"
19340version = "0.11.1+wasi-snapshot-preview1"
19341source = "registry+https://github.com/rust-lang/crates.io-index"
19342checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19343
19344[[package]]
19345name = "wasip2"
19346version = "1.0.1+wasi-0.2.4"
19347source = "registry+https://github.com/rust-lang/crates.io-index"
19348checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19349dependencies = [
19350 "wit-bindgen 0.46.0",
19351]
19352
19353[[package]]
19354name = "wasip3"
19355version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19358dependencies = [
19359 "wit-bindgen 0.51.0",
19360]
19361
19362[[package]]
19363name = "wasite"
19364version = "0.1.0"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19367
19368[[package]]
19369name = "wasm-bindgen"
19370version = "0.2.113"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19373dependencies = [
19374 "cfg-if",
19375 "once_cell",
19376 "rustversion",
19377 "wasm-bindgen-macro",
19378 "wasm-bindgen-shared",
19379]
19380
19381[[package]]
19382name = "wasm-bindgen-futures"
19383version = "0.4.63"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19386dependencies = [
19387 "cfg-if",
19388 "futures-util",
19389 "js-sys",
19390 "once_cell",
19391 "wasm-bindgen",
19392 "web-sys",
19393]
19394
19395[[package]]
19396name = "wasm-bindgen-macro"
19397version = "0.2.113"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19400dependencies = [
19401 "quote",
19402 "wasm-bindgen-macro-support",
19403]
19404
19405[[package]]
19406name = "wasm-bindgen-macro-support"
19407version = "0.2.113"
19408source = "registry+https://github.com/rust-lang/crates.io-index"
19409checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19410dependencies = [
19411 "bumpalo",
19412 "proc-macro2",
19413 "quote",
19414 "syn 2.0.117",
19415 "wasm-bindgen-shared",
19416]
19417
19418[[package]]
19419name = "wasm-bindgen-shared"
19420version = "0.2.113"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19423dependencies = [
19424 "unicode-ident",
19425]
19426
19427[[package]]
19428name = "wasm-encoder"
19429version = "0.201.0"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19432dependencies = [
19433 "leb128",
19434]
19435
19436[[package]]
19437name = "wasm-encoder"
19438version = "0.221.3"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19441dependencies = [
19442 "leb128",
19443 "wasmparser 0.221.3",
19444]
19445
19446[[package]]
19447name = "wasm-encoder"
19448version = "0.227.1"
19449source = "registry+https://github.com/rust-lang/crates.io-index"
19450checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19451dependencies = [
19452 "leb128fmt",
19453 "wasmparser 0.227.1",
19454]
19455
19456[[package]]
19457name = "wasm-encoder"
19458version = "0.229.0"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19461dependencies = [
19462 "leb128fmt",
19463 "wasmparser 0.229.0",
19464]
19465
19466[[package]]
19467name = "wasm-encoder"
19468version = "0.244.0"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19471dependencies = [
19472 "leb128fmt",
19473 "wasmparser 0.244.0",
19474]
19475
19476[[package]]
19477name = "wasm-metadata"
19478version = "0.201.0"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19481dependencies = [
19482 "anyhow",
19483 "indexmap",
19484 "serde",
19485 "serde_derive",
19486 "serde_json",
19487 "spdx",
19488 "wasm-encoder 0.201.0",
19489 "wasmparser 0.201.0",
19490]
19491
19492[[package]]
19493name = "wasm-metadata"
19494version = "0.227.1"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19497dependencies = [
19498 "anyhow",
19499 "auditable-serde",
19500 "flate2",
19501 "indexmap",
19502 "serde",
19503 "serde_derive",
19504 "serde_json",
19505 "spdx",
19506 "url",
19507 "wasm-encoder 0.227.1",
19508 "wasmparser 0.227.1",
19509]
19510
19511[[package]]
19512name = "wasm-metadata"
19513version = "0.244.0"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19516dependencies = [
19517 "anyhow",
19518 "indexmap",
19519 "wasm-encoder 0.244.0",
19520 "wasmparser 0.244.0",
19521]
19522
19523[[package]]
19524name = "wasm-streams"
19525version = "0.4.2"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19528dependencies = [
19529 "futures-util",
19530 "js-sys",
19531 "wasm-bindgen",
19532 "wasm-bindgen-futures",
19533 "web-sys",
19534]
19535
19536[[package]]
19537name = "wasm_thread"
19538version = "0.3.3"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19541dependencies = [
19542 "futures 0.3.31",
19543 "js-sys",
19544 "wasm-bindgen",
19545 "web-sys",
19546]
19547
19548[[package]]
19549name = "wasmparser"
19550version = "0.201.0"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19553dependencies = [
19554 "bitflags 2.10.0",
19555 "indexmap",
19556 "semver",
19557]
19558
19559[[package]]
19560name = "wasmparser"
19561version = "0.221.3"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19564dependencies = [
19565 "bitflags 2.10.0",
19566 "hashbrown 0.15.5",
19567 "indexmap",
19568 "semver",
19569 "serde",
19570]
19571
19572[[package]]
19573name = "wasmparser"
19574version = "0.227.1"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19577dependencies = [
19578 "bitflags 2.10.0",
19579 "hashbrown 0.15.5",
19580 "indexmap",
19581 "semver",
19582]
19583
19584[[package]]
19585name = "wasmparser"
19586version = "0.229.0"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19589dependencies = [
19590 "bitflags 2.10.0",
19591 "hashbrown 0.15.5",
19592 "indexmap",
19593 "semver",
19594 "serde",
19595]
19596
19597[[package]]
19598name = "wasmparser"
19599version = "0.244.0"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19602dependencies = [
19603 "bitflags 2.10.0",
19604 "hashbrown 0.15.5",
19605 "indexmap",
19606 "semver",
19607]
19608
19609[[package]]
19610name = "wasmprinter"
19611version = "0.229.0"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19614dependencies = [
19615 "anyhow",
19616 "termcolor",
19617 "wasmparser 0.229.0",
19618]
19619
19620[[package]]
19621name = "wasmtime"
19622version = "33.0.2"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19625dependencies = [
19626 "addr2line 0.24.2",
19627 "anyhow",
19628 "async-trait",
19629 "bitflags 2.10.0",
19630 "bumpalo",
19631 "cc",
19632 "cfg-if",
19633 "encoding_rs",
19634 "hashbrown 0.15.5",
19635 "indexmap",
19636 "libc",
19637 "log",
19638 "mach2 0.4.3",
19639 "memfd",
19640 "object 0.36.7",
19641 "once_cell",
19642 "postcard",
19643 "psm",
19644 "pulley-interpreter",
19645 "rayon",
19646 "rustix 1.1.2",
19647 "semver",
19648 "serde",
19649 "serde_derive",
19650 "smallvec",
19651 "sptr",
19652 "target-lexicon 0.13.3",
19653 "trait-variant",
19654 "wasmparser 0.229.0",
19655 "wasmtime-asm-macros",
19656 "wasmtime-component-macro",
19657 "wasmtime-component-util",
19658 "wasmtime-cranelift",
19659 "wasmtime-environ",
19660 "wasmtime-fiber",
19661 "wasmtime-jit-icache-coherence",
19662 "wasmtime-math",
19663 "wasmtime-slab",
19664 "wasmtime-versioned-export-macros",
19665 "wasmtime-winch",
19666 "windows-sys 0.59.0",
19667]
19668
19669[[package]]
19670name = "wasmtime-asm-macros"
19671version = "33.0.2"
19672source = "registry+https://github.com/rust-lang/crates.io-index"
19673checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19674dependencies = [
19675 "cfg-if",
19676]
19677
19678[[package]]
19679name = "wasmtime-c-api-impl"
19680version = "33.0.2"
19681source = "registry+https://github.com/rust-lang/crates.io-index"
19682checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19683dependencies = [
19684 "anyhow",
19685 "log",
19686 "tracing",
19687 "wasmtime",
19688 "wasmtime-c-api-macros",
19689]
19690
19691[[package]]
19692name = "wasmtime-c-api-macros"
19693version = "33.0.2"
19694source = "registry+https://github.com/rust-lang/crates.io-index"
19695checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19696dependencies = [
19697 "proc-macro2",
19698 "quote",
19699]
19700
19701[[package]]
19702name = "wasmtime-component-macro"
19703version = "33.0.2"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19706dependencies = [
19707 "anyhow",
19708 "proc-macro2",
19709 "quote",
19710 "syn 2.0.117",
19711 "wasmtime-component-util",
19712 "wasmtime-wit-bindgen",
19713 "wit-parser 0.229.0",
19714]
19715
19716[[package]]
19717name = "wasmtime-component-util"
19718version = "33.0.2"
19719source = "registry+https://github.com/rust-lang/crates.io-index"
19720checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19721
19722[[package]]
19723name = "wasmtime-cranelift"
19724version = "33.0.2"
19725source = "registry+https://github.com/rust-lang/crates.io-index"
19726checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19727dependencies = [
19728 "anyhow",
19729 "cfg-if",
19730 "cranelift-codegen",
19731 "cranelift-control",
19732 "cranelift-entity",
19733 "cranelift-frontend",
19734 "cranelift-native",
19735 "gimli 0.31.1",
19736 "itertools 0.14.0",
19737 "log",
19738 "object 0.36.7",
19739 "pulley-interpreter",
19740 "smallvec",
19741 "target-lexicon 0.13.3",
19742 "thiserror 2.0.17",
19743 "wasmparser 0.229.0",
19744 "wasmtime-environ",
19745 "wasmtime-versioned-export-macros",
19746]
19747
19748[[package]]
19749name = "wasmtime-environ"
19750version = "33.0.2"
19751source = "registry+https://github.com/rust-lang/crates.io-index"
19752checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19753dependencies = [
19754 "anyhow",
19755 "cpp_demangle",
19756 "cranelift-bitset",
19757 "cranelift-entity",
19758 "gimli 0.31.1",
19759 "indexmap",
19760 "log",
19761 "object 0.36.7",
19762 "postcard",
19763 "rustc-demangle",
19764 "semver",
19765 "serde",
19766 "serde_derive",
19767 "smallvec",
19768 "target-lexicon 0.13.3",
19769 "wasm-encoder 0.229.0",
19770 "wasmparser 0.229.0",
19771 "wasmprinter",
19772 "wasmtime-component-util",
19773]
19774
19775[[package]]
19776name = "wasmtime-fiber"
19777version = "33.0.2"
19778source = "registry+https://github.com/rust-lang/crates.io-index"
19779checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19780dependencies = [
19781 "anyhow",
19782 "cc",
19783 "cfg-if",
19784 "rustix 1.1.2",
19785 "wasmtime-asm-macros",
19786 "wasmtime-versioned-export-macros",
19787 "windows-sys 0.59.0",
19788]
19789
19790[[package]]
19791name = "wasmtime-jit-icache-coherence"
19792version = "33.0.2"
19793source = "registry+https://github.com/rust-lang/crates.io-index"
19794checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19795dependencies = [
19796 "anyhow",
19797 "cfg-if",
19798 "libc",
19799 "windows-sys 0.59.0",
19800]
19801
19802[[package]]
19803name = "wasmtime-math"
19804version = "33.0.2"
19805source = "registry+https://github.com/rust-lang/crates.io-index"
19806checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19807dependencies = [
19808 "libm",
19809]
19810
19811[[package]]
19812name = "wasmtime-slab"
19813version = "33.0.2"
19814source = "registry+https://github.com/rust-lang/crates.io-index"
19815checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19816
19817[[package]]
19818name = "wasmtime-versioned-export-macros"
19819version = "33.0.2"
19820source = "registry+https://github.com/rust-lang/crates.io-index"
19821checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19822dependencies = [
19823 "proc-macro2",
19824 "quote",
19825 "syn 2.0.117",
19826]
19827
19828[[package]]
19829name = "wasmtime-wasi"
19830version = "33.0.2"
19831source = "registry+https://github.com/rust-lang/crates.io-index"
19832checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19833dependencies = [
19834 "anyhow",
19835 "async-trait",
19836 "bitflags 2.10.0",
19837 "bytes 1.11.1",
19838 "cap-fs-ext",
19839 "cap-net-ext",
19840 "cap-rand",
19841 "cap-std",
19842 "cap-time-ext",
19843 "fs-set-times",
19844 "futures 0.3.31",
19845 "io-extras",
19846 "io-lifetimes",
19847 "rustix 1.1.2",
19848 "system-interface",
19849 "thiserror 2.0.17",
19850 "tokio",
19851 "tracing",
19852 "url",
19853 "wasmtime",
19854 "wasmtime-wasi-io",
19855 "wiggle",
19856 "windows-sys 0.59.0",
19857]
19858
19859[[package]]
19860name = "wasmtime-wasi-io"
19861version = "33.0.2"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19864dependencies = [
19865 "anyhow",
19866 "async-trait",
19867 "bytes 1.11.1",
19868 "futures 0.3.31",
19869 "wasmtime",
19870]
19871
19872[[package]]
19873name = "wasmtime-winch"
19874version = "33.0.2"
19875source = "registry+https://github.com/rust-lang/crates.io-index"
19876checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19877dependencies = [
19878 "anyhow",
19879 "cranelift-codegen",
19880 "gimli 0.31.1",
19881 "object 0.36.7",
19882 "target-lexicon 0.13.3",
19883 "wasmparser 0.229.0",
19884 "wasmtime-cranelift",
19885 "wasmtime-environ",
19886 "winch-codegen",
19887]
19888
19889[[package]]
19890name = "wasmtime-wit-bindgen"
19891version = "33.0.2"
19892source = "registry+https://github.com/rust-lang/crates.io-index"
19893checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19894dependencies = [
19895 "anyhow",
19896 "heck 0.5.0",
19897 "indexmap",
19898 "wit-parser 0.229.0",
19899]
19900
19901[[package]]
19902name = "wast"
19903version = "35.0.2"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19906dependencies = [
19907 "leb128",
19908]
19909
19910[[package]]
19911name = "watch"
19912version = "0.1.0"
19913dependencies = [
19914 "ctor",
19915 "futures 0.3.31",
19916 "gpui",
19917 "parking_lot",
19918 "zlog",
19919]
19920
19921[[package]]
19922name = "wax"
19923version = "0.7.0"
19924source = "registry+https://github.com/rust-lang/crates.io-index"
19925checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19926dependencies = [
19927 "const_format",
19928 "itertools 0.14.0",
19929 "nom 7.1.3",
19930 "pori",
19931 "regex",
19932 "thiserror 2.0.17",
19933 "walkdir",
19934]
19935
19936[[package]]
19937name = "wayland-backend"
19938version = "0.3.11"
19939source = "registry+https://github.com/rust-lang/crates.io-index"
19940checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19941dependencies = [
19942 "cc",
19943 "downcast-rs",
19944 "rustix 1.1.2",
19945 "scoped-tls",
19946 "smallvec",
19947 "wayland-sys",
19948]
19949
19950[[package]]
19951name = "wayland-client"
19952version = "0.31.11"
19953source = "registry+https://github.com/rust-lang/crates.io-index"
19954checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19955dependencies = [
19956 "bitflags 2.10.0",
19957 "rustix 1.1.2",
19958 "wayland-backend",
19959 "wayland-scanner",
19960]
19961
19962[[package]]
19963name = "wayland-cursor"
19964version = "0.31.11"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19967dependencies = [
19968 "rustix 1.1.2",
19969 "wayland-client",
19970 "xcursor",
19971]
19972
19973[[package]]
19974name = "wayland-protocols"
19975version = "0.32.9"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19978dependencies = [
19979 "bitflags 2.10.0",
19980 "wayland-backend",
19981 "wayland-client",
19982 "wayland-scanner",
19983]
19984
19985[[package]]
19986name = "wayland-protocols-plasma"
19987version = "0.3.9"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19990dependencies = [
19991 "bitflags 2.10.0",
19992 "wayland-backend",
19993 "wayland-client",
19994 "wayland-protocols",
19995 "wayland-scanner",
19996]
19997
19998[[package]]
19999name = "wayland-protocols-wlr"
20000version = "0.3.9"
20001source = "registry+https://github.com/rust-lang/crates.io-index"
20002checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20003dependencies = [
20004 "bitflags 2.10.0",
20005 "wayland-backend",
20006 "wayland-client",
20007 "wayland-protocols",
20008 "wayland-scanner",
20009]
20010
20011[[package]]
20012name = "wayland-scanner"
20013version = "0.31.7"
20014source = "registry+https://github.com/rust-lang/crates.io-index"
20015checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20016dependencies = [
20017 "proc-macro2",
20018 "quick-xml 0.37.5",
20019 "quote",
20020]
20021
20022[[package]]
20023name = "wayland-sys"
20024version = "0.31.7"
20025source = "registry+https://github.com/rust-lang/crates.io-index"
20026checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20027dependencies = [
20028 "dlib",
20029 "log",
20030 "once_cell",
20031 "pkg-config",
20032]
20033
20034[[package]]
20035name = "web-sys"
20036version = "0.3.90"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20039dependencies = [
20040 "js-sys",
20041 "wasm-bindgen",
20042]
20043
20044[[package]]
20045name = "web-time"
20046version = "1.1.0"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20049dependencies = [
20050 "js-sys",
20051 "wasm-bindgen",
20052]
20053
20054[[package]]
20055name = "web_atoms"
20056version = "0.1.3"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20059dependencies = [
20060 "phf 0.11.3",
20061 "phf_codegen",
20062 "string_cache",
20063 "string_cache_codegen",
20064]
20065
20066[[package]]
20067name = "web_search"
20068version = "0.1.0"
20069dependencies = [
20070 "anyhow",
20071 "cloud_llm_client",
20072 "collections",
20073 "gpui",
20074 "serde",
20075]
20076
20077[[package]]
20078name = "web_search_providers"
20079version = "0.1.0"
20080dependencies = [
20081 "anyhow",
20082 "client",
20083 "cloud_api_types",
20084 "cloud_llm_client",
20085 "futures 0.3.31",
20086 "gpui",
20087 "http_client",
20088 "language_model",
20089 "serde",
20090 "serde_json",
20091 "web_search",
20092]
20093
20094[[package]]
20095name = "webpki-root-certs"
20096version = "0.26.8"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20099dependencies = [
20100 "rustls-pki-types",
20101]
20102
20103[[package]]
20104name = "webpki-roots"
20105version = "0.26.8"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20108dependencies = [
20109 "rustls-pki-types",
20110]
20111
20112[[package]]
20113name = "webrtc-sys"
20114version = "0.3.23"
20115source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20116dependencies = [
20117 "cc",
20118 "cxx",
20119 "cxx-build",
20120 "glob",
20121 "log",
20122 "pkg-config",
20123 "webrtc-sys-build",
20124]
20125
20126[[package]]
20127name = "webrtc-sys-build"
20128version = "0.3.13"
20129source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20130dependencies = [
20131 "anyhow",
20132 "fs2",
20133 "regex",
20134 "reqwest 0.12.24",
20135 "scratch",
20136 "semver",
20137 "zip 0.6.6",
20138]
20139
20140[[package]]
20141name = "weezl"
20142version = "0.1.10"
20143source = "registry+https://github.com/rust-lang/crates.io-index"
20144checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20145
20146[[package]]
20147name = "wgpu"
20148version = "29.0.0"
20149source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20150dependencies = [
20151 "arrayvec",
20152 "bitflags 2.10.0",
20153 "bytemuck",
20154 "cfg-if",
20155 "cfg_aliases 0.2.1",
20156 "document-features",
20157 "hashbrown 0.16.1",
20158 "js-sys",
20159 "log",
20160 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20161 "parking_lot",
20162 "portable-atomic",
20163 "profiling",
20164 "raw-window-handle",
20165 "smallvec",
20166 "static_assertions",
20167 "wasm-bindgen",
20168 "wasm-bindgen-futures",
20169 "web-sys",
20170 "wgpu-core",
20171 "wgpu-hal",
20172 "wgpu-types",
20173]
20174
20175[[package]]
20176name = "wgpu-core"
20177version = "29.0.0"
20178source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20179dependencies = [
20180 "arrayvec",
20181 "bit-set 0.9.1",
20182 "bit-vec 0.9.1",
20183 "bitflags 2.10.0",
20184 "bytemuck",
20185 "cfg_aliases 0.2.1",
20186 "document-features",
20187 "hashbrown 0.16.1",
20188 "indexmap",
20189 "log",
20190 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20191 "once_cell",
20192 "parking_lot",
20193 "portable-atomic",
20194 "profiling",
20195 "raw-window-handle",
20196 "rustc-hash 1.1.0",
20197 "smallvec",
20198 "thiserror 2.0.17",
20199 "wgpu-core-deps-apple",
20200 "wgpu-core-deps-emscripten",
20201 "wgpu-core-deps-windows-linux-android",
20202 "wgpu-hal",
20203 "wgpu-naga-bridge",
20204 "wgpu-types",
20205]
20206
20207[[package]]
20208name = "wgpu-core-deps-apple"
20209version = "29.0.0"
20210source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20211dependencies = [
20212 "wgpu-hal",
20213]
20214
20215[[package]]
20216name = "wgpu-core-deps-emscripten"
20217version = "29.0.0"
20218source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20219dependencies = [
20220 "wgpu-hal",
20221]
20222
20223[[package]]
20224name = "wgpu-core-deps-windows-linux-android"
20225version = "29.0.0"
20226source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20227dependencies = [
20228 "wgpu-hal",
20229]
20230
20231[[package]]
20232name = "wgpu-hal"
20233version = "29.0.0"
20234source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20235dependencies = [
20236 "android_system_properties",
20237 "arrayvec",
20238 "ash",
20239 "bit-set 0.9.1",
20240 "bitflags 2.10.0",
20241 "block2",
20242 "bytemuck",
20243 "cfg-if",
20244 "cfg_aliases 0.2.1",
20245 "glow",
20246 "glutin_wgl_sys",
20247 "gpu-allocator",
20248 "gpu-descriptor",
20249 "hashbrown 0.16.1",
20250 "js-sys",
20251 "khronos-egl",
20252 "libc",
20253 "libloading",
20254 "log",
20255 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20256 "ndk-sys",
20257 "objc2",
20258 "objc2-core-foundation",
20259 "objc2-foundation",
20260 "objc2-metal",
20261 "objc2-quartz-core",
20262 "once_cell",
20263 "ordered-float 4.6.0",
20264 "parking_lot",
20265 "portable-atomic",
20266 "portable-atomic-util",
20267 "profiling",
20268 "range-alloc",
20269 "raw-window-handle",
20270 "raw-window-metal",
20271 "renderdoc-sys",
20272 "smallvec",
20273 "thiserror 2.0.17",
20274 "wasm-bindgen",
20275 "wayland-sys",
20276 "web-sys",
20277 "wgpu-naga-bridge",
20278 "wgpu-types",
20279 "windows 0.62.2",
20280 "windows-core 0.62.2",
20281]
20282
20283[[package]]
20284name = "wgpu-naga-bridge"
20285version = "29.0.0"
20286source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20287dependencies = [
20288 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20289 "wgpu-types",
20290]
20291
20292[[package]]
20293name = "wgpu-types"
20294version = "29.0.0"
20295source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20296dependencies = [
20297 "bitflags 2.10.0",
20298 "bytemuck",
20299 "js-sys",
20300 "log",
20301 "raw-window-handle",
20302 "web-sys",
20303]
20304
20305[[package]]
20306name = "which"
20307version = "4.4.2"
20308source = "registry+https://github.com/rust-lang/crates.io-index"
20309checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20310dependencies = [
20311 "either",
20312 "home",
20313 "once_cell",
20314 "rustix 0.38.44",
20315]
20316
20317[[package]]
20318name = "which"
20319version = "6.0.3"
20320source = "registry+https://github.com/rust-lang/crates.io-index"
20321checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20322dependencies = [
20323 "either",
20324 "home",
20325 "rustix 0.38.44",
20326 "winsafe",
20327]
20328
20329[[package]]
20330name = "which_key"
20331version = "0.1.0"
20332dependencies = [
20333 "command_palette",
20334 "gpui",
20335 "serde",
20336 "settings",
20337 "theme",
20338 "ui",
20339 "util",
20340 "workspace",
20341]
20342
20343[[package]]
20344name = "whoami"
20345version = "1.6.1"
20346source = "registry+https://github.com/rust-lang/crates.io-index"
20347checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20348dependencies = [
20349 "libredox",
20350 "wasite",
20351]
20352
20353[[package]]
20354name = "wiggle"
20355version = "33.0.2"
20356source = "registry+https://github.com/rust-lang/crates.io-index"
20357checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20358dependencies = [
20359 "anyhow",
20360 "async-trait",
20361 "bitflags 2.10.0",
20362 "thiserror 2.0.17",
20363 "tracing",
20364 "wasmtime",
20365 "wiggle-macro",
20366]
20367
20368[[package]]
20369name = "wiggle-generate"
20370version = "33.0.2"
20371source = "registry+https://github.com/rust-lang/crates.io-index"
20372checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20373dependencies = [
20374 "anyhow",
20375 "heck 0.5.0",
20376 "proc-macro2",
20377 "quote",
20378 "syn 2.0.117",
20379 "witx",
20380]
20381
20382[[package]]
20383name = "wiggle-macro"
20384version = "33.0.2"
20385source = "registry+https://github.com/rust-lang/crates.io-index"
20386checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20387dependencies = [
20388 "proc-macro2",
20389 "quote",
20390 "syn 2.0.117",
20391 "wiggle-generate",
20392]
20393
20394[[package]]
20395name = "winapi"
20396version = "0.3.9"
20397source = "registry+https://github.com/rust-lang/crates.io-index"
20398checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20399dependencies = [
20400 "winapi-i686-pc-windows-gnu",
20401 "winapi-x86_64-pc-windows-gnu",
20402]
20403
20404[[package]]
20405name = "winapi-i686-pc-windows-gnu"
20406version = "0.4.0"
20407source = "registry+https://github.com/rust-lang/crates.io-index"
20408checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20409
20410[[package]]
20411name = "winapi-util"
20412version = "0.1.11"
20413source = "registry+https://github.com/rust-lang/crates.io-index"
20414checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20415dependencies = [
20416 "windows-sys 0.61.2",
20417]
20418
20419[[package]]
20420name = "winapi-x86_64-pc-windows-gnu"
20421version = "0.4.0"
20422source = "registry+https://github.com/rust-lang/crates.io-index"
20423checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20424
20425[[package]]
20426name = "winch-codegen"
20427version = "33.0.2"
20428source = "registry+https://github.com/rust-lang/crates.io-index"
20429checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20430dependencies = [
20431 "anyhow",
20432 "cranelift-assembler-x64",
20433 "cranelift-codegen",
20434 "gimli 0.31.1",
20435 "regalloc2",
20436 "smallvec",
20437 "target-lexicon 0.13.3",
20438 "thiserror 2.0.17",
20439 "wasmparser 0.229.0",
20440 "wasmtime-cranelift",
20441 "wasmtime-environ",
20442]
20443
20444[[package]]
20445name = "windows"
20446version = "0.57.0"
20447source = "registry+https://github.com/rust-lang/crates.io-index"
20448checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20449dependencies = [
20450 "windows-core 0.57.0",
20451 "windows-targets 0.52.6",
20452]
20453
20454[[package]]
20455name = "windows"
20456version = "0.58.0"
20457source = "registry+https://github.com/rust-lang/crates.io-index"
20458checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20459dependencies = [
20460 "windows-core 0.58.0",
20461 "windows-targets 0.52.6",
20462]
20463
20464[[package]]
20465name = "windows"
20466version = "0.61.3"
20467source = "registry+https://github.com/rust-lang/crates.io-index"
20468checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20469dependencies = [
20470 "windows-collections 0.2.0",
20471 "windows-core 0.61.2",
20472 "windows-future 0.2.1",
20473 "windows-link 0.1.3",
20474 "windows-numerics 0.2.0",
20475]
20476
20477[[package]]
20478name = "windows"
20479version = "0.62.2"
20480source = "registry+https://github.com/rust-lang/crates.io-index"
20481checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20482dependencies = [
20483 "windows-collections 0.3.2",
20484 "windows-core 0.62.2",
20485 "windows-future 0.3.2",
20486 "windows-numerics 0.3.1",
20487]
20488
20489[[package]]
20490name = "windows-bindgen"
20491version = "0.61.1"
20492source = "registry+https://github.com/rust-lang/crates.io-index"
20493checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20494dependencies = [
20495 "serde",
20496 "serde_json",
20497 "windows-threading 0.1.0",
20498]
20499
20500[[package]]
20501name = "windows-capture"
20502version = "1.4.3"
20503source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20504dependencies = [
20505 "clap",
20506 "ctrlc",
20507 "parking_lot",
20508 "rayon",
20509 "thiserror 2.0.17",
20510 "windows 0.61.3",
20511 "windows-future 0.2.1",
20512]
20513
20514[[package]]
20515name = "windows-collections"
20516version = "0.2.0"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20519dependencies = [
20520 "windows-core 0.61.2",
20521]
20522
20523[[package]]
20524name = "windows-collections"
20525version = "0.3.2"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20528dependencies = [
20529 "windows-core 0.62.2",
20530]
20531
20532[[package]]
20533name = "windows-core"
20534version = "0.57.0"
20535source = "registry+https://github.com/rust-lang/crates.io-index"
20536checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20537dependencies = [
20538 "windows-implement 0.57.0",
20539 "windows-interface 0.57.0",
20540 "windows-result 0.1.2",
20541 "windows-targets 0.52.6",
20542]
20543
20544[[package]]
20545name = "windows-core"
20546version = "0.58.0"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20549dependencies = [
20550 "windows-implement 0.58.0",
20551 "windows-interface 0.58.0",
20552 "windows-result 0.2.0",
20553 "windows-strings 0.1.0",
20554 "windows-targets 0.52.6",
20555]
20556
20557[[package]]
20558name = "windows-core"
20559version = "0.61.2"
20560source = "registry+https://github.com/rust-lang/crates.io-index"
20561checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20562dependencies = [
20563 "windows-implement 0.60.2",
20564 "windows-interface 0.59.3",
20565 "windows-link 0.1.3",
20566 "windows-result 0.3.4",
20567 "windows-strings 0.4.2",
20568]
20569
20570[[package]]
20571name = "windows-core"
20572version = "0.62.2"
20573source = "registry+https://github.com/rust-lang/crates.io-index"
20574checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20575dependencies = [
20576 "windows-implement 0.60.2",
20577 "windows-interface 0.59.3",
20578 "windows-link 0.2.1",
20579 "windows-result 0.4.1",
20580 "windows-strings 0.5.1",
20581]
20582
20583[[package]]
20584name = "windows-future"
20585version = "0.2.1"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20588dependencies = [
20589 "windows-core 0.61.2",
20590 "windows-link 0.1.3",
20591 "windows-threading 0.1.0",
20592]
20593
20594[[package]]
20595name = "windows-future"
20596version = "0.3.2"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20599dependencies = [
20600 "windows-core 0.62.2",
20601 "windows-link 0.2.1",
20602 "windows-threading 0.2.1",
20603]
20604
20605[[package]]
20606name = "windows-implement"
20607version = "0.57.0"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20610dependencies = [
20611 "proc-macro2",
20612 "quote",
20613 "syn 2.0.117",
20614]
20615
20616[[package]]
20617name = "windows-implement"
20618version = "0.58.0"
20619source = "registry+https://github.com/rust-lang/crates.io-index"
20620checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20621dependencies = [
20622 "proc-macro2",
20623 "quote",
20624 "syn 2.0.117",
20625]
20626
20627[[package]]
20628name = "windows-implement"
20629version = "0.60.2"
20630source = "registry+https://github.com/rust-lang/crates.io-index"
20631checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20632dependencies = [
20633 "proc-macro2",
20634 "quote",
20635 "syn 2.0.117",
20636]
20637
20638[[package]]
20639name = "windows-interface"
20640version = "0.57.0"
20641source = "registry+https://github.com/rust-lang/crates.io-index"
20642checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20643dependencies = [
20644 "proc-macro2",
20645 "quote",
20646 "syn 2.0.117",
20647]
20648
20649[[package]]
20650name = "windows-interface"
20651version = "0.58.0"
20652source = "registry+https://github.com/rust-lang/crates.io-index"
20653checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20654dependencies = [
20655 "proc-macro2",
20656 "quote",
20657 "syn 2.0.117",
20658]
20659
20660[[package]]
20661name = "windows-interface"
20662version = "0.59.3"
20663source = "registry+https://github.com/rust-lang/crates.io-index"
20664checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20665dependencies = [
20666 "proc-macro2",
20667 "quote",
20668 "syn 2.0.117",
20669]
20670
20671[[package]]
20672name = "windows-link"
20673version = "0.1.3"
20674source = "registry+https://github.com/rust-lang/crates.io-index"
20675checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20676
20677[[package]]
20678name = "windows-link"
20679version = "0.2.1"
20680source = "registry+https://github.com/rust-lang/crates.io-index"
20681checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20682
20683[[package]]
20684name = "windows-numerics"
20685version = "0.2.0"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20688dependencies = [
20689 "windows-core 0.61.2",
20690 "windows-link 0.1.3",
20691]
20692
20693[[package]]
20694name = "windows-numerics"
20695version = "0.3.1"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20698dependencies = [
20699 "windows-core 0.62.2",
20700 "windows-link 0.2.1",
20701]
20702
20703[[package]]
20704name = "windows-registry"
20705version = "0.4.0"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20708dependencies = [
20709 "windows-result 0.3.4",
20710 "windows-strings 0.3.1",
20711 "windows-targets 0.53.5",
20712]
20713
20714[[package]]
20715name = "windows-registry"
20716version = "0.5.3"
20717source = "registry+https://github.com/rust-lang/crates.io-index"
20718checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20719dependencies = [
20720 "windows-link 0.1.3",
20721 "windows-result 0.3.4",
20722 "windows-strings 0.4.2",
20723]
20724
20725[[package]]
20726name = "windows-registry"
20727version = "0.6.1"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20730dependencies = [
20731 "windows-link 0.2.1",
20732 "windows-result 0.4.1",
20733 "windows-strings 0.5.1",
20734]
20735
20736[[package]]
20737name = "windows-result"
20738version = "0.1.2"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20741dependencies = [
20742 "windows-targets 0.52.6",
20743]
20744
20745[[package]]
20746name = "windows-result"
20747version = "0.2.0"
20748source = "registry+https://github.com/rust-lang/crates.io-index"
20749checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20750dependencies = [
20751 "windows-targets 0.52.6",
20752]
20753
20754[[package]]
20755name = "windows-result"
20756version = "0.3.4"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20759dependencies = [
20760 "windows-link 0.1.3",
20761]
20762
20763[[package]]
20764name = "windows-result"
20765version = "0.4.1"
20766source = "registry+https://github.com/rust-lang/crates.io-index"
20767checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20768dependencies = [
20769 "windows-link 0.2.1",
20770]
20771
20772[[package]]
20773name = "windows-strings"
20774version = "0.1.0"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20777dependencies = [
20778 "windows-result 0.2.0",
20779 "windows-targets 0.52.6",
20780]
20781
20782[[package]]
20783name = "windows-strings"
20784version = "0.3.1"
20785source = "registry+https://github.com/rust-lang/crates.io-index"
20786checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20787dependencies = [
20788 "windows-link 0.1.3",
20789]
20790
20791[[package]]
20792name = "windows-strings"
20793version = "0.4.2"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20796dependencies = [
20797 "windows-link 0.1.3",
20798]
20799
20800[[package]]
20801name = "windows-strings"
20802version = "0.5.1"
20803source = "registry+https://github.com/rust-lang/crates.io-index"
20804checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20805dependencies = [
20806 "windows-link 0.2.1",
20807]
20808
20809[[package]]
20810name = "windows-sys"
20811version = "0.45.0"
20812source = "registry+https://github.com/rust-lang/crates.io-index"
20813checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20814dependencies = [
20815 "windows-targets 0.42.2",
20816]
20817
20818[[package]]
20819name = "windows-sys"
20820version = "0.48.0"
20821source = "registry+https://github.com/rust-lang/crates.io-index"
20822checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20823dependencies = [
20824 "windows-targets 0.48.5",
20825]
20826
20827[[package]]
20828name = "windows-sys"
20829version = "0.52.0"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20832dependencies = [
20833 "windows-targets 0.52.6",
20834]
20835
20836[[package]]
20837name = "windows-sys"
20838version = "0.59.0"
20839source = "registry+https://github.com/rust-lang/crates.io-index"
20840checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20841dependencies = [
20842 "windows-targets 0.52.6",
20843]
20844
20845[[package]]
20846name = "windows-sys"
20847version = "0.60.2"
20848source = "registry+https://github.com/rust-lang/crates.io-index"
20849checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20850dependencies = [
20851 "windows-targets 0.53.5",
20852]
20853
20854[[package]]
20855name = "windows-sys"
20856version = "0.61.2"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20859dependencies = [
20860 "windows-link 0.2.1",
20861]
20862
20863[[package]]
20864name = "windows-targets"
20865version = "0.42.2"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20868dependencies = [
20869 "windows_aarch64_gnullvm 0.42.2",
20870 "windows_aarch64_msvc 0.42.2",
20871 "windows_i686_gnu 0.42.2",
20872 "windows_i686_msvc 0.42.2",
20873 "windows_x86_64_gnu 0.42.2",
20874 "windows_x86_64_gnullvm 0.42.2",
20875 "windows_x86_64_msvc 0.42.2",
20876]
20877
20878[[package]]
20879name = "windows-targets"
20880version = "0.48.5"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20883dependencies = [
20884 "windows_aarch64_gnullvm 0.48.5",
20885 "windows_aarch64_msvc 0.48.5",
20886 "windows_i686_gnu 0.48.5",
20887 "windows_i686_msvc 0.48.5",
20888 "windows_x86_64_gnu 0.48.5",
20889 "windows_x86_64_gnullvm 0.48.5",
20890 "windows_x86_64_msvc 0.48.5",
20891]
20892
20893[[package]]
20894name = "windows-targets"
20895version = "0.52.6"
20896source = "registry+https://github.com/rust-lang/crates.io-index"
20897checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20898dependencies = [
20899 "windows_aarch64_gnullvm 0.52.6",
20900 "windows_aarch64_msvc 0.52.6",
20901 "windows_i686_gnu 0.52.6",
20902 "windows_i686_gnullvm 0.52.6",
20903 "windows_i686_msvc 0.52.6",
20904 "windows_x86_64_gnu 0.52.6",
20905 "windows_x86_64_gnullvm 0.52.6",
20906 "windows_x86_64_msvc 0.52.6",
20907]
20908
20909[[package]]
20910name = "windows-targets"
20911version = "0.53.5"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20914dependencies = [
20915 "windows-link 0.2.1",
20916 "windows_aarch64_gnullvm 0.53.1",
20917 "windows_aarch64_msvc 0.53.1",
20918 "windows_i686_gnu 0.53.1",
20919 "windows_i686_gnullvm 0.53.1",
20920 "windows_i686_msvc 0.53.1",
20921 "windows_x86_64_gnu 0.53.1",
20922 "windows_x86_64_gnullvm 0.53.1",
20923 "windows_x86_64_msvc 0.53.1",
20924]
20925
20926[[package]]
20927name = "windows-threading"
20928version = "0.1.0"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20931dependencies = [
20932 "windows-link 0.1.3",
20933]
20934
20935[[package]]
20936name = "windows-threading"
20937version = "0.2.1"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20940dependencies = [
20941 "windows-link 0.2.1",
20942]
20943
20944[[package]]
20945name = "windows_aarch64_gnullvm"
20946version = "0.42.2"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20949
20950[[package]]
20951name = "windows_aarch64_gnullvm"
20952version = "0.48.5"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20955
20956[[package]]
20957name = "windows_aarch64_gnullvm"
20958version = "0.52.6"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20961
20962[[package]]
20963name = "windows_aarch64_gnullvm"
20964version = "0.53.1"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20967
20968[[package]]
20969name = "windows_aarch64_msvc"
20970version = "0.42.2"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20973
20974[[package]]
20975name = "windows_aarch64_msvc"
20976version = "0.48.5"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20979
20980[[package]]
20981name = "windows_aarch64_msvc"
20982version = "0.52.6"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20985
20986[[package]]
20987name = "windows_aarch64_msvc"
20988version = "0.53.1"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20991
20992[[package]]
20993name = "windows_i686_gnu"
20994version = "0.42.2"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20997
20998[[package]]
20999name = "windows_i686_gnu"
21000version = "0.48.5"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21003
21004[[package]]
21005name = "windows_i686_gnu"
21006version = "0.52.6"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21009
21010[[package]]
21011name = "windows_i686_gnu"
21012version = "0.53.1"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21015
21016[[package]]
21017name = "windows_i686_gnullvm"
21018version = "0.52.6"
21019source = "registry+https://github.com/rust-lang/crates.io-index"
21020checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21021
21022[[package]]
21023name = "windows_i686_gnullvm"
21024version = "0.53.1"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21027
21028[[package]]
21029name = "windows_i686_msvc"
21030version = "0.42.2"
21031source = "registry+https://github.com/rust-lang/crates.io-index"
21032checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21033
21034[[package]]
21035name = "windows_i686_msvc"
21036version = "0.48.5"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21039
21040[[package]]
21041name = "windows_i686_msvc"
21042version = "0.52.6"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21045
21046[[package]]
21047name = "windows_i686_msvc"
21048version = "0.53.1"
21049source = "registry+https://github.com/rust-lang/crates.io-index"
21050checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21051
21052[[package]]
21053name = "windows_x86_64_gnu"
21054version = "0.42.2"
21055source = "registry+https://github.com/rust-lang/crates.io-index"
21056checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21057
21058[[package]]
21059name = "windows_x86_64_gnu"
21060version = "0.48.5"
21061source = "registry+https://github.com/rust-lang/crates.io-index"
21062checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21063
21064[[package]]
21065name = "windows_x86_64_gnu"
21066version = "0.52.6"
21067source = "registry+https://github.com/rust-lang/crates.io-index"
21068checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21069
21070[[package]]
21071name = "windows_x86_64_gnu"
21072version = "0.53.1"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21075
21076[[package]]
21077name = "windows_x86_64_gnullvm"
21078version = "0.42.2"
21079source = "registry+https://github.com/rust-lang/crates.io-index"
21080checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21081
21082[[package]]
21083name = "windows_x86_64_gnullvm"
21084version = "0.48.5"
21085source = "registry+https://github.com/rust-lang/crates.io-index"
21086checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21087
21088[[package]]
21089name = "windows_x86_64_gnullvm"
21090version = "0.52.6"
21091source = "registry+https://github.com/rust-lang/crates.io-index"
21092checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21093
21094[[package]]
21095name = "windows_x86_64_gnullvm"
21096version = "0.53.1"
21097source = "registry+https://github.com/rust-lang/crates.io-index"
21098checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21099
21100[[package]]
21101name = "windows_x86_64_msvc"
21102version = "0.42.2"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21105
21106[[package]]
21107name = "windows_x86_64_msvc"
21108version = "0.48.5"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21111
21112[[package]]
21113name = "windows_x86_64_msvc"
21114version = "0.52.6"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21117
21118[[package]]
21119name = "windows_x86_64_msvc"
21120version = "0.53.1"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21123
21124[[package]]
21125name = "winnow"
21126version = "0.7.13"
21127source = "registry+https://github.com/rust-lang/crates.io-index"
21128checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21129dependencies = [
21130 "memchr",
21131]
21132
21133[[package]]
21134name = "winreg"
21135version = "0.10.1"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21138dependencies = [
21139 "winapi",
21140]
21141
21142[[package]]
21143name = "winreg"
21144version = "0.50.0"
21145source = "registry+https://github.com/rust-lang/crates.io-index"
21146checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21147dependencies = [
21148 "cfg-if",
21149 "windows-sys 0.48.0",
21150]
21151
21152[[package]]
21153name = "winreg"
21154version = "0.55.0"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21157dependencies = [
21158 "cfg-if",
21159 "windows-sys 0.59.0",
21160]
21161
21162[[package]]
21163name = "winresource"
21164version = "0.1.23"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21167dependencies = [
21168 "toml 0.8.23",
21169 "version_check",
21170]
21171
21172[[package]]
21173name = "winsafe"
21174version = "0.0.19"
21175source = "registry+https://github.com/rust-lang/crates.io-index"
21176checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21177
21178[[package]]
21179name = "winx"
21180version = "0.36.4"
21181source = "registry+https://github.com/rust-lang/crates.io-index"
21182checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21183dependencies = [
21184 "bitflags 2.10.0",
21185 "windows-sys 0.59.0",
21186]
21187
21188[[package]]
21189name = "wio"
21190version = "0.2.2"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21193dependencies = [
21194 "winapi",
21195]
21196
21197[[package]]
21198name = "wit-bindgen"
21199version = "0.22.0"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21202dependencies = [
21203 "bitflags 2.10.0",
21204 "wit-bindgen-rt 0.22.0",
21205 "wit-bindgen-rust-macro 0.22.0",
21206]
21207
21208[[package]]
21209name = "wit-bindgen"
21210version = "0.41.0"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21213dependencies = [
21214 "wit-bindgen-rt 0.41.0",
21215 "wit-bindgen-rust-macro 0.41.0",
21216]
21217
21218[[package]]
21219name = "wit-bindgen"
21220version = "0.46.0"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21223
21224[[package]]
21225name = "wit-bindgen"
21226version = "0.51.0"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21229dependencies = [
21230 "wit-bindgen-rust-macro 0.51.0",
21231]
21232
21233[[package]]
21234name = "wit-bindgen-core"
21235version = "0.22.0"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21238dependencies = [
21239 "anyhow",
21240 "wit-parser 0.201.0",
21241]
21242
21243[[package]]
21244name = "wit-bindgen-core"
21245version = "0.41.0"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21248dependencies = [
21249 "anyhow",
21250 "heck 0.5.0",
21251 "wit-parser 0.227.1",
21252]
21253
21254[[package]]
21255name = "wit-bindgen-core"
21256version = "0.51.0"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21259dependencies = [
21260 "anyhow",
21261 "heck 0.5.0",
21262 "wit-parser 0.244.0",
21263]
21264
21265[[package]]
21266name = "wit-bindgen-rt"
21267version = "0.22.0"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21270
21271[[package]]
21272name = "wit-bindgen-rt"
21273version = "0.41.0"
21274source = "registry+https://github.com/rust-lang/crates.io-index"
21275checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21276dependencies = [
21277 "bitflags 2.10.0",
21278 "futures 0.3.31",
21279 "once_cell",
21280]
21281
21282[[package]]
21283name = "wit-bindgen-rust"
21284version = "0.22.0"
21285source = "registry+https://github.com/rust-lang/crates.io-index"
21286checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21287dependencies = [
21288 "anyhow",
21289 "heck 0.4.1",
21290 "indexmap",
21291 "wasm-metadata 0.201.0",
21292 "wit-bindgen-core 0.22.0",
21293 "wit-component 0.201.0",
21294]
21295
21296[[package]]
21297name = "wit-bindgen-rust"
21298version = "0.41.0"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21301dependencies = [
21302 "anyhow",
21303 "heck 0.5.0",
21304 "indexmap",
21305 "prettyplease",
21306 "syn 2.0.117",
21307 "wasm-metadata 0.227.1",
21308 "wit-bindgen-core 0.41.0",
21309 "wit-component 0.227.1",
21310]
21311
21312[[package]]
21313name = "wit-bindgen-rust"
21314version = "0.51.0"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21317dependencies = [
21318 "anyhow",
21319 "heck 0.5.0",
21320 "indexmap",
21321 "prettyplease",
21322 "syn 2.0.117",
21323 "wasm-metadata 0.244.0",
21324 "wit-bindgen-core 0.51.0",
21325 "wit-component 0.244.0",
21326]
21327
21328[[package]]
21329name = "wit-bindgen-rust-macro"
21330version = "0.22.0"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21333dependencies = [
21334 "anyhow",
21335 "proc-macro2",
21336 "quote",
21337 "syn 2.0.117",
21338 "wit-bindgen-core 0.22.0",
21339 "wit-bindgen-rust 0.22.0",
21340]
21341
21342[[package]]
21343name = "wit-bindgen-rust-macro"
21344version = "0.41.0"
21345source = "registry+https://github.com/rust-lang/crates.io-index"
21346checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21347dependencies = [
21348 "anyhow",
21349 "prettyplease",
21350 "proc-macro2",
21351 "quote",
21352 "syn 2.0.117",
21353 "wit-bindgen-core 0.41.0",
21354 "wit-bindgen-rust 0.41.0",
21355]
21356
21357[[package]]
21358name = "wit-bindgen-rust-macro"
21359version = "0.51.0"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21362dependencies = [
21363 "anyhow",
21364 "prettyplease",
21365 "proc-macro2",
21366 "quote",
21367 "syn 2.0.117",
21368 "wit-bindgen-core 0.51.0",
21369 "wit-bindgen-rust 0.51.0",
21370]
21371
21372[[package]]
21373name = "wit-component"
21374version = "0.201.0"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21377dependencies = [
21378 "anyhow",
21379 "bitflags 2.10.0",
21380 "indexmap",
21381 "log",
21382 "serde",
21383 "serde_derive",
21384 "serde_json",
21385 "wasm-encoder 0.201.0",
21386 "wasm-metadata 0.201.0",
21387 "wasmparser 0.201.0",
21388 "wit-parser 0.201.0",
21389]
21390
21391[[package]]
21392name = "wit-component"
21393version = "0.227.1"
21394source = "registry+https://github.com/rust-lang/crates.io-index"
21395checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21396dependencies = [
21397 "anyhow",
21398 "bitflags 2.10.0",
21399 "indexmap",
21400 "log",
21401 "serde",
21402 "serde_derive",
21403 "serde_json",
21404 "wasm-encoder 0.227.1",
21405 "wasm-metadata 0.227.1",
21406 "wasmparser 0.227.1",
21407 "wit-parser 0.227.1",
21408]
21409
21410[[package]]
21411name = "wit-component"
21412version = "0.244.0"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21415dependencies = [
21416 "anyhow",
21417 "bitflags 2.10.0",
21418 "indexmap",
21419 "log",
21420 "serde",
21421 "serde_derive",
21422 "serde_json",
21423 "wasm-encoder 0.244.0",
21424 "wasm-metadata 0.244.0",
21425 "wasmparser 0.244.0",
21426 "wit-parser 0.244.0",
21427]
21428
21429[[package]]
21430name = "wit-parser"
21431version = "0.201.0"
21432source = "registry+https://github.com/rust-lang/crates.io-index"
21433checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21434dependencies = [
21435 "anyhow",
21436 "id-arena",
21437 "indexmap",
21438 "log",
21439 "semver",
21440 "serde",
21441 "serde_derive",
21442 "serde_json",
21443 "unicode-xid",
21444 "wasmparser 0.201.0",
21445]
21446
21447[[package]]
21448name = "wit-parser"
21449version = "0.227.1"
21450source = "registry+https://github.com/rust-lang/crates.io-index"
21451checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21452dependencies = [
21453 "anyhow",
21454 "id-arena",
21455 "indexmap",
21456 "log",
21457 "semver",
21458 "serde",
21459 "serde_derive",
21460 "serde_json",
21461 "unicode-xid",
21462 "wasmparser 0.227.1",
21463]
21464
21465[[package]]
21466name = "wit-parser"
21467version = "0.229.0"
21468source = "registry+https://github.com/rust-lang/crates.io-index"
21469checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21470dependencies = [
21471 "anyhow",
21472 "id-arena",
21473 "indexmap",
21474 "log",
21475 "semver",
21476 "serde",
21477 "serde_derive",
21478 "serde_json",
21479 "unicode-xid",
21480 "wasmparser 0.229.0",
21481]
21482
21483[[package]]
21484name = "wit-parser"
21485version = "0.244.0"
21486source = "registry+https://github.com/rust-lang/crates.io-index"
21487checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21488dependencies = [
21489 "anyhow",
21490 "id-arena",
21491 "indexmap",
21492 "log",
21493 "semver",
21494 "serde",
21495 "serde_derive",
21496 "serde_json",
21497 "unicode-xid",
21498 "wasmparser 0.244.0",
21499]
21500
21501[[package]]
21502name = "witx"
21503version = "0.9.1"
21504source = "registry+https://github.com/rust-lang/crates.io-index"
21505checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21506dependencies = [
21507 "anyhow",
21508 "log",
21509 "thiserror 1.0.69",
21510 "wast",
21511]
21512
21513[[package]]
21514name = "workspace"
21515version = "0.1.0"
21516dependencies = [
21517 "agent_settings",
21518 "any_vec",
21519 "anyhow",
21520 "async-recursion",
21521 "chrono",
21522 "client",
21523 "clock",
21524 "collections",
21525 "component",
21526 "db",
21527 "feature_flags",
21528 "fs",
21529 "futures 0.3.31",
21530 "git",
21531 "gpui",
21532 "http_client",
21533 "itertools 0.14.0",
21534 "language",
21535 "log",
21536 "markdown",
21537 "menu",
21538 "node_runtime",
21539 "parking_lot",
21540 "postage",
21541 "pretty_assertions",
21542 "project",
21543 "remote",
21544 "schemars",
21545 "serde",
21546 "serde_json",
21547 "session",
21548 "settings",
21549 "smallvec",
21550 "sqlez",
21551 "strum 0.27.2",
21552 "task",
21553 "telemetry",
21554 "tempfile",
21555 "theme",
21556 "ui",
21557 "util",
21558 "uuid",
21559 "vim_mode_setting",
21560 "windows 0.61.3",
21561 "zed_actions",
21562 "zlog",
21563]
21564
21565[[package]]
21566name = "worktree"
21567version = "0.1.0"
21568dependencies = [
21569 "anyhow",
21570 "async-lock 2.8.0",
21571 "chardetng",
21572 "clock",
21573 "collections",
21574 "encoding_rs",
21575 "fs",
21576 "futures 0.3.31",
21577 "fuzzy",
21578 "git",
21579 "gpui",
21580 "ignore",
21581 "language",
21582 "log",
21583 "parking_lot",
21584 "paths",
21585 "postage",
21586 "pretty_assertions",
21587 "rand 0.9.2",
21588 "rpc",
21589 "serde",
21590 "serde_json",
21591 "settings",
21592 "smallvec",
21593 "smol",
21594 "sum_tree",
21595 "text",
21596 "tracing",
21597 "util",
21598 "worktree",
21599 "zlog",
21600 "ztracing",
21601]
21602
21603[[package]]
21604name = "worktree_benchmarks"
21605version = "0.1.0"
21606dependencies = [
21607 "fs",
21608 "gpui_platform",
21609 "settings",
21610 "worktree",
21611]
21612
21613[[package]]
21614name = "wprcontrol"
21615version = "0.1.0"
21616source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21617dependencies = [
21618 "windows 0.61.3",
21619 "windows-bindgen",
21620 "windows-core 0.61.2",
21621 "windows-link 0.2.1",
21622]
21623
21624[[package]]
21625name = "writeable"
21626version = "0.6.1"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21629
21630[[package]]
21631name = "wyz"
21632version = "0.5.1"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21635dependencies = [
21636 "tap",
21637]
21638
21639[[package]]
21640name = "x11"
21641version = "2.21.0"
21642source = "registry+https://github.com/rust-lang/crates.io-index"
21643checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21644dependencies = [
21645 "libc",
21646 "pkg-config",
21647]
21648
21649[[package]]
21650name = "x11-clipboard"
21651version = "0.9.3"
21652source = "registry+https://github.com/rust-lang/crates.io-index"
21653checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21654dependencies = [
21655 "libc",
21656 "x11rb",
21657]
21658
21659[[package]]
21660name = "x11rb"
21661version = "0.13.2"
21662source = "registry+https://github.com/rust-lang/crates.io-index"
21663checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21664dependencies = [
21665 "as-raw-xcb-connection",
21666 "gethostname",
21667 "libc",
21668 "rustix 1.1.2",
21669 "x11rb-protocol",
21670 "xcursor",
21671]
21672
21673[[package]]
21674name = "x11rb-protocol"
21675version = "0.13.2"
21676source = "registry+https://github.com/rust-lang/crates.io-index"
21677checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21678
21679[[package]]
21680name = "x_ai"
21681version = "0.1.0"
21682dependencies = [
21683 "anyhow",
21684 "schemars",
21685 "serde",
21686 "strum 0.27.2",
21687]
21688
21689[[package]]
21690name = "xattr"
21691version = "0.2.3"
21692source = "registry+https://github.com/rust-lang/crates.io-index"
21693checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21694dependencies = [
21695 "libc",
21696]
21697
21698[[package]]
21699name = "xcb"
21700version = "1.6.0"
21701source = "registry+https://github.com/rust-lang/crates.io-index"
21702checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21703dependencies = [
21704 "bitflags 1.3.2",
21705 "libc",
21706 "quick-xml 0.30.0",
21707 "x11",
21708]
21709
21710[[package]]
21711name = "xcursor"
21712version = "0.3.10"
21713source = "registry+https://github.com/rust-lang/crates.io-index"
21714checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21715
21716[[package]]
21717name = "xim-ctext"
21718version = "0.3.0"
21719source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21720dependencies = [
21721 "encoding_rs",
21722]
21723
21724[[package]]
21725name = "xim-parser"
21726version = "0.2.1"
21727source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21728dependencies = [
21729 "bitflags 2.10.0",
21730]
21731
21732[[package]]
21733name = "xkbcommon"
21734version = "0.8.0"
21735source = "registry+https://github.com/rust-lang/crates.io-index"
21736checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21737dependencies = [
21738 "as-raw-xcb-connection",
21739 "libc",
21740 "memmap2",
21741 "xkeysym",
21742]
21743
21744[[package]]
21745name = "xkeysym"
21746version = "0.2.1"
21747source = "registry+https://github.com/rust-lang/crates.io-index"
21748checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21749
21750[[package]]
21751name = "xml-rs"
21752version = "0.8.28"
21753source = "registry+https://github.com/rust-lang/crates.io-index"
21754checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21755
21756[[package]]
21757name = "xml5ever"
21758version = "0.18.1"
21759source = "registry+https://github.com/rust-lang/crates.io-index"
21760checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21761dependencies = [
21762 "log",
21763 "mac",
21764 "markup5ever 0.12.1",
21765]
21766
21767[[package]]
21768name = "xmlparser"
21769version = "0.13.6"
21770source = "registry+https://github.com/rust-lang/crates.io-index"
21771checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21772
21773[[package]]
21774name = "xmlwriter"
21775version = "0.1.0"
21776source = "registry+https://github.com/rust-lang/crates.io-index"
21777checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21778
21779[[package]]
21780name = "xtask"
21781version = "0.1.0"
21782dependencies = [
21783 "annotate-snippets",
21784 "anyhow",
21785 "backtrace",
21786 "cargo_metadata",
21787 "cargo_toml",
21788 "clap",
21789 "gh-workflow",
21790 "indexmap",
21791 "indoc",
21792 "itertools 0.14.0",
21793 "regex",
21794 "serde",
21795 "serde_json",
21796 "serde_yaml",
21797 "strum 0.27.2",
21798 "toml 0.8.23",
21799 "toml_edit 0.22.27",
21800]
21801
21802[[package]]
21803name = "yaml-rust2"
21804version = "0.8.1"
21805source = "registry+https://github.com/rust-lang/crates.io-index"
21806checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21807dependencies = [
21808 "arraydeque",
21809 "encoding_rs",
21810 "hashlink 0.8.4",
21811]
21812
21813[[package]]
21814name = "yansi"
21815version = "1.0.1"
21816source = "registry+https://github.com/rust-lang/crates.io-index"
21817checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21818
21819[[package]]
21820name = "yawc"
21821version = "0.2.5"
21822source = "registry+https://github.com/rust-lang/crates.io-index"
21823checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21824dependencies = [
21825 "base64 0.22.1",
21826 "bytes 1.11.1",
21827 "flate2",
21828 "futures 0.3.31",
21829 "http-body-util",
21830 "hyper 1.7.0",
21831 "hyper-util",
21832 "js-sys",
21833 "nom 8.0.0",
21834 "pin-project",
21835 "rand 0.8.5",
21836 "sha1",
21837 "thiserror 1.0.69",
21838 "tokio",
21839 "tokio-rustls 0.26.2",
21840 "tokio-util",
21841 "url",
21842 "wasm-bindgen",
21843 "wasm-bindgen-futures",
21844 "web-sys",
21845 "webpki-roots",
21846]
21847
21848[[package]]
21849name = "yazi"
21850version = "0.2.1"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21853
21854[[package]]
21855name = "yeslogic-fontconfig-sys"
21856version = "6.0.0"
21857source = "registry+https://github.com/rust-lang/crates.io-index"
21858checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21859dependencies = [
21860 "dlib",
21861 "once_cell",
21862 "pkg-config",
21863]
21864
21865[[package]]
21866name = "yoke"
21867version = "0.7.5"
21868source = "registry+https://github.com/rust-lang/crates.io-index"
21869checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21870dependencies = [
21871 "serde",
21872 "stable_deref_trait",
21873 "yoke-derive 0.7.5",
21874 "zerofrom",
21875]
21876
21877[[package]]
21878name = "yoke"
21879version = "0.8.0"
21880source = "registry+https://github.com/rust-lang/crates.io-index"
21881checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21882dependencies = [
21883 "serde",
21884 "stable_deref_trait",
21885 "yoke-derive 0.8.0",
21886 "zerofrom",
21887]
21888
21889[[package]]
21890name = "yoke-derive"
21891version = "0.7.5"
21892source = "registry+https://github.com/rust-lang/crates.io-index"
21893checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21894dependencies = [
21895 "proc-macro2",
21896 "quote",
21897 "syn 2.0.117",
21898 "synstructure",
21899]
21900
21901[[package]]
21902name = "yoke-derive"
21903version = "0.8.0"
21904source = "registry+https://github.com/rust-lang/crates.io-index"
21905checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21906dependencies = [
21907 "proc-macro2",
21908 "quote",
21909 "syn 2.0.117",
21910 "synstructure",
21911]
21912
21913[[package]]
21914name = "zbus"
21915version = "5.13.2"
21916source = "registry+https://github.com/rust-lang/crates.io-index"
21917checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21918dependencies = [
21919 "async-broadcast",
21920 "async-executor",
21921 "async-io",
21922 "async-lock 3.4.2",
21923 "async-process",
21924 "async-recursion",
21925 "async-task",
21926 "async-trait",
21927 "blocking",
21928 "enumflags2",
21929 "event-listener 5.4.1",
21930 "futures-core",
21931 "futures-lite 2.6.1",
21932 "hex",
21933 "libc",
21934 "ordered-stream",
21935 "rustix 1.1.2",
21936 "serde",
21937 "serde_repr",
21938 "tracing",
21939 "uds_windows",
21940 "uuid",
21941 "windows-sys 0.61.2",
21942 "winnow",
21943 "zbus_macros",
21944 "zbus_names",
21945 "zvariant",
21946]
21947
21948[[package]]
21949name = "zbus_macros"
21950version = "5.13.2"
21951source = "registry+https://github.com/rust-lang/crates.io-index"
21952checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21953dependencies = [
21954 "proc-macro-crate",
21955 "proc-macro2",
21956 "quote",
21957 "syn 2.0.117",
21958 "zbus_names",
21959 "zvariant",
21960 "zvariant_utils",
21961]
21962
21963[[package]]
21964name = "zbus_names"
21965version = "4.3.1"
21966source = "registry+https://github.com/rust-lang/crates.io-index"
21967checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21968dependencies = [
21969 "serde",
21970 "winnow",
21971 "zvariant",
21972]
21973
21974[[package]]
21975name = "zed"
21976version = "0.231.0"
21977dependencies = [
21978 "acp_thread",
21979 "acp_tools",
21980 "action_log",
21981 "activity_indicator",
21982 "agent",
21983 "agent-client-protocol",
21984 "agent_servers",
21985 "agent_settings",
21986 "agent_ui",
21987 "anyhow",
21988 "ashpd",
21989 "askpass",
21990 "assets",
21991 "audio",
21992 "auto_update",
21993 "auto_update_ui",
21994 "breadcrumbs",
21995 "call",
21996 "channel",
21997 "chrono",
21998 "clap",
21999 "cli",
22000 "client",
22001 "clock",
22002 "codestral",
22003 "collab_ui",
22004 "collections",
22005 "command_palette",
22006 "component",
22007 "component_preview",
22008 "copilot",
22009 "copilot_chat",
22010 "copilot_ui",
22011 "crashes",
22012 "csv_preview",
22013 "dap_adapters",
22014 "db",
22015 "debug_adapter_extension",
22016 "debugger_tools",
22017 "debugger_ui",
22018 "dev_container",
22019 "diagnostics",
22020 "edit_prediction",
22021 "edit_prediction_ui",
22022 "editor",
22023 "encoding_selector",
22024 "env_logger 0.11.8",
22025 "etw_tracing",
22026 "extension",
22027 "extension_host",
22028 "extensions_ui",
22029 "feature_flags",
22030 "feedback",
22031 "file_finder",
22032 "fs",
22033 "futures 0.3.31",
22034 "git",
22035 "git_graph",
22036 "git_hosting_providers",
22037 "git_ui",
22038 "go_to_line",
22039 "gpui",
22040 "gpui_platform",
22041 "gpui_tokio",
22042 "http_client",
22043 "image",
22044 "image_viewer",
22045 "inspector_ui",
22046 "install_cli",
22047 "itertools 0.14.0",
22048 "journal",
22049 "json_schema_store",
22050 "keymap_editor",
22051 "language",
22052 "language_extension",
22053 "language_model",
22054 "language_models",
22055 "language_onboarding",
22056 "language_selector",
22057 "language_tools",
22058 "languages",
22059 "line_ending_selector",
22060 "log",
22061 "markdown",
22062 "markdown_preview",
22063 "menu",
22064 "migrator",
22065 "mimalloc",
22066 "miniprofiler_ui",
22067 "nc",
22068 "node_runtime",
22069 "notifications",
22070 "onboarding",
22071 "outline",
22072 "outline_panel",
22073 "parking_lot",
22074 "paths",
22075 "picker",
22076 "pkg-config",
22077 "pretty_assertions",
22078 "profiling",
22079 "project",
22080 "project_panel",
22081 "project_symbols",
22082 "prompt_store",
22083 "proto",
22084 "rayon",
22085 "recent_projects",
22086 "release_channel",
22087 "remote",
22088 "repl",
22089 "reqwest_client",
22090 "rope",
22091 "search",
22092 "semver",
22093 "serde",
22094 "serde_json",
22095 "session",
22096 "settings",
22097 "settings_profile_selector",
22098 "settings_ui",
22099 "shellexpand 2.1.2",
22100 "sidebar",
22101 "smol",
22102 "snippet_provider",
22103 "snippets_ui",
22104 "svg_preview",
22105 "sysinfo 0.37.2",
22106 "system_specs",
22107 "tab_switcher",
22108 "task",
22109 "tasks_ui",
22110 "telemetry",
22111 "telemetry_events",
22112 "tempfile",
22113 "terminal_view",
22114 "theme",
22115 "theme_extension",
22116 "theme_selector",
22117 "time",
22118 "time_format",
22119 "title_bar",
22120 "toolchain_selector",
22121 "tracing",
22122 "ui",
22123 "ui_prompt",
22124 "url",
22125 "urlencoding",
22126 "util",
22127 "uuid",
22128 "vim",
22129 "vim_mode_setting",
22130 "watch",
22131 "web_search",
22132 "web_search_providers",
22133 "which_key",
22134 "windows 0.61.3",
22135 "winresource",
22136 "workspace",
22137 "zed-reqwest",
22138 "zed_actions",
22139 "zed_env_vars",
22140 "zlog",
22141 "zlog_settings",
22142 "ztracing",
22143]
22144
22145[[package]]
22146name = "zed-font-kit"
22147version = "0.14.1-zed"
22148source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22149dependencies = [
22150 "bitflags 2.10.0",
22151 "byteorder",
22152 "core-foundation 0.10.0",
22153 "core-graphics 0.24.0",
22154 "core-text",
22155 "dirs 5.0.1",
22156 "dwrote",
22157 "float-ord",
22158 "freetype-sys",
22159 "lazy_static",
22160 "libc",
22161 "log",
22162 "pathfinder_geometry",
22163 "pathfinder_simd",
22164 "walkdir",
22165 "winapi",
22166 "yeslogic-fontconfig-sys",
22167]
22168
22169[[package]]
22170name = "zed-reqwest"
22171version = "0.12.15-zed"
22172source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22173dependencies = [
22174 "base64 0.22.1",
22175 "bytes 1.11.1",
22176 "encoding_rs",
22177 "futures-core",
22178 "futures-util",
22179 "h2 0.4.12",
22180 "http 1.3.1",
22181 "http-body 1.0.1",
22182 "http-body-util",
22183 "hyper 1.7.0",
22184 "hyper-rustls 0.27.7",
22185 "hyper-util",
22186 "ipnet",
22187 "js-sys",
22188 "log",
22189 "mime",
22190 "mime_guess",
22191 "once_cell",
22192 "percent-encoding",
22193 "pin-project-lite",
22194 "quinn",
22195 "rustls 0.23.33",
22196 "rustls-native-certs 0.8.2",
22197 "rustls-pemfile 2.2.0",
22198 "rustls-pki-types",
22199 "serde",
22200 "serde_json",
22201 "serde_urlencoded",
22202 "sync_wrapper 1.0.2",
22203 "system-configuration 0.6.1",
22204 "tokio",
22205 "tokio-rustls 0.26.2",
22206 "tokio-socks",
22207 "tokio-util",
22208 "tower 0.5.2",
22209 "tower-service",
22210 "url",
22211 "wasm-bindgen",
22212 "wasm-bindgen-futures",
22213 "wasm-streams",
22214 "web-sys",
22215 "windows-registry 0.4.0",
22216]
22217
22218[[package]]
22219name = "zed-scap"
22220version = "0.0.8-zed"
22221source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22222dependencies = [
22223 "anyhow",
22224 "cocoa 0.25.0",
22225 "core-graphics-helmer-fork",
22226 "log",
22227 "objc",
22228 "rand 0.8.5",
22229 "screencapturekit",
22230 "screencapturekit-sys",
22231 "sysinfo 0.31.4",
22232 "tao-core-video-sys",
22233 "windows 0.61.3",
22234 "windows-capture",
22235 "x11",
22236 "xcb",
22237]
22238
22239[[package]]
22240name = "zed-xim"
22241version = "0.4.0-zed"
22242source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22243dependencies = [
22244 "ahash 0.8.12",
22245 "hashbrown 0.14.5",
22246 "log",
22247 "x11rb",
22248 "xim-ctext",
22249 "xim-parser",
22250]
22251
22252[[package]]
22253name = "zed_actions"
22254version = "0.1.0"
22255dependencies = [
22256 "gpui",
22257 "schemars",
22258 "serde",
22259 "util",
22260 "uuid",
22261]
22262
22263[[package]]
22264name = "zed_env_vars"
22265version = "0.1.0"
22266dependencies = [
22267 "gpui",
22268]
22269
22270[[package]]
22271name = "zed_extension_api"
22272version = "0.1.0"
22273source = "registry+https://github.com/rust-lang/crates.io-index"
22274checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22275dependencies = [
22276 "serde",
22277 "serde_json",
22278 "wit-bindgen 0.22.0",
22279]
22280
22281[[package]]
22282name = "zed_extension_api"
22283version = "0.7.0"
22284source = "registry+https://github.com/rust-lang/crates.io-index"
22285checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22286dependencies = [
22287 "serde",
22288 "serde_json",
22289 "wit-bindgen 0.41.0",
22290]
22291
22292[[package]]
22293name = "zed_extension_api"
22294version = "0.8.0"
22295dependencies = [
22296 "serde",
22297 "serde_json",
22298 "wit-bindgen 0.41.0",
22299]
22300
22301[[package]]
22302name = "zed_glsl"
22303version = "0.2.2"
22304dependencies = [
22305 "zed_extension_api 0.1.0",
22306]
22307
22308[[package]]
22309name = "zed_html"
22310version = "0.3.1"
22311dependencies = [
22312 "zed_extension_api 0.7.0",
22313]
22314
22315[[package]]
22316name = "zed_proto"
22317version = "0.3.1"
22318dependencies = [
22319 "zed_extension_api 0.7.0",
22320]
22321
22322[[package]]
22323name = "zed_test_extension"
22324version = "0.1.0"
22325dependencies = [
22326 "zed_extension_api 0.8.0",
22327]
22328
22329[[package]]
22330name = "zeno"
22331version = "0.3.3"
22332source = "registry+https://github.com/rust-lang/crates.io-index"
22333checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22334
22335[[package]]
22336name = "zerocopy"
22337version = "0.8.27"
22338source = "registry+https://github.com/rust-lang/crates.io-index"
22339checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22340dependencies = [
22341 "zerocopy-derive",
22342]
22343
22344[[package]]
22345name = "zerocopy-derive"
22346version = "0.8.27"
22347source = "registry+https://github.com/rust-lang/crates.io-index"
22348checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22349dependencies = [
22350 "proc-macro2",
22351 "quote",
22352 "syn 2.0.117",
22353]
22354
22355[[package]]
22356name = "zerofrom"
22357version = "0.1.6"
22358source = "registry+https://github.com/rust-lang/crates.io-index"
22359checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22360dependencies = [
22361 "zerofrom-derive",
22362]
22363
22364[[package]]
22365name = "zerofrom-derive"
22366version = "0.1.6"
22367source = "registry+https://github.com/rust-lang/crates.io-index"
22368checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22369dependencies = [
22370 "proc-macro2",
22371 "quote",
22372 "syn 2.0.117",
22373 "synstructure",
22374]
22375
22376[[package]]
22377name = "zeroize"
22378version = "1.8.2"
22379source = "registry+https://github.com/rust-lang/crates.io-index"
22380checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22381dependencies = [
22382 "zeroize_derive",
22383]
22384
22385[[package]]
22386name = "zeroize_derive"
22387version = "1.4.2"
22388source = "registry+https://github.com/rust-lang/crates.io-index"
22389checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22390dependencies = [
22391 "proc-macro2",
22392 "quote",
22393 "syn 2.0.117",
22394]
22395
22396[[package]]
22397name = "zeromq"
22398version = "0.5.0"
22399source = "registry+https://github.com/rust-lang/crates.io-index"
22400checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22401dependencies = [
22402 "async-dispatcher",
22403 "async-std",
22404 "async-trait",
22405 "asynchronous-codec",
22406 "bytes 1.11.1",
22407 "crossbeam-queue",
22408 "futures 0.3.31",
22409 "log",
22410 "num-traits",
22411 "once_cell",
22412 "parking_lot",
22413 "rand 0.9.2",
22414 "regex",
22415 "scc",
22416 "thiserror 1.0.69",
22417 "uuid",
22418]
22419
22420[[package]]
22421name = "zerotrie"
22422version = "0.2.2"
22423source = "registry+https://github.com/rust-lang/crates.io-index"
22424checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22425dependencies = [
22426 "displaydoc",
22427 "yoke 0.8.0",
22428 "zerofrom",
22429]
22430
22431[[package]]
22432name = "zerovec"
22433version = "0.11.4"
22434source = "registry+https://github.com/rust-lang/crates.io-index"
22435checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22436dependencies = [
22437 "yoke 0.8.0",
22438 "zerofrom",
22439 "zerovec-derive",
22440]
22441
22442[[package]]
22443name = "zerovec-derive"
22444version = "0.11.1"
22445source = "registry+https://github.com/rust-lang/crates.io-index"
22446checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22447dependencies = [
22448 "proc-macro2",
22449 "quote",
22450 "syn 2.0.117",
22451]
22452
22453[[package]]
22454name = "zeta_prompt"
22455version = "0.1.0"
22456dependencies = [
22457 "anyhow",
22458 "indoc",
22459 "serde",
22460 "strum 0.27.2",
22461]
22462
22463[[package]]
22464name = "zip"
22465version = "0.6.6"
22466source = "registry+https://github.com/rust-lang/crates.io-index"
22467checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22468dependencies = [
22469 "aes",
22470 "byteorder",
22471 "bzip2 0.4.4",
22472 "constant_time_eq",
22473 "crc32fast",
22474 "crossbeam-utils",
22475 "flate2",
22476 "hmac",
22477 "pbkdf2 0.11.0",
22478 "sha1",
22479 "time",
22480 "zstd",
22481]
22482
22483[[package]]
22484name = "zip"
22485version = "1.1.4"
22486source = "registry+https://github.com/rust-lang/crates.io-index"
22487checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22488dependencies = [
22489 "arbitrary",
22490 "crc32fast",
22491 "crossbeam-utils",
22492 "displaydoc",
22493 "indexmap",
22494 "num_enum",
22495 "thiserror 1.0.69",
22496]
22497
22498[[package]]
22499name = "zlog"
22500version = "0.1.0"
22501dependencies = [
22502 "anyhow",
22503 "chrono",
22504 "collections",
22505 "log",
22506 "tempfile",
22507]
22508
22509[[package]]
22510name = "zlog_settings"
22511version = "0.1.0"
22512dependencies = [
22513 "collections",
22514 "gpui",
22515 "settings",
22516 "zlog",
22517]
22518
22519[[package]]
22520name = "zstd"
22521version = "0.11.2+zstd.1.5.2"
22522source = "registry+https://github.com/rust-lang/crates.io-index"
22523checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22524dependencies = [
22525 "zstd-safe",
22526]
22527
22528[[package]]
22529name = "zstd-safe"
22530version = "5.0.2+zstd.1.5.2"
22531source = "registry+https://github.com/rust-lang/crates.io-index"
22532checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22533dependencies = [
22534 "libc",
22535 "zstd-sys",
22536]
22537
22538[[package]]
22539name = "zstd-sys"
22540version = "2.0.16+zstd.1.5.7"
22541source = "registry+https://github.com/rust-lang/crates.io-index"
22542checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22543dependencies = [
22544 "cc",
22545 "pkg-config",
22546]
22547
22548[[package]]
22549name = "ztracing"
22550version = "0.1.0"
22551dependencies = [
22552 "tracing",
22553 "tracing-subscriber",
22554 "tracing-tracy",
22555 "tracy-client",
22556 "zlog",
22557 "ztracing_macro",
22558]
22559
22560[[package]]
22561name = "ztracing_macro"
22562version = "0.1.0"
22563
22564[[package]]
22565name = "zune-core"
22566version = "0.4.12"
22567source = "registry+https://github.com/rust-lang/crates.io-index"
22568checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22569
22570[[package]]
22571name = "zune-inflate"
22572version = "0.2.54"
22573source = "registry+https://github.com/rust-lang/crates.io-index"
22574checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22575dependencies = [
22576 "simd-adler32",
22577]
22578
22579[[package]]
22580name = "zune-jpeg"
22581version = "0.4.21"
22582source = "registry+https://github.com/rust-lang/crates.io-index"
22583checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22584dependencies = [
22585 "zune-core",
22586]
22587
22588[[package]]
22589name = "zvariant"
22590version = "5.9.2"
22591source = "registry+https://github.com/rust-lang/crates.io-index"
22592checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22593dependencies = [
22594 "endi",
22595 "enumflags2",
22596 "serde",
22597 "serde_bytes",
22598 "winnow",
22599 "zvariant_derive",
22600 "zvariant_utils",
22601]
22602
22603[[package]]
22604name = "zvariant_derive"
22605version = "5.9.2"
22606source = "registry+https://github.com/rust-lang/crates.io-index"
22607checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22608dependencies = [
22609 "proc-macro-crate",
22610 "proc-macro2",
22611 "quote",
22612 "syn 2.0.117",
22613 "zvariant_utils",
22614]
22615
22616[[package]]
22617name = "zvariant_utils"
22618version = "3.3.0"
22619source = "registry+https://github.com/rust-lang/crates.io-index"
22620checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22621dependencies = [
22622 "proc-macro2",
22623 "quote",
22624 "serde",
22625 "syn 2.0.117",
22626 "winnow",
22627]