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