1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "acp_thread"
7version = "0.1.0"
8dependencies = [
9 "action_log",
10 "agent-client-protocol",
11 "anyhow",
12 "base64 0.22.1",
13 "buffer_diff",
14 "chrono",
15 "collections",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "image",
21 "indoc",
22 "itertools 0.14.0",
23 "language",
24 "language_model",
25 "log",
26 "markdown",
27 "multi_buffer",
28 "parking_lot",
29 "portable-pty",
30 "project",
31 "prompt_store",
32 "rand 0.9.2",
33 "serde",
34 "serde_json",
35 "settings",
36 "smol",
37 "task",
38 "telemetry",
39 "terminal",
40 "text",
41 "ui",
42 "url",
43 "urlencoding",
44 "util",
45 "uuid",
46 "watch",
47]
48
49[[package]]
50name = "acp_tools"
51version = "0.1.0"
52dependencies = [
53 "agent-client-protocol",
54 "collections",
55 "gpui",
56 "language",
57 "markdown",
58 "project",
59 "serde",
60 "serde_json",
61 "settings",
62 "theme",
63 "ui",
64 "util",
65 "workspace",
66]
67
68[[package]]
69name = "action_log"
70version = "0.1.0"
71dependencies = [
72 "anyhow",
73 "buffer_diff",
74 "clock",
75 "collections",
76 "ctor",
77 "fs",
78 "futures 0.3.31",
79 "gpui",
80 "language",
81 "log",
82 "pretty_assertions",
83 "project",
84 "rand 0.9.2",
85 "serde_json",
86 "settings",
87 "telemetry",
88 "text",
89 "util",
90 "watch",
91 "zlog",
92]
93
94[[package]]
95name = "activity_indicator"
96version = "0.1.0"
97dependencies = [
98 "anyhow",
99 "auto_update",
100 "editor",
101 "extension_host",
102 "fs",
103 "futures 0.3.31",
104 "gpui",
105 "language",
106 "project",
107 "proto",
108 "smallvec",
109 "ui",
110 "util",
111 "workspace",
112]
113
114[[package]]
115name = "addr2line"
116version = "0.24.2"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
119dependencies = [
120 "gimli 0.31.1",
121]
122
123[[package]]
124name = "addr2line"
125version = "0.25.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
128dependencies = [
129 "gimli 0.32.3",
130]
131
132[[package]]
133name = "adler2"
134version = "2.0.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
137
138[[package]]
139name = "aes"
140version = "0.8.4"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
143dependencies = [
144 "cfg-if",
145 "cipher",
146 "cpufeatures",
147 "zeroize",
148]
149
150[[package]]
151name = "agent"
152version = "0.1.0"
153dependencies = [
154 "acp_thread",
155 "action_log",
156 "agent-client-protocol",
157 "agent_servers",
158 "agent_settings",
159 "anyhow",
160 "chrono",
161 "client",
162 "clock",
163 "cloud_api_types",
164 "cloud_llm_client",
165 "collections",
166 "context_server",
167 "ctor",
168 "db",
169 "derive_more",
170 "editor",
171 "env_logger 0.11.8",
172 "eval_utils",
173 "feature_flags",
174 "fs",
175 "futures 0.3.31",
176 "git",
177 "gpui",
178 "gpui_tokio",
179 "handlebars 4.5.0",
180 "heck 0.5.0",
181 "html_to_markdown",
182 "http_client",
183 "indoc",
184 "itertools 0.14.0",
185 "language",
186 "language_model",
187 "language_models",
188 "log",
189 "lsp",
190 "open",
191 "parking_lot",
192 "paths",
193 "pretty_assertions",
194 "project",
195 "prompt_store",
196 "rand 0.9.2",
197 "regex",
198 "reqwest_client",
199 "rust-embed",
200 "schemars",
201 "serde",
202 "serde_json",
203 "settings",
204 "shell_command_parser",
205 "smallvec",
206 "smol",
207 "sqlez",
208 "streaming_diff",
209 "strsim",
210 "task",
211 "telemetry",
212 "tempfile",
213 "text",
214 "theme",
215 "thiserror 2.0.17",
216 "ui",
217 "unindent",
218 "url",
219 "util",
220 "uuid",
221 "watch",
222 "web_search",
223 "zed_env_vars",
224 "zlog",
225 "zstd",
226]
227
228[[package]]
229name = "agent-client-protocol"
230version = "0.10.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
233dependencies = [
234 "agent-client-protocol-schema",
235 "anyhow",
236 "async-broadcast",
237 "async-trait",
238 "derive_more",
239 "futures 0.3.31",
240 "log",
241 "serde",
242 "serde_json",
243]
244
245[[package]]
246name = "agent-client-protocol-schema"
247version = "0.11.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
250dependencies = [
251 "anyhow",
252 "derive_more",
253 "schemars",
254 "serde",
255 "serde_json",
256 "strum 0.28.0",
257]
258
259[[package]]
260name = "agent_servers"
261version = "0.1.0"
262dependencies = [
263 "acp_thread",
264 "acp_tools",
265 "action_log",
266 "agent-client-protocol",
267 "anyhow",
268 "async-trait",
269 "chrono",
270 "client",
271 "collections",
272 "credentials_provider",
273 "env_logger 0.11.8",
274 "feature_flags",
275 "fs",
276 "futures 0.3.31",
277 "google_ai",
278 "gpui",
279 "gpui_tokio",
280 "http_client",
281 "indoc",
282 "language_model",
283 "libc",
284 "log",
285 "nix 0.29.0",
286 "project",
287 "release_channel",
288 "reqwest_client",
289 "serde",
290 "serde_json",
291 "settings",
292 "smol",
293 "task",
294 "tempfile",
295 "terminal",
296 "thiserror 2.0.17",
297 "ui",
298 "util",
299 "uuid",
300 "watch",
301]
302
303[[package]]
304name = "agent_settings"
305version = "0.1.0"
306dependencies = [
307 "agent-client-protocol",
308 "anyhow",
309 "collections",
310 "convert_case 0.8.0",
311 "fs",
312 "gpui",
313 "language_model",
314 "log",
315 "project",
316 "regex",
317 "schemars",
318 "serde",
319 "serde_json",
320 "serde_json_lenient",
321 "settings",
322 "util",
323]
324
325[[package]]
326name = "agent_ui"
327version = "0.1.0"
328dependencies = [
329 "acp_thread",
330 "action_log",
331 "agent",
332 "agent-client-protocol",
333 "agent_servers",
334 "agent_settings",
335 "ai_onboarding",
336 "anyhow",
337 "assistant_slash_command",
338 "assistant_slash_commands",
339 "assistant_text_thread",
340 "audio",
341 "base64 0.22.1",
342 "buffer_diff",
343 "chrono",
344 "client",
345 "cloud_api_types",
346 "collections",
347 "command_palette_hooks",
348 "component",
349 "context_server",
350 "db",
351 "editor",
352 "eval_utils",
353 "extension",
354 "extension_host",
355 "feature_flags",
356 "file_icons",
357 "fs",
358 "futures 0.3.31",
359 "fuzzy",
360 "git",
361 "gpui",
362 "gpui_tokio",
363 "heapless",
364 "html_to_markdown",
365 "http_client",
366 "image",
367 "indoc",
368 "itertools 0.14.0",
369 "jsonschema",
370 "language",
371 "language_model",
372 "language_models",
373 "languages",
374 "log",
375 "lsp",
376 "markdown",
377 "menu",
378 "multi_buffer",
379 "notifications",
380 "ordered-float 2.10.1",
381 "parking_lot",
382 "paths",
383 "picker",
384 "postage",
385 "pretty_assertions",
386 "project",
387 "prompt_store",
388 "proto",
389 "rand 0.9.2",
390 "release_channel",
391 "reqwest_client",
392 "rope",
393 "rules_library",
394 "schemars",
395 "search",
396 "semver",
397 "serde",
398 "serde_json",
399 "serde_json_lenient",
400 "settings",
401 "smol",
402 "streaming_diff",
403 "task",
404 "telemetry",
405 "terminal",
406 "terminal_view",
407 "text",
408 "theme",
409 "time",
410 "time_format",
411 "tree-sitter-md",
412 "ui",
413 "ui_input",
414 "unindent",
415 "url",
416 "util",
417 "uuid",
418 "watch",
419 "workspace",
420 "zed_actions",
421]
422
423[[package]]
424name = "ahash"
425version = "0.7.8"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
428dependencies = [
429 "getrandom 0.2.16",
430 "once_cell",
431 "version_check",
432]
433
434[[package]]
435name = "ahash"
436version = "0.8.12"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
439dependencies = [
440 "cfg-if",
441 "const-random",
442 "getrandom 0.3.4",
443 "once_cell",
444 "serde",
445 "version_check",
446 "zerocopy",
447]
448
449[[package]]
450name = "aho-corasick"
451version = "1.1.3"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
454dependencies = [
455 "memchr",
456]
457
458[[package]]
459name = "ai_onboarding"
460version = "0.1.0"
461dependencies = [
462 "client",
463 "cloud_api_types",
464 "component",
465 "gpui",
466 "language_model",
467 "serde",
468 "smallvec",
469 "telemetry",
470 "ui",
471 "zed_actions",
472]
473
474[[package]]
475name = "alacritty_terminal"
476version = "0.25.1"
477source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
478dependencies = [
479 "base64 0.22.1",
480 "bitflags 2.10.0",
481 "home",
482 "libc",
483 "log",
484 "mach2 0.5.0",
485 "miow",
486 "parking_lot",
487 "piper",
488 "polling",
489 "regex-automata",
490 "rustix 1.1.2",
491 "rustix-openpty",
492 "serde",
493 "signal-hook",
494 "unicode-width",
495 "vte",
496 "windows-sys 0.59.0",
497]
498
499[[package]]
500name = "aliasable"
501version = "0.1.3"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
504
505[[package]]
506name = "aligned-vec"
507version = "0.6.4"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
510dependencies = [
511 "equator",
512]
513
514[[package]]
515name = "allocator-api2"
516version = "0.2.21"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
519
520[[package]]
521name = "alsa"
522version = "0.10.0"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
525dependencies = [
526 "alsa-sys",
527 "bitflags 2.10.0",
528 "cfg-if",
529 "libc",
530]
531
532[[package]]
533name = "alsa-sys"
534version = "0.3.1"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
537dependencies = [
538 "libc",
539 "pkg-config",
540]
541
542[[package]]
543name = "ambient-authority"
544version = "0.0.2"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
547
548[[package]]
549name = "ammonia"
550version = "4.1.2"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
553dependencies = [
554 "cssparser",
555 "html5ever 0.35.0",
556 "maplit",
557 "tendril",
558 "url",
559]
560
561[[package]]
562name = "android_system_properties"
563version = "0.1.5"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
566dependencies = [
567 "libc",
568]
569
570[[package]]
571name = "anes"
572version = "0.1.6"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
575
576[[package]]
577name = "annotate-snippets"
578version = "0.12.12"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
581dependencies = [
582 "anstyle",
583 "memchr",
584 "unicode-width",
585]
586
587[[package]]
588name = "anstream"
589version = "0.6.21"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
592dependencies = [
593 "anstyle",
594 "anstyle-parse",
595 "anstyle-query",
596 "anstyle-wincon",
597 "colorchoice",
598 "is_terminal_polyfill",
599 "utf8parse",
600]
601
602[[package]]
603name = "anstyle"
604version = "1.0.13"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
607
608[[package]]
609name = "anstyle-parse"
610version = "0.2.7"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
613dependencies = [
614 "utf8parse",
615]
616
617[[package]]
618name = "anstyle-query"
619version = "1.1.4"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
622dependencies = [
623 "windows-sys 0.60.2",
624]
625
626[[package]]
627name = "anstyle-wincon"
628version = "3.0.10"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
631dependencies = [
632 "anstyle",
633 "once_cell_polyfill",
634 "windows-sys 0.60.2",
635]
636
637[[package]]
638name = "anthropic"
639version = "0.1.0"
640dependencies = [
641 "anyhow",
642 "chrono",
643 "futures 0.3.31",
644 "http_client",
645 "schemars",
646 "serde",
647 "serde_json",
648 "strum 0.27.2",
649 "thiserror 2.0.17",
650]
651
652[[package]]
653name = "any_vec"
654version = "0.14.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
657
658[[package]]
659name = "anyhow"
660version = "1.0.100"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
663
664[[package]]
665name = "approx"
666version = "0.5.1"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
669dependencies = [
670 "num-traits",
671]
672
673[[package]]
674name = "ar_archive_writer"
675version = "0.5.1"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
678dependencies = [
679 "object 0.37.3",
680]
681
682[[package]]
683name = "arbitrary"
684version = "1.4.2"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
687dependencies = [
688 "derive_arbitrary",
689]
690
691[[package]]
692name = "arg_enum_proc_macro"
693version = "0.3.4"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
696dependencies = [
697 "proc-macro2",
698 "quote",
699 "syn 2.0.117",
700]
701
702[[package]]
703name = "arraydeque"
704version = "0.5.1"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
707
708[[package]]
709name = "arrayref"
710version = "0.3.9"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
713
714[[package]]
715name = "arrayvec"
716version = "0.7.6"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
719
720[[package]]
721name = "as-raw-xcb-connection"
722version = "1.0.1"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
725
726[[package]]
727name = "ascii"
728version = "1.1.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
731
732[[package]]
733name = "ash"
734version = "0.38.0+1.3.281"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
737dependencies = [
738 "libloading",
739]
740
741[[package]]
742name = "ashpd"
743version = "0.13.2"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
746dependencies = [
747 "enumflags2",
748 "futures-channel",
749 "futures-util",
750 "getrandom 0.4.1",
751 "serde",
752 "serde_repr",
753 "wayland-backend",
754 "wayland-client",
755 "wayland-protocols",
756 "zbus",
757]
758
759[[package]]
760name = "askpass"
761version = "0.1.0"
762dependencies = [
763 "anyhow",
764 "futures 0.3.31",
765 "gpui",
766 "log",
767 "net",
768 "smol",
769 "tempfile",
770 "util",
771 "windows 0.61.3",
772 "zeroize",
773]
774
775[[package]]
776name = "assets"
777version = "0.1.0"
778dependencies = [
779 "anyhow",
780 "gpui",
781 "rust-embed",
782]
783
784[[package]]
785name = "assistant_slash_command"
786version = "0.1.0"
787dependencies = [
788 "anyhow",
789 "async-trait",
790 "collections",
791 "derive_more",
792 "extension",
793 "futures 0.3.31",
794 "gpui",
795 "language",
796 "language_model",
797 "parking_lot",
798 "pretty_assertions",
799 "serde",
800 "serde_json",
801 "ui",
802 "util",
803 "workspace",
804]
805
806[[package]]
807name = "assistant_slash_commands"
808version = "0.1.0"
809dependencies = [
810 "anyhow",
811 "assistant_slash_command",
812 "chrono",
813 "collections",
814 "editor",
815 "feature_flags",
816 "fs",
817 "futures 0.3.31",
818 "fuzzy",
819 "gpui",
820 "html_to_markdown",
821 "http_client",
822 "language",
823 "multi_buffer",
824 "pretty_assertions",
825 "project",
826 "prompt_store",
827 "rope",
828 "serde",
829 "serde_json",
830 "settings",
831 "smol",
832 "text",
833 "ui",
834 "util",
835 "workspace",
836 "worktree",
837 "zlog",
838]
839
840[[package]]
841name = "assistant_text_thread"
842version = "0.1.0"
843dependencies = [
844 "agent_settings",
845 "anyhow",
846 "assistant_slash_command",
847 "assistant_slash_commands",
848 "chrono",
849 "client",
850 "clock",
851 "collections",
852 "context_server",
853 "fs",
854 "futures 0.3.31",
855 "fuzzy",
856 "gpui",
857 "itertools 0.14.0",
858 "language",
859 "language_model",
860 "log",
861 "open_ai",
862 "parking_lot",
863 "paths",
864 "pretty_assertions",
865 "project",
866 "prompt_store",
867 "proto",
868 "rand 0.9.2",
869 "regex",
870 "rpc",
871 "serde",
872 "serde_json",
873 "settings",
874 "smallvec",
875 "smol",
876 "telemetry",
877 "text",
878 "ui",
879 "unindent",
880 "util",
881 "uuid",
882 "workspace",
883 "zed_env_vars",
884]
885
886[[package]]
887name = "async-attributes"
888version = "1.1.2"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
891dependencies = [
892 "quote",
893 "syn 1.0.109",
894]
895
896[[package]]
897name = "async-broadcast"
898version = "0.7.2"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
901dependencies = [
902 "event-listener 5.4.1",
903 "event-listener-strategy",
904 "futures-core",
905 "pin-project-lite",
906]
907
908[[package]]
909name = "async-channel"
910version = "1.9.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
913dependencies = [
914 "concurrent-queue",
915 "event-listener 2.5.3",
916 "futures-core",
917]
918
919[[package]]
920name = "async-channel"
921version = "2.5.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
924dependencies = [
925 "concurrent-queue",
926 "event-listener-strategy",
927 "futures-core",
928 "pin-project-lite",
929]
930
931[[package]]
932name = "async-compat"
933version = "0.2.5"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
936dependencies = [
937 "futures-core",
938 "futures-io",
939 "once_cell",
940 "pin-project-lite",
941 "tokio",
942]
943
944[[package]]
945name = "async-compression"
946version = "0.4.32"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
949dependencies = [
950 "compression-codecs",
951 "compression-core",
952 "futures-core",
953 "futures-io",
954 "pin-project-lite",
955]
956
957[[package]]
958name = "async-dispatcher"
959version = "0.1.2"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
962dependencies = [
963 "async-task",
964 "futures-lite 1.13.0",
965]
966
967[[package]]
968name = "async-executor"
969version = "1.13.3"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
972dependencies = [
973 "async-task",
974 "concurrent-queue",
975 "fastrand 2.3.0",
976 "futures-lite 2.6.1",
977 "pin-project-lite",
978 "slab",
979]
980
981[[package]]
982name = "async-fs"
983version = "2.2.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
986dependencies = [
987 "async-lock 3.4.2",
988 "blocking",
989 "futures-lite 2.6.1",
990]
991
992[[package]]
993name = "async-global-executor"
994version = "2.4.1"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
997dependencies = [
998 "async-channel 2.5.0",
999 "async-executor",
1000 "async-io",
1001 "async-lock 3.4.2",
1002 "blocking",
1003 "futures-lite 2.6.1",
1004 "once_cell",
1005]
1006
1007[[package]]
1008name = "async-io"
1009version = "2.6.0"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1012dependencies = [
1013 "autocfg",
1014 "cfg-if",
1015 "concurrent-queue",
1016 "futures-io",
1017 "futures-lite 2.6.1",
1018 "parking",
1019 "polling",
1020 "rustix 1.1.2",
1021 "slab",
1022 "windows-sys 0.61.2",
1023]
1024
1025[[package]]
1026name = "async-lock"
1027version = "2.8.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1030dependencies = [
1031 "event-listener 2.5.3",
1032]
1033
1034[[package]]
1035name = "async-lock"
1036version = "3.4.2"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
1039dependencies = [
1040 "event-listener 5.4.1",
1041 "event-listener-strategy",
1042 "pin-project-lite",
1043]
1044
1045[[package]]
1046name = "async-net"
1047version = "2.0.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1050dependencies = [
1051 "async-io",
1052 "blocking",
1053 "futures-lite 2.6.1",
1054]
1055
1056[[package]]
1057name = "async-pipe"
1058version = "0.1.3"
1059source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1060dependencies = [
1061 "futures 0.3.31",
1062 "log",
1063]
1064
1065[[package]]
1066name = "async-process"
1067version = "2.5.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1070dependencies = [
1071 "async-channel 2.5.0",
1072 "async-io",
1073 "async-lock 3.4.2",
1074 "async-signal",
1075 "async-task",
1076 "blocking",
1077 "cfg-if",
1078 "event-listener 5.4.1",
1079 "futures-lite 2.6.1",
1080 "rustix 1.1.2",
1081]
1082
1083[[package]]
1084name = "async-recursion"
1085version = "1.1.1"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1088dependencies = [
1089 "proc-macro2",
1090 "quote",
1091 "syn 2.0.117",
1092]
1093
1094[[package]]
1095name = "async-signal"
1096version = "0.2.13"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1099dependencies = [
1100 "async-io",
1101 "async-lock 3.4.2",
1102 "atomic-waker",
1103 "cfg-if",
1104 "futures-core",
1105 "futures-io",
1106 "rustix 1.1.2",
1107 "signal-hook-registry",
1108 "slab",
1109 "windows-sys 0.61.2",
1110]
1111
1112[[package]]
1113name = "async-std"
1114version = "1.13.2"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1117dependencies = [
1118 "async-attributes",
1119 "async-channel 1.9.0",
1120 "async-global-executor",
1121 "async-io",
1122 "async-lock 3.4.2",
1123 "async-process",
1124 "crossbeam-utils",
1125 "futures-channel",
1126 "futures-core",
1127 "futures-io",
1128 "futures-lite 2.6.1",
1129 "gloo-timers",
1130 "kv-log-macro",
1131 "log",
1132 "memchr",
1133 "once_cell",
1134 "pin-project-lite",
1135 "pin-utils",
1136 "slab",
1137 "wasm-bindgen-futures",
1138]
1139
1140[[package]]
1141name = "async-stream"
1142version = "0.3.6"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1145dependencies = [
1146 "async-stream-impl",
1147 "futures-core",
1148 "pin-project-lite",
1149]
1150
1151[[package]]
1152name = "async-stream-impl"
1153version = "0.3.6"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1156dependencies = [
1157 "proc-macro2",
1158 "quote",
1159 "syn 2.0.117",
1160]
1161
1162[[package]]
1163name = "async-tar"
1164version = "0.5.1"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1167dependencies = [
1168 "async-std",
1169 "filetime",
1170 "libc",
1171 "pin-project",
1172 "redox_syscall 0.2.16",
1173 "xattr",
1174]
1175
1176[[package]]
1177name = "async-task"
1178version = "4.7.1"
1179source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1180
1181[[package]]
1182name = "async-trait"
1183version = "0.1.89"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1186dependencies = [
1187 "proc-macro2",
1188 "quote",
1189 "syn 2.0.117",
1190]
1191
1192[[package]]
1193name = "async-tungstenite"
1194version = "0.31.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1197dependencies = [
1198 "atomic-waker",
1199 "futures-core",
1200 "futures-io",
1201 "futures-task",
1202 "futures-util",
1203 "log",
1204 "pin-project-lite",
1205 "rustls-pki-types",
1206 "tokio",
1207 "tokio-rustls 0.26.2",
1208 "tungstenite 0.27.0",
1209]
1210
1211[[package]]
1212name = "async_zip"
1213version = "0.0.18"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1216dependencies = [
1217 "async-compression",
1218 "crc32fast",
1219 "futures-lite 2.6.1",
1220 "pin-project",
1221 "thiserror 2.0.17",
1222]
1223
1224[[package]]
1225name = "asynchronous-codec"
1226version = "0.7.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1229dependencies = [
1230 "bytes 1.11.1",
1231 "futures-sink",
1232 "futures-util",
1233 "memchr",
1234 "pin-project-lite",
1235]
1236
1237[[package]]
1238name = "atoi"
1239version = "2.0.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1242dependencies = [
1243 "num-traits",
1244]
1245
1246[[package]]
1247name = "atomic"
1248version = "0.5.3"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1251
1252[[package]]
1253name = "atomic-waker"
1254version = "1.1.2"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1257
1258[[package]]
1259name = "audio"
1260version = "0.1.0"
1261dependencies = [
1262 "anyhow",
1263 "collections",
1264 "cpal",
1265 "crossbeam",
1266 "denoise",
1267 "gpui",
1268 "libwebrtc",
1269 "log",
1270 "parking_lot",
1271 "rodio",
1272 "serde",
1273 "settings",
1274 "thiserror 2.0.17",
1275 "util",
1276]
1277
1278[[package]]
1279name = "auditable-serde"
1280version = "0.8.0"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1283dependencies = [
1284 "semver",
1285 "serde",
1286 "serde_json",
1287 "topological-sort",
1288]
1289
1290[[package]]
1291name = "auto_update"
1292version = "0.1.0"
1293dependencies = [
1294 "anyhow",
1295 "client",
1296 "clock",
1297 "ctor",
1298 "db",
1299 "futures 0.3.31",
1300 "futures-lite 1.13.0",
1301 "gpui",
1302 "http_client",
1303 "log",
1304 "parking_lot",
1305 "paths",
1306 "release_channel",
1307 "semver",
1308 "serde",
1309 "serde_json",
1310 "settings",
1311 "smol",
1312 "tempfile",
1313 "util",
1314 "which 6.0.3",
1315 "workspace",
1316 "zlog",
1317]
1318
1319[[package]]
1320name = "auto_update_helper"
1321version = "0.1.0"
1322dependencies = [
1323 "anyhow",
1324 "log",
1325 "scopeguard",
1326 "simplelog",
1327 "tempfile",
1328 "windows 0.61.3",
1329 "winresource",
1330]
1331
1332[[package]]
1333name = "auto_update_ui"
1334version = "0.1.0"
1335dependencies = [
1336 "anyhow",
1337 "auto_update",
1338 "client",
1339 "editor",
1340 "gpui",
1341 "markdown_preview",
1342 "release_channel",
1343 "semver",
1344 "serde",
1345 "serde_json",
1346 "smol",
1347 "ui",
1348 "util",
1349 "workspace",
1350]
1351
1352[[package]]
1353name = "autocfg"
1354version = "1.5.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1357
1358[[package]]
1359name = "av1-grain"
1360version = "0.2.4"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1363dependencies = [
1364 "anyhow",
1365 "arrayvec",
1366 "log",
1367 "nom 7.1.3",
1368 "num-rational",
1369 "v_frame",
1370]
1371
1372[[package]]
1373name = "avif-serialize"
1374version = "0.8.6"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1377dependencies = [
1378 "arrayvec",
1379]
1380
1381[[package]]
1382name = "aws-config"
1383version = "1.8.10"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1386dependencies = [
1387 "aws-credential-types",
1388 "aws-runtime",
1389 "aws-sdk-sso",
1390 "aws-sdk-ssooidc",
1391 "aws-sdk-sts",
1392 "aws-smithy-async",
1393 "aws-smithy-http",
1394 "aws-smithy-json",
1395 "aws-smithy-runtime",
1396 "aws-smithy-runtime-api",
1397 "aws-smithy-types",
1398 "aws-types",
1399 "bytes 1.11.1",
1400 "fastrand 2.3.0",
1401 "hex",
1402 "http 1.3.1",
1403 "ring",
1404 "time",
1405 "tokio",
1406 "tracing",
1407 "url",
1408 "zeroize",
1409]
1410
1411[[package]]
1412name = "aws-credential-types"
1413version = "1.2.10"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1416dependencies = [
1417 "aws-smithy-async",
1418 "aws-smithy-runtime-api",
1419 "aws-smithy-types",
1420 "zeroize",
1421]
1422
1423[[package]]
1424name = "aws-lc-rs"
1425version = "1.15.4"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1428dependencies = [
1429 "aws-lc-sys",
1430 "untrusted 0.7.1",
1431 "zeroize",
1432]
1433
1434[[package]]
1435name = "aws-lc-sys"
1436version = "0.37.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1439dependencies = [
1440 "cc",
1441 "cmake",
1442 "dunce",
1443 "fs_extra",
1444]
1445
1446[[package]]
1447name = "aws-runtime"
1448version = "1.5.16"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1451dependencies = [
1452 "aws-credential-types",
1453 "aws-sigv4",
1454 "aws-smithy-async",
1455 "aws-smithy-eventstream",
1456 "aws-smithy-http",
1457 "aws-smithy-runtime",
1458 "aws-smithy-runtime-api",
1459 "aws-smithy-types",
1460 "aws-types",
1461 "bytes 1.11.1",
1462 "fastrand 2.3.0",
1463 "http 0.2.12",
1464 "http-body 0.4.6",
1465 "percent-encoding",
1466 "pin-project-lite",
1467 "tracing",
1468 "uuid",
1469]
1470
1471[[package]]
1472name = "aws-sdk-bedrockruntime"
1473version = "1.113.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1476dependencies = [
1477 "aws-credential-types",
1478 "aws-runtime",
1479 "aws-sigv4",
1480 "aws-smithy-async",
1481 "aws-smithy-eventstream",
1482 "aws-smithy-http",
1483 "aws-smithy-json",
1484 "aws-smithy-runtime",
1485 "aws-smithy-runtime-api",
1486 "aws-smithy-types",
1487 "aws-types",
1488 "bytes 1.11.1",
1489 "fastrand 2.3.0",
1490 "http 0.2.12",
1491 "hyper 0.14.32",
1492 "regex-lite",
1493 "tracing",
1494]
1495
1496[[package]]
1497name = "aws-sdk-kinesis"
1498version = "1.95.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1501dependencies = [
1502 "aws-credential-types",
1503 "aws-runtime",
1504 "aws-smithy-async",
1505 "aws-smithy-eventstream",
1506 "aws-smithy-http",
1507 "aws-smithy-json",
1508 "aws-smithy-runtime",
1509 "aws-smithy-runtime-api",
1510 "aws-smithy-types",
1511 "aws-types",
1512 "bytes 1.11.1",
1513 "fastrand 2.3.0",
1514 "http 0.2.12",
1515 "regex-lite",
1516 "tracing",
1517]
1518
1519[[package]]
1520name = "aws-sdk-s3"
1521version = "1.112.0"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1524dependencies = [
1525 "aws-credential-types",
1526 "aws-runtime",
1527 "aws-sigv4",
1528 "aws-smithy-async",
1529 "aws-smithy-checksums",
1530 "aws-smithy-eventstream",
1531 "aws-smithy-http",
1532 "aws-smithy-json",
1533 "aws-smithy-runtime",
1534 "aws-smithy-runtime-api",
1535 "aws-smithy-types",
1536 "aws-smithy-xml",
1537 "aws-types",
1538 "bytes 1.11.1",
1539 "fastrand 2.3.0",
1540 "hex",
1541 "hmac",
1542 "http 0.2.12",
1543 "http 1.3.1",
1544 "http-body 0.4.6",
1545 "lru",
1546 "percent-encoding",
1547 "regex-lite",
1548 "sha2",
1549 "tracing",
1550 "url",
1551]
1552
1553[[package]]
1554name = "aws-sdk-sso"
1555version = "1.88.0"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1558dependencies = [
1559 "aws-credential-types",
1560 "aws-runtime",
1561 "aws-smithy-async",
1562 "aws-smithy-http",
1563 "aws-smithy-json",
1564 "aws-smithy-runtime",
1565 "aws-smithy-runtime-api",
1566 "aws-smithy-types",
1567 "aws-types",
1568 "bytes 1.11.1",
1569 "fastrand 2.3.0",
1570 "http 0.2.12",
1571 "regex-lite",
1572 "tracing",
1573]
1574
1575[[package]]
1576name = "aws-sdk-ssooidc"
1577version = "1.90.0"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1580dependencies = [
1581 "aws-credential-types",
1582 "aws-runtime",
1583 "aws-smithy-async",
1584 "aws-smithy-http",
1585 "aws-smithy-json",
1586 "aws-smithy-runtime",
1587 "aws-smithy-runtime-api",
1588 "aws-smithy-types",
1589 "aws-types",
1590 "bytes 1.11.1",
1591 "fastrand 2.3.0",
1592 "http 0.2.12",
1593 "regex-lite",
1594 "tracing",
1595]
1596
1597[[package]]
1598name = "aws-sdk-sts"
1599version = "1.90.0"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1602dependencies = [
1603 "aws-credential-types",
1604 "aws-runtime",
1605 "aws-smithy-async",
1606 "aws-smithy-http",
1607 "aws-smithy-json",
1608 "aws-smithy-query",
1609 "aws-smithy-runtime",
1610 "aws-smithy-runtime-api",
1611 "aws-smithy-types",
1612 "aws-smithy-xml",
1613 "aws-types",
1614 "fastrand 2.3.0",
1615 "http 0.2.12",
1616 "regex-lite",
1617 "tracing",
1618]
1619
1620[[package]]
1621name = "aws-sigv4"
1622version = "1.3.6"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1625dependencies = [
1626 "aws-credential-types",
1627 "aws-smithy-eventstream",
1628 "aws-smithy-http",
1629 "aws-smithy-runtime-api",
1630 "aws-smithy-types",
1631 "bytes 1.11.1",
1632 "crypto-bigint 0.5.5",
1633 "form_urlencoded",
1634 "hex",
1635 "hmac",
1636 "http 0.2.12",
1637 "http 1.3.1",
1638 "p256",
1639 "percent-encoding",
1640 "ring",
1641 "sha2",
1642 "subtle",
1643 "time",
1644 "tracing",
1645 "zeroize",
1646]
1647
1648[[package]]
1649name = "aws-smithy-async"
1650version = "1.2.6"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1653dependencies = [
1654 "futures-util",
1655 "pin-project-lite",
1656 "tokio",
1657]
1658
1659[[package]]
1660name = "aws-smithy-checksums"
1661version = "0.63.11"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1664dependencies = [
1665 "aws-smithy-http",
1666 "aws-smithy-types",
1667 "bytes 1.11.1",
1668 "crc-fast",
1669 "hex",
1670 "http 0.2.12",
1671 "http-body 0.4.6",
1672 "md-5",
1673 "pin-project-lite",
1674 "sha1",
1675 "sha2",
1676 "tracing",
1677]
1678
1679[[package]]
1680name = "aws-smithy-eventstream"
1681version = "0.60.13"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1684dependencies = [
1685 "aws-smithy-types",
1686 "bytes 1.11.1",
1687 "crc32fast",
1688]
1689
1690[[package]]
1691name = "aws-smithy-http"
1692version = "0.62.5"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1695dependencies = [
1696 "aws-smithy-eventstream",
1697 "aws-smithy-runtime-api",
1698 "aws-smithy-types",
1699 "bytes 1.11.1",
1700 "bytes-utils",
1701 "futures-core",
1702 "futures-util",
1703 "http 0.2.12",
1704 "http 1.3.1",
1705 "http-body 0.4.6",
1706 "percent-encoding",
1707 "pin-project-lite",
1708 "pin-utils",
1709 "tracing",
1710]
1711
1712[[package]]
1713name = "aws-smithy-http-client"
1714version = "1.1.4"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1717dependencies = [
1718 "aws-smithy-async",
1719 "aws-smithy-runtime-api",
1720 "aws-smithy-types",
1721 "h2 0.3.27",
1722 "h2 0.4.12",
1723 "http 0.2.12",
1724 "http 1.3.1",
1725 "http-body 0.4.6",
1726 "hyper 0.14.32",
1727 "hyper 1.7.0",
1728 "hyper-rustls 0.24.2",
1729 "hyper-rustls 0.27.7",
1730 "hyper-util",
1731 "pin-project-lite",
1732 "rustls 0.21.12",
1733 "rustls 0.23.33",
1734 "rustls-native-certs 0.8.2",
1735 "rustls-pki-types",
1736 "tokio",
1737 "tokio-rustls 0.26.2",
1738 "tower 0.5.2",
1739 "tracing",
1740]
1741
1742[[package]]
1743name = "aws-smithy-json"
1744version = "0.61.7"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1747dependencies = [
1748 "aws-smithy-types",
1749]
1750
1751[[package]]
1752name = "aws-smithy-observability"
1753version = "0.1.4"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1756dependencies = [
1757 "aws-smithy-runtime-api",
1758]
1759
1760[[package]]
1761name = "aws-smithy-query"
1762version = "0.60.8"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1765dependencies = [
1766 "aws-smithy-types",
1767 "urlencoding",
1768]
1769
1770[[package]]
1771name = "aws-smithy-runtime"
1772version = "1.9.4"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1775dependencies = [
1776 "aws-smithy-async",
1777 "aws-smithy-http",
1778 "aws-smithy-http-client",
1779 "aws-smithy-observability",
1780 "aws-smithy-runtime-api",
1781 "aws-smithy-types",
1782 "bytes 1.11.1",
1783 "fastrand 2.3.0",
1784 "http 0.2.12",
1785 "http 1.3.1",
1786 "http-body 0.4.6",
1787 "http-body 1.0.1",
1788 "pin-project-lite",
1789 "pin-utils",
1790 "tokio",
1791 "tracing",
1792]
1793
1794[[package]]
1795name = "aws-smithy-runtime-api"
1796version = "1.9.2"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1799dependencies = [
1800 "aws-smithy-async",
1801 "aws-smithy-types",
1802 "bytes 1.11.1",
1803 "http 0.2.12",
1804 "http 1.3.1",
1805 "pin-project-lite",
1806 "tokio",
1807 "tracing",
1808 "zeroize",
1809]
1810
1811[[package]]
1812name = "aws-smithy-types"
1813version = "1.3.4"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1816dependencies = [
1817 "base64-simd",
1818 "bytes 1.11.1",
1819 "bytes-utils",
1820 "futures-core",
1821 "http 0.2.12",
1822 "http 1.3.1",
1823 "http-body 0.4.6",
1824 "http-body 1.0.1",
1825 "http-body-util",
1826 "itoa",
1827 "num-integer",
1828 "pin-project-lite",
1829 "pin-utils",
1830 "ryu",
1831 "serde",
1832 "time",
1833 "tokio",
1834 "tokio-util",
1835]
1836
1837[[package]]
1838name = "aws-smithy-xml"
1839version = "0.60.12"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1842dependencies = [
1843 "xmlparser",
1844]
1845
1846[[package]]
1847name = "aws-types"
1848version = "1.3.10"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1851dependencies = [
1852 "aws-credential-types",
1853 "aws-smithy-async",
1854 "aws-smithy-runtime-api",
1855 "aws-smithy-types",
1856 "rustc_version",
1857 "tracing",
1858]
1859
1860[[package]]
1861name = "aws_http_client"
1862version = "0.1.0"
1863dependencies = [
1864 "aws-smithy-runtime-api",
1865 "aws-smithy-types",
1866 "http_client",
1867]
1868
1869[[package]]
1870name = "axum"
1871version = "0.6.20"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1874dependencies = [
1875 "async-trait",
1876 "axum-core",
1877 "base64 0.21.7",
1878 "bitflags 1.3.2",
1879 "bytes 1.11.1",
1880 "futures-util",
1881 "headers",
1882 "http 0.2.12",
1883 "http-body 0.4.6",
1884 "hyper 0.14.32",
1885 "itoa",
1886 "matchit",
1887 "memchr",
1888 "mime",
1889 "percent-encoding",
1890 "pin-project-lite",
1891 "rustversion",
1892 "serde",
1893 "serde_json",
1894 "serde_path_to_error",
1895 "serde_urlencoded",
1896 "sha1",
1897 "sync_wrapper 0.1.2",
1898 "tokio",
1899 "tokio-tungstenite 0.20.1",
1900 "tower 0.4.13",
1901 "tower-layer",
1902 "tower-service",
1903]
1904
1905[[package]]
1906name = "axum-core"
1907version = "0.3.4"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1910dependencies = [
1911 "async-trait",
1912 "bytes 1.11.1",
1913 "futures-util",
1914 "http 0.2.12",
1915 "http-body 0.4.6",
1916 "mime",
1917 "rustversion",
1918 "tower-layer",
1919 "tower-service",
1920]
1921
1922[[package]]
1923name = "backtrace"
1924version = "0.3.76"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1927dependencies = [
1928 "addr2line 0.25.1",
1929 "cfg-if",
1930 "libc",
1931 "miniz_oxide",
1932 "object 0.37.3",
1933 "rustc-demangle",
1934 "windows-link 0.2.1",
1935]
1936
1937[[package]]
1938name = "base16ct"
1939version = "0.1.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1942
1943[[package]]
1944name = "base64"
1945version = "0.21.7"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1948
1949[[package]]
1950name = "base64"
1951version = "0.22.1"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1954
1955[[package]]
1956name = "base64-simd"
1957version = "0.8.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1960dependencies = [
1961 "outref",
1962 "vsimd",
1963]
1964
1965[[package]]
1966name = "base64ct"
1967version = "1.8.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1970
1971[[package]]
1972name = "bedrock"
1973version = "0.1.0"
1974dependencies = [
1975 "anyhow",
1976 "aws-sdk-bedrockruntime",
1977 "aws-smithy-types",
1978 "futures 0.3.31",
1979 "schemars",
1980 "serde",
1981 "serde_json",
1982 "strum 0.27.2",
1983 "thiserror 2.0.17",
1984]
1985
1986[[package]]
1987name = "bigdecimal"
1988version = "0.4.8"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1991dependencies = [
1992 "autocfg",
1993 "libm",
1994 "num-bigint",
1995 "num-integer",
1996 "num-traits",
1997 "serde",
1998]
1999
2000[[package]]
2001name = "bincode"
2002version = "1.3.3"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2005dependencies = [
2006 "serde",
2007]
2008
2009[[package]]
2010name = "bindgen"
2011version = "0.71.1"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2014dependencies = [
2015 "bitflags 2.10.0",
2016 "cexpr",
2017 "clang-sys",
2018 "itertools 0.12.1",
2019 "log",
2020 "prettyplease",
2021 "proc-macro2",
2022 "quote",
2023 "regex",
2024 "rustc-hash 2.1.1",
2025 "shlex",
2026 "syn 2.0.117",
2027]
2028
2029[[package]]
2030name = "bindgen"
2031version = "0.72.1"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2034dependencies = [
2035 "bitflags 2.10.0",
2036 "cexpr",
2037 "clang-sys",
2038 "itertools 0.12.1",
2039 "proc-macro2",
2040 "quote",
2041 "regex",
2042 "rustc-hash 2.1.1",
2043 "shlex",
2044 "syn 2.0.117",
2045]
2046
2047[[package]]
2048name = "bit-set"
2049version = "0.8.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2052dependencies = [
2053 "bit-vec 0.8.0",
2054]
2055
2056[[package]]
2057name = "bit-set"
2058version = "0.9.1"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
2061dependencies = [
2062 "bit-vec 0.9.1",
2063]
2064
2065[[package]]
2066name = "bit-vec"
2067version = "0.8.0"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2070
2071[[package]]
2072name = "bit-vec"
2073version = "0.9.1"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
2076
2077[[package]]
2078name = "bit_field"
2079version = "0.10.3"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2082
2083[[package]]
2084name = "bitflags"
2085version = "1.3.2"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2088
2089[[package]]
2090name = "bitflags"
2091version = "2.10.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2094dependencies = [
2095 "serde_core",
2096]
2097
2098[[package]]
2099name = "bitstream-io"
2100version = "2.6.0"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2103
2104[[package]]
2105name = "bitvec"
2106version = "1.0.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2109dependencies = [
2110 "funty",
2111 "radium",
2112 "tap",
2113 "wyz",
2114]
2115
2116[[package]]
2117name = "block"
2118version = "0.1.6"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2121
2122[[package]]
2123name = "block-buffer"
2124version = "0.10.4"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2127dependencies = [
2128 "generic-array",
2129]
2130
2131[[package]]
2132name = "block-padding"
2133version = "0.3.3"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2136dependencies = [
2137 "generic-array",
2138]
2139
2140[[package]]
2141name = "block2"
2142version = "0.6.2"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2145dependencies = [
2146 "objc2",
2147]
2148
2149[[package]]
2150name = "blocking"
2151version = "1.6.2"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2154dependencies = [
2155 "async-channel 2.5.0",
2156 "async-task",
2157 "futures-io",
2158 "futures-lite 2.6.1",
2159 "piper",
2160]
2161
2162[[package]]
2163name = "bmrng"
2164version = "0.5.2"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2167dependencies = [
2168 "futures-core",
2169 "tokio",
2170]
2171
2172[[package]]
2173name = "bon"
2174version = "3.8.2"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2177dependencies = [
2178 "bon-macros",
2179 "rustversion",
2180]
2181
2182[[package]]
2183name = "bon-macros"
2184version = "3.8.2"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2187dependencies = [
2188 "darling 0.21.3",
2189 "ident_case",
2190 "prettyplease",
2191 "proc-macro2",
2192 "quote",
2193 "rustversion",
2194 "syn 2.0.117",
2195]
2196
2197[[package]]
2198name = "borrow-or-share"
2199version = "0.2.4"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2202
2203[[package]]
2204name = "borsh"
2205version = "1.5.7"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2208dependencies = [
2209 "borsh-derive",
2210 "cfg_aliases 0.2.1",
2211]
2212
2213[[package]]
2214name = "borsh-derive"
2215version = "1.5.7"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2218dependencies = [
2219 "once_cell",
2220 "proc-macro-crate",
2221 "proc-macro2",
2222 "quote",
2223 "syn 2.0.117",
2224]
2225
2226[[package]]
2227name = "breadcrumbs"
2228version = "0.1.0"
2229dependencies = [
2230 "gpui",
2231 "ui",
2232 "workspace",
2233]
2234
2235[[package]]
2236name = "brush-parser"
2237version = "0.3.0"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2240dependencies = [
2241 "bon",
2242 "cached",
2243 "indenter",
2244 "peg",
2245 "thiserror 2.0.17",
2246 "tracing",
2247 "utf8-chars",
2248]
2249
2250[[package]]
2251name = "bstr"
2252version = "1.12.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2255dependencies = [
2256 "memchr",
2257 "regex-automata",
2258 "serde",
2259]
2260
2261[[package]]
2262name = "buffer_diff"
2263version = "0.1.0"
2264dependencies = [
2265 "clock",
2266 "ctor",
2267 "futures 0.3.31",
2268 "git2",
2269 "gpui",
2270 "language",
2271 "log",
2272 "pretty_assertions",
2273 "rand 0.9.2",
2274 "rope",
2275 "settings",
2276 "sum_tree",
2277 "text",
2278 "tracing",
2279 "unindent",
2280 "util",
2281 "zlog",
2282 "ztracing",
2283]
2284
2285[[package]]
2286name = "built"
2287version = "0.7.7"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2290
2291[[package]]
2292name = "bumpalo"
2293version = "3.19.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2296dependencies = [
2297 "allocator-api2",
2298]
2299
2300[[package]]
2301name = "by_address"
2302version = "1.2.1"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2305
2306[[package]]
2307name = "bytecheck"
2308version = "0.6.12"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2311dependencies = [
2312 "bytecheck_derive",
2313 "ptr_meta",
2314 "simdutf8",
2315]
2316
2317[[package]]
2318name = "bytecheck_derive"
2319version = "0.6.12"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2322dependencies = [
2323 "proc-macro2",
2324 "quote",
2325 "syn 1.0.109",
2326]
2327
2328[[package]]
2329name = "bytecount"
2330version = "0.6.9"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2333
2334[[package]]
2335name = "bytemuck"
2336version = "1.24.0"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2339dependencies = [
2340 "bytemuck_derive",
2341]
2342
2343[[package]]
2344name = "bytemuck_derive"
2345version = "1.10.2"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2348dependencies = [
2349 "proc-macro2",
2350 "quote",
2351 "syn 2.0.117",
2352]
2353
2354[[package]]
2355name = "byteorder"
2356version = "1.5.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2359
2360[[package]]
2361name = "byteorder-lite"
2362version = "0.1.0"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2365
2366[[package]]
2367name = "bytes"
2368version = "0.4.12"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2371dependencies = [
2372 "byteorder",
2373 "iovec",
2374]
2375
2376[[package]]
2377name = "bytes"
2378version = "1.11.1"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2381
2382[[package]]
2383name = "bytes-utils"
2384version = "0.1.4"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2387dependencies = [
2388 "bytes 1.11.1",
2389 "either",
2390]
2391
2392[[package]]
2393name = "bzip2"
2394version = "0.4.4"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2397dependencies = [
2398 "bzip2-sys",
2399 "libc",
2400]
2401
2402[[package]]
2403name = "bzip2"
2404version = "0.6.1"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
2407dependencies = [
2408 "libbz2-rs-sys",
2409]
2410
2411[[package]]
2412name = "bzip2-sys"
2413version = "0.1.13+1.0.8"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2416dependencies = [
2417 "cc",
2418 "pkg-config",
2419]
2420
2421[[package]]
2422name = "cached"
2423version = "0.56.0"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2426dependencies = [
2427 "ahash 0.8.12",
2428 "cached_proc_macro",
2429 "cached_proc_macro_types",
2430 "hashbrown 0.15.5",
2431 "once_cell",
2432 "thiserror 2.0.17",
2433 "web-time",
2434]
2435
2436[[package]]
2437name = "cached_proc_macro"
2438version = "0.25.0"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2441dependencies = [
2442 "darling 0.20.11",
2443 "proc-macro2",
2444 "quote",
2445 "syn 2.0.117",
2446]
2447
2448[[package]]
2449name = "cached_proc_macro_types"
2450version = "0.1.1"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2453
2454[[package]]
2455name = "call"
2456version = "0.1.0"
2457dependencies = [
2458 "anyhow",
2459 "audio",
2460 "client",
2461 "collections",
2462 "feature_flags",
2463 "fs",
2464 "futures 0.3.31",
2465 "gpui",
2466 "gpui_tokio",
2467 "language",
2468 "livekit_client",
2469 "log",
2470 "postage",
2471 "project",
2472 "serde",
2473 "settings",
2474 "telemetry",
2475 "util",
2476 "workspace",
2477]
2478
2479[[package]]
2480name = "calloop"
2481version = "0.14.3"
2482source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2483dependencies = [
2484 "bitflags 2.10.0",
2485 "polling",
2486 "rustix 1.1.2",
2487 "slab",
2488 "tracing",
2489]
2490
2491[[package]]
2492name = "calloop-wayland-source"
2493version = "0.4.1"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2496dependencies = [
2497 "calloop",
2498 "rustix 1.1.2",
2499 "wayland-backend",
2500 "wayland-client",
2501]
2502
2503[[package]]
2504name = "camino"
2505version = "1.2.1"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2508dependencies = [
2509 "serde_core",
2510]
2511
2512[[package]]
2513name = "candle-core"
2514version = "0.9.1"
2515source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2516dependencies = [
2517 "byteorder",
2518 "float8",
2519 "gemm 0.17.1",
2520 "half",
2521 "memmap2",
2522 "num-traits",
2523 "num_cpus",
2524 "rand 0.9.2",
2525 "rand_distr",
2526 "rayon",
2527 "safetensors",
2528 "thiserror 1.0.69",
2529 "ug",
2530 "yoke 0.7.5",
2531 "zip 1.1.4",
2532]
2533
2534[[package]]
2535name = "candle-nn"
2536version = "0.9.1"
2537source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2538dependencies = [
2539 "candle-core",
2540 "half",
2541 "libc",
2542 "num-traits",
2543 "rayon",
2544 "safetensors",
2545 "serde",
2546 "thiserror 1.0.69",
2547]
2548
2549[[package]]
2550name = "candle-onnx"
2551version = "0.9.1"
2552source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2553dependencies = [
2554 "candle-core",
2555 "candle-nn",
2556 "prost 0.12.6",
2557]
2558
2559[[package]]
2560name = "cap-fs-ext"
2561version = "3.4.4"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2564dependencies = [
2565 "cap-primitives",
2566 "cap-std",
2567 "io-lifetimes",
2568 "windows-sys 0.59.0",
2569]
2570
2571[[package]]
2572name = "cap-net-ext"
2573version = "3.4.4"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2576dependencies = [
2577 "cap-primitives",
2578 "cap-std",
2579 "rustix 1.1.2",
2580 "smallvec",
2581]
2582
2583[[package]]
2584name = "cap-primitives"
2585version = "3.4.4"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2588dependencies = [
2589 "ambient-authority",
2590 "fs-set-times",
2591 "io-extras",
2592 "io-lifetimes",
2593 "ipnet",
2594 "maybe-owned",
2595 "rustix 1.1.2",
2596 "rustix-linux-procfs",
2597 "windows-sys 0.59.0",
2598 "winx",
2599]
2600
2601[[package]]
2602name = "cap-rand"
2603version = "3.4.4"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2606dependencies = [
2607 "ambient-authority",
2608 "rand 0.8.5",
2609]
2610
2611[[package]]
2612name = "cap-std"
2613version = "3.4.4"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2616dependencies = [
2617 "cap-primitives",
2618 "io-extras",
2619 "io-lifetimes",
2620 "rustix 1.1.2",
2621]
2622
2623[[package]]
2624name = "cap-time-ext"
2625version = "3.4.4"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2628dependencies = [
2629 "ambient-authority",
2630 "cap-primitives",
2631 "iana-time-zone",
2632 "once_cell",
2633 "rustix 1.1.2",
2634 "winx",
2635]
2636
2637[[package]]
2638name = "cargo-platform"
2639version = "0.1.9"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2642dependencies = [
2643 "serde",
2644]
2645
2646[[package]]
2647name = "cargo_metadata"
2648version = "0.19.2"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2651dependencies = [
2652 "camino",
2653 "cargo-platform",
2654 "semver",
2655 "serde",
2656 "serde_json",
2657 "thiserror 2.0.17",
2658]
2659
2660[[package]]
2661name = "cargo_toml"
2662version = "0.21.0"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2665dependencies = [
2666 "serde",
2667 "toml 0.8.23",
2668]
2669
2670[[package]]
2671name = "cast"
2672version = "0.3.0"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2675
2676[[package]]
2677name = "cbc"
2678version = "0.1.2"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2681dependencies = [
2682 "cipher",
2683]
2684
2685[[package]]
2686name = "cbindgen"
2687version = "0.28.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2690dependencies = [
2691 "heck 0.4.1",
2692 "indexmap",
2693 "log",
2694 "proc-macro2",
2695 "quote",
2696 "serde",
2697 "serde_json",
2698 "syn 2.0.117",
2699 "tempfile",
2700 "toml 0.8.23",
2701]
2702
2703[[package]]
2704name = "cc"
2705version = "1.2.49"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2708dependencies = [
2709 "find-msvc-tools",
2710 "jobserver",
2711 "libc",
2712 "shlex",
2713]
2714
2715[[package]]
2716name = "cesu8"
2717version = "1.1.0"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2720
2721[[package]]
2722name = "cexpr"
2723version = "0.6.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2726dependencies = [
2727 "nom 7.1.3",
2728]
2729
2730[[package]]
2731name = "cfg-expr"
2732version = "0.15.8"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2735dependencies = [
2736 "smallvec",
2737 "target-lexicon 0.12.16",
2738]
2739
2740[[package]]
2741name = "cfg-expr"
2742version = "0.20.6"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2745dependencies = [
2746 "smallvec",
2747 "target-lexicon 0.13.3",
2748]
2749
2750[[package]]
2751name = "cfg-if"
2752version = "1.0.4"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2755
2756[[package]]
2757name = "cfg_aliases"
2758version = "0.1.1"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2761
2762[[package]]
2763name = "cfg_aliases"
2764version = "0.2.1"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2767
2768[[package]]
2769name = "cgl"
2770version = "0.3.2"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2773dependencies = [
2774 "libc",
2775]
2776
2777[[package]]
2778name = "channel"
2779version = "0.1.0"
2780dependencies = [
2781 "anyhow",
2782 "client",
2783 "clock",
2784 "collections",
2785 "futures 0.3.31",
2786 "gpui",
2787 "http_client",
2788 "language",
2789 "log",
2790 "postage",
2791 "release_channel",
2792 "rpc",
2793 "semver",
2794 "settings",
2795 "text",
2796 "time",
2797 "util",
2798]
2799
2800[[package]]
2801name = "chardetng"
2802version = "0.1.17"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2805dependencies = [
2806 "cfg-if",
2807 "encoding_rs",
2808 "memchr",
2809]
2810
2811[[package]]
2812name = "chrono"
2813version = "0.4.42"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2816dependencies = [
2817 "iana-time-zone",
2818 "js-sys",
2819 "num-traits",
2820 "serde",
2821 "wasm-bindgen",
2822 "windows-link 0.2.1",
2823]
2824
2825[[package]]
2826name = "chunked_transfer"
2827version = "1.5.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2830
2831[[package]]
2832name = "ciborium"
2833version = "0.2.2"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2836dependencies = [
2837 "ciborium-io",
2838 "ciborium-ll",
2839 "serde",
2840]
2841
2842[[package]]
2843name = "ciborium-io"
2844version = "0.2.2"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2847
2848[[package]]
2849name = "ciborium-ll"
2850version = "0.2.2"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2853dependencies = [
2854 "ciborium-io",
2855 "half",
2856]
2857
2858[[package]]
2859name = "cipher"
2860version = "0.4.4"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2863dependencies = [
2864 "crypto-common",
2865 "inout",
2866 "zeroize",
2867]
2868
2869[[package]]
2870name = "circular-buffer"
2871version = "1.2.0"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2874
2875[[package]]
2876name = "clang-sys"
2877version = "1.8.1"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2880dependencies = [
2881 "glob",
2882 "libc",
2883 "libloading",
2884]
2885
2886[[package]]
2887name = "clap"
2888version = "4.5.49"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2891dependencies = [
2892 "clap_builder",
2893 "clap_derive",
2894]
2895
2896[[package]]
2897name = "clap_builder"
2898version = "4.5.49"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2901dependencies = [
2902 "anstream",
2903 "anstyle",
2904 "clap_lex",
2905 "strsim",
2906 "terminal_size",
2907]
2908
2909[[package]]
2910name = "clap_complete"
2911version = "4.5.59"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2914dependencies = [
2915 "clap",
2916]
2917
2918[[package]]
2919name = "clap_derive"
2920version = "4.5.49"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2923dependencies = [
2924 "heck 0.5.0",
2925 "proc-macro2",
2926 "quote",
2927 "syn 2.0.117",
2928]
2929
2930[[package]]
2931name = "clap_lex"
2932version = "0.7.6"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2935
2936[[package]]
2937name = "cli"
2938version = "0.1.0"
2939dependencies = [
2940 "anyhow",
2941 "askpass",
2942 "clap",
2943 "collections",
2944 "core-foundation 0.10.0",
2945 "core-services",
2946 "exec",
2947 "fork",
2948 "ipc-channel",
2949 "parking_lot",
2950 "paths",
2951 "plist",
2952 "rayon",
2953 "release_channel",
2954 "serde",
2955 "serde_json",
2956 "tempfile",
2957 "util",
2958 "walkdir",
2959 "windows 0.61.3",
2960]
2961
2962[[package]]
2963name = "client"
2964version = "0.1.0"
2965dependencies = [
2966 "anyhow",
2967 "async-tungstenite",
2968 "base64 0.22.1",
2969 "chrono",
2970 "clock",
2971 "cloud_api_client",
2972 "cloud_llm_client",
2973 "collections",
2974 "credentials_provider",
2975 "derive_more",
2976 "feature_flags",
2977 "fs",
2978 "futures 0.3.31",
2979 "gpui",
2980 "gpui_tokio",
2981 "http_client",
2982 "http_client_tls",
2983 "httparse",
2984 "log",
2985 "objc2-foundation",
2986 "parking_lot",
2987 "paths",
2988 "postage",
2989 "rand 0.9.2",
2990 "regex",
2991 "release_channel",
2992 "rpc",
2993 "rustls-pki-types",
2994 "semver",
2995 "serde",
2996 "serde_json",
2997 "serde_urlencoded",
2998 "settings",
2999 "sha2",
3000 "smol",
3001 "telemetry",
3002 "telemetry_events",
3003 "text",
3004 "thiserror 2.0.17",
3005 "time",
3006 "tiny_http",
3007 "tokio",
3008 "tokio-native-tls",
3009 "tokio-rustls 0.26.2",
3010 "tokio-socks",
3011 "url",
3012 "util",
3013 "windows 0.61.3",
3014 "worktree",
3015]
3016
3017[[package]]
3018name = "clock"
3019version = "0.1.0"
3020dependencies = [
3021 "parking_lot",
3022 "serde",
3023 "smallvec",
3024]
3025
3026[[package]]
3027name = "cloud_api_client"
3028version = "0.1.0"
3029dependencies = [
3030 "anyhow",
3031 "cloud_api_types",
3032 "futures 0.3.31",
3033 "gpui",
3034 "gpui_tokio",
3035 "http_client",
3036 "parking_lot",
3037 "serde_json",
3038 "thiserror 2.0.17",
3039 "yawc",
3040]
3041
3042[[package]]
3043name = "cloud_api_types"
3044version = "0.1.0"
3045dependencies = [
3046 "anyhow",
3047 "chrono",
3048 "ciborium",
3049 "cloud_llm_client",
3050 "pretty_assertions",
3051 "serde",
3052 "serde_json",
3053 "strum 0.27.2",
3054]
3055
3056[[package]]
3057name = "cloud_llm_client"
3058version = "0.1.0"
3059dependencies = [
3060 "anyhow",
3061 "serde",
3062 "serde_json",
3063 "strum 0.27.2",
3064 "uuid",
3065 "zeta_prompt",
3066]
3067
3068[[package]]
3069name = "cmake"
3070version = "0.1.56"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3073dependencies = [
3074 "cc",
3075]
3076
3077[[package]]
3078name = "cobs"
3079version = "0.3.0"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3082dependencies = [
3083 "thiserror 2.0.17",
3084]
3085
3086[[package]]
3087name = "cocoa"
3088version = "0.25.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3091dependencies = [
3092 "bitflags 1.3.2",
3093 "block",
3094 "cocoa-foundation 0.1.2",
3095 "core-foundation 0.9.4",
3096 "core-graphics 0.23.2",
3097 "foreign-types 0.5.0",
3098 "libc",
3099 "objc",
3100]
3101
3102[[package]]
3103name = "cocoa"
3104version = "0.26.0"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3107dependencies = [
3108 "bitflags 2.10.0",
3109 "block",
3110 "cocoa-foundation 0.2.0",
3111 "core-foundation 0.10.0",
3112 "core-graphics 0.24.0",
3113 "foreign-types 0.5.0",
3114 "libc",
3115 "objc",
3116]
3117
3118[[package]]
3119name = "cocoa-foundation"
3120version = "0.1.2"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3123dependencies = [
3124 "bitflags 1.3.2",
3125 "block",
3126 "core-foundation 0.9.4",
3127 "core-graphics-types 0.1.3",
3128 "libc",
3129 "objc",
3130]
3131
3132[[package]]
3133name = "cocoa-foundation"
3134version = "0.2.0"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3137dependencies = [
3138 "bitflags 2.10.0",
3139 "block",
3140 "core-foundation 0.10.0",
3141 "core-graphics-types 0.2.0",
3142 "libc",
3143 "objc",
3144]
3145
3146[[package]]
3147name = "codespan-reporting"
3148version = "0.13.0"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3151dependencies = [
3152 "serde",
3153 "termcolor",
3154 "unicode-width",
3155]
3156
3157[[package]]
3158name = "codestral"
3159version = "0.1.0"
3160dependencies = [
3161 "anyhow",
3162 "edit_prediction",
3163 "edit_prediction_types",
3164 "futures 0.3.31",
3165 "gpui",
3166 "http_client",
3167 "icons",
3168 "language",
3169 "language_model",
3170 "log",
3171 "serde",
3172 "serde_json",
3173 "text",
3174 "zeta_prompt",
3175]
3176
3177[[package]]
3178name = "collab"
3179version = "0.44.0"
3180dependencies = [
3181 "agent",
3182 "anyhow",
3183 "assistant_slash_command",
3184 "assistant_text_thread",
3185 "async-trait",
3186 "async-tungstenite",
3187 "aws-config",
3188 "aws-sdk-kinesis",
3189 "aws-sdk-s3",
3190 "axum",
3191 "buffer_diff",
3192 "call",
3193 "channel",
3194 "chrono",
3195 "client",
3196 "clock",
3197 "cloud_api_types",
3198 "collab",
3199 "collab_ui",
3200 "collections",
3201 "command_palette_hooks",
3202 "ctor",
3203 "dap",
3204 "dap_adapters",
3205 "dashmap",
3206 "debugger_ui",
3207 "editor",
3208 "envy",
3209 "extension",
3210 "file_finder",
3211 "fs",
3212 "futures 0.3.31",
3213 "git",
3214 "git_hosting_providers",
3215 "git_ui",
3216 "gpui",
3217 "gpui_tokio",
3218 "hex",
3219 "http_client",
3220 "indoc",
3221 "language",
3222 "language_model",
3223 "livekit_api",
3224 "livekit_client",
3225 "log",
3226 "lsp",
3227 "menu",
3228 "multi_buffer",
3229 "nanoid",
3230 "node_runtime",
3231 "notifications",
3232 "parking_lot",
3233 "pretty_assertions",
3234 "project",
3235 "prometheus",
3236 "prompt_store",
3237 "prost 0.9.0",
3238 "rand 0.9.2",
3239 "recent_projects",
3240 "release_channel",
3241 "remote",
3242 "remote_server",
3243 "reqwest 0.11.27",
3244 "rpc",
3245 "sea-orm",
3246 "sea-orm-macros",
3247 "semver",
3248 "serde",
3249 "serde_json",
3250 "session",
3251 "settings",
3252 "sha2",
3253 "smol",
3254 "sqlx",
3255 "strum 0.27.2",
3256 "task",
3257 "telemetry_events",
3258 "text",
3259 "theme",
3260 "time",
3261 "tokio",
3262 "toml 0.8.23",
3263 "tower 0.4.13",
3264 "tower-http 0.4.4",
3265 "tracing",
3266 "tracing-subscriber",
3267 "unindent",
3268 "util",
3269 "uuid",
3270 "workspace",
3271 "worktree",
3272 "zed_actions",
3273 "zlog",
3274]
3275
3276[[package]]
3277name = "collab_ui"
3278version = "0.1.0"
3279dependencies = [
3280 "anyhow",
3281 "call",
3282 "channel",
3283 "chrono",
3284 "client",
3285 "collections",
3286 "db",
3287 "editor",
3288 "futures 0.3.31",
3289 "fuzzy",
3290 "gpui",
3291 "livekit_client",
3292 "log",
3293 "menu",
3294 "notifications",
3295 "picker",
3296 "project",
3297 "release_channel",
3298 "rpc",
3299 "serde",
3300 "serde_json",
3301 "settings",
3302 "smallvec",
3303 "telemetry",
3304 "theme",
3305 "time",
3306 "time_format",
3307 "title_bar",
3308 "ui",
3309 "util",
3310 "workspace",
3311 "zed_actions",
3312]
3313
3314[[package]]
3315name = "collections"
3316version = "0.1.0"
3317dependencies = [
3318 "indexmap",
3319 "rustc-hash 2.1.1",
3320]
3321
3322[[package]]
3323name = "color_quant"
3324version = "1.1.0"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3327
3328[[package]]
3329name = "colorchoice"
3330version = "1.0.4"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3333
3334[[package]]
3335name = "combine"
3336version = "4.6.7"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3339dependencies = [
3340 "bytes 1.11.1",
3341 "memchr",
3342]
3343
3344[[package]]
3345name = "command-fds"
3346version = "0.3.2"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3349dependencies = [
3350 "nix 0.30.1",
3351 "thiserror 2.0.17",
3352]
3353
3354[[package]]
3355name = "command_palette"
3356version = "0.1.0"
3357dependencies = [
3358 "anyhow",
3359 "client",
3360 "collections",
3361 "command_palette_hooks",
3362 "db",
3363 "editor",
3364 "fuzzy",
3365 "go_to_line",
3366 "gpui",
3367 "language",
3368 "log",
3369 "menu",
3370 "picker",
3371 "postage",
3372 "project",
3373 "serde",
3374 "settings",
3375 "telemetry",
3376 "theme",
3377 "time",
3378 "ui",
3379 "util",
3380 "workspace",
3381 "zed_actions",
3382]
3383
3384[[package]]
3385name = "command_palette_hooks"
3386version = "0.1.0"
3387dependencies = [
3388 "collections",
3389 "derive_more",
3390 "gpui",
3391 "workspace",
3392]
3393
3394[[package]]
3395name = "component"
3396version = "0.1.0"
3397dependencies = [
3398 "collections",
3399 "documented",
3400 "gpui",
3401 "inventory",
3402 "parking_lot",
3403 "strum 0.27.2",
3404 "theme",
3405]
3406
3407[[package]]
3408name = "component_preview"
3409version = "0.1.0"
3410dependencies = [
3411 "anyhow",
3412 "client",
3413 "collections",
3414 "component",
3415 "db",
3416 "fs",
3417 "gpui",
3418 "gpui_platform",
3419 "language",
3420 "log",
3421 "node_runtime",
3422 "notifications",
3423 "project",
3424 "release_channel",
3425 "reqwest_client",
3426 "session",
3427 "settings",
3428 "theme",
3429 "ui",
3430 "ui_input",
3431 "uuid",
3432 "workspace",
3433]
3434
3435[[package]]
3436name = "compression-codecs"
3437version = "0.4.31"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3440dependencies = [
3441 "bzip2 0.6.1",
3442 "compression-core",
3443 "deflate64",
3444 "flate2",
3445 "memchr",
3446]
3447
3448[[package]]
3449name = "compression-core"
3450version = "0.4.29"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3453
3454[[package]]
3455name = "concurrent-queue"
3456version = "2.5.0"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3459dependencies = [
3460 "crossbeam-utils",
3461]
3462
3463[[package]]
3464name = "console"
3465version = "0.15.11"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3468dependencies = [
3469 "encode_unicode",
3470 "libc",
3471 "once_cell",
3472 "unicode-width",
3473 "windows-sys 0.59.0",
3474]
3475
3476[[package]]
3477name = "console_error_panic_hook"
3478version = "0.1.7"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3481dependencies = [
3482 "cfg-if",
3483 "wasm-bindgen",
3484]
3485
3486[[package]]
3487name = "const-oid"
3488version = "0.9.6"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3491
3492[[package]]
3493name = "const-random"
3494version = "0.1.18"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3497dependencies = [
3498 "const-random-macro",
3499]
3500
3501[[package]]
3502name = "const-random-macro"
3503version = "0.1.16"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3506dependencies = [
3507 "getrandom 0.2.16",
3508 "once_cell",
3509 "tiny-keccak",
3510]
3511
3512[[package]]
3513name = "const_format"
3514version = "0.2.35"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3517dependencies = [
3518 "const_format_proc_macros",
3519]
3520
3521[[package]]
3522name = "const_format_proc_macros"
3523version = "0.2.34"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3526dependencies = [
3527 "proc-macro2",
3528 "quote",
3529 "unicode-xid",
3530]
3531
3532[[package]]
3533name = "constant_time_eq"
3534version = "0.1.5"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3537
3538[[package]]
3539name = "context_server"
3540version = "0.1.0"
3541dependencies = [
3542 "anyhow",
3543 "async-trait",
3544 "base64 0.22.1",
3545 "collections",
3546 "futures 0.3.31",
3547 "gpui",
3548 "http_client",
3549 "log",
3550 "net",
3551 "parking_lot",
3552 "postage",
3553 "rand 0.9.2",
3554 "schemars",
3555 "serde",
3556 "serde_json",
3557 "settings",
3558 "sha2",
3559 "slotmap",
3560 "smol",
3561 "tempfile",
3562 "terminal",
3563 "tiny_http",
3564 "url",
3565 "util",
3566]
3567
3568[[package]]
3569name = "convert_case"
3570version = "0.8.0"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3573dependencies = [
3574 "unicode-segmentation",
3575]
3576
3577[[package]]
3578name = "convert_case"
3579version = "0.10.0"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3582dependencies = [
3583 "unicode-segmentation",
3584]
3585
3586[[package]]
3587name = "convert_case"
3588version = "0.11.0"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3591dependencies = [
3592 "unicode-segmentation",
3593]
3594
3595[[package]]
3596name = "copilot"
3597version = "0.1.0"
3598dependencies = [
3599 "anyhow",
3600 "async-std",
3601 "collections",
3602 "command_palette_hooks",
3603 "copilot_chat",
3604 "edit_prediction_types",
3605 "editor",
3606 "fs",
3607 "futures 0.3.31",
3608 "gpui",
3609 "icons",
3610 "indoc",
3611 "language",
3612 "log",
3613 "lsp",
3614 "node_runtime",
3615 "parking_lot",
3616 "paths",
3617 "pretty_assertions",
3618 "project",
3619 "rpc",
3620 "semver",
3621 "serde",
3622 "serde_json",
3623 "settings",
3624 "sum_tree",
3625 "theme",
3626 "util",
3627 "workspace",
3628 "zlog",
3629]
3630
3631[[package]]
3632name = "copilot_chat"
3633version = "0.1.0"
3634dependencies = [
3635 "anthropic",
3636 "anyhow",
3637 "collections",
3638 "dirs 4.0.0",
3639 "fs",
3640 "futures 0.3.31",
3641 "gpui",
3642 "http_client",
3643 "log",
3644 "paths",
3645 "serde",
3646 "serde_json",
3647 "settings",
3648]
3649
3650[[package]]
3651name = "copilot_ui"
3652version = "0.1.0"
3653dependencies = [
3654 "anyhow",
3655 "copilot",
3656 "gpui",
3657 "language",
3658 "log",
3659 "lsp",
3660 "menu",
3661 "project",
3662 "serde_json",
3663 "settings",
3664 "ui",
3665 "util",
3666 "workspace",
3667]
3668
3669[[package]]
3670name = "core-foundation"
3671version = "0.9.4"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3674dependencies = [
3675 "core-foundation-sys",
3676 "libc",
3677]
3678
3679[[package]]
3680name = "core-foundation"
3681version = "0.10.0"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3684dependencies = [
3685 "core-foundation-sys",
3686 "libc",
3687]
3688
3689[[package]]
3690name = "core-foundation-sys"
3691version = "0.8.7"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3694
3695[[package]]
3696name = "core-graphics"
3697version = "0.23.2"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3700dependencies = [
3701 "bitflags 1.3.2",
3702 "core-foundation 0.9.4",
3703 "core-graphics-types 0.1.3",
3704 "foreign-types 0.5.0",
3705 "libc",
3706]
3707
3708[[package]]
3709name = "core-graphics"
3710version = "0.24.0"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3713dependencies = [
3714 "bitflags 2.10.0",
3715 "core-foundation 0.10.0",
3716 "core-graphics-types 0.2.0",
3717 "foreign-types 0.5.0",
3718 "libc",
3719]
3720
3721[[package]]
3722name = "core-graphics-helmer-fork"
3723version = "0.24.0"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3726dependencies = [
3727 "bitflags 2.10.0",
3728 "core-foundation 0.9.4",
3729 "core-graphics-types 0.1.3",
3730 "foreign-types 0.5.0",
3731 "libc",
3732]
3733
3734[[package]]
3735name = "core-graphics-types"
3736version = "0.1.3"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3739dependencies = [
3740 "bitflags 1.3.2",
3741 "core-foundation 0.9.4",
3742 "libc",
3743]
3744
3745[[package]]
3746name = "core-graphics-types"
3747version = "0.2.0"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3750dependencies = [
3751 "bitflags 2.10.0",
3752 "core-foundation 0.10.0",
3753 "libc",
3754]
3755
3756[[package]]
3757name = "core-graphics2"
3758version = "0.5.2"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3761dependencies = [
3762 "bitflags 2.10.0",
3763 "block",
3764 "cfg-if",
3765 "core-foundation 0.10.0",
3766 "libc",
3767]
3768
3769[[package]]
3770name = "core-services"
3771version = "0.2.1"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3774dependencies = [
3775 "core-foundation 0.9.4",
3776]
3777
3778[[package]]
3779name = "core-text"
3780version = "21.0.0"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3783dependencies = [
3784 "core-foundation 0.10.0",
3785 "core-graphics 0.24.0",
3786 "foreign-types 0.5.0",
3787 "libc",
3788]
3789
3790[[package]]
3791name = "core-video"
3792version = "0.5.2"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3795dependencies = [
3796 "block",
3797 "core-foundation 0.10.0",
3798 "core-graphics2",
3799 "io-surface",
3800 "libc",
3801 "metal",
3802]
3803
3804[[package]]
3805name = "core_maths"
3806version = "0.1.1"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3809dependencies = [
3810 "libm",
3811]
3812
3813[[package]]
3814name = "coreaudio-rs"
3815version = "0.12.1"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3818dependencies = [
3819 "bitflags 1.3.2",
3820 "core-foundation-sys",
3821 "coreaudio-sys",
3822]
3823
3824[[package]]
3825name = "coreaudio-rs"
3826version = "0.13.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3829dependencies = [
3830 "bitflags 1.3.2",
3831 "libc",
3832 "objc2-audio-toolbox",
3833 "objc2-core-audio",
3834 "objc2-core-audio-types",
3835 "objc2-core-foundation",
3836]
3837
3838[[package]]
3839name = "coreaudio-sys"
3840version = "0.2.17"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3843dependencies = [
3844 "bindgen 0.72.1",
3845]
3846
3847[[package]]
3848name = "cosmic-text"
3849version = "0.17.1"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3852dependencies = [
3853 "bitflags 2.10.0",
3854 "fontdb 0.23.0",
3855 "harfrust",
3856 "linebender_resource_handle",
3857 "log",
3858 "rangemap",
3859 "rustc-hash 2.1.1",
3860 "self_cell",
3861 "skrifa 0.40.0",
3862 "smol_str",
3863 "swash",
3864 "sys-locale",
3865 "unicode-bidi",
3866 "unicode-linebreak",
3867 "unicode-script",
3868 "unicode-segmentation",
3869]
3870
3871[[package]]
3872name = "cpal"
3873version = "0.17.1"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3876dependencies = [
3877 "alsa",
3878 "coreaudio-rs 0.13.0",
3879 "dasp_sample",
3880 "jni",
3881 "js-sys",
3882 "libc",
3883 "mach2 0.5.0",
3884 "ndk",
3885 "ndk-context",
3886 "num-derive",
3887 "num-traits",
3888 "objc2",
3889 "objc2-audio-toolbox",
3890 "objc2-avf-audio",
3891 "objc2-core-audio",
3892 "objc2-core-audio-types",
3893 "objc2-core-foundation",
3894 "objc2-foundation",
3895 "wasm-bindgen",
3896 "wasm-bindgen-futures",
3897 "web-sys",
3898 "windows 0.62.2",
3899]
3900
3901[[package]]
3902name = "cpp_demangle"
3903version = "0.4.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3906dependencies = [
3907 "cfg-if",
3908]
3909
3910[[package]]
3911name = "cpufeatures"
3912version = "0.2.17"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3915dependencies = [
3916 "libc",
3917]
3918
3919[[package]]
3920name = "cranelift-assembler-x64"
3921version = "0.120.2"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3924dependencies = [
3925 "cranelift-assembler-x64-meta",
3926]
3927
3928[[package]]
3929name = "cranelift-assembler-x64-meta"
3930version = "0.120.2"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3933dependencies = [
3934 "cranelift-srcgen",
3935]
3936
3937[[package]]
3938name = "cranelift-bforest"
3939version = "0.120.2"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3942dependencies = [
3943 "cranelift-entity",
3944]
3945
3946[[package]]
3947name = "cranelift-bitset"
3948version = "0.120.2"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3951dependencies = [
3952 "serde",
3953 "serde_derive",
3954]
3955
3956[[package]]
3957name = "cranelift-codegen"
3958version = "0.120.2"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3961dependencies = [
3962 "bumpalo",
3963 "cranelift-assembler-x64",
3964 "cranelift-bforest",
3965 "cranelift-bitset",
3966 "cranelift-codegen-meta",
3967 "cranelift-codegen-shared",
3968 "cranelift-control",
3969 "cranelift-entity",
3970 "cranelift-isle",
3971 "gimli 0.31.1",
3972 "hashbrown 0.15.5",
3973 "log",
3974 "postcard",
3975 "pulley-interpreter",
3976 "regalloc2",
3977 "rustc-hash 2.1.1",
3978 "serde",
3979 "serde_derive",
3980 "sha2",
3981 "smallvec",
3982 "target-lexicon 0.13.3",
3983]
3984
3985[[package]]
3986name = "cranelift-codegen-meta"
3987version = "0.120.2"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
3990dependencies = [
3991 "cranelift-assembler-x64-meta",
3992 "cranelift-codegen-shared",
3993 "cranelift-srcgen",
3994 "pulley-interpreter",
3995]
3996
3997[[package]]
3998name = "cranelift-codegen-shared"
3999version = "0.120.2"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4002
4003[[package]]
4004name = "cranelift-control"
4005version = "0.120.2"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4008dependencies = [
4009 "arbitrary",
4010]
4011
4012[[package]]
4013name = "cranelift-entity"
4014version = "0.120.2"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4017dependencies = [
4018 "cranelift-bitset",
4019 "serde",
4020 "serde_derive",
4021]
4022
4023[[package]]
4024name = "cranelift-frontend"
4025version = "0.120.2"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4028dependencies = [
4029 "cranelift-codegen",
4030 "log",
4031 "smallvec",
4032 "target-lexicon 0.13.3",
4033]
4034
4035[[package]]
4036name = "cranelift-isle"
4037version = "0.120.2"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4040
4041[[package]]
4042name = "cranelift-native"
4043version = "0.120.2"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4046dependencies = [
4047 "cranelift-codegen",
4048 "libc",
4049 "target-lexicon 0.13.3",
4050]
4051
4052[[package]]
4053name = "cranelift-srcgen"
4054version = "0.120.2"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4057
4058[[package]]
4059name = "crash-context"
4060version = "0.6.3"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4063dependencies = [
4064 "cfg-if",
4065 "libc",
4066 "mach2 0.4.3",
4067]
4068
4069[[package]]
4070name = "crash-handler"
4071version = "0.6.3"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4074dependencies = [
4075 "cfg-if",
4076 "crash-context",
4077 "libc",
4078 "mach2 0.4.3",
4079 "parking_lot",
4080]
4081
4082[[package]]
4083name = "crashes"
4084version = "0.1.0"
4085dependencies = [
4086 "cfg-if",
4087 "crash-handler",
4088 "futures 0.3.31",
4089 "log",
4090 "mach2 0.5.0",
4091 "minidumper",
4092 "parking_lot",
4093 "paths",
4094 "release_channel",
4095 "serde",
4096 "serde_json",
4097 "smol",
4098 "system_specs",
4099 "windows 0.61.3",
4100 "zstd",
4101]
4102
4103[[package]]
4104name = "crc"
4105version = "3.3.0"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4108dependencies = [
4109 "crc-catalog",
4110]
4111
4112[[package]]
4113name = "crc-catalog"
4114version = "2.4.0"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4117
4118[[package]]
4119name = "crc-fast"
4120version = "1.6.0"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4123dependencies = [
4124 "crc",
4125 "digest",
4126 "rand 0.9.2",
4127 "regex",
4128 "rustversion",
4129]
4130
4131[[package]]
4132name = "crc32fast"
4133version = "1.5.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4136dependencies = [
4137 "cfg-if",
4138]
4139
4140[[package]]
4141name = "credentials_provider"
4142version = "0.1.0"
4143dependencies = [
4144 "anyhow",
4145 "futures 0.3.31",
4146 "gpui",
4147 "paths",
4148 "release_channel",
4149 "serde",
4150 "serde_json",
4151]
4152
4153[[package]]
4154name = "criterion"
4155version = "0.5.1"
4156source = "registry+https://github.com/rust-lang/crates.io-index"
4157checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4158dependencies = [
4159 "anes",
4160 "cast",
4161 "ciborium",
4162 "clap",
4163 "criterion-plot",
4164 "is-terminal",
4165 "itertools 0.10.5",
4166 "num-traits",
4167 "once_cell",
4168 "oorandom",
4169 "plotters",
4170 "rayon",
4171 "regex",
4172 "serde",
4173 "serde_derive",
4174 "serde_json",
4175 "tinytemplate",
4176 "walkdir",
4177]
4178
4179[[package]]
4180name = "criterion-plot"
4181version = "0.5.0"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4184dependencies = [
4185 "cast",
4186 "itertools 0.10.5",
4187]
4188
4189[[package]]
4190name = "crossbeam"
4191version = "0.8.4"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4194dependencies = [
4195 "crossbeam-channel",
4196 "crossbeam-deque",
4197 "crossbeam-epoch",
4198 "crossbeam-queue",
4199 "crossbeam-utils",
4200]
4201
4202[[package]]
4203name = "crossbeam-channel"
4204version = "0.5.15"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4207dependencies = [
4208 "crossbeam-utils",
4209]
4210
4211[[package]]
4212name = "crossbeam-deque"
4213version = "0.8.6"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4216dependencies = [
4217 "crossbeam-epoch",
4218 "crossbeam-utils",
4219]
4220
4221[[package]]
4222name = "crossbeam-epoch"
4223version = "0.9.18"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4226dependencies = [
4227 "crossbeam-utils",
4228]
4229
4230[[package]]
4231name = "crossbeam-queue"
4232version = "0.3.12"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4235dependencies = [
4236 "crossbeam-utils",
4237]
4238
4239[[package]]
4240name = "crossbeam-utils"
4241version = "0.8.21"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4244
4245[[package]]
4246name = "crunchy"
4247version = "0.2.4"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4250
4251[[package]]
4252name = "crypto-bigint"
4253version = "0.4.9"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4256dependencies = [
4257 "generic-array",
4258 "rand_core 0.6.4",
4259 "subtle",
4260 "zeroize",
4261]
4262
4263[[package]]
4264name = "crypto-bigint"
4265version = "0.5.5"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4268dependencies = [
4269 "rand_core 0.6.4",
4270 "subtle",
4271]
4272
4273[[package]]
4274name = "crypto-common"
4275version = "0.1.6"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4278dependencies = [
4279 "generic-array",
4280 "typenum",
4281]
4282
4283[[package]]
4284name = "cssparser"
4285version = "0.35.0"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4288dependencies = [
4289 "cssparser-macros",
4290 "dtoa-short",
4291 "itoa",
4292 "phf 0.11.3",
4293 "smallvec",
4294]
4295
4296[[package]]
4297name = "cssparser-macros"
4298version = "0.6.1"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4301dependencies = [
4302 "quote",
4303 "syn 2.0.117",
4304]
4305
4306[[package]]
4307name = "csv_preview"
4308version = "0.1.0"
4309dependencies = [
4310 "anyhow",
4311 "editor",
4312 "feature_flags",
4313 "gpui",
4314 "log",
4315 "text",
4316 "ui",
4317 "workspace",
4318]
4319
4320[[package]]
4321name = "ctor"
4322version = "0.4.3"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4325dependencies = [
4326 "ctor-proc-macro",
4327 "dtor",
4328]
4329
4330[[package]]
4331name = "ctor-proc-macro"
4332version = "0.0.6"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4335
4336[[package]]
4337name = "ctrlc"
4338version = "3.5.0"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4341dependencies = [
4342 "dispatch",
4343 "nix 0.30.1",
4344 "windows-sys 0.61.2",
4345]
4346
4347[[package]]
4348name = "cursor-icon"
4349version = "1.2.0"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4352
4353[[package]]
4354name = "cxx"
4355version = "1.0.187"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4358dependencies = [
4359 "cc",
4360 "cxx-build",
4361 "cxxbridge-cmd",
4362 "cxxbridge-flags",
4363 "cxxbridge-macro",
4364 "foldhash 0.2.0",
4365 "link-cplusplus",
4366]
4367
4368[[package]]
4369name = "cxx-build"
4370version = "1.0.187"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4373dependencies = [
4374 "cc",
4375 "codespan-reporting",
4376 "indexmap",
4377 "proc-macro2",
4378 "quote",
4379 "scratch",
4380 "syn 2.0.117",
4381]
4382
4383[[package]]
4384name = "cxxbridge-cmd"
4385version = "1.0.187"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4388dependencies = [
4389 "clap",
4390 "codespan-reporting",
4391 "indexmap",
4392 "proc-macro2",
4393 "quote",
4394 "syn 2.0.117",
4395]
4396
4397[[package]]
4398name = "cxxbridge-flags"
4399version = "1.0.187"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4402
4403[[package]]
4404name = "cxxbridge-macro"
4405version = "1.0.187"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4408dependencies = [
4409 "indexmap",
4410 "proc-macro2",
4411 "quote",
4412 "syn 2.0.117",
4413]
4414
4415[[package]]
4416name = "dap"
4417version = "0.1.0"
4418dependencies = [
4419 "anyhow",
4420 "async-compression",
4421 "async-pipe",
4422 "async-tar",
4423 "async-trait",
4424 "client",
4425 "collections",
4426 "dap-types",
4427 "fs",
4428 "futures 0.3.31",
4429 "gpui",
4430 "http_client",
4431 "language",
4432 "libc",
4433 "log",
4434 "node_runtime",
4435 "parking_lot",
4436 "paths",
4437 "proto",
4438 "schemars",
4439 "serde",
4440 "serde_json",
4441 "settings",
4442 "smallvec",
4443 "smol",
4444 "task",
4445 "telemetry",
4446 "util",
4447 "zlog",
4448]
4449
4450[[package]]
4451name = "dap-types"
4452version = "0.0.1"
4453source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4454dependencies = [
4455 "schemars",
4456 "serde",
4457 "serde_json",
4458]
4459
4460[[package]]
4461name = "dap_adapters"
4462version = "0.1.0"
4463dependencies = [
4464 "anyhow",
4465 "async-trait",
4466 "collections",
4467 "dap",
4468 "dotenvy",
4469 "fs",
4470 "futures 0.3.31",
4471 "gpui",
4472 "http_client",
4473 "json_dotpath",
4474 "language",
4475 "log",
4476 "node_runtime",
4477 "paths",
4478 "serde",
4479 "serde_json",
4480 "settings",
4481 "smol",
4482 "task",
4483 "util",
4484]
4485
4486[[package]]
4487name = "darling"
4488version = "0.20.11"
4489source = "registry+https://github.com/rust-lang/crates.io-index"
4490checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4491dependencies = [
4492 "darling_core 0.20.11",
4493 "darling_macro 0.20.11",
4494]
4495
4496[[package]]
4497name = "darling"
4498version = "0.21.3"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4501dependencies = [
4502 "darling_core 0.21.3",
4503 "darling_macro 0.21.3",
4504]
4505
4506[[package]]
4507name = "darling_core"
4508version = "0.20.11"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4511dependencies = [
4512 "fnv",
4513 "ident_case",
4514 "proc-macro2",
4515 "quote",
4516 "strsim",
4517 "syn 2.0.117",
4518]
4519
4520[[package]]
4521name = "darling_core"
4522version = "0.21.3"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4525dependencies = [
4526 "fnv",
4527 "ident_case",
4528 "proc-macro2",
4529 "quote",
4530 "strsim",
4531 "syn 2.0.117",
4532]
4533
4534[[package]]
4535name = "darling_macro"
4536version = "0.20.11"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4539dependencies = [
4540 "darling_core 0.20.11",
4541 "quote",
4542 "syn 2.0.117",
4543]
4544
4545[[package]]
4546name = "darling_macro"
4547version = "0.21.3"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4550dependencies = [
4551 "darling_core 0.21.3",
4552 "quote",
4553 "syn 2.0.117",
4554]
4555
4556[[package]]
4557name = "dashmap"
4558version = "6.1.0"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4561dependencies = [
4562 "cfg-if",
4563 "crossbeam-utils",
4564 "hashbrown 0.14.5",
4565 "lock_api",
4566 "once_cell",
4567 "parking_lot_core",
4568]
4569
4570[[package]]
4571name = "dasp_sample"
4572version = "0.11.0"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4575
4576[[package]]
4577name = "data-encoding"
4578version = "2.9.0"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4581
4582[[package]]
4583name = "data-url"
4584version = "0.3.2"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4587
4588[[package]]
4589name = "db"
4590version = "0.1.0"
4591dependencies = [
4592 "anyhow",
4593 "gpui",
4594 "indoc",
4595 "inventory",
4596 "log",
4597 "paths",
4598 "release_channel",
4599 "smol",
4600 "sqlez",
4601 "sqlez_macros",
4602 "tempfile",
4603 "util",
4604 "uuid",
4605 "zed_env_vars",
4606]
4607
4608[[package]]
4609name = "dbus"
4610version = "0.9.9"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4613dependencies = [
4614 "libc",
4615 "libdbus-sys",
4616 "windows-sys 0.59.0",
4617]
4618
4619[[package]]
4620name = "debug_adapter_extension"
4621version = "0.1.0"
4622dependencies = [
4623 "anyhow",
4624 "async-trait",
4625 "collections",
4626 "dap",
4627 "extension",
4628 "gpui",
4629 "serde_json",
4630 "task",
4631 "util",
4632]
4633
4634[[package]]
4635name = "debugger_tools"
4636version = "0.1.0"
4637dependencies = [
4638 "anyhow",
4639 "dap",
4640 "editor",
4641 "futures 0.3.31",
4642 "gpui",
4643 "project",
4644 "serde_json",
4645 "settings",
4646 "smol",
4647 "util",
4648 "workspace",
4649]
4650
4651[[package]]
4652name = "debugger_ui"
4653version = "0.1.0"
4654dependencies = [
4655 "alacritty_terminal",
4656 "anyhow",
4657 "bitflags 2.10.0",
4658 "client",
4659 "collections",
4660 "command_palette_hooks",
4661 "dap",
4662 "dap_adapters",
4663 "db",
4664 "debugger_tools",
4665 "editor",
4666 "feature_flags",
4667 "file_icons",
4668 "futures 0.3.31",
4669 "fuzzy",
4670 "gpui",
4671 "hex",
4672 "indoc",
4673 "itertools 0.14.0",
4674 "language",
4675 "log",
4676 "menu",
4677 "notifications",
4678 "parking_lot",
4679 "parse_int",
4680 "paths",
4681 "picker",
4682 "pretty_assertions",
4683 "project",
4684 "rpc",
4685 "schemars",
4686 "serde",
4687 "serde_json",
4688 "serde_json_lenient",
4689 "settings",
4690 "sysinfo 0.37.2",
4691 "task",
4692 "tasks_ui",
4693 "terminal_view",
4694 "text",
4695 "theme",
4696 "tree-sitter",
4697 "tree-sitter-go",
4698 "tree-sitter-json",
4699 "ui",
4700 "ui_input",
4701 "unindent",
4702 "util",
4703 "workspace",
4704 "zed_actions",
4705 "zlog",
4706]
4707
4708[[package]]
4709name = "debugid"
4710version = "0.8.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4713dependencies = [
4714 "uuid",
4715]
4716
4717[[package]]
4718name = "deepseek"
4719version = "0.1.0"
4720dependencies = [
4721 "anyhow",
4722 "futures 0.3.31",
4723 "http_client",
4724 "schemars",
4725 "serde",
4726 "serde_json",
4727]
4728
4729[[package]]
4730name = "deflate64"
4731version = "0.1.10"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4734
4735[[package]]
4736name = "denoise"
4737version = "0.1.0"
4738dependencies = [
4739 "candle-core",
4740 "candle-onnx",
4741 "log",
4742 "realfft",
4743 "rodio",
4744 "rustfft",
4745 "thiserror 2.0.17",
4746]
4747
4748[[package]]
4749name = "der"
4750version = "0.6.1"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4753dependencies = [
4754 "const-oid",
4755 "zeroize",
4756]
4757
4758[[package]]
4759name = "der"
4760version = "0.7.10"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4763dependencies = [
4764 "const-oid",
4765 "pem-rfc7468",
4766 "zeroize",
4767]
4768
4769[[package]]
4770name = "deranged"
4771version = "0.5.4"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4774dependencies = [
4775 "powerfmt",
4776 "serde_core",
4777]
4778
4779[[package]]
4780name = "derive_arbitrary"
4781version = "1.4.2"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4784dependencies = [
4785 "proc-macro2",
4786 "quote",
4787 "syn 2.0.117",
4788]
4789
4790[[package]]
4791name = "derive_more"
4792version = "2.1.1"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4795dependencies = [
4796 "derive_more-impl",
4797]
4798
4799[[package]]
4800name = "derive_more-impl"
4801version = "2.1.1"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4804dependencies = [
4805 "convert_case 0.10.0",
4806 "proc-macro2",
4807 "quote",
4808 "rustc_version",
4809 "syn 2.0.117",
4810 "unicode-xid",
4811]
4812
4813[[package]]
4814name = "derive_refineable"
4815version = "0.1.0"
4816dependencies = [
4817 "proc-macro2",
4818 "quote",
4819 "syn 2.0.117",
4820]
4821
4822[[package]]
4823name = "derive_setters"
4824version = "0.1.9"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4827dependencies = [
4828 "darling 0.21.3",
4829 "proc-macro2",
4830 "quote",
4831 "syn 2.0.117",
4832]
4833
4834[[package]]
4835name = "dev_container"
4836version = "0.1.0"
4837dependencies = [
4838 "fs",
4839 "futures 0.3.31",
4840 "gpui",
4841 "http 1.3.1",
4842 "http_client",
4843 "log",
4844 "menu",
4845 "node_runtime",
4846 "paths",
4847 "picker",
4848 "project",
4849 "serde",
4850 "serde_json",
4851 "settings",
4852 "smol",
4853 "ui",
4854 "util",
4855 "workspace",
4856 "worktree",
4857]
4858
4859[[package]]
4860name = "diagnostics"
4861version = "0.1.0"
4862dependencies = [
4863 "anyhow",
4864 "collections",
4865 "component",
4866 "ctor",
4867 "editor",
4868 "gpui",
4869 "indoc",
4870 "itertools 0.14.0",
4871 "language",
4872 "log",
4873 "lsp",
4874 "markdown",
4875 "pretty_assertions",
4876 "project",
4877 "rand 0.9.2",
4878 "serde",
4879 "serde_json",
4880 "settings",
4881 "text",
4882 "theme",
4883 "ui",
4884 "unindent",
4885 "util",
4886 "workspace",
4887 "zed_actions",
4888 "zlog",
4889]
4890
4891[[package]]
4892name = "dialoguer"
4893version = "0.11.0"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4896dependencies = [
4897 "console",
4898 "fuzzy-matcher",
4899 "shell-words",
4900 "tempfile",
4901 "thiserror 1.0.69",
4902 "zeroize",
4903]
4904
4905[[package]]
4906name = "diff"
4907version = "0.1.13"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4910
4911[[package]]
4912name = "diffy"
4913version = "0.4.2"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4916dependencies = [
4917 "nu-ansi-term",
4918]
4919
4920[[package]]
4921name = "digest"
4922version = "0.10.7"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4925dependencies = [
4926 "block-buffer",
4927 "const-oid",
4928 "crypto-common",
4929 "subtle",
4930]
4931
4932[[package]]
4933name = "dirs"
4934version = "4.0.0"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4937dependencies = [
4938 "dirs-sys 0.3.7",
4939]
4940
4941[[package]]
4942name = "dirs"
4943version = "5.0.1"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4946dependencies = [
4947 "dirs-sys 0.4.1",
4948]
4949
4950[[package]]
4951name = "dirs"
4952version = "6.0.0"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4955dependencies = [
4956 "dirs-sys 0.5.0",
4957]
4958
4959[[package]]
4960name = "dirs-sys"
4961version = "0.3.7"
4962source = "registry+https://github.com/rust-lang/crates.io-index"
4963checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4964dependencies = [
4965 "libc",
4966 "redox_users 0.4.6",
4967 "winapi",
4968]
4969
4970[[package]]
4971name = "dirs-sys"
4972version = "0.4.1"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4975dependencies = [
4976 "libc",
4977 "option-ext",
4978 "redox_users 0.4.6",
4979 "windows-sys 0.48.0",
4980]
4981
4982[[package]]
4983name = "dirs-sys"
4984version = "0.5.0"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4987dependencies = [
4988 "libc",
4989 "option-ext",
4990 "redox_users 0.5.2",
4991 "windows-sys 0.61.2",
4992]
4993
4994[[package]]
4995name = "dispatch"
4996version = "0.2.0"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4999
5000[[package]]
5001name = "dispatch2"
5002version = "0.3.1"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5005dependencies = [
5006 "bitflags 2.10.0",
5007 "block2",
5008 "libc",
5009 "objc2",
5010]
5011
5012[[package]]
5013name = "displaydoc"
5014version = "0.2.5"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5017dependencies = [
5018 "proc-macro2",
5019 "quote",
5020 "syn 2.0.117",
5021]
5022
5023[[package]]
5024name = "dlib"
5025version = "0.5.2"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5028dependencies = [
5029 "libloading",
5030]
5031
5032[[package]]
5033name = "docs_preprocessor"
5034version = "0.1.0"
5035dependencies = [
5036 "anyhow",
5037 "collections",
5038 "jsonschema",
5039 "mdbook",
5040 "regex",
5041 "schemars",
5042 "serde",
5043 "serde_json",
5044 "settings",
5045 "task",
5046 "theme",
5047 "util",
5048 "zlog",
5049]
5050
5051[[package]]
5052name = "document-features"
5053version = "0.2.12"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5056dependencies = [
5057 "litrs",
5058]
5059
5060[[package]]
5061name = "documented"
5062version = "0.9.2"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5065dependencies = [
5066 "documented-macros",
5067 "phf 0.12.1",
5068 "thiserror 2.0.17",
5069]
5070
5071[[package]]
5072name = "documented-macros"
5073version = "0.9.2"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5076dependencies = [
5077 "convert_case 0.8.0",
5078 "itertools 0.14.0",
5079 "optfield",
5080 "proc-macro2",
5081 "quote",
5082 "strum 0.27.2",
5083 "syn 2.0.117",
5084]
5085
5086[[package]]
5087name = "dotenvy"
5088version = "0.15.7"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5091
5092[[package]]
5093name = "downcast-rs"
5094version = "1.2.1"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5097
5098[[package]]
5099name = "doxygen-rs"
5100version = "0.4.2"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5103dependencies = [
5104 "phf 0.11.3",
5105]
5106
5107[[package]]
5108name = "dtoa"
5109version = "1.0.10"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5112
5113[[package]]
5114name = "dtoa-short"
5115version = "0.3.5"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5118dependencies = [
5119 "dtoa",
5120]
5121
5122[[package]]
5123name = "dtor"
5124version = "0.0.6"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5127dependencies = [
5128 "dtor-proc-macro",
5129]
5130
5131[[package]]
5132name = "dtor-proc-macro"
5133version = "0.0.5"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5136
5137[[package]]
5138name = "dunce"
5139version = "1.0.5"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5142
5143[[package]]
5144name = "dwrote"
5145version = "0.11.5"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5148dependencies = [
5149 "lazy_static",
5150 "libc",
5151 "winapi",
5152 "wio",
5153]
5154
5155[[package]]
5156name = "dyn-clone"
5157version = "1.0.20"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5160
5161[[package]]
5162name = "dyn-stack"
5163version = "0.10.0"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5166dependencies = [
5167 "bytemuck",
5168 "reborrow",
5169]
5170
5171[[package]]
5172name = "dyn-stack"
5173version = "0.13.2"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5176dependencies = [
5177 "bytemuck",
5178 "dyn-stack-macros",
5179]
5180
5181[[package]]
5182name = "dyn-stack-macros"
5183version = "0.1.3"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5186
5187[[package]]
5188name = "ec4rs"
5189version = "1.2.0"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5192
5193[[package]]
5194name = "ecdsa"
5195version = "0.14.8"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5198dependencies = [
5199 "der 0.6.1",
5200 "elliptic-curve",
5201 "rfc6979",
5202 "signature 1.6.4",
5203]
5204
5205[[package]]
5206name = "edit_prediction"
5207version = "0.1.0"
5208dependencies = [
5209 "ai_onboarding",
5210 "anyhow",
5211 "buffer_diff",
5212 "client",
5213 "clock",
5214 "cloud_api_types",
5215 "cloud_llm_client",
5216 "collections",
5217 "copilot",
5218 "copilot_ui",
5219 "ctor",
5220 "db",
5221 "edit_prediction_context",
5222 "edit_prediction_types",
5223 "feature_flags",
5224 "fs",
5225 "futures 0.3.31",
5226 "gpui",
5227 "heapless",
5228 "indoc",
5229 "itertools 0.14.0",
5230 "language",
5231 "language_model",
5232 "log",
5233 "lsp",
5234 "menu",
5235 "open_ai",
5236 "parking_lot",
5237 "postage",
5238 "pretty_assertions",
5239 "project",
5240 "pulldown-cmark 0.13.0",
5241 "rand 0.9.2",
5242 "regex",
5243 "release_channel",
5244 "semver",
5245 "serde",
5246 "serde_json",
5247 "settings",
5248 "strum 0.27.2",
5249 "telemetry",
5250 "telemetry_events",
5251 "text",
5252 "thiserror 2.0.17",
5253 "time",
5254 "toml 0.8.23",
5255 "ui",
5256 "util",
5257 "uuid",
5258 "workspace",
5259 "worktree",
5260 "zed_actions",
5261 "zeta_prompt",
5262 "zlog",
5263 "zstd",
5264]
5265
5266[[package]]
5267name = "edit_prediction_cli"
5268version = "0.1.0"
5269dependencies = [
5270 "anthropic",
5271 "anyhow",
5272 "chrono",
5273 "clap",
5274 "client",
5275 "cloud_llm_client",
5276 "collections",
5277 "db",
5278 "debug_adapter_extension",
5279 "dirs 4.0.0",
5280 "edit_prediction",
5281 "extension",
5282 "flate2",
5283 "fs",
5284 "futures 0.3.31",
5285 "gaoya",
5286 "gpui",
5287 "gpui_platform",
5288 "gpui_tokio",
5289 "http_client",
5290 "indoc",
5291 "language",
5292 "language_extension",
5293 "language_model",
5294 "language_models",
5295 "languages",
5296 "libc",
5297 "log",
5298 "node_runtime",
5299 "open_ai",
5300 "paths",
5301 "pretty_assertions",
5302 "project",
5303 "prompt_store",
5304 "rand 0.9.2",
5305 "release_channel",
5306 "reqwest_client",
5307 "rust-embed",
5308 "serde",
5309 "serde_json",
5310 "settings",
5311 "shellexpand 2.1.2",
5312 "similar",
5313 "smol",
5314 "sqlez",
5315 "sqlez_macros",
5316 "strum 0.27.2",
5317 "telemetry_events",
5318 "tempfile",
5319 "terminal_view",
5320 "toml 0.8.23",
5321 "util",
5322 "wasmtime",
5323 "watch",
5324 "workspace",
5325 "zeta_prompt",
5326]
5327
5328[[package]]
5329name = "edit_prediction_context"
5330version = "0.1.0"
5331dependencies = [
5332 "anyhow",
5333 "clock",
5334 "collections",
5335 "env_logger 0.11.8",
5336 "futures 0.3.31",
5337 "gpui",
5338 "indoc",
5339 "language",
5340 "log",
5341 "lsp",
5342 "parking_lot",
5343 "pretty_assertions",
5344 "project",
5345 "serde",
5346 "serde_json",
5347 "settings",
5348 "smallvec",
5349 "text",
5350 "tree-sitter",
5351 "util",
5352 "zeta_prompt",
5353]
5354
5355[[package]]
5356name = "edit_prediction_types"
5357version = "0.1.0"
5358dependencies = [
5359 "client",
5360 "gpui",
5361 "icons",
5362 "language",
5363 "text",
5364]
5365
5366[[package]]
5367name = "edit_prediction_ui"
5368version = "0.1.0"
5369dependencies = [
5370 "anyhow",
5371 "buffer_diff",
5372 "client",
5373 "cloud_llm_client",
5374 "codestral",
5375 "collections",
5376 "command_palette_hooks",
5377 "copilot",
5378 "copilot_chat",
5379 "copilot_ui",
5380 "edit_prediction",
5381 "edit_prediction_types",
5382 "editor",
5383 "feature_flags",
5384 "fs",
5385 "futures 0.3.31",
5386 "gpui",
5387 "indoc",
5388 "language",
5389 "markdown",
5390 "menu",
5391 "multi_buffer",
5392 "paths",
5393 "project",
5394 "regex",
5395 "settings",
5396 "telemetry",
5397 "text",
5398 "theme",
5399 "time",
5400 "ui",
5401 "util",
5402 "workspace",
5403 "zed_actions",
5404 "zeta_prompt",
5405]
5406
5407[[package]]
5408name = "editor"
5409version = "0.1.0"
5410dependencies = [
5411 "aho-corasick",
5412 "anyhow",
5413 "assets",
5414 "breadcrumbs",
5415 "buffer_diff",
5416 "client",
5417 "clock",
5418 "collections",
5419 "convert_case 0.8.0",
5420 "criterion",
5421 "ctor",
5422 "dap",
5423 "db",
5424 "edit_prediction_types",
5425 "emojis",
5426 "feature_flags",
5427 "file_icons",
5428 "fs",
5429 "futures 0.3.31",
5430 "fuzzy",
5431 "git",
5432 "gpui",
5433 "indoc",
5434 "itertools 0.14.0",
5435 "language",
5436 "languages",
5437 "linkify",
5438 "log",
5439 "lsp",
5440 "markdown",
5441 "menu",
5442 "multi_buffer",
5443 "ordered-float 2.10.1",
5444 "parking_lot",
5445 "pretty_assertions",
5446 "project",
5447 "proptest",
5448 "proptest-derive",
5449 "rand 0.9.2",
5450 "regex",
5451 "release_channel",
5452 "rope",
5453 "rpc",
5454 "schemars",
5455 "semver",
5456 "serde",
5457 "serde_json",
5458 "settings",
5459 "smallvec",
5460 "smol",
5461 "snippet",
5462 "sum_tree",
5463 "task",
5464 "telemetry",
5465 "text",
5466 "theme",
5467 "time",
5468 "tracing",
5469 "tree-sitter-bash",
5470 "tree-sitter-c",
5471 "tree-sitter-html",
5472 "tree-sitter-md",
5473 "tree-sitter-python",
5474 "tree-sitter-rust",
5475 "tree-sitter-typescript",
5476 "tree-sitter-yaml",
5477 "ui",
5478 "ui_input",
5479 "unicode-script",
5480 "unicode-segmentation",
5481 "unicode-width",
5482 "unindent",
5483 "url",
5484 "util",
5485 "uuid",
5486 "vim_mode_setting",
5487 "workspace",
5488 "zed_actions",
5489 "zlog",
5490 "ztracing",
5491]
5492
5493[[package]]
5494name = "either"
5495version = "1.15.0"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5498dependencies = [
5499 "serde",
5500]
5501
5502[[package]]
5503name = "elasticlunr-rs"
5504version = "3.0.2"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5507dependencies = [
5508 "regex",
5509 "serde",
5510 "serde_derive",
5511 "serde_json",
5512]
5513
5514[[package]]
5515name = "elliptic-curve"
5516version = "0.12.3"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5519dependencies = [
5520 "base16ct",
5521 "crypto-bigint 0.4.9",
5522 "der 0.6.1",
5523 "digest",
5524 "ff",
5525 "generic-array",
5526 "group",
5527 "pkcs8 0.9.0",
5528 "rand_core 0.6.4",
5529 "sec1",
5530 "subtle",
5531 "zeroize",
5532]
5533
5534[[package]]
5535name = "email_address"
5536version = "0.2.9"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5539dependencies = [
5540 "serde",
5541]
5542
5543[[package]]
5544name = "embed-resource"
5545version = "3.0.6"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5548dependencies = [
5549 "cc",
5550 "memchr",
5551 "rustc_version",
5552 "toml 0.9.8",
5553 "vswhom",
5554 "winreg 0.55.0",
5555]
5556
5557[[package]]
5558name = "embedded-io"
5559version = "0.4.0"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
5561checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5562
5563[[package]]
5564name = "embedded-io"
5565version = "0.6.1"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5568
5569[[package]]
5570name = "emojis"
5571version = "0.6.4"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5574dependencies = [
5575 "phf 0.11.3",
5576]
5577
5578[[package]]
5579name = "encode_unicode"
5580version = "1.0.0"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5583
5584[[package]]
5585name = "encoding_rs"
5586version = "0.8.35"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5589dependencies = [
5590 "cfg-if",
5591]
5592
5593[[package]]
5594name = "encoding_selector"
5595version = "0.1.0"
5596dependencies = [
5597 "editor",
5598 "encoding_rs",
5599 "fuzzy",
5600 "gpui",
5601 "language",
5602 "picker",
5603 "project",
5604 "ui",
5605 "util",
5606 "workspace",
5607]
5608
5609[[package]]
5610name = "endi"
5611version = "1.1.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5614
5615[[package]]
5616name = "enum-as-inner"
5617version = "0.6.1"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5620dependencies = [
5621 "heck 0.5.0",
5622 "proc-macro2",
5623 "quote",
5624 "syn 2.0.117",
5625]
5626
5627[[package]]
5628name = "enumflags2"
5629version = "0.7.12"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5632dependencies = [
5633 "enumflags2_derive",
5634 "serde",
5635]
5636
5637[[package]]
5638name = "enumflags2_derive"
5639version = "0.7.12"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5642dependencies = [
5643 "proc-macro2",
5644 "quote",
5645 "syn 2.0.117",
5646]
5647
5648[[package]]
5649name = "env_filter"
5650version = "0.1.4"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5653dependencies = [
5654 "log",
5655 "regex",
5656]
5657
5658[[package]]
5659name = "env_logger"
5660version = "0.10.2"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5663dependencies = [
5664 "humantime",
5665 "is-terminal",
5666 "log",
5667 "regex",
5668 "termcolor",
5669]
5670
5671[[package]]
5672name = "env_logger"
5673version = "0.11.8"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5676dependencies = [
5677 "anstream",
5678 "anstyle",
5679 "env_filter",
5680 "jiff",
5681 "log",
5682]
5683
5684[[package]]
5685name = "envy"
5686version = "0.4.2"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5689dependencies = [
5690 "serde",
5691]
5692
5693[[package]]
5694name = "equator"
5695version = "0.4.2"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5698dependencies = [
5699 "equator-macro",
5700]
5701
5702[[package]]
5703name = "equator-macro"
5704version = "0.4.2"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5707dependencies = [
5708 "proc-macro2",
5709 "quote",
5710 "syn 2.0.117",
5711]
5712
5713[[package]]
5714name = "equivalent"
5715version = "1.0.2"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5718
5719[[package]]
5720name = "erased-serde"
5721version = "0.4.9"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5724dependencies = [
5725 "serde",
5726 "serde_core",
5727 "typeid",
5728]
5729
5730[[package]]
5731name = "errno"
5732version = "0.2.8"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5735dependencies = [
5736 "errno-dragonfly",
5737 "libc",
5738 "winapi",
5739]
5740
5741[[package]]
5742name = "errno"
5743version = "0.3.14"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5746dependencies = [
5747 "libc",
5748 "windows-sys 0.61.2",
5749]
5750
5751[[package]]
5752name = "errno-dragonfly"
5753version = "0.1.2"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5756dependencies = [
5757 "cc",
5758 "libc",
5759]
5760
5761[[package]]
5762name = "error-graph"
5763version = "0.1.1"
5764source = "registry+https://github.com/rust-lang/crates.io-index"
5765checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5766dependencies = [
5767 "serde",
5768]
5769
5770[[package]]
5771name = "etagere"
5772version = "0.2.15"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5775dependencies = [
5776 "euclid",
5777 "svg_fmt",
5778]
5779
5780[[package]]
5781name = "etcetera"
5782version = "0.8.0"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5785dependencies = [
5786 "cfg-if",
5787 "home",
5788 "windows-sys 0.48.0",
5789]
5790
5791[[package]]
5792name = "etw_tracing"
5793version = "0.1.0"
5794dependencies = [
5795 "anyhow",
5796 "gpui",
5797 "log",
5798 "net",
5799 "serde",
5800 "serde_json",
5801 "util",
5802 "windows 0.61.3",
5803 "windows-core 0.61.2",
5804 "workspace",
5805 "wprcontrol",
5806]
5807
5808[[package]]
5809name = "euclid"
5810version = "0.22.11"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5813dependencies = [
5814 "num-traits",
5815]
5816
5817[[package]]
5818name = "eval"
5819version = "0.1.0"
5820dependencies = [
5821 "acp_thread",
5822 "agent",
5823 "agent-client-protocol",
5824 "agent_settings",
5825 "agent_ui",
5826 "anyhow",
5827 "async-trait",
5828 "buffer_diff",
5829 "chrono",
5830 "clap",
5831 "client",
5832 "collections",
5833 "debug_adapter_extension",
5834 "dirs 4.0.0",
5835 "dotenvy",
5836 "env_logger 0.11.8",
5837 "extension",
5838 "fs",
5839 "futures 0.3.31",
5840 "gpui",
5841 "gpui_platform",
5842 "gpui_tokio",
5843 "handlebars 4.5.0",
5844 "language",
5845 "language_extension",
5846 "language_model",
5847 "language_models",
5848 "languages",
5849 "markdown",
5850 "node_runtime",
5851 "pathdiff",
5852 "paths",
5853 "pretty_assertions",
5854 "project",
5855 "prompt_store",
5856 "rand 0.9.2",
5857 "regex",
5858 "release_channel",
5859 "reqwest_client",
5860 "serde",
5861 "serde_json",
5862 "settings",
5863 "shellexpand 2.1.2",
5864 "telemetry",
5865 "terminal_view",
5866 "toml 0.8.23",
5867 "unindent",
5868 "util",
5869 "uuid",
5870 "watch",
5871]
5872
5873[[package]]
5874name = "eval_cli"
5875version = "0.1.0"
5876dependencies = [
5877 "acp_thread",
5878 "agent",
5879 "agent-client-protocol",
5880 "agent_ui",
5881 "anyhow",
5882 "clap",
5883 "client",
5884 "ctrlc",
5885 "db",
5886 "debug_adapter_extension",
5887 "env_logger 0.11.8",
5888 "extension",
5889 "feature_flags",
5890 "fs",
5891 "futures 0.3.31",
5892 "gpui",
5893 "gpui_platform",
5894 "gpui_tokio",
5895 "language",
5896 "language_extension",
5897 "language_model",
5898 "language_models",
5899 "languages",
5900 "node_runtime",
5901 "paths",
5902 "project",
5903 "prompt_store",
5904 "release_channel",
5905 "reqwest_client",
5906 "serde",
5907 "serde_json",
5908 "settings",
5909 "shellexpand 2.1.2",
5910 "terminal_view",
5911 "util",
5912 "watch",
5913]
5914
5915[[package]]
5916name = "eval_utils"
5917version = "0.1.0"
5918dependencies = [
5919 "gpui_platform",
5920 "serde",
5921 "smol",
5922]
5923
5924[[package]]
5925name = "event-listener"
5926version = "2.5.3"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5929
5930[[package]]
5931name = "event-listener"
5932version = "5.4.1"
5933source = "registry+https://github.com/rust-lang/crates.io-index"
5934checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5935dependencies = [
5936 "concurrent-queue",
5937 "parking",
5938 "pin-project-lite",
5939]
5940
5941[[package]]
5942name = "event-listener-strategy"
5943version = "0.5.4"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5946dependencies = [
5947 "event-listener 5.4.1",
5948 "pin-project-lite",
5949]
5950
5951[[package]]
5952name = "exec"
5953version = "0.3.1"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5956dependencies = [
5957 "errno 0.2.8",
5958 "libc",
5959]
5960
5961[[package]]
5962name = "explorer_command_injector"
5963version = "0.1.0"
5964dependencies = [
5965 "windows 0.61.3",
5966 "windows-core 0.61.2",
5967 "windows-registry 0.5.3",
5968]
5969
5970[[package]]
5971name = "exr"
5972version = "1.73.0"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5975dependencies = [
5976 "bit_field",
5977 "half",
5978 "lebe",
5979 "miniz_oxide",
5980 "rayon-core",
5981 "smallvec",
5982 "zune-inflate",
5983]
5984
5985[[package]]
5986name = "extended"
5987version = "0.1.0"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5990
5991[[package]]
5992name = "extension"
5993version = "0.1.0"
5994dependencies = [
5995 "anyhow",
5996 "async-trait",
5997 "cloud_api_types",
5998 "collections",
5999 "dap",
6000 "fs",
6001 "futures 0.3.31",
6002 "gpui",
6003 "heck 0.5.0",
6004 "http_client",
6005 "indoc",
6006 "language",
6007 "log",
6008 "lsp",
6009 "parking_lot",
6010 "pretty_assertions",
6011 "proto",
6012 "semver",
6013 "serde",
6014 "serde_json",
6015 "task",
6016 "tempfile",
6017 "toml 0.8.23",
6018 "tracing",
6019 "url",
6020 "util",
6021 "wasm-encoder 0.221.3",
6022 "wasmparser 0.221.3",
6023 "ztracing",
6024]
6025
6026[[package]]
6027name = "extension_cli"
6028version = "0.1.0"
6029dependencies = [
6030 "anyhow",
6031 "clap",
6032 "cloud_api_types",
6033 "env_logger 0.11.8",
6034 "extension",
6035 "fs",
6036 "gpui_platform",
6037 "language",
6038 "log",
6039 "reqwest_client",
6040 "serde",
6041 "serde_json",
6042 "serde_json_lenient",
6043 "settings_content",
6044 "snippet_provider",
6045 "task",
6046 "theme",
6047 "tokio",
6048 "toml 0.8.23",
6049 "tree-sitter",
6050 "wasmtime",
6051]
6052
6053[[package]]
6054name = "extension_host"
6055version = "0.1.0"
6056dependencies = [
6057 "anyhow",
6058 "async-compression",
6059 "async-tar",
6060 "async-trait",
6061 "client",
6062 "cloud_api_types",
6063 "collections",
6064 "criterion",
6065 "ctor",
6066 "dap",
6067 "extension",
6068 "fs",
6069 "futures 0.3.31",
6070 "gpui",
6071 "gpui_tokio",
6072 "http_client",
6073 "language",
6074 "language_extension",
6075 "log",
6076 "lsp",
6077 "moka",
6078 "node_runtime",
6079 "parking_lot",
6080 "paths",
6081 "project",
6082 "release_channel",
6083 "remote",
6084 "reqwest_client",
6085 "semver",
6086 "serde",
6087 "serde_json",
6088 "serde_json_lenient",
6089 "settings",
6090 "task",
6091 "telemetry",
6092 "tempfile",
6093 "theme",
6094 "theme_extension",
6095 "toml 0.8.23",
6096 "tracing",
6097 "url",
6098 "util",
6099 "wasmparser 0.221.3",
6100 "wasmtime",
6101 "wasmtime-wasi",
6102 "zlog",
6103 "ztracing",
6104]
6105
6106[[package]]
6107name = "extensions_ui"
6108version = "0.1.0"
6109dependencies = [
6110 "anyhow",
6111 "client",
6112 "cloud_api_types",
6113 "collections",
6114 "db",
6115 "editor",
6116 "extension",
6117 "extension_host",
6118 "fs",
6119 "fuzzy",
6120 "gpui",
6121 "language",
6122 "log",
6123 "num-format",
6124 "picker",
6125 "project",
6126 "release_channel",
6127 "semver",
6128 "serde",
6129 "settings",
6130 "smallvec",
6131 "strum 0.27.2",
6132 "telemetry",
6133 "theme",
6134 "ui",
6135 "util",
6136 "vim_mode_setting",
6137 "workspace",
6138 "zed_actions",
6139]
6140
6141[[package]]
6142name = "failspot"
6143version = "0.2.0"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6146
6147[[package]]
6148name = "fallible-iterator"
6149version = "0.3.0"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6152
6153[[package]]
6154name = "fancy-regex"
6155version = "0.16.2"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6158dependencies = [
6159 "bit-set 0.8.0",
6160 "regex-automata",
6161 "regex-syntax",
6162]
6163
6164[[package]]
6165name = "fancy-regex"
6166version = "0.17.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6169dependencies = [
6170 "bit-set 0.8.0",
6171 "regex-automata",
6172 "regex-syntax",
6173]
6174
6175[[package]]
6176name = "fast-srgb8"
6177version = "1.0.0"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6180
6181[[package]]
6182name = "fastrand"
6183version = "1.9.0"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6186dependencies = [
6187 "instant",
6188]
6189
6190[[package]]
6191name = "fastrand"
6192version = "2.3.0"
6193source = "registry+https://github.com/rust-lang/crates.io-index"
6194checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6195
6196[[package]]
6197name = "fax"
6198version = "0.2.6"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6201dependencies = [
6202 "fax_derive",
6203]
6204
6205[[package]]
6206name = "fax_derive"
6207version = "0.2.0"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6210dependencies = [
6211 "proc-macro2",
6212 "quote",
6213 "syn 2.0.117",
6214]
6215
6216[[package]]
6217name = "fd-lock"
6218version = "4.0.4"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6221dependencies = [
6222 "cfg-if",
6223 "rustix 1.1.2",
6224 "windows-sys 0.59.0",
6225]
6226
6227[[package]]
6228name = "fdeflate"
6229version = "0.3.7"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6232dependencies = [
6233 "simd-adler32",
6234]
6235
6236[[package]]
6237name = "feature_flags"
6238version = "0.1.0"
6239dependencies = [
6240 "gpui",
6241]
6242
6243[[package]]
6244name = "feedback"
6245version = "0.1.0"
6246dependencies = [
6247 "gpui",
6248 "system_specs",
6249 "urlencoding",
6250 "util",
6251 "workspace",
6252 "zed_actions",
6253]
6254
6255[[package]]
6256name = "ff"
6257version = "0.12.1"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6260dependencies = [
6261 "rand_core 0.6.4",
6262 "subtle",
6263]
6264
6265[[package]]
6266name = "file_finder"
6267version = "0.1.0"
6268dependencies = [
6269 "anyhow",
6270 "channel",
6271 "client",
6272 "collections",
6273 "ctor",
6274 "editor",
6275 "file_icons",
6276 "futures 0.3.31",
6277 "fuzzy",
6278 "gpui",
6279 "menu",
6280 "open_path_prompt",
6281 "picker",
6282 "pretty_assertions",
6283 "project",
6284 "project_panel",
6285 "remote_connection",
6286 "serde",
6287 "serde_json",
6288 "settings",
6289 "theme",
6290 "ui",
6291 "util",
6292 "workspace",
6293 "zed_actions",
6294 "zlog",
6295]
6296
6297[[package]]
6298name = "file_icons"
6299version = "0.1.0"
6300dependencies = [
6301 "gpui",
6302 "serde",
6303 "theme",
6304 "util",
6305]
6306
6307[[package]]
6308name = "filedescriptor"
6309version = "0.8.3"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6312dependencies = [
6313 "libc",
6314 "thiserror 1.0.69",
6315 "winapi",
6316]
6317
6318[[package]]
6319name = "filetime"
6320version = "0.2.26"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6323dependencies = [
6324 "cfg-if",
6325 "libc",
6326 "libredox",
6327 "windows-sys 0.60.2",
6328]
6329
6330[[package]]
6331name = "find-msvc-tools"
6332version = "0.1.5"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6335
6336[[package]]
6337name = "fixedbitset"
6338version = "0.4.2"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6341
6342[[package]]
6343name = "fixedbitset"
6344version = "0.5.7"
6345source = "registry+https://github.com/rust-lang/crates.io-index"
6346checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6347
6348[[package]]
6349name = "flate2"
6350version = "1.1.8"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6353dependencies = [
6354 "crc32fast",
6355 "miniz_oxide",
6356]
6357
6358[[package]]
6359name = "float-cmp"
6360version = "0.9.0"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6363
6364[[package]]
6365name = "float-ord"
6366version = "0.3.2"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6369
6370[[package]]
6371name = "float8"
6372version = "0.4.2"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6375dependencies = [
6376 "half",
6377 "num-traits",
6378 "rand 0.9.2",
6379 "rand_distr",
6380]
6381
6382[[package]]
6383name = "float_next_after"
6384version = "1.0.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6387
6388[[package]]
6389name = "fluent-uri"
6390version = "0.4.1"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6393dependencies = [
6394 "borrow-or-share",
6395 "ref-cast",
6396 "serde",
6397]
6398
6399[[package]]
6400name = "flume"
6401version = "0.11.1"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6404dependencies = [
6405 "futures-core",
6406 "futures-sink",
6407 "nanorand",
6408 "spin 0.9.8",
6409]
6410
6411[[package]]
6412name = "fnv"
6413version = "1.0.7"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6416
6417[[package]]
6418name = "foldhash"
6419version = "0.1.5"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6422
6423[[package]]
6424name = "foldhash"
6425version = "0.2.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6428
6429[[package]]
6430name = "font-types"
6431version = "0.10.0"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6434dependencies = [
6435 "bytemuck",
6436]
6437
6438[[package]]
6439name = "font-types"
6440version = "0.11.0"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6443dependencies = [
6444 "bytemuck",
6445]
6446
6447[[package]]
6448name = "fontconfig-parser"
6449version = "0.5.8"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6452dependencies = [
6453 "roxmltree",
6454]
6455
6456[[package]]
6457name = "fontdb"
6458version = "0.16.2"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6461dependencies = [
6462 "fontconfig-parser",
6463 "log",
6464 "memmap2",
6465 "slotmap",
6466 "tinyvec",
6467 "ttf-parser 0.20.0",
6468]
6469
6470[[package]]
6471name = "fontdb"
6472version = "0.23.0"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6475dependencies = [
6476 "fontconfig-parser",
6477 "log",
6478 "memmap2",
6479 "slotmap",
6480 "tinyvec",
6481 "ttf-parser 0.25.1",
6482]
6483
6484[[package]]
6485name = "foreign-types"
6486version = "0.3.2"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6489dependencies = [
6490 "foreign-types-shared 0.1.1",
6491]
6492
6493[[package]]
6494name = "foreign-types"
6495version = "0.5.0"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6498dependencies = [
6499 "foreign-types-macros",
6500 "foreign-types-shared 0.3.1",
6501]
6502
6503[[package]]
6504name = "foreign-types-macros"
6505version = "0.2.3"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6508dependencies = [
6509 "proc-macro2",
6510 "quote",
6511 "syn 2.0.117",
6512]
6513
6514[[package]]
6515name = "foreign-types-shared"
6516version = "0.1.1"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6519
6520[[package]]
6521name = "foreign-types-shared"
6522version = "0.3.1"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6525
6526[[package]]
6527name = "fork"
6528version = "0.4.0"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6531dependencies = [
6532 "libc",
6533]
6534
6535[[package]]
6536name = "form_urlencoded"
6537version = "1.2.2"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6540dependencies = [
6541 "percent-encoding",
6542]
6543
6544[[package]]
6545name = "fraction"
6546version = "0.15.3"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6549dependencies = [
6550 "lazy_static",
6551 "num",
6552]
6553
6554[[package]]
6555name = "freetype-sys"
6556version = "0.20.1"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6559dependencies = [
6560 "cc",
6561 "libc",
6562 "pkg-config",
6563]
6564
6565[[package]]
6566name = "fs"
6567version = "0.1.0"
6568dependencies = [
6569 "anyhow",
6570 "ashpd",
6571 "async-tar",
6572 "async-trait",
6573 "cocoa 0.26.0",
6574 "collections",
6575 "dunce",
6576 "fs",
6577 "futures 0.3.31",
6578 "git",
6579 "gpui",
6580 "ignore",
6581 "is_executable",
6582 "libc",
6583 "log",
6584 "notify 8.2.0",
6585 "objc",
6586 "parking_lot",
6587 "paths",
6588 "proto",
6589 "rope",
6590 "serde",
6591 "serde_json",
6592 "smol",
6593 "tempfile",
6594 "text",
6595 "time",
6596 "util",
6597 "windows 0.61.3",
6598]
6599
6600[[package]]
6601name = "fs-set-times"
6602version = "0.20.3"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6605dependencies = [
6606 "io-lifetimes",
6607 "rustix 1.1.2",
6608 "windows-sys 0.59.0",
6609]
6610
6611[[package]]
6612name = "fs2"
6613version = "0.4.3"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6616dependencies = [
6617 "libc",
6618 "winapi",
6619]
6620
6621[[package]]
6622name = "fs_benchmarks"
6623version = "0.1.0"
6624dependencies = [
6625 "fs",
6626 "gpui",
6627 "gpui_platform",
6628]
6629
6630[[package]]
6631name = "fs_extra"
6632version = "1.3.0"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6635
6636[[package]]
6637name = "fsevent-sys"
6638version = "4.1.0"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6641dependencies = [
6642 "libc",
6643]
6644
6645[[package]]
6646name = "fuchsia-cprng"
6647version = "0.1.1"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6650
6651[[package]]
6652name = "funty"
6653version = "2.0.0"
6654source = "registry+https://github.com/rust-lang/crates.io-index"
6655checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6656
6657[[package]]
6658name = "futf"
6659version = "0.1.5"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6662dependencies = [
6663 "mac",
6664 "new_debug_unreachable",
6665]
6666
6667[[package]]
6668name = "futures"
6669version = "0.1.31"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6672
6673[[package]]
6674name = "futures"
6675version = "0.3.31"
6676source = "registry+https://github.com/rust-lang/crates.io-index"
6677checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6678dependencies = [
6679 "futures-channel",
6680 "futures-core",
6681 "futures-executor",
6682 "futures-io",
6683 "futures-sink",
6684 "futures-task",
6685 "futures-util",
6686]
6687
6688[[package]]
6689name = "futures-channel"
6690version = "0.3.31"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6693dependencies = [
6694 "futures-core",
6695 "futures-sink",
6696]
6697
6698[[package]]
6699name = "futures-concurrency"
6700version = "7.7.1"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6703dependencies = [
6704 "fixedbitset 0.5.7",
6705 "futures-core",
6706 "futures-lite 2.6.1",
6707 "pin-project",
6708 "smallvec",
6709]
6710
6711[[package]]
6712name = "futures-core"
6713version = "0.3.31"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6716
6717[[package]]
6718name = "futures-executor"
6719version = "0.3.31"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6722dependencies = [
6723 "futures-core",
6724 "futures-task",
6725 "futures-util",
6726]
6727
6728[[package]]
6729name = "futures-intrusive"
6730version = "0.5.0"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6733dependencies = [
6734 "futures-core",
6735 "lock_api",
6736 "parking_lot",
6737]
6738
6739[[package]]
6740name = "futures-io"
6741version = "0.3.31"
6742source = "registry+https://github.com/rust-lang/crates.io-index"
6743checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6744
6745[[package]]
6746name = "futures-lite"
6747version = "1.13.0"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6750dependencies = [
6751 "fastrand 1.9.0",
6752 "futures-core",
6753 "futures-io",
6754 "memchr",
6755 "parking",
6756 "pin-project-lite",
6757 "waker-fn",
6758]
6759
6760[[package]]
6761name = "futures-lite"
6762version = "2.6.1"
6763source = "registry+https://github.com/rust-lang/crates.io-index"
6764checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6765dependencies = [
6766 "fastrand 2.3.0",
6767 "futures-core",
6768 "futures-io",
6769 "parking",
6770 "pin-project-lite",
6771]
6772
6773[[package]]
6774name = "futures-macro"
6775version = "0.3.31"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6778dependencies = [
6779 "proc-macro2",
6780 "quote",
6781 "syn 2.0.117",
6782]
6783
6784[[package]]
6785name = "futures-sink"
6786version = "0.3.31"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6789
6790[[package]]
6791name = "futures-task"
6792version = "0.3.31"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6795
6796[[package]]
6797name = "futures-util"
6798version = "0.3.31"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6801dependencies = [
6802 "futures 0.1.31",
6803 "futures-channel",
6804 "futures-core",
6805 "futures-io",
6806 "futures-macro",
6807 "futures-sink",
6808 "futures-task",
6809 "memchr",
6810 "pin-project-lite",
6811 "pin-utils",
6812 "slab",
6813 "tokio-io",
6814]
6815
6816[[package]]
6817name = "fuzzy"
6818version = "0.1.0"
6819dependencies = [
6820 "gpui",
6821 "log",
6822 "util",
6823]
6824
6825[[package]]
6826name = "fuzzy-matcher"
6827version = "0.3.7"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6830dependencies = [
6831 "thread_local",
6832]
6833
6834[[package]]
6835name = "gaoya"
6836version = "0.2.0"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6839dependencies = [
6840 "ahash 0.8.12",
6841 "crossbeam-utils",
6842 "fnv",
6843 "itertools 0.10.5",
6844 "num-traits",
6845 "rand 0.8.5",
6846 "rand_pcg",
6847 "random_choice",
6848 "rayon",
6849 "seahash",
6850 "sha-1",
6851 "shingles",
6852 "siphasher 0.3.11",
6853 "smallvec",
6854 "triomphe",
6855]
6856
6857[[package]]
6858name = "gemm"
6859version = "0.17.1"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6862dependencies = [
6863 "dyn-stack 0.10.0",
6864 "gemm-c32 0.17.1",
6865 "gemm-c64 0.17.1",
6866 "gemm-common 0.17.1",
6867 "gemm-f16 0.17.1",
6868 "gemm-f32 0.17.1",
6869 "gemm-f64 0.17.1",
6870 "num-complex",
6871 "num-traits",
6872 "paste",
6873 "raw-cpuid 10.7.0",
6874 "seq-macro",
6875]
6876
6877[[package]]
6878name = "gemm"
6879version = "0.18.2"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6882dependencies = [
6883 "dyn-stack 0.13.2",
6884 "gemm-c32 0.18.2",
6885 "gemm-c64 0.18.2",
6886 "gemm-common 0.18.2",
6887 "gemm-f16 0.18.2",
6888 "gemm-f32 0.18.2",
6889 "gemm-f64 0.18.2",
6890 "num-complex",
6891 "num-traits",
6892 "paste",
6893 "raw-cpuid 11.6.0",
6894 "seq-macro",
6895]
6896
6897[[package]]
6898name = "gemm-c32"
6899version = "0.17.1"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6902dependencies = [
6903 "dyn-stack 0.10.0",
6904 "gemm-common 0.17.1",
6905 "num-complex",
6906 "num-traits",
6907 "paste",
6908 "raw-cpuid 10.7.0",
6909 "seq-macro",
6910]
6911
6912[[package]]
6913name = "gemm-c32"
6914version = "0.18.2"
6915source = "registry+https://github.com/rust-lang/crates.io-index"
6916checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6917dependencies = [
6918 "dyn-stack 0.13.2",
6919 "gemm-common 0.18.2",
6920 "num-complex",
6921 "num-traits",
6922 "paste",
6923 "raw-cpuid 11.6.0",
6924 "seq-macro",
6925]
6926
6927[[package]]
6928name = "gemm-c64"
6929version = "0.17.1"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6932dependencies = [
6933 "dyn-stack 0.10.0",
6934 "gemm-common 0.17.1",
6935 "num-complex",
6936 "num-traits",
6937 "paste",
6938 "raw-cpuid 10.7.0",
6939 "seq-macro",
6940]
6941
6942[[package]]
6943name = "gemm-c64"
6944version = "0.18.2"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6947dependencies = [
6948 "dyn-stack 0.13.2",
6949 "gemm-common 0.18.2",
6950 "num-complex",
6951 "num-traits",
6952 "paste",
6953 "raw-cpuid 11.6.0",
6954 "seq-macro",
6955]
6956
6957[[package]]
6958name = "gemm-common"
6959version = "0.17.1"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6962dependencies = [
6963 "bytemuck",
6964 "dyn-stack 0.10.0",
6965 "half",
6966 "num-complex",
6967 "num-traits",
6968 "once_cell",
6969 "paste",
6970 "pulp 0.18.22",
6971 "raw-cpuid 10.7.0",
6972 "rayon",
6973 "seq-macro",
6974 "sysctl 0.5.5",
6975]
6976
6977[[package]]
6978name = "gemm-common"
6979version = "0.18.2"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6982dependencies = [
6983 "bytemuck",
6984 "dyn-stack 0.13.2",
6985 "half",
6986 "libm",
6987 "num-complex",
6988 "num-traits",
6989 "once_cell",
6990 "paste",
6991 "pulp 0.21.5",
6992 "raw-cpuid 11.6.0",
6993 "rayon",
6994 "seq-macro",
6995 "sysctl 0.6.0",
6996]
6997
6998[[package]]
6999name = "gemm-f16"
7000version = "0.17.1"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7003dependencies = [
7004 "dyn-stack 0.10.0",
7005 "gemm-common 0.17.1",
7006 "gemm-f32 0.17.1",
7007 "half",
7008 "num-complex",
7009 "num-traits",
7010 "paste",
7011 "raw-cpuid 10.7.0",
7012 "rayon",
7013 "seq-macro",
7014]
7015
7016[[package]]
7017name = "gemm-f16"
7018version = "0.18.2"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7021dependencies = [
7022 "dyn-stack 0.13.2",
7023 "gemm-common 0.18.2",
7024 "gemm-f32 0.18.2",
7025 "half",
7026 "num-complex",
7027 "num-traits",
7028 "paste",
7029 "raw-cpuid 11.6.0",
7030 "rayon",
7031 "seq-macro",
7032]
7033
7034[[package]]
7035name = "gemm-f32"
7036version = "0.17.1"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7039dependencies = [
7040 "dyn-stack 0.10.0",
7041 "gemm-common 0.17.1",
7042 "num-complex",
7043 "num-traits",
7044 "paste",
7045 "raw-cpuid 10.7.0",
7046 "seq-macro",
7047]
7048
7049[[package]]
7050name = "gemm-f32"
7051version = "0.18.2"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7054dependencies = [
7055 "dyn-stack 0.13.2",
7056 "gemm-common 0.18.2",
7057 "num-complex",
7058 "num-traits",
7059 "paste",
7060 "raw-cpuid 11.6.0",
7061 "seq-macro",
7062]
7063
7064[[package]]
7065name = "gemm-f64"
7066version = "0.17.1"
7067source = "registry+https://github.com/rust-lang/crates.io-index"
7068checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7069dependencies = [
7070 "dyn-stack 0.10.0",
7071 "gemm-common 0.17.1",
7072 "num-complex",
7073 "num-traits",
7074 "paste",
7075 "raw-cpuid 10.7.0",
7076 "seq-macro",
7077]
7078
7079[[package]]
7080name = "gemm-f64"
7081version = "0.18.2"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7084dependencies = [
7085 "dyn-stack 0.13.2",
7086 "gemm-common 0.18.2",
7087 "num-complex",
7088 "num-traits",
7089 "paste",
7090 "raw-cpuid 11.6.0",
7091 "seq-macro",
7092]
7093
7094[[package]]
7095name = "generator"
7096version = "0.8.7"
7097source = "registry+https://github.com/rust-lang/crates.io-index"
7098checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7099dependencies = [
7100 "cc",
7101 "cfg-if",
7102 "libc",
7103 "log",
7104 "rustversion",
7105 "windows 0.61.3",
7106]
7107
7108[[package]]
7109name = "generic-array"
7110version = "0.14.7"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7113dependencies = [
7114 "typenum",
7115 "version_check",
7116]
7117
7118[[package]]
7119name = "gethostname"
7120version = "1.1.0"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7123dependencies = [
7124 "rustix 1.1.2",
7125 "windows-link 0.2.1",
7126]
7127
7128[[package]]
7129name = "getrandom"
7130version = "0.2.16"
7131source = "registry+https://github.com/rust-lang/crates.io-index"
7132checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7133dependencies = [
7134 "cfg-if",
7135 "js-sys",
7136 "libc",
7137 "wasi",
7138 "wasm-bindgen",
7139]
7140
7141[[package]]
7142name = "getrandom"
7143version = "0.3.4"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7146dependencies = [
7147 "cfg-if",
7148 "js-sys",
7149 "libc",
7150 "r-efi",
7151 "wasip2",
7152 "wasm-bindgen",
7153]
7154
7155[[package]]
7156name = "getrandom"
7157version = "0.4.1"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7160dependencies = [
7161 "cfg-if",
7162 "libc",
7163 "r-efi",
7164 "wasip2",
7165 "wasip3",
7166]
7167
7168[[package]]
7169name = "gh-workflow"
7170version = "0.8.0"
7171source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7172dependencies = [
7173 "async-trait",
7174 "derive_more",
7175 "derive_setters",
7176 "gh-workflow-macros",
7177 "indexmap",
7178 "merge",
7179 "serde",
7180 "serde_json",
7181 "serde_yaml",
7182 "strum_macros 0.27.2",
7183]
7184
7185[[package]]
7186name = "gh-workflow-macros"
7187version = "0.8.0"
7188source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7189dependencies = [
7190 "heck 0.5.0",
7191 "quote",
7192 "syn 2.0.117",
7193]
7194
7195[[package]]
7196name = "gif"
7197version = "0.13.3"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7200dependencies = [
7201 "color_quant",
7202 "weezl",
7203]
7204
7205[[package]]
7206name = "gimli"
7207version = "0.31.1"
7208source = "registry+https://github.com/rust-lang/crates.io-index"
7209checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7210dependencies = [
7211 "fallible-iterator",
7212 "indexmap",
7213 "stable_deref_trait",
7214]
7215
7216[[package]]
7217name = "gimli"
7218version = "0.32.3"
7219source = "registry+https://github.com/rust-lang/crates.io-index"
7220checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7221
7222[[package]]
7223name = "gio-sys"
7224version = "0.21.5"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7227dependencies = [
7228 "glib-sys",
7229 "gobject-sys",
7230 "libc",
7231 "system-deps 7.0.7",
7232 "windows-sys 0.61.2",
7233]
7234
7235[[package]]
7236name = "git"
7237version = "0.1.0"
7238dependencies = [
7239 "anyhow",
7240 "askpass",
7241 "async-trait",
7242 "collections",
7243 "derive_more",
7244 "futures 0.3.31",
7245 "git2",
7246 "gpui",
7247 "http_client",
7248 "itertools 0.14.0",
7249 "log",
7250 "parking_lot",
7251 "pretty_assertions",
7252 "rand 0.9.2",
7253 "regex",
7254 "rope",
7255 "schemars",
7256 "serde",
7257 "serde_json",
7258 "smallvec",
7259 "smol",
7260 "sum_tree",
7261 "tempfile",
7262 "text",
7263 "thiserror 2.0.17",
7264 "time",
7265 "url",
7266 "urlencoding",
7267 "util",
7268 "uuid",
7269 "ztracing",
7270]
7271
7272[[package]]
7273name = "git2"
7274version = "0.20.4"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7277dependencies = [
7278 "bitflags 2.10.0",
7279 "libc",
7280 "libgit2-sys",
7281 "log",
7282 "url",
7283]
7284
7285[[package]]
7286name = "git_graph"
7287version = "0.1.0"
7288dependencies = [
7289 "anyhow",
7290 "collections",
7291 "db",
7292 "feature_flags",
7293 "fs",
7294 "git",
7295 "git_ui",
7296 "gpui",
7297 "language",
7298 "menu",
7299 "project",
7300 "rand 0.9.2",
7301 "serde_json",
7302 "settings",
7303 "smallvec",
7304 "theme",
7305 "time",
7306 "ui",
7307 "workspace",
7308]
7309
7310[[package]]
7311name = "git_hosting_providers"
7312version = "0.1.0"
7313dependencies = [
7314 "anyhow",
7315 "async-trait",
7316 "futures 0.3.31",
7317 "git",
7318 "gpui",
7319 "http_client",
7320 "indoc",
7321 "itertools 0.14.0",
7322 "pretty_assertions",
7323 "regex",
7324 "serde",
7325 "serde_json",
7326 "settings",
7327 "url",
7328 "urlencoding",
7329 "util",
7330]
7331
7332[[package]]
7333name = "git_ui"
7334version = "0.1.0"
7335dependencies = [
7336 "agent_settings",
7337 "anyhow",
7338 "askpass",
7339 "buffer_diff",
7340 "call",
7341 "collections",
7342 "component",
7343 "ctor",
7344 "db",
7345 "editor",
7346 "feature_flags",
7347 "file_icons",
7348 "futures 0.3.31",
7349 "fuzzy",
7350 "git",
7351 "gpui",
7352 "indoc",
7353 "itertools 0.14.0",
7354 "language",
7355 "language_model",
7356 "linkify",
7357 "log",
7358 "markdown",
7359 "menu",
7360 "multi_buffer",
7361 "notifications",
7362 "panel",
7363 "picker",
7364 "pretty_assertions",
7365 "project",
7366 "prompt_store",
7367 "proto",
7368 "rand 0.9.2",
7369 "remote",
7370 "remote_connection",
7371 "schemars",
7372 "serde",
7373 "serde_json",
7374 "settings",
7375 "smallvec",
7376 "smol",
7377 "strum 0.27.2",
7378 "telemetry",
7379 "theme",
7380 "time",
7381 "time_format",
7382 "tracing",
7383 "ui",
7384 "ui_input",
7385 "unindent",
7386 "util",
7387 "watch",
7388 "windows 0.61.3",
7389 "workspace",
7390 "zed_actions",
7391 "zeroize",
7392 "zlog",
7393 "ztracing",
7394]
7395
7396[[package]]
7397name = "gl_generator"
7398version = "0.14.0"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7401dependencies = [
7402 "khronos_api",
7403 "log",
7404 "xml-rs",
7405]
7406
7407[[package]]
7408name = "glib"
7409version = "0.21.5"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7412dependencies = [
7413 "bitflags 2.10.0",
7414 "futures-channel",
7415 "futures-core",
7416 "futures-executor",
7417 "futures-task",
7418 "futures-util",
7419 "gio-sys",
7420 "glib-macros",
7421 "glib-sys",
7422 "gobject-sys",
7423 "libc",
7424 "memchr",
7425 "smallvec",
7426]
7427
7428[[package]]
7429name = "glib-macros"
7430version = "0.21.5"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7433dependencies = [
7434 "heck 0.5.0",
7435 "proc-macro-crate",
7436 "proc-macro2",
7437 "quote",
7438 "syn 2.0.117",
7439]
7440
7441[[package]]
7442name = "glib-sys"
7443version = "0.21.5"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7446dependencies = [
7447 "libc",
7448 "system-deps 7.0.7",
7449]
7450
7451[[package]]
7452name = "glob"
7453version = "0.3.3"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7456
7457[[package]]
7458name = "globset"
7459version = "0.4.17"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7462dependencies = [
7463 "aho-corasick",
7464 "bstr",
7465 "log",
7466 "regex-automata",
7467 "regex-syntax",
7468]
7469
7470[[package]]
7471name = "gloo-timers"
7472version = "0.3.0"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7475dependencies = [
7476 "futures-channel",
7477 "futures-core",
7478 "js-sys",
7479 "wasm-bindgen",
7480]
7481
7482[[package]]
7483name = "glow"
7484version = "0.17.0"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7487dependencies = [
7488 "js-sys",
7489 "slotmap",
7490 "wasm-bindgen",
7491 "web-sys",
7492]
7493
7494[[package]]
7495name = "glutin_wgl_sys"
7496version = "0.6.1"
7497source = "registry+https://github.com/rust-lang/crates.io-index"
7498checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7499dependencies = [
7500 "gl_generator",
7501]
7502
7503[[package]]
7504name = "go_to_line"
7505version = "0.1.0"
7506dependencies = [
7507 "editor",
7508 "gpui",
7509 "indoc",
7510 "language",
7511 "menu",
7512 "multi_buffer",
7513 "project",
7514 "rope",
7515 "serde",
7516 "serde_json",
7517 "settings",
7518 "text",
7519 "theme",
7520 "ui",
7521 "util",
7522 "workspace",
7523]
7524
7525[[package]]
7526name = "gobject-sys"
7527version = "0.21.5"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7530dependencies = [
7531 "glib-sys",
7532 "libc",
7533 "system-deps 7.0.7",
7534]
7535
7536[[package]]
7537name = "goblin"
7538version = "0.9.3"
7539source = "registry+https://github.com/rust-lang/crates.io-index"
7540checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7541dependencies = [
7542 "log",
7543 "plain",
7544 "scroll",
7545]
7546
7547[[package]]
7548name = "google_ai"
7549version = "0.1.0"
7550dependencies = [
7551 "anyhow",
7552 "futures 0.3.31",
7553 "http_client",
7554 "schemars",
7555 "serde",
7556 "serde_json",
7557 "settings",
7558 "strum 0.27.2",
7559]
7560
7561[[package]]
7562name = "gpu-allocator"
7563version = "0.28.0"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7566dependencies = [
7567 "ash",
7568 "hashbrown 0.16.1",
7569 "log",
7570 "presser",
7571 "thiserror 2.0.17",
7572 "windows 0.62.2",
7573]
7574
7575[[package]]
7576name = "gpu-descriptor"
7577version = "0.3.2"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7580dependencies = [
7581 "bitflags 2.10.0",
7582 "gpu-descriptor-types",
7583 "hashbrown 0.15.5",
7584]
7585
7586[[package]]
7587name = "gpu-descriptor-types"
7588version = "0.2.0"
7589source = "registry+https://github.com/rust-lang/crates.io-index"
7590checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7591dependencies = [
7592 "bitflags 2.10.0",
7593]
7594
7595[[package]]
7596name = "gpui"
7597version = "0.2.2"
7598dependencies = [
7599 "anyhow",
7600 "async-channel 2.5.0",
7601 "async-task",
7602 "backtrace",
7603 "bindgen 0.71.1",
7604 "bitflags 2.10.0",
7605 "block",
7606 "cbindgen",
7607 "chrono",
7608 "circular-buffer",
7609 "cocoa 0.26.0",
7610 "cocoa-foundation 0.2.0",
7611 "collections",
7612 "core-foundation 0.10.0",
7613 "core-foundation-sys",
7614 "core-graphics 0.24.0",
7615 "core-text",
7616 "core-video",
7617 "ctor",
7618 "derive_more",
7619 "embed-resource",
7620 "env_logger 0.11.8",
7621 "etagere",
7622 "foreign-types 0.5.0",
7623 "futures 0.3.31",
7624 "futures-concurrency",
7625 "getrandom 0.3.4",
7626 "gpui_macros",
7627 "gpui_platform",
7628 "gpui_util",
7629 "gpui_web",
7630 "http_client",
7631 "image",
7632 "inventory",
7633 "itertools 0.14.0",
7634 "log",
7635 "lyon",
7636 "mach2 0.5.0",
7637 "media",
7638 "metal",
7639 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7640 "num_cpus",
7641 "objc",
7642 "objc2",
7643 "objc2-metal",
7644 "parking",
7645 "parking_lot",
7646 "pathfinder_geometry",
7647 "pin-project",
7648 "pollster 0.4.0",
7649 "postage",
7650 "profiling",
7651 "proptest",
7652 "rand 0.9.2",
7653 "raw-window-handle",
7654 "refineable",
7655 "reqwest_client",
7656 "resvg",
7657 "scheduler",
7658 "schemars",
7659 "seahash",
7660 "serde",
7661 "serde_json",
7662 "slotmap",
7663 "smallvec",
7664 "spin 0.10.0",
7665 "stacksafe",
7666 "strum 0.27.2",
7667 "sum_tree",
7668 "taffy",
7669 "thiserror 2.0.17",
7670 "unicode-segmentation",
7671 "url",
7672 "usvg",
7673 "util_macros",
7674 "uuid",
7675 "waker-fn",
7676 "wasm-bindgen",
7677 "web-time",
7678 "windows 0.61.3",
7679 "zed-font-kit",
7680 "zed-scap",
7681]
7682
7683[[package]]
7684name = "gpui_linux"
7685version = "0.1.0"
7686dependencies = [
7687 "anyhow",
7688 "as-raw-xcb-connection",
7689 "ashpd",
7690 "bitflags 2.10.0",
7691 "bytemuck",
7692 "calloop",
7693 "calloop-wayland-source",
7694 "collections",
7695 "filedescriptor",
7696 "futures 0.3.31",
7697 "gpui",
7698 "gpui_wgpu",
7699 "http_client",
7700 "itertools 0.14.0",
7701 "libc",
7702 "log",
7703 "oo7",
7704 "open",
7705 "parking_lot",
7706 "pathfinder_geometry",
7707 "pollster 0.4.0",
7708 "profiling",
7709 "raw-window-handle",
7710 "smallvec",
7711 "smol",
7712 "strum 0.27.2",
7713 "swash",
7714 "url",
7715 "util",
7716 "uuid",
7717 "wayland-backend",
7718 "wayland-client",
7719 "wayland-cursor",
7720 "wayland-protocols",
7721 "wayland-protocols-plasma",
7722 "wayland-protocols-wlr",
7723 "x11-clipboard",
7724 "x11rb",
7725 "xkbcommon",
7726 "zed-scap",
7727 "zed-xim",
7728]
7729
7730[[package]]
7731name = "gpui_macos"
7732version = "0.1.0"
7733dependencies = [
7734 "anyhow",
7735 "async-task",
7736 "block",
7737 "cbindgen",
7738 "cocoa 0.26.0",
7739 "collections",
7740 "core-foundation 0.10.0",
7741 "core-foundation-sys",
7742 "core-graphics 0.24.0",
7743 "core-text",
7744 "core-video",
7745 "ctor",
7746 "derive_more",
7747 "dispatch2",
7748 "etagere",
7749 "foreign-types 0.5.0",
7750 "futures 0.3.31",
7751 "gpui",
7752 "image",
7753 "itertools 0.14.0",
7754 "libc",
7755 "log",
7756 "mach2 0.5.0",
7757 "media",
7758 "metal",
7759 "objc",
7760 "parking_lot",
7761 "pathfinder_geometry",
7762 "raw-window-handle",
7763 "semver",
7764 "smallvec",
7765 "strum 0.27.2",
7766 "util",
7767 "uuid",
7768 "zed-font-kit",
7769]
7770
7771[[package]]
7772name = "gpui_macros"
7773version = "0.1.0"
7774dependencies = [
7775 "gpui",
7776 "heck 0.5.0",
7777 "proc-macro2",
7778 "quote",
7779 "syn 2.0.117",
7780]
7781
7782[[package]]
7783name = "gpui_platform"
7784version = "0.1.0"
7785dependencies = [
7786 "console_error_panic_hook",
7787 "gpui",
7788 "gpui_linux",
7789 "gpui_macos",
7790 "gpui_web",
7791 "gpui_windows",
7792]
7793
7794[[package]]
7795name = "gpui_tokio"
7796version = "0.1.0"
7797dependencies = [
7798 "anyhow",
7799 "gpui",
7800 "tokio",
7801 "util",
7802]
7803
7804[[package]]
7805name = "gpui_util"
7806version = "0.1.0"
7807dependencies = [
7808 "anyhow",
7809 "log",
7810]
7811
7812[[package]]
7813name = "gpui_web"
7814version = "0.1.0"
7815dependencies = [
7816 "anyhow",
7817 "console_error_panic_hook",
7818 "futures 0.3.31",
7819 "gpui",
7820 "gpui_wgpu",
7821 "http_client",
7822 "js-sys",
7823 "log",
7824 "parking_lot",
7825 "raw-window-handle",
7826 "smallvec",
7827 "uuid",
7828 "wasm-bindgen",
7829 "wasm-bindgen-futures",
7830 "wasm_thread",
7831 "web-sys",
7832 "web-time",
7833]
7834
7835[[package]]
7836name = "gpui_wgpu"
7837version = "0.1.0"
7838dependencies = [
7839 "anyhow",
7840 "bytemuck",
7841 "collections",
7842 "cosmic-text",
7843 "etagere",
7844 "gpui",
7845 "gpui_util",
7846 "itertools 0.14.0",
7847 "js-sys",
7848 "log",
7849 "parking_lot",
7850 "pollster 0.4.0",
7851 "profiling",
7852 "raw-window-handle",
7853 "smallvec",
7854 "swash",
7855 "wasm-bindgen",
7856 "wasm-bindgen-futures",
7857 "web-sys",
7858 "wgpu",
7859 "zed-font-kit",
7860]
7861
7862[[package]]
7863name = "gpui_windows"
7864version = "0.1.0"
7865dependencies = [
7866 "anyhow",
7867 "collections",
7868 "etagere",
7869 "futures 0.3.31",
7870 "gpui",
7871 "image",
7872 "itertools 0.14.0",
7873 "log",
7874 "parking_lot",
7875 "rand 0.9.2",
7876 "raw-window-handle",
7877 "smallvec",
7878 "util",
7879 "uuid",
7880 "windows 0.61.3",
7881 "windows-core 0.61.2",
7882 "windows-numerics 0.2.0",
7883 "windows-registry 0.5.3",
7884 "zed-scap",
7885]
7886
7887[[package]]
7888name = "grammars"
7889version = "0.1.0"
7890dependencies = [
7891 "anyhow",
7892 "language_core",
7893 "rust-embed",
7894 "toml 0.8.23",
7895 "tree-sitter",
7896 "tree-sitter-bash",
7897 "tree-sitter-c",
7898 "tree-sitter-cpp",
7899 "tree-sitter-css",
7900 "tree-sitter-diff",
7901 "tree-sitter-gitcommit",
7902 "tree-sitter-go",
7903 "tree-sitter-gomod",
7904 "tree-sitter-gowork",
7905 "tree-sitter-jsdoc",
7906 "tree-sitter-json",
7907 "tree-sitter-md",
7908 "tree-sitter-python",
7909 "tree-sitter-regex",
7910 "tree-sitter-rust",
7911 "tree-sitter-typescript",
7912 "tree-sitter-yaml",
7913 "util",
7914]
7915
7916[[package]]
7917name = "grid"
7918version = "0.18.0"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7921
7922[[package]]
7923name = "group"
7924version = "0.12.1"
7925source = "registry+https://github.com/rust-lang/crates.io-index"
7926checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7927dependencies = [
7928 "ff",
7929 "rand_core 0.6.4",
7930 "subtle",
7931]
7932
7933[[package]]
7934name = "h2"
7935version = "0.3.27"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7938dependencies = [
7939 "bytes 1.11.1",
7940 "fnv",
7941 "futures-core",
7942 "futures-sink",
7943 "futures-util",
7944 "http 0.2.12",
7945 "indexmap",
7946 "slab",
7947 "tokio",
7948 "tokio-util",
7949 "tracing",
7950]
7951
7952[[package]]
7953name = "h2"
7954version = "0.4.12"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7957dependencies = [
7958 "atomic-waker",
7959 "bytes 1.11.1",
7960 "fnv",
7961 "futures-core",
7962 "futures-sink",
7963 "http 1.3.1",
7964 "indexmap",
7965 "slab",
7966 "tokio",
7967 "tokio-util",
7968 "tracing",
7969]
7970
7971[[package]]
7972name = "half"
7973version = "2.7.1"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7976dependencies = [
7977 "bytemuck",
7978 "cfg-if",
7979 "crunchy",
7980 "num-traits",
7981 "rand 0.9.2",
7982 "rand_distr",
7983 "zerocopy",
7984]
7985
7986[[package]]
7987name = "handlebars"
7988version = "4.5.0"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7991dependencies = [
7992 "log",
7993 "pest",
7994 "pest_derive",
7995 "rust-embed",
7996 "serde",
7997 "serde_json",
7998 "thiserror 1.0.69",
7999]
8000
8001[[package]]
8002name = "handlebars"
8003version = "5.1.2"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8006dependencies = [
8007 "log",
8008 "pest",
8009 "pest_derive",
8010 "serde",
8011 "serde_json",
8012 "thiserror 1.0.69",
8013]
8014
8015[[package]]
8016name = "harfrust"
8017version = "0.5.0"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8020dependencies = [
8021 "bitflags 2.10.0",
8022 "bytemuck",
8023 "core_maths",
8024 "read-fonts 0.37.0",
8025 "smallvec",
8026]
8027
8028[[package]]
8029name = "hash32"
8030version = "0.3.1"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8033dependencies = [
8034 "byteorder",
8035]
8036
8037[[package]]
8038name = "hashbrown"
8039version = "0.12.3"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8042dependencies = [
8043 "ahash 0.7.8",
8044]
8045
8046[[package]]
8047name = "hashbrown"
8048version = "0.14.5"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8051dependencies = [
8052 "ahash 0.8.12",
8053 "allocator-api2",
8054]
8055
8056[[package]]
8057name = "hashbrown"
8058version = "0.15.5"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8061dependencies = [
8062 "allocator-api2",
8063 "equivalent",
8064 "foldhash 0.1.5",
8065 "serde",
8066]
8067
8068[[package]]
8069name = "hashbrown"
8070version = "0.16.1"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8073dependencies = [
8074 "allocator-api2",
8075 "equivalent",
8076 "foldhash 0.2.0",
8077]
8078
8079[[package]]
8080name = "hashlink"
8081version = "0.8.4"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8084dependencies = [
8085 "hashbrown 0.14.5",
8086]
8087
8088[[package]]
8089name = "hashlink"
8090version = "0.10.0"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8093dependencies = [
8094 "hashbrown 0.15.5",
8095]
8096
8097[[package]]
8098name = "headers"
8099version = "0.3.9"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8102dependencies = [
8103 "base64 0.21.7",
8104 "bytes 1.11.1",
8105 "headers-core",
8106 "http 0.2.12",
8107 "httpdate",
8108 "mime",
8109 "sha1",
8110]
8111
8112[[package]]
8113name = "headers-core"
8114version = "0.2.0"
8115source = "registry+https://github.com/rust-lang/crates.io-index"
8116checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8117dependencies = [
8118 "http 0.2.12",
8119]
8120
8121[[package]]
8122name = "heapless"
8123version = "0.9.2"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8126dependencies = [
8127 "hash32",
8128 "stable_deref_trait",
8129]
8130
8131[[package]]
8132name = "heck"
8133version = "0.3.3"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8136dependencies = [
8137 "unicode-segmentation",
8138]
8139
8140[[package]]
8141name = "heck"
8142version = "0.4.1"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8145dependencies = [
8146 "unicode-segmentation",
8147]
8148
8149[[package]]
8150name = "heck"
8151version = "0.5.0"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8154
8155[[package]]
8156name = "heed"
8157version = "0.21.0"
8158source = "registry+https://github.com/rust-lang/crates.io-index"
8159checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8160dependencies = [
8161 "bitflags 2.10.0",
8162 "byteorder",
8163 "heed-traits",
8164 "heed-types",
8165 "libc",
8166 "lmdb-master-sys",
8167 "once_cell",
8168 "page_size",
8169 "serde",
8170 "synchronoise",
8171 "url",
8172]
8173
8174[[package]]
8175name = "heed-traits"
8176version = "0.20.0"
8177source = "registry+https://github.com/rust-lang/crates.io-index"
8178checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8179
8180[[package]]
8181name = "heed-types"
8182version = "0.21.0"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8185dependencies = [
8186 "bincode",
8187 "byteorder",
8188 "heed-traits",
8189 "serde",
8190 "serde_json",
8191]
8192
8193[[package]]
8194name = "hermit-abi"
8195version = "0.5.2"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8198
8199[[package]]
8200name = "hex"
8201version = "0.4.3"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8204
8205[[package]]
8206name = "hexf-parse"
8207version = "0.2.1"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8210
8211[[package]]
8212name = "hkdf"
8213version = "0.12.4"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8216dependencies = [
8217 "hmac",
8218]
8219
8220[[package]]
8221name = "hmac"
8222version = "0.12.1"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8225dependencies = [
8226 "digest",
8227]
8228
8229[[package]]
8230name = "home"
8231version = "0.5.11"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8234dependencies = [
8235 "windows-sys 0.59.0",
8236]
8237
8238[[package]]
8239name = "hound"
8240version = "3.5.1"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8243
8244[[package]]
8245name = "html5ever"
8246version = "0.27.0"
8247source = "registry+https://github.com/rust-lang/crates.io-index"
8248checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8249dependencies = [
8250 "log",
8251 "mac",
8252 "markup5ever 0.12.1",
8253 "proc-macro2",
8254 "quote",
8255 "syn 2.0.117",
8256]
8257
8258[[package]]
8259name = "html5ever"
8260version = "0.35.0"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8263dependencies = [
8264 "log",
8265 "markup5ever 0.35.0",
8266 "match_token",
8267]
8268
8269[[package]]
8270name = "html_to_markdown"
8271version = "0.1.0"
8272dependencies = [
8273 "anyhow",
8274 "html5ever 0.27.0",
8275 "indoc",
8276 "markup5ever_rcdom",
8277 "pretty_assertions",
8278 "regex",
8279]
8280
8281[[package]]
8282name = "http"
8283version = "0.2.12"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8286dependencies = [
8287 "bytes 1.11.1",
8288 "fnv",
8289 "itoa",
8290]
8291
8292[[package]]
8293name = "http"
8294version = "1.3.1"
8295source = "registry+https://github.com/rust-lang/crates.io-index"
8296checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8297dependencies = [
8298 "bytes 1.11.1",
8299 "fnv",
8300 "itoa",
8301]
8302
8303[[package]]
8304name = "http-body"
8305version = "0.4.6"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8308dependencies = [
8309 "bytes 1.11.1",
8310 "http 0.2.12",
8311 "pin-project-lite",
8312]
8313
8314[[package]]
8315name = "http-body"
8316version = "1.0.1"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8319dependencies = [
8320 "bytes 1.11.1",
8321 "http 1.3.1",
8322]
8323
8324[[package]]
8325name = "http-body-util"
8326version = "0.1.3"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8329dependencies = [
8330 "bytes 1.11.1",
8331 "futures-core",
8332 "http 1.3.1",
8333 "http-body 1.0.1",
8334 "pin-project-lite",
8335]
8336
8337[[package]]
8338name = "http-range-header"
8339version = "0.3.1"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8342
8343[[package]]
8344name = "http_client"
8345version = "0.1.0"
8346dependencies = [
8347 "anyhow",
8348 "async-compression",
8349 "async-fs",
8350 "async-tar",
8351 "bytes 1.11.1",
8352 "derive_more",
8353 "futures 0.3.31",
8354 "http 1.3.1",
8355 "http-body 1.0.1",
8356 "log",
8357 "parking_lot",
8358 "serde",
8359 "serde_json",
8360 "serde_urlencoded",
8361 "sha2",
8362 "tempfile",
8363 "url",
8364 "util",
8365]
8366
8367[[package]]
8368name = "http_client_tls"
8369version = "0.1.0"
8370dependencies = [
8371 "rustls 0.23.33",
8372 "rustls-platform-verifier",
8373]
8374
8375[[package]]
8376name = "httparse"
8377version = "1.10.1"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8380
8381[[package]]
8382name = "httpdate"
8383version = "1.0.3"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8386
8387[[package]]
8388name = "human_bytes"
8389version = "0.4.3"
8390source = "registry+https://github.com/rust-lang/crates.io-index"
8391checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8392
8393[[package]]
8394name = "humantime"
8395version = "2.3.0"
8396source = "registry+https://github.com/rust-lang/crates.io-index"
8397checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8398
8399[[package]]
8400name = "hyper"
8401version = "0.14.32"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8404dependencies = [
8405 "bytes 1.11.1",
8406 "futures-channel",
8407 "futures-core",
8408 "futures-util",
8409 "h2 0.3.27",
8410 "http 0.2.12",
8411 "http-body 0.4.6",
8412 "httparse",
8413 "httpdate",
8414 "itoa",
8415 "pin-project-lite",
8416 "socket2 0.5.10",
8417 "tokio",
8418 "tower-service",
8419 "tracing",
8420 "want",
8421]
8422
8423[[package]]
8424name = "hyper"
8425version = "1.7.0"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8428dependencies = [
8429 "atomic-waker",
8430 "bytes 1.11.1",
8431 "futures-channel",
8432 "futures-core",
8433 "h2 0.4.12",
8434 "http 1.3.1",
8435 "http-body 1.0.1",
8436 "httparse",
8437 "itoa",
8438 "pin-project-lite",
8439 "pin-utils",
8440 "smallvec",
8441 "tokio",
8442 "want",
8443]
8444
8445[[package]]
8446name = "hyper-rustls"
8447version = "0.24.2"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8450dependencies = [
8451 "futures-util",
8452 "http 0.2.12",
8453 "hyper 0.14.32",
8454 "log",
8455 "rustls 0.21.12",
8456 "rustls-native-certs 0.6.3",
8457 "tokio",
8458 "tokio-rustls 0.24.1",
8459]
8460
8461[[package]]
8462name = "hyper-rustls"
8463version = "0.27.7"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8466dependencies = [
8467 "http 1.3.1",
8468 "hyper 1.7.0",
8469 "hyper-util",
8470 "rustls 0.23.33",
8471 "rustls-native-certs 0.8.2",
8472 "rustls-pki-types",
8473 "tokio",
8474 "tokio-rustls 0.26.2",
8475 "tower-service",
8476]
8477
8478[[package]]
8479name = "hyper-tls"
8480version = "0.5.0"
8481source = "registry+https://github.com/rust-lang/crates.io-index"
8482checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8483dependencies = [
8484 "bytes 1.11.1",
8485 "hyper 0.14.32",
8486 "native-tls",
8487 "tokio",
8488 "tokio-native-tls",
8489]
8490
8491[[package]]
8492name = "hyper-util"
8493version = "0.1.17"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8496dependencies = [
8497 "base64 0.22.1",
8498 "bytes 1.11.1",
8499 "futures-channel",
8500 "futures-core",
8501 "futures-util",
8502 "http 1.3.1",
8503 "http-body 1.0.1",
8504 "hyper 1.7.0",
8505 "ipnet",
8506 "libc",
8507 "percent-encoding",
8508 "pin-project-lite",
8509 "socket2 0.6.1",
8510 "tokio",
8511 "tower-service",
8512 "tracing",
8513]
8514
8515[[package]]
8516name = "iana-time-zone"
8517version = "0.1.64"
8518source = "registry+https://github.com/rust-lang/crates.io-index"
8519checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8520dependencies = [
8521 "android_system_properties",
8522 "core-foundation-sys",
8523 "iana-time-zone-haiku",
8524 "js-sys",
8525 "log",
8526 "wasm-bindgen",
8527 "windows-core 0.62.2",
8528]
8529
8530[[package]]
8531name = "iana-time-zone-haiku"
8532version = "0.1.2"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8535dependencies = [
8536 "cc",
8537]
8538
8539[[package]]
8540name = "icons"
8541version = "0.1.0"
8542dependencies = [
8543 "serde",
8544 "strum 0.27.2",
8545]
8546
8547[[package]]
8548name = "icu_collections"
8549version = "2.0.0"
8550source = "registry+https://github.com/rust-lang/crates.io-index"
8551checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8552dependencies = [
8553 "displaydoc",
8554 "potential_utf",
8555 "yoke 0.8.0",
8556 "zerofrom",
8557 "zerovec",
8558]
8559
8560[[package]]
8561name = "icu_locale_core"
8562version = "2.0.0"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8565dependencies = [
8566 "displaydoc",
8567 "litemap",
8568 "tinystr",
8569 "writeable",
8570 "zerovec",
8571]
8572
8573[[package]]
8574name = "icu_normalizer"
8575version = "2.0.0"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8578dependencies = [
8579 "displaydoc",
8580 "icu_collections",
8581 "icu_normalizer_data",
8582 "icu_properties",
8583 "icu_provider",
8584 "smallvec",
8585 "zerovec",
8586]
8587
8588[[package]]
8589name = "icu_normalizer_data"
8590version = "2.0.0"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8593
8594[[package]]
8595name = "icu_properties"
8596version = "2.0.1"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8599dependencies = [
8600 "displaydoc",
8601 "icu_collections",
8602 "icu_locale_core",
8603 "icu_properties_data",
8604 "icu_provider",
8605 "potential_utf",
8606 "zerotrie",
8607 "zerovec",
8608]
8609
8610[[package]]
8611name = "icu_properties_data"
8612version = "2.0.1"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8615
8616[[package]]
8617name = "icu_provider"
8618version = "2.0.0"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8621dependencies = [
8622 "displaydoc",
8623 "icu_locale_core",
8624 "stable_deref_trait",
8625 "tinystr",
8626 "writeable",
8627 "yoke 0.8.0",
8628 "zerofrom",
8629 "zerotrie",
8630 "zerovec",
8631]
8632
8633[[package]]
8634name = "id-arena"
8635version = "2.2.1"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8638
8639[[package]]
8640name = "ident_case"
8641version = "1.0.1"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8644
8645[[package]]
8646name = "idna"
8647version = "1.1.0"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8650dependencies = [
8651 "idna_adapter",
8652 "smallvec",
8653 "utf8_iter",
8654]
8655
8656[[package]]
8657name = "idna_adapter"
8658version = "1.2.1"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8661dependencies = [
8662 "icu_normalizer",
8663 "icu_properties",
8664]
8665
8666[[package]]
8667name = "ignore"
8668version = "0.4.24"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8671dependencies = [
8672 "crossbeam-deque",
8673 "globset",
8674 "log",
8675 "memchr",
8676 "regex-automata",
8677 "same-file",
8678 "walkdir",
8679 "winapi-util",
8680]
8681
8682[[package]]
8683name = "image"
8684version = "0.25.8"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8687dependencies = [
8688 "bytemuck",
8689 "byteorder-lite",
8690 "color_quant",
8691 "exr",
8692 "gif",
8693 "image-webp",
8694 "moxcms",
8695 "num-traits",
8696 "png 0.18.0",
8697 "qoi",
8698 "ravif",
8699 "rayon",
8700 "rgb",
8701 "tiff",
8702 "zune-core",
8703 "zune-jpeg",
8704]
8705
8706[[package]]
8707name = "image-webp"
8708version = "0.2.4"
8709source = "registry+https://github.com/rust-lang/crates.io-index"
8710checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8711dependencies = [
8712 "byteorder-lite",
8713 "quick-error 2.0.1",
8714]
8715
8716[[package]]
8717name = "image_viewer"
8718version = "0.1.0"
8719dependencies = [
8720 "anyhow",
8721 "db",
8722 "editor",
8723 "file_icons",
8724 "gpui",
8725 "language",
8726 "log",
8727 "project",
8728 "serde",
8729 "settings",
8730 "theme",
8731 "ui",
8732 "util",
8733 "workspace",
8734]
8735
8736[[package]]
8737name = "imagesize"
8738version = "0.13.0"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8741
8742[[package]]
8743name = "imara-diff"
8744version = "0.1.8"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8747dependencies = [
8748 "hashbrown 0.15.5",
8749]
8750
8751[[package]]
8752name = "imgref"
8753version = "1.12.0"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8756
8757[[package]]
8758name = "indenter"
8759version = "0.3.4"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8762
8763[[package]]
8764name = "indexmap"
8765version = "2.11.4"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8768dependencies = [
8769 "equivalent",
8770 "hashbrown 0.16.1",
8771 "serde",
8772 "serde_core",
8773]
8774
8775[[package]]
8776name = "indoc"
8777version = "2.0.6"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8780
8781[[package]]
8782name = "inherent"
8783version = "1.0.13"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8786dependencies = [
8787 "proc-macro2",
8788 "quote",
8789 "syn 2.0.117",
8790]
8791
8792[[package]]
8793name = "inotify"
8794version = "0.9.6"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8797dependencies = [
8798 "bitflags 1.3.2",
8799 "inotify-sys",
8800 "libc",
8801]
8802
8803[[package]]
8804name = "inotify"
8805version = "0.11.0"
8806source = "registry+https://github.com/rust-lang/crates.io-index"
8807checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8808dependencies = [
8809 "bitflags 2.10.0",
8810 "inotify-sys",
8811 "libc",
8812]
8813
8814[[package]]
8815name = "inotify-sys"
8816version = "0.1.5"
8817source = "registry+https://github.com/rust-lang/crates.io-index"
8818checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8819dependencies = [
8820 "libc",
8821]
8822
8823[[package]]
8824name = "inout"
8825version = "0.1.4"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8828dependencies = [
8829 "block-padding",
8830 "generic-array",
8831]
8832
8833[[package]]
8834name = "inspector_ui"
8835version = "0.1.0"
8836dependencies = [
8837 "anyhow",
8838 "command_palette_hooks",
8839 "editor",
8840 "fuzzy",
8841 "gpui",
8842 "language",
8843 "project",
8844 "serde_json",
8845 "serde_json_lenient",
8846 "theme",
8847 "ui",
8848 "util",
8849 "util_macros",
8850 "workspace",
8851 "zed_actions",
8852]
8853
8854[[package]]
8855name = "install_cli"
8856version = "0.1.0"
8857dependencies = [
8858 "anyhow",
8859 "client",
8860 "gpui",
8861 "release_channel",
8862 "smol",
8863 "util",
8864 "workspace",
8865]
8866
8867[[package]]
8868name = "instant"
8869version = "0.1.13"
8870source = "registry+https://github.com/rust-lang/crates.io-index"
8871checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8872dependencies = [
8873 "cfg-if",
8874]
8875
8876[[package]]
8877name = "interpolate_name"
8878version = "0.2.4"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8881dependencies = [
8882 "proc-macro2",
8883 "quote",
8884 "syn 2.0.117",
8885]
8886
8887[[package]]
8888name = "inventory"
8889version = "0.3.21"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8892dependencies = [
8893 "rustversion",
8894]
8895
8896[[package]]
8897name = "io-extras"
8898version = "0.18.4"
8899source = "registry+https://github.com/rust-lang/crates.io-index"
8900checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8901dependencies = [
8902 "io-lifetimes",
8903 "windows-sys 0.59.0",
8904]
8905
8906[[package]]
8907name = "io-lifetimes"
8908version = "2.0.4"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8911
8912[[package]]
8913name = "io-surface"
8914version = "0.16.1"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8917dependencies = [
8918 "cgl",
8919 "core-foundation 0.10.0",
8920 "core-foundation-sys",
8921 "leaky-cow",
8922]
8923
8924[[package]]
8925name = "iovec"
8926version = "0.1.4"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8929dependencies = [
8930 "libc",
8931]
8932
8933[[package]]
8934name = "ipc-channel"
8935version = "0.19.0"
8936source = "registry+https://github.com/rust-lang/crates.io-index"
8937checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8938dependencies = [
8939 "bincode",
8940 "crossbeam-channel",
8941 "fnv",
8942 "lazy_static",
8943 "libc",
8944 "mio 1.1.0",
8945 "rand 0.8.5",
8946 "serde",
8947 "tempfile",
8948 "uuid",
8949 "windows 0.58.0",
8950]
8951
8952[[package]]
8953name = "ipnet"
8954version = "2.11.0"
8955source = "registry+https://github.com/rust-lang/crates.io-index"
8956checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8957
8958[[package]]
8959name = "iri-string"
8960version = "0.7.8"
8961source = "registry+https://github.com/rust-lang/crates.io-index"
8962checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8963dependencies = [
8964 "memchr",
8965 "serde",
8966]
8967
8968[[package]]
8969name = "is-docker"
8970version = "0.2.0"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8973dependencies = [
8974 "once_cell",
8975]
8976
8977[[package]]
8978name = "is-terminal"
8979version = "0.4.16"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8982dependencies = [
8983 "hermit-abi",
8984 "libc",
8985 "windows-sys 0.59.0",
8986]
8987
8988[[package]]
8989name = "is-wsl"
8990version = "0.4.0"
8991source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8993dependencies = [
8994 "is-docker",
8995 "once_cell",
8996]
8997
8998[[package]]
8999name = "is_executable"
9000version = "1.0.5"
9001source = "registry+https://github.com/rust-lang/crates.io-index"
9002checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9003dependencies = [
9004 "windows-sys 0.60.2",
9005]
9006
9007[[package]]
9008name = "is_terminal_polyfill"
9009version = "1.70.1"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9012
9013[[package]]
9014name = "itertools"
9015version = "0.10.5"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9018dependencies = [
9019 "either",
9020]
9021
9022[[package]]
9023name = "itertools"
9024version = "0.11.0"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9027dependencies = [
9028 "either",
9029]
9030
9031[[package]]
9032name = "itertools"
9033version = "0.12.1"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9036dependencies = [
9037 "either",
9038]
9039
9040[[package]]
9041name = "itertools"
9042version = "0.14.0"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9045dependencies = [
9046 "either",
9047]
9048
9049[[package]]
9050name = "itoa"
9051version = "1.0.15"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9054
9055[[package]]
9056name = "jiff"
9057version = "0.2.15"
9058source = "registry+https://github.com/rust-lang/crates.io-index"
9059checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9060dependencies = [
9061 "jiff-static",
9062 "log",
9063 "portable-atomic",
9064 "portable-atomic-util",
9065 "serde",
9066]
9067
9068[[package]]
9069name = "jiff-static"
9070version = "0.2.15"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9073dependencies = [
9074 "proc-macro2",
9075 "quote",
9076 "syn 2.0.117",
9077]
9078
9079[[package]]
9080name = "jni"
9081version = "0.21.1"
9082source = "registry+https://github.com/rust-lang/crates.io-index"
9083checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9084dependencies = [
9085 "cesu8",
9086 "cfg-if",
9087 "combine",
9088 "jni-sys",
9089 "log",
9090 "thiserror 1.0.69",
9091 "walkdir",
9092 "windows-sys 0.45.0",
9093]
9094
9095[[package]]
9096name = "jni-sys"
9097version = "0.3.0"
9098source = "registry+https://github.com/rust-lang/crates.io-index"
9099checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9100
9101[[package]]
9102name = "jobserver"
9103version = "0.1.34"
9104source = "registry+https://github.com/rust-lang/crates.io-index"
9105checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9106dependencies = [
9107 "getrandom 0.3.4",
9108 "libc",
9109]
9110
9111[[package]]
9112name = "journal"
9113version = "0.1.0"
9114dependencies = [
9115 "anyhow",
9116 "chrono",
9117 "editor",
9118 "gpui",
9119 "log",
9120 "serde",
9121 "settings",
9122 "shellexpand 2.1.2",
9123 "workspace",
9124]
9125
9126[[package]]
9127name = "js-sys"
9128version = "0.3.90"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9131dependencies = [
9132 "once_cell",
9133 "wasm-bindgen",
9134]
9135
9136[[package]]
9137name = "json5"
9138version = "0.4.1"
9139source = "registry+https://github.com/rust-lang/crates.io-index"
9140checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9141dependencies = [
9142 "pest",
9143 "pest_derive",
9144 "serde",
9145]
9146
9147[[package]]
9148name = "json_dotpath"
9149version = "1.1.0"
9150source = "registry+https://github.com/rust-lang/crates.io-index"
9151checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9152dependencies = [
9153 "serde",
9154 "serde_derive",
9155 "serde_json",
9156 "thiserror 1.0.69",
9157]
9158
9159[[package]]
9160name = "json_schema_store"
9161version = "0.1.0"
9162dependencies = [
9163 "anyhow",
9164 "collections",
9165 "dap",
9166 "extension",
9167 "gpui",
9168 "language",
9169 "parking_lot",
9170 "paths",
9171 "project",
9172 "schemars",
9173 "serde",
9174 "serde_json",
9175 "settings",
9176 "snippet_provider",
9177 "task",
9178 "theme",
9179 "util",
9180]
9181
9182[[package]]
9183name = "jsonschema"
9184version = "0.37.4"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9187dependencies = [
9188 "ahash 0.8.12",
9189 "bytecount",
9190 "data-encoding",
9191 "email_address",
9192 "fancy-regex 0.16.2",
9193 "fraction",
9194 "getrandom 0.3.4",
9195 "idna",
9196 "itoa",
9197 "num-cmp",
9198 "num-traits",
9199 "percent-encoding",
9200 "referencing",
9201 "regex",
9202 "regex-syntax",
9203 "reqwest 0.12.24",
9204 "serde",
9205 "serde_json",
9206 "unicode-general-category",
9207 "uuid-simd",
9208]
9209
9210[[package]]
9211name = "jsonwebtoken"
9212version = "10.3.0"
9213source = "registry+https://github.com/rust-lang/crates.io-index"
9214checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9215dependencies = [
9216 "aws-lc-rs",
9217 "base64 0.22.1",
9218 "getrandom 0.2.16",
9219 "js-sys",
9220 "pem",
9221 "serde",
9222 "serde_json",
9223 "signature 2.2.0",
9224 "simple_asn1",
9225]
9226
9227[[package]]
9228name = "jupyter-protocol"
9229version = "1.4.0"
9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9232dependencies = [
9233 "async-trait",
9234 "bytes 1.11.1",
9235 "chrono",
9236 "futures 0.3.31",
9237 "serde",
9238 "serde_json",
9239 "thiserror 2.0.17",
9240 "uuid",
9241]
9242
9243[[package]]
9244name = "jupyter-websocket-client"
9245version = "1.0.0"
9246source = "registry+https://github.com/rust-lang/crates.io-index"
9247checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9248dependencies = [
9249 "anyhow",
9250 "async-trait",
9251 "async-tungstenite",
9252 "futures 0.3.31",
9253 "jupyter-protocol",
9254 "serde",
9255 "serde_json",
9256 "tokio",
9257 "url",
9258 "uuid",
9259]
9260
9261[[package]]
9262name = "keymap_editor"
9263version = "0.1.0"
9264dependencies = [
9265 "anyhow",
9266 "collections",
9267 "command_palette",
9268 "component",
9269 "db",
9270 "editor",
9271 "fs",
9272 "fuzzy",
9273 "gpui",
9274 "itertools 0.14.0",
9275 "json_schema_store",
9276 "language",
9277 "log",
9278 "menu",
9279 "notifications",
9280 "paths",
9281 "project",
9282 "search",
9283 "serde",
9284 "serde_json",
9285 "settings",
9286 "telemetry",
9287 "tempfile",
9288 "theme",
9289 "tree-sitter-json",
9290 "tree-sitter-rust",
9291 "ui",
9292 "ui_input",
9293 "util",
9294 "workspace",
9295 "zed_actions",
9296]
9297
9298[[package]]
9299name = "khronos-egl"
9300version = "6.0.0"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9303dependencies = [
9304 "libc",
9305 "libloading",
9306 "pkg-config",
9307]
9308
9309[[package]]
9310name = "khronos_api"
9311version = "3.1.0"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9314
9315[[package]]
9316name = "kqueue"
9317version = "1.1.1"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9320dependencies = [
9321 "kqueue-sys",
9322 "libc",
9323]
9324
9325[[package]]
9326name = "kqueue-sys"
9327version = "1.0.4"
9328source = "registry+https://github.com/rust-lang/crates.io-index"
9329checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9330dependencies = [
9331 "bitflags 1.3.2",
9332 "libc",
9333]
9334
9335[[package]]
9336name = "kurbo"
9337version = "0.11.3"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9340dependencies = [
9341 "arrayvec",
9342 "euclid",
9343 "smallvec",
9344]
9345
9346[[package]]
9347name = "kv-log-macro"
9348version = "1.0.7"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9351dependencies = [
9352 "log",
9353]
9354
9355[[package]]
9356name = "language"
9357version = "0.1.0"
9358dependencies = [
9359 "anyhow",
9360 "async-trait",
9361 "clock",
9362 "collections",
9363 "criterion",
9364 "ctor",
9365 "diffy",
9366 "ec4rs",
9367 "encoding_rs",
9368 "fs",
9369 "futures 0.3.31",
9370 "fuzzy",
9371 "globset",
9372 "gpui",
9373 "http_client",
9374 "imara-diff",
9375 "indoc",
9376 "itertools 0.14.0",
9377 "language_core",
9378 "log",
9379 "lsp",
9380 "parking_lot",
9381 "postage",
9382 "pretty_assertions",
9383 "rand 0.9.2",
9384 "regex",
9385 "rpc",
9386 "semver",
9387 "serde",
9388 "serde_json",
9389 "settings",
9390 "shellexpand 2.1.2",
9391 "smallvec",
9392 "smol",
9393 "streaming-iterator",
9394 "strsim",
9395 "sum_tree",
9396 "task",
9397 "text",
9398 "theme",
9399 "toml 0.8.23",
9400 "tracing",
9401 "tree-sitter",
9402 "tree-sitter-elixir",
9403 "tree-sitter-embedded-template",
9404 "tree-sitter-heex",
9405 "tree-sitter-html",
9406 "tree-sitter-json",
9407 "tree-sitter-md",
9408 "tree-sitter-python",
9409 "tree-sitter-ruby",
9410 "tree-sitter-rust",
9411 "tree-sitter-typescript",
9412 "unicase",
9413 "unindent",
9414 "util",
9415 "watch",
9416 "zlog",
9417 "ztracing",
9418]
9419
9420[[package]]
9421name = "language_core"
9422version = "0.1.0"
9423dependencies = [
9424 "anyhow",
9425 "collections",
9426 "gpui",
9427 "log",
9428 "lsp",
9429 "parking_lot",
9430 "regex",
9431 "schemars",
9432 "serde",
9433 "serde_json",
9434 "toml 0.8.23",
9435 "tree-sitter",
9436 "util",
9437]
9438
9439[[package]]
9440name = "language_extension"
9441version = "0.1.0"
9442dependencies = [
9443 "anyhow",
9444 "async-trait",
9445 "collections",
9446 "extension",
9447 "fs",
9448 "futures 0.3.31",
9449 "gpui",
9450 "language",
9451 "log",
9452 "lsp",
9453 "project",
9454 "serde",
9455 "serde_json",
9456 "tracing",
9457 "util",
9458 "ztracing",
9459]
9460
9461[[package]]
9462name = "language_model"
9463version = "0.1.0"
9464dependencies = [
9465 "anthropic",
9466 "anyhow",
9467 "base64 0.22.1",
9468 "client",
9469 "cloud_api_client",
9470 "cloud_api_types",
9471 "cloud_llm_client",
9472 "collections",
9473 "credentials_provider",
9474 "futures 0.3.31",
9475 "gpui",
9476 "http_client",
9477 "icons",
9478 "image",
9479 "log",
9480 "open_ai",
9481 "open_router",
9482 "parking_lot",
9483 "proto",
9484 "schemars",
9485 "serde",
9486 "serde_json",
9487 "settings",
9488 "smol",
9489 "thiserror 2.0.17",
9490 "util",
9491 "zed_env_vars",
9492]
9493
9494[[package]]
9495name = "language_models"
9496version = "0.1.0"
9497dependencies = [
9498 "ai_onboarding",
9499 "anthropic",
9500 "anyhow",
9501 "aws-config",
9502 "aws-credential-types",
9503 "aws_http_client",
9504 "base64 0.22.1",
9505 "bedrock",
9506 "client",
9507 "cloud_api_types",
9508 "cloud_llm_client",
9509 "collections",
9510 "component",
9511 "convert_case 0.8.0",
9512 "copilot",
9513 "copilot_chat",
9514 "copilot_ui",
9515 "credentials_provider",
9516 "deepseek",
9517 "extension",
9518 "extension_host",
9519 "fs",
9520 "futures 0.3.31",
9521 "google_ai",
9522 "gpui",
9523 "gpui_tokio",
9524 "http_client",
9525 "language",
9526 "language_model",
9527 "lmstudio",
9528 "log",
9529 "menu",
9530 "mistral",
9531 "ollama",
9532 "open_ai",
9533 "open_router",
9534 "opencode",
9535 "partial-json-fixer",
9536 "pretty_assertions",
9537 "release_channel",
9538 "schemars",
9539 "semver",
9540 "serde",
9541 "serde_json",
9542 "settings",
9543 "smol",
9544 "strum 0.27.2",
9545 "thiserror 2.0.17",
9546 "tiktoken-rs",
9547 "tokio",
9548 "ui",
9549 "ui_input",
9550 "util",
9551 "vercel",
9552 "x_ai",
9553]
9554
9555[[package]]
9556name = "language_onboarding"
9557version = "0.1.0"
9558dependencies = [
9559 "db",
9560 "editor",
9561 "gpui",
9562 "project",
9563 "ui",
9564 "workspace",
9565]
9566
9567[[package]]
9568name = "language_selector"
9569version = "0.1.0"
9570dependencies = [
9571 "anyhow",
9572 "editor",
9573 "file_icons",
9574 "fuzzy",
9575 "gpui",
9576 "language",
9577 "open_path_prompt",
9578 "picker",
9579 "project",
9580 "serde_json",
9581 "settings",
9582 "ui",
9583 "util",
9584 "workspace",
9585]
9586
9587[[package]]
9588name = "language_tools"
9589version = "0.1.0"
9590dependencies = [
9591 "anyhow",
9592 "client",
9593 "collections",
9594 "command_palette_hooks",
9595 "edit_prediction",
9596 "editor",
9597 "futures 0.3.31",
9598 "gpui",
9599 "itertools 0.14.0",
9600 "language",
9601 "lsp",
9602 "menu",
9603 "project",
9604 "proto",
9605 "release_channel",
9606 "semver",
9607 "serde_json",
9608 "settings",
9609 "sysinfo 0.37.2",
9610 "telemetry",
9611 "theme",
9612 "tree-sitter",
9613 "ui",
9614 "util",
9615 "workspace",
9616 "zed_actions",
9617 "zlog",
9618]
9619
9620[[package]]
9621name = "languages"
9622version = "0.1.0"
9623dependencies = [
9624 "anyhow",
9625 "async-compression",
9626 "async-fs",
9627 "async-tar",
9628 "async-trait",
9629 "chrono",
9630 "collections",
9631 "fs",
9632 "futures 0.3.31",
9633 "globset",
9634 "gpui",
9635 "grammars",
9636 "http_client",
9637 "itertools 0.14.0",
9638 "json_schema_store",
9639 "language",
9640 "log",
9641 "lsp",
9642 "node_runtime",
9643 "parking_lot",
9644 "pet",
9645 "pet-conda",
9646 "pet-core",
9647 "pet-fs",
9648 "pet-poetry",
9649 "pet-reporter",
9650 "pet-virtualenv",
9651 "pretty_assertions",
9652 "project",
9653 "regex",
9654 "rope",
9655 "semver",
9656 "serde",
9657 "serde_json",
9658 "serde_json_lenient",
9659 "settings",
9660 "smallvec",
9661 "smol",
9662 "snippet",
9663 "task",
9664 "terminal",
9665 "theme",
9666 "tree-sitter",
9667 "tree-sitter-bash",
9668 "tree-sitter-c",
9669 "tree-sitter-cpp",
9670 "tree-sitter-css",
9671 "tree-sitter-gitcommit",
9672 "tree-sitter-go",
9673 "tree-sitter-python",
9674 "tree-sitter-rust",
9675 "tree-sitter-typescript",
9676 "unindent",
9677 "url",
9678 "util",
9679]
9680
9681[[package]]
9682name = "lazy_static"
9683version = "1.5.0"
9684source = "registry+https://github.com/rust-lang/crates.io-index"
9685checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9686dependencies = [
9687 "spin 0.9.8",
9688]
9689
9690[[package]]
9691name = "leak"
9692version = "0.1.2"
9693source = "registry+https://github.com/rust-lang/crates.io-index"
9694checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9695
9696[[package]]
9697name = "leaky-cow"
9698version = "0.1.1"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9701dependencies = [
9702 "leak",
9703]
9704
9705[[package]]
9706name = "leb128"
9707version = "0.2.5"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9710
9711[[package]]
9712name = "leb128fmt"
9713version = "0.1.0"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9716
9717[[package]]
9718name = "lebe"
9719version = "0.5.3"
9720source = "registry+https://github.com/rust-lang/crates.io-index"
9721checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9722
9723[[package]]
9724name = "libbz2-rs-sys"
9725version = "0.2.2"
9726source = "registry+https://github.com/rust-lang/crates.io-index"
9727checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9728
9729[[package]]
9730name = "libc"
9731version = "0.2.182"
9732source = "registry+https://github.com/rust-lang/crates.io-index"
9733checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9734
9735[[package]]
9736name = "libdbus-sys"
9737version = "0.2.6"
9738source = "registry+https://github.com/rust-lang/crates.io-index"
9739checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9740dependencies = [
9741 "cc",
9742 "pkg-config",
9743]
9744
9745[[package]]
9746name = "libfuzzer-sys"
9747version = "0.4.10"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9750dependencies = [
9751 "arbitrary",
9752 "cc",
9753]
9754
9755[[package]]
9756name = "libgit2-sys"
9757version = "0.18.3+1.9.2"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9760dependencies = [
9761 "cc",
9762 "libc",
9763 "libz-sys",
9764 "pkg-config",
9765]
9766
9767[[package]]
9768name = "libloading"
9769version = "0.8.9"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9772dependencies = [
9773 "cfg-if",
9774 "windows-link 0.2.1",
9775]
9776
9777[[package]]
9778name = "libm"
9779version = "0.2.15"
9780source = "registry+https://github.com/rust-lang/crates.io-index"
9781checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9782
9783[[package]]
9784name = "libmimalloc-sys"
9785version = "0.1.44"
9786source = "registry+https://github.com/rust-lang/crates.io-index"
9787checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9788dependencies = [
9789 "cc",
9790 "libc",
9791]
9792
9793[[package]]
9794name = "libredox"
9795version = "0.1.10"
9796source = "registry+https://github.com/rust-lang/crates.io-index"
9797checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9798dependencies = [
9799 "bitflags 2.10.0",
9800 "libc",
9801 "redox_syscall 0.5.18",
9802]
9803
9804[[package]]
9805name = "libsqlite3-sys"
9806version = "0.30.1"
9807source = "registry+https://github.com/rust-lang/crates.io-index"
9808checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9809dependencies = [
9810 "cc",
9811 "pkg-config",
9812 "vcpkg",
9813]
9814
9815[[package]]
9816name = "libwebrtc"
9817version = "0.3.26"
9818source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9819dependencies = [
9820 "cxx",
9821 "glib",
9822 "jni",
9823 "js-sys",
9824 "lazy_static",
9825 "livekit-protocol",
9826 "livekit-runtime",
9827 "log",
9828 "parking_lot",
9829 "serde",
9830 "serde_json",
9831 "thiserror 1.0.69",
9832 "tokio",
9833 "wasm-bindgen",
9834 "wasm-bindgen-futures",
9835 "web-sys",
9836 "webrtc-sys",
9837]
9838
9839[[package]]
9840name = "libz-sys"
9841version = "1.1.22"
9842source = "registry+https://github.com/rust-lang/crates.io-index"
9843checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9844dependencies = [
9845 "cc",
9846 "libc",
9847 "pkg-config",
9848 "vcpkg",
9849]
9850
9851[[package]]
9852name = "line_ending_selector"
9853version = "0.1.0"
9854dependencies = [
9855 "editor",
9856 "gpui",
9857 "language",
9858 "picker",
9859 "project",
9860 "ui",
9861 "util",
9862 "workspace",
9863]
9864
9865[[package]]
9866name = "linebender_resource_handle"
9867version = "0.1.1"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9870
9871[[package]]
9872name = "link-cplusplus"
9873version = "1.0.12"
9874source = "registry+https://github.com/rust-lang/crates.io-index"
9875checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9876dependencies = [
9877 "cc",
9878]
9879
9880[[package]]
9881name = "linkify"
9882version = "0.10.0"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9885dependencies = [
9886 "memchr",
9887]
9888
9889[[package]]
9890name = "linux-raw-sys"
9891version = "0.4.15"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9894
9895[[package]]
9896name = "linux-raw-sys"
9897version = "0.11.0"
9898source = "registry+https://github.com/rust-lang/crates.io-index"
9899checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9900
9901[[package]]
9902name = "litemap"
9903version = "0.8.0"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9906
9907[[package]]
9908name = "litrs"
9909version = "1.0.0"
9910source = "registry+https://github.com/rust-lang/crates.io-index"
9911checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9912
9913[[package]]
9914name = "livekit"
9915version = "0.7.32"
9916source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9917dependencies = [
9918 "base64 0.22.1",
9919 "bmrng",
9920 "bytes 1.11.1",
9921 "chrono",
9922 "futures-util",
9923 "lazy_static",
9924 "libloading",
9925 "libwebrtc",
9926 "livekit-api",
9927 "livekit-protocol",
9928 "livekit-runtime",
9929 "log",
9930 "parking_lot",
9931 "prost 0.12.6",
9932 "semver",
9933 "serde",
9934 "serde_json",
9935 "thiserror 1.0.69",
9936 "tokio",
9937]
9938
9939[[package]]
9940name = "livekit-api"
9941version = "0.4.14"
9942source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9943dependencies = [
9944 "base64 0.21.7",
9945 "futures-util",
9946 "http 1.3.1",
9947 "livekit-protocol",
9948 "livekit-runtime",
9949 "log",
9950 "parking_lot",
9951 "pbjson-types",
9952 "prost 0.12.6",
9953 "rand 0.9.2",
9954 "reqwest 0.12.24",
9955 "rustls-native-certs 0.6.3",
9956 "scopeguard",
9957 "serde",
9958 "sha2",
9959 "thiserror 1.0.69",
9960 "tokio",
9961 "tokio-rustls 0.26.2",
9962 "tokio-tungstenite 0.28.0",
9963 "url",
9964]
9965
9966[[package]]
9967name = "livekit-protocol"
9968version = "0.7.1"
9969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9970dependencies = [
9971 "futures-util",
9972 "livekit-runtime",
9973 "parking_lot",
9974 "pbjson",
9975 "pbjson-types",
9976 "prost 0.12.6",
9977 "serde",
9978 "thiserror 1.0.69",
9979 "tokio",
9980]
9981
9982[[package]]
9983name = "livekit-runtime"
9984version = "0.4.0"
9985source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9986dependencies = [
9987 "tokio",
9988 "tokio-stream",
9989]
9990
9991[[package]]
9992name = "livekit_api"
9993version = "0.1.0"
9994dependencies = [
9995 "anyhow",
9996 "async-trait",
9997 "jsonwebtoken",
9998 "log",
9999 "prost 0.9.0",
10000 "prost-build 0.9.0",
10001 "prost-types 0.9.0",
10002 "serde",
10003 "zed-reqwest",
10004]
10005
10006[[package]]
10007name = "livekit_client"
10008version = "0.1.0"
10009dependencies = [
10010 "anyhow",
10011 "async-trait",
10012 "audio",
10013 "cocoa 0.26.0",
10014 "collections",
10015 "core-foundation 0.10.0",
10016 "core-video",
10017 "coreaudio-rs 0.12.1",
10018 "cpal",
10019 "futures 0.3.31",
10020 "gpui",
10021 "gpui_platform",
10022 "gpui_tokio",
10023 "http_client_tls",
10024 "image",
10025 "libwebrtc",
10026 "livekit",
10027 "livekit_api",
10028 "log",
10029 "nanoid",
10030 "objc",
10031 "parking_lot",
10032 "postage",
10033 "rodio",
10034 "serde",
10035 "serde_json",
10036 "serde_urlencoded",
10037 "settings",
10038 "simplelog",
10039 "smallvec",
10040 "tokio",
10041 "ui",
10042 "util",
10043 "webrtc-sys",
10044 "zed-scap",
10045]
10046
10047[[package]]
10048name = "lmdb-master-sys"
10049version = "0.2.5"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10052dependencies = [
10053 "cc",
10054 "doxygen-rs",
10055 "libc",
10056]
10057
10058[[package]]
10059name = "lmstudio"
10060version = "0.1.0"
10061dependencies = [
10062 "anyhow",
10063 "futures 0.3.31",
10064 "http_client",
10065 "schemars",
10066 "serde",
10067 "serde_json",
10068]
10069
10070[[package]]
10071name = "lock_api"
10072version = "0.4.14"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10075dependencies = [
10076 "scopeguard",
10077]
10078
10079[[package]]
10080name = "log"
10081version = "0.4.29"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10084dependencies = [
10085 "serde_core",
10086 "value-bag",
10087]
10088
10089[[package]]
10090name = "loom"
10091version = "0.7.2"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10094dependencies = [
10095 "cfg-if",
10096 "generator",
10097 "scoped-tls",
10098 "tracing",
10099 "tracing-subscriber",
10100]
10101
10102[[package]]
10103name = "loop9"
10104version = "0.1.5"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10107dependencies = [
10108 "imgref",
10109]
10110
10111[[package]]
10112name = "lru"
10113version = "0.12.5"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10116dependencies = [
10117 "hashbrown 0.15.5",
10118]
10119
10120[[package]]
10121name = "lru-slab"
10122version = "0.1.2"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10125
10126[[package]]
10127name = "lsp"
10128version = "0.1.0"
10129dependencies = [
10130 "anyhow",
10131 "async-pipe",
10132 "collections",
10133 "ctor",
10134 "futures 0.3.31",
10135 "gpui",
10136 "gpui_util",
10137 "log",
10138 "lsp-types",
10139 "parking_lot",
10140 "postage",
10141 "release_channel",
10142 "schemars",
10143 "semver",
10144 "serde",
10145 "serde_json",
10146 "smol",
10147 "util",
10148 "zlog",
10149]
10150
10151[[package]]
10152name = "lsp-types"
10153version = "0.95.1"
10154source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10155dependencies = [
10156 "bitflags 1.3.2",
10157 "serde",
10158 "serde_json",
10159 "url",
10160]
10161
10162[[package]]
10163name = "lyon"
10164version = "1.0.16"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10167dependencies = [
10168 "lyon_algorithms",
10169 "lyon_extra",
10170 "lyon_tessellation",
10171]
10172
10173[[package]]
10174name = "lyon_algorithms"
10175version = "1.0.16"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10178dependencies = [
10179 "lyon_path",
10180 "num-traits",
10181]
10182
10183[[package]]
10184name = "lyon_extra"
10185version = "1.0.3"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10188dependencies = [
10189 "lyon_path",
10190 "thiserror 1.0.69",
10191]
10192
10193[[package]]
10194name = "lyon_geom"
10195version = "1.0.17"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10198dependencies = [
10199 "arrayvec",
10200 "euclid",
10201 "num-traits",
10202]
10203
10204[[package]]
10205name = "lyon_path"
10206version = "1.0.16"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10209dependencies = [
10210 "lyon_geom",
10211 "num-traits",
10212]
10213
10214[[package]]
10215name = "lyon_tessellation"
10216version = "1.0.16"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10219dependencies = [
10220 "float_next_after",
10221 "lyon_path",
10222 "num-traits",
10223]
10224
10225[[package]]
10226name = "mac"
10227version = "0.1.1"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10230
10231[[package]]
10232name = "mach2"
10233version = "0.4.3"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10236dependencies = [
10237 "libc",
10238]
10239
10240[[package]]
10241name = "mach2"
10242version = "0.5.0"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10245dependencies = [
10246 "libc",
10247]
10248
10249[[package]]
10250name = "malloc_buf"
10251version = "0.0.6"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10254dependencies = [
10255 "libc",
10256]
10257
10258[[package]]
10259name = "maplit"
10260version = "1.0.2"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10263
10264[[package]]
10265name = "markdown"
10266version = "0.1.0"
10267dependencies = [
10268 "assets",
10269 "base64 0.22.1",
10270 "collections",
10271 "env_logger 0.11.8",
10272 "fs",
10273 "futures 0.3.31",
10274 "gpui",
10275 "gpui_platform",
10276 "language",
10277 "languages",
10278 "linkify",
10279 "log",
10280 "node_runtime",
10281 "pulldown-cmark 0.13.0",
10282 "settings",
10283 "sum_tree",
10284 "theme",
10285 "ui",
10286 "util",
10287]
10288
10289[[package]]
10290name = "markdown_preview"
10291version = "0.1.0"
10292dependencies = [
10293 "anyhow",
10294 "async-recursion",
10295 "collections",
10296 "editor",
10297 "gpui",
10298 "html5ever 0.27.0",
10299 "language",
10300 "linkify",
10301 "log",
10302 "markdown",
10303 "markup5ever_rcdom",
10304 "mermaid-rs-renderer",
10305 "pretty_assertions",
10306 "pulldown-cmark 0.13.0",
10307 "settings",
10308 "stacksafe",
10309 "theme",
10310 "ui",
10311 "urlencoding",
10312 "util",
10313 "workspace",
10314 "zed_actions",
10315]
10316
10317[[package]]
10318name = "markup5ever"
10319version = "0.12.1"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10322dependencies = [
10323 "log",
10324 "phf 0.11.3",
10325 "phf_codegen",
10326 "string_cache",
10327 "string_cache_codegen",
10328 "tendril",
10329]
10330
10331[[package]]
10332name = "markup5ever"
10333version = "0.35.0"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10336dependencies = [
10337 "log",
10338 "tendril",
10339 "web_atoms",
10340]
10341
10342[[package]]
10343name = "markup5ever_rcdom"
10344version = "0.3.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10347dependencies = [
10348 "html5ever 0.27.0",
10349 "markup5ever 0.12.1",
10350 "tendril",
10351 "xml5ever",
10352]
10353
10354[[package]]
10355name = "match_token"
10356version = "0.35.0"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10359dependencies = [
10360 "proc-macro2",
10361 "quote",
10362 "syn 2.0.117",
10363]
10364
10365[[package]]
10366name = "matchers"
10367version = "0.2.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10370dependencies = [
10371 "regex-automata",
10372]
10373
10374[[package]]
10375name = "matchit"
10376version = "0.7.3"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10379
10380[[package]]
10381name = "maybe-owned"
10382version = "0.3.4"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10385
10386[[package]]
10387name = "maybe-rayon"
10388version = "0.1.1"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10391dependencies = [
10392 "cfg-if",
10393 "rayon",
10394]
10395
10396[[package]]
10397name = "md-5"
10398version = "0.10.6"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10401dependencies = [
10402 "cfg-if",
10403 "digest",
10404]
10405
10406[[package]]
10407name = "mdbook"
10408version = "0.4.40"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10411dependencies = [
10412 "ammonia",
10413 "anyhow",
10414 "chrono",
10415 "clap",
10416 "clap_complete",
10417 "elasticlunr-rs",
10418 "env_logger 0.11.8",
10419 "futures-util",
10420 "handlebars 5.1.2",
10421 "ignore",
10422 "log",
10423 "memchr",
10424 "notify 6.1.1",
10425 "notify-debouncer-mini",
10426 "once_cell",
10427 "opener",
10428 "pathdiff",
10429 "pulldown-cmark 0.10.3",
10430 "regex",
10431 "serde",
10432 "serde_json",
10433 "shlex",
10434 "tempfile",
10435 "tokio",
10436 "toml 0.5.11",
10437 "topological-sort",
10438 "walkdir",
10439 "warp",
10440]
10441
10442[[package]]
10443name = "media"
10444version = "0.1.0"
10445dependencies = [
10446 "anyhow",
10447 "bindgen 0.71.1",
10448 "core-foundation 0.10.0",
10449 "core-video",
10450 "ctor",
10451 "foreign-types 0.5.0",
10452 "metal",
10453 "objc",
10454]
10455
10456[[package]]
10457name = "memchr"
10458version = "2.7.6"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10461
10462[[package]]
10463name = "memfd"
10464version = "0.6.5"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10467dependencies = [
10468 "rustix 1.1.2",
10469]
10470
10471[[package]]
10472name = "memmap2"
10473version = "0.9.8"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10476dependencies = [
10477 "libc",
10478 "stable_deref_trait",
10479]
10480
10481[[package]]
10482name = "memoffset"
10483version = "0.9.1"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10486dependencies = [
10487 "autocfg",
10488]
10489
10490[[package]]
10491name = "menu"
10492version = "0.1.0"
10493dependencies = [
10494 "gpui",
10495]
10496
10497[[package]]
10498name = "merge"
10499version = "0.1.0"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10502dependencies = [
10503 "merge_derive",
10504 "num-traits",
10505]
10506
10507[[package]]
10508name = "merge_derive"
10509version = "0.1.0"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10512dependencies = [
10513 "proc-macro-error",
10514 "proc-macro2",
10515 "quote",
10516 "syn 1.0.109",
10517]
10518
10519[[package]]
10520name = "mermaid-rs-renderer"
10521version = "0.2.0"
10522source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10523dependencies = [
10524 "anyhow",
10525 "fontdb 0.16.2",
10526 "json5",
10527 "once_cell",
10528 "regex",
10529 "serde",
10530 "serde_json",
10531 "thiserror 2.0.17",
10532 "ttf-parser 0.20.0",
10533]
10534
10535[[package]]
10536name = "metal"
10537version = "0.33.0"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10540dependencies = [
10541 "bitflags 2.10.0",
10542 "block",
10543 "core-graphics-types 0.2.0",
10544 "foreign-types 0.5.0",
10545 "log",
10546 "objc",
10547 "paste",
10548]
10549
10550[[package]]
10551name = "migrator"
10552version = "0.1.0"
10553dependencies = [
10554 "anyhow",
10555 "collections",
10556 "convert_case 0.8.0",
10557 "log",
10558 "pretty_assertions",
10559 "serde_json",
10560 "serde_json_lenient",
10561 "settings_content",
10562 "settings_json",
10563 "streaming-iterator",
10564 "tree-sitter",
10565 "tree-sitter-json",
10566 "unindent",
10567]
10568
10569[[package]]
10570name = "mimalloc"
10571version = "0.1.48"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10574dependencies = [
10575 "libmimalloc-sys",
10576]
10577
10578[[package]]
10579name = "mime"
10580version = "0.3.17"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10583
10584[[package]]
10585name = "mime_guess"
10586version = "2.0.5"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10589dependencies = [
10590 "mime",
10591 "unicase",
10592]
10593
10594[[package]]
10595name = "minidump-common"
10596version = "0.26.1"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10599dependencies = [
10600 "bitflags 2.10.0",
10601 "debugid",
10602 "num-derive",
10603 "num-traits",
10604 "range-map",
10605 "scroll",
10606 "smart-default",
10607]
10608
10609[[package]]
10610name = "minidump-writer"
10611version = "0.11.0"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10614dependencies = [
10615 "bitflags 2.10.0",
10616 "byteorder",
10617 "cfg-if",
10618 "crash-context",
10619 "error-graph",
10620 "failspot",
10621 "goblin",
10622 "libc",
10623 "log",
10624 "mach2 0.4.3",
10625 "memmap2",
10626 "memoffset",
10627 "minidump-common",
10628 "nix 0.29.0",
10629 "procfs-core",
10630 "scroll",
10631 "serde",
10632 "serde_json",
10633 "tempfile",
10634 "thiserror 2.0.17",
10635]
10636
10637[[package]]
10638name = "minidumper"
10639version = "0.9.0"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10642dependencies = [
10643 "cfg-if",
10644 "crash-context",
10645 "libc",
10646 "log",
10647 "minidump-writer",
10648 "parking_lot",
10649 "polling",
10650 "scroll",
10651 "thiserror 2.0.17",
10652 "uds",
10653]
10654
10655[[package]]
10656name = "minimal-lexical"
10657version = "0.2.1"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10660
10661[[package]]
10662name = "miniprofiler_ui"
10663version = "0.1.0"
10664dependencies = [
10665 "gpui",
10666 "rpc",
10667 "serde_json",
10668 "smol",
10669 "theme",
10670 "util",
10671 "workspace",
10672 "zed_actions",
10673]
10674
10675[[package]]
10676name = "miniz_oxide"
10677version = "0.8.9"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10680dependencies = [
10681 "adler2",
10682 "simd-adler32",
10683]
10684
10685[[package]]
10686name = "mio"
10687version = "0.8.11"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10690dependencies = [
10691 "libc",
10692 "log",
10693 "wasi",
10694 "windows-sys 0.48.0",
10695]
10696
10697[[package]]
10698name = "mio"
10699version = "1.1.0"
10700source = "registry+https://github.com/rust-lang/crates.io-index"
10701checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10702dependencies = [
10703 "libc",
10704 "log",
10705 "wasi",
10706 "windows-sys 0.61.2",
10707]
10708
10709[[package]]
10710name = "miow"
10711version = "0.6.1"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10714dependencies = [
10715 "windows-sys 0.61.2",
10716]
10717
10718[[package]]
10719name = "mistral"
10720version = "0.1.0"
10721dependencies = [
10722 "anyhow",
10723 "futures 0.3.31",
10724 "http_client",
10725 "schemars",
10726 "serde",
10727 "serde_json",
10728 "strum 0.27.2",
10729]
10730
10731[[package]]
10732name = "moka"
10733version = "0.12.11"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10736dependencies = [
10737 "crossbeam-channel",
10738 "crossbeam-epoch",
10739 "crossbeam-utils",
10740 "equivalent",
10741 "parking_lot",
10742 "portable-atomic",
10743 "rustc_version",
10744 "smallvec",
10745 "tagptr",
10746 "uuid",
10747]
10748
10749[[package]]
10750name = "moxcms"
10751version = "0.7.7"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10754dependencies = [
10755 "num-traits",
10756 "pxfm",
10757]
10758
10759[[package]]
10760name = "msvc_spectre_libs"
10761version = "0.1.3"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10764dependencies = [
10765 "cc",
10766]
10767
10768[[package]]
10769name = "multi_buffer"
10770version = "0.1.0"
10771dependencies = [
10772 "anyhow",
10773 "buffer_diff",
10774 "clock",
10775 "collections",
10776 "ctor",
10777 "gpui",
10778 "indoc",
10779 "itertools 0.14.0",
10780 "language",
10781 "log",
10782 "parking_lot",
10783 "pretty_assertions",
10784 "rand 0.9.2",
10785 "rope",
10786 "serde",
10787 "settings",
10788 "smallvec",
10789 "smol",
10790 "sum_tree",
10791 "text",
10792 "theme",
10793 "tracing",
10794 "tree-sitter",
10795 "unicode-segmentation",
10796 "util",
10797 "zlog",
10798 "ztracing",
10799]
10800
10801[[package]]
10802name = "multimap"
10803version = "0.8.3"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10806
10807[[package]]
10808name = "naga"
10809version = "29.0.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10812dependencies = [
10813 "arrayvec",
10814 "bit-set 0.9.1",
10815 "bitflags 2.10.0",
10816 "cfg-if",
10817 "cfg_aliases 0.2.1",
10818 "codespan-reporting",
10819 "half",
10820 "hashbrown 0.16.1",
10821 "hexf-parse",
10822 "indexmap",
10823 "libm",
10824 "log",
10825 "num-traits",
10826 "once_cell",
10827 "rustc-hash 1.1.0",
10828 "thiserror 2.0.17",
10829 "unicode-ident",
10830]
10831
10832[[package]]
10833name = "naga"
10834version = "29.0.0"
10835source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10836dependencies = [
10837 "arrayvec",
10838 "bit-set 0.9.1",
10839 "bitflags 2.10.0",
10840 "cfg-if",
10841 "cfg_aliases 0.2.1",
10842 "codespan-reporting",
10843 "half",
10844 "hashbrown 0.16.1",
10845 "hexf-parse",
10846 "indexmap",
10847 "libm",
10848 "log",
10849 "num-traits",
10850 "once_cell",
10851 "rustc-hash 1.1.0",
10852 "spirv",
10853 "thiserror 2.0.17",
10854 "unicode-ident",
10855]
10856
10857[[package]]
10858name = "nanoid"
10859version = "0.4.0"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10862dependencies = [
10863 "rand 0.8.5",
10864]
10865
10866[[package]]
10867name = "nanorand"
10868version = "0.7.0"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10871dependencies = [
10872 "getrandom 0.2.16",
10873]
10874
10875[[package]]
10876name = "native-tls"
10877version = "0.2.14"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10880dependencies = [
10881 "libc",
10882 "log",
10883 "openssl",
10884 "openssl-probe",
10885 "openssl-sys",
10886 "schannel",
10887 "security-framework 2.11.1",
10888 "security-framework-sys",
10889 "tempfile",
10890]
10891
10892[[package]]
10893name = "nbformat"
10894version = "1.2.0"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10897dependencies = [
10898 "anyhow",
10899 "chrono",
10900 "jupyter-protocol",
10901 "serde",
10902 "serde_json",
10903 "thiserror 1.0.69",
10904 "uuid",
10905]
10906
10907[[package]]
10908name = "nc"
10909version = "0.1.0"
10910dependencies = [
10911 "anyhow",
10912 "futures 0.3.31",
10913 "net",
10914 "smol",
10915]
10916
10917[[package]]
10918name = "ndk"
10919version = "0.9.0"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10922dependencies = [
10923 "bitflags 2.10.0",
10924 "jni-sys",
10925 "log",
10926 "ndk-sys",
10927 "num_enum",
10928 "thiserror 1.0.69",
10929]
10930
10931[[package]]
10932name = "ndk-context"
10933version = "0.1.1"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10936
10937[[package]]
10938name = "ndk-sys"
10939version = "0.6.0+11769913"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10942dependencies = [
10943 "jni-sys",
10944]
10945
10946[[package]]
10947name = "net"
10948version = "0.1.0"
10949dependencies = [
10950 "anyhow",
10951 "async-io",
10952 "smol",
10953 "tempfile",
10954 "windows 0.61.3",
10955]
10956
10957[[package]]
10958name = "new_debug_unreachable"
10959version = "1.0.6"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10962
10963[[package]]
10964name = "nix"
10965version = "0.28.0"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10968dependencies = [
10969 "bitflags 2.10.0",
10970 "cfg-if",
10971 "cfg_aliases 0.1.1",
10972 "libc",
10973]
10974
10975[[package]]
10976name = "nix"
10977version = "0.29.0"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10980dependencies = [
10981 "bitflags 2.10.0",
10982 "cfg-if",
10983 "cfg_aliases 0.2.1",
10984 "libc",
10985]
10986
10987[[package]]
10988name = "nix"
10989version = "0.30.1"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10992dependencies = [
10993 "bitflags 2.10.0",
10994 "cfg-if",
10995 "cfg_aliases 0.2.1",
10996 "libc",
10997]
10998
10999[[package]]
11000name = "node_runtime"
11001version = "0.1.0"
11002dependencies = [
11003 "anyhow",
11004 "async-compression",
11005 "async-std",
11006 "async-tar",
11007 "async-trait",
11008 "futures 0.3.31",
11009 "http_client",
11010 "log",
11011 "paths",
11012 "semver",
11013 "serde",
11014 "serde_json",
11015 "smol",
11016 "util",
11017 "watch",
11018 "which 6.0.3",
11019]
11020
11021[[package]]
11022name = "nom"
11023version = "7.1.3"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11026dependencies = [
11027 "memchr",
11028 "minimal-lexical",
11029]
11030
11031[[package]]
11032name = "nom"
11033version = "8.0.0"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11036dependencies = [
11037 "memchr",
11038]
11039
11040[[package]]
11041name = "noop_proc_macro"
11042version = "0.3.0"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11045
11046[[package]]
11047name = "normpath"
11048version = "1.5.0"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11051dependencies = [
11052 "windows-sys 0.61.2",
11053]
11054
11055[[package]]
11056name = "notifications"
11057version = "0.1.0"
11058dependencies = [
11059 "anyhow",
11060 "channel",
11061 "client",
11062 "component",
11063 "db",
11064 "gpui",
11065 "rpc",
11066 "sum_tree",
11067 "time",
11068 "ui",
11069 "util",
11070 "workspace",
11071 "zed_actions",
11072]
11073
11074[[package]]
11075name = "notify"
11076version = "6.1.1"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11079dependencies = [
11080 "bitflags 2.10.0",
11081 "crossbeam-channel",
11082 "filetime",
11083 "fsevent-sys",
11084 "inotify 0.9.6",
11085 "kqueue",
11086 "libc",
11087 "log",
11088 "mio 0.8.11",
11089 "walkdir",
11090 "windows-sys 0.48.0",
11091]
11092
11093[[package]]
11094name = "notify"
11095version = "8.2.0"
11096source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11097dependencies = [
11098 "bitflags 2.10.0",
11099 "fsevent-sys",
11100 "inotify 0.11.0",
11101 "kqueue",
11102 "libc",
11103 "log",
11104 "mio 1.1.0",
11105 "notify-types",
11106 "walkdir",
11107 "windows-sys 0.60.2",
11108]
11109
11110[[package]]
11111name = "notify-debouncer-mini"
11112version = "0.4.1"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11115dependencies = [
11116 "crossbeam-channel",
11117 "log",
11118 "notify 6.1.1",
11119]
11120
11121[[package]]
11122name = "notify-types"
11123version = "2.0.0"
11124source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11125
11126[[package]]
11127name = "ntapi"
11128version = "0.4.1"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11131dependencies = [
11132 "winapi",
11133]
11134
11135[[package]]
11136name = "nu-ansi-term"
11137version = "0.50.3"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11140dependencies = [
11141 "windows-sys 0.61.2",
11142]
11143
11144[[package]]
11145name = "num"
11146version = "0.4.3"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11149dependencies = [
11150 "num-bigint",
11151 "num-complex",
11152 "num-integer",
11153 "num-iter",
11154 "num-rational",
11155 "num-traits",
11156]
11157
11158[[package]]
11159name = "num-bigint"
11160version = "0.4.6"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11163dependencies = [
11164 "num-integer",
11165 "num-traits",
11166]
11167
11168[[package]]
11169name = "num-bigint-dig"
11170version = "0.8.6"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11173dependencies = [
11174 "lazy_static",
11175 "libm",
11176 "num-integer",
11177 "num-iter",
11178 "num-traits",
11179 "rand 0.8.5",
11180 "smallvec",
11181 "zeroize",
11182]
11183
11184[[package]]
11185name = "num-bigint-dig"
11186version = "0.9.1"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11189dependencies = [
11190 "libm",
11191 "num-integer",
11192 "num-iter",
11193 "num-traits",
11194 "once_cell",
11195 "rand 0.9.2",
11196 "serde",
11197 "smallvec",
11198 "zeroize",
11199]
11200
11201[[package]]
11202name = "num-cmp"
11203version = "0.1.0"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11206
11207[[package]]
11208name = "num-complex"
11209version = "0.4.6"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11212dependencies = [
11213 "bytemuck",
11214 "num-traits",
11215]
11216
11217[[package]]
11218name = "num-conv"
11219version = "0.2.0"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11222
11223[[package]]
11224name = "num-derive"
11225version = "0.4.2"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11228dependencies = [
11229 "proc-macro2",
11230 "quote",
11231 "syn 2.0.117",
11232]
11233
11234[[package]]
11235name = "num-format"
11236version = "0.4.4"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11239dependencies = [
11240 "arrayvec",
11241 "itoa",
11242]
11243
11244[[package]]
11245name = "num-integer"
11246version = "0.1.46"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11249dependencies = [
11250 "num-traits",
11251]
11252
11253[[package]]
11254name = "num-iter"
11255version = "0.1.45"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11258dependencies = [
11259 "autocfg",
11260 "num-integer",
11261 "num-traits",
11262]
11263
11264[[package]]
11265name = "num-rational"
11266version = "0.4.2"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11269dependencies = [
11270 "num-bigint",
11271 "num-integer",
11272 "num-traits",
11273]
11274
11275[[package]]
11276name = "num-traits"
11277version = "0.2.19"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11280dependencies = [
11281 "autocfg",
11282 "libm",
11283]
11284
11285[[package]]
11286name = "num_cpus"
11287version = "1.17.0"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11290dependencies = [
11291 "hermit-abi",
11292 "libc",
11293]
11294
11295[[package]]
11296name = "num_enum"
11297version = "0.7.4"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11300dependencies = [
11301 "num_enum_derive",
11302 "rustversion",
11303]
11304
11305[[package]]
11306name = "num_enum_derive"
11307version = "0.7.4"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11310dependencies = [
11311 "proc-macro-crate",
11312 "proc-macro2",
11313 "quote",
11314 "syn 2.0.117",
11315]
11316
11317[[package]]
11318name = "num_threads"
11319version = "0.1.7"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11322dependencies = [
11323 "libc",
11324]
11325
11326[[package]]
11327name = "nvim-rs"
11328version = "0.9.2"
11329source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11330dependencies = [
11331 "async-trait",
11332 "futures 0.3.31",
11333 "log",
11334 "rmp",
11335 "rmpv",
11336 "tokio",
11337 "tokio-util",
11338]
11339
11340[[package]]
11341name = "objc"
11342version = "0.2.7"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11345dependencies = [
11346 "malloc_buf",
11347 "objc_exception",
11348]
11349
11350[[package]]
11351name = "objc-foundation"
11352version = "0.1.1"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11355dependencies = [
11356 "block",
11357 "objc",
11358 "objc_id",
11359]
11360
11361[[package]]
11362name = "objc2"
11363version = "0.6.3"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11366dependencies = [
11367 "objc2-encode",
11368]
11369
11370[[package]]
11371name = "objc2-audio-toolbox"
11372version = "0.3.2"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11375dependencies = [
11376 "bitflags 2.10.0",
11377 "libc",
11378 "objc2",
11379 "objc2-core-audio",
11380 "objc2-core-audio-types",
11381 "objc2-core-foundation",
11382 "objc2-foundation",
11383]
11384
11385[[package]]
11386name = "objc2-avf-audio"
11387version = "0.3.2"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11390dependencies = [
11391 "objc2",
11392 "objc2-foundation",
11393]
11394
11395[[package]]
11396name = "objc2-core-audio"
11397version = "0.3.2"
11398source = "registry+https://github.com/rust-lang/crates.io-index"
11399checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11400dependencies = [
11401 "dispatch2",
11402 "objc2",
11403 "objc2-core-audio-types",
11404 "objc2-core-foundation",
11405 "objc2-foundation",
11406]
11407
11408[[package]]
11409name = "objc2-core-audio-types"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11413dependencies = [
11414 "bitflags 2.10.0",
11415 "objc2",
11416]
11417
11418[[package]]
11419name = "objc2-core-foundation"
11420version = "0.3.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11423dependencies = [
11424 "bitflags 2.10.0",
11425 "block2",
11426 "dispatch2",
11427 "libc",
11428 "objc2",
11429]
11430
11431[[package]]
11432name = "objc2-encode"
11433version = "4.1.0"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11436
11437[[package]]
11438name = "objc2-foundation"
11439version = "0.3.2"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11442dependencies = [
11443 "bitflags 2.10.0",
11444 "block2",
11445 "libc",
11446 "objc2",
11447 "objc2-core-foundation",
11448]
11449
11450[[package]]
11451name = "objc2-io-kit"
11452version = "0.3.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11455dependencies = [
11456 "libc",
11457 "objc2-core-foundation",
11458]
11459
11460[[package]]
11461name = "objc2-metal"
11462version = "0.3.2"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11465dependencies = [
11466 "bitflags 2.10.0",
11467 "block2",
11468 "dispatch2",
11469 "objc2",
11470 "objc2-core-foundation",
11471 "objc2-foundation",
11472]
11473
11474[[package]]
11475name = "objc2-quartz-core"
11476version = "0.3.2"
11477source = "registry+https://github.com/rust-lang/crates.io-index"
11478checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11479dependencies = [
11480 "bitflags 2.10.0",
11481 "objc2",
11482 "objc2-core-foundation",
11483 "objc2-foundation",
11484 "objc2-metal",
11485]
11486
11487[[package]]
11488name = "objc_exception"
11489version = "0.1.2"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11492dependencies = [
11493 "cc",
11494]
11495
11496[[package]]
11497name = "objc_id"
11498version = "0.1.1"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11501dependencies = [
11502 "objc",
11503]
11504
11505[[package]]
11506name = "object"
11507version = "0.36.7"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11510dependencies = [
11511 "crc32fast",
11512 "hashbrown 0.15.5",
11513 "indexmap",
11514 "memchr",
11515]
11516
11517[[package]]
11518name = "object"
11519version = "0.37.3"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11522dependencies = [
11523 "memchr",
11524]
11525
11526[[package]]
11527name = "ollama"
11528version = "0.1.0"
11529dependencies = [
11530 "anyhow",
11531 "futures 0.3.31",
11532 "http_client",
11533 "schemars",
11534 "serde",
11535 "serde_json",
11536 "settings",
11537]
11538
11539[[package]]
11540name = "onboarding"
11541version = "0.1.0"
11542dependencies = [
11543 "anyhow",
11544 "client",
11545 "component",
11546 "db",
11547 "documented",
11548 "fs",
11549 "fuzzy",
11550 "gpui",
11551 "menu",
11552 "notifications",
11553 "picker",
11554 "project",
11555 "schemars",
11556 "serde",
11557 "settings",
11558 "telemetry",
11559 "theme",
11560 "ui",
11561 "util",
11562 "vim_mode_setting",
11563 "workspace",
11564 "zed_actions",
11565 "zlog",
11566]
11567
11568[[package]]
11569name = "once_cell"
11570version = "1.21.3"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11573
11574[[package]]
11575name = "once_cell_polyfill"
11576version = "1.70.1"
11577source = "registry+https://github.com/rust-lang/crates.io-index"
11578checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11579
11580[[package]]
11581name = "oo7"
11582version = "0.6.0"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11585dependencies = [
11586 "aes",
11587 "ashpd",
11588 "async-fs",
11589 "async-io",
11590 "async-lock 3.4.2",
11591 "blocking",
11592 "cbc",
11593 "cipher",
11594 "digest",
11595 "endi",
11596 "futures-lite 2.6.1",
11597 "futures-util",
11598 "getrandom 0.4.1",
11599 "hkdf",
11600 "hmac",
11601 "md-5",
11602 "num",
11603 "num-bigint-dig 0.9.1",
11604 "pbkdf2 0.12.2",
11605 "serde",
11606 "serde_bytes",
11607 "sha2",
11608 "subtle",
11609 "zbus",
11610 "zbus_macros",
11611 "zeroize",
11612 "zvariant",
11613]
11614
11615[[package]]
11616name = "oorandom"
11617version = "11.1.5"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11620
11621[[package]]
11622name = "open"
11623version = "5.3.2"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11626dependencies = [
11627 "is-wsl",
11628 "libc",
11629 "pathdiff",
11630]
11631
11632[[package]]
11633name = "open_ai"
11634version = "0.1.0"
11635dependencies = [
11636 "anyhow",
11637 "futures 0.3.31",
11638 "http_client",
11639 "log",
11640 "rand 0.9.2",
11641 "schemars",
11642 "serde",
11643 "serde_json",
11644 "settings",
11645 "strum 0.27.2",
11646 "thiserror 2.0.17",
11647]
11648
11649[[package]]
11650name = "open_path_prompt"
11651version = "0.1.0"
11652dependencies = [
11653 "editor",
11654 "file_icons",
11655 "futures 0.3.31",
11656 "fuzzy",
11657 "gpui",
11658 "picker",
11659 "project",
11660 "schemars",
11661 "serde",
11662 "serde_json",
11663 "settings",
11664 "theme",
11665 "ui",
11666 "util",
11667 "workspace",
11668]
11669
11670[[package]]
11671name = "open_router"
11672version = "0.1.0"
11673dependencies = [
11674 "anyhow",
11675 "futures 0.3.31",
11676 "http_client",
11677 "schemars",
11678 "serde",
11679 "serde_json",
11680 "settings",
11681 "strum 0.27.2",
11682 "thiserror 2.0.17",
11683]
11684
11685[[package]]
11686name = "opencode"
11687version = "0.1.0"
11688dependencies = [
11689 "anyhow",
11690 "futures 0.3.31",
11691 "google_ai",
11692 "http_client",
11693 "schemars",
11694 "serde",
11695 "serde_json",
11696 "strum 0.27.2",
11697]
11698
11699[[package]]
11700name = "opener"
11701version = "0.7.2"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11704dependencies = [
11705 "bstr",
11706 "dbus",
11707 "normpath",
11708 "windows-sys 0.59.0",
11709]
11710
11711[[package]]
11712name = "openssl"
11713version = "0.10.74"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11716dependencies = [
11717 "bitflags 2.10.0",
11718 "cfg-if",
11719 "foreign-types 0.3.2",
11720 "libc",
11721 "once_cell",
11722 "openssl-macros",
11723 "openssl-sys",
11724]
11725
11726[[package]]
11727name = "openssl-macros"
11728version = "0.1.1"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11731dependencies = [
11732 "proc-macro2",
11733 "quote",
11734 "syn 2.0.117",
11735]
11736
11737[[package]]
11738name = "openssl-probe"
11739version = "0.1.6"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11742
11743[[package]]
11744name = "openssl-sys"
11745version = "0.9.110"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11748dependencies = [
11749 "cc",
11750 "libc",
11751 "pkg-config",
11752 "vcpkg",
11753]
11754
11755[[package]]
11756name = "optfield"
11757version = "0.4.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11760dependencies = [
11761 "proc-macro2",
11762 "quote",
11763 "syn 2.0.117",
11764]
11765
11766[[package]]
11767name = "option-ext"
11768version = "0.2.0"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11771
11772[[package]]
11773name = "ordered-float"
11774version = "2.10.1"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11777dependencies = [
11778 "num-traits",
11779]
11780
11781[[package]]
11782name = "ordered-float"
11783version = "4.6.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11786dependencies = [
11787 "num-traits",
11788]
11789
11790[[package]]
11791name = "ordered-stream"
11792version = "0.2.0"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11795dependencies = [
11796 "futures-core",
11797 "pin-project-lite",
11798]
11799
11800[[package]]
11801name = "ouroboros"
11802version = "0.18.5"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11805dependencies = [
11806 "aliasable",
11807 "ouroboros_macro",
11808 "static_assertions",
11809]
11810
11811[[package]]
11812name = "ouroboros_macro"
11813version = "0.18.5"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11816dependencies = [
11817 "heck 0.4.1",
11818 "proc-macro2",
11819 "proc-macro2-diagnostics",
11820 "quote",
11821 "syn 2.0.117",
11822]
11823
11824[[package]]
11825name = "outline"
11826version = "0.1.0"
11827dependencies = [
11828 "editor",
11829 "fuzzy",
11830 "gpui",
11831 "indoc",
11832 "language",
11833 "lsp",
11834 "menu",
11835 "ordered-float 2.10.1",
11836 "picker",
11837 "project",
11838 "rope",
11839 "serde_json",
11840 "settings",
11841 "smol",
11842 "theme",
11843 "ui",
11844 "util",
11845 "workspace",
11846 "zed_actions",
11847]
11848
11849[[package]]
11850name = "outline_panel"
11851version = "0.1.0"
11852dependencies = [
11853 "anyhow",
11854 "collections",
11855 "db",
11856 "editor",
11857 "file_icons",
11858 "fuzzy",
11859 "gpui",
11860 "itertools 0.14.0",
11861 "language",
11862 "log",
11863 "lsp",
11864 "menu",
11865 "outline",
11866 "pretty_assertions",
11867 "project",
11868 "search",
11869 "serde",
11870 "serde_json",
11871 "settings",
11872 "smallvec",
11873 "smol",
11874 "theme",
11875 "ui",
11876 "util",
11877 "workspace",
11878 "worktree",
11879 "zed_actions",
11880]
11881
11882[[package]]
11883name = "outref"
11884version = "0.5.2"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11887
11888[[package]]
11889name = "p256"
11890version = "0.11.1"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11893dependencies = [
11894 "ecdsa",
11895 "elliptic-curve",
11896 "sha2",
11897]
11898
11899[[package]]
11900name = "page_size"
11901version = "0.6.0"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11904dependencies = [
11905 "libc",
11906 "winapi",
11907]
11908
11909[[package]]
11910name = "palette"
11911version = "0.7.6"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11914dependencies = [
11915 "approx",
11916 "fast-srgb8",
11917 "palette_derive",
11918]
11919
11920[[package]]
11921name = "palette_derive"
11922version = "0.7.6"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11925dependencies = [
11926 "by_address",
11927 "proc-macro2",
11928 "quote",
11929 "syn 2.0.117",
11930]
11931
11932[[package]]
11933name = "panel"
11934version = "0.1.0"
11935dependencies = [
11936 "gpui",
11937 "ui",
11938 "workspace",
11939]
11940
11941[[package]]
11942name = "parking"
11943version = "2.2.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11946
11947[[package]]
11948name = "parking_lot"
11949version = "0.12.5"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11952dependencies = [
11953 "lock_api",
11954 "parking_lot_core",
11955]
11956
11957[[package]]
11958name = "parking_lot_core"
11959version = "0.9.12"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11962dependencies = [
11963 "cfg-if",
11964 "libc",
11965 "redox_syscall 0.5.18",
11966 "smallvec",
11967 "windows-link 0.2.1",
11968]
11969
11970[[package]]
11971name = "parse_int"
11972version = "0.9.0"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11975dependencies = [
11976 "num-traits",
11977]
11978
11979[[package]]
11980name = "partial-json-fixer"
11981version = "0.5.3"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11984
11985[[package]]
11986name = "password-hash"
11987version = "0.4.2"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11990dependencies = [
11991 "base64ct",
11992 "rand_core 0.6.4",
11993 "subtle",
11994]
11995
11996[[package]]
11997name = "paste"
11998version = "1.0.15"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12001
12002[[package]]
12003name = "pathdiff"
12004version = "0.2.3"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12007
12008[[package]]
12009name = "pathfinder_geometry"
12010version = "0.5.1"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12013dependencies = [
12014 "log",
12015 "pathfinder_simd",
12016]
12017
12018[[package]]
12019name = "pathfinder_simd"
12020version = "0.5.5"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12023dependencies = [
12024 "rustc_version",
12025]
12026
12027[[package]]
12028name = "paths"
12029version = "0.1.0"
12030dependencies = [
12031 "dirs 4.0.0",
12032 "ignore",
12033 "util",
12034]
12035
12036[[package]]
12037name = "pbjson"
12038version = "0.6.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12041dependencies = [
12042 "base64 0.21.7",
12043 "serde",
12044]
12045
12046[[package]]
12047name = "pbjson-build"
12048version = "0.6.2"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12051dependencies = [
12052 "heck 0.4.1",
12053 "itertools 0.11.0",
12054 "prost 0.12.6",
12055 "prost-types 0.12.6",
12056]
12057
12058[[package]]
12059name = "pbjson-types"
12060version = "0.6.0"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12063dependencies = [
12064 "bytes 1.11.1",
12065 "chrono",
12066 "pbjson",
12067 "pbjson-build",
12068 "prost 0.12.6",
12069 "prost-build 0.12.6",
12070 "serde",
12071]
12072
12073[[package]]
12074name = "pbkdf2"
12075version = "0.11.0"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12078dependencies = [
12079 "digest",
12080 "hmac",
12081 "password-hash",
12082 "sha2",
12083]
12084
12085[[package]]
12086name = "pbkdf2"
12087version = "0.12.2"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12090dependencies = [
12091 "digest",
12092 "hmac",
12093]
12094
12095[[package]]
12096name = "pciid-parser"
12097version = "0.8.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12100
12101[[package]]
12102name = "peg"
12103version = "0.8.5"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12106dependencies = [
12107 "peg-macros",
12108 "peg-runtime",
12109]
12110
12111[[package]]
12112name = "peg-macros"
12113version = "0.8.5"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12116dependencies = [
12117 "peg-runtime",
12118 "proc-macro2",
12119 "quote",
12120]
12121
12122[[package]]
12123name = "peg-runtime"
12124version = "0.8.5"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12127
12128[[package]]
12129name = "pem"
12130version = "3.0.6"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12133dependencies = [
12134 "base64 0.22.1",
12135 "serde_core",
12136]
12137
12138[[package]]
12139name = "pem-rfc7468"
12140version = "0.7.0"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12143dependencies = [
12144 "base64ct",
12145]
12146
12147[[package]]
12148name = "percent-encoding"
12149version = "2.3.2"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12152
12153[[package]]
12154name = "perf"
12155version = "0.1.0"
12156dependencies = [
12157 "collections",
12158 "serde",
12159 "serde_json",
12160]
12161
12162[[package]]
12163name = "pest"
12164version = "2.8.3"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12167dependencies = [
12168 "memchr",
12169 "ucd-trie",
12170]
12171
12172[[package]]
12173name = "pest_derive"
12174version = "2.8.3"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12177dependencies = [
12178 "pest",
12179 "pest_generator",
12180]
12181
12182[[package]]
12183name = "pest_generator"
12184version = "2.8.3"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12187dependencies = [
12188 "pest",
12189 "pest_meta",
12190 "proc-macro2",
12191 "quote",
12192 "syn 2.0.117",
12193]
12194
12195[[package]]
12196name = "pest_meta"
12197version = "2.8.3"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12200dependencies = [
12201 "pest",
12202 "sha2",
12203]
12204
12205[[package]]
12206name = "pet"
12207version = "0.1.0"
12208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12209dependencies = [
12210 "clap",
12211 "env_logger 0.10.2",
12212 "lazy_static",
12213 "log",
12214 "msvc_spectre_libs",
12215 "pet-conda",
12216 "pet-core",
12217 "pet-env-var-path",
12218 "pet-fs",
12219 "pet-global-virtualenvs",
12220 "pet-homebrew",
12221 "pet-jsonrpc",
12222 "pet-linux-global-python",
12223 "pet-mac-commandlinetools",
12224 "pet-mac-python-org",
12225 "pet-mac-xcode",
12226 "pet-pipenv",
12227 "pet-pixi",
12228 "pet-poetry",
12229 "pet-pyenv",
12230 "pet-python-utils",
12231 "pet-reporter",
12232 "pet-telemetry",
12233 "pet-uv",
12234 "pet-venv",
12235 "pet-virtualenv",
12236 "pet-virtualenvwrapper",
12237 "pet-windows-registry",
12238 "pet-windows-store",
12239 "pet-winpython",
12240 "serde",
12241 "serde_json",
12242 "tracing",
12243 "tracing-subscriber",
12244 "winresource",
12245]
12246
12247[[package]]
12248name = "pet-conda"
12249version = "0.1.0"
12250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12251dependencies = [
12252 "env_logger 0.10.2",
12253 "lazy_static",
12254 "log",
12255 "msvc_spectre_libs",
12256 "pet-core",
12257 "pet-fs",
12258 "pet-python-utils",
12259 "pet-reporter",
12260 "rayon",
12261 "regex",
12262 "serde",
12263 "serde_json",
12264 "yaml-rust2",
12265]
12266
12267[[package]]
12268name = "pet-core"
12269version = "0.1.0"
12270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12271dependencies = [
12272 "clap",
12273 "lazy_static",
12274 "log",
12275 "msvc_spectre_libs",
12276 "pet-fs",
12277 "regex",
12278 "serde",
12279 "serde_json",
12280]
12281
12282[[package]]
12283name = "pet-env-var-path"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "lazy_static",
12288 "log",
12289 "msvc_spectre_libs",
12290 "pet-conda",
12291 "pet-core",
12292 "pet-fs",
12293 "pet-python-utils",
12294 "pet-virtualenv",
12295 "regex",
12296]
12297
12298[[package]]
12299name = "pet-fs"
12300version = "0.1.0"
12301source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12302dependencies = [
12303 "glob",
12304 "log",
12305 "msvc_spectre_libs",
12306 "windows-sys 0.59.0",
12307]
12308
12309[[package]]
12310name = "pet-global-virtualenvs"
12311version = "0.1.0"
12312source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12313dependencies = [
12314 "log",
12315 "msvc_spectre_libs",
12316 "pet-conda",
12317 "pet-core",
12318 "pet-fs",
12319 "pet-virtualenv",
12320]
12321
12322[[package]]
12323name = "pet-homebrew"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "lazy_static",
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-conda",
12331 "pet-core",
12332 "pet-fs",
12333 "pet-python-utils",
12334 "pet-virtualenv",
12335 "rayon",
12336 "regex",
12337 "serde",
12338 "serde_json",
12339]
12340
12341[[package]]
12342name = "pet-jsonrpc"
12343version = "0.1.0"
12344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12345dependencies = [
12346 "env_logger 0.10.2",
12347 "log",
12348 "msvc_spectre_libs",
12349 "pet-core",
12350 "serde",
12351 "serde_json",
12352]
12353
12354[[package]]
12355name = "pet-linux-global-python"
12356version = "0.1.0"
12357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12358dependencies = [
12359 "log",
12360 "msvc_spectre_libs",
12361 "pet-core",
12362 "pet-fs",
12363 "pet-python-utils",
12364 "pet-virtualenv",
12365]
12366
12367[[package]]
12368name = "pet-mac-commandlinetools"
12369version = "0.1.0"
12370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12371dependencies = [
12372 "log",
12373 "msvc_spectre_libs",
12374 "pet-core",
12375 "pet-fs",
12376 "pet-python-utils",
12377 "pet-virtualenv",
12378]
12379
12380[[package]]
12381name = "pet-mac-python-org"
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-core",
12388 "pet-fs",
12389 "pet-python-utils",
12390 "pet-virtualenv",
12391]
12392
12393[[package]]
12394name = "pet-mac-xcode"
12395version = "0.1.0"
12396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12397dependencies = [
12398 "log",
12399 "msvc_spectre_libs",
12400 "pet-core",
12401 "pet-fs",
12402 "pet-python-utils",
12403 "pet-virtualenv",
12404]
12405
12406[[package]]
12407name = "pet-pipenv"
12408version = "0.1.0"
12409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12410dependencies = [
12411 "lazy_static",
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-core",
12415 "pet-fs",
12416 "pet-python-utils",
12417 "pet-virtualenv",
12418 "regex",
12419]
12420
12421[[package]]
12422name = "pet-pixi"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "log",
12427 "msvc_spectre_libs",
12428 "pet-conda",
12429 "pet-core",
12430 "pet-python-utils",
12431]
12432
12433[[package]]
12434name = "pet-poetry"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "base64 0.22.1",
12439 "lazy_static",
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "pet-reporter",
12446 "pet-virtualenv",
12447 "regex",
12448 "serde",
12449 "serde_json",
12450 "sha2",
12451 "toml 0.8.23",
12452]
12453
12454[[package]]
12455name = "pet-pyenv"
12456version = "0.1.0"
12457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12458dependencies = [
12459 "lazy_static",
12460 "log",
12461 "msvc_spectre_libs",
12462 "pet-conda",
12463 "pet-core",
12464 "pet-fs",
12465 "pet-python-utils",
12466 "pet-reporter",
12467 "regex",
12468 "serde",
12469 "serde_json",
12470]
12471
12472[[package]]
12473name = "pet-python-utils"
12474version = "0.1.0"
12475source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12476dependencies = [
12477 "env_logger 0.10.2",
12478 "lazy_static",
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-core",
12482 "pet-fs",
12483 "regex",
12484 "serde",
12485 "serde_json",
12486 "sha2",
12487]
12488
12489[[package]]
12490name = "pet-reporter"
12491version = "0.1.0"
12492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12493dependencies = [
12494 "env_logger 0.10.2",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-jsonrpc",
12499 "serde",
12500 "serde_json",
12501]
12502
12503[[package]]
12504name = "pet-telemetry"
12505version = "0.1.0"
12506source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12507dependencies = [
12508 "env_logger 0.10.2",
12509 "lazy_static",
12510 "log",
12511 "msvc_spectre_libs",
12512 "pet-core",
12513 "pet-fs",
12514 "pet-python-utils",
12515 "regex",
12516]
12517
12518[[package]]
12519name = "pet-uv"
12520version = "0.1.0"
12521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12522dependencies = [
12523 "log",
12524 "pet-core",
12525 "pet-python-utils",
12526 "serde",
12527 "toml 0.9.8",
12528]
12529
12530[[package]]
12531name = "pet-venv"
12532version = "0.1.0"
12533source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12534dependencies = [
12535 "log",
12536 "msvc_spectre_libs",
12537 "pet-core",
12538 "pet-python-utils",
12539 "pet-virtualenv",
12540]
12541
12542[[package]]
12543name = "pet-virtualenv"
12544version = "0.1.0"
12545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12546dependencies = [
12547 "log",
12548 "msvc_spectre_libs",
12549 "pet-core",
12550 "pet-fs",
12551 "pet-python-utils",
12552]
12553
12554[[package]]
12555name = "pet-virtualenvwrapper"
12556version = "0.1.0"
12557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12558dependencies = [
12559 "log",
12560 "msvc_spectre_libs",
12561 "pet-core",
12562 "pet-fs",
12563 "pet-python-utils",
12564 "pet-virtualenv",
12565]
12566
12567[[package]]
12568name = "pet-windows-registry"
12569version = "0.1.0"
12570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12571dependencies = [
12572 "lazy_static",
12573 "log",
12574 "msvc_spectre_libs",
12575 "pet-conda",
12576 "pet-core",
12577 "pet-fs",
12578 "pet-python-utils",
12579 "pet-virtualenv",
12580 "pet-windows-store",
12581 "regex",
12582 "winreg 0.55.0",
12583]
12584
12585[[package]]
12586name = "pet-windows-store"
12587version = "0.1.0"
12588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12589dependencies = [
12590 "lazy_static",
12591 "log",
12592 "msvc_spectre_libs",
12593 "pet-core",
12594 "pet-fs",
12595 "pet-python-utils",
12596 "pet-virtualenv",
12597 "regex",
12598 "winreg 0.55.0",
12599]
12600
12601[[package]]
12602name = "pet-winpython"
12603version = "0.1.0"
12604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12605dependencies = [
12606 "lazy_static",
12607 "log",
12608 "pet-core",
12609 "pet-fs",
12610 "pet-python-utils",
12611 "pet-virtualenv",
12612 "regex",
12613]
12614
12615[[package]]
12616name = "petgraph"
12617version = "0.6.5"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12620dependencies = [
12621 "fixedbitset 0.4.2",
12622 "indexmap",
12623]
12624
12625[[package]]
12626name = "pgvector"
12627version = "0.4.1"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12630dependencies = [
12631 "serde",
12632]
12633
12634[[package]]
12635name = "phf"
12636version = "0.11.3"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12639dependencies = [
12640 "phf_macros 0.11.3",
12641 "phf_shared 0.11.3",
12642]
12643
12644[[package]]
12645name = "phf"
12646version = "0.12.1"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12649dependencies = [
12650 "phf_macros 0.12.1",
12651 "phf_shared 0.12.1",
12652]
12653
12654[[package]]
12655name = "phf_codegen"
12656version = "0.11.3"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12659dependencies = [
12660 "phf_generator 0.11.3",
12661 "phf_shared 0.11.3",
12662]
12663
12664[[package]]
12665name = "phf_generator"
12666version = "0.11.3"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12669dependencies = [
12670 "phf_shared 0.11.3",
12671 "rand 0.8.5",
12672]
12673
12674[[package]]
12675name = "phf_generator"
12676version = "0.12.1"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12679dependencies = [
12680 "fastrand 2.3.0",
12681 "phf_shared 0.12.1",
12682]
12683
12684[[package]]
12685name = "phf_macros"
12686version = "0.11.3"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12689dependencies = [
12690 "phf_generator 0.11.3",
12691 "phf_shared 0.11.3",
12692 "proc-macro2",
12693 "quote",
12694 "syn 2.0.117",
12695]
12696
12697[[package]]
12698name = "phf_macros"
12699version = "0.12.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12702dependencies = [
12703 "phf_generator 0.12.1",
12704 "phf_shared 0.12.1",
12705 "proc-macro2",
12706 "quote",
12707 "syn 2.0.117",
12708]
12709
12710[[package]]
12711name = "phf_shared"
12712version = "0.11.3"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12715dependencies = [
12716 "siphasher 1.0.1",
12717]
12718
12719[[package]]
12720name = "phf_shared"
12721version = "0.12.1"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12724dependencies = [
12725 "siphasher 1.0.1",
12726]
12727
12728[[package]]
12729name = "picker"
12730version = "0.1.0"
12731dependencies = [
12732 "anyhow",
12733 "editor",
12734 "gpui",
12735 "menu",
12736 "schemars",
12737 "serde",
12738 "settings",
12739 "theme",
12740 "ui",
12741 "ui_input",
12742 "workspace",
12743 "zed_actions",
12744]
12745
12746[[package]]
12747name = "pico-args"
12748version = "0.5.0"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12751
12752[[package]]
12753name = "pin-project"
12754version = "1.1.10"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12757dependencies = [
12758 "pin-project-internal",
12759]
12760
12761[[package]]
12762name = "pin-project-internal"
12763version = "1.1.10"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12766dependencies = [
12767 "proc-macro2",
12768 "quote",
12769 "syn 2.0.117",
12770]
12771
12772[[package]]
12773name = "pin-project-lite"
12774version = "0.2.16"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12777
12778[[package]]
12779name = "pin-utils"
12780version = "0.1.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12783
12784[[package]]
12785name = "piper"
12786version = "0.2.4"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12789dependencies = [
12790 "atomic-waker",
12791 "fastrand 2.3.0",
12792 "futures-io",
12793]
12794
12795[[package]]
12796name = "pkcs1"
12797version = "0.7.5"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12800dependencies = [
12801 "der 0.7.10",
12802 "pkcs8 0.10.2",
12803 "spki 0.7.3",
12804]
12805
12806[[package]]
12807name = "pkcs8"
12808version = "0.9.0"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12811dependencies = [
12812 "der 0.6.1",
12813 "spki 0.6.0",
12814]
12815
12816[[package]]
12817name = "pkcs8"
12818version = "0.10.2"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12821dependencies = [
12822 "der 0.7.10",
12823 "spki 0.7.3",
12824]
12825
12826[[package]]
12827name = "pkg-config"
12828version = "0.3.32"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12831
12832[[package]]
12833name = "plain"
12834version = "0.2.3"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12837
12838[[package]]
12839name = "platform_title_bar"
12840version = "0.1.0"
12841dependencies = [
12842 "feature_flags",
12843 "gpui",
12844 "project",
12845 "settings",
12846 "smallvec",
12847 "theme",
12848 "ui",
12849 "windows 0.61.3",
12850 "workspace",
12851 "zed_actions",
12852]
12853
12854[[package]]
12855name = "plist"
12856version = "1.8.0"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12859dependencies = [
12860 "base64 0.22.1",
12861 "indexmap",
12862 "quick-xml 0.38.3",
12863 "serde",
12864 "time",
12865]
12866
12867[[package]]
12868name = "plotters"
12869version = "0.3.7"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12872dependencies = [
12873 "num-traits",
12874 "plotters-backend",
12875 "plotters-svg",
12876 "wasm-bindgen",
12877 "web-sys",
12878]
12879
12880[[package]]
12881name = "plotters-backend"
12882version = "0.3.7"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12885
12886[[package]]
12887name = "plotters-svg"
12888version = "0.3.7"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12891dependencies = [
12892 "plotters-backend",
12893]
12894
12895[[package]]
12896name = "png"
12897version = "0.17.16"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12900dependencies = [
12901 "bitflags 1.3.2",
12902 "crc32fast",
12903 "fdeflate",
12904 "flate2",
12905 "miniz_oxide",
12906]
12907
12908[[package]]
12909name = "png"
12910version = "0.18.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12913dependencies = [
12914 "bitflags 2.10.0",
12915 "crc32fast",
12916 "fdeflate",
12917 "flate2",
12918 "miniz_oxide",
12919]
12920
12921[[package]]
12922name = "polling"
12923version = "3.11.0"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12926dependencies = [
12927 "cfg-if",
12928 "concurrent-queue",
12929 "hermit-abi",
12930 "pin-project-lite",
12931 "rustix 1.1.2",
12932 "windows-sys 0.61.2",
12933]
12934
12935[[package]]
12936name = "pollster"
12937version = "0.2.5"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12940
12941[[package]]
12942name = "pollster"
12943version = "0.4.0"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12946
12947[[package]]
12948name = "pori"
12949version = "0.0.0"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12952dependencies = [
12953 "nom 7.1.3",
12954]
12955
12956[[package]]
12957name = "portable-atomic"
12958version = "1.11.1"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12961
12962[[package]]
12963name = "portable-atomic-util"
12964version = "0.2.4"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12967dependencies = [
12968 "portable-atomic",
12969]
12970
12971[[package]]
12972name = "portable-pty"
12973version = "0.9.0"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12976dependencies = [
12977 "anyhow",
12978 "bitflags 1.3.2",
12979 "downcast-rs",
12980 "filedescriptor",
12981 "lazy_static",
12982 "libc",
12983 "log",
12984 "nix 0.28.0",
12985 "serial2",
12986 "shared_library",
12987 "shell-words",
12988 "winapi",
12989 "winreg 0.10.1",
12990]
12991
12992[[package]]
12993name = "postage"
12994version = "0.5.0"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12997dependencies = [
12998 "atomic",
12999 "crossbeam-queue",
13000 "futures 0.3.31",
13001 "log",
13002 "parking_lot",
13003 "pin-project",
13004 "pollster 0.2.5",
13005 "static_assertions",
13006 "thiserror 1.0.69",
13007]
13008
13009[[package]]
13010name = "postcard"
13011version = "1.1.3"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13014dependencies = [
13015 "cobs",
13016 "embedded-io 0.4.0",
13017 "embedded-io 0.6.1",
13018 "serde",
13019]
13020
13021[[package]]
13022name = "potential_utf"
13023version = "0.1.3"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13026dependencies = [
13027 "zerovec",
13028]
13029
13030[[package]]
13031name = "powerfmt"
13032version = "0.2.0"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13035
13036[[package]]
13037name = "ppv-lite86"
13038version = "0.2.21"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13041dependencies = [
13042 "zerocopy",
13043]
13044
13045[[package]]
13046name = "precomputed-hash"
13047version = "0.1.1"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13050
13051[[package]]
13052name = "presser"
13053version = "0.3.1"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13056
13057[[package]]
13058name = "prettier"
13059version = "0.1.0"
13060dependencies = [
13061 "anyhow",
13062 "collections",
13063 "fs",
13064 "gpui",
13065 "language",
13066 "log",
13067 "lsp",
13068 "node_runtime",
13069 "parking_lot",
13070 "paths",
13071 "serde",
13072 "serde_json",
13073 "util",
13074]
13075
13076[[package]]
13077name = "pretty_assertions"
13078version = "1.4.1"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13081dependencies = [
13082 "diff",
13083 "yansi",
13084]
13085
13086[[package]]
13087name = "prettyplease"
13088version = "0.2.37"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13091dependencies = [
13092 "proc-macro2",
13093 "syn 2.0.117",
13094]
13095
13096[[package]]
13097name = "primal-check"
13098version = "0.3.4"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13101dependencies = [
13102 "num-integer",
13103]
13104
13105[[package]]
13106name = "proc-macro-crate"
13107version = "3.4.0"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13110dependencies = [
13111 "toml_edit 0.23.7",
13112]
13113
13114[[package]]
13115name = "proc-macro-error"
13116version = "1.0.4"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13119dependencies = [
13120 "proc-macro-error-attr",
13121 "proc-macro2",
13122 "quote",
13123 "syn 1.0.109",
13124 "version_check",
13125]
13126
13127[[package]]
13128name = "proc-macro-error-attr"
13129version = "1.0.4"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13132dependencies = [
13133 "proc-macro2",
13134 "quote",
13135 "version_check",
13136]
13137
13138[[package]]
13139name = "proc-macro-error-attr2"
13140version = "2.0.0"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13143dependencies = [
13144 "proc-macro2",
13145 "quote",
13146]
13147
13148[[package]]
13149name = "proc-macro-error2"
13150version = "2.0.1"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13153dependencies = [
13154 "proc-macro-error-attr2",
13155 "proc-macro2",
13156 "quote",
13157 "syn 2.0.117",
13158]
13159
13160[[package]]
13161name = "proc-macro2"
13162version = "1.0.101"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13165dependencies = [
13166 "unicode-ident",
13167]
13168
13169[[package]]
13170name = "proc-macro2-diagnostics"
13171version = "0.10.1"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13174dependencies = [
13175 "proc-macro2",
13176 "quote",
13177 "syn 2.0.117",
13178 "version_check",
13179 "yansi",
13180]
13181
13182[[package]]
13183name = "procfs-core"
13184version = "0.17.0"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13187dependencies = [
13188 "bitflags 2.10.0",
13189 "hex",
13190 "serde",
13191]
13192
13193[[package]]
13194name = "profiling"
13195version = "1.0.17"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13198dependencies = [
13199 "profiling-procmacros",
13200]
13201
13202[[package]]
13203name = "profiling-procmacros"
13204version = "1.0.17"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13207dependencies = [
13208 "quote",
13209 "syn 2.0.117",
13210]
13211
13212[[package]]
13213name = "project"
13214version = "0.1.0"
13215dependencies = [
13216 "aho-corasick",
13217 "anyhow",
13218 "askpass",
13219 "async-trait",
13220 "base64 0.22.1",
13221 "buffer_diff",
13222 "circular-buffer",
13223 "client",
13224 "clock",
13225 "collections",
13226 "context_server",
13227 "credentials_provider",
13228 "dap",
13229 "encoding_rs",
13230 "extension",
13231 "fancy-regex 0.17.0",
13232 "fs",
13233 "futures 0.3.31",
13234 "fuzzy",
13235 "git",
13236 "git2",
13237 "git_hosting_providers",
13238 "globset",
13239 "gpui",
13240 "http_client",
13241 "image",
13242 "indexmap",
13243 "itertools 0.14.0",
13244 "language",
13245 "log",
13246 "lsp",
13247 "markdown",
13248 "node_runtime",
13249 "parking_lot",
13250 "paths",
13251 "percent-encoding",
13252 "postage",
13253 "prettier",
13254 "pretty_assertions",
13255 "project",
13256 "rand 0.9.2",
13257 "regex",
13258 "release_channel",
13259 "remote",
13260 "rpc",
13261 "schemars",
13262 "semver",
13263 "serde",
13264 "serde_json",
13265 "settings",
13266 "sha2",
13267 "shellexpand 2.1.2",
13268 "smallvec",
13269 "smol",
13270 "snippet",
13271 "snippet_provider",
13272 "sum_tree",
13273 "task",
13274 "tempfile",
13275 "terminal",
13276 "text",
13277 "toml 0.8.23",
13278 "tracing",
13279 "unindent",
13280 "url",
13281 "util",
13282 "watch",
13283 "wax",
13284 "which 6.0.3",
13285 "worktree",
13286 "zeroize",
13287 "zlog",
13288 "ztracing",
13289]
13290
13291[[package]]
13292name = "project_benchmarks"
13293version = "0.1.0"
13294dependencies = [
13295 "anyhow",
13296 "askpass",
13297 "clap",
13298 "client",
13299 "futures 0.3.31",
13300 "gpui",
13301 "gpui_platform",
13302 "http_client",
13303 "language",
13304 "node_runtime",
13305 "project",
13306 "release_channel",
13307 "remote",
13308 "rpassword",
13309 "semver",
13310 "settings",
13311 "watch",
13312]
13313
13314[[package]]
13315name = "project_panel"
13316version = "0.1.0"
13317dependencies = [
13318 "anyhow",
13319 "client",
13320 "collections",
13321 "command_palette_hooks",
13322 "criterion",
13323 "editor",
13324 "feature_flags",
13325 "file_icons",
13326 "git",
13327 "git_ui",
13328 "gpui",
13329 "itertools 0.14.0",
13330 "language",
13331 "menu",
13332 "notifications",
13333 "pretty_assertions",
13334 "project",
13335 "rayon",
13336 "remote_connection",
13337 "schemars",
13338 "search",
13339 "serde",
13340 "serde_json",
13341 "settings",
13342 "smallvec",
13343 "telemetry",
13344 "tempfile",
13345 "theme",
13346 "ui",
13347 "util",
13348 "workspace",
13349 "worktree",
13350 "zed_actions",
13351]
13352
13353[[package]]
13354name = "project_symbols"
13355version = "0.1.0"
13356dependencies = [
13357 "anyhow",
13358 "editor",
13359 "futures 0.3.31",
13360 "fuzzy",
13361 "gpui",
13362 "language",
13363 "lsp",
13364 "ordered-float 2.10.1",
13365 "picker",
13366 "project",
13367 "release_channel",
13368 "semver",
13369 "serde_json",
13370 "settings",
13371 "theme",
13372 "util",
13373 "workspace",
13374]
13375
13376[[package]]
13377name = "prometheus"
13378version = "0.14.0"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13381dependencies = [
13382 "cfg-if",
13383 "fnv",
13384 "lazy_static",
13385 "memchr",
13386 "parking_lot",
13387 "protobuf",
13388 "thiserror 2.0.17",
13389]
13390
13391[[package]]
13392name = "prompt_store"
13393version = "0.1.0"
13394dependencies = [
13395 "anyhow",
13396 "assets",
13397 "chrono",
13398 "collections",
13399 "fs",
13400 "futures 0.3.31",
13401 "fuzzy",
13402 "gpui",
13403 "handlebars 4.5.0",
13404 "heed",
13405 "language",
13406 "log",
13407 "parking_lot",
13408 "paths",
13409 "rope",
13410 "serde",
13411 "strum 0.27.2",
13412 "tempfile",
13413 "text",
13414 "util",
13415 "uuid",
13416]
13417
13418[[package]]
13419name = "proptest"
13420version = "1.10.0"
13421source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13422dependencies = [
13423 "bit-set 0.8.0",
13424 "bit-vec 0.8.0",
13425 "bitflags 2.10.0",
13426 "num-traits",
13427 "proptest-macro",
13428 "rand 0.9.2",
13429 "rand_chacha 0.9.0",
13430 "rand_xorshift",
13431 "regex-syntax",
13432 "rusty-fork",
13433 "tempfile",
13434 "unarray",
13435]
13436
13437[[package]]
13438name = "proptest-derive"
13439version = "0.8.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13442dependencies = [
13443 "proc-macro2",
13444 "quote",
13445 "syn 2.0.117",
13446]
13447
13448[[package]]
13449name = "proptest-macro"
13450version = "0.5.0"
13451source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13452dependencies = [
13453 "convert_case 0.11.0",
13454 "proc-macro2",
13455 "quote",
13456 "syn 2.0.117",
13457]
13458
13459[[package]]
13460name = "prost"
13461version = "0.9.0"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13464dependencies = [
13465 "bytes 1.11.1",
13466 "prost-derive 0.9.0",
13467]
13468
13469[[package]]
13470name = "prost"
13471version = "0.12.6"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13474dependencies = [
13475 "bytes 1.11.1",
13476 "prost-derive 0.12.6",
13477]
13478
13479[[package]]
13480name = "prost-build"
13481version = "0.9.0"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13484dependencies = [
13485 "bytes 1.11.1",
13486 "heck 0.3.3",
13487 "itertools 0.10.5",
13488 "lazy_static",
13489 "log",
13490 "multimap",
13491 "petgraph",
13492 "prost 0.9.0",
13493 "prost-types 0.9.0",
13494 "regex",
13495 "tempfile",
13496 "which 4.4.2",
13497]
13498
13499[[package]]
13500name = "prost-build"
13501version = "0.12.6"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13504dependencies = [
13505 "bytes 1.11.1",
13506 "heck 0.5.0",
13507 "itertools 0.12.1",
13508 "log",
13509 "multimap",
13510 "once_cell",
13511 "petgraph",
13512 "prettyplease",
13513 "prost 0.12.6",
13514 "prost-types 0.12.6",
13515 "regex",
13516 "syn 2.0.117",
13517 "tempfile",
13518]
13519
13520[[package]]
13521name = "prost-derive"
13522version = "0.9.0"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13525dependencies = [
13526 "anyhow",
13527 "itertools 0.10.5",
13528 "proc-macro2",
13529 "quote",
13530 "syn 1.0.109",
13531]
13532
13533[[package]]
13534name = "prost-derive"
13535version = "0.12.6"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13538dependencies = [
13539 "anyhow",
13540 "itertools 0.12.1",
13541 "proc-macro2",
13542 "quote",
13543 "syn 2.0.117",
13544]
13545
13546[[package]]
13547name = "prost-types"
13548version = "0.9.0"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13551dependencies = [
13552 "bytes 1.11.1",
13553 "prost 0.9.0",
13554]
13555
13556[[package]]
13557name = "prost-types"
13558version = "0.12.6"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13561dependencies = [
13562 "prost 0.12.6",
13563]
13564
13565[[package]]
13566name = "proto"
13567version = "0.1.0"
13568dependencies = [
13569 "anyhow",
13570 "prost 0.9.0",
13571 "prost-build 0.9.0",
13572 "serde",
13573]
13574
13575[[package]]
13576name = "protobuf"
13577version = "3.7.2"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13580dependencies = [
13581 "once_cell",
13582 "protobuf-support",
13583 "thiserror 1.0.69",
13584]
13585
13586[[package]]
13587name = "protobuf-support"
13588version = "3.7.2"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13591dependencies = [
13592 "thiserror 1.0.69",
13593]
13594
13595[[package]]
13596name = "psm"
13597version = "0.1.30"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13600dependencies = [
13601 "ar_archive_writer",
13602 "cc",
13603]
13604
13605[[package]]
13606name = "ptr_meta"
13607version = "0.1.4"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13610dependencies = [
13611 "ptr_meta_derive",
13612]
13613
13614[[package]]
13615name = "ptr_meta_derive"
13616version = "0.1.4"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13619dependencies = [
13620 "proc-macro2",
13621 "quote",
13622 "syn 1.0.109",
13623]
13624
13625[[package]]
13626name = "pulldown-cmark"
13627version = "0.10.3"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13630dependencies = [
13631 "bitflags 2.10.0",
13632 "memchr",
13633 "pulldown-cmark-escape",
13634 "unicase",
13635]
13636
13637[[package]]
13638name = "pulldown-cmark"
13639version = "0.13.0"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13642dependencies = [
13643 "bitflags 2.10.0",
13644 "memchr",
13645 "unicase",
13646]
13647
13648[[package]]
13649name = "pulldown-cmark-escape"
13650version = "0.10.1"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13653
13654[[package]]
13655name = "pulley-interpreter"
13656version = "33.0.2"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13659dependencies = [
13660 "cranelift-bitset",
13661 "log",
13662 "wasmtime-math",
13663]
13664
13665[[package]]
13666name = "pulp"
13667version = "0.18.22"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13670dependencies = [
13671 "bytemuck",
13672 "libm",
13673 "num-complex",
13674 "reborrow",
13675]
13676
13677[[package]]
13678name = "pulp"
13679version = "0.21.5"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13682dependencies = [
13683 "bytemuck",
13684 "cfg-if",
13685 "libm",
13686 "num-complex",
13687 "reborrow",
13688 "version_check",
13689]
13690
13691[[package]]
13692name = "pxfm"
13693version = "0.1.25"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13696dependencies = [
13697 "num-traits",
13698]
13699
13700[[package]]
13701name = "qoi"
13702version = "0.4.1"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13705dependencies = [
13706 "bytemuck",
13707]
13708
13709[[package]]
13710name = "quick-error"
13711version = "1.2.3"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13714
13715[[package]]
13716name = "quick-error"
13717version = "2.0.1"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13720
13721[[package]]
13722name = "quick-xml"
13723version = "0.30.0"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13726dependencies = [
13727 "memchr",
13728]
13729
13730[[package]]
13731name = "quick-xml"
13732version = "0.37.5"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13735dependencies = [
13736 "memchr",
13737]
13738
13739[[package]]
13740name = "quick-xml"
13741version = "0.38.3"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13744dependencies = [
13745 "memchr",
13746]
13747
13748[[package]]
13749name = "quinn"
13750version = "0.11.9"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13753dependencies = [
13754 "bytes 1.11.1",
13755 "cfg_aliases 0.2.1",
13756 "pin-project-lite",
13757 "quinn-proto",
13758 "quinn-udp",
13759 "rustc-hash 2.1.1",
13760 "rustls 0.23.33",
13761 "socket2 0.6.1",
13762 "thiserror 2.0.17",
13763 "tokio",
13764 "tracing",
13765 "web-time",
13766]
13767
13768[[package]]
13769name = "quinn-proto"
13770version = "0.11.13"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13773dependencies = [
13774 "bytes 1.11.1",
13775 "getrandom 0.3.4",
13776 "lru-slab",
13777 "rand 0.9.2",
13778 "ring",
13779 "rustc-hash 2.1.1",
13780 "rustls 0.23.33",
13781 "rustls-pki-types",
13782 "slab",
13783 "thiserror 2.0.17",
13784 "tinyvec",
13785 "tracing",
13786 "web-time",
13787]
13788
13789[[package]]
13790name = "quinn-udp"
13791version = "0.5.14"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13794dependencies = [
13795 "cfg_aliases 0.2.1",
13796 "libc",
13797 "once_cell",
13798 "socket2 0.6.1",
13799 "tracing",
13800 "windows-sys 0.60.2",
13801]
13802
13803[[package]]
13804name = "quote"
13805version = "1.0.41"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13808dependencies = [
13809 "proc-macro2",
13810]
13811
13812[[package]]
13813name = "r-efi"
13814version = "5.3.0"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13817
13818[[package]]
13819name = "radium"
13820version = "0.7.0"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13823
13824[[package]]
13825name = "rand"
13826version = "0.3.23"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13829dependencies = [
13830 "libc",
13831 "rand 0.4.6",
13832]
13833
13834[[package]]
13835name = "rand"
13836version = "0.4.6"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13839dependencies = [
13840 "fuchsia-cprng",
13841 "libc",
13842 "rand_core 0.3.1",
13843 "rdrand",
13844 "winapi",
13845]
13846
13847[[package]]
13848name = "rand"
13849version = "0.8.5"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13852dependencies = [
13853 "libc",
13854 "rand_chacha 0.3.1",
13855 "rand_core 0.6.4",
13856]
13857
13858[[package]]
13859name = "rand"
13860version = "0.9.2"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13863dependencies = [
13864 "rand_chacha 0.9.0",
13865 "rand_core 0.9.3",
13866]
13867
13868[[package]]
13869name = "rand_chacha"
13870version = "0.3.1"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13873dependencies = [
13874 "ppv-lite86",
13875 "rand_core 0.6.4",
13876]
13877
13878[[package]]
13879name = "rand_chacha"
13880version = "0.9.0"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13883dependencies = [
13884 "ppv-lite86",
13885 "rand_core 0.9.3",
13886]
13887
13888[[package]]
13889name = "rand_core"
13890version = "0.3.1"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13893dependencies = [
13894 "rand_core 0.4.2",
13895]
13896
13897[[package]]
13898name = "rand_core"
13899version = "0.4.2"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13902
13903[[package]]
13904name = "rand_core"
13905version = "0.6.4"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13908dependencies = [
13909 "getrandom 0.2.16",
13910]
13911
13912[[package]]
13913name = "rand_core"
13914version = "0.9.3"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13917dependencies = [
13918 "getrandom 0.3.4",
13919]
13920
13921[[package]]
13922name = "rand_distr"
13923version = "0.5.1"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13926dependencies = [
13927 "num-traits",
13928 "rand 0.9.2",
13929]
13930
13931[[package]]
13932name = "rand_pcg"
13933version = "0.3.1"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13936dependencies = [
13937 "rand_core 0.6.4",
13938]
13939
13940[[package]]
13941name = "rand_xorshift"
13942version = "0.4.0"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13945dependencies = [
13946 "rand_core 0.9.3",
13947]
13948
13949[[package]]
13950name = "random_choice"
13951version = "0.3.2"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13954dependencies = [
13955 "rand 0.3.23",
13956]
13957
13958[[package]]
13959name = "range-alloc"
13960version = "0.1.4"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13963
13964[[package]]
13965name = "range-map"
13966version = "0.2.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13969dependencies = [
13970 "num-traits",
13971]
13972
13973[[package]]
13974name = "rangemap"
13975version = "1.7.1"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13978
13979[[package]]
13980name = "rav1e"
13981version = "0.7.1"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13984dependencies = [
13985 "arbitrary",
13986 "arg_enum_proc_macro",
13987 "arrayvec",
13988 "av1-grain",
13989 "bitstream-io",
13990 "built",
13991 "cfg-if",
13992 "interpolate_name",
13993 "itertools 0.12.1",
13994 "libc",
13995 "libfuzzer-sys",
13996 "log",
13997 "maybe-rayon",
13998 "new_debug_unreachable",
13999 "noop_proc_macro",
14000 "num-derive",
14001 "num-traits",
14002 "once_cell",
14003 "paste",
14004 "profiling",
14005 "rand 0.8.5",
14006 "rand_chacha 0.3.1",
14007 "simd_helpers",
14008 "system-deps 6.2.2",
14009 "thiserror 1.0.69",
14010 "v_frame",
14011 "wasm-bindgen",
14012]
14013
14014[[package]]
14015name = "ravif"
14016version = "0.11.20"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14019dependencies = [
14020 "avif-serialize",
14021 "imgref",
14022 "loop9",
14023 "quick-error 2.0.1",
14024 "rav1e",
14025 "rayon",
14026 "rgb",
14027]
14028
14029[[package]]
14030name = "raw-cpuid"
14031version = "10.7.0"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14034dependencies = [
14035 "bitflags 1.3.2",
14036]
14037
14038[[package]]
14039name = "raw-cpuid"
14040version = "11.6.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14043dependencies = [
14044 "bitflags 2.10.0",
14045]
14046
14047[[package]]
14048name = "raw-window-handle"
14049version = "0.6.2"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14052
14053[[package]]
14054name = "raw-window-metal"
14055version = "1.1.0"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14058dependencies = [
14059 "objc2",
14060 "objc2-core-foundation",
14061 "objc2-foundation",
14062 "objc2-quartz-core",
14063]
14064
14065[[package]]
14066name = "rayon"
14067version = "1.11.0"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14070dependencies = [
14071 "either",
14072 "rayon-core",
14073]
14074
14075[[package]]
14076name = "rayon-core"
14077version = "1.13.0"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14080dependencies = [
14081 "crossbeam-deque",
14082 "crossbeam-utils",
14083]
14084
14085[[package]]
14086name = "rdrand"
14087version = "0.4.0"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14090dependencies = [
14091 "rand_core 0.3.1",
14092]
14093
14094[[package]]
14095name = "read-fonts"
14096version = "0.35.0"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14099dependencies = [
14100 "bytemuck",
14101 "font-types 0.10.0",
14102]
14103
14104[[package]]
14105name = "read-fonts"
14106version = "0.37.0"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14109dependencies = [
14110 "bytemuck",
14111 "core_maths",
14112 "font-types 0.11.0",
14113]
14114
14115[[package]]
14116name = "realfft"
14117version = "3.5.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14120dependencies = [
14121 "rustfft",
14122]
14123
14124[[package]]
14125name = "reborrow"
14126version = "0.5.5"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14129
14130[[package]]
14131name = "recent_projects"
14132version = "0.1.0"
14133dependencies = [
14134 "anyhow",
14135 "askpass",
14136 "chrono",
14137 "db",
14138 "dev_container",
14139 "editor",
14140 "extension",
14141 "extension_host",
14142 "fs",
14143 "futures 0.3.31",
14144 "fuzzy",
14145 "gpui",
14146 "http_client",
14147 "indoc",
14148 "language",
14149 "log",
14150 "menu",
14151 "node_runtime",
14152 "open_path_prompt",
14153 "ordered-float 2.10.1",
14154 "paths",
14155 "picker",
14156 "project",
14157 "release_channel",
14158 "remote",
14159 "remote_connection",
14160 "remote_server",
14161 "semver",
14162 "serde",
14163 "serde_json",
14164 "settings",
14165 "smol",
14166 "task",
14167 "telemetry",
14168 "ui",
14169 "ui_input",
14170 "util",
14171 "windows-registry 0.6.1",
14172 "workspace",
14173 "worktree",
14174 "zed_actions",
14175]
14176
14177[[package]]
14178name = "redox_syscall"
14179version = "0.2.16"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14182dependencies = [
14183 "bitflags 1.3.2",
14184]
14185
14186[[package]]
14187name = "redox_syscall"
14188version = "0.5.18"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14191dependencies = [
14192 "bitflags 2.10.0",
14193]
14194
14195[[package]]
14196name = "redox_users"
14197version = "0.4.6"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14200dependencies = [
14201 "getrandom 0.2.16",
14202 "libredox",
14203 "thiserror 1.0.69",
14204]
14205
14206[[package]]
14207name = "redox_users"
14208version = "0.5.2"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14211dependencies = [
14212 "getrandom 0.2.16",
14213 "libredox",
14214 "thiserror 2.0.17",
14215]
14216
14217[[package]]
14218name = "ref-cast"
14219version = "1.0.25"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14222dependencies = [
14223 "ref-cast-impl",
14224]
14225
14226[[package]]
14227name = "ref-cast-impl"
14228version = "1.0.25"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14231dependencies = [
14232 "proc-macro2",
14233 "quote",
14234 "syn 2.0.117",
14235]
14236
14237[[package]]
14238name = "referencing"
14239version = "0.37.4"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14242dependencies = [
14243 "ahash 0.8.12",
14244 "fluent-uri",
14245 "getrandom 0.3.4",
14246 "hashbrown 0.16.1",
14247 "parking_lot",
14248 "percent-encoding",
14249 "serde_json",
14250]
14251
14252[[package]]
14253name = "refineable"
14254version = "0.1.0"
14255dependencies = [
14256 "derive_refineable",
14257]
14258
14259[[package]]
14260name = "regalloc2"
14261version = "0.12.2"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14264dependencies = [
14265 "allocator-api2",
14266 "bumpalo",
14267 "hashbrown 0.15.5",
14268 "log",
14269 "rustc-hash 2.1.1",
14270 "serde",
14271 "smallvec",
14272]
14273
14274[[package]]
14275name = "regex"
14276version = "1.12.2"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14279dependencies = [
14280 "aho-corasick",
14281 "memchr",
14282 "regex-automata",
14283 "regex-syntax",
14284]
14285
14286[[package]]
14287name = "regex-automata"
14288version = "0.4.13"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14291dependencies = [
14292 "aho-corasick",
14293 "memchr",
14294 "regex-syntax",
14295]
14296
14297[[package]]
14298name = "regex-lite"
14299version = "0.1.8"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14302
14303[[package]]
14304name = "regex-syntax"
14305version = "0.8.8"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14308
14309[[package]]
14310name = "release_channel"
14311version = "0.1.0"
14312dependencies = [
14313 "gpui",
14314 "semver",
14315]
14316
14317[[package]]
14318name = "remote"
14319version = "0.1.0"
14320dependencies = [
14321 "anyhow",
14322 "askpass",
14323 "async-trait",
14324 "base64 0.22.1",
14325 "collections",
14326 "fs",
14327 "futures 0.3.31",
14328 "gpui",
14329 "log",
14330 "parking_lot",
14331 "paths",
14332 "prost 0.9.0",
14333 "release_channel",
14334 "rpc",
14335 "schemars",
14336 "semver",
14337 "serde",
14338 "serde_json",
14339 "settings",
14340 "smol",
14341 "tempfile",
14342 "thiserror 2.0.17",
14343 "urlencoding",
14344 "util",
14345 "which 6.0.3",
14346]
14347
14348[[package]]
14349name = "remote_connection"
14350version = "0.1.0"
14351dependencies = [
14352 "anyhow",
14353 "askpass",
14354 "auto_update",
14355 "futures 0.3.31",
14356 "gpui",
14357 "log",
14358 "markdown",
14359 "menu",
14360 "release_channel",
14361 "remote",
14362 "semver",
14363 "settings",
14364 "theme",
14365 "ui",
14366 "ui_input",
14367 "workspace",
14368]
14369
14370[[package]]
14371name = "remote_server"
14372version = "0.1.0"
14373dependencies = [
14374 "action_log",
14375 "agent",
14376 "anyhow",
14377 "askpass",
14378 "cargo_toml",
14379 "clap",
14380 "client",
14381 "clock",
14382 "collections",
14383 "crash-handler",
14384 "crashes",
14385 "dap_adapters",
14386 "debug_adapter_extension",
14387 "editor",
14388 "env_logger 0.11.8",
14389 "extension",
14390 "extension_host",
14391 "fork",
14392 "fs",
14393 "futures 0.3.31",
14394 "git",
14395 "git2",
14396 "git_hosting_providers",
14397 "gpui",
14398 "gpui_platform",
14399 "gpui_tokio",
14400 "http_client",
14401 "image",
14402 "json_schema_store",
14403 "language",
14404 "language_extension",
14405 "language_model",
14406 "languages",
14407 "libc",
14408 "log",
14409 "lsp",
14410 "minidumper",
14411 "net",
14412 "node_runtime",
14413 "paths",
14414 "pretty_assertions",
14415 "project",
14416 "proto",
14417 "rayon",
14418 "release_channel",
14419 "remote",
14420 "reqwest_client",
14421 "rpc",
14422 "rust-embed",
14423 "semver",
14424 "serde",
14425 "serde_json",
14426 "settings",
14427 "shellexpand 2.1.2",
14428 "smol",
14429 "sysinfo 0.37.2",
14430 "task",
14431 "theme",
14432 "thiserror 2.0.17",
14433 "toml 0.8.23",
14434 "unindent",
14435 "util",
14436 "uuid",
14437 "watch",
14438 "windows 0.61.3",
14439 "worktree",
14440 "zlog",
14441]
14442
14443[[package]]
14444name = "rend"
14445version = "0.4.2"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14448dependencies = [
14449 "bytecheck",
14450]
14451
14452[[package]]
14453name = "renderdoc-sys"
14454version = "1.1.0"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14457
14458[[package]]
14459name = "repl"
14460version = "0.1.0"
14461dependencies = [
14462 "alacritty_terminal",
14463 "anyhow",
14464 "async-dispatcher",
14465 "async-task",
14466 "async-tungstenite",
14467 "base64 0.22.1",
14468 "client",
14469 "collections",
14470 "command_palette_hooks",
14471 "editor",
14472 "feature_flags",
14473 "file_icons",
14474 "futures 0.3.31",
14475 "gpui",
14476 "html_to_markdown",
14477 "http_client",
14478 "image",
14479 "indoc",
14480 "jupyter-protocol",
14481 "jupyter-websocket-client",
14482 "language",
14483 "languages",
14484 "log",
14485 "markdown",
14486 "menu",
14487 "multi_buffer",
14488 "nbformat",
14489 "picker",
14490 "project",
14491 "remote",
14492 "runtimelib",
14493 "serde",
14494 "serde_json",
14495 "settings",
14496 "shlex",
14497 "smol",
14498 "telemetry",
14499 "terminal",
14500 "terminal_view",
14501 "theme",
14502 "tree-sitter-md",
14503 "tree-sitter-python",
14504 "tree-sitter-typescript",
14505 "ui",
14506 "util",
14507 "uuid",
14508 "workspace",
14509 "zed_actions",
14510]
14511
14512[[package]]
14513name = "reqwest"
14514version = "0.11.27"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14517dependencies = [
14518 "base64 0.21.7",
14519 "bytes 1.11.1",
14520 "encoding_rs",
14521 "futures-core",
14522 "futures-util",
14523 "h2 0.3.27",
14524 "http 0.2.12",
14525 "http-body 0.4.6",
14526 "hyper 0.14.32",
14527 "hyper-tls",
14528 "ipnet",
14529 "js-sys",
14530 "log",
14531 "mime",
14532 "native-tls",
14533 "once_cell",
14534 "percent-encoding",
14535 "pin-project-lite",
14536 "rustls-pemfile 1.0.4",
14537 "serde",
14538 "serde_json",
14539 "serde_urlencoded",
14540 "sync_wrapper 0.1.2",
14541 "system-configuration 0.5.1",
14542 "tokio",
14543 "tokio-native-tls",
14544 "tower-service",
14545 "url",
14546 "wasm-bindgen",
14547 "wasm-bindgen-futures",
14548 "web-sys",
14549 "winreg 0.50.0",
14550]
14551
14552[[package]]
14553name = "reqwest"
14554version = "0.12.24"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14557dependencies = [
14558 "base64 0.22.1",
14559 "bytes 1.11.1",
14560 "futures-channel",
14561 "futures-core",
14562 "futures-util",
14563 "http 1.3.1",
14564 "http-body 1.0.1",
14565 "http-body-util",
14566 "hyper 1.7.0",
14567 "hyper-rustls 0.27.7",
14568 "hyper-util",
14569 "js-sys",
14570 "log",
14571 "percent-encoding",
14572 "pin-project-lite",
14573 "quinn",
14574 "rustls 0.23.33",
14575 "rustls-native-certs 0.8.2",
14576 "rustls-pki-types",
14577 "serde",
14578 "serde_json",
14579 "serde_urlencoded",
14580 "sync_wrapper 1.0.2",
14581 "tokio",
14582 "tokio-rustls 0.26.2",
14583 "tower 0.5.2",
14584 "tower-http 0.6.6",
14585 "tower-service",
14586 "url",
14587 "wasm-bindgen",
14588 "wasm-bindgen-futures",
14589 "web-sys",
14590]
14591
14592[[package]]
14593name = "reqwest_client"
14594version = "0.1.0"
14595dependencies = [
14596 "anyhow",
14597 "bytes 1.11.1",
14598 "futures 0.3.31",
14599 "gpui_util",
14600 "http_client",
14601 "http_client_tls",
14602 "log",
14603 "regex",
14604 "serde",
14605 "tokio",
14606 "zed-reqwest",
14607]
14608
14609[[package]]
14610name = "resvg"
14611version = "0.45.1"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14614dependencies = [
14615 "log",
14616 "pico-args",
14617 "rgb",
14618 "svgtypes",
14619 "tiny-skia",
14620 "usvg",
14621]
14622
14623[[package]]
14624name = "rfc6979"
14625version = "0.3.1"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14628dependencies = [
14629 "crypto-bigint 0.4.9",
14630 "hmac",
14631 "zeroize",
14632]
14633
14634[[package]]
14635name = "rgb"
14636version = "0.8.52"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14639dependencies = [
14640 "bytemuck",
14641]
14642
14643[[package]]
14644name = "ring"
14645version = "0.17.14"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14648dependencies = [
14649 "cc",
14650 "cfg-if",
14651 "getrandom 0.2.16",
14652 "libc",
14653 "untrusted 0.9.0",
14654 "windows-sys 0.52.0",
14655]
14656
14657[[package]]
14658name = "rkyv"
14659version = "0.7.45"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14662dependencies = [
14663 "bitvec",
14664 "bytecheck",
14665 "bytes 1.11.1",
14666 "hashbrown 0.12.3",
14667 "ptr_meta",
14668 "rend",
14669 "rkyv_derive",
14670 "seahash",
14671 "tinyvec",
14672 "uuid",
14673]
14674
14675[[package]]
14676name = "rkyv_derive"
14677version = "0.7.45"
14678source = "registry+https://github.com/rust-lang/crates.io-index"
14679checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14680dependencies = [
14681 "proc-macro2",
14682 "quote",
14683 "syn 1.0.109",
14684]
14685
14686[[package]]
14687name = "rmp"
14688version = "0.8.14"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14691dependencies = [
14692 "byteorder",
14693 "num-traits",
14694 "paste",
14695]
14696
14697[[package]]
14698name = "rmpv"
14699version = "1.3.0"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14702dependencies = [
14703 "num-traits",
14704 "rmp",
14705]
14706
14707[[package]]
14708name = "rodio"
14709version = "0.21.1"
14710source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14711dependencies = [
14712 "cpal",
14713 "dasp_sample",
14714 "hound",
14715 "num-rational",
14716 "rand 0.9.2",
14717 "rand_distr",
14718 "rtrb",
14719 "symphonia",
14720 "thiserror 2.0.17",
14721]
14722
14723[[package]]
14724name = "rope"
14725version = "0.1.0"
14726dependencies = [
14727 "criterion",
14728 "ctor",
14729 "gpui",
14730 "heapless",
14731 "log",
14732 "rand 0.9.2",
14733 "rayon",
14734 "sum_tree",
14735 "tracing",
14736 "unicode-segmentation",
14737 "util",
14738 "zlog",
14739 "ztracing",
14740]
14741
14742[[package]]
14743name = "roxmltree"
14744version = "0.20.0"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14747
14748[[package]]
14749name = "rpassword"
14750version = "7.4.0"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14753dependencies = [
14754 "libc",
14755 "rtoolbox",
14756 "windows-sys 0.59.0",
14757]
14758
14759[[package]]
14760name = "rpc"
14761version = "0.1.0"
14762dependencies = [
14763 "anyhow",
14764 "async-tungstenite",
14765 "base64 0.22.1",
14766 "collections",
14767 "futures 0.3.31",
14768 "gpui",
14769 "parking_lot",
14770 "proto",
14771 "rand 0.9.2",
14772 "rsa",
14773 "serde",
14774 "serde_json",
14775 "sha2",
14776 "strum 0.27.2",
14777 "tracing",
14778 "util",
14779 "zlog",
14780 "zstd",
14781]
14782
14783[[package]]
14784name = "rsa"
14785version = "0.9.10"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14788dependencies = [
14789 "const-oid",
14790 "digest",
14791 "num-bigint-dig 0.8.6",
14792 "num-integer",
14793 "num-traits",
14794 "pkcs1",
14795 "pkcs8 0.10.2",
14796 "rand_core 0.6.4",
14797 "signature 2.2.0",
14798 "spki 0.7.3",
14799 "subtle",
14800 "zeroize",
14801]
14802
14803[[package]]
14804name = "rtoolbox"
14805version = "0.0.3"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14808dependencies = [
14809 "libc",
14810 "windows-sys 0.52.0",
14811]
14812
14813[[package]]
14814name = "rtrb"
14815version = "0.3.2"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14818
14819[[package]]
14820name = "rules_library"
14821version = "0.1.0"
14822dependencies = [
14823 "anyhow",
14824 "collections",
14825 "editor",
14826 "gpui",
14827 "language",
14828 "language_model",
14829 "log",
14830 "menu",
14831 "picker",
14832 "platform_title_bar",
14833 "prompt_store",
14834 "release_channel",
14835 "rope",
14836 "serde",
14837 "settings",
14838 "theme",
14839 "ui",
14840 "ui_input",
14841 "util",
14842 "workspace",
14843 "zed_actions",
14844]
14845
14846[[package]]
14847name = "runtimelib"
14848version = "1.4.0"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14851dependencies = [
14852 "async-dispatcher",
14853 "async-std",
14854 "aws-lc-rs",
14855 "base64 0.22.1",
14856 "bytes 1.11.1",
14857 "chrono",
14858 "data-encoding",
14859 "dirs 6.0.0",
14860 "futures 0.3.31",
14861 "glob",
14862 "jupyter-protocol",
14863 "serde",
14864 "serde_json",
14865 "shellexpand 3.1.1",
14866 "smol",
14867 "thiserror 2.0.17",
14868 "uuid",
14869 "zeromq",
14870]
14871
14872[[package]]
14873name = "rust-embed"
14874version = "8.7.2"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14877dependencies = [
14878 "rust-embed-impl",
14879 "rust-embed-utils",
14880 "walkdir",
14881]
14882
14883[[package]]
14884name = "rust-embed-impl"
14885version = "8.7.2"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14888dependencies = [
14889 "proc-macro2",
14890 "quote",
14891 "rust-embed-utils",
14892 "syn 2.0.117",
14893 "walkdir",
14894]
14895
14896[[package]]
14897name = "rust-embed-utils"
14898version = "8.7.2"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14901dependencies = [
14902 "globset",
14903 "sha2",
14904 "walkdir",
14905]
14906
14907[[package]]
14908name = "rust_decimal"
14909version = "1.39.0"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14912dependencies = [
14913 "arrayvec",
14914 "borsh",
14915 "bytes 1.11.1",
14916 "num-traits",
14917 "rand 0.8.5",
14918 "rkyv",
14919 "serde",
14920 "serde_json",
14921]
14922
14923[[package]]
14924name = "rustc-demangle"
14925version = "0.1.26"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14928
14929[[package]]
14930name = "rustc-hash"
14931version = "1.1.0"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14934
14935[[package]]
14936name = "rustc-hash"
14937version = "2.1.1"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14940
14941[[package]]
14942name = "rustc_version"
14943version = "0.4.1"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14946dependencies = [
14947 "semver",
14948]
14949
14950[[package]]
14951name = "rustfft"
14952version = "6.4.1"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14955dependencies = [
14956 "num-complex",
14957 "num-integer",
14958 "num-traits",
14959 "primal-check",
14960 "strength_reduce",
14961 "transpose",
14962]
14963
14964[[package]]
14965name = "rustix"
14966version = "0.38.44"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14969dependencies = [
14970 "bitflags 2.10.0",
14971 "errno 0.3.14",
14972 "libc",
14973 "linux-raw-sys 0.4.15",
14974 "windows-sys 0.59.0",
14975]
14976
14977[[package]]
14978name = "rustix"
14979version = "1.1.2"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14982dependencies = [
14983 "bitflags 2.10.0",
14984 "errno 0.3.14",
14985 "libc",
14986 "linux-raw-sys 0.11.0",
14987 "windows-sys 0.61.2",
14988]
14989
14990[[package]]
14991name = "rustix-linux-procfs"
14992version = "0.1.1"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14995dependencies = [
14996 "once_cell",
14997 "rustix 1.1.2",
14998]
14999
15000[[package]]
15001name = "rustix-openpty"
15002version = "0.2.0"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15005dependencies = [
15006 "errno 0.3.14",
15007 "libc",
15008 "rustix 1.1.2",
15009]
15010
15011[[package]]
15012name = "rustls"
15013version = "0.21.12"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15016dependencies = [
15017 "log",
15018 "ring",
15019 "rustls-webpki 0.101.7",
15020 "sct",
15021]
15022
15023[[package]]
15024name = "rustls"
15025version = "0.23.33"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15028dependencies = [
15029 "aws-lc-rs",
15030 "log",
15031 "once_cell",
15032 "ring",
15033 "rustls-pki-types",
15034 "rustls-webpki 0.103.7",
15035 "subtle",
15036 "zeroize",
15037]
15038
15039[[package]]
15040name = "rustls-native-certs"
15041version = "0.6.3"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15044dependencies = [
15045 "openssl-probe",
15046 "rustls-pemfile 1.0.4",
15047 "schannel",
15048 "security-framework 2.11.1",
15049]
15050
15051[[package]]
15052name = "rustls-native-certs"
15053version = "0.8.2"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15056dependencies = [
15057 "openssl-probe",
15058 "rustls-pki-types",
15059 "schannel",
15060 "security-framework 3.5.1",
15061]
15062
15063[[package]]
15064name = "rustls-pemfile"
15065version = "1.0.4"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15068dependencies = [
15069 "base64 0.21.7",
15070]
15071
15072[[package]]
15073name = "rustls-pemfile"
15074version = "2.2.0"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15077dependencies = [
15078 "rustls-pki-types",
15079]
15080
15081[[package]]
15082name = "rustls-pki-types"
15083version = "1.12.0"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15086dependencies = [
15087 "web-time",
15088 "zeroize",
15089]
15090
15091[[package]]
15092name = "rustls-platform-verifier"
15093version = "0.5.3"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15096dependencies = [
15097 "core-foundation 0.10.0",
15098 "core-foundation-sys",
15099 "jni",
15100 "log",
15101 "once_cell",
15102 "rustls 0.23.33",
15103 "rustls-native-certs 0.8.2",
15104 "rustls-platform-verifier-android",
15105 "rustls-webpki 0.103.7",
15106 "security-framework 3.5.1",
15107 "security-framework-sys",
15108 "webpki-root-certs",
15109 "windows-sys 0.59.0",
15110]
15111
15112[[package]]
15113name = "rustls-platform-verifier-android"
15114version = "0.1.1"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15117
15118[[package]]
15119name = "rustls-webpki"
15120version = "0.101.7"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15123dependencies = [
15124 "ring",
15125 "untrusted 0.9.0",
15126]
15127
15128[[package]]
15129name = "rustls-webpki"
15130version = "0.103.7"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15133dependencies = [
15134 "aws-lc-rs",
15135 "ring",
15136 "rustls-pki-types",
15137 "untrusted 0.9.0",
15138]
15139
15140[[package]]
15141name = "rustversion"
15142version = "1.0.22"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15145
15146[[package]]
15147name = "rusty-fork"
15148version = "0.3.1"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15151dependencies = [
15152 "fnv",
15153 "quick-error 1.2.3",
15154 "tempfile",
15155 "wait-timeout",
15156]
15157
15158[[package]]
15159name = "rustybuzz"
15160version = "0.20.1"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15163dependencies = [
15164 "bitflags 2.10.0",
15165 "bytemuck",
15166 "core_maths",
15167 "log",
15168 "smallvec",
15169 "ttf-parser 0.25.1",
15170 "unicode-bidi-mirroring",
15171 "unicode-ccc",
15172 "unicode-properties",
15173 "unicode-script",
15174]
15175
15176[[package]]
15177name = "ryu"
15178version = "1.0.20"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15181
15182[[package]]
15183name = "saa"
15184version = "5.4.9"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15187
15188[[package]]
15189name = "safetensors"
15190version = "0.4.5"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15193dependencies = [
15194 "serde",
15195 "serde_json",
15196]
15197
15198[[package]]
15199name = "same-file"
15200version = "1.0.6"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15203dependencies = [
15204 "winapi-util",
15205]
15206
15207[[package]]
15208name = "scc"
15209version = "3.5.6"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15212dependencies = [
15213 "saa",
15214 "sdd",
15215]
15216
15217[[package]]
15218name = "schannel"
15219version = "0.1.28"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15222dependencies = [
15223 "windows-sys 0.61.2",
15224]
15225
15226[[package]]
15227name = "scheduler"
15228version = "0.1.0"
15229dependencies = [
15230 "async-task",
15231 "backtrace",
15232 "chrono",
15233 "flume",
15234 "futures 0.3.31",
15235 "parking_lot",
15236 "rand 0.9.2",
15237 "web-time",
15238]
15239
15240[[package]]
15241name = "schema_generator"
15242version = "0.1.0"
15243dependencies = [
15244 "anyhow",
15245 "clap",
15246 "env_logger 0.11.8",
15247 "schemars",
15248 "serde",
15249 "serde_json",
15250 "settings",
15251 "theme",
15252]
15253
15254[[package]]
15255name = "schemars"
15256version = "1.0.4"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15259dependencies = [
15260 "dyn-clone",
15261 "indexmap",
15262 "ref-cast",
15263 "schemars_derive",
15264 "serde",
15265 "serde_json",
15266]
15267
15268[[package]]
15269name = "schemars_derive"
15270version = "1.0.4"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15273dependencies = [
15274 "proc-macro2",
15275 "quote",
15276 "serde_derive_internals",
15277 "syn 2.0.117",
15278]
15279
15280[[package]]
15281name = "scoped-tls"
15282version = "1.0.1"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15285
15286[[package]]
15287name = "scopeguard"
15288version = "1.2.0"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15291
15292[[package]]
15293name = "scratch"
15294version = "1.0.9"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15297
15298[[package]]
15299name = "screencapturekit"
15300version = "0.2.8"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15303dependencies = [
15304 "screencapturekit-sys",
15305]
15306
15307[[package]]
15308name = "screencapturekit-sys"
15309version = "0.2.8"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15312dependencies = [
15313 "block",
15314 "dispatch",
15315 "objc",
15316 "objc-foundation",
15317 "objc_id",
15318 "once_cell",
15319]
15320
15321[[package]]
15322name = "scroll"
15323version = "0.12.0"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15326dependencies = [
15327 "scroll_derive",
15328]
15329
15330[[package]]
15331name = "scroll_derive"
15332version = "0.12.1"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15335dependencies = [
15336 "proc-macro2",
15337 "quote",
15338 "syn 2.0.117",
15339]
15340
15341[[package]]
15342name = "sct"
15343version = "0.7.1"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15346dependencies = [
15347 "ring",
15348 "untrusted 0.9.0",
15349]
15350
15351[[package]]
15352name = "sdd"
15353version = "4.6.2"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15356
15357[[package]]
15358name = "sea-bae"
15359version = "0.2.1"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15362dependencies = [
15363 "heck 0.4.1",
15364 "proc-macro-error2",
15365 "proc-macro2",
15366 "quote",
15367 "syn 2.0.117",
15368]
15369
15370[[package]]
15371name = "sea-orm"
15372version = "1.1.10"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15375dependencies = [
15376 "async-stream",
15377 "async-trait",
15378 "bigdecimal",
15379 "chrono",
15380 "futures-util",
15381 "log",
15382 "ouroboros",
15383 "pgvector",
15384 "rust_decimal",
15385 "sea-orm-macros",
15386 "sea-query",
15387 "sea-query-binder",
15388 "serde",
15389 "serde_json",
15390 "sqlx",
15391 "strum 0.26.3",
15392 "thiserror 2.0.17",
15393 "time",
15394 "tracing",
15395 "url",
15396 "uuid",
15397]
15398
15399[[package]]
15400name = "sea-orm-macros"
15401version = "1.1.10"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15404dependencies = [
15405 "heck 0.4.1",
15406 "proc-macro2",
15407 "quote",
15408 "sea-bae",
15409 "syn 2.0.117",
15410 "unicode-ident",
15411]
15412
15413[[package]]
15414name = "sea-query"
15415version = "0.32.7"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15418dependencies = [
15419 "bigdecimal",
15420 "chrono",
15421 "inherent",
15422 "ordered-float 4.6.0",
15423 "rust_decimal",
15424 "serde_json",
15425 "time",
15426 "uuid",
15427]
15428
15429[[package]]
15430name = "sea-query-binder"
15431version = "0.7.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15434dependencies = [
15435 "bigdecimal",
15436 "chrono",
15437 "rust_decimal",
15438 "sea-query",
15439 "serde_json",
15440 "sqlx",
15441 "time",
15442 "uuid",
15443]
15444
15445[[package]]
15446name = "seahash"
15447version = "4.1.0"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15450
15451[[package]]
15452name = "search"
15453version = "0.1.0"
15454dependencies = [
15455 "any_vec",
15456 "anyhow",
15457 "bitflags 2.10.0",
15458 "collections",
15459 "editor",
15460 "fs",
15461 "futures 0.3.31",
15462 "gpui",
15463 "itertools 0.14.0",
15464 "language",
15465 "lsp",
15466 "menu",
15467 "multi_buffer",
15468 "pretty_assertions",
15469 "project",
15470 "serde",
15471 "serde_json",
15472 "settings",
15473 "smol",
15474 "theme",
15475 "tracing",
15476 "ui",
15477 "unindent",
15478 "util",
15479 "util_macros",
15480 "workspace",
15481 "zed_actions",
15482 "ztracing",
15483]
15484
15485[[package]]
15486name = "sec1"
15487version = "0.3.0"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15490dependencies = [
15491 "base16ct",
15492 "der 0.6.1",
15493 "generic-array",
15494 "pkcs8 0.9.0",
15495 "subtle",
15496 "zeroize",
15497]
15498
15499[[package]]
15500name = "security-framework"
15501version = "2.11.1"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15504dependencies = [
15505 "bitflags 2.10.0",
15506 "core-foundation 0.9.4",
15507 "core-foundation-sys",
15508 "libc",
15509 "security-framework-sys",
15510]
15511
15512[[package]]
15513name = "security-framework"
15514version = "3.5.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15517dependencies = [
15518 "bitflags 2.10.0",
15519 "core-foundation 0.10.0",
15520 "core-foundation-sys",
15521 "libc",
15522 "security-framework-sys",
15523]
15524
15525[[package]]
15526name = "security-framework-sys"
15527version = "2.15.0"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15530dependencies = [
15531 "core-foundation-sys",
15532 "libc",
15533]
15534
15535[[package]]
15536name = "self_cell"
15537version = "1.2.2"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15540
15541[[package]]
15542name = "semver"
15543version = "1.0.27"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15546dependencies = [
15547 "serde",
15548 "serde_core",
15549]
15550
15551[[package]]
15552name = "seq-macro"
15553version = "0.3.6"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15556
15557[[package]]
15558name = "serde"
15559version = "1.0.228"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15562dependencies = [
15563 "serde_core",
15564 "serde_derive",
15565]
15566
15567[[package]]
15568name = "serde_bytes"
15569version = "0.11.19"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15572dependencies = [
15573 "serde",
15574 "serde_core",
15575]
15576
15577[[package]]
15578name = "serde_core"
15579version = "1.0.228"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15582dependencies = [
15583 "serde_derive",
15584]
15585
15586[[package]]
15587name = "serde_derive"
15588version = "1.0.228"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15591dependencies = [
15592 "proc-macro2",
15593 "quote",
15594 "syn 2.0.117",
15595]
15596
15597[[package]]
15598name = "serde_derive_internals"
15599version = "0.29.1"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15602dependencies = [
15603 "proc-macro2",
15604 "quote",
15605 "syn 2.0.117",
15606]
15607
15608[[package]]
15609name = "serde_fmt"
15610version = "1.0.3"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15613dependencies = [
15614 "serde",
15615]
15616
15617[[package]]
15618name = "serde_json"
15619version = "1.0.145"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15622dependencies = [
15623 "indexmap",
15624 "itoa",
15625 "memchr",
15626 "ryu",
15627 "serde",
15628 "serde_core",
15629]
15630
15631[[package]]
15632name = "serde_json_lenient"
15633version = "0.2.4"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15636dependencies = [
15637 "indexmap",
15638 "itoa",
15639 "memchr",
15640 "ryu",
15641 "serde",
15642]
15643
15644[[package]]
15645name = "serde_path_to_error"
15646version = "0.1.20"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15649dependencies = [
15650 "itoa",
15651 "serde",
15652 "serde_core",
15653]
15654
15655[[package]]
15656name = "serde_repr"
15657version = "0.1.20"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15660dependencies = [
15661 "proc-macro2",
15662 "quote",
15663 "syn 2.0.117",
15664]
15665
15666[[package]]
15667name = "serde_spanned"
15668version = "0.6.9"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15671dependencies = [
15672 "serde",
15673]
15674
15675[[package]]
15676name = "serde_spanned"
15677version = "1.0.3"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15680dependencies = [
15681 "serde_core",
15682]
15683
15684[[package]]
15685name = "serde_urlencoded"
15686version = "0.7.1"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15689dependencies = [
15690 "form_urlencoded",
15691 "itoa",
15692 "ryu",
15693 "serde",
15694]
15695
15696[[package]]
15697name = "serde_yaml"
15698version = "0.9.34+deprecated"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15701dependencies = [
15702 "indexmap",
15703 "itoa",
15704 "ryu",
15705 "serde",
15706 "unsafe-libyaml",
15707]
15708
15709[[package]]
15710name = "serial2"
15711version = "0.2.33"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15714dependencies = [
15715 "cfg-if",
15716 "libc",
15717 "winapi",
15718]
15719
15720[[package]]
15721name = "session"
15722version = "0.1.0"
15723dependencies = [
15724 "db",
15725 "gpui",
15726 "serde_json",
15727 "util",
15728 "uuid",
15729]
15730
15731[[package]]
15732name = "settings"
15733version = "0.1.0"
15734dependencies = [
15735 "anyhow",
15736 "collections",
15737 "ec4rs",
15738 "fs",
15739 "futures 0.3.31",
15740 "gpui",
15741 "indoc",
15742 "inventory",
15743 "log",
15744 "migrator",
15745 "paths",
15746 "pretty_assertions",
15747 "release_channel",
15748 "rust-embed",
15749 "schemars",
15750 "serde",
15751 "serde_json",
15752 "serde_json_lenient",
15753 "settings_content",
15754 "settings_json",
15755 "settings_macros",
15756 "smallvec",
15757 "unindent",
15758 "util",
15759 "zlog",
15760]
15761
15762[[package]]
15763name = "settings_content"
15764version = "0.1.0"
15765dependencies = [
15766 "anyhow",
15767 "collections",
15768 "derive_more",
15769 "gpui",
15770 "log",
15771 "schemars",
15772 "serde",
15773 "serde_json",
15774 "serde_json_lenient",
15775 "settings_json",
15776 "settings_macros",
15777 "strum 0.27.2",
15778 "util",
15779]
15780
15781[[package]]
15782name = "settings_json"
15783version = "0.1.0"
15784dependencies = [
15785 "anyhow",
15786 "pretty_assertions",
15787 "serde",
15788 "serde_json",
15789 "serde_json_lenient",
15790 "serde_path_to_error",
15791 "tree-sitter",
15792 "tree-sitter-json",
15793 "unindent",
15794 "util",
15795]
15796
15797[[package]]
15798name = "settings_macros"
15799version = "0.1.0"
15800dependencies = [
15801 "quote",
15802 "settings",
15803 "syn 2.0.117",
15804]
15805
15806[[package]]
15807name = "settings_profile_selector"
15808version = "0.1.0"
15809dependencies = [
15810 "editor",
15811 "fuzzy",
15812 "gpui",
15813 "menu",
15814 "picker",
15815 "project",
15816 "serde_json",
15817 "settings",
15818 "theme",
15819 "ui",
15820 "workspace",
15821 "zed_actions",
15822]
15823
15824[[package]]
15825name = "settings_ui"
15826version = "0.1.0"
15827dependencies = [
15828 "agent",
15829 "agent_settings",
15830 "anyhow",
15831 "audio",
15832 "codestral",
15833 "component",
15834 "copilot",
15835 "copilot_ui",
15836 "cpal",
15837 "edit_prediction",
15838 "edit_prediction_ui",
15839 "editor",
15840 "feature_flags",
15841 "fs",
15842 "futures 0.3.31",
15843 "fuzzy",
15844 "gpui",
15845 "heck 0.5.0",
15846 "itertools 0.14.0",
15847 "language",
15848 "log",
15849 "menu",
15850 "paths",
15851 "picker",
15852 "platform_title_bar",
15853 "pretty_assertions",
15854 "project",
15855 "regex",
15856 "release_channel",
15857 "rodio",
15858 "schemars",
15859 "search",
15860 "serde",
15861 "serde_json",
15862 "settings",
15863 "shell_command_parser",
15864 "strum 0.27.2",
15865 "telemetry",
15866 "theme",
15867 "title_bar",
15868 "ui",
15869 "util",
15870 "workspace",
15871 "zed_actions",
15872]
15873
15874[[package]]
15875name = "sha-1"
15876version = "0.10.1"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15879dependencies = [
15880 "cfg-if",
15881 "cpufeatures",
15882 "digest",
15883]
15884
15885[[package]]
15886name = "sha1"
15887version = "0.10.6"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15890dependencies = [
15891 "cfg-if",
15892 "cpufeatures",
15893 "digest",
15894]
15895
15896[[package]]
15897name = "sha1_smol"
15898version = "1.0.1"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15901
15902[[package]]
15903name = "sha2"
15904version = "0.10.9"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15907dependencies = [
15908 "cfg-if",
15909 "cpufeatures",
15910 "digest",
15911]
15912
15913[[package]]
15914name = "sharded-slab"
15915version = "0.1.7"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15918dependencies = [
15919 "lazy_static",
15920]
15921
15922[[package]]
15923name = "shared_library"
15924version = "0.1.9"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15927dependencies = [
15928 "lazy_static",
15929 "libc",
15930]
15931
15932[[package]]
15933name = "shell-words"
15934version = "1.1.0"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15937
15938[[package]]
15939name = "shell_command_parser"
15940version = "0.1.0"
15941dependencies = [
15942 "brush-parser",
15943]
15944
15945[[package]]
15946name = "shellexpand"
15947version = "2.1.2"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15950dependencies = [
15951 "dirs 4.0.0",
15952]
15953
15954[[package]]
15955name = "shellexpand"
15956version = "3.1.1"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15959dependencies = [
15960 "dirs 6.0.0",
15961]
15962
15963[[package]]
15964name = "shingles"
15965version = "0.1.1"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15968
15969[[package]]
15970name = "shlex"
15971version = "1.3.0"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15974
15975[[package]]
15976name = "sidebar"
15977version = "0.1.0"
15978dependencies = [
15979 "acp_thread",
15980 "action_log",
15981 "agent",
15982 "agent-client-protocol",
15983 "agent_ui",
15984 "anyhow",
15985 "assistant_text_thread",
15986 "chrono",
15987 "editor",
15988 "feature_flags",
15989 "fs",
15990 "git",
15991 "gpui",
15992 "language_model",
15993 "menu",
15994 "pretty_assertions",
15995 "project",
15996 "prompt_store",
15997 "recent_projects",
15998 "serde_json",
15999 "settings",
16000 "theme",
16001 "ui",
16002 "util",
16003 "vim_mode_setting",
16004 "workspace",
16005 "zed_actions",
16006]
16007
16008[[package]]
16009name = "signal-hook"
16010version = "0.3.18"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16013dependencies = [
16014 "libc",
16015 "signal-hook-registry",
16016]
16017
16018[[package]]
16019name = "signal-hook-registry"
16020version = "1.4.6"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16023dependencies = [
16024 "libc",
16025]
16026
16027[[package]]
16028name = "signature"
16029version = "1.6.4"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16032dependencies = [
16033 "digest",
16034 "rand_core 0.6.4",
16035]
16036
16037[[package]]
16038name = "signature"
16039version = "2.2.0"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16042dependencies = [
16043 "digest",
16044 "rand_core 0.6.4",
16045]
16046
16047[[package]]
16048name = "simd-adler32"
16049version = "0.3.7"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16052
16053[[package]]
16054name = "simd_helpers"
16055version = "0.1.0"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16058dependencies = [
16059 "quote",
16060]
16061
16062[[package]]
16063name = "simdutf8"
16064version = "0.1.5"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16067
16068[[package]]
16069name = "similar"
16070version = "2.7.0"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16073
16074[[package]]
16075name = "simple_asn1"
16076version = "0.6.3"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16079dependencies = [
16080 "num-bigint",
16081 "num-traits",
16082 "thiserror 2.0.17",
16083 "time",
16084]
16085
16086[[package]]
16087name = "simplecss"
16088version = "0.2.2"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16091dependencies = [
16092 "log",
16093]
16094
16095[[package]]
16096name = "simplelog"
16097version = "0.12.2"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16100dependencies = [
16101 "log",
16102 "termcolor",
16103 "time",
16104]
16105
16106[[package]]
16107name = "siphasher"
16108version = "0.3.11"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16111
16112[[package]]
16113name = "siphasher"
16114version = "1.0.1"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16117
16118[[package]]
16119name = "skrifa"
16120version = "0.37.0"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16123dependencies = [
16124 "bytemuck",
16125 "read-fonts 0.35.0",
16126]
16127
16128[[package]]
16129name = "skrifa"
16130version = "0.40.0"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16133dependencies = [
16134 "bytemuck",
16135 "read-fonts 0.37.0",
16136]
16137
16138[[package]]
16139name = "slab"
16140version = "0.4.11"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16143
16144[[package]]
16145name = "slash_commands_example"
16146version = "0.1.0"
16147dependencies = [
16148 "zed_extension_api 0.1.0",
16149]
16150
16151[[package]]
16152name = "slotmap"
16153version = "1.0.7"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16156dependencies = [
16157 "version_check",
16158]
16159
16160[[package]]
16161name = "smallvec"
16162version = "1.15.1"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16165dependencies = [
16166 "serde",
16167]
16168
16169[[package]]
16170name = "smart-default"
16171version = "0.7.1"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16174dependencies = [
16175 "proc-macro2",
16176 "quote",
16177 "syn 2.0.117",
16178]
16179
16180[[package]]
16181name = "smol"
16182version = "2.0.2"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16185dependencies = [
16186 "async-channel 2.5.0",
16187 "async-executor",
16188 "async-fs",
16189 "async-io",
16190 "async-lock 3.4.2",
16191 "async-net",
16192 "async-process",
16193 "blocking",
16194 "futures-lite 2.6.1",
16195]
16196
16197[[package]]
16198name = "smol_str"
16199version = "0.3.5"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16202
16203[[package]]
16204name = "snippet"
16205version = "0.1.0"
16206dependencies = [
16207 "anyhow",
16208 "smallvec",
16209]
16210
16211[[package]]
16212name = "snippet_provider"
16213version = "0.1.0"
16214dependencies = [
16215 "anyhow",
16216 "collections",
16217 "extension",
16218 "fs",
16219 "futures 0.3.31",
16220 "gpui",
16221 "indoc",
16222 "parking_lot",
16223 "paths",
16224 "schemars",
16225 "serde",
16226 "serde_json",
16227 "serde_json_lenient",
16228 "snippet",
16229 "util",
16230]
16231
16232[[package]]
16233name = "snippets_ui"
16234version = "0.1.0"
16235dependencies = [
16236 "file_icons",
16237 "fuzzy",
16238 "gpui",
16239 "language",
16240 "open_path_prompt",
16241 "paths",
16242 "picker",
16243 "settings",
16244 "ui",
16245 "util",
16246 "workspace",
16247]
16248
16249[[package]]
16250name = "socket2"
16251version = "0.5.10"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16254dependencies = [
16255 "libc",
16256 "windows-sys 0.52.0",
16257]
16258
16259[[package]]
16260name = "socket2"
16261version = "0.6.1"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16264dependencies = [
16265 "libc",
16266 "windows-sys 0.60.2",
16267]
16268
16269[[package]]
16270name = "spdx"
16271version = "0.10.9"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16274dependencies = [
16275 "smallvec",
16276]
16277
16278[[package]]
16279name = "spin"
16280version = "0.9.8"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16283dependencies = [
16284 "lock_api",
16285]
16286
16287[[package]]
16288name = "spin"
16289version = "0.10.0"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16292dependencies = [
16293 "lock_api",
16294]
16295
16296[[package]]
16297name = "spirv"
16298version = "0.4.0+sdk-1.4.341.0"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16301dependencies = [
16302 "bitflags 2.10.0",
16303]
16304
16305[[package]]
16306name = "spki"
16307version = "0.6.0"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16310dependencies = [
16311 "base64ct",
16312 "der 0.6.1",
16313]
16314
16315[[package]]
16316name = "spki"
16317version = "0.7.3"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16320dependencies = [
16321 "base64ct",
16322 "der 0.7.10",
16323]
16324
16325[[package]]
16326name = "sptr"
16327version = "0.3.2"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16330
16331[[package]]
16332name = "sqlez"
16333version = "0.1.0"
16334dependencies = [
16335 "anyhow",
16336 "collections",
16337 "futures 0.3.31",
16338 "indoc",
16339 "libsqlite3-sys",
16340 "log",
16341 "parking_lot",
16342 "smol",
16343 "sqlformat",
16344 "thread_local",
16345 "util",
16346 "uuid",
16347]
16348
16349[[package]]
16350name = "sqlez_macros"
16351version = "0.1.0"
16352dependencies = [
16353 "sqlez",
16354 "sqlformat",
16355 "syn 2.0.117",
16356]
16357
16358[[package]]
16359name = "sqlformat"
16360version = "0.2.6"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16363dependencies = [
16364 "nom 7.1.3",
16365 "unicode_categories",
16366]
16367
16368[[package]]
16369name = "sqlx"
16370version = "0.8.6"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16373dependencies = [
16374 "sqlx-core",
16375 "sqlx-macros",
16376 "sqlx-mysql",
16377 "sqlx-postgres",
16378 "sqlx-sqlite",
16379]
16380
16381[[package]]
16382name = "sqlx-core"
16383version = "0.8.6"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16386dependencies = [
16387 "base64 0.22.1",
16388 "bigdecimal",
16389 "bytes 1.11.1",
16390 "chrono",
16391 "crc",
16392 "crossbeam-queue",
16393 "either",
16394 "event-listener 5.4.1",
16395 "futures-core",
16396 "futures-intrusive",
16397 "futures-io",
16398 "futures-util",
16399 "hashbrown 0.15.5",
16400 "hashlink 0.10.0",
16401 "indexmap",
16402 "log",
16403 "memchr",
16404 "once_cell",
16405 "percent-encoding",
16406 "rust_decimal",
16407 "rustls 0.23.33",
16408 "serde",
16409 "serde_json",
16410 "sha2",
16411 "smallvec",
16412 "thiserror 2.0.17",
16413 "time",
16414 "tokio",
16415 "tokio-stream",
16416 "tracing",
16417 "url",
16418 "uuid",
16419 "webpki-roots",
16420]
16421
16422[[package]]
16423name = "sqlx-macros"
16424version = "0.8.6"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16427dependencies = [
16428 "proc-macro2",
16429 "quote",
16430 "sqlx-core",
16431 "sqlx-macros-core",
16432 "syn 2.0.117",
16433]
16434
16435[[package]]
16436name = "sqlx-macros-core"
16437version = "0.8.6"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16440dependencies = [
16441 "dotenvy",
16442 "either",
16443 "heck 0.5.0",
16444 "hex",
16445 "once_cell",
16446 "proc-macro2",
16447 "quote",
16448 "serde",
16449 "serde_json",
16450 "sha2",
16451 "sqlx-core",
16452 "sqlx-mysql",
16453 "sqlx-postgres",
16454 "sqlx-sqlite",
16455 "syn 2.0.117",
16456 "tokio",
16457 "url",
16458]
16459
16460[[package]]
16461name = "sqlx-mysql"
16462version = "0.8.6"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16465dependencies = [
16466 "atoi",
16467 "base64 0.22.1",
16468 "bigdecimal",
16469 "bitflags 2.10.0",
16470 "byteorder",
16471 "bytes 1.11.1",
16472 "chrono",
16473 "crc",
16474 "digest",
16475 "dotenvy",
16476 "either",
16477 "futures-channel",
16478 "futures-core",
16479 "futures-io",
16480 "futures-util",
16481 "generic-array",
16482 "hex",
16483 "hkdf",
16484 "hmac",
16485 "itoa",
16486 "log",
16487 "md-5",
16488 "memchr",
16489 "once_cell",
16490 "percent-encoding",
16491 "rand 0.8.5",
16492 "rsa",
16493 "rust_decimal",
16494 "serde",
16495 "sha1",
16496 "sha2",
16497 "smallvec",
16498 "sqlx-core",
16499 "stringprep",
16500 "thiserror 2.0.17",
16501 "time",
16502 "tracing",
16503 "uuid",
16504 "whoami",
16505]
16506
16507[[package]]
16508name = "sqlx-postgres"
16509version = "0.8.6"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16512dependencies = [
16513 "atoi",
16514 "base64 0.22.1",
16515 "bigdecimal",
16516 "bitflags 2.10.0",
16517 "byteorder",
16518 "chrono",
16519 "crc",
16520 "dotenvy",
16521 "etcetera",
16522 "futures-channel",
16523 "futures-core",
16524 "futures-util",
16525 "hex",
16526 "hkdf",
16527 "hmac",
16528 "home",
16529 "itoa",
16530 "log",
16531 "md-5",
16532 "memchr",
16533 "num-bigint",
16534 "once_cell",
16535 "rand 0.8.5",
16536 "rust_decimal",
16537 "serde",
16538 "serde_json",
16539 "sha2",
16540 "smallvec",
16541 "sqlx-core",
16542 "stringprep",
16543 "thiserror 2.0.17",
16544 "time",
16545 "tracing",
16546 "uuid",
16547 "whoami",
16548]
16549
16550[[package]]
16551name = "sqlx-sqlite"
16552version = "0.8.6"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16555dependencies = [
16556 "atoi",
16557 "chrono",
16558 "flume",
16559 "futures-channel",
16560 "futures-core",
16561 "futures-executor",
16562 "futures-intrusive",
16563 "futures-util",
16564 "libsqlite3-sys",
16565 "log",
16566 "percent-encoding",
16567 "serde",
16568 "serde_urlencoded",
16569 "sqlx-core",
16570 "thiserror 2.0.17",
16571 "time",
16572 "tracing",
16573 "url",
16574 "uuid",
16575]
16576
16577[[package]]
16578name = "stable_deref_trait"
16579version = "1.2.1"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16582
16583[[package]]
16584name = "stacker"
16585version = "0.1.23"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16588dependencies = [
16589 "cc",
16590 "cfg-if",
16591 "libc",
16592 "psm",
16593 "windows-sys 0.59.0",
16594]
16595
16596[[package]]
16597name = "stacksafe"
16598version = "0.1.4"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16601dependencies = [
16602 "stacker",
16603 "stacksafe-macro",
16604]
16605
16606[[package]]
16607name = "stacksafe-macro"
16608version = "0.1.4"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16611dependencies = [
16612 "proc-macro-error2",
16613 "quote",
16614 "syn 2.0.117",
16615]
16616
16617[[package]]
16618name = "static_assertions"
16619version = "1.1.0"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16622
16623[[package]]
16624name = "story"
16625version = "0.1.0"
16626dependencies = [
16627 "gpui",
16628 "itertools 0.14.0",
16629 "smallvec",
16630]
16631
16632[[package]]
16633name = "storybook"
16634version = "0.1.0"
16635dependencies = [
16636 "anyhow",
16637 "clap",
16638 "ctrlc",
16639 "dialoguer",
16640 "editor",
16641 "fuzzy",
16642 "gpui",
16643 "gpui_platform",
16644 "indoc",
16645 "language",
16646 "log",
16647 "menu",
16648 "picker",
16649 "reqwest_client",
16650 "rust-embed",
16651 "settings",
16652 "simplelog",
16653 "story",
16654 "strum 0.27.2",
16655 "theme",
16656 "title_bar",
16657 "ui",
16658]
16659
16660[[package]]
16661name = "streaming-iterator"
16662version = "0.1.9"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16665
16666[[package]]
16667name = "streaming_diff"
16668version = "0.1.0"
16669dependencies = [
16670 "ordered-float 2.10.1",
16671 "rand 0.9.2",
16672 "rope",
16673 "util",
16674]
16675
16676[[package]]
16677name = "strength_reduce"
16678version = "0.2.4"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16681
16682[[package]]
16683name = "strict-num"
16684version = "0.1.1"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16687dependencies = [
16688 "float-cmp",
16689]
16690
16691[[package]]
16692name = "string_cache"
16693version = "0.8.9"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16696dependencies = [
16697 "new_debug_unreachable",
16698 "parking_lot",
16699 "phf_shared 0.11.3",
16700 "precomputed-hash",
16701 "serde",
16702]
16703
16704[[package]]
16705name = "string_cache_codegen"
16706version = "0.5.4"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16709dependencies = [
16710 "phf_generator 0.11.3",
16711 "phf_shared 0.11.3",
16712 "proc-macro2",
16713 "quote",
16714]
16715
16716[[package]]
16717name = "stringprep"
16718version = "0.1.5"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16721dependencies = [
16722 "unicode-bidi",
16723 "unicode-normalization",
16724 "unicode-properties",
16725]
16726
16727[[package]]
16728name = "strsim"
16729version = "0.11.1"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16732
16733[[package]]
16734name = "strum"
16735version = "0.26.3"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16738
16739[[package]]
16740name = "strum"
16741version = "0.27.2"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16744dependencies = [
16745 "strum_macros 0.27.2",
16746]
16747
16748[[package]]
16749name = "strum"
16750version = "0.28.0"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16753dependencies = [
16754 "strum_macros 0.28.0",
16755]
16756
16757[[package]]
16758name = "strum_macros"
16759version = "0.27.2"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16762dependencies = [
16763 "heck 0.5.0",
16764 "proc-macro2",
16765 "quote",
16766 "syn 2.0.117",
16767]
16768
16769[[package]]
16770name = "strum_macros"
16771version = "0.28.0"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16774dependencies = [
16775 "heck 0.5.0",
16776 "proc-macro2",
16777 "quote",
16778 "syn 2.0.117",
16779]
16780
16781[[package]]
16782name = "subtle"
16783version = "2.6.1"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16786
16787[[package]]
16788name = "sum_tree"
16789version = "0.1.0"
16790dependencies = [
16791 "ctor",
16792 "heapless",
16793 "log",
16794 "proptest",
16795 "rand 0.9.2",
16796 "rayon",
16797 "tracing",
16798 "zlog",
16799 "ztracing",
16800]
16801
16802[[package]]
16803name = "sval"
16804version = "2.15.0"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16807
16808[[package]]
16809name = "sval_buffer"
16810version = "2.15.0"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16813dependencies = [
16814 "sval",
16815 "sval_ref",
16816]
16817
16818[[package]]
16819name = "sval_dynamic"
16820version = "2.15.0"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16823dependencies = [
16824 "sval",
16825]
16826
16827[[package]]
16828name = "sval_fmt"
16829version = "2.15.0"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16832dependencies = [
16833 "itoa",
16834 "ryu",
16835 "sval",
16836]
16837
16838[[package]]
16839name = "sval_json"
16840version = "2.15.0"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16843dependencies = [
16844 "itoa",
16845 "ryu",
16846 "sval",
16847]
16848
16849[[package]]
16850name = "sval_nested"
16851version = "2.15.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16854dependencies = [
16855 "sval",
16856 "sval_buffer",
16857 "sval_ref",
16858]
16859
16860[[package]]
16861name = "sval_ref"
16862version = "2.15.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16865dependencies = [
16866 "sval",
16867]
16868
16869[[package]]
16870name = "sval_serde"
16871version = "2.15.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16874dependencies = [
16875 "serde_core",
16876 "sval",
16877 "sval_nested",
16878]
16879
16880[[package]]
16881name = "svg_fmt"
16882version = "0.4.5"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16885
16886[[package]]
16887name = "svg_preview"
16888version = "0.1.0"
16889dependencies = [
16890 "file_icons",
16891 "gpui",
16892 "language",
16893 "multi_buffer",
16894 "ui",
16895 "workspace",
16896 "zed_actions",
16897]
16898
16899[[package]]
16900name = "svgtypes"
16901version = "0.15.3"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16904dependencies = [
16905 "kurbo",
16906 "siphasher 1.0.1",
16907]
16908
16909[[package]]
16910name = "swash"
16911version = "0.2.6"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16914dependencies = [
16915 "skrifa 0.37.0",
16916 "yazi",
16917 "zeno",
16918]
16919
16920[[package]]
16921name = "symphonia"
16922version = "0.5.5"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16925dependencies = [
16926 "lazy_static",
16927 "symphonia-bundle-flac",
16928 "symphonia-bundle-mp3",
16929 "symphonia-codec-aac",
16930 "symphonia-codec-pcm",
16931 "symphonia-codec-vorbis",
16932 "symphonia-core",
16933 "symphonia-format-isomp4",
16934 "symphonia-format-ogg",
16935 "symphonia-format-riff",
16936 "symphonia-metadata",
16937]
16938
16939[[package]]
16940name = "symphonia-bundle-flac"
16941version = "0.5.5"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16944dependencies = [
16945 "log",
16946 "symphonia-core",
16947 "symphonia-metadata",
16948 "symphonia-utils-xiph",
16949]
16950
16951[[package]]
16952name = "symphonia-bundle-mp3"
16953version = "0.5.5"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16956dependencies = [
16957 "lazy_static",
16958 "log",
16959 "symphonia-core",
16960 "symphonia-metadata",
16961]
16962
16963[[package]]
16964name = "symphonia-codec-aac"
16965version = "0.5.5"
16966source = "registry+https://github.com/rust-lang/crates.io-index"
16967checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16968dependencies = [
16969 "lazy_static",
16970 "log",
16971 "symphonia-core",
16972]
16973
16974[[package]]
16975name = "symphonia-codec-pcm"
16976version = "0.5.5"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16979dependencies = [
16980 "log",
16981 "symphonia-core",
16982]
16983
16984[[package]]
16985name = "symphonia-codec-vorbis"
16986version = "0.5.5"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16989dependencies = [
16990 "log",
16991 "symphonia-core",
16992 "symphonia-utils-xiph",
16993]
16994
16995[[package]]
16996name = "symphonia-core"
16997version = "0.5.5"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17000dependencies = [
17001 "arrayvec",
17002 "bitflags 1.3.2",
17003 "bytemuck",
17004 "lazy_static",
17005 "log",
17006]
17007
17008[[package]]
17009name = "symphonia-format-isomp4"
17010version = "0.5.5"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17013dependencies = [
17014 "encoding_rs",
17015 "log",
17016 "symphonia-core",
17017 "symphonia-metadata",
17018 "symphonia-utils-xiph",
17019]
17020
17021[[package]]
17022name = "symphonia-format-ogg"
17023version = "0.5.5"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17026dependencies = [
17027 "log",
17028 "symphonia-core",
17029 "symphonia-metadata",
17030 "symphonia-utils-xiph",
17031]
17032
17033[[package]]
17034name = "symphonia-format-riff"
17035version = "0.5.5"
17036source = "registry+https://github.com/rust-lang/crates.io-index"
17037checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17038dependencies = [
17039 "extended",
17040 "log",
17041 "symphonia-core",
17042 "symphonia-metadata",
17043]
17044
17045[[package]]
17046name = "symphonia-metadata"
17047version = "0.5.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17050dependencies = [
17051 "encoding_rs",
17052 "lazy_static",
17053 "log",
17054 "symphonia-core",
17055]
17056
17057[[package]]
17058name = "symphonia-utils-xiph"
17059version = "0.5.5"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17062dependencies = [
17063 "symphonia-core",
17064 "symphonia-metadata",
17065]
17066
17067[[package]]
17068name = "syn"
17069version = "1.0.109"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17072dependencies = [
17073 "proc-macro2",
17074 "quote",
17075 "unicode-ident",
17076]
17077
17078[[package]]
17079name = "syn"
17080version = "2.0.117"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17083dependencies = [
17084 "proc-macro2",
17085 "quote",
17086 "unicode-ident",
17087]
17088
17089[[package]]
17090name = "sync_wrapper"
17091version = "0.1.2"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17094
17095[[package]]
17096name = "sync_wrapper"
17097version = "1.0.2"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17100dependencies = [
17101 "futures-core",
17102]
17103
17104[[package]]
17105name = "synchronoise"
17106version = "1.0.1"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17109dependencies = [
17110 "crossbeam-queue",
17111]
17112
17113[[package]]
17114name = "synstructure"
17115version = "0.13.2"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17118dependencies = [
17119 "proc-macro2",
17120 "quote",
17121 "syn 2.0.117",
17122]
17123
17124[[package]]
17125name = "sys-locale"
17126version = "0.3.2"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17129dependencies = [
17130 "libc",
17131]
17132
17133[[package]]
17134name = "sysctl"
17135version = "0.5.5"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17138dependencies = [
17139 "bitflags 2.10.0",
17140 "byteorder",
17141 "enum-as-inner",
17142 "libc",
17143 "thiserror 1.0.69",
17144 "walkdir",
17145]
17146
17147[[package]]
17148name = "sysctl"
17149version = "0.6.0"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17152dependencies = [
17153 "bitflags 2.10.0",
17154 "byteorder",
17155 "enum-as-inner",
17156 "libc",
17157 "thiserror 1.0.69",
17158 "walkdir",
17159]
17160
17161[[package]]
17162name = "sysinfo"
17163version = "0.31.4"
17164source = "registry+https://github.com/rust-lang/crates.io-index"
17165checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17166dependencies = [
17167 "core-foundation-sys",
17168 "libc",
17169 "memchr",
17170 "ntapi",
17171 "rayon",
17172 "windows 0.57.0",
17173]
17174
17175[[package]]
17176name = "sysinfo"
17177version = "0.37.2"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17180dependencies = [
17181 "libc",
17182 "memchr",
17183 "ntapi",
17184 "objc2-core-foundation",
17185 "objc2-io-kit",
17186 "windows 0.61.3",
17187]
17188
17189[[package]]
17190name = "system-configuration"
17191version = "0.5.1"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17194dependencies = [
17195 "bitflags 1.3.2",
17196 "core-foundation 0.9.4",
17197 "system-configuration-sys 0.5.0",
17198]
17199
17200[[package]]
17201name = "system-configuration"
17202version = "0.6.1"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17205dependencies = [
17206 "bitflags 2.10.0",
17207 "core-foundation 0.9.4",
17208 "system-configuration-sys 0.6.0",
17209]
17210
17211[[package]]
17212name = "system-configuration-sys"
17213version = "0.5.0"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17216dependencies = [
17217 "core-foundation-sys",
17218 "libc",
17219]
17220
17221[[package]]
17222name = "system-configuration-sys"
17223version = "0.6.0"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17226dependencies = [
17227 "core-foundation-sys",
17228 "libc",
17229]
17230
17231[[package]]
17232name = "system-deps"
17233version = "6.2.2"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17236dependencies = [
17237 "cfg-expr 0.15.8",
17238 "heck 0.5.0",
17239 "pkg-config",
17240 "toml 0.8.23",
17241 "version-compare",
17242]
17243
17244[[package]]
17245name = "system-deps"
17246version = "7.0.7"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17249dependencies = [
17250 "cfg-expr 0.20.6",
17251 "heck 0.5.0",
17252 "pkg-config",
17253 "toml 0.9.8",
17254 "version-compare",
17255]
17256
17257[[package]]
17258name = "system-interface"
17259version = "0.27.3"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17262dependencies = [
17263 "bitflags 2.10.0",
17264 "cap-fs-ext",
17265 "cap-std",
17266 "fd-lock",
17267 "io-lifetimes",
17268 "rustix 0.38.44",
17269 "windows-sys 0.59.0",
17270 "winx",
17271]
17272
17273[[package]]
17274name = "system_specs"
17275version = "0.1.0"
17276dependencies = [
17277 "anyhow",
17278 "client",
17279 "gpui",
17280 "human_bytes",
17281 "pciid-parser",
17282 "release_channel",
17283 "semver",
17284 "serde",
17285 "sysinfo 0.37.2",
17286]
17287
17288[[package]]
17289name = "tab_switcher"
17290version = "0.1.0"
17291dependencies = [
17292 "collections",
17293 "ctor",
17294 "editor",
17295 "fuzzy",
17296 "gpui",
17297 "menu",
17298 "picker",
17299 "project",
17300 "schemars",
17301 "serde",
17302 "serde_json",
17303 "settings",
17304 "smol",
17305 "theme",
17306 "ui",
17307 "util",
17308 "workspace",
17309 "zlog",
17310]
17311
17312[[package]]
17313name = "taffy"
17314version = "0.9.0"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17317dependencies = [
17318 "arrayvec",
17319 "grid",
17320 "serde",
17321 "slotmap",
17322]
17323
17324[[package]]
17325name = "tagptr"
17326version = "0.2.0"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17329
17330[[package]]
17331name = "take-until"
17332version = "0.2.0"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17335
17336[[package]]
17337name = "tao-core-video-sys"
17338version = "0.2.0"
17339source = "registry+https://github.com/rust-lang/crates.io-index"
17340checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17341dependencies = [
17342 "cfg-if",
17343 "core-foundation-sys",
17344 "libc",
17345 "objc",
17346]
17347
17348[[package]]
17349name = "tap"
17350version = "1.0.1"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17353
17354[[package]]
17355name = "target-lexicon"
17356version = "0.12.16"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17359
17360[[package]]
17361name = "target-lexicon"
17362version = "0.13.3"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17365
17366[[package]]
17367name = "task"
17368version = "0.1.0"
17369dependencies = [
17370 "anyhow",
17371 "collections",
17372 "futures 0.3.31",
17373 "gpui",
17374 "hex",
17375 "log",
17376 "parking_lot",
17377 "pretty_assertions",
17378 "proto",
17379 "schemars",
17380 "serde",
17381 "serde_json",
17382 "serde_json_lenient",
17383 "sha2",
17384 "shellexpand 2.1.2",
17385 "util",
17386 "zed_actions",
17387]
17388
17389[[package]]
17390name = "tasks_ui"
17391version = "0.1.0"
17392dependencies = [
17393 "anyhow",
17394 "collections",
17395 "editor",
17396 "file_icons",
17397 "fuzzy",
17398 "gpui",
17399 "itertools 0.14.0",
17400 "language",
17401 "menu",
17402 "picker",
17403 "project",
17404 "serde",
17405 "serde_json",
17406 "task",
17407 "tree-sitter-rust",
17408 "tree-sitter-typescript",
17409 "ui",
17410 "util",
17411 "workspace",
17412 "zed_actions",
17413]
17414
17415[[package]]
17416name = "telemetry"
17417version = "0.1.0"
17418dependencies = [
17419 "futures 0.3.31",
17420 "serde",
17421 "serde_json",
17422 "telemetry_events",
17423]
17424
17425[[package]]
17426name = "telemetry_events"
17427version = "0.1.0"
17428dependencies = [
17429 "semver",
17430 "serde",
17431 "serde_json",
17432]
17433
17434[[package]]
17435name = "tempfile"
17436version = "3.23.0"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17439dependencies = [
17440 "fastrand 2.3.0",
17441 "getrandom 0.3.4",
17442 "once_cell",
17443 "rustix 1.1.2",
17444 "windows-sys 0.61.2",
17445]
17446
17447[[package]]
17448name = "tendril"
17449version = "0.4.3"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17452dependencies = [
17453 "futf",
17454 "mac",
17455 "utf-8",
17456]
17457
17458[[package]]
17459name = "termcolor"
17460version = "1.4.1"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17463dependencies = [
17464 "winapi-util",
17465]
17466
17467[[package]]
17468name = "terminal"
17469version = "0.1.0"
17470dependencies = [
17471 "alacritty_terminal",
17472 "anyhow",
17473 "collections",
17474 "futures 0.3.31",
17475 "gpui",
17476 "itertools 0.14.0",
17477 "libc",
17478 "log",
17479 "parking_lot",
17480 "rand 0.9.2",
17481 "regex",
17482 "release_channel",
17483 "schemars",
17484 "serde",
17485 "settings",
17486 "smol",
17487 "sysinfo 0.37.2",
17488 "task",
17489 "theme",
17490 "thiserror 2.0.17",
17491 "url",
17492 "urlencoding",
17493 "util",
17494 "util_macros",
17495 "windows 0.61.3",
17496]
17497
17498[[package]]
17499name = "terminal_size"
17500version = "0.4.3"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17503dependencies = [
17504 "rustix 1.1.2",
17505 "windows-sys 0.60.2",
17506]
17507
17508[[package]]
17509name = "terminal_view"
17510version = "0.1.0"
17511dependencies = [
17512 "anyhow",
17513 "assistant_slash_command",
17514 "async-recursion",
17515 "breadcrumbs",
17516 "collections",
17517 "db",
17518 "dirs 4.0.0",
17519 "editor",
17520 "futures 0.3.31",
17521 "gpui",
17522 "itertools 0.14.0",
17523 "language",
17524 "log",
17525 "menu",
17526 "pretty_assertions",
17527 "project",
17528 "regex",
17529 "schemars",
17530 "serde",
17531 "serde_json",
17532 "settings",
17533 "shellexpand 2.1.2",
17534 "task",
17535 "terminal",
17536 "theme",
17537 "ui",
17538 "util",
17539 "workspace",
17540 "zed_actions",
17541]
17542
17543[[package]]
17544name = "text"
17545version = "0.1.0"
17546dependencies = [
17547 "anyhow",
17548 "clock",
17549 "collections",
17550 "ctor",
17551 "gpui",
17552 "log",
17553 "parking_lot",
17554 "postage",
17555 "rand 0.9.2",
17556 "regex",
17557 "rope",
17558 "smallvec",
17559 "sum_tree",
17560 "util",
17561 "zlog",
17562]
17563
17564[[package]]
17565name = "theme"
17566version = "0.1.0"
17567dependencies = [
17568 "anyhow",
17569 "collections",
17570 "derive_more",
17571 "fs",
17572 "futures 0.3.31",
17573 "gpui",
17574 "log",
17575 "palette",
17576 "parking_lot",
17577 "refineable",
17578 "schemars",
17579 "serde",
17580 "serde_json",
17581 "serde_json_lenient",
17582 "settings",
17583 "strum 0.27.2",
17584 "thiserror 2.0.17",
17585 "util",
17586 "uuid",
17587]
17588
17589[[package]]
17590name = "theme_extension"
17591version = "0.1.0"
17592dependencies = [
17593 "anyhow",
17594 "extension",
17595 "fs",
17596 "gpui",
17597 "theme",
17598]
17599
17600[[package]]
17601name = "theme_importer"
17602version = "0.1.0"
17603dependencies = [
17604 "anyhow",
17605 "clap",
17606 "collections",
17607 "gpui",
17608 "indexmap",
17609 "log",
17610 "palette",
17611 "serde",
17612 "serde_json",
17613 "serde_json_lenient",
17614 "simplelog",
17615 "strum 0.27.2",
17616 "theme",
17617 "vscode_theme",
17618]
17619
17620[[package]]
17621name = "theme_selector"
17622version = "0.1.0"
17623dependencies = [
17624 "fs",
17625 "fuzzy",
17626 "gpui",
17627 "log",
17628 "picker",
17629 "serde",
17630 "settings",
17631 "telemetry",
17632 "theme",
17633 "ui",
17634 "util",
17635 "workspace",
17636 "zed_actions",
17637]
17638
17639[[package]]
17640name = "thiserror"
17641version = "1.0.69"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17644dependencies = [
17645 "thiserror-impl 1.0.69",
17646]
17647
17648[[package]]
17649name = "thiserror"
17650version = "2.0.17"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17653dependencies = [
17654 "thiserror-impl 2.0.17",
17655]
17656
17657[[package]]
17658name = "thiserror-impl"
17659version = "1.0.69"
17660source = "registry+https://github.com/rust-lang/crates.io-index"
17661checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17662dependencies = [
17663 "proc-macro2",
17664 "quote",
17665 "syn 2.0.117",
17666]
17667
17668[[package]]
17669name = "thiserror-impl"
17670version = "2.0.17"
17671source = "registry+https://github.com/rust-lang/crates.io-index"
17672checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17673dependencies = [
17674 "proc-macro2",
17675 "quote",
17676 "syn 2.0.117",
17677]
17678
17679[[package]]
17680name = "thread_local"
17681version = "1.1.9"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17684dependencies = [
17685 "cfg-if",
17686]
17687
17688[[package]]
17689name = "tiff"
17690version = "0.10.3"
17691source = "registry+https://github.com/rust-lang/crates.io-index"
17692checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17693dependencies = [
17694 "fax",
17695 "flate2",
17696 "half",
17697 "quick-error 2.0.1",
17698 "weezl",
17699 "zune-jpeg",
17700]
17701
17702[[package]]
17703name = "tiktoken-rs"
17704version = "0.9.1"
17705source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17706dependencies = [
17707 "anyhow",
17708 "base64 0.22.1",
17709 "bstr",
17710 "fancy-regex 0.16.2",
17711 "lazy_static",
17712 "regex",
17713 "rustc-hash 1.1.0",
17714]
17715
17716[[package]]
17717name = "time"
17718version = "0.3.47"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17721dependencies = [
17722 "deranged",
17723 "itoa",
17724 "libc",
17725 "num-conv",
17726 "num_threads",
17727 "powerfmt",
17728 "serde_core",
17729 "time-core",
17730 "time-macros",
17731]
17732
17733[[package]]
17734name = "time-core"
17735version = "0.1.8"
17736source = "registry+https://github.com/rust-lang/crates.io-index"
17737checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17738
17739[[package]]
17740name = "time-macros"
17741version = "0.2.27"
17742source = "registry+https://github.com/rust-lang/crates.io-index"
17743checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17744dependencies = [
17745 "num-conv",
17746 "time-core",
17747]
17748
17749[[package]]
17750name = "time_format"
17751version = "0.1.0"
17752dependencies = [
17753 "core-foundation 0.10.0",
17754 "core-foundation-sys",
17755 "sys-locale",
17756 "time",
17757 "windows 0.61.3",
17758]
17759
17760[[package]]
17761name = "tiny-keccak"
17762version = "2.0.2"
17763source = "registry+https://github.com/rust-lang/crates.io-index"
17764checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17765dependencies = [
17766 "crunchy",
17767]
17768
17769[[package]]
17770name = "tiny-skia"
17771version = "0.11.4"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17774dependencies = [
17775 "arrayref",
17776 "arrayvec",
17777 "bytemuck",
17778 "cfg-if",
17779 "log",
17780 "png 0.17.16",
17781 "tiny-skia-path",
17782]
17783
17784[[package]]
17785name = "tiny-skia-path"
17786version = "0.11.4"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17789dependencies = [
17790 "arrayref",
17791 "bytemuck",
17792 "strict-num",
17793]
17794
17795[[package]]
17796name = "tiny_http"
17797version = "0.12.0"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17800dependencies = [
17801 "ascii",
17802 "chunked_transfer",
17803 "httpdate",
17804 "log",
17805]
17806
17807[[package]]
17808name = "tinystr"
17809version = "0.8.1"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17812dependencies = [
17813 "displaydoc",
17814 "zerovec",
17815]
17816
17817[[package]]
17818name = "tinytemplate"
17819version = "1.2.1"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17822dependencies = [
17823 "serde",
17824 "serde_json",
17825]
17826
17827[[package]]
17828name = "tinyvec"
17829version = "1.10.0"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17832dependencies = [
17833 "tinyvec_macros",
17834]
17835
17836[[package]]
17837name = "tinyvec_macros"
17838version = "0.1.1"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17841
17842[[package]]
17843name = "title_bar"
17844version = "0.1.0"
17845dependencies = [
17846 "anyhow",
17847 "auto_update",
17848 "call",
17849 "channel",
17850 "chrono",
17851 "client",
17852 "cloud_api_types",
17853 "db",
17854 "git_ui",
17855 "gpui",
17856 "icons",
17857 "livekit_client",
17858 "notifications",
17859 "platform_title_bar",
17860 "project",
17861 "recent_projects",
17862 "release_channel",
17863 "remote",
17864 "remote_connection",
17865 "rpc",
17866 "schemars",
17867 "semver",
17868 "serde",
17869 "settings",
17870 "smallvec",
17871 "story",
17872 "telemetry",
17873 "theme",
17874 "ui",
17875 "util",
17876 "windows 0.61.3",
17877 "workspace",
17878 "zed_actions",
17879]
17880
17881[[package]]
17882name = "tokio"
17883version = "1.48.0"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17886dependencies = [
17887 "bytes 1.11.1",
17888 "libc",
17889 "mio 1.1.0",
17890 "parking_lot",
17891 "pin-project-lite",
17892 "signal-hook-registry",
17893 "socket2 0.6.1",
17894 "tokio-macros",
17895 "windows-sys 0.61.2",
17896]
17897
17898[[package]]
17899name = "tokio-io"
17900version = "0.1.13"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17903dependencies = [
17904 "bytes 0.4.12",
17905 "futures 0.1.31",
17906 "log",
17907]
17908
17909[[package]]
17910name = "tokio-macros"
17911version = "2.6.0"
17912source = "registry+https://github.com/rust-lang/crates.io-index"
17913checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17914dependencies = [
17915 "proc-macro2",
17916 "quote",
17917 "syn 2.0.117",
17918]
17919
17920[[package]]
17921name = "tokio-native-tls"
17922version = "0.3.1"
17923source = "registry+https://github.com/rust-lang/crates.io-index"
17924checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17925dependencies = [
17926 "native-tls",
17927 "tokio",
17928]
17929
17930[[package]]
17931name = "tokio-rustls"
17932version = "0.24.1"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17935dependencies = [
17936 "rustls 0.21.12",
17937 "tokio",
17938]
17939
17940[[package]]
17941name = "tokio-rustls"
17942version = "0.26.2"
17943source = "registry+https://github.com/rust-lang/crates.io-index"
17944checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17945dependencies = [
17946 "rustls 0.23.33",
17947 "tokio",
17948]
17949
17950[[package]]
17951name = "tokio-socks"
17952version = "0.5.2"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17955dependencies = [
17956 "either",
17957 "futures-io",
17958 "futures-util",
17959 "thiserror 1.0.69",
17960 "tokio",
17961]
17962
17963[[package]]
17964name = "tokio-stream"
17965version = "0.1.17"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17968dependencies = [
17969 "futures-core",
17970 "pin-project-lite",
17971 "tokio",
17972]
17973
17974[[package]]
17975name = "tokio-tungstenite"
17976version = "0.20.1"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17979dependencies = [
17980 "futures-util",
17981 "log",
17982 "tokio",
17983 "tungstenite 0.20.1",
17984]
17985
17986[[package]]
17987name = "tokio-tungstenite"
17988version = "0.21.0"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17991dependencies = [
17992 "futures-util",
17993 "log",
17994 "tokio",
17995 "tungstenite 0.21.0",
17996]
17997
17998[[package]]
17999name = "tokio-tungstenite"
18000version = "0.28.0"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18003dependencies = [
18004 "futures-util",
18005 "log",
18006 "rustls 0.23.33",
18007 "rustls-native-certs 0.8.2",
18008 "rustls-pki-types",
18009 "tokio",
18010 "tokio-rustls 0.26.2",
18011 "tungstenite 0.28.0",
18012]
18013
18014[[package]]
18015name = "tokio-util"
18016version = "0.7.16"
18017source = "registry+https://github.com/rust-lang/crates.io-index"
18018checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18019dependencies = [
18020 "bytes 1.11.1",
18021 "futures-core",
18022 "futures-io",
18023 "futures-sink",
18024 "pin-project-lite",
18025 "tokio",
18026]
18027
18028[[package]]
18029name = "toml"
18030version = "0.5.11"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18033dependencies = [
18034 "serde",
18035]
18036
18037[[package]]
18038name = "toml"
18039version = "0.8.23"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18042dependencies = [
18043 "serde",
18044 "serde_spanned 0.6.9",
18045 "toml_datetime 0.6.11",
18046 "toml_edit 0.22.27",
18047]
18048
18049[[package]]
18050name = "toml"
18051version = "0.9.8"
18052source = "registry+https://github.com/rust-lang/crates.io-index"
18053checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18054dependencies = [
18055 "indexmap",
18056 "serde_core",
18057 "serde_spanned 1.0.3",
18058 "toml_datetime 0.7.3",
18059 "toml_parser",
18060 "toml_writer",
18061 "winnow",
18062]
18063
18064[[package]]
18065name = "toml_datetime"
18066version = "0.6.11"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18069dependencies = [
18070 "serde",
18071]
18072
18073[[package]]
18074name = "toml_datetime"
18075version = "0.7.3"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18078dependencies = [
18079 "serde_core",
18080]
18081
18082[[package]]
18083name = "toml_edit"
18084version = "0.22.27"
18085source = "registry+https://github.com/rust-lang/crates.io-index"
18086checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18087dependencies = [
18088 "indexmap",
18089 "serde",
18090 "serde_spanned 0.6.9",
18091 "toml_datetime 0.6.11",
18092 "toml_write",
18093 "winnow",
18094]
18095
18096[[package]]
18097name = "toml_edit"
18098version = "0.23.7"
18099source = "registry+https://github.com/rust-lang/crates.io-index"
18100checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18101dependencies = [
18102 "indexmap",
18103 "toml_datetime 0.7.3",
18104 "toml_parser",
18105 "winnow",
18106]
18107
18108[[package]]
18109name = "toml_parser"
18110version = "1.0.4"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18113dependencies = [
18114 "winnow",
18115]
18116
18117[[package]]
18118name = "toml_write"
18119version = "0.1.2"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18122
18123[[package]]
18124name = "toml_writer"
18125version = "1.0.4"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18128
18129[[package]]
18130name = "toolchain_selector"
18131version = "0.1.0"
18132dependencies = [
18133 "anyhow",
18134 "convert_case 0.8.0",
18135 "editor",
18136 "futures 0.3.31",
18137 "fuzzy",
18138 "gpui",
18139 "language",
18140 "menu",
18141 "open_path_prompt",
18142 "picker",
18143 "project",
18144 "ui",
18145 "util",
18146 "workspace",
18147]
18148
18149[[package]]
18150name = "topological-sort"
18151version = "0.2.2"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18154
18155[[package]]
18156name = "tower"
18157version = "0.4.13"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18160dependencies = [
18161 "futures-core",
18162 "futures-util",
18163 "pin-project",
18164 "pin-project-lite",
18165 "tokio",
18166 "tower-layer",
18167 "tower-service",
18168 "tracing",
18169]
18170
18171[[package]]
18172name = "tower"
18173version = "0.5.2"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18176dependencies = [
18177 "futures-core",
18178 "futures-util",
18179 "pin-project-lite",
18180 "sync_wrapper 1.0.2",
18181 "tokio",
18182 "tower-layer",
18183 "tower-service",
18184]
18185
18186[[package]]
18187name = "tower-http"
18188version = "0.4.4"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18191dependencies = [
18192 "bitflags 2.10.0",
18193 "bytes 1.11.1",
18194 "futures-core",
18195 "futures-util",
18196 "http 0.2.12",
18197 "http-body 0.4.6",
18198 "http-range-header",
18199 "pin-project-lite",
18200 "tower-layer",
18201 "tower-service",
18202 "tracing",
18203]
18204
18205[[package]]
18206name = "tower-http"
18207version = "0.6.6"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18210dependencies = [
18211 "bitflags 2.10.0",
18212 "bytes 1.11.1",
18213 "futures-util",
18214 "http 1.3.1",
18215 "http-body 1.0.1",
18216 "iri-string",
18217 "pin-project-lite",
18218 "tower 0.5.2",
18219 "tower-layer",
18220 "tower-service",
18221]
18222
18223[[package]]
18224name = "tower-layer"
18225version = "0.3.3"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18228
18229[[package]]
18230name = "tower-service"
18231version = "0.3.3"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18234
18235[[package]]
18236name = "tracing"
18237version = "0.1.43"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18240dependencies = [
18241 "log",
18242 "pin-project-lite",
18243 "tracing-attributes",
18244 "tracing-core",
18245]
18246
18247[[package]]
18248name = "tracing-attributes"
18249version = "0.1.31"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18252dependencies = [
18253 "proc-macro2",
18254 "quote",
18255 "syn 2.0.117",
18256]
18257
18258[[package]]
18259name = "tracing-core"
18260version = "0.1.35"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18263dependencies = [
18264 "once_cell",
18265 "valuable",
18266]
18267
18268[[package]]
18269name = "tracing-log"
18270version = "0.2.0"
18271source = "registry+https://github.com/rust-lang/crates.io-index"
18272checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18273dependencies = [
18274 "log",
18275 "once_cell",
18276 "tracing-core",
18277]
18278
18279[[package]]
18280name = "tracing-serde"
18281version = "0.2.0"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18284dependencies = [
18285 "serde",
18286 "tracing-core",
18287]
18288
18289[[package]]
18290name = "tracing-subscriber"
18291version = "0.3.22"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18294dependencies = [
18295 "matchers",
18296 "nu-ansi-term",
18297 "once_cell",
18298 "regex-automata",
18299 "serde",
18300 "serde_json",
18301 "sharded-slab",
18302 "smallvec",
18303 "thread_local",
18304 "tracing",
18305 "tracing-core",
18306 "tracing-log",
18307 "tracing-serde",
18308]
18309
18310[[package]]
18311name = "tracing-tracy"
18312version = "0.11.4"
18313source = "registry+https://github.com/rust-lang/crates.io-index"
18314checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18315dependencies = [
18316 "tracing-core",
18317 "tracing-subscriber",
18318 "tracy-client",
18319]
18320
18321[[package]]
18322name = "tracy-client"
18323version = "0.18.3"
18324source = "registry+https://github.com/rust-lang/crates.io-index"
18325checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18326dependencies = [
18327 "loom",
18328 "once_cell",
18329 "tracy-client-sys",
18330]
18331
18332[[package]]
18333name = "tracy-client-sys"
18334version = "0.27.0"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18337dependencies = [
18338 "cc",
18339 "windows-targets 0.52.6",
18340]
18341
18342[[package]]
18343name = "trait-variant"
18344version = "0.1.2"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18347dependencies = [
18348 "proc-macro2",
18349 "quote",
18350 "syn 2.0.117",
18351]
18352
18353[[package]]
18354name = "transpose"
18355version = "0.2.3"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18358dependencies = [
18359 "num-integer",
18360 "strength_reduce",
18361]
18362
18363[[package]]
18364name = "tree-sitter"
18365version = "0.26.3"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18368dependencies = [
18369 "cc",
18370 "regex",
18371 "regex-syntax",
18372 "serde_json",
18373 "streaming-iterator",
18374 "tree-sitter-language",
18375 "wasmtime-c-api-impl",
18376]
18377
18378[[package]]
18379name = "tree-sitter-bash"
18380version = "0.25.1"
18381source = "registry+https://github.com/rust-lang/crates.io-index"
18382checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18383dependencies = [
18384 "cc",
18385 "tree-sitter-language",
18386]
18387
18388[[package]]
18389name = "tree-sitter-c"
18390version = "0.24.1"
18391source = "registry+https://github.com/rust-lang/crates.io-index"
18392checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18393dependencies = [
18394 "cc",
18395 "tree-sitter-language",
18396]
18397
18398[[package]]
18399name = "tree-sitter-cpp"
18400version = "0.23.4"
18401source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18402dependencies = [
18403 "cc",
18404 "tree-sitter-language",
18405]
18406
18407[[package]]
18408name = "tree-sitter-css"
18409version = "0.23.2"
18410source = "registry+https://github.com/rust-lang/crates.io-index"
18411checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18412dependencies = [
18413 "cc",
18414 "tree-sitter-language",
18415]
18416
18417[[package]]
18418name = "tree-sitter-diff"
18419version = "0.1.0"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18422dependencies = [
18423 "cc",
18424 "tree-sitter-language",
18425]
18426
18427[[package]]
18428name = "tree-sitter-elixir"
18429version = "0.3.4"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18432dependencies = [
18433 "cc",
18434 "tree-sitter-language",
18435]
18436
18437[[package]]
18438name = "tree-sitter-embedded-template"
18439version = "0.23.2"
18440source = "registry+https://github.com/rust-lang/crates.io-index"
18441checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18442dependencies = [
18443 "cc",
18444 "tree-sitter-language",
18445]
18446
18447[[package]]
18448name = "tree-sitter-gitcommit"
18449version = "0.0.1"
18450source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18451dependencies = [
18452 "cc",
18453 "tree-sitter-language",
18454]
18455
18456[[package]]
18457name = "tree-sitter-go"
18458version = "0.25.0"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18461dependencies = [
18462 "cc",
18463 "tree-sitter-language",
18464]
18465
18466[[package]]
18467name = "tree-sitter-gomod"
18468version = "1.1.1"
18469source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18470dependencies = [
18471 "cc",
18472 "tree-sitter-language",
18473]
18474
18475[[package]]
18476name = "tree-sitter-gowork"
18477version = "0.0.1"
18478source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18479dependencies = [
18480 "cc",
18481 "tree-sitter-language",
18482]
18483
18484[[package]]
18485name = "tree-sitter-heex"
18486version = "0.0.1"
18487source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18488dependencies = [
18489 "cc",
18490 "tree-sitter-language",
18491]
18492
18493[[package]]
18494name = "tree-sitter-html"
18495version = "0.23.2"
18496source = "registry+https://github.com/rust-lang/crates.io-index"
18497checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18498dependencies = [
18499 "cc",
18500 "tree-sitter-language",
18501]
18502
18503[[package]]
18504name = "tree-sitter-jsdoc"
18505version = "0.23.2"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18508dependencies = [
18509 "cc",
18510 "tree-sitter-language",
18511]
18512
18513[[package]]
18514name = "tree-sitter-json"
18515version = "0.24.8"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18518dependencies = [
18519 "cc",
18520 "tree-sitter-language",
18521]
18522
18523[[package]]
18524name = "tree-sitter-language"
18525version = "0.1.5"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18528
18529[[package]]
18530name = "tree-sitter-md"
18531version = "0.3.2"
18532source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-python"
18540version = "0.25.0"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18543dependencies = [
18544 "cc",
18545 "tree-sitter-language",
18546]
18547
18548[[package]]
18549name = "tree-sitter-regex"
18550version = "0.24.3"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-ruby"
18560version = "0.23.1"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-rust"
18570version = "0.24.1"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18573dependencies = [
18574 "cc",
18575 "tree-sitter-language",
18576]
18577
18578[[package]]
18579name = "tree-sitter-typescript"
18580version = "0.23.2"
18581source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18582dependencies = [
18583 "cc",
18584 "tree-sitter-language",
18585]
18586
18587[[package]]
18588name = "tree-sitter-yaml"
18589version = "0.6.1"
18590source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18591dependencies = [
18592 "cc",
18593 "tree-sitter-language",
18594]
18595
18596[[package]]
18597name = "triomphe"
18598version = "0.1.15"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18601dependencies = [
18602 "serde",
18603 "stable_deref_trait",
18604]
18605
18606[[package]]
18607name = "try-lock"
18608version = "0.2.5"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18611
18612[[package]]
18613name = "ttf-parser"
18614version = "0.20.0"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18617
18618[[package]]
18619name = "ttf-parser"
18620version = "0.25.1"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18623dependencies = [
18624 "core_maths",
18625]
18626
18627[[package]]
18628name = "tungstenite"
18629version = "0.20.1"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18632dependencies = [
18633 "byteorder",
18634 "bytes 1.11.1",
18635 "data-encoding",
18636 "http 0.2.12",
18637 "httparse",
18638 "log",
18639 "rand 0.8.5",
18640 "sha1",
18641 "thiserror 1.0.69",
18642 "url",
18643 "utf-8",
18644]
18645
18646[[package]]
18647name = "tungstenite"
18648version = "0.21.0"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18651dependencies = [
18652 "byteorder",
18653 "bytes 1.11.1",
18654 "data-encoding",
18655 "http 1.3.1",
18656 "httparse",
18657 "log",
18658 "rand 0.8.5",
18659 "sha1",
18660 "thiserror 1.0.69",
18661 "url",
18662 "utf-8",
18663]
18664
18665[[package]]
18666name = "tungstenite"
18667version = "0.27.0"
18668source = "registry+https://github.com/rust-lang/crates.io-index"
18669checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18670dependencies = [
18671 "bytes 1.11.1",
18672 "data-encoding",
18673 "http 1.3.1",
18674 "httparse",
18675 "log",
18676 "rand 0.9.2",
18677 "rustls 0.23.33",
18678 "rustls-pki-types",
18679 "sha1",
18680 "thiserror 2.0.17",
18681 "utf-8",
18682]
18683
18684[[package]]
18685name = "tungstenite"
18686version = "0.28.0"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18689dependencies = [
18690 "bytes 1.11.1",
18691 "data-encoding",
18692 "http 1.3.1",
18693 "httparse",
18694 "log",
18695 "rand 0.9.2",
18696 "rustls 0.23.33",
18697 "rustls-pki-types",
18698 "sha1",
18699 "thiserror 2.0.17",
18700 "utf-8",
18701]
18702
18703[[package]]
18704name = "typeid"
18705version = "1.0.3"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18708
18709[[package]]
18710name = "typenum"
18711version = "1.19.0"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18714
18715[[package]]
18716name = "ucd-trie"
18717version = "0.1.7"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18720
18721[[package]]
18722name = "uds"
18723version = "0.4.2"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18726dependencies = [
18727 "libc",
18728]
18729
18730[[package]]
18731name = "uds_windows"
18732version = "1.1.0"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18735dependencies = [
18736 "memoffset",
18737 "tempfile",
18738 "winapi",
18739]
18740
18741[[package]]
18742name = "ug"
18743version = "0.4.0"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18746dependencies = [
18747 "gemm 0.18.2",
18748 "half",
18749 "libloading",
18750 "memmap2",
18751 "num",
18752 "num-traits",
18753 "num_cpus",
18754 "rayon",
18755 "safetensors",
18756 "serde",
18757 "thiserror 1.0.69",
18758 "tracing",
18759 "yoke 0.7.5",
18760]
18761
18762[[package]]
18763name = "ui"
18764version = "0.1.0"
18765dependencies = [
18766 "chrono",
18767 "component",
18768 "documented",
18769 "gpui",
18770 "gpui_macros",
18771 "icons",
18772 "itertools 0.14.0",
18773 "menu",
18774 "schemars",
18775 "serde",
18776 "settings",
18777 "smallvec",
18778 "story",
18779 "strum 0.27.2",
18780 "theme",
18781 "ui_macros",
18782 "util",
18783 "windows 0.61.3",
18784]
18785
18786[[package]]
18787name = "ui_input"
18788version = "0.1.0"
18789dependencies = [
18790 "component",
18791 "gpui",
18792 "ui",
18793]
18794
18795[[package]]
18796name = "ui_macros"
18797version = "0.1.0"
18798dependencies = [
18799 "component",
18800 "quote",
18801 "syn 2.0.117",
18802 "ui",
18803]
18804
18805[[package]]
18806name = "ui_prompt"
18807version = "0.1.0"
18808dependencies = [
18809 "gpui",
18810 "markdown",
18811 "menu",
18812 "settings",
18813 "theme",
18814 "ui",
18815 "workspace",
18816]
18817
18818[[package]]
18819name = "unarray"
18820version = "0.1.4"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18823
18824[[package]]
18825name = "unicase"
18826version = "2.8.1"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18829
18830[[package]]
18831name = "unicode-bidi"
18832version = "0.3.18"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18835
18836[[package]]
18837name = "unicode-bidi-mirroring"
18838version = "0.4.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18841
18842[[package]]
18843name = "unicode-ccc"
18844version = "0.4.0"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18847
18848[[package]]
18849name = "unicode-general-category"
18850version = "1.1.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18853
18854[[package]]
18855name = "unicode-ident"
18856version = "1.0.19"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18859
18860[[package]]
18861name = "unicode-linebreak"
18862version = "0.1.5"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18865
18866[[package]]
18867name = "unicode-normalization"
18868version = "0.1.24"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18871dependencies = [
18872 "tinyvec",
18873]
18874
18875[[package]]
18876name = "unicode-properties"
18877version = "0.1.3"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18880
18881[[package]]
18882name = "unicode-script"
18883version = "0.5.8"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18886
18887[[package]]
18888name = "unicode-segmentation"
18889version = "1.12.0"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18892
18893[[package]]
18894name = "unicode-vo"
18895version = "0.1.0"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18898
18899[[package]]
18900name = "unicode-width"
18901version = "0.2.2"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18904
18905[[package]]
18906name = "unicode-xid"
18907version = "0.2.6"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18910
18911[[package]]
18912name = "unicode_categories"
18913version = "0.1.1"
18914source = "registry+https://github.com/rust-lang/crates.io-index"
18915checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18916
18917[[package]]
18918name = "unindent"
18919version = "0.2.4"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18922
18923[[package]]
18924name = "unsafe-libyaml"
18925version = "0.2.11"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18928
18929[[package]]
18930name = "untrusted"
18931version = "0.7.1"
18932source = "registry+https://github.com/rust-lang/crates.io-index"
18933checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18934
18935[[package]]
18936name = "untrusted"
18937version = "0.9.0"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18940
18941[[package]]
18942name = "url"
18943version = "2.5.7"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18946dependencies = [
18947 "form_urlencoded",
18948 "idna",
18949 "percent-encoding",
18950 "serde",
18951]
18952
18953[[package]]
18954name = "urlencoding"
18955version = "2.1.3"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18958
18959[[package]]
18960name = "usvg"
18961version = "0.45.1"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18964dependencies = [
18965 "base64 0.22.1",
18966 "data-url",
18967 "flate2",
18968 "fontdb 0.23.0",
18969 "imagesize",
18970 "kurbo",
18971 "log",
18972 "pico-args",
18973 "roxmltree",
18974 "rustybuzz",
18975 "simplecss",
18976 "siphasher 1.0.1",
18977 "strict-num",
18978 "svgtypes",
18979 "tiny-skia-path",
18980 "unicode-bidi",
18981 "unicode-script",
18982 "unicode-vo",
18983 "xmlwriter",
18984]
18985
18986[[package]]
18987name = "utf-8"
18988version = "0.7.6"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18991
18992[[package]]
18993name = "utf8-chars"
18994version = "3.0.6"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18997dependencies = [
18998 "arrayvec",
18999]
19000
19001[[package]]
19002name = "utf8_iter"
19003version = "1.0.4"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19006
19007[[package]]
19008name = "utf8parse"
19009version = "0.2.2"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19012
19013[[package]]
19014name = "util"
19015version = "0.1.0"
19016dependencies = [
19017 "anyhow",
19018 "async-fs",
19019 "async_zip",
19020 "collections",
19021 "command-fds",
19022 "dirs 4.0.0",
19023 "dunce",
19024 "futures 0.3.31",
19025 "futures-lite 1.13.0",
19026 "git2",
19027 "globset",
19028 "gpui_util",
19029 "itertools 0.14.0",
19030 "libc",
19031 "log",
19032 "mach2 0.5.0",
19033 "nix 0.29.0",
19034 "percent-encoding",
19035 "pretty_assertions",
19036 "rand 0.9.2",
19037 "regex",
19038 "rust-embed",
19039 "schemars",
19040 "serde",
19041 "serde_json",
19042 "serde_json_lenient",
19043 "shlex",
19044 "smol",
19045 "take-until",
19046 "tempfile",
19047 "tendril",
19048 "unicase",
19049 "url",
19050 "util_macros",
19051 "walkdir",
19052 "which 6.0.3",
19053]
19054
19055[[package]]
19056name = "util_macros"
19057version = "0.1.0"
19058dependencies = [
19059 "perf",
19060 "quote",
19061 "syn 2.0.117",
19062]
19063
19064[[package]]
19065name = "uuid"
19066version = "1.18.1"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19069dependencies = [
19070 "getrandom 0.3.4",
19071 "js-sys",
19072 "serde",
19073 "sha1_smol",
19074 "wasm-bindgen",
19075]
19076
19077[[package]]
19078name = "uuid-simd"
19079version = "0.8.0"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19082dependencies = [
19083 "outref",
19084 "vsimd",
19085]
19086
19087[[package]]
19088name = "v_frame"
19089version = "0.3.9"
19090source = "registry+https://github.com/rust-lang/crates.io-index"
19091checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19092dependencies = [
19093 "aligned-vec",
19094 "num-traits",
19095 "wasm-bindgen",
19096]
19097
19098[[package]]
19099name = "valuable"
19100version = "0.1.1"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19103
19104[[package]]
19105name = "value-bag"
19106version = "1.12.0"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19109dependencies = [
19110 "value-bag-serde1",
19111 "value-bag-sval2",
19112]
19113
19114[[package]]
19115name = "value-bag-serde1"
19116version = "1.12.0"
19117source = "registry+https://github.com/rust-lang/crates.io-index"
19118checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19119dependencies = [
19120 "erased-serde",
19121 "serde_core",
19122 "serde_fmt",
19123]
19124
19125[[package]]
19126name = "value-bag-sval2"
19127version = "1.12.0"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19130dependencies = [
19131 "sval",
19132 "sval_buffer",
19133 "sval_dynamic",
19134 "sval_fmt",
19135 "sval_json",
19136 "sval_ref",
19137 "sval_serde",
19138]
19139
19140[[package]]
19141name = "vcpkg"
19142version = "0.2.15"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19145
19146[[package]]
19147name = "vercel"
19148version = "0.1.0"
19149dependencies = [
19150 "anyhow",
19151 "schemars",
19152 "serde",
19153 "strum 0.27.2",
19154]
19155
19156[[package]]
19157name = "version-compare"
19158version = "0.2.0"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19161
19162[[package]]
19163name = "version_check"
19164version = "0.9.5"
19165source = "registry+https://github.com/rust-lang/crates.io-index"
19166checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19167
19168[[package]]
19169name = "vim"
19170version = "0.1.0"
19171dependencies = [
19172 "anyhow",
19173 "async-compat",
19174 "async-trait",
19175 "collections",
19176 "command_palette",
19177 "command_palette_hooks",
19178 "db",
19179 "editor",
19180 "env_logger 0.11.8",
19181 "futures 0.3.31",
19182 "fuzzy",
19183 "git_ui",
19184 "gpui",
19185 "indoc",
19186 "itertools 0.14.0",
19187 "language",
19188 "log",
19189 "lsp",
19190 "markdown_preview",
19191 "menu",
19192 "multi_buffer",
19193 "nvim-rs",
19194 "outline_panel",
19195 "parking_lot",
19196 "perf",
19197 "picker",
19198 "project",
19199 "project_panel",
19200 "regex",
19201 "release_channel",
19202 "schemars",
19203 "search",
19204 "semver",
19205 "serde",
19206 "serde_json",
19207 "settings",
19208 "settings_ui",
19209 "task",
19210 "text",
19211 "theme",
19212 "tokio",
19213 "ui",
19214 "util",
19215 "util_macros",
19216 "vim_mode_setting",
19217 "workspace",
19218 "zed_actions",
19219]
19220
19221[[package]]
19222name = "vim_mode_setting"
19223version = "0.1.0"
19224dependencies = [
19225 "gpui",
19226 "settings",
19227]
19228
19229[[package]]
19230name = "vscode_theme"
19231version = "0.2.0"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19234dependencies = [
19235 "serde",
19236]
19237
19238[[package]]
19239name = "vsimd"
19240version = "0.8.0"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19243
19244[[package]]
19245name = "vswhom"
19246version = "0.1.0"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19249dependencies = [
19250 "libc",
19251 "vswhom-sys",
19252]
19253
19254[[package]]
19255name = "vswhom-sys"
19256version = "0.1.3"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19259dependencies = [
19260 "cc",
19261 "libc",
19262]
19263
19264[[package]]
19265name = "vte"
19266version = "0.15.0"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19269dependencies = [
19270 "arrayvec",
19271 "bitflags 2.10.0",
19272 "cursor-icon",
19273 "log",
19274 "memchr",
19275 "serde",
19276]
19277
19278[[package]]
19279name = "wait-timeout"
19280version = "0.2.1"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19283dependencies = [
19284 "libc",
19285]
19286
19287[[package]]
19288name = "waker-fn"
19289version = "1.2.0"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19292
19293[[package]]
19294name = "walkdir"
19295version = "2.5.0"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19298dependencies = [
19299 "same-file",
19300 "winapi-util",
19301]
19302
19303[[package]]
19304name = "want"
19305version = "0.3.1"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19308dependencies = [
19309 "try-lock",
19310]
19311
19312[[package]]
19313name = "warp"
19314version = "0.3.7"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19317dependencies = [
19318 "bytes 1.11.1",
19319 "futures-channel",
19320 "futures-util",
19321 "headers",
19322 "http 0.2.12",
19323 "hyper 0.14.32",
19324 "log",
19325 "mime",
19326 "mime_guess",
19327 "percent-encoding",
19328 "pin-project",
19329 "scoped-tls",
19330 "serde",
19331 "serde_json",
19332 "serde_urlencoded",
19333 "tokio",
19334 "tokio-tungstenite 0.21.0",
19335 "tokio-util",
19336 "tower-service",
19337 "tracing",
19338]
19339
19340[[package]]
19341name = "wasi"
19342version = "0.11.1+wasi-snapshot-preview1"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19345
19346[[package]]
19347name = "wasip2"
19348version = "1.0.1+wasi-0.2.4"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19351dependencies = [
19352 "wit-bindgen 0.46.0",
19353]
19354
19355[[package]]
19356name = "wasip3"
19357version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19360dependencies = [
19361 "wit-bindgen 0.51.0",
19362]
19363
19364[[package]]
19365name = "wasite"
19366version = "0.1.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19369
19370[[package]]
19371name = "wasm-bindgen"
19372version = "0.2.113"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19375dependencies = [
19376 "cfg-if",
19377 "once_cell",
19378 "rustversion",
19379 "wasm-bindgen-macro",
19380 "wasm-bindgen-shared",
19381]
19382
19383[[package]]
19384name = "wasm-bindgen-futures"
19385version = "0.4.63"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19388dependencies = [
19389 "cfg-if",
19390 "futures-util",
19391 "js-sys",
19392 "once_cell",
19393 "wasm-bindgen",
19394 "web-sys",
19395]
19396
19397[[package]]
19398name = "wasm-bindgen-macro"
19399version = "0.2.113"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19402dependencies = [
19403 "quote",
19404 "wasm-bindgen-macro-support",
19405]
19406
19407[[package]]
19408name = "wasm-bindgen-macro-support"
19409version = "0.2.113"
19410source = "registry+https://github.com/rust-lang/crates.io-index"
19411checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19412dependencies = [
19413 "bumpalo",
19414 "proc-macro2",
19415 "quote",
19416 "syn 2.0.117",
19417 "wasm-bindgen-shared",
19418]
19419
19420[[package]]
19421name = "wasm-bindgen-shared"
19422version = "0.2.113"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19425dependencies = [
19426 "unicode-ident",
19427]
19428
19429[[package]]
19430name = "wasm-encoder"
19431version = "0.201.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19434dependencies = [
19435 "leb128",
19436]
19437
19438[[package]]
19439name = "wasm-encoder"
19440version = "0.221.3"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19443dependencies = [
19444 "leb128",
19445 "wasmparser 0.221.3",
19446]
19447
19448[[package]]
19449name = "wasm-encoder"
19450version = "0.227.1"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19453dependencies = [
19454 "leb128fmt",
19455 "wasmparser 0.227.1",
19456]
19457
19458[[package]]
19459name = "wasm-encoder"
19460version = "0.229.0"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19463dependencies = [
19464 "leb128fmt",
19465 "wasmparser 0.229.0",
19466]
19467
19468[[package]]
19469name = "wasm-encoder"
19470version = "0.244.0"
19471source = "registry+https://github.com/rust-lang/crates.io-index"
19472checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19473dependencies = [
19474 "leb128fmt",
19475 "wasmparser 0.244.0",
19476]
19477
19478[[package]]
19479name = "wasm-metadata"
19480version = "0.201.0"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19483dependencies = [
19484 "anyhow",
19485 "indexmap",
19486 "serde",
19487 "serde_derive",
19488 "serde_json",
19489 "spdx",
19490 "wasm-encoder 0.201.0",
19491 "wasmparser 0.201.0",
19492]
19493
19494[[package]]
19495name = "wasm-metadata"
19496version = "0.227.1"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19499dependencies = [
19500 "anyhow",
19501 "auditable-serde",
19502 "flate2",
19503 "indexmap",
19504 "serde",
19505 "serde_derive",
19506 "serde_json",
19507 "spdx",
19508 "url",
19509 "wasm-encoder 0.227.1",
19510 "wasmparser 0.227.1",
19511]
19512
19513[[package]]
19514name = "wasm-metadata"
19515version = "0.244.0"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19518dependencies = [
19519 "anyhow",
19520 "indexmap",
19521 "wasm-encoder 0.244.0",
19522 "wasmparser 0.244.0",
19523]
19524
19525[[package]]
19526name = "wasm-streams"
19527version = "0.4.2"
19528source = "registry+https://github.com/rust-lang/crates.io-index"
19529checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19530dependencies = [
19531 "futures-util",
19532 "js-sys",
19533 "wasm-bindgen",
19534 "wasm-bindgen-futures",
19535 "web-sys",
19536]
19537
19538[[package]]
19539name = "wasm_thread"
19540version = "0.3.3"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19543dependencies = [
19544 "futures 0.3.31",
19545 "js-sys",
19546 "wasm-bindgen",
19547 "web-sys",
19548]
19549
19550[[package]]
19551name = "wasmparser"
19552version = "0.201.0"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19555dependencies = [
19556 "bitflags 2.10.0",
19557 "indexmap",
19558 "semver",
19559]
19560
19561[[package]]
19562name = "wasmparser"
19563version = "0.221.3"
19564source = "registry+https://github.com/rust-lang/crates.io-index"
19565checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19566dependencies = [
19567 "bitflags 2.10.0",
19568 "hashbrown 0.15.5",
19569 "indexmap",
19570 "semver",
19571 "serde",
19572]
19573
19574[[package]]
19575name = "wasmparser"
19576version = "0.227.1"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19579dependencies = [
19580 "bitflags 2.10.0",
19581 "hashbrown 0.15.5",
19582 "indexmap",
19583 "semver",
19584]
19585
19586[[package]]
19587name = "wasmparser"
19588version = "0.229.0"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19591dependencies = [
19592 "bitflags 2.10.0",
19593 "hashbrown 0.15.5",
19594 "indexmap",
19595 "semver",
19596 "serde",
19597]
19598
19599[[package]]
19600name = "wasmparser"
19601version = "0.244.0"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19604dependencies = [
19605 "bitflags 2.10.0",
19606 "hashbrown 0.15.5",
19607 "indexmap",
19608 "semver",
19609]
19610
19611[[package]]
19612name = "wasmprinter"
19613version = "0.229.0"
19614source = "registry+https://github.com/rust-lang/crates.io-index"
19615checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19616dependencies = [
19617 "anyhow",
19618 "termcolor",
19619 "wasmparser 0.229.0",
19620]
19621
19622[[package]]
19623name = "wasmtime"
19624version = "33.0.2"
19625source = "registry+https://github.com/rust-lang/crates.io-index"
19626checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19627dependencies = [
19628 "addr2line 0.24.2",
19629 "anyhow",
19630 "async-trait",
19631 "bitflags 2.10.0",
19632 "bumpalo",
19633 "cc",
19634 "cfg-if",
19635 "encoding_rs",
19636 "hashbrown 0.15.5",
19637 "indexmap",
19638 "libc",
19639 "log",
19640 "mach2 0.4.3",
19641 "memfd",
19642 "object 0.36.7",
19643 "once_cell",
19644 "postcard",
19645 "psm",
19646 "pulley-interpreter",
19647 "rayon",
19648 "rustix 1.1.2",
19649 "semver",
19650 "serde",
19651 "serde_derive",
19652 "smallvec",
19653 "sptr",
19654 "target-lexicon 0.13.3",
19655 "trait-variant",
19656 "wasmparser 0.229.0",
19657 "wasmtime-asm-macros",
19658 "wasmtime-component-macro",
19659 "wasmtime-component-util",
19660 "wasmtime-cranelift",
19661 "wasmtime-environ",
19662 "wasmtime-fiber",
19663 "wasmtime-jit-icache-coherence",
19664 "wasmtime-math",
19665 "wasmtime-slab",
19666 "wasmtime-versioned-export-macros",
19667 "wasmtime-winch",
19668 "windows-sys 0.59.0",
19669]
19670
19671[[package]]
19672name = "wasmtime-asm-macros"
19673version = "33.0.2"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19676dependencies = [
19677 "cfg-if",
19678]
19679
19680[[package]]
19681name = "wasmtime-c-api-impl"
19682version = "33.0.2"
19683source = "registry+https://github.com/rust-lang/crates.io-index"
19684checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19685dependencies = [
19686 "anyhow",
19687 "log",
19688 "tracing",
19689 "wasmtime",
19690 "wasmtime-c-api-macros",
19691]
19692
19693[[package]]
19694name = "wasmtime-c-api-macros"
19695version = "33.0.2"
19696source = "registry+https://github.com/rust-lang/crates.io-index"
19697checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19698dependencies = [
19699 "proc-macro2",
19700 "quote",
19701]
19702
19703[[package]]
19704name = "wasmtime-component-macro"
19705version = "33.0.2"
19706source = "registry+https://github.com/rust-lang/crates.io-index"
19707checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19708dependencies = [
19709 "anyhow",
19710 "proc-macro2",
19711 "quote",
19712 "syn 2.0.117",
19713 "wasmtime-component-util",
19714 "wasmtime-wit-bindgen",
19715 "wit-parser 0.229.0",
19716]
19717
19718[[package]]
19719name = "wasmtime-component-util"
19720version = "33.0.2"
19721source = "registry+https://github.com/rust-lang/crates.io-index"
19722checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19723
19724[[package]]
19725name = "wasmtime-cranelift"
19726version = "33.0.2"
19727source = "registry+https://github.com/rust-lang/crates.io-index"
19728checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19729dependencies = [
19730 "anyhow",
19731 "cfg-if",
19732 "cranelift-codegen",
19733 "cranelift-control",
19734 "cranelift-entity",
19735 "cranelift-frontend",
19736 "cranelift-native",
19737 "gimli 0.31.1",
19738 "itertools 0.14.0",
19739 "log",
19740 "object 0.36.7",
19741 "pulley-interpreter",
19742 "smallvec",
19743 "target-lexicon 0.13.3",
19744 "thiserror 2.0.17",
19745 "wasmparser 0.229.0",
19746 "wasmtime-environ",
19747 "wasmtime-versioned-export-macros",
19748]
19749
19750[[package]]
19751name = "wasmtime-environ"
19752version = "33.0.2"
19753source = "registry+https://github.com/rust-lang/crates.io-index"
19754checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19755dependencies = [
19756 "anyhow",
19757 "cpp_demangle",
19758 "cranelift-bitset",
19759 "cranelift-entity",
19760 "gimli 0.31.1",
19761 "indexmap",
19762 "log",
19763 "object 0.36.7",
19764 "postcard",
19765 "rustc-demangle",
19766 "semver",
19767 "serde",
19768 "serde_derive",
19769 "smallvec",
19770 "target-lexicon 0.13.3",
19771 "wasm-encoder 0.229.0",
19772 "wasmparser 0.229.0",
19773 "wasmprinter",
19774 "wasmtime-component-util",
19775]
19776
19777[[package]]
19778name = "wasmtime-fiber"
19779version = "33.0.2"
19780source = "registry+https://github.com/rust-lang/crates.io-index"
19781checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19782dependencies = [
19783 "anyhow",
19784 "cc",
19785 "cfg-if",
19786 "rustix 1.1.2",
19787 "wasmtime-asm-macros",
19788 "wasmtime-versioned-export-macros",
19789 "windows-sys 0.59.0",
19790]
19791
19792[[package]]
19793name = "wasmtime-jit-icache-coherence"
19794version = "33.0.2"
19795source = "registry+https://github.com/rust-lang/crates.io-index"
19796checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19797dependencies = [
19798 "anyhow",
19799 "cfg-if",
19800 "libc",
19801 "windows-sys 0.59.0",
19802]
19803
19804[[package]]
19805name = "wasmtime-math"
19806version = "33.0.2"
19807source = "registry+https://github.com/rust-lang/crates.io-index"
19808checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19809dependencies = [
19810 "libm",
19811]
19812
19813[[package]]
19814name = "wasmtime-slab"
19815version = "33.0.2"
19816source = "registry+https://github.com/rust-lang/crates.io-index"
19817checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19818
19819[[package]]
19820name = "wasmtime-versioned-export-macros"
19821version = "33.0.2"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19824dependencies = [
19825 "proc-macro2",
19826 "quote",
19827 "syn 2.0.117",
19828]
19829
19830[[package]]
19831name = "wasmtime-wasi"
19832version = "33.0.2"
19833source = "registry+https://github.com/rust-lang/crates.io-index"
19834checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19835dependencies = [
19836 "anyhow",
19837 "async-trait",
19838 "bitflags 2.10.0",
19839 "bytes 1.11.1",
19840 "cap-fs-ext",
19841 "cap-net-ext",
19842 "cap-rand",
19843 "cap-std",
19844 "cap-time-ext",
19845 "fs-set-times",
19846 "futures 0.3.31",
19847 "io-extras",
19848 "io-lifetimes",
19849 "rustix 1.1.2",
19850 "system-interface",
19851 "thiserror 2.0.17",
19852 "tokio",
19853 "tracing",
19854 "url",
19855 "wasmtime",
19856 "wasmtime-wasi-io",
19857 "wiggle",
19858 "windows-sys 0.59.0",
19859]
19860
19861[[package]]
19862name = "wasmtime-wasi-io"
19863version = "33.0.2"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19866dependencies = [
19867 "anyhow",
19868 "async-trait",
19869 "bytes 1.11.1",
19870 "futures 0.3.31",
19871 "wasmtime",
19872]
19873
19874[[package]]
19875name = "wasmtime-winch"
19876version = "33.0.2"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19879dependencies = [
19880 "anyhow",
19881 "cranelift-codegen",
19882 "gimli 0.31.1",
19883 "object 0.36.7",
19884 "target-lexicon 0.13.3",
19885 "wasmparser 0.229.0",
19886 "wasmtime-cranelift",
19887 "wasmtime-environ",
19888 "winch-codegen",
19889]
19890
19891[[package]]
19892name = "wasmtime-wit-bindgen"
19893version = "33.0.2"
19894source = "registry+https://github.com/rust-lang/crates.io-index"
19895checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19896dependencies = [
19897 "anyhow",
19898 "heck 0.5.0",
19899 "indexmap",
19900 "wit-parser 0.229.0",
19901]
19902
19903[[package]]
19904name = "wast"
19905version = "35.0.2"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19908dependencies = [
19909 "leb128",
19910]
19911
19912[[package]]
19913name = "watch"
19914version = "0.1.0"
19915dependencies = [
19916 "ctor",
19917 "futures 0.3.31",
19918 "gpui",
19919 "parking_lot",
19920 "zlog",
19921]
19922
19923[[package]]
19924name = "wax"
19925version = "0.7.0"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19928dependencies = [
19929 "const_format",
19930 "itertools 0.14.0",
19931 "nom 7.1.3",
19932 "pori",
19933 "regex",
19934 "thiserror 2.0.17",
19935 "walkdir",
19936]
19937
19938[[package]]
19939name = "wayland-backend"
19940version = "0.3.11"
19941source = "registry+https://github.com/rust-lang/crates.io-index"
19942checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19943dependencies = [
19944 "cc",
19945 "downcast-rs",
19946 "rustix 1.1.2",
19947 "scoped-tls",
19948 "smallvec",
19949 "wayland-sys",
19950]
19951
19952[[package]]
19953name = "wayland-client"
19954version = "0.31.11"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19957dependencies = [
19958 "bitflags 2.10.0",
19959 "rustix 1.1.2",
19960 "wayland-backend",
19961 "wayland-scanner",
19962]
19963
19964[[package]]
19965name = "wayland-cursor"
19966version = "0.31.11"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19969dependencies = [
19970 "rustix 1.1.2",
19971 "wayland-client",
19972 "xcursor",
19973]
19974
19975[[package]]
19976name = "wayland-protocols"
19977version = "0.32.9"
19978source = "registry+https://github.com/rust-lang/crates.io-index"
19979checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19980dependencies = [
19981 "bitflags 2.10.0",
19982 "wayland-backend",
19983 "wayland-client",
19984 "wayland-scanner",
19985]
19986
19987[[package]]
19988name = "wayland-protocols-plasma"
19989version = "0.3.9"
19990source = "registry+https://github.com/rust-lang/crates.io-index"
19991checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19992dependencies = [
19993 "bitflags 2.10.0",
19994 "wayland-backend",
19995 "wayland-client",
19996 "wayland-protocols",
19997 "wayland-scanner",
19998]
19999
20000[[package]]
20001name = "wayland-protocols-wlr"
20002version = "0.3.9"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20005dependencies = [
20006 "bitflags 2.10.0",
20007 "wayland-backend",
20008 "wayland-client",
20009 "wayland-protocols",
20010 "wayland-scanner",
20011]
20012
20013[[package]]
20014name = "wayland-scanner"
20015version = "0.31.7"
20016source = "registry+https://github.com/rust-lang/crates.io-index"
20017checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20018dependencies = [
20019 "proc-macro2",
20020 "quick-xml 0.37.5",
20021 "quote",
20022]
20023
20024[[package]]
20025name = "wayland-sys"
20026version = "0.31.7"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20029dependencies = [
20030 "dlib",
20031 "log",
20032 "once_cell",
20033 "pkg-config",
20034]
20035
20036[[package]]
20037name = "web-sys"
20038version = "0.3.90"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20041dependencies = [
20042 "js-sys",
20043 "wasm-bindgen",
20044]
20045
20046[[package]]
20047name = "web-time"
20048version = "1.1.0"
20049source = "registry+https://github.com/rust-lang/crates.io-index"
20050checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20051dependencies = [
20052 "js-sys",
20053 "wasm-bindgen",
20054]
20055
20056[[package]]
20057name = "web_atoms"
20058version = "0.1.3"
20059source = "registry+https://github.com/rust-lang/crates.io-index"
20060checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20061dependencies = [
20062 "phf 0.11.3",
20063 "phf_codegen",
20064 "string_cache",
20065 "string_cache_codegen",
20066]
20067
20068[[package]]
20069name = "web_search"
20070version = "0.1.0"
20071dependencies = [
20072 "anyhow",
20073 "cloud_llm_client",
20074 "collections",
20075 "gpui",
20076 "serde",
20077]
20078
20079[[package]]
20080name = "web_search_providers"
20081version = "0.1.0"
20082dependencies = [
20083 "anyhow",
20084 "client",
20085 "cloud_api_types",
20086 "cloud_llm_client",
20087 "futures 0.3.31",
20088 "gpui",
20089 "http_client",
20090 "language_model",
20091 "serde",
20092 "serde_json",
20093 "web_search",
20094]
20095
20096[[package]]
20097name = "webpki-root-certs"
20098version = "0.26.8"
20099source = "registry+https://github.com/rust-lang/crates.io-index"
20100checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20101dependencies = [
20102 "rustls-pki-types",
20103]
20104
20105[[package]]
20106name = "webpki-roots"
20107version = "0.26.8"
20108source = "registry+https://github.com/rust-lang/crates.io-index"
20109checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20110dependencies = [
20111 "rustls-pki-types",
20112]
20113
20114[[package]]
20115name = "webrtc-sys"
20116version = "0.3.23"
20117source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20118dependencies = [
20119 "cc",
20120 "cxx",
20121 "cxx-build",
20122 "glob",
20123 "log",
20124 "pkg-config",
20125 "webrtc-sys-build",
20126]
20127
20128[[package]]
20129name = "webrtc-sys-build"
20130version = "0.3.13"
20131source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20132dependencies = [
20133 "anyhow",
20134 "fs2",
20135 "regex",
20136 "reqwest 0.12.24",
20137 "scratch",
20138 "semver",
20139 "zip 0.6.6",
20140]
20141
20142[[package]]
20143name = "weezl"
20144version = "0.1.10"
20145source = "registry+https://github.com/rust-lang/crates.io-index"
20146checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20147
20148[[package]]
20149name = "wgpu"
20150version = "29.0.0"
20151source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20152dependencies = [
20153 "arrayvec",
20154 "bitflags 2.10.0",
20155 "bytemuck",
20156 "cfg-if",
20157 "cfg_aliases 0.2.1",
20158 "document-features",
20159 "hashbrown 0.16.1",
20160 "js-sys",
20161 "log",
20162 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20163 "parking_lot",
20164 "portable-atomic",
20165 "profiling",
20166 "raw-window-handle",
20167 "smallvec",
20168 "static_assertions",
20169 "wasm-bindgen",
20170 "wasm-bindgen-futures",
20171 "web-sys",
20172 "wgpu-core",
20173 "wgpu-hal",
20174 "wgpu-types",
20175]
20176
20177[[package]]
20178name = "wgpu-core"
20179version = "29.0.0"
20180source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20181dependencies = [
20182 "arrayvec",
20183 "bit-set 0.9.1",
20184 "bit-vec 0.9.1",
20185 "bitflags 2.10.0",
20186 "bytemuck",
20187 "cfg_aliases 0.2.1",
20188 "document-features",
20189 "hashbrown 0.16.1",
20190 "indexmap",
20191 "log",
20192 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20193 "once_cell",
20194 "parking_lot",
20195 "portable-atomic",
20196 "profiling",
20197 "raw-window-handle",
20198 "rustc-hash 1.1.0",
20199 "smallvec",
20200 "thiserror 2.0.17",
20201 "wgpu-core-deps-apple",
20202 "wgpu-core-deps-emscripten",
20203 "wgpu-core-deps-windows-linux-android",
20204 "wgpu-hal",
20205 "wgpu-naga-bridge",
20206 "wgpu-types",
20207]
20208
20209[[package]]
20210name = "wgpu-core-deps-apple"
20211version = "29.0.0"
20212source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20213dependencies = [
20214 "wgpu-hal",
20215]
20216
20217[[package]]
20218name = "wgpu-core-deps-emscripten"
20219version = "29.0.0"
20220source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20221dependencies = [
20222 "wgpu-hal",
20223]
20224
20225[[package]]
20226name = "wgpu-core-deps-windows-linux-android"
20227version = "29.0.0"
20228source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20229dependencies = [
20230 "wgpu-hal",
20231]
20232
20233[[package]]
20234name = "wgpu-hal"
20235version = "29.0.0"
20236source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20237dependencies = [
20238 "android_system_properties",
20239 "arrayvec",
20240 "ash",
20241 "bit-set 0.9.1",
20242 "bitflags 2.10.0",
20243 "block2",
20244 "bytemuck",
20245 "cfg-if",
20246 "cfg_aliases 0.2.1",
20247 "glow",
20248 "glutin_wgl_sys",
20249 "gpu-allocator",
20250 "gpu-descriptor",
20251 "hashbrown 0.16.1",
20252 "js-sys",
20253 "khronos-egl",
20254 "libc",
20255 "libloading",
20256 "log",
20257 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20258 "ndk-sys",
20259 "objc2",
20260 "objc2-core-foundation",
20261 "objc2-foundation",
20262 "objc2-metal",
20263 "objc2-quartz-core",
20264 "once_cell",
20265 "ordered-float 4.6.0",
20266 "parking_lot",
20267 "portable-atomic",
20268 "portable-atomic-util",
20269 "profiling",
20270 "range-alloc",
20271 "raw-window-handle",
20272 "raw-window-metal",
20273 "renderdoc-sys",
20274 "smallvec",
20275 "thiserror 2.0.17",
20276 "wasm-bindgen",
20277 "wayland-sys",
20278 "web-sys",
20279 "wgpu-naga-bridge",
20280 "wgpu-types",
20281 "windows 0.62.2",
20282 "windows-core 0.62.2",
20283]
20284
20285[[package]]
20286name = "wgpu-naga-bridge"
20287version = "29.0.0"
20288source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20289dependencies = [
20290 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20291 "wgpu-types",
20292]
20293
20294[[package]]
20295name = "wgpu-types"
20296version = "29.0.0"
20297source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20298dependencies = [
20299 "bitflags 2.10.0",
20300 "bytemuck",
20301 "js-sys",
20302 "log",
20303 "raw-window-handle",
20304 "web-sys",
20305]
20306
20307[[package]]
20308name = "which"
20309version = "4.4.2"
20310source = "registry+https://github.com/rust-lang/crates.io-index"
20311checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20312dependencies = [
20313 "either",
20314 "home",
20315 "once_cell",
20316 "rustix 0.38.44",
20317]
20318
20319[[package]]
20320name = "which"
20321version = "6.0.3"
20322source = "registry+https://github.com/rust-lang/crates.io-index"
20323checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20324dependencies = [
20325 "either",
20326 "home",
20327 "rustix 0.38.44",
20328 "winsafe",
20329]
20330
20331[[package]]
20332name = "which_key"
20333version = "0.1.0"
20334dependencies = [
20335 "command_palette",
20336 "gpui",
20337 "serde",
20338 "settings",
20339 "theme",
20340 "ui",
20341 "util",
20342 "workspace",
20343]
20344
20345[[package]]
20346name = "whoami"
20347version = "1.6.1"
20348source = "registry+https://github.com/rust-lang/crates.io-index"
20349checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20350dependencies = [
20351 "libredox",
20352 "wasite",
20353]
20354
20355[[package]]
20356name = "wiggle"
20357version = "33.0.2"
20358source = "registry+https://github.com/rust-lang/crates.io-index"
20359checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20360dependencies = [
20361 "anyhow",
20362 "async-trait",
20363 "bitflags 2.10.0",
20364 "thiserror 2.0.17",
20365 "tracing",
20366 "wasmtime",
20367 "wiggle-macro",
20368]
20369
20370[[package]]
20371name = "wiggle-generate"
20372version = "33.0.2"
20373source = "registry+https://github.com/rust-lang/crates.io-index"
20374checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20375dependencies = [
20376 "anyhow",
20377 "heck 0.5.0",
20378 "proc-macro2",
20379 "quote",
20380 "syn 2.0.117",
20381 "witx",
20382]
20383
20384[[package]]
20385name = "wiggle-macro"
20386version = "33.0.2"
20387source = "registry+https://github.com/rust-lang/crates.io-index"
20388checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20389dependencies = [
20390 "proc-macro2",
20391 "quote",
20392 "syn 2.0.117",
20393 "wiggle-generate",
20394]
20395
20396[[package]]
20397name = "winapi"
20398version = "0.3.9"
20399source = "registry+https://github.com/rust-lang/crates.io-index"
20400checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20401dependencies = [
20402 "winapi-i686-pc-windows-gnu",
20403 "winapi-x86_64-pc-windows-gnu",
20404]
20405
20406[[package]]
20407name = "winapi-i686-pc-windows-gnu"
20408version = "0.4.0"
20409source = "registry+https://github.com/rust-lang/crates.io-index"
20410checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20411
20412[[package]]
20413name = "winapi-util"
20414version = "0.1.11"
20415source = "registry+https://github.com/rust-lang/crates.io-index"
20416checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20417dependencies = [
20418 "windows-sys 0.61.2",
20419]
20420
20421[[package]]
20422name = "winapi-x86_64-pc-windows-gnu"
20423version = "0.4.0"
20424source = "registry+https://github.com/rust-lang/crates.io-index"
20425checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20426
20427[[package]]
20428name = "winch-codegen"
20429version = "33.0.2"
20430source = "registry+https://github.com/rust-lang/crates.io-index"
20431checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20432dependencies = [
20433 "anyhow",
20434 "cranelift-assembler-x64",
20435 "cranelift-codegen",
20436 "gimli 0.31.1",
20437 "regalloc2",
20438 "smallvec",
20439 "target-lexicon 0.13.3",
20440 "thiserror 2.0.17",
20441 "wasmparser 0.229.0",
20442 "wasmtime-cranelift",
20443 "wasmtime-environ",
20444]
20445
20446[[package]]
20447name = "windows"
20448version = "0.57.0"
20449source = "registry+https://github.com/rust-lang/crates.io-index"
20450checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20451dependencies = [
20452 "windows-core 0.57.0",
20453 "windows-targets 0.52.6",
20454]
20455
20456[[package]]
20457name = "windows"
20458version = "0.58.0"
20459source = "registry+https://github.com/rust-lang/crates.io-index"
20460checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20461dependencies = [
20462 "windows-core 0.58.0",
20463 "windows-targets 0.52.6",
20464]
20465
20466[[package]]
20467name = "windows"
20468version = "0.61.3"
20469source = "registry+https://github.com/rust-lang/crates.io-index"
20470checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20471dependencies = [
20472 "windows-collections 0.2.0",
20473 "windows-core 0.61.2",
20474 "windows-future 0.2.1",
20475 "windows-link 0.1.3",
20476 "windows-numerics 0.2.0",
20477]
20478
20479[[package]]
20480name = "windows"
20481version = "0.62.2"
20482source = "registry+https://github.com/rust-lang/crates.io-index"
20483checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20484dependencies = [
20485 "windows-collections 0.3.2",
20486 "windows-core 0.62.2",
20487 "windows-future 0.3.2",
20488 "windows-numerics 0.3.1",
20489]
20490
20491[[package]]
20492name = "windows-bindgen"
20493version = "0.61.1"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20496dependencies = [
20497 "serde",
20498 "serde_json",
20499 "windows-threading 0.1.0",
20500]
20501
20502[[package]]
20503name = "windows-capture"
20504version = "1.4.3"
20505source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20506dependencies = [
20507 "clap",
20508 "ctrlc",
20509 "parking_lot",
20510 "rayon",
20511 "thiserror 2.0.17",
20512 "windows 0.61.3",
20513 "windows-future 0.2.1",
20514]
20515
20516[[package]]
20517name = "windows-collections"
20518version = "0.2.0"
20519source = "registry+https://github.com/rust-lang/crates.io-index"
20520checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20521dependencies = [
20522 "windows-core 0.61.2",
20523]
20524
20525[[package]]
20526name = "windows-collections"
20527version = "0.3.2"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20530dependencies = [
20531 "windows-core 0.62.2",
20532]
20533
20534[[package]]
20535name = "windows-core"
20536version = "0.57.0"
20537source = "registry+https://github.com/rust-lang/crates.io-index"
20538checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20539dependencies = [
20540 "windows-implement 0.57.0",
20541 "windows-interface 0.57.0",
20542 "windows-result 0.1.2",
20543 "windows-targets 0.52.6",
20544]
20545
20546[[package]]
20547name = "windows-core"
20548version = "0.58.0"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20551dependencies = [
20552 "windows-implement 0.58.0",
20553 "windows-interface 0.58.0",
20554 "windows-result 0.2.0",
20555 "windows-strings 0.1.0",
20556 "windows-targets 0.52.6",
20557]
20558
20559[[package]]
20560name = "windows-core"
20561version = "0.61.2"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20564dependencies = [
20565 "windows-implement 0.60.2",
20566 "windows-interface 0.59.3",
20567 "windows-link 0.1.3",
20568 "windows-result 0.3.4",
20569 "windows-strings 0.4.2",
20570]
20571
20572[[package]]
20573name = "windows-core"
20574version = "0.62.2"
20575source = "registry+https://github.com/rust-lang/crates.io-index"
20576checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20577dependencies = [
20578 "windows-implement 0.60.2",
20579 "windows-interface 0.59.3",
20580 "windows-link 0.2.1",
20581 "windows-result 0.4.1",
20582 "windows-strings 0.5.1",
20583]
20584
20585[[package]]
20586name = "windows-future"
20587version = "0.2.1"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20590dependencies = [
20591 "windows-core 0.61.2",
20592 "windows-link 0.1.3",
20593 "windows-threading 0.1.0",
20594]
20595
20596[[package]]
20597name = "windows-future"
20598version = "0.3.2"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20601dependencies = [
20602 "windows-core 0.62.2",
20603 "windows-link 0.2.1",
20604 "windows-threading 0.2.1",
20605]
20606
20607[[package]]
20608name = "windows-implement"
20609version = "0.57.0"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20612dependencies = [
20613 "proc-macro2",
20614 "quote",
20615 "syn 2.0.117",
20616]
20617
20618[[package]]
20619name = "windows-implement"
20620version = "0.58.0"
20621source = "registry+https://github.com/rust-lang/crates.io-index"
20622checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20623dependencies = [
20624 "proc-macro2",
20625 "quote",
20626 "syn 2.0.117",
20627]
20628
20629[[package]]
20630name = "windows-implement"
20631version = "0.60.2"
20632source = "registry+https://github.com/rust-lang/crates.io-index"
20633checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20634dependencies = [
20635 "proc-macro2",
20636 "quote",
20637 "syn 2.0.117",
20638]
20639
20640[[package]]
20641name = "windows-interface"
20642version = "0.57.0"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20645dependencies = [
20646 "proc-macro2",
20647 "quote",
20648 "syn 2.0.117",
20649]
20650
20651[[package]]
20652name = "windows-interface"
20653version = "0.58.0"
20654source = "registry+https://github.com/rust-lang/crates.io-index"
20655checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20656dependencies = [
20657 "proc-macro2",
20658 "quote",
20659 "syn 2.0.117",
20660]
20661
20662[[package]]
20663name = "windows-interface"
20664version = "0.59.3"
20665source = "registry+https://github.com/rust-lang/crates.io-index"
20666checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20667dependencies = [
20668 "proc-macro2",
20669 "quote",
20670 "syn 2.0.117",
20671]
20672
20673[[package]]
20674name = "windows-link"
20675version = "0.1.3"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20678
20679[[package]]
20680name = "windows-link"
20681version = "0.2.1"
20682source = "registry+https://github.com/rust-lang/crates.io-index"
20683checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20684
20685[[package]]
20686name = "windows-numerics"
20687version = "0.2.0"
20688source = "registry+https://github.com/rust-lang/crates.io-index"
20689checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20690dependencies = [
20691 "windows-core 0.61.2",
20692 "windows-link 0.1.3",
20693]
20694
20695[[package]]
20696name = "windows-numerics"
20697version = "0.3.1"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20700dependencies = [
20701 "windows-core 0.62.2",
20702 "windows-link 0.2.1",
20703]
20704
20705[[package]]
20706name = "windows-registry"
20707version = "0.4.0"
20708source = "registry+https://github.com/rust-lang/crates.io-index"
20709checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20710dependencies = [
20711 "windows-result 0.3.4",
20712 "windows-strings 0.3.1",
20713 "windows-targets 0.53.5",
20714]
20715
20716[[package]]
20717name = "windows-registry"
20718version = "0.5.3"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20721dependencies = [
20722 "windows-link 0.1.3",
20723 "windows-result 0.3.4",
20724 "windows-strings 0.4.2",
20725]
20726
20727[[package]]
20728name = "windows-registry"
20729version = "0.6.1"
20730source = "registry+https://github.com/rust-lang/crates.io-index"
20731checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20732dependencies = [
20733 "windows-link 0.2.1",
20734 "windows-result 0.4.1",
20735 "windows-strings 0.5.1",
20736]
20737
20738[[package]]
20739name = "windows-result"
20740version = "0.1.2"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20743dependencies = [
20744 "windows-targets 0.52.6",
20745]
20746
20747[[package]]
20748name = "windows-result"
20749version = "0.2.0"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20752dependencies = [
20753 "windows-targets 0.52.6",
20754]
20755
20756[[package]]
20757name = "windows-result"
20758version = "0.3.4"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20761dependencies = [
20762 "windows-link 0.1.3",
20763]
20764
20765[[package]]
20766name = "windows-result"
20767version = "0.4.1"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20770dependencies = [
20771 "windows-link 0.2.1",
20772]
20773
20774[[package]]
20775name = "windows-strings"
20776version = "0.1.0"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20779dependencies = [
20780 "windows-result 0.2.0",
20781 "windows-targets 0.52.6",
20782]
20783
20784[[package]]
20785name = "windows-strings"
20786version = "0.3.1"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20789dependencies = [
20790 "windows-link 0.1.3",
20791]
20792
20793[[package]]
20794name = "windows-strings"
20795version = "0.4.2"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20798dependencies = [
20799 "windows-link 0.1.3",
20800]
20801
20802[[package]]
20803name = "windows-strings"
20804version = "0.5.1"
20805source = "registry+https://github.com/rust-lang/crates.io-index"
20806checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20807dependencies = [
20808 "windows-link 0.2.1",
20809]
20810
20811[[package]]
20812name = "windows-sys"
20813version = "0.45.0"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20816dependencies = [
20817 "windows-targets 0.42.2",
20818]
20819
20820[[package]]
20821name = "windows-sys"
20822version = "0.48.0"
20823source = "registry+https://github.com/rust-lang/crates.io-index"
20824checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20825dependencies = [
20826 "windows-targets 0.48.5",
20827]
20828
20829[[package]]
20830name = "windows-sys"
20831version = "0.52.0"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20834dependencies = [
20835 "windows-targets 0.52.6",
20836]
20837
20838[[package]]
20839name = "windows-sys"
20840version = "0.59.0"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20843dependencies = [
20844 "windows-targets 0.52.6",
20845]
20846
20847[[package]]
20848name = "windows-sys"
20849version = "0.60.2"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20852dependencies = [
20853 "windows-targets 0.53.5",
20854]
20855
20856[[package]]
20857name = "windows-sys"
20858version = "0.61.2"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20861dependencies = [
20862 "windows-link 0.2.1",
20863]
20864
20865[[package]]
20866name = "windows-targets"
20867version = "0.42.2"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20870dependencies = [
20871 "windows_aarch64_gnullvm 0.42.2",
20872 "windows_aarch64_msvc 0.42.2",
20873 "windows_i686_gnu 0.42.2",
20874 "windows_i686_msvc 0.42.2",
20875 "windows_x86_64_gnu 0.42.2",
20876 "windows_x86_64_gnullvm 0.42.2",
20877 "windows_x86_64_msvc 0.42.2",
20878]
20879
20880[[package]]
20881name = "windows-targets"
20882version = "0.48.5"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20885dependencies = [
20886 "windows_aarch64_gnullvm 0.48.5",
20887 "windows_aarch64_msvc 0.48.5",
20888 "windows_i686_gnu 0.48.5",
20889 "windows_i686_msvc 0.48.5",
20890 "windows_x86_64_gnu 0.48.5",
20891 "windows_x86_64_gnullvm 0.48.5",
20892 "windows_x86_64_msvc 0.48.5",
20893]
20894
20895[[package]]
20896name = "windows-targets"
20897version = "0.52.6"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20900dependencies = [
20901 "windows_aarch64_gnullvm 0.52.6",
20902 "windows_aarch64_msvc 0.52.6",
20903 "windows_i686_gnu 0.52.6",
20904 "windows_i686_gnullvm 0.52.6",
20905 "windows_i686_msvc 0.52.6",
20906 "windows_x86_64_gnu 0.52.6",
20907 "windows_x86_64_gnullvm 0.52.6",
20908 "windows_x86_64_msvc 0.52.6",
20909]
20910
20911[[package]]
20912name = "windows-targets"
20913version = "0.53.5"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20916dependencies = [
20917 "windows-link 0.2.1",
20918 "windows_aarch64_gnullvm 0.53.1",
20919 "windows_aarch64_msvc 0.53.1",
20920 "windows_i686_gnu 0.53.1",
20921 "windows_i686_gnullvm 0.53.1",
20922 "windows_i686_msvc 0.53.1",
20923 "windows_x86_64_gnu 0.53.1",
20924 "windows_x86_64_gnullvm 0.53.1",
20925 "windows_x86_64_msvc 0.53.1",
20926]
20927
20928[[package]]
20929name = "windows-threading"
20930version = "0.1.0"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20933dependencies = [
20934 "windows-link 0.1.3",
20935]
20936
20937[[package]]
20938name = "windows-threading"
20939version = "0.2.1"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20942dependencies = [
20943 "windows-link 0.2.1",
20944]
20945
20946[[package]]
20947name = "windows_aarch64_gnullvm"
20948version = "0.42.2"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20951
20952[[package]]
20953name = "windows_aarch64_gnullvm"
20954version = "0.48.5"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20957
20958[[package]]
20959name = "windows_aarch64_gnullvm"
20960version = "0.52.6"
20961source = "registry+https://github.com/rust-lang/crates.io-index"
20962checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20963
20964[[package]]
20965name = "windows_aarch64_gnullvm"
20966version = "0.53.1"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20969
20970[[package]]
20971name = "windows_aarch64_msvc"
20972version = "0.42.2"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20975
20976[[package]]
20977name = "windows_aarch64_msvc"
20978version = "0.48.5"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20981
20982[[package]]
20983name = "windows_aarch64_msvc"
20984version = "0.52.6"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20987
20988[[package]]
20989name = "windows_aarch64_msvc"
20990version = "0.53.1"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20993
20994[[package]]
20995name = "windows_i686_gnu"
20996version = "0.42.2"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20999
21000[[package]]
21001name = "windows_i686_gnu"
21002version = "0.48.5"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21005
21006[[package]]
21007name = "windows_i686_gnu"
21008version = "0.52.6"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21011
21012[[package]]
21013name = "windows_i686_gnu"
21014version = "0.53.1"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21017
21018[[package]]
21019name = "windows_i686_gnullvm"
21020version = "0.52.6"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21023
21024[[package]]
21025name = "windows_i686_gnullvm"
21026version = "0.53.1"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21029
21030[[package]]
21031name = "windows_i686_msvc"
21032version = "0.42.2"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21035
21036[[package]]
21037name = "windows_i686_msvc"
21038version = "0.48.5"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21041
21042[[package]]
21043name = "windows_i686_msvc"
21044version = "0.52.6"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21047
21048[[package]]
21049name = "windows_i686_msvc"
21050version = "0.53.1"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21053
21054[[package]]
21055name = "windows_x86_64_gnu"
21056version = "0.42.2"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21059
21060[[package]]
21061name = "windows_x86_64_gnu"
21062version = "0.48.5"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21065
21066[[package]]
21067name = "windows_x86_64_gnu"
21068version = "0.52.6"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21071
21072[[package]]
21073name = "windows_x86_64_gnu"
21074version = "0.53.1"
21075source = "registry+https://github.com/rust-lang/crates.io-index"
21076checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21077
21078[[package]]
21079name = "windows_x86_64_gnullvm"
21080version = "0.42.2"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21083
21084[[package]]
21085name = "windows_x86_64_gnullvm"
21086version = "0.48.5"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21089
21090[[package]]
21091name = "windows_x86_64_gnullvm"
21092version = "0.52.6"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21095
21096[[package]]
21097name = "windows_x86_64_gnullvm"
21098version = "0.53.1"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21101
21102[[package]]
21103name = "windows_x86_64_msvc"
21104version = "0.42.2"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21107
21108[[package]]
21109name = "windows_x86_64_msvc"
21110version = "0.48.5"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21113
21114[[package]]
21115name = "windows_x86_64_msvc"
21116version = "0.52.6"
21117source = "registry+https://github.com/rust-lang/crates.io-index"
21118checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21119
21120[[package]]
21121name = "windows_x86_64_msvc"
21122version = "0.53.1"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21125
21126[[package]]
21127name = "winnow"
21128version = "0.7.13"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21131dependencies = [
21132 "memchr",
21133]
21134
21135[[package]]
21136name = "winreg"
21137version = "0.10.1"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21140dependencies = [
21141 "winapi",
21142]
21143
21144[[package]]
21145name = "winreg"
21146version = "0.50.0"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21149dependencies = [
21150 "cfg-if",
21151 "windows-sys 0.48.0",
21152]
21153
21154[[package]]
21155name = "winreg"
21156version = "0.55.0"
21157source = "registry+https://github.com/rust-lang/crates.io-index"
21158checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21159dependencies = [
21160 "cfg-if",
21161 "windows-sys 0.59.0",
21162]
21163
21164[[package]]
21165name = "winresource"
21166version = "0.1.23"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21169dependencies = [
21170 "toml 0.8.23",
21171 "version_check",
21172]
21173
21174[[package]]
21175name = "winsafe"
21176version = "0.0.19"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21179
21180[[package]]
21181name = "winx"
21182version = "0.36.4"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21185dependencies = [
21186 "bitflags 2.10.0",
21187 "windows-sys 0.59.0",
21188]
21189
21190[[package]]
21191name = "wio"
21192version = "0.2.2"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21195dependencies = [
21196 "winapi",
21197]
21198
21199[[package]]
21200name = "wit-bindgen"
21201version = "0.22.0"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21204dependencies = [
21205 "bitflags 2.10.0",
21206 "wit-bindgen-rt 0.22.0",
21207 "wit-bindgen-rust-macro 0.22.0",
21208]
21209
21210[[package]]
21211name = "wit-bindgen"
21212version = "0.41.0"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21215dependencies = [
21216 "wit-bindgen-rt 0.41.0",
21217 "wit-bindgen-rust-macro 0.41.0",
21218]
21219
21220[[package]]
21221name = "wit-bindgen"
21222version = "0.46.0"
21223source = "registry+https://github.com/rust-lang/crates.io-index"
21224checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21225
21226[[package]]
21227name = "wit-bindgen"
21228version = "0.51.0"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21231dependencies = [
21232 "wit-bindgen-rust-macro 0.51.0",
21233]
21234
21235[[package]]
21236name = "wit-bindgen-core"
21237version = "0.22.0"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21240dependencies = [
21241 "anyhow",
21242 "wit-parser 0.201.0",
21243]
21244
21245[[package]]
21246name = "wit-bindgen-core"
21247version = "0.41.0"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21250dependencies = [
21251 "anyhow",
21252 "heck 0.5.0",
21253 "wit-parser 0.227.1",
21254]
21255
21256[[package]]
21257name = "wit-bindgen-core"
21258version = "0.51.0"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21261dependencies = [
21262 "anyhow",
21263 "heck 0.5.0",
21264 "wit-parser 0.244.0",
21265]
21266
21267[[package]]
21268name = "wit-bindgen-rt"
21269version = "0.22.0"
21270source = "registry+https://github.com/rust-lang/crates.io-index"
21271checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21272
21273[[package]]
21274name = "wit-bindgen-rt"
21275version = "0.41.0"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21278dependencies = [
21279 "bitflags 2.10.0",
21280 "futures 0.3.31",
21281 "once_cell",
21282]
21283
21284[[package]]
21285name = "wit-bindgen-rust"
21286version = "0.22.0"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21289dependencies = [
21290 "anyhow",
21291 "heck 0.4.1",
21292 "indexmap",
21293 "wasm-metadata 0.201.0",
21294 "wit-bindgen-core 0.22.0",
21295 "wit-component 0.201.0",
21296]
21297
21298[[package]]
21299name = "wit-bindgen-rust"
21300version = "0.41.0"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21303dependencies = [
21304 "anyhow",
21305 "heck 0.5.0",
21306 "indexmap",
21307 "prettyplease",
21308 "syn 2.0.117",
21309 "wasm-metadata 0.227.1",
21310 "wit-bindgen-core 0.41.0",
21311 "wit-component 0.227.1",
21312]
21313
21314[[package]]
21315name = "wit-bindgen-rust"
21316version = "0.51.0"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21319dependencies = [
21320 "anyhow",
21321 "heck 0.5.0",
21322 "indexmap",
21323 "prettyplease",
21324 "syn 2.0.117",
21325 "wasm-metadata 0.244.0",
21326 "wit-bindgen-core 0.51.0",
21327 "wit-component 0.244.0",
21328]
21329
21330[[package]]
21331name = "wit-bindgen-rust-macro"
21332version = "0.22.0"
21333source = "registry+https://github.com/rust-lang/crates.io-index"
21334checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21335dependencies = [
21336 "anyhow",
21337 "proc-macro2",
21338 "quote",
21339 "syn 2.0.117",
21340 "wit-bindgen-core 0.22.0",
21341 "wit-bindgen-rust 0.22.0",
21342]
21343
21344[[package]]
21345name = "wit-bindgen-rust-macro"
21346version = "0.41.0"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21349dependencies = [
21350 "anyhow",
21351 "prettyplease",
21352 "proc-macro2",
21353 "quote",
21354 "syn 2.0.117",
21355 "wit-bindgen-core 0.41.0",
21356 "wit-bindgen-rust 0.41.0",
21357]
21358
21359[[package]]
21360name = "wit-bindgen-rust-macro"
21361version = "0.51.0"
21362source = "registry+https://github.com/rust-lang/crates.io-index"
21363checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21364dependencies = [
21365 "anyhow",
21366 "prettyplease",
21367 "proc-macro2",
21368 "quote",
21369 "syn 2.0.117",
21370 "wit-bindgen-core 0.51.0",
21371 "wit-bindgen-rust 0.51.0",
21372]
21373
21374[[package]]
21375name = "wit-component"
21376version = "0.201.0"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21379dependencies = [
21380 "anyhow",
21381 "bitflags 2.10.0",
21382 "indexmap",
21383 "log",
21384 "serde",
21385 "serde_derive",
21386 "serde_json",
21387 "wasm-encoder 0.201.0",
21388 "wasm-metadata 0.201.0",
21389 "wasmparser 0.201.0",
21390 "wit-parser 0.201.0",
21391]
21392
21393[[package]]
21394name = "wit-component"
21395version = "0.227.1"
21396source = "registry+https://github.com/rust-lang/crates.io-index"
21397checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21398dependencies = [
21399 "anyhow",
21400 "bitflags 2.10.0",
21401 "indexmap",
21402 "log",
21403 "serde",
21404 "serde_derive",
21405 "serde_json",
21406 "wasm-encoder 0.227.1",
21407 "wasm-metadata 0.227.1",
21408 "wasmparser 0.227.1",
21409 "wit-parser 0.227.1",
21410]
21411
21412[[package]]
21413name = "wit-component"
21414version = "0.244.0"
21415source = "registry+https://github.com/rust-lang/crates.io-index"
21416checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21417dependencies = [
21418 "anyhow",
21419 "bitflags 2.10.0",
21420 "indexmap",
21421 "log",
21422 "serde",
21423 "serde_derive",
21424 "serde_json",
21425 "wasm-encoder 0.244.0",
21426 "wasm-metadata 0.244.0",
21427 "wasmparser 0.244.0",
21428 "wit-parser 0.244.0",
21429]
21430
21431[[package]]
21432name = "wit-parser"
21433version = "0.201.0"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21436dependencies = [
21437 "anyhow",
21438 "id-arena",
21439 "indexmap",
21440 "log",
21441 "semver",
21442 "serde",
21443 "serde_derive",
21444 "serde_json",
21445 "unicode-xid",
21446 "wasmparser 0.201.0",
21447]
21448
21449[[package]]
21450name = "wit-parser"
21451version = "0.227.1"
21452source = "registry+https://github.com/rust-lang/crates.io-index"
21453checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21454dependencies = [
21455 "anyhow",
21456 "id-arena",
21457 "indexmap",
21458 "log",
21459 "semver",
21460 "serde",
21461 "serde_derive",
21462 "serde_json",
21463 "unicode-xid",
21464 "wasmparser 0.227.1",
21465]
21466
21467[[package]]
21468name = "wit-parser"
21469version = "0.229.0"
21470source = "registry+https://github.com/rust-lang/crates.io-index"
21471checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21472dependencies = [
21473 "anyhow",
21474 "id-arena",
21475 "indexmap",
21476 "log",
21477 "semver",
21478 "serde",
21479 "serde_derive",
21480 "serde_json",
21481 "unicode-xid",
21482 "wasmparser 0.229.0",
21483]
21484
21485[[package]]
21486name = "wit-parser"
21487version = "0.244.0"
21488source = "registry+https://github.com/rust-lang/crates.io-index"
21489checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21490dependencies = [
21491 "anyhow",
21492 "id-arena",
21493 "indexmap",
21494 "log",
21495 "semver",
21496 "serde",
21497 "serde_derive",
21498 "serde_json",
21499 "unicode-xid",
21500 "wasmparser 0.244.0",
21501]
21502
21503[[package]]
21504name = "witx"
21505version = "0.9.1"
21506source = "registry+https://github.com/rust-lang/crates.io-index"
21507checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21508dependencies = [
21509 "anyhow",
21510 "log",
21511 "thiserror 1.0.69",
21512 "wast",
21513]
21514
21515[[package]]
21516name = "workspace"
21517version = "0.1.0"
21518dependencies = [
21519 "any_vec",
21520 "anyhow",
21521 "async-recursion",
21522 "chrono",
21523 "client",
21524 "clock",
21525 "collections",
21526 "component",
21527 "db",
21528 "feature_flags",
21529 "fs",
21530 "futures 0.3.31",
21531 "git",
21532 "gpui",
21533 "http_client",
21534 "itertools 0.14.0",
21535 "language",
21536 "log",
21537 "markdown",
21538 "menu",
21539 "node_runtime",
21540 "parking_lot",
21541 "postage",
21542 "pretty_assertions",
21543 "project",
21544 "remote",
21545 "schemars",
21546 "serde",
21547 "serde_json",
21548 "session",
21549 "settings",
21550 "smallvec",
21551 "sqlez",
21552 "strum 0.27.2",
21553 "task",
21554 "telemetry",
21555 "tempfile",
21556 "theme",
21557 "ui",
21558 "util",
21559 "uuid",
21560 "vim_mode_setting",
21561 "windows 0.61.3",
21562 "zed_actions",
21563 "zlog",
21564]
21565
21566[[package]]
21567name = "worktree"
21568version = "0.1.0"
21569dependencies = [
21570 "anyhow",
21571 "async-lock 2.8.0",
21572 "chardetng",
21573 "clock",
21574 "collections",
21575 "encoding_rs",
21576 "fs",
21577 "futures 0.3.31",
21578 "fuzzy",
21579 "git",
21580 "gpui",
21581 "ignore",
21582 "language",
21583 "log",
21584 "parking_lot",
21585 "paths",
21586 "postage",
21587 "pretty_assertions",
21588 "rand 0.9.2",
21589 "rpc",
21590 "serde",
21591 "serde_json",
21592 "settings",
21593 "smallvec",
21594 "smol",
21595 "sum_tree",
21596 "text",
21597 "tracing",
21598 "util",
21599 "worktree",
21600 "zlog",
21601 "ztracing",
21602]
21603
21604[[package]]
21605name = "worktree_benchmarks"
21606version = "0.1.0"
21607dependencies = [
21608 "fs",
21609 "gpui_platform",
21610 "settings",
21611 "worktree",
21612]
21613
21614[[package]]
21615name = "wprcontrol"
21616version = "0.1.0"
21617source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21618dependencies = [
21619 "windows 0.61.3",
21620 "windows-bindgen",
21621 "windows-core 0.61.2",
21622 "windows-link 0.2.1",
21623]
21624
21625[[package]]
21626name = "writeable"
21627version = "0.6.1"
21628source = "registry+https://github.com/rust-lang/crates.io-index"
21629checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21630
21631[[package]]
21632name = "wyz"
21633version = "0.5.1"
21634source = "registry+https://github.com/rust-lang/crates.io-index"
21635checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21636dependencies = [
21637 "tap",
21638]
21639
21640[[package]]
21641name = "x11"
21642version = "2.21.0"
21643source = "registry+https://github.com/rust-lang/crates.io-index"
21644checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21645dependencies = [
21646 "libc",
21647 "pkg-config",
21648]
21649
21650[[package]]
21651name = "x11-clipboard"
21652version = "0.9.3"
21653source = "registry+https://github.com/rust-lang/crates.io-index"
21654checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21655dependencies = [
21656 "libc",
21657 "x11rb",
21658]
21659
21660[[package]]
21661name = "x11rb"
21662version = "0.13.2"
21663source = "registry+https://github.com/rust-lang/crates.io-index"
21664checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21665dependencies = [
21666 "as-raw-xcb-connection",
21667 "gethostname",
21668 "libc",
21669 "rustix 1.1.2",
21670 "x11rb-protocol",
21671 "xcursor",
21672]
21673
21674[[package]]
21675name = "x11rb-protocol"
21676version = "0.13.2"
21677source = "registry+https://github.com/rust-lang/crates.io-index"
21678checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21679
21680[[package]]
21681name = "x_ai"
21682version = "0.1.0"
21683dependencies = [
21684 "anyhow",
21685 "schemars",
21686 "serde",
21687 "strum 0.27.2",
21688]
21689
21690[[package]]
21691name = "xattr"
21692version = "0.2.3"
21693source = "registry+https://github.com/rust-lang/crates.io-index"
21694checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21695dependencies = [
21696 "libc",
21697]
21698
21699[[package]]
21700name = "xcb"
21701version = "1.6.0"
21702source = "registry+https://github.com/rust-lang/crates.io-index"
21703checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21704dependencies = [
21705 "bitflags 1.3.2",
21706 "libc",
21707 "quick-xml 0.30.0",
21708 "x11",
21709]
21710
21711[[package]]
21712name = "xcursor"
21713version = "0.3.10"
21714source = "registry+https://github.com/rust-lang/crates.io-index"
21715checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21716
21717[[package]]
21718name = "xim-ctext"
21719version = "0.3.0"
21720source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21721dependencies = [
21722 "encoding_rs",
21723]
21724
21725[[package]]
21726name = "xim-parser"
21727version = "0.2.1"
21728source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21729dependencies = [
21730 "bitflags 2.10.0",
21731]
21732
21733[[package]]
21734name = "xkbcommon"
21735version = "0.8.0"
21736source = "registry+https://github.com/rust-lang/crates.io-index"
21737checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21738dependencies = [
21739 "as-raw-xcb-connection",
21740 "libc",
21741 "memmap2",
21742 "xkeysym",
21743]
21744
21745[[package]]
21746name = "xkeysym"
21747version = "0.2.1"
21748source = "registry+https://github.com/rust-lang/crates.io-index"
21749checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21750
21751[[package]]
21752name = "xml-rs"
21753version = "0.8.28"
21754source = "registry+https://github.com/rust-lang/crates.io-index"
21755checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21756
21757[[package]]
21758name = "xml5ever"
21759version = "0.18.1"
21760source = "registry+https://github.com/rust-lang/crates.io-index"
21761checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21762dependencies = [
21763 "log",
21764 "mac",
21765 "markup5ever 0.12.1",
21766]
21767
21768[[package]]
21769name = "xmlparser"
21770version = "0.13.6"
21771source = "registry+https://github.com/rust-lang/crates.io-index"
21772checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21773
21774[[package]]
21775name = "xmlwriter"
21776version = "0.1.0"
21777source = "registry+https://github.com/rust-lang/crates.io-index"
21778checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21779
21780[[package]]
21781name = "xtask"
21782version = "0.1.0"
21783dependencies = [
21784 "annotate-snippets",
21785 "anyhow",
21786 "backtrace",
21787 "cargo_metadata",
21788 "cargo_toml",
21789 "clap",
21790 "gh-workflow",
21791 "indexmap",
21792 "indoc",
21793 "itertools 0.14.0",
21794 "regex",
21795 "serde",
21796 "serde_json",
21797 "serde_yaml",
21798 "strum 0.27.2",
21799 "toml 0.8.23",
21800 "toml_edit 0.22.27",
21801]
21802
21803[[package]]
21804name = "yaml-rust2"
21805version = "0.8.1"
21806source = "registry+https://github.com/rust-lang/crates.io-index"
21807checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21808dependencies = [
21809 "arraydeque",
21810 "encoding_rs",
21811 "hashlink 0.8.4",
21812]
21813
21814[[package]]
21815name = "yansi"
21816version = "1.0.1"
21817source = "registry+https://github.com/rust-lang/crates.io-index"
21818checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21819
21820[[package]]
21821name = "yawc"
21822version = "0.2.5"
21823source = "registry+https://github.com/rust-lang/crates.io-index"
21824checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21825dependencies = [
21826 "base64 0.22.1",
21827 "bytes 1.11.1",
21828 "flate2",
21829 "futures 0.3.31",
21830 "http-body-util",
21831 "hyper 1.7.0",
21832 "hyper-util",
21833 "js-sys",
21834 "nom 8.0.0",
21835 "pin-project",
21836 "rand 0.8.5",
21837 "sha1",
21838 "thiserror 1.0.69",
21839 "tokio",
21840 "tokio-rustls 0.26.2",
21841 "tokio-util",
21842 "url",
21843 "wasm-bindgen",
21844 "wasm-bindgen-futures",
21845 "web-sys",
21846 "webpki-roots",
21847]
21848
21849[[package]]
21850name = "yazi"
21851version = "0.2.1"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21854
21855[[package]]
21856name = "yeslogic-fontconfig-sys"
21857version = "6.0.0"
21858source = "registry+https://github.com/rust-lang/crates.io-index"
21859checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21860dependencies = [
21861 "dlib",
21862 "once_cell",
21863 "pkg-config",
21864]
21865
21866[[package]]
21867name = "yoke"
21868version = "0.7.5"
21869source = "registry+https://github.com/rust-lang/crates.io-index"
21870checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21871dependencies = [
21872 "serde",
21873 "stable_deref_trait",
21874 "yoke-derive 0.7.5",
21875 "zerofrom",
21876]
21877
21878[[package]]
21879name = "yoke"
21880version = "0.8.0"
21881source = "registry+https://github.com/rust-lang/crates.io-index"
21882checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21883dependencies = [
21884 "serde",
21885 "stable_deref_trait",
21886 "yoke-derive 0.8.0",
21887 "zerofrom",
21888]
21889
21890[[package]]
21891name = "yoke-derive"
21892version = "0.7.5"
21893source = "registry+https://github.com/rust-lang/crates.io-index"
21894checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21895dependencies = [
21896 "proc-macro2",
21897 "quote",
21898 "syn 2.0.117",
21899 "synstructure",
21900]
21901
21902[[package]]
21903name = "yoke-derive"
21904version = "0.8.0"
21905source = "registry+https://github.com/rust-lang/crates.io-index"
21906checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21907dependencies = [
21908 "proc-macro2",
21909 "quote",
21910 "syn 2.0.117",
21911 "synstructure",
21912]
21913
21914[[package]]
21915name = "zbus"
21916version = "5.13.2"
21917source = "registry+https://github.com/rust-lang/crates.io-index"
21918checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21919dependencies = [
21920 "async-broadcast",
21921 "async-executor",
21922 "async-io",
21923 "async-lock 3.4.2",
21924 "async-process",
21925 "async-recursion",
21926 "async-task",
21927 "async-trait",
21928 "blocking",
21929 "enumflags2",
21930 "event-listener 5.4.1",
21931 "futures-core",
21932 "futures-lite 2.6.1",
21933 "hex",
21934 "libc",
21935 "ordered-stream",
21936 "rustix 1.1.2",
21937 "serde",
21938 "serde_repr",
21939 "tracing",
21940 "uds_windows",
21941 "uuid",
21942 "windows-sys 0.61.2",
21943 "winnow",
21944 "zbus_macros",
21945 "zbus_names",
21946 "zvariant",
21947]
21948
21949[[package]]
21950name = "zbus_macros"
21951version = "5.13.2"
21952source = "registry+https://github.com/rust-lang/crates.io-index"
21953checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21954dependencies = [
21955 "proc-macro-crate",
21956 "proc-macro2",
21957 "quote",
21958 "syn 2.0.117",
21959 "zbus_names",
21960 "zvariant",
21961 "zvariant_utils",
21962]
21963
21964[[package]]
21965name = "zbus_names"
21966version = "4.3.1"
21967source = "registry+https://github.com/rust-lang/crates.io-index"
21968checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21969dependencies = [
21970 "serde",
21971 "winnow",
21972 "zvariant",
21973]
21974
21975[[package]]
21976name = "zed"
21977version = "0.231.0"
21978dependencies = [
21979 "acp_thread",
21980 "acp_tools",
21981 "action_log",
21982 "activity_indicator",
21983 "agent",
21984 "agent-client-protocol",
21985 "agent_servers",
21986 "agent_settings",
21987 "agent_ui",
21988 "anyhow",
21989 "ashpd",
21990 "askpass",
21991 "assets",
21992 "audio",
21993 "auto_update",
21994 "auto_update_ui",
21995 "breadcrumbs",
21996 "call",
21997 "channel",
21998 "chrono",
21999 "clap",
22000 "cli",
22001 "client",
22002 "clock",
22003 "codestral",
22004 "collab_ui",
22005 "collections",
22006 "command_palette",
22007 "component",
22008 "component_preview",
22009 "copilot",
22010 "copilot_chat",
22011 "copilot_ui",
22012 "crashes",
22013 "csv_preview",
22014 "dap_adapters",
22015 "db",
22016 "debug_adapter_extension",
22017 "debugger_tools",
22018 "debugger_ui",
22019 "dev_container",
22020 "diagnostics",
22021 "edit_prediction",
22022 "edit_prediction_ui",
22023 "editor",
22024 "encoding_selector",
22025 "env_logger 0.11.8",
22026 "etw_tracing",
22027 "extension",
22028 "extension_host",
22029 "extensions_ui",
22030 "feature_flags",
22031 "feedback",
22032 "file_finder",
22033 "fs",
22034 "futures 0.3.31",
22035 "git",
22036 "git_graph",
22037 "git_hosting_providers",
22038 "git_ui",
22039 "go_to_line",
22040 "gpui",
22041 "gpui_platform",
22042 "gpui_tokio",
22043 "http_client",
22044 "image",
22045 "image_viewer",
22046 "inspector_ui",
22047 "install_cli",
22048 "itertools 0.14.0",
22049 "journal",
22050 "json_schema_store",
22051 "keymap_editor",
22052 "language",
22053 "language_extension",
22054 "language_model",
22055 "language_models",
22056 "language_onboarding",
22057 "language_selector",
22058 "language_tools",
22059 "languages",
22060 "line_ending_selector",
22061 "log",
22062 "markdown",
22063 "markdown_preview",
22064 "menu",
22065 "migrator",
22066 "mimalloc",
22067 "miniprofiler_ui",
22068 "nc",
22069 "node_runtime",
22070 "notifications",
22071 "onboarding",
22072 "outline",
22073 "outline_panel",
22074 "parking_lot",
22075 "paths",
22076 "picker",
22077 "pkg-config",
22078 "pretty_assertions",
22079 "profiling",
22080 "project",
22081 "project_panel",
22082 "project_symbols",
22083 "prompt_store",
22084 "proto",
22085 "rayon",
22086 "recent_projects",
22087 "release_channel",
22088 "remote",
22089 "repl",
22090 "reqwest_client",
22091 "rope",
22092 "search",
22093 "semver",
22094 "serde",
22095 "serde_json",
22096 "session",
22097 "settings",
22098 "settings_profile_selector",
22099 "settings_ui",
22100 "shellexpand 2.1.2",
22101 "sidebar",
22102 "smol",
22103 "snippet_provider",
22104 "snippets_ui",
22105 "svg_preview",
22106 "sysinfo 0.37.2",
22107 "system_specs",
22108 "tab_switcher",
22109 "task",
22110 "tasks_ui",
22111 "telemetry",
22112 "telemetry_events",
22113 "tempfile",
22114 "terminal_view",
22115 "theme",
22116 "theme_extension",
22117 "theme_selector",
22118 "time",
22119 "time_format",
22120 "title_bar",
22121 "toolchain_selector",
22122 "tracing",
22123 "ui",
22124 "ui_prompt",
22125 "url",
22126 "urlencoding",
22127 "util",
22128 "uuid",
22129 "vim",
22130 "vim_mode_setting",
22131 "watch",
22132 "web_search",
22133 "web_search_providers",
22134 "which_key",
22135 "windows 0.61.3",
22136 "winresource",
22137 "workspace",
22138 "zed-reqwest",
22139 "zed_actions",
22140 "zed_env_vars",
22141 "zlog",
22142 "zlog_settings",
22143 "ztracing",
22144]
22145
22146[[package]]
22147name = "zed-font-kit"
22148version = "0.14.1-zed"
22149source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22150dependencies = [
22151 "bitflags 2.10.0",
22152 "byteorder",
22153 "core-foundation 0.10.0",
22154 "core-graphics 0.24.0",
22155 "core-text",
22156 "dirs 5.0.1",
22157 "dwrote",
22158 "float-ord",
22159 "freetype-sys",
22160 "lazy_static",
22161 "libc",
22162 "log",
22163 "pathfinder_geometry",
22164 "pathfinder_simd",
22165 "walkdir",
22166 "winapi",
22167 "yeslogic-fontconfig-sys",
22168]
22169
22170[[package]]
22171name = "zed-reqwest"
22172version = "0.12.15-zed"
22173source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22174dependencies = [
22175 "base64 0.22.1",
22176 "bytes 1.11.1",
22177 "encoding_rs",
22178 "futures-core",
22179 "futures-util",
22180 "h2 0.4.12",
22181 "http 1.3.1",
22182 "http-body 1.0.1",
22183 "http-body-util",
22184 "hyper 1.7.0",
22185 "hyper-rustls 0.27.7",
22186 "hyper-util",
22187 "ipnet",
22188 "js-sys",
22189 "log",
22190 "mime",
22191 "mime_guess",
22192 "once_cell",
22193 "percent-encoding",
22194 "pin-project-lite",
22195 "quinn",
22196 "rustls 0.23.33",
22197 "rustls-native-certs 0.8.2",
22198 "rustls-pemfile 2.2.0",
22199 "rustls-pki-types",
22200 "serde",
22201 "serde_json",
22202 "serde_urlencoded",
22203 "sync_wrapper 1.0.2",
22204 "system-configuration 0.6.1",
22205 "tokio",
22206 "tokio-rustls 0.26.2",
22207 "tokio-socks",
22208 "tokio-util",
22209 "tower 0.5.2",
22210 "tower-service",
22211 "url",
22212 "wasm-bindgen",
22213 "wasm-bindgen-futures",
22214 "wasm-streams",
22215 "web-sys",
22216 "windows-registry 0.4.0",
22217]
22218
22219[[package]]
22220name = "zed-scap"
22221version = "0.0.8-zed"
22222source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22223dependencies = [
22224 "anyhow",
22225 "cocoa 0.25.0",
22226 "core-graphics-helmer-fork",
22227 "log",
22228 "objc",
22229 "rand 0.8.5",
22230 "screencapturekit",
22231 "screencapturekit-sys",
22232 "sysinfo 0.31.4",
22233 "tao-core-video-sys",
22234 "windows 0.61.3",
22235 "windows-capture",
22236 "x11",
22237 "xcb",
22238]
22239
22240[[package]]
22241name = "zed-xim"
22242version = "0.4.0-zed"
22243source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22244dependencies = [
22245 "ahash 0.8.12",
22246 "hashbrown 0.14.5",
22247 "log",
22248 "x11rb",
22249 "xim-ctext",
22250 "xim-parser",
22251]
22252
22253[[package]]
22254name = "zed_actions"
22255version = "0.1.0"
22256dependencies = [
22257 "gpui",
22258 "schemars",
22259 "serde",
22260 "util",
22261 "uuid",
22262]
22263
22264[[package]]
22265name = "zed_env_vars"
22266version = "0.1.0"
22267dependencies = [
22268 "gpui",
22269]
22270
22271[[package]]
22272name = "zed_extension_api"
22273version = "0.1.0"
22274source = "registry+https://github.com/rust-lang/crates.io-index"
22275checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22276dependencies = [
22277 "serde",
22278 "serde_json",
22279 "wit-bindgen 0.22.0",
22280]
22281
22282[[package]]
22283name = "zed_extension_api"
22284version = "0.7.0"
22285source = "registry+https://github.com/rust-lang/crates.io-index"
22286checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22287dependencies = [
22288 "serde",
22289 "serde_json",
22290 "wit-bindgen 0.41.0",
22291]
22292
22293[[package]]
22294name = "zed_extension_api"
22295version = "0.8.0"
22296dependencies = [
22297 "serde",
22298 "serde_json",
22299 "wit-bindgen 0.41.0",
22300]
22301
22302[[package]]
22303name = "zed_glsl"
22304version = "0.2.2"
22305dependencies = [
22306 "zed_extension_api 0.1.0",
22307]
22308
22309[[package]]
22310name = "zed_html"
22311version = "0.3.1"
22312dependencies = [
22313 "zed_extension_api 0.7.0",
22314]
22315
22316[[package]]
22317name = "zed_proto"
22318version = "0.3.1"
22319dependencies = [
22320 "zed_extension_api 0.7.0",
22321]
22322
22323[[package]]
22324name = "zed_test_extension"
22325version = "0.1.0"
22326dependencies = [
22327 "zed_extension_api 0.8.0",
22328]
22329
22330[[package]]
22331name = "zeno"
22332version = "0.3.3"
22333source = "registry+https://github.com/rust-lang/crates.io-index"
22334checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22335
22336[[package]]
22337name = "zerocopy"
22338version = "0.8.27"
22339source = "registry+https://github.com/rust-lang/crates.io-index"
22340checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22341dependencies = [
22342 "zerocopy-derive",
22343]
22344
22345[[package]]
22346name = "zerocopy-derive"
22347version = "0.8.27"
22348source = "registry+https://github.com/rust-lang/crates.io-index"
22349checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22350dependencies = [
22351 "proc-macro2",
22352 "quote",
22353 "syn 2.0.117",
22354]
22355
22356[[package]]
22357name = "zerofrom"
22358version = "0.1.6"
22359source = "registry+https://github.com/rust-lang/crates.io-index"
22360checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22361dependencies = [
22362 "zerofrom-derive",
22363]
22364
22365[[package]]
22366name = "zerofrom-derive"
22367version = "0.1.6"
22368source = "registry+https://github.com/rust-lang/crates.io-index"
22369checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22370dependencies = [
22371 "proc-macro2",
22372 "quote",
22373 "syn 2.0.117",
22374 "synstructure",
22375]
22376
22377[[package]]
22378name = "zeroize"
22379version = "1.8.2"
22380source = "registry+https://github.com/rust-lang/crates.io-index"
22381checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22382dependencies = [
22383 "zeroize_derive",
22384]
22385
22386[[package]]
22387name = "zeroize_derive"
22388version = "1.4.2"
22389source = "registry+https://github.com/rust-lang/crates.io-index"
22390checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22391dependencies = [
22392 "proc-macro2",
22393 "quote",
22394 "syn 2.0.117",
22395]
22396
22397[[package]]
22398name = "zeromq"
22399version = "0.5.0"
22400source = "registry+https://github.com/rust-lang/crates.io-index"
22401checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22402dependencies = [
22403 "async-dispatcher",
22404 "async-std",
22405 "async-trait",
22406 "asynchronous-codec",
22407 "bytes 1.11.1",
22408 "crossbeam-queue",
22409 "futures 0.3.31",
22410 "log",
22411 "num-traits",
22412 "once_cell",
22413 "parking_lot",
22414 "rand 0.9.2",
22415 "regex",
22416 "scc",
22417 "thiserror 1.0.69",
22418 "uuid",
22419]
22420
22421[[package]]
22422name = "zerotrie"
22423version = "0.2.2"
22424source = "registry+https://github.com/rust-lang/crates.io-index"
22425checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22426dependencies = [
22427 "displaydoc",
22428 "yoke 0.8.0",
22429 "zerofrom",
22430]
22431
22432[[package]]
22433name = "zerovec"
22434version = "0.11.4"
22435source = "registry+https://github.com/rust-lang/crates.io-index"
22436checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22437dependencies = [
22438 "yoke 0.8.0",
22439 "zerofrom",
22440 "zerovec-derive",
22441]
22442
22443[[package]]
22444name = "zerovec-derive"
22445version = "0.11.1"
22446source = "registry+https://github.com/rust-lang/crates.io-index"
22447checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22448dependencies = [
22449 "proc-macro2",
22450 "quote",
22451 "syn 2.0.117",
22452]
22453
22454[[package]]
22455name = "zeta_prompt"
22456version = "0.1.0"
22457dependencies = [
22458 "anyhow",
22459 "indoc",
22460 "serde",
22461 "strum 0.27.2",
22462]
22463
22464[[package]]
22465name = "zip"
22466version = "0.6.6"
22467source = "registry+https://github.com/rust-lang/crates.io-index"
22468checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22469dependencies = [
22470 "aes",
22471 "byteorder",
22472 "bzip2 0.4.4",
22473 "constant_time_eq",
22474 "crc32fast",
22475 "crossbeam-utils",
22476 "flate2",
22477 "hmac",
22478 "pbkdf2 0.11.0",
22479 "sha1",
22480 "time",
22481 "zstd",
22482]
22483
22484[[package]]
22485name = "zip"
22486version = "1.1.4"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22489dependencies = [
22490 "arbitrary",
22491 "crc32fast",
22492 "crossbeam-utils",
22493 "displaydoc",
22494 "indexmap",
22495 "num_enum",
22496 "thiserror 1.0.69",
22497]
22498
22499[[package]]
22500name = "zlog"
22501version = "0.1.0"
22502dependencies = [
22503 "anyhow",
22504 "chrono",
22505 "collections",
22506 "log",
22507 "tempfile",
22508]
22509
22510[[package]]
22511name = "zlog_settings"
22512version = "0.1.0"
22513dependencies = [
22514 "collections",
22515 "gpui",
22516 "settings",
22517 "zlog",
22518]
22519
22520[[package]]
22521name = "zstd"
22522version = "0.11.2+zstd.1.5.2"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22525dependencies = [
22526 "zstd-safe",
22527]
22528
22529[[package]]
22530name = "zstd-safe"
22531version = "5.0.2+zstd.1.5.2"
22532source = "registry+https://github.com/rust-lang/crates.io-index"
22533checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22534dependencies = [
22535 "libc",
22536 "zstd-sys",
22537]
22538
22539[[package]]
22540name = "zstd-sys"
22541version = "2.0.16+zstd.1.5.7"
22542source = "registry+https://github.com/rust-lang/crates.io-index"
22543checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22544dependencies = [
22545 "cc",
22546 "pkg-config",
22547]
22548
22549[[package]]
22550name = "ztracing"
22551version = "0.1.0"
22552dependencies = [
22553 "tracing",
22554 "tracing-subscriber",
22555 "tracing-tracy",
22556 "tracy-client",
22557 "zlog",
22558 "ztracing_macro",
22559]
22560
22561[[package]]
22562name = "ztracing_macro"
22563version = "0.1.0"
22564
22565[[package]]
22566name = "zune-core"
22567version = "0.4.12"
22568source = "registry+https://github.com/rust-lang/crates.io-index"
22569checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22570
22571[[package]]
22572name = "zune-inflate"
22573version = "0.2.54"
22574source = "registry+https://github.com/rust-lang/crates.io-index"
22575checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22576dependencies = [
22577 "simd-adler32",
22578]
22579
22580[[package]]
22581name = "zune-jpeg"
22582version = "0.4.21"
22583source = "registry+https://github.com/rust-lang/crates.io-index"
22584checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22585dependencies = [
22586 "zune-core",
22587]
22588
22589[[package]]
22590name = "zvariant"
22591version = "5.9.2"
22592source = "registry+https://github.com/rust-lang/crates.io-index"
22593checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22594dependencies = [
22595 "endi",
22596 "enumflags2",
22597 "serde",
22598 "serde_bytes",
22599 "winnow",
22600 "zvariant_derive",
22601 "zvariant_utils",
22602]
22603
22604[[package]]
22605name = "zvariant_derive"
22606version = "5.9.2"
22607source = "registry+https://github.com/rust-lang/crates.io-index"
22608checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22609dependencies = [
22610 "proc-macro-crate",
22611 "proc-macro2",
22612 "quote",
22613 "syn 2.0.117",
22614 "zvariant_utils",
22615]
22616
22617[[package]]
22618name = "zvariant_utils"
22619version = "3.3.0"
22620source = "registry+https://github.com/rust-lang/crates.io-index"
22621checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22622dependencies = [
22623 "proc-macro2",
22624 "quote",
22625 "serde",
22626 "syn 2.0.117",
22627 "winnow",
22628]