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 "async-fs",
341 "audio",
342 "base64 0.22.1",
343 "buffer_diff",
344 "chrono",
345 "client",
346 "cloud_api_types",
347 "cloud_llm_client",
348 "collections",
349 "command_palette_hooks",
350 "component",
351 "context_server",
352 "db",
353 "editor",
354 "eval_utils",
355 "extension",
356 "extension_host",
357 "feature_flags",
358 "file_icons",
359 "fs",
360 "futures 0.3.31",
361 "fuzzy",
362 "git",
363 "gpui",
364 "gpui_tokio",
365 "heapless",
366 "html_to_markdown",
367 "http_client",
368 "image",
369 "indoc",
370 "itertools 0.14.0",
371 "jsonschema",
372 "language",
373 "language_model",
374 "language_models",
375 "languages",
376 "log",
377 "lsp",
378 "markdown",
379 "menu",
380 "multi_buffer",
381 "notifications",
382 "ordered-float 2.10.1",
383 "parking_lot",
384 "paths",
385 "picker",
386 "postage",
387 "pretty_assertions",
388 "project",
389 "prompt_store",
390 "proto",
391 "rand 0.9.2",
392 "release_channel",
393 "reqwest_client",
394 "rope",
395 "rules_library",
396 "schemars",
397 "search",
398 "semver",
399 "serde",
400 "serde_json",
401 "serde_json_lenient",
402 "settings",
403 "smol",
404 "streaming_diff",
405 "task",
406 "telemetry",
407 "terminal",
408 "terminal_view",
409 "text",
410 "theme",
411 "time",
412 "time_format",
413 "tree-sitter-md",
414 "ui",
415 "ui_input",
416 "unindent",
417 "url",
418 "util",
419 "uuid",
420 "watch",
421 "workspace",
422 "zed_actions",
423]
424
425[[package]]
426name = "ahash"
427version = "0.7.8"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
430dependencies = [
431 "getrandom 0.2.16",
432 "once_cell",
433 "version_check",
434]
435
436[[package]]
437name = "ahash"
438version = "0.8.12"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
441dependencies = [
442 "cfg-if",
443 "const-random",
444 "getrandom 0.3.4",
445 "once_cell",
446 "serde",
447 "version_check",
448 "zerocopy",
449]
450
451[[package]]
452name = "aho-corasick"
453version = "1.1.3"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
456dependencies = [
457 "memchr",
458]
459
460[[package]]
461name = "ai_onboarding"
462version = "0.1.0"
463dependencies = [
464 "client",
465 "cloud_api_types",
466 "component",
467 "gpui",
468 "language_model",
469 "serde",
470 "smallvec",
471 "telemetry",
472 "ui",
473 "zed_actions",
474]
475
476[[package]]
477name = "alacritty_terminal"
478version = "0.25.1"
479source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
480dependencies = [
481 "base64 0.22.1",
482 "bitflags 2.10.0",
483 "home",
484 "libc",
485 "log",
486 "mach2 0.5.0",
487 "miow",
488 "parking_lot",
489 "piper",
490 "polling",
491 "regex-automata",
492 "rustix 1.1.2",
493 "rustix-openpty",
494 "serde",
495 "signal-hook",
496 "unicode-width",
497 "vte",
498 "windows-sys 0.59.0",
499]
500
501[[package]]
502name = "aliasable"
503version = "0.1.3"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
506
507[[package]]
508name = "aligned-vec"
509version = "0.6.4"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
512dependencies = [
513 "equator",
514]
515
516[[package]]
517name = "alloc-no-stdlib"
518version = "2.0.4"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
521
522[[package]]
523name = "alloc-stdlib"
524version = "0.2.2"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
527dependencies = [
528 "alloc-no-stdlib",
529]
530
531[[package]]
532name = "allocator-api2"
533version = "0.2.21"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
536
537[[package]]
538name = "alsa"
539version = "0.10.0"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
542dependencies = [
543 "alsa-sys",
544 "bitflags 2.10.0",
545 "cfg-if",
546 "libc",
547]
548
549[[package]]
550name = "alsa-sys"
551version = "0.3.1"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
554dependencies = [
555 "libc",
556 "pkg-config",
557]
558
559[[package]]
560name = "ambient-authority"
561version = "0.0.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
564
565[[package]]
566name = "ammonia"
567version = "4.1.2"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
570dependencies = [
571 "cssparser",
572 "html5ever 0.35.0",
573 "maplit",
574 "tendril",
575 "url",
576]
577
578[[package]]
579name = "android_system_properties"
580version = "0.1.5"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
583dependencies = [
584 "libc",
585]
586
587[[package]]
588name = "anes"
589version = "0.1.6"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
592
593[[package]]
594name = "annotate-snippets"
595version = "0.12.12"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
598dependencies = [
599 "anstyle",
600 "memchr",
601 "unicode-width",
602]
603
604[[package]]
605name = "anstream"
606version = "0.6.21"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
609dependencies = [
610 "anstyle",
611 "anstyle-parse",
612 "anstyle-query",
613 "anstyle-wincon",
614 "colorchoice",
615 "is_terminal_polyfill",
616 "utf8parse",
617]
618
619[[package]]
620name = "anstyle"
621version = "1.0.13"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
624
625[[package]]
626name = "anstyle-parse"
627version = "0.2.7"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
630dependencies = [
631 "utf8parse",
632]
633
634[[package]]
635name = "anstyle-query"
636version = "1.1.4"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
639dependencies = [
640 "windows-sys 0.60.2",
641]
642
643[[package]]
644name = "anstyle-wincon"
645version = "3.0.10"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
648dependencies = [
649 "anstyle",
650 "once_cell_polyfill",
651 "windows-sys 0.60.2",
652]
653
654[[package]]
655name = "anthropic"
656version = "0.1.0"
657dependencies = [
658 "anyhow",
659 "chrono",
660 "futures 0.3.31",
661 "http_client",
662 "schemars",
663 "serde",
664 "serde_json",
665 "strum 0.27.2",
666 "thiserror 2.0.17",
667]
668
669[[package]]
670name = "any_vec"
671version = "0.14.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
674
675[[package]]
676name = "anyhow"
677version = "1.0.100"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
680
681[[package]]
682name = "approx"
683version = "0.5.1"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
686dependencies = [
687 "num-traits",
688]
689
690[[package]]
691name = "ar_archive_writer"
692version = "0.5.1"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
695dependencies = [
696 "object 0.37.3",
697]
698
699[[package]]
700name = "arbitrary"
701version = "1.4.2"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
704dependencies = [
705 "derive_arbitrary",
706]
707
708[[package]]
709name = "arg_enum_proc_macro"
710version = "0.3.4"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
713dependencies = [
714 "proc-macro2",
715 "quote",
716 "syn 2.0.117",
717]
718
719[[package]]
720name = "arraydeque"
721version = "0.5.1"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
724
725[[package]]
726name = "arrayref"
727version = "0.3.9"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
730
731[[package]]
732name = "arrayvec"
733version = "0.7.6"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
736
737[[package]]
738name = "as-raw-xcb-connection"
739version = "1.0.1"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
742
743[[package]]
744name = "ascii"
745version = "1.1.0"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
748
749[[package]]
750name = "ash"
751version = "0.38.0+1.3.281"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
754dependencies = [
755 "libloading",
756]
757
758[[package]]
759name = "ashpd"
760version = "0.13.2"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
763dependencies = [
764 "enumflags2",
765 "futures-channel",
766 "futures-util",
767 "getrandom 0.4.1",
768 "serde",
769 "serde_repr",
770 "wayland-backend",
771 "wayland-client",
772 "wayland-protocols",
773 "zbus",
774]
775
776[[package]]
777name = "askpass"
778version = "0.1.0"
779dependencies = [
780 "anyhow",
781 "futures 0.3.31",
782 "gpui",
783 "log",
784 "net",
785 "smol",
786 "tempfile",
787 "util",
788 "windows 0.61.3",
789 "zeroize",
790]
791
792[[package]]
793name = "assets"
794version = "0.1.0"
795dependencies = [
796 "anyhow",
797 "gpui",
798 "rust-embed",
799]
800
801[[package]]
802name = "assistant_slash_command"
803version = "0.1.0"
804dependencies = [
805 "anyhow",
806 "async-trait",
807 "collections",
808 "derive_more",
809 "extension",
810 "futures 0.3.31",
811 "gpui",
812 "language",
813 "language_model",
814 "parking_lot",
815 "pretty_assertions",
816 "serde",
817 "serde_json",
818 "ui",
819 "util",
820 "workspace",
821]
822
823[[package]]
824name = "assistant_slash_commands"
825version = "0.1.0"
826dependencies = [
827 "anyhow",
828 "assistant_slash_command",
829 "chrono",
830 "collections",
831 "editor",
832 "feature_flags",
833 "fs",
834 "futures 0.3.31",
835 "fuzzy",
836 "gpui",
837 "html_to_markdown",
838 "http_client",
839 "language",
840 "multi_buffer",
841 "pretty_assertions",
842 "project",
843 "prompt_store",
844 "rope",
845 "serde",
846 "serde_json",
847 "settings",
848 "smol",
849 "text",
850 "ui",
851 "util",
852 "workspace",
853 "worktree",
854 "zlog",
855]
856
857[[package]]
858name = "assistant_text_thread"
859version = "0.1.0"
860dependencies = [
861 "agent_settings",
862 "anyhow",
863 "assistant_slash_command",
864 "assistant_slash_commands",
865 "chrono",
866 "client",
867 "clock",
868 "cloud_llm_client",
869 "collections",
870 "context_server",
871 "fs",
872 "futures 0.3.31",
873 "fuzzy",
874 "gpui",
875 "itertools 0.14.0",
876 "language",
877 "language_model",
878 "log",
879 "open_ai",
880 "parking_lot",
881 "paths",
882 "pretty_assertions",
883 "project",
884 "prompt_store",
885 "proto",
886 "rand 0.9.2",
887 "regex",
888 "rpc",
889 "serde",
890 "serde_json",
891 "settings",
892 "smallvec",
893 "smol",
894 "telemetry",
895 "text",
896 "ui",
897 "unindent",
898 "util",
899 "uuid",
900 "workspace",
901 "zed_env_vars",
902]
903
904[[package]]
905name = "async-attributes"
906version = "1.1.2"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
909dependencies = [
910 "quote",
911 "syn 1.0.109",
912]
913
914[[package]]
915name = "async-broadcast"
916version = "0.7.2"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
919dependencies = [
920 "event-listener 5.4.1",
921 "event-listener-strategy",
922 "futures-core",
923 "pin-project-lite",
924]
925
926[[package]]
927name = "async-channel"
928version = "1.9.0"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
931dependencies = [
932 "concurrent-queue",
933 "event-listener 2.5.3",
934 "futures-core",
935]
936
937[[package]]
938name = "async-channel"
939version = "2.5.0"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
942dependencies = [
943 "concurrent-queue",
944 "event-listener-strategy",
945 "futures-core",
946 "pin-project-lite",
947]
948
949[[package]]
950name = "async-compat"
951version = "0.2.5"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
954dependencies = [
955 "futures-core",
956 "futures-io",
957 "once_cell",
958 "pin-project-lite",
959 "tokio",
960]
961
962[[package]]
963name = "async-compression"
964version = "0.4.32"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
967dependencies = [
968 "compression-codecs",
969 "compression-core",
970 "futures-core",
971 "futures-io",
972 "pin-project-lite",
973]
974
975[[package]]
976name = "async-dispatcher"
977version = "0.1.2"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
980dependencies = [
981 "async-task",
982 "futures-lite 1.13.0",
983]
984
985[[package]]
986name = "async-executor"
987version = "1.13.3"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
990dependencies = [
991 "async-task",
992 "concurrent-queue",
993 "fastrand 2.3.0",
994 "futures-lite 2.6.1",
995 "pin-project-lite",
996 "slab",
997]
998
999[[package]]
1000name = "async-fs"
1001version = "2.2.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
1004dependencies = [
1005 "async-lock 3.4.2",
1006 "blocking",
1007 "futures-lite 2.6.1",
1008]
1009
1010[[package]]
1011name = "async-global-executor"
1012version = "2.4.1"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1015dependencies = [
1016 "async-channel 2.5.0",
1017 "async-executor",
1018 "async-io",
1019 "async-lock 3.4.2",
1020 "blocking",
1021 "futures-lite 2.6.1",
1022 "once_cell",
1023]
1024
1025[[package]]
1026name = "async-io"
1027version = "2.6.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1030dependencies = [
1031 "autocfg",
1032 "cfg-if",
1033 "concurrent-queue",
1034 "futures-io",
1035 "futures-lite 2.6.1",
1036 "parking",
1037 "polling",
1038 "rustix 1.1.2",
1039 "slab",
1040 "windows-sys 0.61.2",
1041]
1042
1043[[package]]
1044name = "async-lock"
1045version = "2.8.0"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1048dependencies = [
1049 "event-listener 2.5.3",
1050]
1051
1052[[package]]
1053name = "async-lock"
1054version = "3.4.2"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
1057dependencies = [
1058 "event-listener 5.4.1",
1059 "event-listener-strategy",
1060 "pin-project-lite",
1061]
1062
1063[[package]]
1064name = "async-net"
1065version = "2.0.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1068dependencies = [
1069 "async-io",
1070 "blocking",
1071 "futures-lite 2.6.1",
1072]
1073
1074[[package]]
1075name = "async-pipe"
1076version = "0.1.3"
1077source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1078dependencies = [
1079 "futures 0.3.31",
1080 "log",
1081]
1082
1083[[package]]
1084name = "async-process"
1085version = "2.5.0"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1088dependencies = [
1089 "async-channel 2.5.0",
1090 "async-io",
1091 "async-lock 3.4.2",
1092 "async-signal",
1093 "async-task",
1094 "blocking",
1095 "cfg-if",
1096 "event-listener 5.4.1",
1097 "futures-lite 2.6.1",
1098 "rustix 1.1.2",
1099]
1100
1101[[package]]
1102name = "async-recursion"
1103version = "1.1.1"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1106dependencies = [
1107 "proc-macro2",
1108 "quote",
1109 "syn 2.0.117",
1110]
1111
1112[[package]]
1113name = "async-signal"
1114version = "0.2.13"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1117dependencies = [
1118 "async-io",
1119 "async-lock 3.4.2",
1120 "atomic-waker",
1121 "cfg-if",
1122 "futures-core",
1123 "futures-io",
1124 "rustix 1.1.2",
1125 "signal-hook-registry",
1126 "slab",
1127 "windows-sys 0.61.2",
1128]
1129
1130[[package]]
1131name = "async-std"
1132version = "1.13.2"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1135dependencies = [
1136 "async-attributes",
1137 "async-channel 1.9.0",
1138 "async-global-executor",
1139 "async-io",
1140 "async-lock 3.4.2",
1141 "async-process",
1142 "crossbeam-utils",
1143 "futures-channel",
1144 "futures-core",
1145 "futures-io",
1146 "futures-lite 2.6.1",
1147 "gloo-timers",
1148 "kv-log-macro",
1149 "log",
1150 "memchr",
1151 "once_cell",
1152 "pin-project-lite",
1153 "pin-utils",
1154 "slab",
1155 "wasm-bindgen-futures",
1156]
1157
1158[[package]]
1159name = "async-stream"
1160version = "0.3.6"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1163dependencies = [
1164 "async-stream-impl",
1165 "futures-core",
1166 "pin-project-lite",
1167]
1168
1169[[package]]
1170name = "async-stream-impl"
1171version = "0.3.6"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1174dependencies = [
1175 "proc-macro2",
1176 "quote",
1177 "syn 2.0.117",
1178]
1179
1180[[package]]
1181name = "async-tar"
1182version = "0.5.1"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1185dependencies = [
1186 "async-std",
1187 "filetime",
1188 "libc",
1189 "pin-project",
1190 "redox_syscall 0.2.16",
1191 "xattr",
1192]
1193
1194[[package]]
1195name = "async-task"
1196version = "4.7.1"
1197source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1198
1199[[package]]
1200name = "async-trait"
1201version = "0.1.89"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1204dependencies = [
1205 "proc-macro2",
1206 "quote",
1207 "syn 2.0.117",
1208]
1209
1210[[package]]
1211name = "async-tungstenite"
1212version = "0.31.0"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1215dependencies = [
1216 "atomic-waker",
1217 "futures-core",
1218 "futures-io",
1219 "futures-task",
1220 "futures-util",
1221 "log",
1222 "pin-project-lite",
1223 "rustls-pki-types",
1224 "tokio",
1225 "tokio-rustls 0.26.2",
1226 "tungstenite 0.27.0",
1227]
1228
1229[[package]]
1230name = "async_zip"
1231version = "0.0.18"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1234dependencies = [
1235 "async-compression",
1236 "crc32fast",
1237 "futures-lite 2.6.1",
1238 "pin-project",
1239 "thiserror 2.0.17",
1240]
1241
1242[[package]]
1243name = "asynchronous-codec"
1244version = "0.7.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1247dependencies = [
1248 "bytes 1.11.1",
1249 "futures-sink",
1250 "futures-util",
1251 "memchr",
1252 "pin-project-lite",
1253]
1254
1255[[package]]
1256name = "atoi"
1257version = "2.0.0"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1260dependencies = [
1261 "num-traits",
1262]
1263
1264[[package]]
1265name = "atomic"
1266version = "0.5.3"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1269
1270[[package]]
1271name = "atomic-waker"
1272version = "1.1.2"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1275
1276[[package]]
1277name = "audio"
1278version = "0.1.0"
1279dependencies = [
1280 "anyhow",
1281 "async-tar",
1282 "collections",
1283 "cpal",
1284 "crossbeam",
1285 "denoise",
1286 "gpui",
1287 "libwebrtc",
1288 "log",
1289 "parking_lot",
1290 "rodio",
1291 "serde",
1292 "settings",
1293 "smol",
1294 "thiserror 2.0.17",
1295 "util",
1296]
1297
1298[[package]]
1299name = "auditable-serde"
1300version = "0.8.0"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1303dependencies = [
1304 "semver",
1305 "serde",
1306 "serde_json",
1307 "topological-sort",
1308]
1309
1310[[package]]
1311name = "auto_update"
1312version = "0.1.0"
1313dependencies = [
1314 "anyhow",
1315 "client",
1316 "clock",
1317 "ctor",
1318 "db",
1319 "futures 0.3.31",
1320 "futures-lite 1.13.0",
1321 "gpui",
1322 "http_client",
1323 "log",
1324 "parking_lot",
1325 "paths",
1326 "release_channel",
1327 "semver",
1328 "serde",
1329 "serde_json",
1330 "settings",
1331 "smol",
1332 "tempfile",
1333 "util",
1334 "which 6.0.3",
1335 "workspace",
1336 "zlog",
1337]
1338
1339[[package]]
1340name = "auto_update_helper"
1341version = "0.1.0"
1342dependencies = [
1343 "anyhow",
1344 "log",
1345 "scopeguard",
1346 "simplelog",
1347 "tempfile",
1348 "windows 0.61.3",
1349 "winresource",
1350]
1351
1352[[package]]
1353name = "auto_update_ui"
1354version = "0.1.0"
1355dependencies = [
1356 "anyhow",
1357 "auto_update",
1358 "client",
1359 "editor",
1360 "gpui",
1361 "markdown_preview",
1362 "release_channel",
1363 "semver",
1364 "serde",
1365 "serde_json",
1366 "smol",
1367 "ui",
1368 "util",
1369 "workspace",
1370]
1371
1372[[package]]
1373name = "autocfg"
1374version = "1.5.0"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1377
1378[[package]]
1379name = "av1-grain"
1380version = "0.2.4"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1383dependencies = [
1384 "anyhow",
1385 "arrayvec",
1386 "log",
1387 "nom 7.1.3",
1388 "num-rational",
1389 "v_frame",
1390]
1391
1392[[package]]
1393name = "avif-serialize"
1394version = "0.8.6"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1397dependencies = [
1398 "arrayvec",
1399]
1400
1401[[package]]
1402name = "aws-config"
1403version = "1.8.10"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1406dependencies = [
1407 "aws-credential-types",
1408 "aws-runtime",
1409 "aws-sdk-sso",
1410 "aws-sdk-ssooidc",
1411 "aws-sdk-sts",
1412 "aws-smithy-async",
1413 "aws-smithy-http",
1414 "aws-smithy-json",
1415 "aws-smithy-runtime",
1416 "aws-smithy-runtime-api",
1417 "aws-smithy-types",
1418 "aws-types",
1419 "bytes 1.11.1",
1420 "fastrand 2.3.0",
1421 "hex",
1422 "http 1.3.1",
1423 "ring",
1424 "time",
1425 "tokio",
1426 "tracing",
1427 "url",
1428 "zeroize",
1429]
1430
1431[[package]]
1432name = "aws-credential-types"
1433version = "1.2.10"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1436dependencies = [
1437 "aws-smithy-async",
1438 "aws-smithy-runtime-api",
1439 "aws-smithy-types",
1440 "zeroize",
1441]
1442
1443[[package]]
1444name = "aws-lc-rs"
1445version = "1.15.4"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1448dependencies = [
1449 "aws-lc-sys",
1450 "untrusted 0.7.1",
1451 "zeroize",
1452]
1453
1454[[package]]
1455name = "aws-lc-sys"
1456version = "0.37.0"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1459dependencies = [
1460 "cc",
1461 "cmake",
1462 "dunce",
1463 "fs_extra",
1464]
1465
1466[[package]]
1467name = "aws-runtime"
1468version = "1.5.16"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1471dependencies = [
1472 "aws-credential-types",
1473 "aws-sigv4",
1474 "aws-smithy-async",
1475 "aws-smithy-eventstream",
1476 "aws-smithy-http",
1477 "aws-smithy-runtime",
1478 "aws-smithy-runtime-api",
1479 "aws-smithy-types",
1480 "aws-types",
1481 "bytes 1.11.1",
1482 "fastrand 2.3.0",
1483 "http 0.2.12",
1484 "http-body 0.4.6",
1485 "percent-encoding",
1486 "pin-project-lite",
1487 "tracing",
1488 "uuid",
1489]
1490
1491[[package]]
1492name = "aws-sdk-bedrockruntime"
1493version = "1.113.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1496dependencies = [
1497 "aws-credential-types",
1498 "aws-runtime",
1499 "aws-sigv4",
1500 "aws-smithy-async",
1501 "aws-smithy-eventstream",
1502 "aws-smithy-http",
1503 "aws-smithy-json",
1504 "aws-smithy-runtime",
1505 "aws-smithy-runtime-api",
1506 "aws-smithy-types",
1507 "aws-types",
1508 "bytes 1.11.1",
1509 "fastrand 2.3.0",
1510 "http 0.2.12",
1511 "hyper 0.14.32",
1512 "regex-lite",
1513 "tracing",
1514]
1515
1516[[package]]
1517name = "aws-sdk-kinesis"
1518version = "1.95.0"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1521dependencies = [
1522 "aws-credential-types",
1523 "aws-runtime",
1524 "aws-smithy-async",
1525 "aws-smithy-eventstream",
1526 "aws-smithy-http",
1527 "aws-smithy-json",
1528 "aws-smithy-runtime",
1529 "aws-smithy-runtime-api",
1530 "aws-smithy-types",
1531 "aws-types",
1532 "bytes 1.11.1",
1533 "fastrand 2.3.0",
1534 "http 0.2.12",
1535 "regex-lite",
1536 "tracing",
1537]
1538
1539[[package]]
1540name = "aws-sdk-s3"
1541version = "1.112.0"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1544dependencies = [
1545 "aws-credential-types",
1546 "aws-runtime",
1547 "aws-sigv4",
1548 "aws-smithy-async",
1549 "aws-smithy-checksums",
1550 "aws-smithy-eventstream",
1551 "aws-smithy-http",
1552 "aws-smithy-json",
1553 "aws-smithy-runtime",
1554 "aws-smithy-runtime-api",
1555 "aws-smithy-types",
1556 "aws-smithy-xml",
1557 "aws-types",
1558 "bytes 1.11.1",
1559 "fastrand 2.3.0",
1560 "hex",
1561 "hmac",
1562 "http 0.2.12",
1563 "http 1.3.1",
1564 "http-body 0.4.6",
1565 "lru",
1566 "percent-encoding",
1567 "regex-lite",
1568 "sha2",
1569 "tracing",
1570 "url",
1571]
1572
1573[[package]]
1574name = "aws-sdk-sso"
1575version = "1.88.0"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1578dependencies = [
1579 "aws-credential-types",
1580 "aws-runtime",
1581 "aws-smithy-async",
1582 "aws-smithy-http",
1583 "aws-smithy-json",
1584 "aws-smithy-runtime",
1585 "aws-smithy-runtime-api",
1586 "aws-smithy-types",
1587 "aws-types",
1588 "bytes 1.11.1",
1589 "fastrand 2.3.0",
1590 "http 0.2.12",
1591 "regex-lite",
1592 "tracing",
1593]
1594
1595[[package]]
1596name = "aws-sdk-ssooidc"
1597version = "1.90.0"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1600dependencies = [
1601 "aws-credential-types",
1602 "aws-runtime",
1603 "aws-smithy-async",
1604 "aws-smithy-http",
1605 "aws-smithy-json",
1606 "aws-smithy-runtime",
1607 "aws-smithy-runtime-api",
1608 "aws-smithy-types",
1609 "aws-types",
1610 "bytes 1.11.1",
1611 "fastrand 2.3.0",
1612 "http 0.2.12",
1613 "regex-lite",
1614 "tracing",
1615]
1616
1617[[package]]
1618name = "aws-sdk-sts"
1619version = "1.90.0"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1622dependencies = [
1623 "aws-credential-types",
1624 "aws-runtime",
1625 "aws-smithy-async",
1626 "aws-smithy-http",
1627 "aws-smithy-json",
1628 "aws-smithy-query",
1629 "aws-smithy-runtime",
1630 "aws-smithy-runtime-api",
1631 "aws-smithy-types",
1632 "aws-smithy-xml",
1633 "aws-types",
1634 "fastrand 2.3.0",
1635 "http 0.2.12",
1636 "regex-lite",
1637 "tracing",
1638]
1639
1640[[package]]
1641name = "aws-sigv4"
1642version = "1.3.6"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1645dependencies = [
1646 "aws-credential-types",
1647 "aws-smithy-eventstream",
1648 "aws-smithy-http",
1649 "aws-smithy-runtime-api",
1650 "aws-smithy-types",
1651 "bytes 1.11.1",
1652 "crypto-bigint 0.5.5",
1653 "form_urlencoded",
1654 "hex",
1655 "hmac",
1656 "http 0.2.12",
1657 "http 1.3.1",
1658 "p256",
1659 "percent-encoding",
1660 "ring",
1661 "sha2",
1662 "subtle",
1663 "time",
1664 "tracing",
1665 "zeroize",
1666]
1667
1668[[package]]
1669name = "aws-smithy-async"
1670version = "1.2.6"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1673dependencies = [
1674 "futures-util",
1675 "pin-project-lite",
1676 "tokio",
1677]
1678
1679[[package]]
1680name = "aws-smithy-checksums"
1681version = "0.63.11"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1684dependencies = [
1685 "aws-smithy-http",
1686 "aws-smithy-types",
1687 "bytes 1.11.1",
1688 "crc-fast",
1689 "hex",
1690 "http 0.2.12",
1691 "http-body 0.4.6",
1692 "md-5",
1693 "pin-project-lite",
1694 "sha1",
1695 "sha2",
1696 "tracing",
1697]
1698
1699[[package]]
1700name = "aws-smithy-eventstream"
1701version = "0.60.13"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1704dependencies = [
1705 "aws-smithy-types",
1706 "bytes 1.11.1",
1707 "crc32fast",
1708]
1709
1710[[package]]
1711name = "aws-smithy-http"
1712version = "0.62.5"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1715dependencies = [
1716 "aws-smithy-eventstream",
1717 "aws-smithy-runtime-api",
1718 "aws-smithy-types",
1719 "bytes 1.11.1",
1720 "bytes-utils",
1721 "futures-core",
1722 "futures-util",
1723 "http 0.2.12",
1724 "http 1.3.1",
1725 "http-body 0.4.6",
1726 "percent-encoding",
1727 "pin-project-lite",
1728 "pin-utils",
1729 "tracing",
1730]
1731
1732[[package]]
1733name = "aws-smithy-http-client"
1734version = "1.1.4"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1737dependencies = [
1738 "aws-smithy-async",
1739 "aws-smithy-runtime-api",
1740 "aws-smithy-types",
1741 "h2 0.3.27",
1742 "h2 0.4.12",
1743 "http 0.2.12",
1744 "http 1.3.1",
1745 "http-body 0.4.6",
1746 "hyper 0.14.32",
1747 "hyper 1.7.0",
1748 "hyper-rustls 0.24.2",
1749 "hyper-rustls 0.27.7",
1750 "hyper-util",
1751 "pin-project-lite",
1752 "rustls 0.21.12",
1753 "rustls 0.23.33",
1754 "rustls-native-certs 0.8.2",
1755 "rustls-pki-types",
1756 "tokio",
1757 "tokio-rustls 0.26.2",
1758 "tower 0.5.2",
1759 "tracing",
1760]
1761
1762[[package]]
1763name = "aws-smithy-json"
1764version = "0.61.7"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1767dependencies = [
1768 "aws-smithy-types",
1769]
1770
1771[[package]]
1772name = "aws-smithy-observability"
1773version = "0.1.4"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1776dependencies = [
1777 "aws-smithy-runtime-api",
1778]
1779
1780[[package]]
1781name = "aws-smithy-query"
1782version = "0.60.8"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1785dependencies = [
1786 "aws-smithy-types",
1787 "urlencoding",
1788]
1789
1790[[package]]
1791name = "aws-smithy-runtime"
1792version = "1.9.4"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1795dependencies = [
1796 "aws-smithy-async",
1797 "aws-smithy-http",
1798 "aws-smithy-http-client",
1799 "aws-smithy-observability",
1800 "aws-smithy-runtime-api",
1801 "aws-smithy-types",
1802 "bytes 1.11.1",
1803 "fastrand 2.3.0",
1804 "http 0.2.12",
1805 "http 1.3.1",
1806 "http-body 0.4.6",
1807 "http-body 1.0.1",
1808 "pin-project-lite",
1809 "pin-utils",
1810 "tokio",
1811 "tracing",
1812]
1813
1814[[package]]
1815name = "aws-smithy-runtime-api"
1816version = "1.9.2"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1819dependencies = [
1820 "aws-smithy-async",
1821 "aws-smithy-types",
1822 "bytes 1.11.1",
1823 "http 0.2.12",
1824 "http 1.3.1",
1825 "pin-project-lite",
1826 "tokio",
1827 "tracing",
1828 "zeroize",
1829]
1830
1831[[package]]
1832name = "aws-smithy-types"
1833version = "1.3.4"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1836dependencies = [
1837 "base64-simd",
1838 "bytes 1.11.1",
1839 "bytes-utils",
1840 "futures-core",
1841 "http 0.2.12",
1842 "http 1.3.1",
1843 "http-body 0.4.6",
1844 "http-body 1.0.1",
1845 "http-body-util",
1846 "itoa",
1847 "num-integer",
1848 "pin-project-lite",
1849 "pin-utils",
1850 "ryu",
1851 "serde",
1852 "time",
1853 "tokio",
1854 "tokio-util",
1855]
1856
1857[[package]]
1858name = "aws-smithy-xml"
1859version = "0.60.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1862dependencies = [
1863 "xmlparser",
1864]
1865
1866[[package]]
1867name = "aws-types"
1868version = "1.3.10"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1871dependencies = [
1872 "aws-credential-types",
1873 "aws-smithy-async",
1874 "aws-smithy-runtime-api",
1875 "aws-smithy-types",
1876 "rustc_version",
1877 "tracing",
1878]
1879
1880[[package]]
1881name = "aws_http_client"
1882version = "0.1.0"
1883dependencies = [
1884 "aws-smithy-runtime-api",
1885 "aws-smithy-types",
1886 "http_client",
1887]
1888
1889[[package]]
1890name = "axum"
1891version = "0.6.20"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1894dependencies = [
1895 "async-trait",
1896 "axum-core",
1897 "base64 0.21.7",
1898 "bitflags 1.3.2",
1899 "bytes 1.11.1",
1900 "futures-util",
1901 "headers",
1902 "http 0.2.12",
1903 "http-body 0.4.6",
1904 "hyper 0.14.32",
1905 "itoa",
1906 "matchit",
1907 "memchr",
1908 "mime",
1909 "percent-encoding",
1910 "pin-project-lite",
1911 "rustversion",
1912 "serde",
1913 "serde_json",
1914 "serde_path_to_error",
1915 "serde_urlencoded",
1916 "sha1",
1917 "sync_wrapper 0.1.2",
1918 "tokio",
1919 "tokio-tungstenite 0.20.1",
1920 "tower 0.4.13",
1921 "tower-layer",
1922 "tower-service",
1923]
1924
1925[[package]]
1926name = "axum-core"
1927version = "0.3.4"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1930dependencies = [
1931 "async-trait",
1932 "bytes 1.11.1",
1933 "futures-util",
1934 "http 0.2.12",
1935 "http-body 0.4.6",
1936 "mime",
1937 "rustversion",
1938 "tower-layer",
1939 "tower-service",
1940]
1941
1942[[package]]
1943name = "backtrace"
1944version = "0.3.76"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1947dependencies = [
1948 "addr2line 0.25.1",
1949 "cfg-if",
1950 "libc",
1951 "miniz_oxide",
1952 "object 0.37.3",
1953 "rustc-demangle",
1954 "windows-link 0.2.1",
1955]
1956
1957[[package]]
1958name = "base16ct"
1959version = "0.1.1"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1962
1963[[package]]
1964name = "base64"
1965version = "0.21.7"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1968
1969[[package]]
1970name = "base64"
1971version = "0.22.1"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1974
1975[[package]]
1976name = "base64-simd"
1977version = "0.8.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1980dependencies = [
1981 "outref",
1982 "vsimd",
1983]
1984
1985[[package]]
1986name = "base64ct"
1987version = "1.8.0"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1990
1991[[package]]
1992name = "bedrock"
1993version = "0.1.0"
1994dependencies = [
1995 "anyhow",
1996 "aws-sdk-bedrockruntime",
1997 "aws-smithy-types",
1998 "futures 0.3.31",
1999 "schemars",
2000 "serde",
2001 "serde_json",
2002 "strum 0.27.2",
2003 "thiserror 2.0.17",
2004]
2005
2006[[package]]
2007name = "bigdecimal"
2008version = "0.4.8"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2011dependencies = [
2012 "autocfg",
2013 "libm",
2014 "num-bigint",
2015 "num-integer",
2016 "num-traits",
2017 "serde",
2018]
2019
2020[[package]]
2021name = "bincode"
2022version = "1.3.3"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2025dependencies = [
2026 "serde",
2027]
2028
2029[[package]]
2030name = "bindgen"
2031version = "0.71.1"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2034dependencies = [
2035 "bitflags 2.10.0",
2036 "cexpr",
2037 "clang-sys",
2038 "itertools 0.12.1",
2039 "log",
2040 "prettyplease",
2041 "proc-macro2",
2042 "quote",
2043 "regex",
2044 "rustc-hash 2.1.1",
2045 "shlex",
2046 "syn 2.0.117",
2047]
2048
2049[[package]]
2050name = "bindgen"
2051version = "0.72.1"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2054dependencies = [
2055 "bitflags 2.10.0",
2056 "cexpr",
2057 "clang-sys",
2058 "itertools 0.12.1",
2059 "proc-macro2",
2060 "quote",
2061 "regex",
2062 "rustc-hash 2.1.1",
2063 "shlex",
2064 "syn 2.0.117",
2065]
2066
2067[[package]]
2068name = "bit-set"
2069version = "0.8.0"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2072dependencies = [
2073 "bit-vec 0.8.0",
2074]
2075
2076[[package]]
2077name = "bit-set"
2078version = "0.9.1"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
2081dependencies = [
2082 "bit-vec 0.9.1",
2083]
2084
2085[[package]]
2086name = "bit-vec"
2087version = "0.8.0"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2090
2091[[package]]
2092name = "bit-vec"
2093version = "0.9.1"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
2096
2097[[package]]
2098name = "bit_field"
2099version = "0.10.3"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2102
2103[[package]]
2104name = "bitflags"
2105version = "1.3.2"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2108
2109[[package]]
2110name = "bitflags"
2111version = "2.10.0"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2114dependencies = [
2115 "serde_core",
2116]
2117
2118[[package]]
2119name = "bitstream-io"
2120version = "2.6.0"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2123
2124[[package]]
2125name = "bitvec"
2126version = "1.0.1"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2129dependencies = [
2130 "funty",
2131 "radium",
2132 "tap",
2133 "wyz",
2134]
2135
2136[[package]]
2137name = "block"
2138version = "0.1.6"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2141
2142[[package]]
2143name = "block-buffer"
2144version = "0.10.4"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2147dependencies = [
2148 "generic-array",
2149]
2150
2151[[package]]
2152name = "block-padding"
2153version = "0.3.3"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2156dependencies = [
2157 "generic-array",
2158]
2159
2160[[package]]
2161name = "block2"
2162version = "0.6.2"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2165dependencies = [
2166 "objc2",
2167]
2168
2169[[package]]
2170name = "blocking"
2171version = "1.6.2"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2174dependencies = [
2175 "async-channel 2.5.0",
2176 "async-task",
2177 "futures-io",
2178 "futures-lite 2.6.1",
2179 "piper",
2180]
2181
2182[[package]]
2183name = "bmrng"
2184version = "0.5.2"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2187dependencies = [
2188 "futures-core",
2189 "tokio",
2190]
2191
2192[[package]]
2193name = "bon"
2194version = "3.8.2"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2197dependencies = [
2198 "bon-macros",
2199 "rustversion",
2200]
2201
2202[[package]]
2203name = "bon-macros"
2204version = "3.8.2"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2207dependencies = [
2208 "darling 0.21.3",
2209 "ident_case",
2210 "prettyplease",
2211 "proc-macro2",
2212 "quote",
2213 "rustversion",
2214 "syn 2.0.117",
2215]
2216
2217[[package]]
2218name = "borrow-or-share"
2219version = "0.2.4"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2222
2223[[package]]
2224name = "borsh"
2225version = "1.5.7"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2228dependencies = [
2229 "borsh-derive",
2230 "cfg_aliases 0.2.1",
2231]
2232
2233[[package]]
2234name = "borsh-derive"
2235version = "1.5.7"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2238dependencies = [
2239 "once_cell",
2240 "proc-macro-crate",
2241 "proc-macro2",
2242 "quote",
2243 "syn 2.0.117",
2244]
2245
2246[[package]]
2247name = "breadcrumbs"
2248version = "0.1.0"
2249dependencies = [
2250 "gpui",
2251 "ui",
2252 "workspace",
2253]
2254
2255[[package]]
2256name = "brotli"
2257version = "8.0.2"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
2260dependencies = [
2261 "alloc-no-stdlib",
2262 "alloc-stdlib",
2263 "brotli-decompressor",
2264]
2265
2266[[package]]
2267name = "brotli-decompressor"
2268version = "5.0.0"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2271dependencies = [
2272 "alloc-no-stdlib",
2273 "alloc-stdlib",
2274]
2275
2276[[package]]
2277name = "brush-parser"
2278version = "0.3.0"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2281dependencies = [
2282 "bon",
2283 "cached",
2284 "indenter",
2285 "peg",
2286 "thiserror 2.0.17",
2287 "tracing",
2288 "utf8-chars",
2289]
2290
2291[[package]]
2292name = "bstr"
2293version = "1.12.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2296dependencies = [
2297 "memchr",
2298 "regex-automata",
2299 "serde",
2300]
2301
2302[[package]]
2303name = "buffer_diff"
2304version = "0.1.0"
2305dependencies = [
2306 "clock",
2307 "ctor",
2308 "futures 0.3.31",
2309 "git2",
2310 "gpui",
2311 "language",
2312 "log",
2313 "pretty_assertions",
2314 "rand 0.9.2",
2315 "rope",
2316 "settings",
2317 "sum_tree",
2318 "text",
2319 "tracing",
2320 "unindent",
2321 "util",
2322 "zlog",
2323 "ztracing",
2324]
2325
2326[[package]]
2327name = "built"
2328version = "0.7.7"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2331
2332[[package]]
2333name = "bumpalo"
2334version = "3.19.0"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2337dependencies = [
2338 "allocator-api2",
2339]
2340
2341[[package]]
2342name = "by_address"
2343version = "1.2.1"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2346
2347[[package]]
2348name = "bytecheck"
2349version = "0.6.12"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2352dependencies = [
2353 "bytecheck_derive",
2354 "ptr_meta",
2355 "simdutf8",
2356]
2357
2358[[package]]
2359name = "bytecheck_derive"
2360version = "0.6.12"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2363dependencies = [
2364 "proc-macro2",
2365 "quote",
2366 "syn 1.0.109",
2367]
2368
2369[[package]]
2370name = "bytecount"
2371version = "0.6.9"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2374
2375[[package]]
2376name = "bytemuck"
2377version = "1.24.0"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2380dependencies = [
2381 "bytemuck_derive",
2382]
2383
2384[[package]]
2385name = "bytemuck_derive"
2386version = "1.10.2"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2389dependencies = [
2390 "proc-macro2",
2391 "quote",
2392 "syn 2.0.117",
2393]
2394
2395[[package]]
2396name = "byteorder"
2397version = "1.5.0"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2400
2401[[package]]
2402name = "byteorder-lite"
2403version = "0.1.0"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2406
2407[[package]]
2408name = "bytes"
2409version = "0.4.12"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2412dependencies = [
2413 "byteorder",
2414 "iovec",
2415]
2416
2417[[package]]
2418name = "bytes"
2419version = "1.11.1"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2422
2423[[package]]
2424name = "bytes-utils"
2425version = "0.1.4"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2428dependencies = [
2429 "bytes 1.11.1",
2430 "either",
2431]
2432
2433[[package]]
2434name = "bzip2"
2435version = "0.4.4"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2438dependencies = [
2439 "bzip2-sys",
2440 "libc",
2441]
2442
2443[[package]]
2444name = "bzip2-sys"
2445version = "0.1.13+1.0.8"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2448dependencies = [
2449 "cc",
2450 "pkg-config",
2451]
2452
2453[[package]]
2454name = "cached"
2455version = "0.56.0"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2458dependencies = [
2459 "ahash 0.8.12",
2460 "cached_proc_macro",
2461 "cached_proc_macro_types",
2462 "hashbrown 0.15.5",
2463 "once_cell",
2464 "thiserror 2.0.17",
2465 "web-time",
2466]
2467
2468[[package]]
2469name = "cached_proc_macro"
2470version = "0.25.0"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2473dependencies = [
2474 "darling 0.20.11",
2475 "proc-macro2",
2476 "quote",
2477 "syn 2.0.117",
2478]
2479
2480[[package]]
2481name = "cached_proc_macro_types"
2482version = "0.1.1"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2485
2486[[package]]
2487name = "call"
2488version = "0.1.0"
2489dependencies = [
2490 "anyhow",
2491 "audio",
2492 "client",
2493 "collections",
2494 "feature_flags",
2495 "fs",
2496 "futures 0.3.31",
2497 "gpui",
2498 "gpui_tokio",
2499 "language",
2500 "livekit_client",
2501 "log",
2502 "postage",
2503 "project",
2504 "serde",
2505 "settings",
2506 "telemetry",
2507 "util",
2508 "workspace",
2509]
2510
2511[[package]]
2512name = "calloop"
2513version = "0.14.3"
2514source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2515dependencies = [
2516 "bitflags 2.10.0",
2517 "polling",
2518 "rustix 1.1.2",
2519 "slab",
2520 "tracing",
2521]
2522
2523[[package]]
2524name = "calloop-wayland-source"
2525version = "0.4.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2528dependencies = [
2529 "calloop",
2530 "rustix 1.1.2",
2531 "wayland-backend",
2532 "wayland-client",
2533]
2534
2535[[package]]
2536name = "camino"
2537version = "1.2.1"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2540dependencies = [
2541 "serde_core",
2542]
2543
2544[[package]]
2545name = "candle-core"
2546version = "0.9.1"
2547source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2548dependencies = [
2549 "byteorder",
2550 "float8",
2551 "gemm 0.17.1",
2552 "half",
2553 "memmap2",
2554 "num-traits",
2555 "num_cpus",
2556 "rand 0.9.2",
2557 "rand_distr",
2558 "rayon",
2559 "safetensors",
2560 "thiserror 1.0.69",
2561 "ug",
2562 "yoke 0.7.5",
2563 "zip 1.1.4",
2564]
2565
2566[[package]]
2567name = "candle-nn"
2568version = "0.9.1"
2569source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2570dependencies = [
2571 "candle-core",
2572 "half",
2573 "libc",
2574 "num-traits",
2575 "rayon",
2576 "safetensors",
2577 "serde",
2578 "thiserror 1.0.69",
2579]
2580
2581[[package]]
2582name = "candle-onnx"
2583version = "0.9.1"
2584source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2585dependencies = [
2586 "candle-core",
2587 "candle-nn",
2588 "prost 0.12.6",
2589]
2590
2591[[package]]
2592name = "cap-fs-ext"
2593version = "3.4.4"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2596dependencies = [
2597 "cap-primitives",
2598 "cap-std",
2599 "io-lifetimes",
2600 "windows-sys 0.59.0",
2601]
2602
2603[[package]]
2604name = "cap-net-ext"
2605version = "3.4.4"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2608dependencies = [
2609 "cap-primitives",
2610 "cap-std",
2611 "rustix 1.1.2",
2612 "smallvec",
2613]
2614
2615[[package]]
2616name = "cap-primitives"
2617version = "3.4.4"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2620dependencies = [
2621 "ambient-authority",
2622 "fs-set-times",
2623 "io-extras",
2624 "io-lifetimes",
2625 "ipnet",
2626 "maybe-owned",
2627 "rustix 1.1.2",
2628 "rustix-linux-procfs",
2629 "windows-sys 0.59.0",
2630 "winx",
2631]
2632
2633[[package]]
2634name = "cap-rand"
2635version = "3.4.4"
2636source = "registry+https://github.com/rust-lang/crates.io-index"
2637checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2638dependencies = [
2639 "ambient-authority",
2640 "rand 0.8.5",
2641]
2642
2643[[package]]
2644name = "cap-std"
2645version = "3.4.4"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2648dependencies = [
2649 "cap-primitives",
2650 "io-extras",
2651 "io-lifetimes",
2652 "rustix 1.1.2",
2653]
2654
2655[[package]]
2656name = "cap-time-ext"
2657version = "3.4.4"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2660dependencies = [
2661 "ambient-authority",
2662 "cap-primitives",
2663 "iana-time-zone",
2664 "once_cell",
2665 "rustix 1.1.2",
2666 "winx",
2667]
2668
2669[[package]]
2670name = "cargo-platform"
2671version = "0.1.9"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2674dependencies = [
2675 "serde",
2676]
2677
2678[[package]]
2679name = "cargo_metadata"
2680version = "0.19.2"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2683dependencies = [
2684 "camino",
2685 "cargo-platform",
2686 "semver",
2687 "serde",
2688 "serde_json",
2689 "thiserror 2.0.17",
2690]
2691
2692[[package]]
2693name = "cargo_toml"
2694version = "0.21.0"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2697dependencies = [
2698 "serde",
2699 "toml 0.8.23",
2700]
2701
2702[[package]]
2703name = "cast"
2704version = "0.3.0"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2707
2708[[package]]
2709name = "cbc"
2710version = "0.1.2"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2713dependencies = [
2714 "cipher",
2715]
2716
2717[[package]]
2718name = "cbindgen"
2719version = "0.28.0"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2722dependencies = [
2723 "heck 0.4.1",
2724 "indexmap",
2725 "log",
2726 "proc-macro2",
2727 "quote",
2728 "serde",
2729 "serde_json",
2730 "syn 2.0.117",
2731 "tempfile",
2732 "toml 0.8.23",
2733]
2734
2735[[package]]
2736name = "cc"
2737version = "1.2.49"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2740dependencies = [
2741 "find-msvc-tools",
2742 "jobserver",
2743 "libc",
2744 "shlex",
2745]
2746
2747[[package]]
2748name = "cesu8"
2749version = "1.1.0"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2752
2753[[package]]
2754name = "cexpr"
2755version = "0.6.0"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2758dependencies = [
2759 "nom 7.1.3",
2760]
2761
2762[[package]]
2763name = "cfg-expr"
2764version = "0.15.8"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2767dependencies = [
2768 "smallvec",
2769 "target-lexicon 0.12.16",
2770]
2771
2772[[package]]
2773name = "cfg-expr"
2774version = "0.20.6"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2777dependencies = [
2778 "smallvec",
2779 "target-lexicon 0.13.3",
2780]
2781
2782[[package]]
2783name = "cfg-if"
2784version = "1.0.4"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2787
2788[[package]]
2789name = "cfg_aliases"
2790version = "0.1.1"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2793
2794[[package]]
2795name = "cfg_aliases"
2796version = "0.2.1"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2799
2800[[package]]
2801name = "cgl"
2802version = "0.3.2"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2805dependencies = [
2806 "libc",
2807]
2808
2809[[package]]
2810name = "channel"
2811version = "0.1.0"
2812dependencies = [
2813 "anyhow",
2814 "client",
2815 "clock",
2816 "collections",
2817 "futures 0.3.31",
2818 "gpui",
2819 "http_client",
2820 "language",
2821 "log",
2822 "postage",
2823 "release_channel",
2824 "rpc",
2825 "semver",
2826 "settings",
2827 "text",
2828 "time",
2829 "util",
2830]
2831
2832[[package]]
2833name = "chardetng"
2834version = "0.1.17"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2837dependencies = [
2838 "cfg-if",
2839 "encoding_rs",
2840 "memchr",
2841]
2842
2843[[package]]
2844name = "chrono"
2845version = "0.4.42"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2848dependencies = [
2849 "iana-time-zone",
2850 "js-sys",
2851 "num-traits",
2852 "serde",
2853 "wasm-bindgen",
2854 "windows-link 0.2.1",
2855]
2856
2857[[package]]
2858name = "chunked_transfer"
2859version = "1.5.0"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2862
2863[[package]]
2864name = "ciborium"
2865version = "0.2.2"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2868dependencies = [
2869 "ciborium-io",
2870 "ciborium-ll",
2871 "serde",
2872]
2873
2874[[package]]
2875name = "ciborium-io"
2876version = "0.2.2"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2879
2880[[package]]
2881name = "ciborium-ll"
2882version = "0.2.2"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2885dependencies = [
2886 "ciborium-io",
2887 "half",
2888]
2889
2890[[package]]
2891name = "cipher"
2892version = "0.4.4"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2895dependencies = [
2896 "crypto-common",
2897 "inout",
2898 "zeroize",
2899]
2900
2901[[package]]
2902name = "circular-buffer"
2903version = "1.2.0"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2906
2907[[package]]
2908name = "clang-sys"
2909version = "1.8.1"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2912dependencies = [
2913 "glob",
2914 "libc",
2915 "libloading",
2916]
2917
2918[[package]]
2919name = "clap"
2920version = "4.5.49"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2923dependencies = [
2924 "clap_builder",
2925 "clap_derive",
2926]
2927
2928[[package]]
2929name = "clap_builder"
2930version = "4.5.49"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2933dependencies = [
2934 "anstream",
2935 "anstyle",
2936 "clap_lex",
2937 "strsim",
2938 "terminal_size",
2939]
2940
2941[[package]]
2942name = "clap_complete"
2943version = "4.5.59"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2946dependencies = [
2947 "clap",
2948]
2949
2950[[package]]
2951name = "clap_derive"
2952version = "4.5.49"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2955dependencies = [
2956 "heck 0.5.0",
2957 "proc-macro2",
2958 "quote",
2959 "syn 2.0.117",
2960]
2961
2962[[package]]
2963name = "clap_lex"
2964version = "0.7.6"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2967
2968[[package]]
2969name = "cli"
2970version = "0.1.0"
2971dependencies = [
2972 "anyhow",
2973 "askpass",
2974 "clap",
2975 "collections",
2976 "core-foundation 0.10.0",
2977 "core-services",
2978 "exec",
2979 "fork",
2980 "ipc-channel",
2981 "parking_lot",
2982 "paths",
2983 "plist",
2984 "rayon",
2985 "release_channel",
2986 "serde",
2987 "serde_json",
2988 "tempfile",
2989 "util",
2990 "walkdir",
2991 "windows 0.61.3",
2992]
2993
2994[[package]]
2995name = "client"
2996version = "0.1.0"
2997dependencies = [
2998 "anyhow",
2999 "async-tungstenite",
3000 "base64 0.22.1",
3001 "chrono",
3002 "clock",
3003 "cloud_api_client",
3004 "cloud_llm_client",
3005 "collections",
3006 "credentials_provider",
3007 "derive_more",
3008 "feature_flags",
3009 "fs",
3010 "futures 0.3.31",
3011 "gpui",
3012 "gpui_tokio",
3013 "http_client",
3014 "http_client_tls",
3015 "httparse",
3016 "log",
3017 "objc2-foundation",
3018 "parking_lot",
3019 "paths",
3020 "postage",
3021 "rand 0.9.2",
3022 "regex",
3023 "release_channel",
3024 "rpc",
3025 "rustls-pki-types",
3026 "semver",
3027 "serde",
3028 "serde_json",
3029 "serde_urlencoded",
3030 "settings",
3031 "sha2",
3032 "smol",
3033 "telemetry",
3034 "telemetry_events",
3035 "text",
3036 "thiserror 2.0.17",
3037 "time",
3038 "tiny_http",
3039 "tokio",
3040 "tokio-native-tls",
3041 "tokio-rustls 0.26.2",
3042 "tokio-socks",
3043 "url",
3044 "util",
3045 "windows 0.61.3",
3046 "worktree",
3047]
3048
3049[[package]]
3050name = "clock"
3051version = "0.1.0"
3052dependencies = [
3053 "parking_lot",
3054 "serde",
3055 "smallvec",
3056]
3057
3058[[package]]
3059name = "cloud_api_client"
3060version = "0.1.0"
3061dependencies = [
3062 "anyhow",
3063 "cloud_api_types",
3064 "futures 0.3.31",
3065 "gpui",
3066 "gpui_tokio",
3067 "http_client",
3068 "parking_lot",
3069 "serde_json",
3070 "thiserror 2.0.17",
3071 "yawc",
3072]
3073
3074[[package]]
3075name = "cloud_api_types"
3076version = "0.1.0"
3077dependencies = [
3078 "anyhow",
3079 "chrono",
3080 "ciborium",
3081 "cloud_llm_client",
3082 "pretty_assertions",
3083 "serde",
3084 "serde_json",
3085 "strum 0.27.2",
3086]
3087
3088[[package]]
3089name = "cloud_llm_client"
3090version = "0.1.0"
3091dependencies = [
3092 "anyhow",
3093 "serde",
3094 "serde_json",
3095 "strum 0.27.2",
3096 "uuid",
3097 "zeta_prompt",
3098]
3099
3100[[package]]
3101name = "cmake"
3102version = "0.1.56"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3105dependencies = [
3106 "cc",
3107]
3108
3109[[package]]
3110name = "cobs"
3111version = "0.3.0"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3114dependencies = [
3115 "thiserror 2.0.17",
3116]
3117
3118[[package]]
3119name = "cocoa"
3120version = "0.25.0"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3123dependencies = [
3124 "bitflags 1.3.2",
3125 "block",
3126 "cocoa-foundation 0.1.2",
3127 "core-foundation 0.9.4",
3128 "core-graphics 0.23.2",
3129 "foreign-types 0.5.0",
3130 "libc",
3131 "objc",
3132]
3133
3134[[package]]
3135name = "cocoa"
3136version = "0.26.0"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3139dependencies = [
3140 "bitflags 2.10.0",
3141 "block",
3142 "cocoa-foundation 0.2.0",
3143 "core-foundation 0.10.0",
3144 "core-graphics 0.24.0",
3145 "foreign-types 0.5.0",
3146 "libc",
3147 "objc",
3148]
3149
3150[[package]]
3151name = "cocoa-foundation"
3152version = "0.1.2"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3155dependencies = [
3156 "bitflags 1.3.2",
3157 "block",
3158 "core-foundation 0.9.4",
3159 "core-graphics-types 0.1.3",
3160 "libc",
3161 "objc",
3162]
3163
3164[[package]]
3165name = "cocoa-foundation"
3166version = "0.2.0"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3169dependencies = [
3170 "bitflags 2.10.0",
3171 "block",
3172 "core-foundation 0.10.0",
3173 "core-graphics-types 0.2.0",
3174 "libc",
3175 "objc",
3176]
3177
3178[[package]]
3179name = "codespan-reporting"
3180version = "0.13.0"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3183dependencies = [
3184 "serde",
3185 "termcolor",
3186 "unicode-width",
3187]
3188
3189[[package]]
3190name = "codestral"
3191version = "0.1.0"
3192dependencies = [
3193 "anyhow",
3194 "edit_prediction",
3195 "edit_prediction_types",
3196 "futures 0.3.31",
3197 "gpui",
3198 "http_client",
3199 "icons",
3200 "language",
3201 "language_model",
3202 "log",
3203 "serde",
3204 "serde_json",
3205 "text",
3206 "zeta_prompt",
3207]
3208
3209[[package]]
3210name = "collab"
3211version = "0.44.0"
3212dependencies = [
3213 "agent",
3214 "anyhow",
3215 "assistant_slash_command",
3216 "assistant_text_thread",
3217 "async-trait",
3218 "async-tungstenite",
3219 "aws-config",
3220 "aws-sdk-kinesis",
3221 "aws-sdk-s3",
3222 "axum",
3223 "buffer_diff",
3224 "call",
3225 "channel",
3226 "chrono",
3227 "client",
3228 "clock",
3229 "cloud_api_types",
3230 "collab",
3231 "collab_ui",
3232 "collections",
3233 "command_palette_hooks",
3234 "ctor",
3235 "dap",
3236 "dap_adapters",
3237 "dashmap",
3238 "debugger_ui",
3239 "editor",
3240 "envy",
3241 "extension",
3242 "file_finder",
3243 "fs",
3244 "futures 0.3.31",
3245 "git",
3246 "git_hosting_providers",
3247 "git_ui",
3248 "gpui",
3249 "gpui_tokio",
3250 "hex",
3251 "http_client",
3252 "indoc",
3253 "language",
3254 "language_model",
3255 "livekit_api",
3256 "livekit_client",
3257 "log",
3258 "lsp",
3259 "menu",
3260 "multi_buffer",
3261 "nanoid",
3262 "node_runtime",
3263 "notifications",
3264 "parking_lot",
3265 "pretty_assertions",
3266 "project",
3267 "prometheus",
3268 "prompt_store",
3269 "prost 0.9.0",
3270 "rand 0.9.2",
3271 "recent_projects",
3272 "release_channel",
3273 "remote",
3274 "remote_server",
3275 "reqwest 0.11.27",
3276 "rpc",
3277 "sea-orm",
3278 "sea-orm-macros",
3279 "semver",
3280 "serde",
3281 "serde_json",
3282 "session",
3283 "settings",
3284 "sha2",
3285 "smol",
3286 "sqlx",
3287 "strum 0.27.2",
3288 "task",
3289 "telemetry_events",
3290 "text",
3291 "theme",
3292 "time",
3293 "tokio",
3294 "toml 0.8.23",
3295 "tower 0.4.13",
3296 "tower-http 0.4.4",
3297 "tracing",
3298 "tracing-subscriber",
3299 "unindent",
3300 "util",
3301 "uuid",
3302 "workspace",
3303 "worktree",
3304 "zed_actions",
3305 "zlog",
3306]
3307
3308[[package]]
3309name = "collab_ui"
3310version = "0.1.0"
3311dependencies = [
3312 "anyhow",
3313 "call",
3314 "channel",
3315 "chrono",
3316 "client",
3317 "collections",
3318 "db",
3319 "editor",
3320 "futures 0.3.31",
3321 "fuzzy",
3322 "gpui",
3323 "livekit_client",
3324 "log",
3325 "menu",
3326 "notifications",
3327 "picker",
3328 "project",
3329 "release_channel",
3330 "rpc",
3331 "serde",
3332 "serde_json",
3333 "settings",
3334 "smallvec",
3335 "telemetry",
3336 "theme",
3337 "time",
3338 "time_format",
3339 "title_bar",
3340 "ui",
3341 "util",
3342 "workspace",
3343 "zed_actions",
3344]
3345
3346[[package]]
3347name = "collections"
3348version = "0.1.0"
3349dependencies = [
3350 "indexmap",
3351 "rustc-hash 2.1.1",
3352]
3353
3354[[package]]
3355name = "color_quant"
3356version = "1.1.0"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3359
3360[[package]]
3361name = "colorchoice"
3362version = "1.0.4"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3365
3366[[package]]
3367name = "combine"
3368version = "4.6.7"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3371dependencies = [
3372 "bytes 1.11.1",
3373 "memchr",
3374]
3375
3376[[package]]
3377name = "command-fds"
3378version = "0.3.2"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3381dependencies = [
3382 "nix 0.30.1",
3383 "thiserror 2.0.17",
3384]
3385
3386[[package]]
3387name = "command_palette"
3388version = "0.1.0"
3389dependencies = [
3390 "anyhow",
3391 "client",
3392 "collections",
3393 "command_palette_hooks",
3394 "db",
3395 "editor",
3396 "fuzzy",
3397 "go_to_line",
3398 "gpui",
3399 "language",
3400 "log",
3401 "menu",
3402 "picker",
3403 "postage",
3404 "project",
3405 "serde",
3406 "settings",
3407 "telemetry",
3408 "theme",
3409 "time",
3410 "ui",
3411 "util",
3412 "workspace",
3413 "zed_actions",
3414]
3415
3416[[package]]
3417name = "command_palette_hooks"
3418version = "0.1.0"
3419dependencies = [
3420 "collections",
3421 "derive_more",
3422 "gpui",
3423 "workspace",
3424]
3425
3426[[package]]
3427name = "component"
3428version = "0.1.0"
3429dependencies = [
3430 "collections",
3431 "documented",
3432 "gpui",
3433 "inventory",
3434 "parking_lot",
3435 "strum 0.27.2",
3436 "theme",
3437]
3438
3439[[package]]
3440name = "component_preview"
3441version = "0.1.0"
3442dependencies = [
3443 "anyhow",
3444 "client",
3445 "collections",
3446 "component",
3447 "db",
3448 "fs",
3449 "gpui",
3450 "gpui_platform",
3451 "language",
3452 "log",
3453 "node_runtime",
3454 "notifications",
3455 "project",
3456 "release_channel",
3457 "reqwest_client",
3458 "session",
3459 "settings",
3460 "theme",
3461 "ui",
3462 "ui_input",
3463 "uuid",
3464 "workspace",
3465]
3466
3467[[package]]
3468name = "compression-codecs"
3469version = "0.4.31"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3472dependencies = [
3473 "compression-core",
3474 "deflate64",
3475 "flate2",
3476 "memchr",
3477]
3478
3479[[package]]
3480name = "compression-core"
3481version = "0.4.29"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3484
3485[[package]]
3486name = "concurrent-queue"
3487version = "2.5.0"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3490dependencies = [
3491 "crossbeam-utils",
3492]
3493
3494[[package]]
3495name = "console"
3496version = "0.15.11"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3499dependencies = [
3500 "encode_unicode",
3501 "libc",
3502 "once_cell",
3503 "unicode-width",
3504 "windows-sys 0.59.0",
3505]
3506
3507[[package]]
3508name = "console_error_panic_hook"
3509version = "0.1.7"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3512dependencies = [
3513 "cfg-if",
3514 "wasm-bindgen",
3515]
3516
3517[[package]]
3518name = "const-oid"
3519version = "0.9.6"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3522
3523[[package]]
3524name = "const-random"
3525version = "0.1.18"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3528dependencies = [
3529 "const-random-macro",
3530]
3531
3532[[package]]
3533name = "const-random-macro"
3534version = "0.1.16"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3537dependencies = [
3538 "getrandom 0.2.16",
3539 "once_cell",
3540 "tiny-keccak",
3541]
3542
3543[[package]]
3544name = "const_format"
3545version = "0.2.35"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3548dependencies = [
3549 "const_format_proc_macros",
3550]
3551
3552[[package]]
3553name = "const_format_proc_macros"
3554version = "0.2.34"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3557dependencies = [
3558 "proc-macro2",
3559 "quote",
3560 "unicode-xid",
3561]
3562
3563[[package]]
3564name = "constant_time_eq"
3565version = "0.1.5"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3568
3569[[package]]
3570name = "context_server"
3571version = "0.1.0"
3572dependencies = [
3573 "anyhow",
3574 "async-trait",
3575 "collections",
3576 "futures 0.3.31",
3577 "gpui",
3578 "http_client",
3579 "log",
3580 "net",
3581 "parking_lot",
3582 "postage",
3583 "schemars",
3584 "serde",
3585 "serde_json",
3586 "settings",
3587 "slotmap",
3588 "smol",
3589 "tempfile",
3590 "terminal",
3591 "url",
3592 "util",
3593]
3594
3595[[package]]
3596name = "convert_case"
3597version = "0.8.0"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3600dependencies = [
3601 "unicode-segmentation",
3602]
3603
3604[[package]]
3605name = "convert_case"
3606version = "0.10.0"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3609dependencies = [
3610 "unicode-segmentation",
3611]
3612
3613[[package]]
3614name = "convert_case"
3615version = "0.11.0"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3618dependencies = [
3619 "unicode-segmentation",
3620]
3621
3622[[package]]
3623name = "copilot"
3624version = "0.1.0"
3625dependencies = [
3626 "anyhow",
3627 "async-std",
3628 "collections",
3629 "command_palette_hooks",
3630 "copilot_chat",
3631 "edit_prediction_types",
3632 "editor",
3633 "fs",
3634 "futures 0.3.31",
3635 "gpui",
3636 "icons",
3637 "indoc",
3638 "language",
3639 "log",
3640 "lsp",
3641 "node_runtime",
3642 "parking_lot",
3643 "paths",
3644 "pretty_assertions",
3645 "project",
3646 "rpc",
3647 "semver",
3648 "serde",
3649 "serde_json",
3650 "settings",
3651 "sum_tree",
3652 "theme",
3653 "util",
3654 "workspace",
3655 "zlog",
3656]
3657
3658[[package]]
3659name = "copilot_chat"
3660version = "0.1.0"
3661dependencies = [
3662 "anthropic",
3663 "anyhow",
3664 "collections",
3665 "dirs 4.0.0",
3666 "fs",
3667 "futures 0.3.31",
3668 "gpui",
3669 "http_client",
3670 "log",
3671 "paths",
3672 "serde",
3673 "serde_json",
3674 "settings",
3675]
3676
3677[[package]]
3678name = "copilot_ui"
3679version = "0.1.0"
3680dependencies = [
3681 "anyhow",
3682 "copilot",
3683 "gpui",
3684 "language",
3685 "log",
3686 "lsp",
3687 "menu",
3688 "project",
3689 "serde_json",
3690 "settings",
3691 "ui",
3692 "util",
3693 "workspace",
3694]
3695
3696[[package]]
3697name = "core-foundation"
3698version = "0.9.4"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3701dependencies = [
3702 "core-foundation-sys",
3703 "libc",
3704]
3705
3706[[package]]
3707name = "core-foundation"
3708version = "0.10.0"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3711dependencies = [
3712 "core-foundation-sys",
3713 "libc",
3714]
3715
3716[[package]]
3717name = "core-foundation-sys"
3718version = "0.8.7"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3721
3722[[package]]
3723name = "core-graphics"
3724version = "0.23.2"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3727dependencies = [
3728 "bitflags 1.3.2",
3729 "core-foundation 0.9.4",
3730 "core-graphics-types 0.1.3",
3731 "foreign-types 0.5.0",
3732 "libc",
3733]
3734
3735[[package]]
3736name = "core-graphics"
3737version = "0.24.0"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3740dependencies = [
3741 "bitflags 2.10.0",
3742 "core-foundation 0.10.0",
3743 "core-graphics-types 0.2.0",
3744 "foreign-types 0.5.0",
3745 "libc",
3746]
3747
3748[[package]]
3749name = "core-graphics-helmer-fork"
3750version = "0.24.0"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3753dependencies = [
3754 "bitflags 2.10.0",
3755 "core-foundation 0.9.4",
3756 "core-graphics-types 0.1.3",
3757 "foreign-types 0.5.0",
3758 "libc",
3759]
3760
3761[[package]]
3762name = "core-graphics-types"
3763version = "0.1.3"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3766dependencies = [
3767 "bitflags 1.3.2",
3768 "core-foundation 0.9.4",
3769 "libc",
3770]
3771
3772[[package]]
3773name = "core-graphics-types"
3774version = "0.2.0"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3777dependencies = [
3778 "bitflags 2.10.0",
3779 "core-foundation 0.10.0",
3780 "libc",
3781]
3782
3783[[package]]
3784name = "core-graphics2"
3785version = "0.5.2"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3788dependencies = [
3789 "bitflags 2.10.0",
3790 "block",
3791 "cfg-if",
3792 "core-foundation 0.10.0",
3793 "libc",
3794]
3795
3796[[package]]
3797name = "core-services"
3798version = "0.2.1"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3801dependencies = [
3802 "core-foundation 0.9.4",
3803]
3804
3805[[package]]
3806name = "core-text"
3807version = "21.0.0"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3810dependencies = [
3811 "core-foundation 0.10.0",
3812 "core-graphics 0.24.0",
3813 "foreign-types 0.5.0",
3814 "libc",
3815]
3816
3817[[package]]
3818name = "core-video"
3819version = "0.5.2"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3822dependencies = [
3823 "block",
3824 "core-foundation 0.10.0",
3825 "core-graphics2",
3826 "io-surface",
3827 "libc",
3828 "metal",
3829]
3830
3831[[package]]
3832name = "core_maths"
3833version = "0.1.1"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3836dependencies = [
3837 "libm",
3838]
3839
3840[[package]]
3841name = "coreaudio-rs"
3842version = "0.12.1"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3845dependencies = [
3846 "bitflags 1.3.2",
3847 "core-foundation-sys",
3848 "coreaudio-sys",
3849]
3850
3851[[package]]
3852name = "coreaudio-rs"
3853version = "0.13.0"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3856dependencies = [
3857 "bitflags 1.3.2",
3858 "libc",
3859 "objc2-audio-toolbox",
3860 "objc2-core-audio",
3861 "objc2-core-audio-types",
3862 "objc2-core-foundation",
3863]
3864
3865[[package]]
3866name = "coreaudio-sys"
3867version = "0.2.17"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3870dependencies = [
3871 "bindgen 0.72.1",
3872]
3873
3874[[package]]
3875name = "cosmic-text"
3876version = "0.17.1"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3879dependencies = [
3880 "bitflags 2.10.0",
3881 "fontdb 0.23.0",
3882 "harfrust",
3883 "linebender_resource_handle",
3884 "log",
3885 "rangemap",
3886 "rustc-hash 2.1.1",
3887 "self_cell",
3888 "skrifa 0.40.0",
3889 "smol_str",
3890 "swash",
3891 "sys-locale",
3892 "unicode-bidi",
3893 "unicode-linebreak",
3894 "unicode-script",
3895 "unicode-segmentation",
3896]
3897
3898[[package]]
3899name = "cpal"
3900version = "0.17.1"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3903dependencies = [
3904 "alsa",
3905 "coreaudio-rs 0.13.0",
3906 "dasp_sample",
3907 "jni",
3908 "js-sys",
3909 "libc",
3910 "mach2 0.5.0",
3911 "ndk",
3912 "ndk-context",
3913 "num-derive",
3914 "num-traits",
3915 "objc2",
3916 "objc2-audio-toolbox",
3917 "objc2-avf-audio",
3918 "objc2-core-audio",
3919 "objc2-core-audio-types",
3920 "objc2-core-foundation",
3921 "objc2-foundation",
3922 "wasm-bindgen",
3923 "wasm-bindgen-futures",
3924 "web-sys",
3925 "windows 0.62.2",
3926]
3927
3928[[package]]
3929name = "cpp_demangle"
3930version = "0.4.5"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3933dependencies = [
3934 "cfg-if",
3935]
3936
3937[[package]]
3938name = "cpufeatures"
3939version = "0.2.17"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3942dependencies = [
3943 "libc",
3944]
3945
3946[[package]]
3947name = "cranelift-assembler-x64"
3948version = "0.120.2"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3951dependencies = [
3952 "cranelift-assembler-x64-meta",
3953]
3954
3955[[package]]
3956name = "cranelift-assembler-x64-meta"
3957version = "0.120.2"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3960dependencies = [
3961 "cranelift-srcgen",
3962]
3963
3964[[package]]
3965name = "cranelift-bforest"
3966version = "0.120.2"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3969dependencies = [
3970 "cranelift-entity",
3971]
3972
3973[[package]]
3974name = "cranelift-bitset"
3975version = "0.120.2"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3978dependencies = [
3979 "serde",
3980 "serde_derive",
3981]
3982
3983[[package]]
3984name = "cranelift-codegen"
3985version = "0.120.2"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3988dependencies = [
3989 "bumpalo",
3990 "cranelift-assembler-x64",
3991 "cranelift-bforest",
3992 "cranelift-bitset",
3993 "cranelift-codegen-meta",
3994 "cranelift-codegen-shared",
3995 "cranelift-control",
3996 "cranelift-entity",
3997 "cranelift-isle",
3998 "gimli 0.31.1",
3999 "hashbrown 0.15.5",
4000 "log",
4001 "postcard",
4002 "pulley-interpreter",
4003 "regalloc2",
4004 "rustc-hash 2.1.1",
4005 "serde",
4006 "serde_derive",
4007 "sha2",
4008 "smallvec",
4009 "target-lexicon 0.13.3",
4010]
4011
4012[[package]]
4013name = "cranelift-codegen-meta"
4014version = "0.120.2"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
4017dependencies = [
4018 "cranelift-assembler-x64-meta",
4019 "cranelift-codegen-shared",
4020 "cranelift-srcgen",
4021 "pulley-interpreter",
4022]
4023
4024[[package]]
4025name = "cranelift-codegen-shared"
4026version = "0.120.2"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4029
4030[[package]]
4031name = "cranelift-control"
4032version = "0.120.2"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4035dependencies = [
4036 "arbitrary",
4037]
4038
4039[[package]]
4040name = "cranelift-entity"
4041version = "0.120.2"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4044dependencies = [
4045 "cranelift-bitset",
4046 "serde",
4047 "serde_derive",
4048]
4049
4050[[package]]
4051name = "cranelift-frontend"
4052version = "0.120.2"
4053source = "registry+https://github.com/rust-lang/crates.io-index"
4054checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4055dependencies = [
4056 "cranelift-codegen",
4057 "log",
4058 "smallvec",
4059 "target-lexicon 0.13.3",
4060]
4061
4062[[package]]
4063name = "cranelift-isle"
4064version = "0.120.2"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4067
4068[[package]]
4069name = "cranelift-native"
4070version = "0.120.2"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4073dependencies = [
4074 "cranelift-codegen",
4075 "libc",
4076 "target-lexicon 0.13.3",
4077]
4078
4079[[package]]
4080name = "cranelift-srcgen"
4081version = "0.120.2"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4084
4085[[package]]
4086name = "crash-context"
4087version = "0.6.3"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4090dependencies = [
4091 "cfg-if",
4092 "libc",
4093 "mach2 0.4.3",
4094]
4095
4096[[package]]
4097name = "crash-handler"
4098version = "0.6.3"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4101dependencies = [
4102 "cfg-if",
4103 "crash-context",
4104 "libc",
4105 "mach2 0.4.3",
4106 "parking_lot",
4107]
4108
4109[[package]]
4110name = "crashes"
4111version = "0.1.0"
4112dependencies = [
4113 "cfg-if",
4114 "crash-handler",
4115 "futures 0.3.31",
4116 "log",
4117 "mach2 0.5.0",
4118 "minidumper",
4119 "parking_lot",
4120 "paths",
4121 "release_channel",
4122 "serde",
4123 "serde_json",
4124 "smol",
4125 "system_specs",
4126 "windows 0.61.3",
4127 "zstd",
4128]
4129
4130[[package]]
4131name = "crc"
4132version = "3.3.0"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4135dependencies = [
4136 "crc-catalog",
4137]
4138
4139[[package]]
4140name = "crc-catalog"
4141version = "2.4.0"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4144
4145[[package]]
4146name = "crc-fast"
4147version = "1.6.0"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4150dependencies = [
4151 "crc",
4152 "digest",
4153 "rand 0.9.2",
4154 "regex",
4155 "rustversion",
4156]
4157
4158[[package]]
4159name = "crc32fast"
4160version = "1.5.0"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4163dependencies = [
4164 "cfg-if",
4165]
4166
4167[[package]]
4168name = "credentials_provider"
4169version = "0.1.0"
4170dependencies = [
4171 "anyhow",
4172 "futures 0.3.31",
4173 "gpui",
4174 "paths",
4175 "release_channel",
4176 "serde",
4177 "serde_json",
4178]
4179
4180[[package]]
4181name = "criterion"
4182version = "0.5.1"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4185dependencies = [
4186 "anes",
4187 "cast",
4188 "ciborium",
4189 "clap",
4190 "criterion-plot",
4191 "is-terminal",
4192 "itertools 0.10.5",
4193 "num-traits",
4194 "once_cell",
4195 "oorandom",
4196 "plotters",
4197 "rayon",
4198 "regex",
4199 "serde",
4200 "serde_derive",
4201 "serde_json",
4202 "tinytemplate",
4203 "walkdir",
4204]
4205
4206[[package]]
4207name = "criterion-plot"
4208version = "0.5.0"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4211dependencies = [
4212 "cast",
4213 "itertools 0.10.5",
4214]
4215
4216[[package]]
4217name = "crossbeam"
4218version = "0.8.4"
4219source = "registry+https://github.com/rust-lang/crates.io-index"
4220checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4221dependencies = [
4222 "crossbeam-channel",
4223 "crossbeam-deque",
4224 "crossbeam-epoch",
4225 "crossbeam-queue",
4226 "crossbeam-utils",
4227]
4228
4229[[package]]
4230name = "crossbeam-channel"
4231version = "0.5.15"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4234dependencies = [
4235 "crossbeam-utils",
4236]
4237
4238[[package]]
4239name = "crossbeam-deque"
4240version = "0.8.6"
4241source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4243dependencies = [
4244 "crossbeam-epoch",
4245 "crossbeam-utils",
4246]
4247
4248[[package]]
4249name = "crossbeam-epoch"
4250version = "0.9.18"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4253dependencies = [
4254 "crossbeam-utils",
4255]
4256
4257[[package]]
4258name = "crossbeam-queue"
4259version = "0.3.12"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4262dependencies = [
4263 "crossbeam-utils",
4264]
4265
4266[[package]]
4267name = "crossbeam-utils"
4268version = "0.8.21"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4271
4272[[package]]
4273name = "crunchy"
4274version = "0.2.4"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4277
4278[[package]]
4279name = "crypto-bigint"
4280version = "0.4.9"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4283dependencies = [
4284 "generic-array",
4285 "rand_core 0.6.4",
4286 "subtle",
4287 "zeroize",
4288]
4289
4290[[package]]
4291name = "crypto-bigint"
4292version = "0.5.5"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4295dependencies = [
4296 "rand_core 0.6.4",
4297 "subtle",
4298]
4299
4300[[package]]
4301name = "crypto-common"
4302version = "0.1.6"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4305dependencies = [
4306 "generic-array",
4307 "typenum",
4308]
4309
4310[[package]]
4311name = "cssparser"
4312version = "0.35.0"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4315dependencies = [
4316 "cssparser-macros",
4317 "dtoa-short",
4318 "itoa",
4319 "phf 0.11.3",
4320 "smallvec",
4321]
4322
4323[[package]]
4324name = "cssparser-macros"
4325version = "0.6.1"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4328dependencies = [
4329 "quote",
4330 "syn 2.0.117",
4331]
4332
4333[[package]]
4334name = "csv_preview"
4335version = "0.1.0"
4336dependencies = [
4337 "anyhow",
4338 "editor",
4339 "feature_flags",
4340 "gpui",
4341 "log",
4342 "text",
4343 "ui",
4344 "workspace",
4345]
4346
4347[[package]]
4348name = "ctor"
4349version = "0.4.3"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4352dependencies = [
4353 "ctor-proc-macro",
4354 "dtor",
4355]
4356
4357[[package]]
4358name = "ctor-proc-macro"
4359version = "0.0.6"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4362
4363[[package]]
4364name = "ctrlc"
4365version = "3.5.0"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4368dependencies = [
4369 "dispatch",
4370 "nix 0.30.1",
4371 "windows-sys 0.61.2",
4372]
4373
4374[[package]]
4375name = "cursor-icon"
4376version = "1.2.0"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4379
4380[[package]]
4381name = "cxx"
4382version = "1.0.187"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4385dependencies = [
4386 "cc",
4387 "cxx-build",
4388 "cxxbridge-cmd",
4389 "cxxbridge-flags",
4390 "cxxbridge-macro",
4391 "foldhash 0.2.0",
4392 "link-cplusplus",
4393]
4394
4395[[package]]
4396name = "cxx-build"
4397version = "1.0.187"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4400dependencies = [
4401 "cc",
4402 "codespan-reporting",
4403 "indexmap",
4404 "proc-macro2",
4405 "quote",
4406 "scratch",
4407 "syn 2.0.117",
4408]
4409
4410[[package]]
4411name = "cxxbridge-cmd"
4412version = "1.0.187"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4415dependencies = [
4416 "clap",
4417 "codespan-reporting",
4418 "indexmap",
4419 "proc-macro2",
4420 "quote",
4421 "syn 2.0.117",
4422]
4423
4424[[package]]
4425name = "cxxbridge-flags"
4426version = "1.0.187"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4429
4430[[package]]
4431name = "cxxbridge-macro"
4432version = "1.0.187"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4435dependencies = [
4436 "indexmap",
4437 "proc-macro2",
4438 "quote",
4439 "syn 2.0.117",
4440]
4441
4442[[package]]
4443name = "dap"
4444version = "0.1.0"
4445dependencies = [
4446 "anyhow",
4447 "async-compression",
4448 "async-pipe",
4449 "async-tar",
4450 "async-trait",
4451 "client",
4452 "collections",
4453 "dap-types",
4454 "fs",
4455 "futures 0.3.31",
4456 "gpui",
4457 "http_client",
4458 "language",
4459 "libc",
4460 "log",
4461 "node_runtime",
4462 "parking_lot",
4463 "paths",
4464 "proto",
4465 "schemars",
4466 "serde",
4467 "serde_json",
4468 "settings",
4469 "smallvec",
4470 "smol",
4471 "task",
4472 "telemetry",
4473 "util",
4474 "zlog",
4475]
4476
4477[[package]]
4478name = "dap-types"
4479version = "0.0.1"
4480source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4481dependencies = [
4482 "schemars",
4483 "serde",
4484 "serde_json",
4485]
4486
4487[[package]]
4488name = "dap_adapters"
4489version = "0.1.0"
4490dependencies = [
4491 "anyhow",
4492 "async-trait",
4493 "collections",
4494 "dap",
4495 "dotenvy",
4496 "fs",
4497 "futures 0.3.31",
4498 "gpui",
4499 "http_client",
4500 "json_dotpath",
4501 "language",
4502 "log",
4503 "node_runtime",
4504 "paths",
4505 "serde",
4506 "serde_json",
4507 "settings",
4508 "smol",
4509 "task",
4510 "util",
4511]
4512
4513[[package]]
4514name = "darling"
4515version = "0.20.11"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4518dependencies = [
4519 "darling_core 0.20.11",
4520 "darling_macro 0.20.11",
4521]
4522
4523[[package]]
4524name = "darling"
4525version = "0.21.3"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4528dependencies = [
4529 "darling_core 0.21.3",
4530 "darling_macro 0.21.3",
4531]
4532
4533[[package]]
4534name = "darling_core"
4535version = "0.20.11"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4538dependencies = [
4539 "fnv",
4540 "ident_case",
4541 "proc-macro2",
4542 "quote",
4543 "strsim",
4544 "syn 2.0.117",
4545]
4546
4547[[package]]
4548name = "darling_core"
4549version = "0.21.3"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4552dependencies = [
4553 "fnv",
4554 "ident_case",
4555 "proc-macro2",
4556 "quote",
4557 "strsim",
4558 "syn 2.0.117",
4559]
4560
4561[[package]]
4562name = "darling_macro"
4563version = "0.20.11"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4566dependencies = [
4567 "darling_core 0.20.11",
4568 "quote",
4569 "syn 2.0.117",
4570]
4571
4572[[package]]
4573name = "darling_macro"
4574version = "0.21.3"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4577dependencies = [
4578 "darling_core 0.21.3",
4579 "quote",
4580 "syn 2.0.117",
4581]
4582
4583[[package]]
4584name = "dashmap"
4585version = "6.1.0"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4588dependencies = [
4589 "cfg-if",
4590 "crossbeam-utils",
4591 "hashbrown 0.14.5",
4592 "lock_api",
4593 "once_cell",
4594 "parking_lot_core",
4595]
4596
4597[[package]]
4598name = "dasp_sample"
4599version = "0.11.0"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4602
4603[[package]]
4604name = "data-encoding"
4605version = "2.9.0"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4608
4609[[package]]
4610name = "data-url"
4611version = "0.3.2"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4614
4615[[package]]
4616name = "db"
4617version = "0.1.0"
4618dependencies = [
4619 "anyhow",
4620 "gpui",
4621 "indoc",
4622 "inventory",
4623 "log",
4624 "paths",
4625 "release_channel",
4626 "smol",
4627 "sqlez",
4628 "sqlez_macros",
4629 "tempfile",
4630 "util",
4631 "uuid",
4632 "zed_env_vars",
4633]
4634
4635[[package]]
4636name = "dbus"
4637version = "0.9.9"
4638source = "registry+https://github.com/rust-lang/crates.io-index"
4639checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4640dependencies = [
4641 "libc",
4642 "libdbus-sys",
4643 "windows-sys 0.59.0",
4644]
4645
4646[[package]]
4647name = "debug_adapter_extension"
4648version = "0.1.0"
4649dependencies = [
4650 "anyhow",
4651 "async-trait",
4652 "collections",
4653 "dap",
4654 "extension",
4655 "gpui",
4656 "serde_json",
4657 "task",
4658 "util",
4659]
4660
4661[[package]]
4662name = "debugger_tools"
4663version = "0.1.0"
4664dependencies = [
4665 "anyhow",
4666 "dap",
4667 "editor",
4668 "futures 0.3.31",
4669 "gpui",
4670 "project",
4671 "serde_json",
4672 "settings",
4673 "smol",
4674 "util",
4675 "workspace",
4676]
4677
4678[[package]]
4679name = "debugger_ui"
4680version = "0.1.0"
4681dependencies = [
4682 "alacritty_terminal",
4683 "anyhow",
4684 "bitflags 2.10.0",
4685 "client",
4686 "collections",
4687 "command_palette_hooks",
4688 "dap",
4689 "dap_adapters",
4690 "db",
4691 "debugger_tools",
4692 "editor",
4693 "feature_flags",
4694 "file_icons",
4695 "futures 0.3.31",
4696 "fuzzy",
4697 "gpui",
4698 "hex",
4699 "indoc",
4700 "itertools 0.14.0",
4701 "language",
4702 "log",
4703 "menu",
4704 "notifications",
4705 "parking_lot",
4706 "parse_int",
4707 "paths",
4708 "picker",
4709 "pretty_assertions",
4710 "project",
4711 "rpc",
4712 "schemars",
4713 "serde",
4714 "serde_json",
4715 "serde_json_lenient",
4716 "settings",
4717 "sysinfo 0.37.2",
4718 "task",
4719 "tasks_ui",
4720 "terminal_view",
4721 "text",
4722 "theme",
4723 "tree-sitter",
4724 "tree-sitter-go",
4725 "tree-sitter-json",
4726 "ui",
4727 "ui_input",
4728 "unindent",
4729 "util",
4730 "workspace",
4731 "zed_actions",
4732 "zlog",
4733]
4734
4735[[package]]
4736name = "debugid"
4737version = "0.8.0"
4738source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4740dependencies = [
4741 "uuid",
4742]
4743
4744[[package]]
4745name = "deepseek"
4746version = "0.1.0"
4747dependencies = [
4748 "anyhow",
4749 "futures 0.3.31",
4750 "http_client",
4751 "schemars",
4752 "serde",
4753 "serde_json",
4754]
4755
4756[[package]]
4757name = "deflate64"
4758version = "0.1.10"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4761
4762[[package]]
4763name = "denoise"
4764version = "0.1.0"
4765dependencies = [
4766 "candle-core",
4767 "candle-onnx",
4768 "log",
4769 "realfft",
4770 "rodio",
4771 "rustfft",
4772 "thiserror 2.0.17",
4773]
4774
4775[[package]]
4776name = "der"
4777version = "0.6.1"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4780dependencies = [
4781 "const-oid",
4782 "zeroize",
4783]
4784
4785[[package]]
4786name = "der"
4787version = "0.7.10"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4790dependencies = [
4791 "const-oid",
4792 "pem-rfc7468",
4793 "zeroize",
4794]
4795
4796[[package]]
4797name = "deranged"
4798version = "0.5.4"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4801dependencies = [
4802 "powerfmt",
4803 "serde_core",
4804]
4805
4806[[package]]
4807name = "derive_arbitrary"
4808version = "1.4.2"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4811dependencies = [
4812 "proc-macro2",
4813 "quote",
4814 "syn 2.0.117",
4815]
4816
4817[[package]]
4818name = "derive_more"
4819version = "2.1.1"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4822dependencies = [
4823 "derive_more-impl",
4824]
4825
4826[[package]]
4827name = "derive_more-impl"
4828version = "2.1.1"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4831dependencies = [
4832 "convert_case 0.10.0",
4833 "proc-macro2",
4834 "quote",
4835 "rustc_version",
4836 "syn 2.0.117",
4837 "unicode-xid",
4838]
4839
4840[[package]]
4841name = "derive_refineable"
4842version = "0.1.0"
4843dependencies = [
4844 "proc-macro2",
4845 "quote",
4846 "syn 2.0.117",
4847]
4848
4849[[package]]
4850name = "derive_setters"
4851version = "0.1.9"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4854dependencies = [
4855 "darling 0.21.3",
4856 "proc-macro2",
4857 "quote",
4858 "syn 2.0.117",
4859]
4860
4861[[package]]
4862name = "dev_container"
4863version = "0.1.0"
4864dependencies = [
4865 "fs",
4866 "futures 0.3.31",
4867 "gpui",
4868 "http 1.3.1",
4869 "http_client",
4870 "log",
4871 "menu",
4872 "node_runtime",
4873 "paths",
4874 "picker",
4875 "project",
4876 "serde",
4877 "serde_json",
4878 "settings",
4879 "smol",
4880 "ui",
4881 "util",
4882 "workspace",
4883 "worktree",
4884]
4885
4886[[package]]
4887name = "diagnostics"
4888version = "0.1.0"
4889dependencies = [
4890 "anyhow",
4891 "collections",
4892 "component",
4893 "ctor",
4894 "editor",
4895 "gpui",
4896 "indoc",
4897 "itertools 0.14.0",
4898 "language",
4899 "log",
4900 "lsp",
4901 "markdown",
4902 "pretty_assertions",
4903 "project",
4904 "rand 0.9.2",
4905 "serde",
4906 "serde_json",
4907 "settings",
4908 "text",
4909 "theme",
4910 "ui",
4911 "unindent",
4912 "util",
4913 "workspace",
4914 "zed_actions",
4915 "zlog",
4916]
4917
4918[[package]]
4919name = "dialoguer"
4920version = "0.11.0"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4923dependencies = [
4924 "console",
4925 "fuzzy-matcher",
4926 "shell-words",
4927 "tempfile",
4928 "thiserror 1.0.69",
4929 "zeroize",
4930]
4931
4932[[package]]
4933name = "diff"
4934version = "0.1.13"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4937
4938[[package]]
4939name = "diffy"
4940version = "0.4.2"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4943dependencies = [
4944 "nu-ansi-term",
4945]
4946
4947[[package]]
4948name = "digest"
4949version = "0.10.7"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4952dependencies = [
4953 "block-buffer",
4954 "const-oid",
4955 "crypto-common",
4956 "subtle",
4957]
4958
4959[[package]]
4960name = "dirs"
4961version = "4.0.0"
4962source = "registry+https://github.com/rust-lang/crates.io-index"
4963checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4964dependencies = [
4965 "dirs-sys 0.3.7",
4966]
4967
4968[[package]]
4969name = "dirs"
4970version = "5.0.1"
4971source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4973dependencies = [
4974 "dirs-sys 0.4.1",
4975]
4976
4977[[package]]
4978name = "dirs"
4979version = "6.0.0"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4982dependencies = [
4983 "dirs-sys 0.5.0",
4984]
4985
4986[[package]]
4987name = "dirs-sys"
4988version = "0.3.7"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4991dependencies = [
4992 "libc",
4993 "redox_users 0.4.6",
4994 "winapi",
4995]
4996
4997[[package]]
4998name = "dirs-sys"
4999version = "0.4.1"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5002dependencies = [
5003 "libc",
5004 "option-ext",
5005 "redox_users 0.4.6",
5006 "windows-sys 0.48.0",
5007]
5008
5009[[package]]
5010name = "dirs-sys"
5011version = "0.5.0"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5014dependencies = [
5015 "libc",
5016 "option-ext",
5017 "redox_users 0.5.2",
5018 "windows-sys 0.61.2",
5019]
5020
5021[[package]]
5022name = "dispatch"
5023version = "0.2.0"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5026
5027[[package]]
5028name = "dispatch2"
5029version = "0.3.1"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5032dependencies = [
5033 "bitflags 2.10.0",
5034 "block2",
5035 "libc",
5036 "objc2",
5037]
5038
5039[[package]]
5040name = "displaydoc"
5041version = "0.2.5"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5044dependencies = [
5045 "proc-macro2",
5046 "quote",
5047 "syn 2.0.117",
5048]
5049
5050[[package]]
5051name = "dlib"
5052version = "0.5.2"
5053source = "registry+https://github.com/rust-lang/crates.io-index"
5054checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5055dependencies = [
5056 "libloading",
5057]
5058
5059[[package]]
5060name = "docs_preprocessor"
5061version = "0.1.0"
5062dependencies = [
5063 "anyhow",
5064 "collections",
5065 "jsonschema",
5066 "mdbook",
5067 "regex",
5068 "schemars",
5069 "serde",
5070 "serde_json",
5071 "settings",
5072 "task",
5073 "theme",
5074 "util",
5075 "zlog",
5076]
5077
5078[[package]]
5079name = "document-features"
5080version = "0.2.12"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5083dependencies = [
5084 "litrs",
5085]
5086
5087[[package]]
5088name = "documented"
5089version = "0.9.2"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5092dependencies = [
5093 "documented-macros",
5094 "phf 0.12.1",
5095 "thiserror 2.0.17",
5096]
5097
5098[[package]]
5099name = "documented-macros"
5100version = "0.9.2"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5103dependencies = [
5104 "convert_case 0.8.0",
5105 "itertools 0.14.0",
5106 "optfield",
5107 "proc-macro2",
5108 "quote",
5109 "strum 0.27.2",
5110 "syn 2.0.117",
5111]
5112
5113[[package]]
5114name = "dotenvy"
5115version = "0.15.7"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5118
5119[[package]]
5120name = "downcast-rs"
5121version = "1.2.1"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5124
5125[[package]]
5126name = "doxygen-rs"
5127version = "0.4.2"
5128source = "registry+https://github.com/rust-lang/crates.io-index"
5129checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5130dependencies = [
5131 "phf 0.11.3",
5132]
5133
5134[[package]]
5135name = "dtoa"
5136version = "1.0.10"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5139
5140[[package]]
5141name = "dtoa-short"
5142version = "0.3.5"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5145dependencies = [
5146 "dtoa",
5147]
5148
5149[[package]]
5150name = "dtor"
5151version = "0.0.6"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5154dependencies = [
5155 "dtor-proc-macro",
5156]
5157
5158[[package]]
5159name = "dtor-proc-macro"
5160version = "0.0.5"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5163
5164[[package]]
5165name = "dunce"
5166version = "1.0.5"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5169
5170[[package]]
5171name = "dwrote"
5172version = "0.11.5"
5173source = "registry+https://github.com/rust-lang/crates.io-index"
5174checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5175dependencies = [
5176 "lazy_static",
5177 "libc",
5178 "winapi",
5179 "wio",
5180]
5181
5182[[package]]
5183name = "dyn-clone"
5184version = "1.0.20"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5187
5188[[package]]
5189name = "dyn-stack"
5190version = "0.10.0"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5193dependencies = [
5194 "bytemuck",
5195 "reborrow",
5196]
5197
5198[[package]]
5199name = "dyn-stack"
5200version = "0.13.2"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5203dependencies = [
5204 "bytemuck",
5205 "dyn-stack-macros",
5206]
5207
5208[[package]]
5209name = "dyn-stack-macros"
5210version = "0.1.3"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5213
5214[[package]]
5215name = "ec4rs"
5216version = "1.2.0"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5219
5220[[package]]
5221name = "ecdsa"
5222version = "0.14.8"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5225dependencies = [
5226 "der 0.6.1",
5227 "elliptic-curve",
5228 "rfc6979",
5229 "signature 1.6.4",
5230]
5231
5232[[package]]
5233name = "edit_prediction"
5234version = "0.1.0"
5235dependencies = [
5236 "ai_onboarding",
5237 "anyhow",
5238 "brotli",
5239 "buffer_diff",
5240 "client",
5241 "clock",
5242 "cloud_api_types",
5243 "cloud_llm_client",
5244 "collections",
5245 "copilot",
5246 "copilot_ui",
5247 "ctor",
5248 "db",
5249 "edit_prediction_context",
5250 "edit_prediction_types",
5251 "feature_flags",
5252 "fs",
5253 "futures 0.3.31",
5254 "gpui",
5255 "heapless",
5256 "indoc",
5257 "itertools 0.14.0",
5258 "language",
5259 "language_model",
5260 "log",
5261 "lsp",
5262 "menu",
5263 "open_ai",
5264 "parking_lot",
5265 "postage",
5266 "pretty_assertions",
5267 "project",
5268 "pulldown-cmark 0.13.0",
5269 "rand 0.9.2",
5270 "regex",
5271 "release_channel",
5272 "semver",
5273 "serde",
5274 "serde_json",
5275 "settings",
5276 "strum 0.27.2",
5277 "telemetry",
5278 "telemetry_events",
5279 "text",
5280 "thiserror 2.0.17",
5281 "time",
5282 "toml 0.8.23",
5283 "ui",
5284 "util",
5285 "uuid",
5286 "workspace",
5287 "worktree",
5288 "zed_actions",
5289 "zeta_prompt",
5290 "zlog",
5291 "zstd",
5292]
5293
5294[[package]]
5295name = "edit_prediction_cli"
5296version = "0.1.0"
5297dependencies = [
5298 "anthropic",
5299 "anyhow",
5300 "chrono",
5301 "clap",
5302 "client",
5303 "cloud_llm_client",
5304 "collections",
5305 "db",
5306 "debug_adapter_extension",
5307 "dirs 4.0.0",
5308 "edit_prediction",
5309 "extension",
5310 "flate2",
5311 "fs",
5312 "futures 0.3.31",
5313 "gaoya",
5314 "gpui",
5315 "gpui_platform",
5316 "gpui_tokio",
5317 "http_client",
5318 "indoc",
5319 "language",
5320 "language_extension",
5321 "language_model",
5322 "language_models",
5323 "languages",
5324 "libc",
5325 "log",
5326 "node_runtime",
5327 "open_ai",
5328 "paths",
5329 "pretty_assertions",
5330 "project",
5331 "prompt_store",
5332 "rand 0.9.2",
5333 "release_channel",
5334 "reqwest_client",
5335 "rust-embed",
5336 "serde",
5337 "serde_json",
5338 "settings",
5339 "shellexpand 2.1.2",
5340 "similar",
5341 "smol",
5342 "sqlez",
5343 "sqlez_macros",
5344 "strum 0.27.2",
5345 "telemetry_events",
5346 "tempfile",
5347 "terminal_view",
5348 "toml 0.8.23",
5349 "util",
5350 "wasmtime",
5351 "watch",
5352 "workspace",
5353 "zeta_prompt",
5354]
5355
5356[[package]]
5357name = "edit_prediction_context"
5358version = "0.1.0"
5359dependencies = [
5360 "anyhow",
5361 "clock",
5362 "collections",
5363 "env_logger 0.11.8",
5364 "futures 0.3.31",
5365 "gpui",
5366 "indoc",
5367 "language",
5368 "log",
5369 "lsp",
5370 "parking_lot",
5371 "pretty_assertions",
5372 "project",
5373 "serde",
5374 "serde_json",
5375 "settings",
5376 "smallvec",
5377 "text",
5378 "tree-sitter",
5379 "util",
5380 "zeta_prompt",
5381]
5382
5383[[package]]
5384name = "edit_prediction_types"
5385version = "0.1.0"
5386dependencies = [
5387 "client",
5388 "gpui",
5389 "icons",
5390 "language",
5391 "text",
5392]
5393
5394[[package]]
5395name = "edit_prediction_ui"
5396version = "0.1.0"
5397dependencies = [
5398 "anyhow",
5399 "buffer_diff",
5400 "client",
5401 "cloud_llm_client",
5402 "codestral",
5403 "collections",
5404 "command_palette_hooks",
5405 "copilot",
5406 "copilot_chat",
5407 "copilot_ui",
5408 "edit_prediction",
5409 "edit_prediction_types",
5410 "editor",
5411 "feature_flags",
5412 "fs",
5413 "futures 0.3.31",
5414 "gpui",
5415 "indoc",
5416 "language",
5417 "markdown",
5418 "menu",
5419 "multi_buffer",
5420 "paths",
5421 "project",
5422 "regex",
5423 "settings",
5424 "telemetry",
5425 "text",
5426 "theme",
5427 "time",
5428 "ui",
5429 "util",
5430 "workspace",
5431 "zed_actions",
5432 "zeta_prompt",
5433]
5434
5435[[package]]
5436name = "editor"
5437version = "0.1.0"
5438dependencies = [
5439 "aho-corasick",
5440 "anyhow",
5441 "assets",
5442 "breadcrumbs",
5443 "buffer_diff",
5444 "client",
5445 "clock",
5446 "collections",
5447 "convert_case 0.8.0",
5448 "criterion",
5449 "ctor",
5450 "dap",
5451 "db",
5452 "edit_prediction_types",
5453 "emojis",
5454 "feature_flags",
5455 "file_icons",
5456 "fs",
5457 "futures 0.3.31",
5458 "fuzzy",
5459 "git",
5460 "gpui",
5461 "indoc",
5462 "itertools 0.14.0",
5463 "language",
5464 "languages",
5465 "linkify",
5466 "log",
5467 "lsp",
5468 "markdown",
5469 "menu",
5470 "multi_buffer",
5471 "ordered-float 2.10.1",
5472 "parking_lot",
5473 "pretty_assertions",
5474 "project",
5475 "proptest",
5476 "proptest-derive",
5477 "rand 0.9.2",
5478 "regex",
5479 "release_channel",
5480 "rope",
5481 "rpc",
5482 "schemars",
5483 "semver",
5484 "serde",
5485 "serde_json",
5486 "settings",
5487 "smallvec",
5488 "smol",
5489 "snippet",
5490 "sum_tree",
5491 "task",
5492 "telemetry",
5493 "text",
5494 "theme",
5495 "time",
5496 "tracing",
5497 "tree-sitter-bash",
5498 "tree-sitter-c",
5499 "tree-sitter-html",
5500 "tree-sitter-md",
5501 "tree-sitter-python",
5502 "tree-sitter-rust",
5503 "tree-sitter-typescript",
5504 "tree-sitter-yaml",
5505 "ui",
5506 "ui_input",
5507 "unicode-script",
5508 "unicode-segmentation",
5509 "unicode-width",
5510 "unindent",
5511 "url",
5512 "util",
5513 "uuid",
5514 "vim_mode_setting",
5515 "workspace",
5516 "zed_actions",
5517 "zlog",
5518 "ztracing",
5519]
5520
5521[[package]]
5522name = "either"
5523version = "1.15.0"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5526dependencies = [
5527 "serde",
5528]
5529
5530[[package]]
5531name = "elasticlunr-rs"
5532version = "3.0.2"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5535dependencies = [
5536 "regex",
5537 "serde",
5538 "serde_derive",
5539 "serde_json",
5540]
5541
5542[[package]]
5543name = "elliptic-curve"
5544version = "0.12.3"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5547dependencies = [
5548 "base16ct",
5549 "crypto-bigint 0.4.9",
5550 "der 0.6.1",
5551 "digest",
5552 "ff",
5553 "generic-array",
5554 "group",
5555 "pkcs8 0.9.0",
5556 "rand_core 0.6.4",
5557 "sec1",
5558 "subtle",
5559 "zeroize",
5560]
5561
5562[[package]]
5563name = "email_address"
5564version = "0.2.9"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5567dependencies = [
5568 "serde",
5569]
5570
5571[[package]]
5572name = "embed-resource"
5573version = "3.0.6"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5576dependencies = [
5577 "cc",
5578 "memchr",
5579 "rustc_version",
5580 "toml 0.9.8",
5581 "vswhom",
5582 "winreg 0.55.0",
5583]
5584
5585[[package]]
5586name = "embedded-io"
5587version = "0.4.0"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5590
5591[[package]]
5592name = "embedded-io"
5593version = "0.6.1"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5596
5597[[package]]
5598name = "emojis"
5599version = "0.6.4"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5602dependencies = [
5603 "phf 0.11.3",
5604]
5605
5606[[package]]
5607name = "encode_unicode"
5608version = "1.0.0"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5611
5612[[package]]
5613name = "encoding_rs"
5614version = "0.8.35"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5617dependencies = [
5618 "cfg-if",
5619]
5620
5621[[package]]
5622name = "encoding_selector"
5623version = "0.1.0"
5624dependencies = [
5625 "editor",
5626 "encoding_rs",
5627 "fuzzy",
5628 "gpui",
5629 "language",
5630 "picker",
5631 "project",
5632 "ui",
5633 "util",
5634 "workspace",
5635]
5636
5637[[package]]
5638name = "endi"
5639version = "1.1.0"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5642
5643[[package]]
5644name = "enum-as-inner"
5645version = "0.6.1"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5648dependencies = [
5649 "heck 0.5.0",
5650 "proc-macro2",
5651 "quote",
5652 "syn 2.0.117",
5653]
5654
5655[[package]]
5656name = "enumflags2"
5657version = "0.7.12"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5660dependencies = [
5661 "enumflags2_derive",
5662 "serde",
5663]
5664
5665[[package]]
5666name = "enumflags2_derive"
5667version = "0.7.12"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5670dependencies = [
5671 "proc-macro2",
5672 "quote",
5673 "syn 2.0.117",
5674]
5675
5676[[package]]
5677name = "env_filter"
5678version = "0.1.4"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5681dependencies = [
5682 "log",
5683 "regex",
5684]
5685
5686[[package]]
5687name = "env_logger"
5688version = "0.10.2"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5691dependencies = [
5692 "humantime",
5693 "is-terminal",
5694 "log",
5695 "regex",
5696 "termcolor",
5697]
5698
5699[[package]]
5700name = "env_logger"
5701version = "0.11.8"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5704dependencies = [
5705 "anstream",
5706 "anstyle",
5707 "env_filter",
5708 "jiff",
5709 "log",
5710]
5711
5712[[package]]
5713name = "envy"
5714version = "0.4.2"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5717dependencies = [
5718 "serde",
5719]
5720
5721[[package]]
5722name = "equator"
5723version = "0.4.2"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5726dependencies = [
5727 "equator-macro",
5728]
5729
5730[[package]]
5731name = "equator-macro"
5732version = "0.4.2"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5735dependencies = [
5736 "proc-macro2",
5737 "quote",
5738 "syn 2.0.117",
5739]
5740
5741[[package]]
5742name = "equivalent"
5743version = "1.0.2"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5746
5747[[package]]
5748name = "erased-serde"
5749version = "0.4.9"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5752dependencies = [
5753 "serde",
5754 "serde_core",
5755 "typeid",
5756]
5757
5758[[package]]
5759name = "errno"
5760version = "0.2.8"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5763dependencies = [
5764 "errno-dragonfly",
5765 "libc",
5766 "winapi",
5767]
5768
5769[[package]]
5770name = "errno"
5771version = "0.3.14"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5774dependencies = [
5775 "libc",
5776 "windows-sys 0.61.2",
5777]
5778
5779[[package]]
5780name = "errno-dragonfly"
5781version = "0.1.2"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5784dependencies = [
5785 "cc",
5786 "libc",
5787]
5788
5789[[package]]
5790name = "error-graph"
5791version = "0.1.1"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5794dependencies = [
5795 "serde",
5796]
5797
5798[[package]]
5799name = "etagere"
5800version = "0.2.15"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5803dependencies = [
5804 "euclid",
5805 "svg_fmt",
5806]
5807
5808[[package]]
5809name = "etcetera"
5810version = "0.8.0"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5813dependencies = [
5814 "cfg-if",
5815 "home",
5816 "windows-sys 0.48.0",
5817]
5818
5819[[package]]
5820name = "etw_tracing"
5821version = "0.1.0"
5822dependencies = [
5823 "anyhow",
5824 "gpui",
5825 "log",
5826 "net",
5827 "serde",
5828 "serde_json",
5829 "util",
5830 "windows 0.61.3",
5831 "windows-core 0.61.2",
5832 "workspace",
5833 "wprcontrol",
5834]
5835
5836[[package]]
5837name = "euclid"
5838version = "0.22.11"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
5840checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5841dependencies = [
5842 "num-traits",
5843]
5844
5845[[package]]
5846name = "eval"
5847version = "0.1.0"
5848dependencies = [
5849 "acp_thread",
5850 "agent",
5851 "agent-client-protocol",
5852 "agent_settings",
5853 "agent_ui",
5854 "anyhow",
5855 "async-trait",
5856 "buffer_diff",
5857 "chrono",
5858 "clap",
5859 "client",
5860 "collections",
5861 "debug_adapter_extension",
5862 "dirs 4.0.0",
5863 "dotenvy",
5864 "env_logger 0.11.8",
5865 "extension",
5866 "fs",
5867 "futures 0.3.31",
5868 "gpui",
5869 "gpui_platform",
5870 "gpui_tokio",
5871 "handlebars 4.5.0",
5872 "language",
5873 "language_extension",
5874 "language_model",
5875 "language_models",
5876 "languages",
5877 "markdown",
5878 "node_runtime",
5879 "pathdiff",
5880 "paths",
5881 "pretty_assertions",
5882 "project",
5883 "prompt_store",
5884 "rand 0.9.2",
5885 "regex",
5886 "release_channel",
5887 "reqwest_client",
5888 "serde",
5889 "serde_json",
5890 "settings",
5891 "shellexpand 2.1.2",
5892 "telemetry",
5893 "terminal_view",
5894 "toml 0.8.23",
5895 "unindent",
5896 "util",
5897 "uuid",
5898 "watch",
5899]
5900
5901[[package]]
5902name = "eval_cli"
5903version = "0.1.0"
5904dependencies = [
5905 "acp_thread",
5906 "agent",
5907 "agent-client-protocol",
5908 "agent_ui",
5909 "anyhow",
5910 "clap",
5911 "client",
5912 "ctrlc",
5913 "debug_adapter_extension",
5914 "env_logger 0.11.8",
5915 "extension",
5916 "feature_flags",
5917 "fs",
5918 "futures 0.3.31",
5919 "gpui",
5920 "gpui_platform",
5921 "gpui_tokio",
5922 "language",
5923 "language_extension",
5924 "language_model",
5925 "language_models",
5926 "languages",
5927 "node_runtime",
5928 "paths",
5929 "project",
5930 "prompt_store",
5931 "release_channel",
5932 "reqwest_client",
5933 "serde",
5934 "serde_json",
5935 "settings",
5936 "shellexpand 2.1.2",
5937 "terminal_view",
5938 "util",
5939 "watch",
5940]
5941
5942[[package]]
5943name = "eval_utils"
5944version = "0.1.0"
5945dependencies = [
5946 "gpui_platform",
5947 "serde",
5948 "smol",
5949]
5950
5951[[package]]
5952name = "event-listener"
5953version = "2.5.3"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5956
5957[[package]]
5958name = "event-listener"
5959version = "5.4.1"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5962dependencies = [
5963 "concurrent-queue",
5964 "parking",
5965 "pin-project-lite",
5966]
5967
5968[[package]]
5969name = "event-listener-strategy"
5970version = "0.5.4"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5973dependencies = [
5974 "event-listener 5.4.1",
5975 "pin-project-lite",
5976]
5977
5978[[package]]
5979name = "exec"
5980version = "0.3.1"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5983dependencies = [
5984 "errno 0.2.8",
5985 "libc",
5986]
5987
5988[[package]]
5989name = "explorer_command_injector"
5990version = "0.1.0"
5991dependencies = [
5992 "windows 0.61.3",
5993 "windows-core 0.61.2",
5994 "windows-registry 0.5.3",
5995]
5996
5997[[package]]
5998name = "exr"
5999version = "1.73.0"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
6002dependencies = [
6003 "bit_field",
6004 "half",
6005 "lebe",
6006 "miniz_oxide",
6007 "rayon-core",
6008 "smallvec",
6009 "zune-inflate",
6010]
6011
6012[[package]]
6013name = "extended"
6014version = "0.1.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6017
6018[[package]]
6019name = "extension"
6020version = "0.1.0"
6021dependencies = [
6022 "anyhow",
6023 "async-trait",
6024 "cloud_api_types",
6025 "collections",
6026 "dap",
6027 "fs",
6028 "futures 0.3.31",
6029 "gpui",
6030 "heck 0.5.0",
6031 "http_client",
6032 "indoc",
6033 "language",
6034 "log",
6035 "lsp",
6036 "parking_lot",
6037 "pretty_assertions",
6038 "proto",
6039 "semver",
6040 "serde",
6041 "serde_json",
6042 "task",
6043 "tempfile",
6044 "toml 0.8.23",
6045 "tracing",
6046 "url",
6047 "util",
6048 "wasm-encoder 0.221.3",
6049 "wasmparser 0.221.3",
6050 "ztracing",
6051]
6052
6053[[package]]
6054name = "extension_cli"
6055version = "0.1.0"
6056dependencies = [
6057 "anyhow",
6058 "clap",
6059 "cloud_api_types",
6060 "env_logger 0.11.8",
6061 "extension",
6062 "fs",
6063 "gpui_platform",
6064 "language",
6065 "log",
6066 "reqwest_client",
6067 "serde",
6068 "serde_json",
6069 "serde_json_lenient",
6070 "settings_content",
6071 "snippet_provider",
6072 "task",
6073 "theme",
6074 "tokio",
6075 "toml 0.8.23",
6076 "tree-sitter",
6077 "wasmtime",
6078]
6079
6080[[package]]
6081name = "extension_host"
6082version = "0.1.0"
6083dependencies = [
6084 "anyhow",
6085 "async-compression",
6086 "async-tar",
6087 "async-trait",
6088 "client",
6089 "cloud_api_types",
6090 "collections",
6091 "criterion",
6092 "ctor",
6093 "dap",
6094 "extension",
6095 "fs",
6096 "futures 0.3.31",
6097 "gpui",
6098 "gpui_tokio",
6099 "http_client",
6100 "language",
6101 "language_extension",
6102 "log",
6103 "lsp",
6104 "moka",
6105 "node_runtime",
6106 "parking_lot",
6107 "paths",
6108 "project",
6109 "release_channel",
6110 "remote",
6111 "reqwest_client",
6112 "semver",
6113 "serde",
6114 "serde_json",
6115 "serde_json_lenient",
6116 "settings",
6117 "task",
6118 "telemetry",
6119 "tempfile",
6120 "theme",
6121 "theme_extension",
6122 "toml 0.8.23",
6123 "tracing",
6124 "url",
6125 "util",
6126 "wasmparser 0.221.3",
6127 "wasmtime",
6128 "wasmtime-wasi",
6129 "zlog",
6130 "ztracing",
6131]
6132
6133[[package]]
6134name = "extensions_ui"
6135version = "0.1.0"
6136dependencies = [
6137 "anyhow",
6138 "client",
6139 "cloud_api_types",
6140 "collections",
6141 "db",
6142 "editor",
6143 "extension",
6144 "extension_host",
6145 "fs",
6146 "fuzzy",
6147 "gpui",
6148 "language",
6149 "log",
6150 "num-format",
6151 "picker",
6152 "project",
6153 "release_channel",
6154 "semver",
6155 "serde",
6156 "settings",
6157 "smallvec",
6158 "strum 0.27.2",
6159 "telemetry",
6160 "theme",
6161 "ui",
6162 "util",
6163 "vim_mode_setting",
6164 "workspace",
6165 "zed_actions",
6166]
6167
6168[[package]]
6169name = "failspot"
6170version = "0.2.0"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6173
6174[[package]]
6175name = "fallible-iterator"
6176version = "0.3.0"
6177source = "registry+https://github.com/rust-lang/crates.io-index"
6178checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6179
6180[[package]]
6181name = "fancy-regex"
6182version = "0.16.2"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6185dependencies = [
6186 "bit-set 0.8.0",
6187 "regex-automata",
6188 "regex-syntax",
6189]
6190
6191[[package]]
6192name = "fancy-regex"
6193version = "0.17.0"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6196dependencies = [
6197 "bit-set 0.8.0",
6198 "regex-automata",
6199 "regex-syntax",
6200]
6201
6202[[package]]
6203name = "fast-srgb8"
6204version = "1.0.0"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6207
6208[[package]]
6209name = "fastrand"
6210version = "1.9.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6213dependencies = [
6214 "instant",
6215]
6216
6217[[package]]
6218name = "fastrand"
6219version = "2.3.0"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6222
6223[[package]]
6224name = "fax"
6225version = "0.2.6"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6228dependencies = [
6229 "fax_derive",
6230]
6231
6232[[package]]
6233name = "fax_derive"
6234version = "0.2.0"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6237dependencies = [
6238 "proc-macro2",
6239 "quote",
6240 "syn 2.0.117",
6241]
6242
6243[[package]]
6244name = "fd-lock"
6245version = "4.0.4"
6246source = "registry+https://github.com/rust-lang/crates.io-index"
6247checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6248dependencies = [
6249 "cfg-if",
6250 "rustix 1.1.2",
6251 "windows-sys 0.59.0",
6252]
6253
6254[[package]]
6255name = "fdeflate"
6256version = "0.3.7"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6259dependencies = [
6260 "simd-adler32",
6261]
6262
6263[[package]]
6264name = "feature_flags"
6265version = "0.1.0"
6266dependencies = [
6267 "gpui",
6268]
6269
6270[[package]]
6271name = "feedback"
6272version = "0.1.0"
6273dependencies = [
6274 "gpui",
6275 "system_specs",
6276 "urlencoding",
6277 "util",
6278 "workspace",
6279 "zed_actions",
6280]
6281
6282[[package]]
6283name = "ff"
6284version = "0.12.1"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6287dependencies = [
6288 "rand_core 0.6.4",
6289 "subtle",
6290]
6291
6292[[package]]
6293name = "file_finder"
6294version = "0.1.0"
6295dependencies = [
6296 "anyhow",
6297 "channel",
6298 "client",
6299 "collections",
6300 "ctor",
6301 "editor",
6302 "file_icons",
6303 "futures 0.3.31",
6304 "fuzzy",
6305 "gpui",
6306 "menu",
6307 "open_path_prompt",
6308 "picker",
6309 "pretty_assertions",
6310 "project",
6311 "project_panel",
6312 "remote_connection",
6313 "serde",
6314 "serde_json",
6315 "settings",
6316 "theme",
6317 "ui",
6318 "util",
6319 "workspace",
6320 "zed_actions",
6321 "zlog",
6322]
6323
6324[[package]]
6325name = "file_icons"
6326version = "0.1.0"
6327dependencies = [
6328 "gpui",
6329 "serde",
6330 "theme",
6331 "util",
6332]
6333
6334[[package]]
6335name = "filedescriptor"
6336version = "0.8.3"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6339dependencies = [
6340 "libc",
6341 "thiserror 1.0.69",
6342 "winapi",
6343]
6344
6345[[package]]
6346name = "filetime"
6347version = "0.2.26"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6350dependencies = [
6351 "cfg-if",
6352 "libc",
6353 "libredox",
6354 "windows-sys 0.60.2",
6355]
6356
6357[[package]]
6358name = "find-msvc-tools"
6359version = "0.1.5"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6362
6363[[package]]
6364name = "fixedbitset"
6365version = "0.4.2"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6368
6369[[package]]
6370name = "fixedbitset"
6371version = "0.5.7"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6374
6375[[package]]
6376name = "flate2"
6377version = "1.1.8"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6380dependencies = [
6381 "crc32fast",
6382 "miniz_oxide",
6383]
6384
6385[[package]]
6386name = "float-cmp"
6387version = "0.9.0"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6390
6391[[package]]
6392name = "float-ord"
6393version = "0.3.2"
6394source = "registry+https://github.com/rust-lang/crates.io-index"
6395checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6396
6397[[package]]
6398name = "float8"
6399version = "0.4.2"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6402dependencies = [
6403 "half",
6404 "num-traits",
6405 "rand 0.9.2",
6406 "rand_distr",
6407]
6408
6409[[package]]
6410name = "float_next_after"
6411version = "1.0.0"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6414
6415[[package]]
6416name = "fluent-uri"
6417version = "0.4.1"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6420dependencies = [
6421 "borrow-or-share",
6422 "ref-cast",
6423 "serde",
6424]
6425
6426[[package]]
6427name = "flume"
6428version = "0.11.1"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6431dependencies = [
6432 "futures-core",
6433 "futures-sink",
6434 "nanorand",
6435 "spin 0.9.8",
6436]
6437
6438[[package]]
6439name = "fnv"
6440version = "1.0.7"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6443
6444[[package]]
6445name = "foldhash"
6446version = "0.1.5"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6449
6450[[package]]
6451name = "foldhash"
6452version = "0.2.0"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6455
6456[[package]]
6457name = "font-types"
6458version = "0.10.0"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6461dependencies = [
6462 "bytemuck",
6463]
6464
6465[[package]]
6466name = "font-types"
6467version = "0.11.0"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6470dependencies = [
6471 "bytemuck",
6472]
6473
6474[[package]]
6475name = "fontconfig-parser"
6476version = "0.5.8"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6479dependencies = [
6480 "roxmltree",
6481]
6482
6483[[package]]
6484name = "fontdb"
6485version = "0.16.2"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6488dependencies = [
6489 "fontconfig-parser",
6490 "log",
6491 "memmap2",
6492 "slotmap",
6493 "tinyvec",
6494 "ttf-parser 0.20.0",
6495]
6496
6497[[package]]
6498name = "fontdb"
6499version = "0.23.0"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6502dependencies = [
6503 "fontconfig-parser",
6504 "log",
6505 "memmap2",
6506 "slotmap",
6507 "tinyvec",
6508 "ttf-parser 0.25.1",
6509]
6510
6511[[package]]
6512name = "foreign-types"
6513version = "0.3.2"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6516dependencies = [
6517 "foreign-types-shared 0.1.1",
6518]
6519
6520[[package]]
6521name = "foreign-types"
6522version = "0.5.0"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6525dependencies = [
6526 "foreign-types-macros",
6527 "foreign-types-shared 0.3.1",
6528]
6529
6530[[package]]
6531name = "foreign-types-macros"
6532version = "0.2.3"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6535dependencies = [
6536 "proc-macro2",
6537 "quote",
6538 "syn 2.0.117",
6539]
6540
6541[[package]]
6542name = "foreign-types-shared"
6543version = "0.1.1"
6544source = "registry+https://github.com/rust-lang/crates.io-index"
6545checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6546
6547[[package]]
6548name = "foreign-types-shared"
6549version = "0.3.1"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6552
6553[[package]]
6554name = "fork"
6555version = "0.4.0"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6558dependencies = [
6559 "libc",
6560]
6561
6562[[package]]
6563name = "form_urlencoded"
6564version = "1.2.2"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6567dependencies = [
6568 "percent-encoding",
6569]
6570
6571[[package]]
6572name = "fraction"
6573version = "0.15.3"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6576dependencies = [
6577 "lazy_static",
6578 "num",
6579]
6580
6581[[package]]
6582name = "freetype-sys"
6583version = "0.20.1"
6584source = "registry+https://github.com/rust-lang/crates.io-index"
6585checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6586dependencies = [
6587 "cc",
6588 "libc",
6589 "pkg-config",
6590]
6591
6592[[package]]
6593name = "fs"
6594version = "0.1.0"
6595dependencies = [
6596 "anyhow",
6597 "ashpd",
6598 "async-tar",
6599 "async-trait",
6600 "cocoa 0.26.0",
6601 "collections",
6602 "dunce",
6603 "fs",
6604 "futures 0.3.31",
6605 "git",
6606 "gpui",
6607 "ignore",
6608 "is_executable",
6609 "libc",
6610 "log",
6611 "notify 8.2.0",
6612 "objc",
6613 "parking_lot",
6614 "paths",
6615 "proto",
6616 "rope",
6617 "serde",
6618 "serde_json",
6619 "smol",
6620 "tempfile",
6621 "text",
6622 "time",
6623 "util",
6624 "windows 0.61.3",
6625]
6626
6627[[package]]
6628name = "fs-set-times"
6629version = "0.20.3"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6632dependencies = [
6633 "io-lifetimes",
6634 "rustix 1.1.2",
6635 "windows-sys 0.59.0",
6636]
6637
6638[[package]]
6639name = "fs2"
6640version = "0.4.3"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6643dependencies = [
6644 "libc",
6645 "winapi",
6646]
6647
6648[[package]]
6649name = "fs_benchmarks"
6650version = "0.1.0"
6651dependencies = [
6652 "fs",
6653 "gpui",
6654 "gpui_platform",
6655]
6656
6657[[package]]
6658name = "fs_extra"
6659version = "1.3.0"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6662
6663[[package]]
6664name = "fsevent-sys"
6665version = "4.1.0"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6668dependencies = [
6669 "libc",
6670]
6671
6672[[package]]
6673name = "fuchsia-cprng"
6674version = "0.1.1"
6675source = "registry+https://github.com/rust-lang/crates.io-index"
6676checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6677
6678[[package]]
6679name = "funty"
6680version = "2.0.0"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6683
6684[[package]]
6685name = "futf"
6686version = "0.1.5"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6689dependencies = [
6690 "mac",
6691 "new_debug_unreachable",
6692]
6693
6694[[package]]
6695name = "futures"
6696version = "0.1.31"
6697source = "registry+https://github.com/rust-lang/crates.io-index"
6698checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6699
6700[[package]]
6701name = "futures"
6702version = "0.3.31"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6705dependencies = [
6706 "futures-channel",
6707 "futures-core",
6708 "futures-executor",
6709 "futures-io",
6710 "futures-sink",
6711 "futures-task",
6712 "futures-util",
6713]
6714
6715[[package]]
6716name = "futures-channel"
6717version = "0.3.31"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6720dependencies = [
6721 "futures-core",
6722 "futures-sink",
6723]
6724
6725[[package]]
6726name = "futures-concurrency"
6727version = "7.7.1"
6728source = "registry+https://github.com/rust-lang/crates.io-index"
6729checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6730dependencies = [
6731 "fixedbitset 0.5.7",
6732 "futures-core",
6733 "futures-lite 2.6.1",
6734 "pin-project",
6735 "smallvec",
6736]
6737
6738[[package]]
6739name = "futures-core"
6740version = "0.3.31"
6741source = "registry+https://github.com/rust-lang/crates.io-index"
6742checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6743
6744[[package]]
6745name = "futures-executor"
6746version = "0.3.31"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6749dependencies = [
6750 "futures-core",
6751 "futures-task",
6752 "futures-util",
6753]
6754
6755[[package]]
6756name = "futures-intrusive"
6757version = "0.5.0"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6760dependencies = [
6761 "futures-core",
6762 "lock_api",
6763 "parking_lot",
6764]
6765
6766[[package]]
6767name = "futures-io"
6768version = "0.3.31"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6771
6772[[package]]
6773name = "futures-lite"
6774version = "1.13.0"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6777dependencies = [
6778 "fastrand 1.9.0",
6779 "futures-core",
6780 "futures-io",
6781 "memchr",
6782 "parking",
6783 "pin-project-lite",
6784 "waker-fn",
6785]
6786
6787[[package]]
6788name = "futures-lite"
6789version = "2.6.1"
6790source = "registry+https://github.com/rust-lang/crates.io-index"
6791checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6792dependencies = [
6793 "fastrand 2.3.0",
6794 "futures-core",
6795 "futures-io",
6796 "parking",
6797 "pin-project-lite",
6798]
6799
6800[[package]]
6801name = "futures-macro"
6802version = "0.3.31"
6803source = "registry+https://github.com/rust-lang/crates.io-index"
6804checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6805dependencies = [
6806 "proc-macro2",
6807 "quote",
6808 "syn 2.0.117",
6809]
6810
6811[[package]]
6812name = "futures-sink"
6813version = "0.3.31"
6814source = "registry+https://github.com/rust-lang/crates.io-index"
6815checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6816
6817[[package]]
6818name = "futures-task"
6819version = "0.3.31"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6822
6823[[package]]
6824name = "futures-util"
6825version = "0.3.31"
6826source = "registry+https://github.com/rust-lang/crates.io-index"
6827checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6828dependencies = [
6829 "futures 0.1.31",
6830 "futures-channel",
6831 "futures-core",
6832 "futures-io",
6833 "futures-macro",
6834 "futures-sink",
6835 "futures-task",
6836 "memchr",
6837 "pin-project-lite",
6838 "pin-utils",
6839 "slab",
6840 "tokio-io",
6841]
6842
6843[[package]]
6844name = "fuzzy"
6845version = "0.1.0"
6846dependencies = [
6847 "gpui",
6848 "log",
6849 "util",
6850]
6851
6852[[package]]
6853name = "fuzzy-matcher"
6854version = "0.3.7"
6855source = "registry+https://github.com/rust-lang/crates.io-index"
6856checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6857dependencies = [
6858 "thread_local",
6859]
6860
6861[[package]]
6862name = "gaoya"
6863version = "0.2.0"
6864source = "registry+https://github.com/rust-lang/crates.io-index"
6865checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6866dependencies = [
6867 "ahash 0.8.12",
6868 "crossbeam-utils",
6869 "fnv",
6870 "itertools 0.10.5",
6871 "num-traits",
6872 "rand 0.8.5",
6873 "rand_pcg",
6874 "random_choice",
6875 "rayon",
6876 "seahash",
6877 "sha-1",
6878 "shingles",
6879 "siphasher 0.3.11",
6880 "smallvec",
6881 "triomphe",
6882]
6883
6884[[package]]
6885name = "gemm"
6886version = "0.17.1"
6887source = "registry+https://github.com/rust-lang/crates.io-index"
6888checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6889dependencies = [
6890 "dyn-stack 0.10.0",
6891 "gemm-c32 0.17.1",
6892 "gemm-c64 0.17.1",
6893 "gemm-common 0.17.1",
6894 "gemm-f16 0.17.1",
6895 "gemm-f32 0.17.1",
6896 "gemm-f64 0.17.1",
6897 "num-complex",
6898 "num-traits",
6899 "paste",
6900 "raw-cpuid 10.7.0",
6901 "seq-macro",
6902]
6903
6904[[package]]
6905name = "gemm"
6906version = "0.18.2"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6909dependencies = [
6910 "dyn-stack 0.13.2",
6911 "gemm-c32 0.18.2",
6912 "gemm-c64 0.18.2",
6913 "gemm-common 0.18.2",
6914 "gemm-f16 0.18.2",
6915 "gemm-f32 0.18.2",
6916 "gemm-f64 0.18.2",
6917 "num-complex",
6918 "num-traits",
6919 "paste",
6920 "raw-cpuid 11.6.0",
6921 "seq-macro",
6922]
6923
6924[[package]]
6925name = "gemm-c32"
6926version = "0.17.1"
6927source = "registry+https://github.com/rust-lang/crates.io-index"
6928checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6929dependencies = [
6930 "dyn-stack 0.10.0",
6931 "gemm-common 0.17.1",
6932 "num-complex",
6933 "num-traits",
6934 "paste",
6935 "raw-cpuid 10.7.0",
6936 "seq-macro",
6937]
6938
6939[[package]]
6940name = "gemm-c32"
6941version = "0.18.2"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6944dependencies = [
6945 "dyn-stack 0.13.2",
6946 "gemm-common 0.18.2",
6947 "num-complex",
6948 "num-traits",
6949 "paste",
6950 "raw-cpuid 11.6.0",
6951 "seq-macro",
6952]
6953
6954[[package]]
6955name = "gemm-c64"
6956version = "0.17.1"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6959dependencies = [
6960 "dyn-stack 0.10.0",
6961 "gemm-common 0.17.1",
6962 "num-complex",
6963 "num-traits",
6964 "paste",
6965 "raw-cpuid 10.7.0",
6966 "seq-macro",
6967]
6968
6969[[package]]
6970name = "gemm-c64"
6971version = "0.18.2"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6974dependencies = [
6975 "dyn-stack 0.13.2",
6976 "gemm-common 0.18.2",
6977 "num-complex",
6978 "num-traits",
6979 "paste",
6980 "raw-cpuid 11.6.0",
6981 "seq-macro",
6982]
6983
6984[[package]]
6985name = "gemm-common"
6986version = "0.17.1"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6989dependencies = [
6990 "bytemuck",
6991 "dyn-stack 0.10.0",
6992 "half",
6993 "num-complex",
6994 "num-traits",
6995 "once_cell",
6996 "paste",
6997 "pulp 0.18.22",
6998 "raw-cpuid 10.7.0",
6999 "rayon",
7000 "seq-macro",
7001 "sysctl 0.5.5",
7002]
7003
7004[[package]]
7005name = "gemm-common"
7006version = "0.18.2"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7009dependencies = [
7010 "bytemuck",
7011 "dyn-stack 0.13.2",
7012 "half",
7013 "libm",
7014 "num-complex",
7015 "num-traits",
7016 "once_cell",
7017 "paste",
7018 "pulp 0.21.5",
7019 "raw-cpuid 11.6.0",
7020 "rayon",
7021 "seq-macro",
7022 "sysctl 0.6.0",
7023]
7024
7025[[package]]
7026name = "gemm-f16"
7027version = "0.17.1"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7030dependencies = [
7031 "dyn-stack 0.10.0",
7032 "gemm-common 0.17.1",
7033 "gemm-f32 0.17.1",
7034 "half",
7035 "num-complex",
7036 "num-traits",
7037 "paste",
7038 "raw-cpuid 10.7.0",
7039 "rayon",
7040 "seq-macro",
7041]
7042
7043[[package]]
7044name = "gemm-f16"
7045version = "0.18.2"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7048dependencies = [
7049 "dyn-stack 0.13.2",
7050 "gemm-common 0.18.2",
7051 "gemm-f32 0.18.2",
7052 "half",
7053 "num-complex",
7054 "num-traits",
7055 "paste",
7056 "raw-cpuid 11.6.0",
7057 "rayon",
7058 "seq-macro",
7059]
7060
7061[[package]]
7062name = "gemm-f32"
7063version = "0.17.1"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7066dependencies = [
7067 "dyn-stack 0.10.0",
7068 "gemm-common 0.17.1",
7069 "num-complex",
7070 "num-traits",
7071 "paste",
7072 "raw-cpuid 10.7.0",
7073 "seq-macro",
7074]
7075
7076[[package]]
7077name = "gemm-f32"
7078version = "0.18.2"
7079source = "registry+https://github.com/rust-lang/crates.io-index"
7080checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7081dependencies = [
7082 "dyn-stack 0.13.2",
7083 "gemm-common 0.18.2",
7084 "num-complex",
7085 "num-traits",
7086 "paste",
7087 "raw-cpuid 11.6.0",
7088 "seq-macro",
7089]
7090
7091[[package]]
7092name = "gemm-f64"
7093version = "0.17.1"
7094source = "registry+https://github.com/rust-lang/crates.io-index"
7095checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7096dependencies = [
7097 "dyn-stack 0.10.0",
7098 "gemm-common 0.17.1",
7099 "num-complex",
7100 "num-traits",
7101 "paste",
7102 "raw-cpuid 10.7.0",
7103 "seq-macro",
7104]
7105
7106[[package]]
7107name = "gemm-f64"
7108version = "0.18.2"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7111dependencies = [
7112 "dyn-stack 0.13.2",
7113 "gemm-common 0.18.2",
7114 "num-complex",
7115 "num-traits",
7116 "paste",
7117 "raw-cpuid 11.6.0",
7118 "seq-macro",
7119]
7120
7121[[package]]
7122name = "generator"
7123version = "0.8.7"
7124source = "registry+https://github.com/rust-lang/crates.io-index"
7125checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7126dependencies = [
7127 "cc",
7128 "cfg-if",
7129 "libc",
7130 "log",
7131 "rustversion",
7132 "windows 0.61.3",
7133]
7134
7135[[package]]
7136name = "generic-array"
7137version = "0.14.7"
7138source = "registry+https://github.com/rust-lang/crates.io-index"
7139checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7140dependencies = [
7141 "typenum",
7142 "version_check",
7143]
7144
7145[[package]]
7146name = "gethostname"
7147version = "1.1.0"
7148source = "registry+https://github.com/rust-lang/crates.io-index"
7149checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7150dependencies = [
7151 "rustix 1.1.2",
7152 "windows-link 0.2.1",
7153]
7154
7155[[package]]
7156name = "getrandom"
7157version = "0.2.16"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7160dependencies = [
7161 "cfg-if",
7162 "js-sys",
7163 "libc",
7164 "wasi",
7165 "wasm-bindgen",
7166]
7167
7168[[package]]
7169name = "getrandom"
7170version = "0.3.4"
7171source = "registry+https://github.com/rust-lang/crates.io-index"
7172checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7173dependencies = [
7174 "cfg-if",
7175 "js-sys",
7176 "libc",
7177 "r-efi",
7178 "wasip2",
7179 "wasm-bindgen",
7180]
7181
7182[[package]]
7183name = "getrandom"
7184version = "0.4.1"
7185source = "registry+https://github.com/rust-lang/crates.io-index"
7186checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7187dependencies = [
7188 "cfg-if",
7189 "libc",
7190 "r-efi",
7191 "wasip2",
7192 "wasip3",
7193]
7194
7195[[package]]
7196name = "gh-workflow"
7197version = "0.8.0"
7198source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7199dependencies = [
7200 "async-trait",
7201 "derive_more",
7202 "derive_setters",
7203 "gh-workflow-macros",
7204 "indexmap",
7205 "merge",
7206 "serde",
7207 "serde_json",
7208 "serde_yaml",
7209 "strum_macros 0.27.2",
7210]
7211
7212[[package]]
7213name = "gh-workflow-macros"
7214version = "0.8.0"
7215source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7216dependencies = [
7217 "heck 0.5.0",
7218 "quote",
7219 "syn 2.0.117",
7220]
7221
7222[[package]]
7223name = "gif"
7224version = "0.13.3"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7227dependencies = [
7228 "color_quant",
7229 "weezl",
7230]
7231
7232[[package]]
7233name = "gimli"
7234version = "0.31.1"
7235source = "registry+https://github.com/rust-lang/crates.io-index"
7236checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7237dependencies = [
7238 "fallible-iterator",
7239 "indexmap",
7240 "stable_deref_trait",
7241]
7242
7243[[package]]
7244name = "gimli"
7245version = "0.32.3"
7246source = "registry+https://github.com/rust-lang/crates.io-index"
7247checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7248
7249[[package]]
7250name = "gio-sys"
7251version = "0.21.5"
7252source = "registry+https://github.com/rust-lang/crates.io-index"
7253checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7254dependencies = [
7255 "glib-sys",
7256 "gobject-sys",
7257 "libc",
7258 "system-deps 7.0.7",
7259 "windows-sys 0.61.2",
7260]
7261
7262[[package]]
7263name = "git"
7264version = "0.1.0"
7265dependencies = [
7266 "anyhow",
7267 "askpass",
7268 "async-trait",
7269 "collections",
7270 "derive_more",
7271 "futures 0.3.31",
7272 "git2",
7273 "gpui",
7274 "http_client",
7275 "itertools 0.14.0",
7276 "log",
7277 "parking_lot",
7278 "pretty_assertions",
7279 "rand 0.9.2",
7280 "regex",
7281 "rope",
7282 "schemars",
7283 "serde",
7284 "serde_json",
7285 "smallvec",
7286 "smol",
7287 "sum_tree",
7288 "tempfile",
7289 "text",
7290 "thiserror 2.0.17",
7291 "time",
7292 "url",
7293 "urlencoding",
7294 "util",
7295 "uuid",
7296 "ztracing",
7297]
7298
7299[[package]]
7300name = "git2"
7301version = "0.20.4"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7304dependencies = [
7305 "bitflags 2.10.0",
7306 "libc",
7307 "libgit2-sys",
7308 "log",
7309 "url",
7310]
7311
7312[[package]]
7313name = "git_graph"
7314version = "0.1.0"
7315dependencies = [
7316 "anyhow",
7317 "collections",
7318 "db",
7319 "feature_flags",
7320 "fs",
7321 "git",
7322 "git_ui",
7323 "gpui",
7324 "language",
7325 "menu",
7326 "project",
7327 "rand 0.9.2",
7328 "serde_json",
7329 "settings",
7330 "smallvec",
7331 "theme",
7332 "time",
7333 "ui",
7334 "workspace",
7335]
7336
7337[[package]]
7338name = "git_hosting_providers"
7339version = "0.1.0"
7340dependencies = [
7341 "anyhow",
7342 "async-trait",
7343 "futures 0.3.31",
7344 "git",
7345 "gpui",
7346 "http_client",
7347 "indoc",
7348 "itertools 0.14.0",
7349 "pretty_assertions",
7350 "regex",
7351 "serde",
7352 "serde_json",
7353 "settings",
7354 "url",
7355 "urlencoding",
7356 "util",
7357]
7358
7359[[package]]
7360name = "git_ui"
7361version = "0.1.0"
7362dependencies = [
7363 "agent_settings",
7364 "anyhow",
7365 "askpass",
7366 "buffer_diff",
7367 "call",
7368 "cloud_llm_client",
7369 "collections",
7370 "component",
7371 "ctor",
7372 "db",
7373 "editor",
7374 "feature_flags",
7375 "file_icons",
7376 "futures 0.3.31",
7377 "fuzzy",
7378 "git",
7379 "gpui",
7380 "indoc",
7381 "itertools 0.14.0",
7382 "language",
7383 "language_model",
7384 "linkify",
7385 "log",
7386 "markdown",
7387 "menu",
7388 "multi_buffer",
7389 "notifications",
7390 "panel",
7391 "picker",
7392 "pretty_assertions",
7393 "project",
7394 "prompt_store",
7395 "proto",
7396 "rand 0.9.2",
7397 "remote",
7398 "remote_connection",
7399 "schemars",
7400 "serde",
7401 "serde_json",
7402 "settings",
7403 "smallvec",
7404 "smol",
7405 "strum 0.27.2",
7406 "telemetry",
7407 "theme",
7408 "time",
7409 "time_format",
7410 "tracing",
7411 "ui",
7412 "ui_input",
7413 "unindent",
7414 "util",
7415 "watch",
7416 "windows 0.61.3",
7417 "workspace",
7418 "zed_actions",
7419 "zeroize",
7420 "zlog",
7421 "ztracing",
7422]
7423
7424[[package]]
7425name = "gl_generator"
7426version = "0.14.0"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7429dependencies = [
7430 "khronos_api",
7431 "log",
7432 "xml-rs",
7433]
7434
7435[[package]]
7436name = "glib"
7437version = "0.21.5"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7440dependencies = [
7441 "bitflags 2.10.0",
7442 "futures-channel",
7443 "futures-core",
7444 "futures-executor",
7445 "futures-task",
7446 "futures-util",
7447 "gio-sys",
7448 "glib-macros",
7449 "glib-sys",
7450 "gobject-sys",
7451 "libc",
7452 "memchr",
7453 "smallvec",
7454]
7455
7456[[package]]
7457name = "glib-macros"
7458version = "0.21.5"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7461dependencies = [
7462 "heck 0.5.0",
7463 "proc-macro-crate",
7464 "proc-macro2",
7465 "quote",
7466 "syn 2.0.117",
7467]
7468
7469[[package]]
7470name = "glib-sys"
7471version = "0.21.5"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7474dependencies = [
7475 "libc",
7476 "system-deps 7.0.7",
7477]
7478
7479[[package]]
7480name = "glob"
7481version = "0.3.3"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7484
7485[[package]]
7486name = "globset"
7487version = "0.4.17"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7490dependencies = [
7491 "aho-corasick",
7492 "bstr",
7493 "log",
7494 "regex-automata",
7495 "regex-syntax",
7496]
7497
7498[[package]]
7499name = "gloo-timers"
7500version = "0.3.0"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7503dependencies = [
7504 "futures-channel",
7505 "futures-core",
7506 "js-sys",
7507 "wasm-bindgen",
7508]
7509
7510[[package]]
7511name = "glow"
7512version = "0.17.0"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7515dependencies = [
7516 "js-sys",
7517 "slotmap",
7518 "wasm-bindgen",
7519 "web-sys",
7520]
7521
7522[[package]]
7523name = "glutin_wgl_sys"
7524version = "0.6.1"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7527dependencies = [
7528 "gl_generator",
7529]
7530
7531[[package]]
7532name = "go_to_line"
7533version = "0.1.0"
7534dependencies = [
7535 "editor",
7536 "gpui",
7537 "indoc",
7538 "language",
7539 "menu",
7540 "multi_buffer",
7541 "project",
7542 "rope",
7543 "serde",
7544 "serde_json",
7545 "settings",
7546 "text",
7547 "theme",
7548 "ui",
7549 "util",
7550 "workspace",
7551]
7552
7553[[package]]
7554name = "gobject-sys"
7555version = "0.21.5"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7558dependencies = [
7559 "glib-sys",
7560 "libc",
7561 "system-deps 7.0.7",
7562]
7563
7564[[package]]
7565name = "goblin"
7566version = "0.9.3"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7569dependencies = [
7570 "log",
7571 "plain",
7572 "scroll",
7573]
7574
7575[[package]]
7576name = "google_ai"
7577version = "0.1.0"
7578dependencies = [
7579 "anyhow",
7580 "futures 0.3.31",
7581 "http_client",
7582 "schemars",
7583 "serde",
7584 "serde_json",
7585 "settings",
7586 "strum 0.27.2",
7587]
7588
7589[[package]]
7590name = "gpu-allocator"
7591version = "0.28.0"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7594dependencies = [
7595 "ash",
7596 "hashbrown 0.16.1",
7597 "log",
7598 "presser",
7599 "thiserror 2.0.17",
7600 "windows 0.62.2",
7601]
7602
7603[[package]]
7604name = "gpu-descriptor"
7605version = "0.3.2"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7608dependencies = [
7609 "bitflags 2.10.0",
7610 "gpu-descriptor-types",
7611 "hashbrown 0.15.5",
7612]
7613
7614[[package]]
7615name = "gpu-descriptor-types"
7616version = "0.2.0"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7619dependencies = [
7620 "bitflags 2.10.0",
7621]
7622
7623[[package]]
7624name = "gpui"
7625version = "0.2.2"
7626dependencies = [
7627 "anyhow",
7628 "async-channel 2.5.0",
7629 "async-task",
7630 "backtrace",
7631 "bindgen 0.71.1",
7632 "bitflags 2.10.0",
7633 "block",
7634 "cbindgen",
7635 "chrono",
7636 "circular-buffer",
7637 "cocoa 0.26.0",
7638 "cocoa-foundation 0.2.0",
7639 "collections",
7640 "core-foundation 0.10.0",
7641 "core-foundation-sys",
7642 "core-graphics 0.24.0",
7643 "core-text",
7644 "core-video",
7645 "ctor",
7646 "derive_more",
7647 "embed-resource",
7648 "env_logger 0.11.8",
7649 "etagere",
7650 "foreign-types 0.5.0",
7651 "futures 0.3.31",
7652 "futures-concurrency",
7653 "getrandom 0.3.4",
7654 "gpui_macros",
7655 "gpui_platform",
7656 "gpui_util",
7657 "gpui_web",
7658 "http_client",
7659 "image",
7660 "inventory",
7661 "itertools 0.14.0",
7662 "log",
7663 "lyon",
7664 "mach2 0.5.0",
7665 "media",
7666 "metal",
7667 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7668 "num_cpus",
7669 "objc",
7670 "objc2",
7671 "objc2-metal",
7672 "parking",
7673 "parking_lot",
7674 "pathfinder_geometry",
7675 "pin-project",
7676 "pollster 0.4.0",
7677 "postage",
7678 "profiling",
7679 "proptest",
7680 "rand 0.9.2",
7681 "raw-window-handle",
7682 "refineable",
7683 "reqwest_client",
7684 "resvg",
7685 "scheduler",
7686 "schemars",
7687 "seahash",
7688 "serde",
7689 "serde_json",
7690 "slotmap",
7691 "smallvec",
7692 "spin 0.10.0",
7693 "stacksafe",
7694 "strum 0.27.2",
7695 "sum_tree",
7696 "taffy",
7697 "thiserror 2.0.17",
7698 "unicode-segmentation",
7699 "url",
7700 "usvg",
7701 "util_macros",
7702 "uuid",
7703 "waker-fn",
7704 "wasm-bindgen",
7705 "web-time",
7706 "windows 0.61.3",
7707 "zed-font-kit",
7708 "zed-scap",
7709]
7710
7711[[package]]
7712name = "gpui_linux"
7713version = "0.1.0"
7714dependencies = [
7715 "anyhow",
7716 "as-raw-xcb-connection",
7717 "ashpd",
7718 "bitflags 2.10.0",
7719 "bytemuck",
7720 "calloop",
7721 "calloop-wayland-source",
7722 "collections",
7723 "filedescriptor",
7724 "futures 0.3.31",
7725 "gpui",
7726 "gpui_wgpu",
7727 "http_client",
7728 "itertools 0.14.0",
7729 "libc",
7730 "log",
7731 "oo7",
7732 "open",
7733 "parking_lot",
7734 "pathfinder_geometry",
7735 "pollster 0.4.0",
7736 "profiling",
7737 "raw-window-handle",
7738 "smallvec",
7739 "smol",
7740 "strum 0.27.2",
7741 "swash",
7742 "url",
7743 "util",
7744 "uuid",
7745 "wayland-backend",
7746 "wayland-client",
7747 "wayland-cursor",
7748 "wayland-protocols",
7749 "wayland-protocols-plasma",
7750 "wayland-protocols-wlr",
7751 "x11-clipboard",
7752 "x11rb",
7753 "xkbcommon",
7754 "zed-scap",
7755 "zed-xim",
7756]
7757
7758[[package]]
7759name = "gpui_macos"
7760version = "0.1.0"
7761dependencies = [
7762 "anyhow",
7763 "async-task",
7764 "block",
7765 "cbindgen",
7766 "cocoa 0.26.0",
7767 "collections",
7768 "core-foundation 0.10.0",
7769 "core-foundation-sys",
7770 "core-graphics 0.24.0",
7771 "core-text",
7772 "core-video",
7773 "ctor",
7774 "derive_more",
7775 "dispatch2",
7776 "etagere",
7777 "foreign-types 0.5.0",
7778 "futures 0.3.31",
7779 "gpui",
7780 "image",
7781 "itertools 0.14.0",
7782 "libc",
7783 "log",
7784 "mach2 0.5.0",
7785 "media",
7786 "metal",
7787 "objc",
7788 "parking_lot",
7789 "pathfinder_geometry",
7790 "raw-window-handle",
7791 "semver",
7792 "smallvec",
7793 "strum 0.27.2",
7794 "util",
7795 "uuid",
7796 "zed-font-kit",
7797]
7798
7799[[package]]
7800name = "gpui_macros"
7801version = "0.1.0"
7802dependencies = [
7803 "gpui",
7804 "heck 0.5.0",
7805 "proc-macro2",
7806 "quote",
7807 "syn 2.0.117",
7808]
7809
7810[[package]]
7811name = "gpui_platform"
7812version = "0.1.0"
7813dependencies = [
7814 "console_error_panic_hook",
7815 "gpui",
7816 "gpui_linux",
7817 "gpui_macos",
7818 "gpui_web",
7819 "gpui_windows",
7820]
7821
7822[[package]]
7823name = "gpui_tokio"
7824version = "0.1.0"
7825dependencies = [
7826 "anyhow",
7827 "gpui",
7828 "tokio",
7829 "util",
7830]
7831
7832[[package]]
7833name = "gpui_util"
7834version = "0.1.0"
7835dependencies = [
7836 "anyhow",
7837 "log",
7838]
7839
7840[[package]]
7841name = "gpui_web"
7842version = "0.1.0"
7843dependencies = [
7844 "anyhow",
7845 "console_error_panic_hook",
7846 "futures 0.3.31",
7847 "gpui",
7848 "gpui_wgpu",
7849 "http_client",
7850 "js-sys",
7851 "log",
7852 "parking_lot",
7853 "raw-window-handle",
7854 "smallvec",
7855 "uuid",
7856 "wasm-bindgen",
7857 "wasm-bindgen-futures",
7858 "wasm_thread",
7859 "web-sys",
7860 "web-time",
7861]
7862
7863[[package]]
7864name = "gpui_wgpu"
7865version = "0.1.0"
7866dependencies = [
7867 "anyhow",
7868 "bytemuck",
7869 "collections",
7870 "cosmic-text",
7871 "etagere",
7872 "gpui",
7873 "gpui_util",
7874 "itertools 0.14.0",
7875 "js-sys",
7876 "log",
7877 "parking_lot",
7878 "pollster 0.4.0",
7879 "profiling",
7880 "raw-window-handle",
7881 "smallvec",
7882 "swash",
7883 "wasm-bindgen",
7884 "wasm-bindgen-futures",
7885 "web-sys",
7886 "wgpu",
7887 "zed-font-kit",
7888]
7889
7890[[package]]
7891name = "gpui_windows"
7892version = "0.1.0"
7893dependencies = [
7894 "anyhow",
7895 "collections",
7896 "etagere",
7897 "futures 0.3.31",
7898 "gpui",
7899 "image",
7900 "itertools 0.14.0",
7901 "log",
7902 "parking_lot",
7903 "rand 0.9.2",
7904 "raw-window-handle",
7905 "smallvec",
7906 "util",
7907 "uuid",
7908 "windows 0.61.3",
7909 "windows-core 0.61.2",
7910 "windows-numerics 0.2.0",
7911 "windows-registry 0.5.3",
7912 "zed-scap",
7913]
7914
7915[[package]]
7916name = "grid"
7917version = "0.18.0"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7920
7921[[package]]
7922name = "group"
7923version = "0.12.1"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7926dependencies = [
7927 "ff",
7928 "rand_core 0.6.4",
7929 "subtle",
7930]
7931
7932[[package]]
7933name = "h2"
7934version = "0.3.27"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7937dependencies = [
7938 "bytes 1.11.1",
7939 "fnv",
7940 "futures-core",
7941 "futures-sink",
7942 "futures-util",
7943 "http 0.2.12",
7944 "indexmap",
7945 "slab",
7946 "tokio",
7947 "tokio-util",
7948 "tracing",
7949]
7950
7951[[package]]
7952name = "h2"
7953version = "0.4.12"
7954source = "registry+https://github.com/rust-lang/crates.io-index"
7955checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7956dependencies = [
7957 "atomic-waker",
7958 "bytes 1.11.1",
7959 "fnv",
7960 "futures-core",
7961 "futures-sink",
7962 "http 1.3.1",
7963 "indexmap",
7964 "slab",
7965 "tokio",
7966 "tokio-util",
7967 "tracing",
7968]
7969
7970[[package]]
7971name = "half"
7972version = "2.7.1"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7975dependencies = [
7976 "bytemuck",
7977 "cfg-if",
7978 "crunchy",
7979 "num-traits",
7980 "rand 0.9.2",
7981 "rand_distr",
7982 "zerocopy",
7983]
7984
7985[[package]]
7986name = "handlebars"
7987version = "4.5.0"
7988source = "registry+https://github.com/rust-lang/crates.io-index"
7989checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7990dependencies = [
7991 "log",
7992 "pest",
7993 "pest_derive",
7994 "rust-embed",
7995 "serde",
7996 "serde_json",
7997 "thiserror 1.0.69",
7998]
7999
8000[[package]]
8001name = "handlebars"
8002version = "5.1.2"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8005dependencies = [
8006 "log",
8007 "pest",
8008 "pest_derive",
8009 "serde",
8010 "serde_json",
8011 "thiserror 1.0.69",
8012]
8013
8014[[package]]
8015name = "harfrust"
8016version = "0.5.0"
8017source = "registry+https://github.com/rust-lang/crates.io-index"
8018checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8019dependencies = [
8020 "bitflags 2.10.0",
8021 "bytemuck",
8022 "core_maths",
8023 "read-fonts 0.37.0",
8024 "smallvec",
8025]
8026
8027[[package]]
8028name = "hash32"
8029version = "0.3.1"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8032dependencies = [
8033 "byteorder",
8034]
8035
8036[[package]]
8037name = "hashbrown"
8038version = "0.12.3"
8039source = "registry+https://github.com/rust-lang/crates.io-index"
8040checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8041dependencies = [
8042 "ahash 0.7.8",
8043]
8044
8045[[package]]
8046name = "hashbrown"
8047version = "0.14.5"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8050dependencies = [
8051 "ahash 0.8.12",
8052 "allocator-api2",
8053]
8054
8055[[package]]
8056name = "hashbrown"
8057version = "0.15.5"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8060dependencies = [
8061 "allocator-api2",
8062 "equivalent",
8063 "foldhash 0.1.5",
8064 "serde",
8065]
8066
8067[[package]]
8068name = "hashbrown"
8069version = "0.16.1"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8072dependencies = [
8073 "allocator-api2",
8074 "equivalent",
8075 "foldhash 0.2.0",
8076]
8077
8078[[package]]
8079name = "hashlink"
8080version = "0.8.4"
8081source = "registry+https://github.com/rust-lang/crates.io-index"
8082checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8083dependencies = [
8084 "hashbrown 0.14.5",
8085]
8086
8087[[package]]
8088name = "hashlink"
8089version = "0.10.0"
8090source = "registry+https://github.com/rust-lang/crates.io-index"
8091checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8092dependencies = [
8093 "hashbrown 0.15.5",
8094]
8095
8096[[package]]
8097name = "headers"
8098version = "0.3.9"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8101dependencies = [
8102 "base64 0.21.7",
8103 "bytes 1.11.1",
8104 "headers-core",
8105 "http 0.2.12",
8106 "httpdate",
8107 "mime",
8108 "sha1",
8109]
8110
8111[[package]]
8112name = "headers-core"
8113version = "0.2.0"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8116dependencies = [
8117 "http 0.2.12",
8118]
8119
8120[[package]]
8121name = "heapless"
8122version = "0.9.2"
8123source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8125dependencies = [
8126 "hash32",
8127 "stable_deref_trait",
8128]
8129
8130[[package]]
8131name = "heck"
8132version = "0.3.3"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8135dependencies = [
8136 "unicode-segmentation",
8137]
8138
8139[[package]]
8140name = "heck"
8141version = "0.4.1"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8144dependencies = [
8145 "unicode-segmentation",
8146]
8147
8148[[package]]
8149name = "heck"
8150version = "0.5.0"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8153
8154[[package]]
8155name = "heed"
8156version = "0.21.0"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8159dependencies = [
8160 "bitflags 2.10.0",
8161 "byteorder",
8162 "heed-traits",
8163 "heed-types",
8164 "libc",
8165 "lmdb-master-sys",
8166 "once_cell",
8167 "page_size",
8168 "serde",
8169 "synchronoise",
8170 "url",
8171]
8172
8173[[package]]
8174name = "heed-traits"
8175version = "0.20.0"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8178
8179[[package]]
8180name = "heed-types"
8181version = "0.21.0"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8184dependencies = [
8185 "bincode",
8186 "byteorder",
8187 "heed-traits",
8188 "serde",
8189 "serde_json",
8190]
8191
8192[[package]]
8193name = "hermit-abi"
8194version = "0.5.2"
8195source = "registry+https://github.com/rust-lang/crates.io-index"
8196checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8197
8198[[package]]
8199name = "hex"
8200version = "0.4.3"
8201source = "registry+https://github.com/rust-lang/crates.io-index"
8202checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8203
8204[[package]]
8205name = "hexf-parse"
8206version = "0.2.1"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8209
8210[[package]]
8211name = "hkdf"
8212version = "0.12.4"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8215dependencies = [
8216 "hmac",
8217]
8218
8219[[package]]
8220name = "hmac"
8221version = "0.12.1"
8222source = "registry+https://github.com/rust-lang/crates.io-index"
8223checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8224dependencies = [
8225 "digest",
8226]
8227
8228[[package]]
8229name = "home"
8230version = "0.5.11"
8231source = "registry+https://github.com/rust-lang/crates.io-index"
8232checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8233dependencies = [
8234 "windows-sys 0.59.0",
8235]
8236
8237[[package]]
8238name = "hound"
8239version = "3.5.1"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8242
8243[[package]]
8244name = "html5ever"
8245version = "0.27.0"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8248dependencies = [
8249 "log",
8250 "mac",
8251 "markup5ever 0.12.1",
8252 "proc-macro2",
8253 "quote",
8254 "syn 2.0.117",
8255]
8256
8257[[package]]
8258name = "html5ever"
8259version = "0.35.0"
8260source = "registry+https://github.com/rust-lang/crates.io-index"
8261checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8262dependencies = [
8263 "log",
8264 "markup5ever 0.35.0",
8265 "match_token",
8266]
8267
8268[[package]]
8269name = "html_to_markdown"
8270version = "0.1.0"
8271dependencies = [
8272 "anyhow",
8273 "html5ever 0.27.0",
8274 "indoc",
8275 "markup5ever_rcdom",
8276 "pretty_assertions",
8277 "regex",
8278]
8279
8280[[package]]
8281name = "http"
8282version = "0.2.12"
8283source = "registry+https://github.com/rust-lang/crates.io-index"
8284checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8285dependencies = [
8286 "bytes 1.11.1",
8287 "fnv",
8288 "itoa",
8289]
8290
8291[[package]]
8292name = "http"
8293version = "1.3.1"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8296dependencies = [
8297 "bytes 1.11.1",
8298 "fnv",
8299 "itoa",
8300]
8301
8302[[package]]
8303name = "http-body"
8304version = "0.4.6"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8307dependencies = [
8308 "bytes 1.11.1",
8309 "http 0.2.12",
8310 "pin-project-lite",
8311]
8312
8313[[package]]
8314name = "http-body"
8315version = "1.0.1"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8318dependencies = [
8319 "bytes 1.11.1",
8320 "http 1.3.1",
8321]
8322
8323[[package]]
8324name = "http-body-util"
8325version = "0.1.3"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8328dependencies = [
8329 "bytes 1.11.1",
8330 "futures-core",
8331 "http 1.3.1",
8332 "http-body 1.0.1",
8333 "pin-project-lite",
8334]
8335
8336[[package]]
8337name = "http-range-header"
8338version = "0.3.1"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8341
8342[[package]]
8343name = "http_client"
8344version = "0.1.0"
8345dependencies = [
8346 "anyhow",
8347 "async-compression",
8348 "async-fs",
8349 "async-tar",
8350 "bytes 1.11.1",
8351 "derive_more",
8352 "futures 0.3.31",
8353 "http 1.3.1",
8354 "http-body 1.0.1",
8355 "log",
8356 "parking_lot",
8357 "serde",
8358 "serde_json",
8359 "serde_urlencoded",
8360 "sha2",
8361 "tempfile",
8362 "url",
8363 "util",
8364]
8365
8366[[package]]
8367name = "http_client_tls"
8368version = "0.1.0"
8369dependencies = [
8370 "rustls 0.23.33",
8371 "rustls-platform-verifier",
8372]
8373
8374[[package]]
8375name = "httparse"
8376version = "1.10.1"
8377source = "registry+https://github.com/rust-lang/crates.io-index"
8378checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8379
8380[[package]]
8381name = "httpdate"
8382version = "1.0.3"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8385
8386[[package]]
8387name = "human_bytes"
8388version = "0.4.3"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8391
8392[[package]]
8393name = "humantime"
8394version = "2.3.0"
8395source = "registry+https://github.com/rust-lang/crates.io-index"
8396checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8397
8398[[package]]
8399name = "hyper"
8400version = "0.14.32"
8401source = "registry+https://github.com/rust-lang/crates.io-index"
8402checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8403dependencies = [
8404 "bytes 1.11.1",
8405 "futures-channel",
8406 "futures-core",
8407 "futures-util",
8408 "h2 0.3.27",
8409 "http 0.2.12",
8410 "http-body 0.4.6",
8411 "httparse",
8412 "httpdate",
8413 "itoa",
8414 "pin-project-lite",
8415 "socket2 0.5.10",
8416 "tokio",
8417 "tower-service",
8418 "tracing",
8419 "want",
8420]
8421
8422[[package]]
8423name = "hyper"
8424version = "1.7.0"
8425source = "registry+https://github.com/rust-lang/crates.io-index"
8426checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8427dependencies = [
8428 "atomic-waker",
8429 "bytes 1.11.1",
8430 "futures-channel",
8431 "futures-core",
8432 "h2 0.4.12",
8433 "http 1.3.1",
8434 "http-body 1.0.1",
8435 "httparse",
8436 "itoa",
8437 "pin-project-lite",
8438 "pin-utils",
8439 "smallvec",
8440 "tokio",
8441 "want",
8442]
8443
8444[[package]]
8445name = "hyper-rustls"
8446version = "0.24.2"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8449dependencies = [
8450 "futures-util",
8451 "http 0.2.12",
8452 "hyper 0.14.32",
8453 "log",
8454 "rustls 0.21.12",
8455 "rustls-native-certs 0.6.3",
8456 "tokio",
8457 "tokio-rustls 0.24.1",
8458]
8459
8460[[package]]
8461name = "hyper-rustls"
8462version = "0.27.7"
8463source = "registry+https://github.com/rust-lang/crates.io-index"
8464checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8465dependencies = [
8466 "http 1.3.1",
8467 "hyper 1.7.0",
8468 "hyper-util",
8469 "rustls 0.23.33",
8470 "rustls-native-certs 0.8.2",
8471 "rustls-pki-types",
8472 "tokio",
8473 "tokio-rustls 0.26.2",
8474 "tower-service",
8475]
8476
8477[[package]]
8478name = "hyper-tls"
8479version = "0.5.0"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8482dependencies = [
8483 "bytes 1.11.1",
8484 "hyper 0.14.32",
8485 "native-tls",
8486 "tokio",
8487 "tokio-native-tls",
8488]
8489
8490[[package]]
8491name = "hyper-util"
8492version = "0.1.17"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8495dependencies = [
8496 "base64 0.22.1",
8497 "bytes 1.11.1",
8498 "futures-channel",
8499 "futures-core",
8500 "futures-util",
8501 "http 1.3.1",
8502 "http-body 1.0.1",
8503 "hyper 1.7.0",
8504 "ipnet",
8505 "libc",
8506 "percent-encoding",
8507 "pin-project-lite",
8508 "socket2 0.6.1",
8509 "tokio",
8510 "tower-service",
8511 "tracing",
8512]
8513
8514[[package]]
8515name = "iana-time-zone"
8516version = "0.1.64"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8519dependencies = [
8520 "android_system_properties",
8521 "core-foundation-sys",
8522 "iana-time-zone-haiku",
8523 "js-sys",
8524 "log",
8525 "wasm-bindgen",
8526 "windows-core 0.62.2",
8527]
8528
8529[[package]]
8530name = "iana-time-zone-haiku"
8531version = "0.1.2"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8534dependencies = [
8535 "cc",
8536]
8537
8538[[package]]
8539name = "icons"
8540version = "0.1.0"
8541dependencies = [
8542 "serde",
8543 "strum 0.27.2",
8544]
8545
8546[[package]]
8547name = "icu_collections"
8548version = "2.0.0"
8549source = "registry+https://github.com/rust-lang/crates.io-index"
8550checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8551dependencies = [
8552 "displaydoc",
8553 "potential_utf",
8554 "yoke 0.8.0",
8555 "zerofrom",
8556 "zerovec",
8557]
8558
8559[[package]]
8560name = "icu_locale_core"
8561version = "2.0.0"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8564dependencies = [
8565 "displaydoc",
8566 "litemap",
8567 "tinystr",
8568 "writeable",
8569 "zerovec",
8570]
8571
8572[[package]]
8573name = "icu_normalizer"
8574version = "2.0.0"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8577dependencies = [
8578 "displaydoc",
8579 "icu_collections",
8580 "icu_normalizer_data",
8581 "icu_properties",
8582 "icu_provider",
8583 "smallvec",
8584 "zerovec",
8585]
8586
8587[[package]]
8588name = "icu_normalizer_data"
8589version = "2.0.0"
8590source = "registry+https://github.com/rust-lang/crates.io-index"
8591checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8592
8593[[package]]
8594name = "icu_properties"
8595version = "2.0.1"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8598dependencies = [
8599 "displaydoc",
8600 "icu_collections",
8601 "icu_locale_core",
8602 "icu_properties_data",
8603 "icu_provider",
8604 "potential_utf",
8605 "zerotrie",
8606 "zerovec",
8607]
8608
8609[[package]]
8610name = "icu_properties_data"
8611version = "2.0.1"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8614
8615[[package]]
8616name = "icu_provider"
8617version = "2.0.0"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8620dependencies = [
8621 "displaydoc",
8622 "icu_locale_core",
8623 "stable_deref_trait",
8624 "tinystr",
8625 "writeable",
8626 "yoke 0.8.0",
8627 "zerofrom",
8628 "zerotrie",
8629 "zerovec",
8630]
8631
8632[[package]]
8633name = "id-arena"
8634version = "2.2.1"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8637
8638[[package]]
8639name = "ident_case"
8640version = "1.0.1"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8643
8644[[package]]
8645name = "idna"
8646version = "1.1.0"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8649dependencies = [
8650 "idna_adapter",
8651 "smallvec",
8652 "utf8_iter",
8653]
8654
8655[[package]]
8656name = "idna_adapter"
8657version = "1.2.1"
8658source = "registry+https://github.com/rust-lang/crates.io-index"
8659checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8660dependencies = [
8661 "icu_normalizer",
8662 "icu_properties",
8663]
8664
8665[[package]]
8666name = "ignore"
8667version = "0.4.24"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8670dependencies = [
8671 "crossbeam-deque",
8672 "globset",
8673 "log",
8674 "memchr",
8675 "regex-automata",
8676 "same-file",
8677 "walkdir",
8678 "winapi-util",
8679]
8680
8681[[package]]
8682name = "image"
8683version = "0.25.8"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8686dependencies = [
8687 "bytemuck",
8688 "byteorder-lite",
8689 "color_quant",
8690 "exr",
8691 "gif",
8692 "image-webp",
8693 "moxcms",
8694 "num-traits",
8695 "png 0.18.0",
8696 "qoi",
8697 "ravif",
8698 "rayon",
8699 "rgb",
8700 "tiff",
8701 "zune-core",
8702 "zune-jpeg",
8703]
8704
8705[[package]]
8706name = "image-webp"
8707version = "0.2.4"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8710dependencies = [
8711 "byteorder-lite",
8712 "quick-error 2.0.1",
8713]
8714
8715[[package]]
8716name = "image_viewer"
8717version = "0.1.0"
8718dependencies = [
8719 "anyhow",
8720 "db",
8721 "editor",
8722 "file_icons",
8723 "gpui",
8724 "language",
8725 "log",
8726 "project",
8727 "serde",
8728 "settings",
8729 "theme",
8730 "ui",
8731 "util",
8732 "workspace",
8733]
8734
8735[[package]]
8736name = "imagesize"
8737version = "0.13.0"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8740
8741[[package]]
8742name = "imara-diff"
8743version = "0.1.8"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8746dependencies = [
8747 "hashbrown 0.15.5",
8748]
8749
8750[[package]]
8751name = "imgref"
8752version = "1.12.0"
8753source = "registry+https://github.com/rust-lang/crates.io-index"
8754checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8755
8756[[package]]
8757name = "indenter"
8758version = "0.3.4"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8761
8762[[package]]
8763name = "indexmap"
8764version = "2.11.4"
8765source = "registry+https://github.com/rust-lang/crates.io-index"
8766checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8767dependencies = [
8768 "equivalent",
8769 "hashbrown 0.16.1",
8770 "serde",
8771 "serde_core",
8772]
8773
8774[[package]]
8775name = "indoc"
8776version = "2.0.6"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8779
8780[[package]]
8781name = "inherent"
8782version = "1.0.13"
8783source = "registry+https://github.com/rust-lang/crates.io-index"
8784checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8785dependencies = [
8786 "proc-macro2",
8787 "quote",
8788 "syn 2.0.117",
8789]
8790
8791[[package]]
8792name = "inotify"
8793version = "0.9.6"
8794source = "registry+https://github.com/rust-lang/crates.io-index"
8795checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8796dependencies = [
8797 "bitflags 1.3.2",
8798 "inotify-sys",
8799 "libc",
8800]
8801
8802[[package]]
8803name = "inotify"
8804version = "0.11.0"
8805source = "registry+https://github.com/rust-lang/crates.io-index"
8806checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8807dependencies = [
8808 "bitflags 2.10.0",
8809 "inotify-sys",
8810 "libc",
8811]
8812
8813[[package]]
8814name = "inotify-sys"
8815version = "0.1.5"
8816source = "registry+https://github.com/rust-lang/crates.io-index"
8817checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8818dependencies = [
8819 "libc",
8820]
8821
8822[[package]]
8823name = "inout"
8824version = "0.1.4"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8827dependencies = [
8828 "block-padding",
8829 "generic-array",
8830]
8831
8832[[package]]
8833name = "inspector_ui"
8834version = "0.1.0"
8835dependencies = [
8836 "anyhow",
8837 "command_palette_hooks",
8838 "editor",
8839 "fuzzy",
8840 "gpui",
8841 "language",
8842 "project",
8843 "serde_json",
8844 "serde_json_lenient",
8845 "theme",
8846 "ui",
8847 "util",
8848 "util_macros",
8849 "workspace",
8850 "zed_actions",
8851]
8852
8853[[package]]
8854name = "install_cli"
8855version = "0.1.0"
8856dependencies = [
8857 "anyhow",
8858 "client",
8859 "gpui",
8860 "release_channel",
8861 "smol",
8862 "util",
8863 "workspace",
8864]
8865
8866[[package]]
8867name = "instant"
8868version = "0.1.13"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8871dependencies = [
8872 "cfg-if",
8873]
8874
8875[[package]]
8876name = "interpolate_name"
8877version = "0.2.4"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8880dependencies = [
8881 "proc-macro2",
8882 "quote",
8883 "syn 2.0.117",
8884]
8885
8886[[package]]
8887name = "inventory"
8888version = "0.3.21"
8889source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8891dependencies = [
8892 "rustversion",
8893]
8894
8895[[package]]
8896name = "io-extras"
8897version = "0.18.4"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8900dependencies = [
8901 "io-lifetimes",
8902 "windows-sys 0.59.0",
8903]
8904
8905[[package]]
8906name = "io-lifetimes"
8907version = "2.0.4"
8908source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8910
8911[[package]]
8912name = "io-surface"
8913version = "0.16.1"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8916dependencies = [
8917 "cgl",
8918 "core-foundation 0.10.0",
8919 "core-foundation-sys",
8920 "leaky-cow",
8921]
8922
8923[[package]]
8924name = "iovec"
8925version = "0.1.4"
8926source = "registry+https://github.com/rust-lang/crates.io-index"
8927checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8928dependencies = [
8929 "libc",
8930]
8931
8932[[package]]
8933name = "ipc-channel"
8934version = "0.19.0"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8937dependencies = [
8938 "bincode",
8939 "crossbeam-channel",
8940 "fnv",
8941 "lazy_static",
8942 "libc",
8943 "mio 1.1.0",
8944 "rand 0.8.5",
8945 "serde",
8946 "tempfile",
8947 "uuid",
8948 "windows 0.58.0",
8949]
8950
8951[[package]]
8952name = "ipnet"
8953version = "2.11.0"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8956
8957[[package]]
8958name = "iri-string"
8959version = "0.7.8"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8962dependencies = [
8963 "memchr",
8964 "serde",
8965]
8966
8967[[package]]
8968name = "is-docker"
8969version = "0.2.0"
8970source = "registry+https://github.com/rust-lang/crates.io-index"
8971checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8972dependencies = [
8973 "once_cell",
8974]
8975
8976[[package]]
8977name = "is-terminal"
8978version = "0.4.16"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8981dependencies = [
8982 "hermit-abi",
8983 "libc",
8984 "windows-sys 0.59.0",
8985]
8986
8987[[package]]
8988name = "is-wsl"
8989version = "0.4.0"
8990source = "registry+https://github.com/rust-lang/crates.io-index"
8991checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8992dependencies = [
8993 "is-docker",
8994 "once_cell",
8995]
8996
8997[[package]]
8998name = "is_executable"
8999version = "1.0.5"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9002dependencies = [
9003 "windows-sys 0.60.2",
9004]
9005
9006[[package]]
9007name = "is_terminal_polyfill"
9008version = "1.70.1"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9011
9012[[package]]
9013name = "itertools"
9014version = "0.10.5"
9015source = "registry+https://github.com/rust-lang/crates.io-index"
9016checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9017dependencies = [
9018 "either",
9019]
9020
9021[[package]]
9022name = "itertools"
9023version = "0.11.0"
9024source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9026dependencies = [
9027 "either",
9028]
9029
9030[[package]]
9031name = "itertools"
9032version = "0.12.1"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9035dependencies = [
9036 "either",
9037]
9038
9039[[package]]
9040name = "itertools"
9041version = "0.14.0"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9044dependencies = [
9045 "either",
9046]
9047
9048[[package]]
9049name = "itoa"
9050version = "1.0.15"
9051source = "registry+https://github.com/rust-lang/crates.io-index"
9052checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9053
9054[[package]]
9055name = "jiff"
9056version = "0.2.15"
9057source = "registry+https://github.com/rust-lang/crates.io-index"
9058checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9059dependencies = [
9060 "jiff-static",
9061 "log",
9062 "portable-atomic",
9063 "portable-atomic-util",
9064 "serde",
9065]
9066
9067[[package]]
9068name = "jiff-static"
9069version = "0.2.15"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9072dependencies = [
9073 "proc-macro2",
9074 "quote",
9075 "syn 2.0.117",
9076]
9077
9078[[package]]
9079name = "jni"
9080version = "0.21.1"
9081source = "registry+https://github.com/rust-lang/crates.io-index"
9082checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9083dependencies = [
9084 "cesu8",
9085 "cfg-if",
9086 "combine",
9087 "jni-sys",
9088 "log",
9089 "thiserror 1.0.69",
9090 "walkdir",
9091 "windows-sys 0.45.0",
9092]
9093
9094[[package]]
9095name = "jni-sys"
9096version = "0.3.0"
9097source = "registry+https://github.com/rust-lang/crates.io-index"
9098checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9099
9100[[package]]
9101name = "jobserver"
9102version = "0.1.34"
9103source = "registry+https://github.com/rust-lang/crates.io-index"
9104checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9105dependencies = [
9106 "getrandom 0.3.4",
9107 "libc",
9108]
9109
9110[[package]]
9111name = "journal"
9112version = "0.1.0"
9113dependencies = [
9114 "anyhow",
9115 "chrono",
9116 "editor",
9117 "gpui",
9118 "log",
9119 "serde",
9120 "settings",
9121 "shellexpand 2.1.2",
9122 "workspace",
9123]
9124
9125[[package]]
9126name = "js-sys"
9127version = "0.3.90"
9128source = "registry+https://github.com/rust-lang/crates.io-index"
9129checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9130dependencies = [
9131 "once_cell",
9132 "wasm-bindgen",
9133]
9134
9135[[package]]
9136name = "json5"
9137version = "0.4.1"
9138source = "registry+https://github.com/rust-lang/crates.io-index"
9139checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9140dependencies = [
9141 "pest",
9142 "pest_derive",
9143 "serde",
9144]
9145
9146[[package]]
9147name = "json_dotpath"
9148version = "1.1.0"
9149source = "registry+https://github.com/rust-lang/crates.io-index"
9150checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9151dependencies = [
9152 "serde",
9153 "serde_derive",
9154 "serde_json",
9155 "thiserror 1.0.69",
9156]
9157
9158[[package]]
9159name = "json_schema_store"
9160version = "0.1.0"
9161dependencies = [
9162 "anyhow",
9163 "collections",
9164 "dap",
9165 "extension",
9166 "gpui",
9167 "language",
9168 "parking_lot",
9169 "paths",
9170 "project",
9171 "schemars",
9172 "serde",
9173 "serde_json",
9174 "settings",
9175 "snippet_provider",
9176 "task",
9177 "theme",
9178 "util",
9179]
9180
9181[[package]]
9182name = "jsonschema"
9183version = "0.37.4"
9184source = "registry+https://github.com/rust-lang/crates.io-index"
9185checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9186dependencies = [
9187 "ahash 0.8.12",
9188 "bytecount",
9189 "data-encoding",
9190 "email_address",
9191 "fancy-regex 0.16.2",
9192 "fraction",
9193 "getrandom 0.3.4",
9194 "idna",
9195 "itoa",
9196 "num-cmp",
9197 "num-traits",
9198 "percent-encoding",
9199 "referencing",
9200 "regex",
9201 "regex-syntax",
9202 "reqwest 0.12.24",
9203 "serde",
9204 "serde_json",
9205 "unicode-general-category",
9206 "uuid-simd",
9207]
9208
9209[[package]]
9210name = "jsonwebtoken"
9211version = "10.3.0"
9212source = "registry+https://github.com/rust-lang/crates.io-index"
9213checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9214dependencies = [
9215 "aws-lc-rs",
9216 "base64 0.22.1",
9217 "getrandom 0.2.16",
9218 "js-sys",
9219 "pem",
9220 "serde",
9221 "serde_json",
9222 "signature 2.2.0",
9223 "simple_asn1",
9224]
9225
9226[[package]]
9227name = "jupyter-protocol"
9228version = "1.4.0"
9229source = "registry+https://github.com/rust-lang/crates.io-index"
9230checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9231dependencies = [
9232 "async-trait",
9233 "bytes 1.11.1",
9234 "chrono",
9235 "futures 0.3.31",
9236 "serde",
9237 "serde_json",
9238 "thiserror 2.0.17",
9239 "uuid",
9240]
9241
9242[[package]]
9243name = "jupyter-websocket-client"
9244version = "1.0.0"
9245source = "registry+https://github.com/rust-lang/crates.io-index"
9246checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9247dependencies = [
9248 "anyhow",
9249 "async-trait",
9250 "async-tungstenite",
9251 "futures 0.3.31",
9252 "jupyter-protocol",
9253 "serde",
9254 "serde_json",
9255 "tokio",
9256 "url",
9257 "uuid",
9258]
9259
9260[[package]]
9261name = "keymap_editor"
9262version = "0.1.0"
9263dependencies = [
9264 "anyhow",
9265 "collections",
9266 "command_palette",
9267 "component",
9268 "db",
9269 "editor",
9270 "fs",
9271 "fuzzy",
9272 "gpui",
9273 "itertools 0.14.0",
9274 "json_schema_store",
9275 "language",
9276 "log",
9277 "menu",
9278 "notifications",
9279 "paths",
9280 "project",
9281 "search",
9282 "serde",
9283 "serde_json",
9284 "settings",
9285 "telemetry",
9286 "tempfile",
9287 "theme",
9288 "tree-sitter-json",
9289 "tree-sitter-rust",
9290 "ui",
9291 "ui_input",
9292 "util",
9293 "workspace",
9294 "zed_actions",
9295]
9296
9297[[package]]
9298name = "khronos-egl"
9299version = "6.0.0"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9302dependencies = [
9303 "libc",
9304 "libloading",
9305 "pkg-config",
9306]
9307
9308[[package]]
9309name = "khronos_api"
9310version = "3.1.0"
9311source = "registry+https://github.com/rust-lang/crates.io-index"
9312checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9313
9314[[package]]
9315name = "kqueue"
9316version = "1.1.1"
9317source = "registry+https://github.com/rust-lang/crates.io-index"
9318checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9319dependencies = [
9320 "kqueue-sys",
9321 "libc",
9322]
9323
9324[[package]]
9325name = "kqueue-sys"
9326version = "1.0.4"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9329dependencies = [
9330 "bitflags 1.3.2",
9331 "libc",
9332]
9333
9334[[package]]
9335name = "kurbo"
9336version = "0.11.3"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9339dependencies = [
9340 "arrayvec",
9341 "euclid",
9342 "smallvec",
9343]
9344
9345[[package]]
9346name = "kv-log-macro"
9347version = "1.0.7"
9348source = "registry+https://github.com/rust-lang/crates.io-index"
9349checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9350dependencies = [
9351 "log",
9352]
9353
9354[[package]]
9355name = "language"
9356version = "0.1.0"
9357dependencies = [
9358 "anyhow",
9359 "async-trait",
9360 "clock",
9361 "collections",
9362 "ctor",
9363 "diffy",
9364 "ec4rs",
9365 "encoding_rs",
9366 "fs",
9367 "futures 0.3.31",
9368 "fuzzy",
9369 "globset",
9370 "gpui",
9371 "http_client",
9372 "imara-diff",
9373 "indoc",
9374 "itertools 0.14.0",
9375 "log",
9376 "lsp",
9377 "parking_lot",
9378 "postage",
9379 "pretty_assertions",
9380 "rand 0.9.2",
9381 "regex",
9382 "rpc",
9383 "schemars",
9384 "semver",
9385 "serde",
9386 "serde_json",
9387 "settings",
9388 "shellexpand 2.1.2",
9389 "smallvec",
9390 "smol",
9391 "streaming-iterator",
9392 "strsim",
9393 "sum_tree",
9394 "task",
9395 "text",
9396 "theme",
9397 "toml 0.8.23",
9398 "tracing",
9399 "tree-sitter",
9400 "tree-sitter-elixir",
9401 "tree-sitter-embedded-template",
9402 "tree-sitter-heex",
9403 "tree-sitter-html",
9404 "tree-sitter-json",
9405 "tree-sitter-md",
9406 "tree-sitter-python",
9407 "tree-sitter-ruby",
9408 "tree-sitter-rust",
9409 "tree-sitter-typescript",
9410 "unicase",
9411 "unindent",
9412 "util",
9413 "watch",
9414 "zlog",
9415 "ztracing",
9416]
9417
9418[[package]]
9419name = "language_extension"
9420version = "0.1.0"
9421dependencies = [
9422 "anyhow",
9423 "async-trait",
9424 "collections",
9425 "extension",
9426 "fs",
9427 "futures 0.3.31",
9428 "gpui",
9429 "language",
9430 "log",
9431 "lsp",
9432 "project",
9433 "serde",
9434 "serde_json",
9435 "tracing",
9436 "util",
9437 "ztracing",
9438]
9439
9440[[package]]
9441name = "language_model"
9442version = "0.1.0"
9443dependencies = [
9444 "anthropic",
9445 "anyhow",
9446 "base64 0.22.1",
9447 "client",
9448 "cloud_api_client",
9449 "cloud_api_types",
9450 "cloud_llm_client",
9451 "collections",
9452 "credentials_provider",
9453 "futures 0.3.31",
9454 "gpui",
9455 "http_client",
9456 "icons",
9457 "image",
9458 "log",
9459 "open_ai",
9460 "open_router",
9461 "parking_lot",
9462 "proto",
9463 "schemars",
9464 "serde",
9465 "serde_json",
9466 "settings",
9467 "smol",
9468 "thiserror 2.0.17",
9469 "util",
9470 "zed_env_vars",
9471]
9472
9473[[package]]
9474name = "language_models"
9475version = "0.1.0"
9476dependencies = [
9477 "ai_onboarding",
9478 "anthropic",
9479 "anyhow",
9480 "aws-config",
9481 "aws-credential-types",
9482 "aws_http_client",
9483 "base64 0.22.1",
9484 "bedrock",
9485 "client",
9486 "cloud_api_types",
9487 "cloud_llm_client",
9488 "collections",
9489 "component",
9490 "convert_case 0.8.0",
9491 "copilot",
9492 "copilot_chat",
9493 "copilot_ui",
9494 "credentials_provider",
9495 "deepseek",
9496 "extension",
9497 "extension_host",
9498 "fs",
9499 "futures 0.3.31",
9500 "google_ai",
9501 "gpui",
9502 "gpui_tokio",
9503 "http_client",
9504 "language",
9505 "language_model",
9506 "lmstudio",
9507 "log",
9508 "menu",
9509 "mistral",
9510 "ollama",
9511 "open_ai",
9512 "open_router",
9513 "partial-json-fixer",
9514 "pretty_assertions",
9515 "release_channel",
9516 "schemars",
9517 "semver",
9518 "serde",
9519 "serde_json",
9520 "settings",
9521 "smol",
9522 "strum 0.27.2",
9523 "thiserror 2.0.17",
9524 "tiktoken-rs",
9525 "tokio",
9526 "ui",
9527 "ui_input",
9528 "util",
9529 "vercel",
9530 "x_ai",
9531]
9532
9533[[package]]
9534name = "language_onboarding"
9535version = "0.1.0"
9536dependencies = [
9537 "db",
9538 "editor",
9539 "gpui",
9540 "project",
9541 "ui",
9542 "workspace",
9543]
9544
9545[[package]]
9546name = "language_selector"
9547version = "0.1.0"
9548dependencies = [
9549 "anyhow",
9550 "editor",
9551 "file_icons",
9552 "fuzzy",
9553 "gpui",
9554 "language",
9555 "open_path_prompt",
9556 "picker",
9557 "project",
9558 "serde_json",
9559 "settings",
9560 "ui",
9561 "util",
9562 "workspace",
9563]
9564
9565[[package]]
9566name = "language_tools"
9567version = "0.1.0"
9568dependencies = [
9569 "anyhow",
9570 "client",
9571 "collections",
9572 "command_palette_hooks",
9573 "edit_prediction",
9574 "editor",
9575 "futures 0.3.31",
9576 "gpui",
9577 "itertools 0.14.0",
9578 "language",
9579 "lsp",
9580 "menu",
9581 "project",
9582 "proto",
9583 "release_channel",
9584 "semver",
9585 "serde_json",
9586 "settings",
9587 "sysinfo 0.37.2",
9588 "telemetry",
9589 "theme",
9590 "tree-sitter",
9591 "ui",
9592 "util",
9593 "workspace",
9594 "zed_actions",
9595 "zlog",
9596]
9597
9598[[package]]
9599name = "languages"
9600version = "0.1.0"
9601dependencies = [
9602 "anyhow",
9603 "async-compression",
9604 "async-fs",
9605 "async-tar",
9606 "async-trait",
9607 "chrono",
9608 "collections",
9609 "futures 0.3.31",
9610 "globset",
9611 "gpui",
9612 "http_client",
9613 "itertools 0.14.0",
9614 "json_schema_store",
9615 "language",
9616 "log",
9617 "lsp",
9618 "node_runtime",
9619 "parking_lot",
9620 "pet",
9621 "pet-conda",
9622 "pet-core",
9623 "pet-fs",
9624 "pet-poetry",
9625 "pet-reporter",
9626 "pet-virtualenv",
9627 "pretty_assertions",
9628 "project",
9629 "regex",
9630 "rope",
9631 "rust-embed",
9632 "semver",
9633 "serde",
9634 "serde_json",
9635 "serde_json_lenient",
9636 "settings",
9637 "smallvec",
9638 "smol",
9639 "snippet",
9640 "task",
9641 "terminal",
9642 "theme",
9643 "toml 0.8.23",
9644 "tree-sitter",
9645 "tree-sitter-bash",
9646 "tree-sitter-c",
9647 "tree-sitter-cpp",
9648 "tree-sitter-css",
9649 "tree-sitter-diff",
9650 "tree-sitter-gitcommit",
9651 "tree-sitter-go",
9652 "tree-sitter-gomod",
9653 "tree-sitter-gowork",
9654 "tree-sitter-jsdoc",
9655 "tree-sitter-json",
9656 "tree-sitter-md",
9657 "tree-sitter-python",
9658 "tree-sitter-regex",
9659 "tree-sitter-rust",
9660 "tree-sitter-typescript",
9661 "tree-sitter-yaml",
9662 "unindent",
9663 "url",
9664 "util",
9665]
9666
9667[[package]]
9668name = "lazy_static"
9669version = "1.5.0"
9670source = "registry+https://github.com/rust-lang/crates.io-index"
9671checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9672dependencies = [
9673 "spin 0.9.8",
9674]
9675
9676[[package]]
9677name = "leak"
9678version = "0.1.2"
9679source = "registry+https://github.com/rust-lang/crates.io-index"
9680checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9681
9682[[package]]
9683name = "leaky-cow"
9684version = "0.1.1"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9687dependencies = [
9688 "leak",
9689]
9690
9691[[package]]
9692name = "leb128"
9693version = "0.2.5"
9694source = "registry+https://github.com/rust-lang/crates.io-index"
9695checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9696
9697[[package]]
9698name = "leb128fmt"
9699version = "0.1.0"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9702
9703[[package]]
9704name = "lebe"
9705version = "0.5.3"
9706source = "registry+https://github.com/rust-lang/crates.io-index"
9707checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9708
9709[[package]]
9710name = "libc"
9711version = "0.2.182"
9712source = "registry+https://github.com/rust-lang/crates.io-index"
9713checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9714
9715[[package]]
9716name = "libdbus-sys"
9717version = "0.2.6"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9720dependencies = [
9721 "cc",
9722 "pkg-config",
9723]
9724
9725[[package]]
9726name = "libfuzzer-sys"
9727version = "0.4.10"
9728source = "registry+https://github.com/rust-lang/crates.io-index"
9729checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9730dependencies = [
9731 "arbitrary",
9732 "cc",
9733]
9734
9735[[package]]
9736name = "libgit2-sys"
9737version = "0.18.3+1.9.2"
9738source = "registry+https://github.com/rust-lang/crates.io-index"
9739checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9740dependencies = [
9741 "cc",
9742 "libc",
9743 "libz-sys",
9744 "pkg-config",
9745]
9746
9747[[package]]
9748name = "libloading"
9749version = "0.8.9"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9752dependencies = [
9753 "cfg-if",
9754 "windows-link 0.2.1",
9755]
9756
9757[[package]]
9758name = "libm"
9759version = "0.2.15"
9760source = "registry+https://github.com/rust-lang/crates.io-index"
9761checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9762
9763[[package]]
9764name = "libmimalloc-sys"
9765version = "0.1.44"
9766source = "registry+https://github.com/rust-lang/crates.io-index"
9767checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9768dependencies = [
9769 "cc",
9770 "libc",
9771]
9772
9773[[package]]
9774name = "libredox"
9775version = "0.1.10"
9776source = "registry+https://github.com/rust-lang/crates.io-index"
9777checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9778dependencies = [
9779 "bitflags 2.10.0",
9780 "libc",
9781 "redox_syscall 0.5.18",
9782]
9783
9784[[package]]
9785name = "libsqlite3-sys"
9786version = "0.30.1"
9787source = "registry+https://github.com/rust-lang/crates.io-index"
9788checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9789dependencies = [
9790 "cc",
9791 "pkg-config",
9792 "vcpkg",
9793]
9794
9795[[package]]
9796name = "libwebrtc"
9797version = "0.3.26"
9798source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9799dependencies = [
9800 "cxx",
9801 "glib",
9802 "jni",
9803 "js-sys",
9804 "lazy_static",
9805 "livekit-protocol",
9806 "livekit-runtime",
9807 "log",
9808 "parking_lot",
9809 "serde",
9810 "serde_json",
9811 "thiserror 1.0.69",
9812 "tokio",
9813 "wasm-bindgen",
9814 "wasm-bindgen-futures",
9815 "web-sys",
9816 "webrtc-sys",
9817]
9818
9819[[package]]
9820name = "libz-sys"
9821version = "1.1.22"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9824dependencies = [
9825 "cc",
9826 "libc",
9827 "pkg-config",
9828 "vcpkg",
9829]
9830
9831[[package]]
9832name = "line_ending_selector"
9833version = "0.1.0"
9834dependencies = [
9835 "editor",
9836 "gpui",
9837 "language",
9838 "picker",
9839 "project",
9840 "ui",
9841 "util",
9842 "workspace",
9843]
9844
9845[[package]]
9846name = "linebender_resource_handle"
9847version = "0.1.1"
9848source = "registry+https://github.com/rust-lang/crates.io-index"
9849checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9850
9851[[package]]
9852name = "link-cplusplus"
9853version = "1.0.12"
9854source = "registry+https://github.com/rust-lang/crates.io-index"
9855checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9856dependencies = [
9857 "cc",
9858]
9859
9860[[package]]
9861name = "linkify"
9862version = "0.10.0"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9865dependencies = [
9866 "memchr",
9867]
9868
9869[[package]]
9870name = "linux-raw-sys"
9871version = "0.4.15"
9872source = "registry+https://github.com/rust-lang/crates.io-index"
9873checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9874
9875[[package]]
9876name = "linux-raw-sys"
9877version = "0.11.0"
9878source = "registry+https://github.com/rust-lang/crates.io-index"
9879checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9880
9881[[package]]
9882name = "litemap"
9883version = "0.8.0"
9884source = "registry+https://github.com/rust-lang/crates.io-index"
9885checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9886
9887[[package]]
9888name = "litrs"
9889version = "1.0.0"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9892
9893[[package]]
9894name = "livekit"
9895version = "0.7.32"
9896source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9897dependencies = [
9898 "base64 0.22.1",
9899 "bmrng",
9900 "bytes 1.11.1",
9901 "chrono",
9902 "futures-util",
9903 "lazy_static",
9904 "libloading",
9905 "libwebrtc",
9906 "livekit-api",
9907 "livekit-protocol",
9908 "livekit-runtime",
9909 "log",
9910 "parking_lot",
9911 "prost 0.12.6",
9912 "semver",
9913 "serde",
9914 "serde_json",
9915 "thiserror 1.0.69",
9916 "tokio",
9917]
9918
9919[[package]]
9920name = "livekit-api"
9921version = "0.4.14"
9922source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9923dependencies = [
9924 "base64 0.21.7",
9925 "futures-util",
9926 "http 1.3.1",
9927 "livekit-protocol",
9928 "livekit-runtime",
9929 "log",
9930 "parking_lot",
9931 "pbjson-types",
9932 "prost 0.12.6",
9933 "rand 0.9.2",
9934 "reqwest 0.12.24",
9935 "rustls-native-certs 0.6.3",
9936 "scopeguard",
9937 "serde",
9938 "sha2",
9939 "thiserror 1.0.69",
9940 "tokio",
9941 "tokio-rustls 0.26.2",
9942 "tokio-tungstenite 0.28.0",
9943 "url",
9944]
9945
9946[[package]]
9947name = "livekit-protocol"
9948version = "0.7.1"
9949source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9950dependencies = [
9951 "futures-util",
9952 "livekit-runtime",
9953 "parking_lot",
9954 "pbjson",
9955 "pbjson-types",
9956 "prost 0.12.6",
9957 "serde",
9958 "thiserror 1.0.69",
9959 "tokio",
9960]
9961
9962[[package]]
9963name = "livekit-runtime"
9964version = "0.4.0"
9965source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9966dependencies = [
9967 "tokio",
9968 "tokio-stream",
9969]
9970
9971[[package]]
9972name = "livekit_api"
9973version = "0.1.0"
9974dependencies = [
9975 "anyhow",
9976 "async-trait",
9977 "jsonwebtoken",
9978 "log",
9979 "prost 0.9.0",
9980 "prost-build 0.9.0",
9981 "prost-types 0.9.0",
9982 "serde",
9983 "zed-reqwest",
9984]
9985
9986[[package]]
9987name = "livekit_client"
9988version = "0.1.0"
9989dependencies = [
9990 "anyhow",
9991 "async-trait",
9992 "audio",
9993 "cocoa 0.26.0",
9994 "collections",
9995 "core-foundation 0.10.0",
9996 "core-video",
9997 "coreaudio-rs 0.12.1",
9998 "cpal",
9999 "futures 0.3.31",
10000 "gpui",
10001 "gpui_platform",
10002 "gpui_tokio",
10003 "http_client_tls",
10004 "image",
10005 "libwebrtc",
10006 "livekit",
10007 "livekit_api",
10008 "log",
10009 "nanoid",
10010 "objc",
10011 "parking_lot",
10012 "postage",
10013 "rodio",
10014 "serde",
10015 "serde_json",
10016 "serde_urlencoded",
10017 "settings",
10018 "simplelog",
10019 "smallvec",
10020 "tokio",
10021 "ui",
10022 "util",
10023 "webrtc-sys",
10024 "zed-scap",
10025]
10026
10027[[package]]
10028name = "lmdb-master-sys"
10029version = "0.2.5"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10032dependencies = [
10033 "cc",
10034 "doxygen-rs",
10035 "libc",
10036]
10037
10038[[package]]
10039name = "lmstudio"
10040version = "0.1.0"
10041dependencies = [
10042 "anyhow",
10043 "futures 0.3.31",
10044 "http_client",
10045 "schemars",
10046 "serde",
10047 "serde_json",
10048]
10049
10050[[package]]
10051name = "lock_api"
10052version = "0.4.14"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10055dependencies = [
10056 "scopeguard",
10057]
10058
10059[[package]]
10060name = "log"
10061version = "0.4.29"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10064dependencies = [
10065 "serde_core",
10066 "value-bag",
10067]
10068
10069[[package]]
10070name = "loom"
10071version = "0.7.2"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10074dependencies = [
10075 "cfg-if",
10076 "generator",
10077 "scoped-tls",
10078 "tracing",
10079 "tracing-subscriber",
10080]
10081
10082[[package]]
10083name = "loop9"
10084version = "0.1.5"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10087dependencies = [
10088 "imgref",
10089]
10090
10091[[package]]
10092name = "lru"
10093version = "0.12.5"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10096dependencies = [
10097 "hashbrown 0.15.5",
10098]
10099
10100[[package]]
10101name = "lru-slab"
10102version = "0.1.2"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10105
10106[[package]]
10107name = "lsp"
10108version = "0.1.0"
10109dependencies = [
10110 "anyhow",
10111 "async-pipe",
10112 "collections",
10113 "ctor",
10114 "futures 0.3.31",
10115 "gpui",
10116 "gpui_util",
10117 "log",
10118 "lsp-types",
10119 "parking_lot",
10120 "postage",
10121 "release_channel",
10122 "schemars",
10123 "semver",
10124 "serde",
10125 "serde_json",
10126 "smol",
10127 "util",
10128 "zlog",
10129]
10130
10131[[package]]
10132name = "lsp-types"
10133version = "0.95.1"
10134source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10135dependencies = [
10136 "bitflags 1.3.2",
10137 "serde",
10138 "serde_json",
10139 "url",
10140]
10141
10142[[package]]
10143name = "lyon"
10144version = "1.0.16"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10147dependencies = [
10148 "lyon_algorithms",
10149 "lyon_extra",
10150 "lyon_tessellation",
10151]
10152
10153[[package]]
10154name = "lyon_algorithms"
10155version = "1.0.16"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10158dependencies = [
10159 "lyon_path",
10160 "num-traits",
10161]
10162
10163[[package]]
10164name = "lyon_extra"
10165version = "1.0.3"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10168dependencies = [
10169 "lyon_path",
10170 "thiserror 1.0.69",
10171]
10172
10173[[package]]
10174name = "lyon_geom"
10175version = "1.0.17"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10178dependencies = [
10179 "arrayvec",
10180 "euclid",
10181 "num-traits",
10182]
10183
10184[[package]]
10185name = "lyon_path"
10186version = "1.0.16"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10189dependencies = [
10190 "lyon_geom",
10191 "num-traits",
10192]
10193
10194[[package]]
10195name = "lyon_tessellation"
10196version = "1.0.16"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10199dependencies = [
10200 "float_next_after",
10201 "lyon_path",
10202 "num-traits",
10203]
10204
10205[[package]]
10206name = "mac"
10207version = "0.1.1"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10210
10211[[package]]
10212name = "mach2"
10213version = "0.4.3"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10216dependencies = [
10217 "libc",
10218]
10219
10220[[package]]
10221name = "mach2"
10222version = "0.5.0"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10225dependencies = [
10226 "libc",
10227]
10228
10229[[package]]
10230name = "malloc_buf"
10231version = "0.0.6"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10234dependencies = [
10235 "libc",
10236]
10237
10238[[package]]
10239name = "maplit"
10240version = "1.0.2"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10243
10244[[package]]
10245name = "markdown"
10246version = "0.1.0"
10247dependencies = [
10248 "assets",
10249 "base64 0.22.1",
10250 "collections",
10251 "env_logger 0.11.8",
10252 "fs",
10253 "futures 0.3.31",
10254 "gpui",
10255 "gpui_platform",
10256 "language",
10257 "languages",
10258 "linkify",
10259 "log",
10260 "node_runtime",
10261 "pulldown-cmark 0.13.0",
10262 "settings",
10263 "sum_tree",
10264 "theme",
10265 "ui",
10266 "util",
10267]
10268
10269[[package]]
10270name = "markdown_preview"
10271version = "0.1.0"
10272dependencies = [
10273 "anyhow",
10274 "async-recursion",
10275 "collections",
10276 "editor",
10277 "gpui",
10278 "html5ever 0.27.0",
10279 "language",
10280 "linkify",
10281 "log",
10282 "markdown",
10283 "markup5ever_rcdom",
10284 "mermaid-rs-renderer",
10285 "pretty_assertions",
10286 "pulldown-cmark 0.13.0",
10287 "settings",
10288 "stacksafe",
10289 "theme",
10290 "ui",
10291 "urlencoding",
10292 "util",
10293 "workspace",
10294 "zed_actions",
10295]
10296
10297[[package]]
10298name = "markup5ever"
10299version = "0.12.1"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10302dependencies = [
10303 "log",
10304 "phf 0.11.3",
10305 "phf_codegen",
10306 "string_cache",
10307 "string_cache_codegen",
10308 "tendril",
10309]
10310
10311[[package]]
10312name = "markup5ever"
10313version = "0.35.0"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10316dependencies = [
10317 "log",
10318 "tendril",
10319 "web_atoms",
10320]
10321
10322[[package]]
10323name = "markup5ever_rcdom"
10324version = "0.3.0"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10327dependencies = [
10328 "html5ever 0.27.0",
10329 "markup5ever 0.12.1",
10330 "tendril",
10331 "xml5ever",
10332]
10333
10334[[package]]
10335name = "match_token"
10336version = "0.35.0"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10339dependencies = [
10340 "proc-macro2",
10341 "quote",
10342 "syn 2.0.117",
10343]
10344
10345[[package]]
10346name = "matchers"
10347version = "0.2.0"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10350dependencies = [
10351 "regex-automata",
10352]
10353
10354[[package]]
10355name = "matchit"
10356version = "0.7.3"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10359
10360[[package]]
10361name = "maybe-owned"
10362version = "0.3.4"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10365
10366[[package]]
10367name = "maybe-rayon"
10368version = "0.1.1"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10371dependencies = [
10372 "cfg-if",
10373 "rayon",
10374]
10375
10376[[package]]
10377name = "md-5"
10378version = "0.10.6"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10381dependencies = [
10382 "cfg-if",
10383 "digest",
10384]
10385
10386[[package]]
10387name = "mdbook"
10388version = "0.4.40"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10391dependencies = [
10392 "ammonia",
10393 "anyhow",
10394 "chrono",
10395 "clap",
10396 "clap_complete",
10397 "elasticlunr-rs",
10398 "env_logger 0.11.8",
10399 "futures-util",
10400 "handlebars 5.1.2",
10401 "ignore",
10402 "log",
10403 "memchr",
10404 "notify 6.1.1",
10405 "notify-debouncer-mini",
10406 "once_cell",
10407 "opener",
10408 "pathdiff",
10409 "pulldown-cmark 0.10.3",
10410 "regex",
10411 "serde",
10412 "serde_json",
10413 "shlex",
10414 "tempfile",
10415 "tokio",
10416 "toml 0.5.11",
10417 "topological-sort",
10418 "walkdir",
10419 "warp",
10420]
10421
10422[[package]]
10423name = "media"
10424version = "0.1.0"
10425dependencies = [
10426 "anyhow",
10427 "bindgen 0.71.1",
10428 "core-foundation 0.10.0",
10429 "core-video",
10430 "ctor",
10431 "foreign-types 0.5.0",
10432 "metal",
10433 "objc",
10434]
10435
10436[[package]]
10437name = "memchr"
10438version = "2.7.6"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10441
10442[[package]]
10443name = "memfd"
10444version = "0.6.5"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10447dependencies = [
10448 "rustix 1.1.2",
10449]
10450
10451[[package]]
10452name = "memmap2"
10453version = "0.9.8"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10456dependencies = [
10457 "libc",
10458 "stable_deref_trait",
10459]
10460
10461[[package]]
10462name = "memoffset"
10463version = "0.9.1"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10466dependencies = [
10467 "autocfg",
10468]
10469
10470[[package]]
10471name = "menu"
10472version = "0.1.0"
10473dependencies = [
10474 "gpui",
10475]
10476
10477[[package]]
10478name = "merge"
10479version = "0.1.0"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10482dependencies = [
10483 "merge_derive",
10484 "num-traits",
10485]
10486
10487[[package]]
10488name = "merge_derive"
10489version = "0.1.0"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10492dependencies = [
10493 "proc-macro-error",
10494 "proc-macro2",
10495 "quote",
10496 "syn 1.0.109",
10497]
10498
10499[[package]]
10500name = "mermaid-rs-renderer"
10501version = "0.2.0"
10502source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10503dependencies = [
10504 "anyhow",
10505 "fontdb 0.16.2",
10506 "json5",
10507 "once_cell",
10508 "regex",
10509 "serde",
10510 "serde_json",
10511 "thiserror 2.0.17",
10512 "ttf-parser 0.20.0",
10513]
10514
10515[[package]]
10516name = "metal"
10517version = "0.33.0"
10518source = "registry+https://github.com/rust-lang/crates.io-index"
10519checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10520dependencies = [
10521 "bitflags 2.10.0",
10522 "block",
10523 "core-graphics-types 0.2.0",
10524 "foreign-types 0.5.0",
10525 "log",
10526 "objc",
10527 "paste",
10528]
10529
10530[[package]]
10531name = "migrator"
10532version = "0.1.0"
10533dependencies = [
10534 "anyhow",
10535 "collections",
10536 "convert_case 0.8.0",
10537 "log",
10538 "pretty_assertions",
10539 "serde_json",
10540 "serde_json_lenient",
10541 "settings_content",
10542 "settings_json",
10543 "streaming-iterator",
10544 "tree-sitter",
10545 "tree-sitter-json",
10546 "unindent",
10547]
10548
10549[[package]]
10550name = "mimalloc"
10551version = "0.1.48"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10554dependencies = [
10555 "libmimalloc-sys",
10556]
10557
10558[[package]]
10559name = "mime"
10560version = "0.3.17"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10563
10564[[package]]
10565name = "mime_guess"
10566version = "2.0.5"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10569dependencies = [
10570 "mime",
10571 "unicase",
10572]
10573
10574[[package]]
10575name = "minidump-common"
10576version = "0.26.1"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10579dependencies = [
10580 "bitflags 2.10.0",
10581 "debugid",
10582 "num-derive",
10583 "num-traits",
10584 "range-map",
10585 "scroll",
10586 "smart-default",
10587]
10588
10589[[package]]
10590name = "minidump-writer"
10591version = "0.11.0"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10594dependencies = [
10595 "bitflags 2.10.0",
10596 "byteorder",
10597 "cfg-if",
10598 "crash-context",
10599 "error-graph",
10600 "failspot",
10601 "goblin",
10602 "libc",
10603 "log",
10604 "mach2 0.4.3",
10605 "memmap2",
10606 "memoffset",
10607 "minidump-common",
10608 "nix 0.29.0",
10609 "procfs-core",
10610 "scroll",
10611 "serde",
10612 "serde_json",
10613 "tempfile",
10614 "thiserror 2.0.17",
10615]
10616
10617[[package]]
10618name = "minidumper"
10619version = "0.9.0"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10622dependencies = [
10623 "cfg-if",
10624 "crash-context",
10625 "libc",
10626 "log",
10627 "minidump-writer",
10628 "parking_lot",
10629 "polling",
10630 "scroll",
10631 "thiserror 2.0.17",
10632 "uds",
10633]
10634
10635[[package]]
10636name = "minimal-lexical"
10637version = "0.2.1"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10640
10641[[package]]
10642name = "miniprofiler_ui"
10643version = "0.1.0"
10644dependencies = [
10645 "gpui",
10646 "rpc",
10647 "serde_json",
10648 "smol",
10649 "theme",
10650 "util",
10651 "workspace",
10652 "zed_actions",
10653]
10654
10655[[package]]
10656name = "miniz_oxide"
10657version = "0.8.9"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10660dependencies = [
10661 "adler2",
10662 "simd-adler32",
10663]
10664
10665[[package]]
10666name = "mio"
10667version = "0.8.11"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10670dependencies = [
10671 "libc",
10672 "log",
10673 "wasi",
10674 "windows-sys 0.48.0",
10675]
10676
10677[[package]]
10678name = "mio"
10679version = "1.1.0"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10682dependencies = [
10683 "libc",
10684 "log",
10685 "wasi",
10686 "windows-sys 0.61.2",
10687]
10688
10689[[package]]
10690name = "miow"
10691version = "0.6.1"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10694dependencies = [
10695 "windows-sys 0.61.2",
10696]
10697
10698[[package]]
10699name = "mistral"
10700version = "0.1.0"
10701dependencies = [
10702 "anyhow",
10703 "futures 0.3.31",
10704 "http_client",
10705 "schemars",
10706 "serde",
10707 "serde_json",
10708 "strum 0.27.2",
10709]
10710
10711[[package]]
10712name = "moka"
10713version = "0.12.11"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10716dependencies = [
10717 "crossbeam-channel",
10718 "crossbeam-epoch",
10719 "crossbeam-utils",
10720 "equivalent",
10721 "parking_lot",
10722 "portable-atomic",
10723 "rustc_version",
10724 "smallvec",
10725 "tagptr",
10726 "uuid",
10727]
10728
10729[[package]]
10730name = "moxcms"
10731version = "0.7.7"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10734dependencies = [
10735 "num-traits",
10736 "pxfm",
10737]
10738
10739[[package]]
10740name = "msvc_spectre_libs"
10741version = "0.1.3"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10744dependencies = [
10745 "cc",
10746]
10747
10748[[package]]
10749name = "multi_buffer"
10750version = "0.1.0"
10751dependencies = [
10752 "anyhow",
10753 "buffer_diff",
10754 "clock",
10755 "collections",
10756 "ctor",
10757 "gpui",
10758 "indoc",
10759 "itertools 0.14.0",
10760 "language",
10761 "log",
10762 "parking_lot",
10763 "pretty_assertions",
10764 "rand 0.9.2",
10765 "rope",
10766 "serde",
10767 "settings",
10768 "smallvec",
10769 "smol",
10770 "sum_tree",
10771 "text",
10772 "theme",
10773 "tracing",
10774 "tree-sitter",
10775 "util",
10776 "zlog",
10777 "ztracing",
10778]
10779
10780[[package]]
10781name = "multimap"
10782version = "0.8.3"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10785
10786[[package]]
10787name = "naga"
10788version = "29.0.0"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10791dependencies = [
10792 "arrayvec",
10793 "bit-set 0.9.1",
10794 "bitflags 2.10.0",
10795 "cfg-if",
10796 "cfg_aliases 0.2.1",
10797 "codespan-reporting",
10798 "half",
10799 "hashbrown 0.16.1",
10800 "hexf-parse",
10801 "indexmap",
10802 "libm",
10803 "log",
10804 "num-traits",
10805 "once_cell",
10806 "rustc-hash 1.1.0",
10807 "thiserror 2.0.17",
10808 "unicode-ident",
10809]
10810
10811[[package]]
10812name = "naga"
10813version = "29.0.0"
10814source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10815dependencies = [
10816 "arrayvec",
10817 "bit-set 0.9.1",
10818 "bitflags 2.10.0",
10819 "cfg-if",
10820 "cfg_aliases 0.2.1",
10821 "codespan-reporting",
10822 "half",
10823 "hashbrown 0.16.1",
10824 "hexf-parse",
10825 "indexmap",
10826 "libm",
10827 "log",
10828 "num-traits",
10829 "once_cell",
10830 "rustc-hash 1.1.0",
10831 "spirv",
10832 "thiserror 2.0.17",
10833 "unicode-ident",
10834]
10835
10836[[package]]
10837name = "nanoid"
10838version = "0.4.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10841dependencies = [
10842 "rand 0.8.5",
10843]
10844
10845[[package]]
10846name = "nanorand"
10847version = "0.7.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10850dependencies = [
10851 "getrandom 0.2.16",
10852]
10853
10854[[package]]
10855name = "native-tls"
10856version = "0.2.14"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10859dependencies = [
10860 "libc",
10861 "log",
10862 "openssl",
10863 "openssl-probe",
10864 "openssl-sys",
10865 "schannel",
10866 "security-framework 2.11.1",
10867 "security-framework-sys",
10868 "tempfile",
10869]
10870
10871[[package]]
10872name = "nbformat"
10873version = "1.2.0"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10876dependencies = [
10877 "anyhow",
10878 "chrono",
10879 "jupyter-protocol",
10880 "serde",
10881 "serde_json",
10882 "thiserror 1.0.69",
10883 "uuid",
10884]
10885
10886[[package]]
10887name = "nc"
10888version = "0.1.0"
10889dependencies = [
10890 "anyhow",
10891 "futures 0.3.31",
10892 "net",
10893 "smol",
10894]
10895
10896[[package]]
10897name = "ndk"
10898version = "0.9.0"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10901dependencies = [
10902 "bitflags 2.10.0",
10903 "jni-sys",
10904 "log",
10905 "ndk-sys",
10906 "num_enum",
10907 "thiserror 1.0.69",
10908]
10909
10910[[package]]
10911name = "ndk-context"
10912version = "0.1.1"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10915
10916[[package]]
10917name = "ndk-sys"
10918version = "0.6.0+11769913"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10921dependencies = [
10922 "jni-sys",
10923]
10924
10925[[package]]
10926name = "net"
10927version = "0.1.0"
10928dependencies = [
10929 "anyhow",
10930 "async-io",
10931 "smol",
10932 "tempfile",
10933 "windows 0.61.3",
10934]
10935
10936[[package]]
10937name = "new_debug_unreachable"
10938version = "1.0.6"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10941
10942[[package]]
10943name = "nix"
10944version = "0.28.0"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10947dependencies = [
10948 "bitflags 2.10.0",
10949 "cfg-if",
10950 "cfg_aliases 0.1.1",
10951 "libc",
10952]
10953
10954[[package]]
10955name = "nix"
10956version = "0.29.0"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10959dependencies = [
10960 "bitflags 2.10.0",
10961 "cfg-if",
10962 "cfg_aliases 0.2.1",
10963 "libc",
10964]
10965
10966[[package]]
10967name = "nix"
10968version = "0.30.1"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10971dependencies = [
10972 "bitflags 2.10.0",
10973 "cfg-if",
10974 "cfg_aliases 0.2.1",
10975 "libc",
10976]
10977
10978[[package]]
10979name = "node_runtime"
10980version = "0.1.0"
10981dependencies = [
10982 "anyhow",
10983 "async-compression",
10984 "async-std",
10985 "async-tar",
10986 "async-trait",
10987 "futures 0.3.31",
10988 "http_client",
10989 "log",
10990 "paths",
10991 "semver",
10992 "serde",
10993 "serde_json",
10994 "smol",
10995 "util",
10996 "watch",
10997 "which 6.0.3",
10998]
10999
11000[[package]]
11001name = "nom"
11002version = "7.1.3"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11005dependencies = [
11006 "memchr",
11007 "minimal-lexical",
11008]
11009
11010[[package]]
11011name = "nom"
11012version = "8.0.0"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11015dependencies = [
11016 "memchr",
11017]
11018
11019[[package]]
11020name = "noop_proc_macro"
11021version = "0.3.0"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11024
11025[[package]]
11026name = "normpath"
11027version = "1.5.0"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11030dependencies = [
11031 "windows-sys 0.61.2",
11032]
11033
11034[[package]]
11035name = "notifications"
11036version = "0.1.0"
11037dependencies = [
11038 "anyhow",
11039 "channel",
11040 "client",
11041 "component",
11042 "db",
11043 "gpui",
11044 "rpc",
11045 "sum_tree",
11046 "time",
11047 "ui",
11048 "util",
11049 "workspace",
11050 "zed_actions",
11051]
11052
11053[[package]]
11054name = "notify"
11055version = "6.1.1"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11058dependencies = [
11059 "bitflags 2.10.0",
11060 "crossbeam-channel",
11061 "filetime",
11062 "fsevent-sys",
11063 "inotify 0.9.6",
11064 "kqueue",
11065 "libc",
11066 "log",
11067 "mio 0.8.11",
11068 "walkdir",
11069 "windows-sys 0.48.0",
11070]
11071
11072[[package]]
11073name = "notify"
11074version = "8.2.0"
11075source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11076dependencies = [
11077 "bitflags 2.10.0",
11078 "fsevent-sys",
11079 "inotify 0.11.0",
11080 "kqueue",
11081 "libc",
11082 "log",
11083 "mio 1.1.0",
11084 "notify-types",
11085 "walkdir",
11086 "windows-sys 0.60.2",
11087]
11088
11089[[package]]
11090name = "notify-debouncer-mini"
11091version = "0.4.1"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11094dependencies = [
11095 "crossbeam-channel",
11096 "log",
11097 "notify 6.1.1",
11098]
11099
11100[[package]]
11101name = "notify-types"
11102version = "2.0.0"
11103source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11104
11105[[package]]
11106name = "ntapi"
11107version = "0.4.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11110dependencies = [
11111 "winapi",
11112]
11113
11114[[package]]
11115name = "nu-ansi-term"
11116version = "0.50.3"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11119dependencies = [
11120 "windows-sys 0.61.2",
11121]
11122
11123[[package]]
11124name = "num"
11125version = "0.4.3"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11128dependencies = [
11129 "num-bigint",
11130 "num-complex",
11131 "num-integer",
11132 "num-iter",
11133 "num-rational",
11134 "num-traits",
11135]
11136
11137[[package]]
11138name = "num-bigint"
11139version = "0.4.6"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11142dependencies = [
11143 "num-integer",
11144 "num-traits",
11145]
11146
11147[[package]]
11148name = "num-bigint-dig"
11149version = "0.8.6"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11152dependencies = [
11153 "lazy_static",
11154 "libm",
11155 "num-integer",
11156 "num-iter",
11157 "num-traits",
11158 "rand 0.8.5",
11159 "smallvec",
11160 "zeroize",
11161]
11162
11163[[package]]
11164name = "num-bigint-dig"
11165version = "0.9.1"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11168dependencies = [
11169 "libm",
11170 "num-integer",
11171 "num-iter",
11172 "num-traits",
11173 "once_cell",
11174 "rand 0.9.2",
11175 "serde",
11176 "smallvec",
11177 "zeroize",
11178]
11179
11180[[package]]
11181name = "num-cmp"
11182version = "0.1.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11185
11186[[package]]
11187name = "num-complex"
11188version = "0.4.6"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11191dependencies = [
11192 "bytemuck",
11193 "num-traits",
11194]
11195
11196[[package]]
11197name = "num-conv"
11198version = "0.2.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11201
11202[[package]]
11203name = "num-derive"
11204version = "0.4.2"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11207dependencies = [
11208 "proc-macro2",
11209 "quote",
11210 "syn 2.0.117",
11211]
11212
11213[[package]]
11214name = "num-format"
11215version = "0.4.4"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11218dependencies = [
11219 "arrayvec",
11220 "itoa",
11221]
11222
11223[[package]]
11224name = "num-integer"
11225version = "0.1.46"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11228dependencies = [
11229 "num-traits",
11230]
11231
11232[[package]]
11233name = "num-iter"
11234version = "0.1.45"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11237dependencies = [
11238 "autocfg",
11239 "num-integer",
11240 "num-traits",
11241]
11242
11243[[package]]
11244name = "num-rational"
11245version = "0.4.2"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11248dependencies = [
11249 "num-bigint",
11250 "num-integer",
11251 "num-traits",
11252]
11253
11254[[package]]
11255name = "num-traits"
11256version = "0.2.19"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11259dependencies = [
11260 "autocfg",
11261 "libm",
11262]
11263
11264[[package]]
11265name = "num_cpus"
11266version = "1.17.0"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11269dependencies = [
11270 "hermit-abi",
11271 "libc",
11272]
11273
11274[[package]]
11275name = "num_enum"
11276version = "0.7.4"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11279dependencies = [
11280 "num_enum_derive",
11281 "rustversion",
11282]
11283
11284[[package]]
11285name = "num_enum_derive"
11286version = "0.7.4"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11289dependencies = [
11290 "proc-macro-crate",
11291 "proc-macro2",
11292 "quote",
11293 "syn 2.0.117",
11294]
11295
11296[[package]]
11297name = "num_threads"
11298version = "0.1.7"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11301dependencies = [
11302 "libc",
11303]
11304
11305[[package]]
11306name = "nvim-rs"
11307version = "0.9.2"
11308source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11309dependencies = [
11310 "async-trait",
11311 "futures 0.3.31",
11312 "log",
11313 "rmp",
11314 "rmpv",
11315 "tokio",
11316 "tokio-util",
11317]
11318
11319[[package]]
11320name = "objc"
11321version = "0.2.7"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11324dependencies = [
11325 "malloc_buf",
11326 "objc_exception",
11327]
11328
11329[[package]]
11330name = "objc-foundation"
11331version = "0.1.1"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11334dependencies = [
11335 "block",
11336 "objc",
11337 "objc_id",
11338]
11339
11340[[package]]
11341name = "objc2"
11342version = "0.6.3"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11345dependencies = [
11346 "objc2-encode",
11347]
11348
11349[[package]]
11350name = "objc2-audio-toolbox"
11351version = "0.3.2"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11354dependencies = [
11355 "bitflags 2.10.0",
11356 "libc",
11357 "objc2",
11358 "objc2-core-audio",
11359 "objc2-core-audio-types",
11360 "objc2-core-foundation",
11361 "objc2-foundation",
11362]
11363
11364[[package]]
11365name = "objc2-avf-audio"
11366version = "0.3.2"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11369dependencies = [
11370 "objc2",
11371 "objc2-foundation",
11372]
11373
11374[[package]]
11375name = "objc2-core-audio"
11376version = "0.3.2"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11379dependencies = [
11380 "dispatch2",
11381 "objc2",
11382 "objc2-core-audio-types",
11383 "objc2-core-foundation",
11384 "objc2-foundation",
11385]
11386
11387[[package]]
11388name = "objc2-core-audio-types"
11389version = "0.3.2"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11392dependencies = [
11393 "bitflags 2.10.0",
11394 "objc2",
11395]
11396
11397[[package]]
11398name = "objc2-core-foundation"
11399version = "0.3.2"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11402dependencies = [
11403 "bitflags 2.10.0",
11404 "block2",
11405 "dispatch2",
11406 "libc",
11407 "objc2",
11408]
11409
11410[[package]]
11411name = "objc2-encode"
11412version = "4.1.0"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11415
11416[[package]]
11417name = "objc2-foundation"
11418version = "0.3.2"
11419source = "registry+https://github.com/rust-lang/crates.io-index"
11420checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11421dependencies = [
11422 "bitflags 2.10.0",
11423 "block2",
11424 "libc",
11425 "objc2",
11426 "objc2-core-foundation",
11427]
11428
11429[[package]]
11430name = "objc2-io-kit"
11431version = "0.3.2"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11434dependencies = [
11435 "libc",
11436 "objc2-core-foundation",
11437]
11438
11439[[package]]
11440name = "objc2-metal"
11441version = "0.3.2"
11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11444dependencies = [
11445 "bitflags 2.10.0",
11446 "block2",
11447 "dispatch2",
11448 "objc2",
11449 "objc2-core-foundation",
11450 "objc2-foundation",
11451]
11452
11453[[package]]
11454name = "objc2-quartz-core"
11455version = "0.3.2"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11458dependencies = [
11459 "bitflags 2.10.0",
11460 "objc2",
11461 "objc2-core-foundation",
11462 "objc2-foundation",
11463 "objc2-metal",
11464]
11465
11466[[package]]
11467name = "objc_exception"
11468version = "0.1.2"
11469source = "registry+https://github.com/rust-lang/crates.io-index"
11470checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11471dependencies = [
11472 "cc",
11473]
11474
11475[[package]]
11476name = "objc_id"
11477version = "0.1.1"
11478source = "registry+https://github.com/rust-lang/crates.io-index"
11479checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11480dependencies = [
11481 "objc",
11482]
11483
11484[[package]]
11485name = "object"
11486version = "0.36.7"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11489dependencies = [
11490 "crc32fast",
11491 "hashbrown 0.15.5",
11492 "indexmap",
11493 "memchr",
11494]
11495
11496[[package]]
11497name = "object"
11498version = "0.37.3"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11501dependencies = [
11502 "memchr",
11503]
11504
11505[[package]]
11506name = "ollama"
11507version = "0.1.0"
11508dependencies = [
11509 "anyhow",
11510 "futures 0.3.31",
11511 "http_client",
11512 "schemars",
11513 "serde",
11514 "serde_json",
11515 "settings",
11516]
11517
11518[[package]]
11519name = "onboarding"
11520version = "0.1.0"
11521dependencies = [
11522 "anyhow",
11523 "client",
11524 "component",
11525 "db",
11526 "documented",
11527 "fs",
11528 "fuzzy",
11529 "gpui",
11530 "menu",
11531 "notifications",
11532 "picker",
11533 "project",
11534 "schemars",
11535 "serde",
11536 "settings",
11537 "telemetry",
11538 "theme",
11539 "ui",
11540 "util",
11541 "vim_mode_setting",
11542 "workspace",
11543 "zed_actions",
11544 "zlog",
11545]
11546
11547[[package]]
11548name = "once_cell"
11549version = "1.21.3"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11552
11553[[package]]
11554name = "once_cell_polyfill"
11555version = "1.70.1"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11558
11559[[package]]
11560name = "oo7"
11561version = "0.6.0"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11564dependencies = [
11565 "aes",
11566 "ashpd",
11567 "async-fs",
11568 "async-io",
11569 "async-lock 3.4.2",
11570 "blocking",
11571 "cbc",
11572 "cipher",
11573 "digest",
11574 "endi",
11575 "futures-lite 2.6.1",
11576 "futures-util",
11577 "getrandom 0.4.1",
11578 "hkdf",
11579 "hmac",
11580 "md-5",
11581 "num",
11582 "num-bigint-dig 0.9.1",
11583 "pbkdf2 0.12.2",
11584 "serde",
11585 "serde_bytes",
11586 "sha2",
11587 "subtle",
11588 "zbus",
11589 "zbus_macros",
11590 "zeroize",
11591 "zvariant",
11592]
11593
11594[[package]]
11595name = "oorandom"
11596version = "11.1.5"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11599
11600[[package]]
11601name = "open"
11602version = "5.3.2"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11605dependencies = [
11606 "is-wsl",
11607 "libc",
11608 "pathdiff",
11609]
11610
11611[[package]]
11612name = "open_ai"
11613version = "0.1.0"
11614dependencies = [
11615 "anyhow",
11616 "futures 0.3.31",
11617 "http_client",
11618 "log",
11619 "rand 0.9.2",
11620 "schemars",
11621 "serde",
11622 "serde_json",
11623 "settings",
11624 "strum 0.27.2",
11625 "thiserror 2.0.17",
11626]
11627
11628[[package]]
11629name = "open_path_prompt"
11630version = "0.1.0"
11631dependencies = [
11632 "editor",
11633 "file_icons",
11634 "futures 0.3.31",
11635 "fuzzy",
11636 "gpui",
11637 "picker",
11638 "project",
11639 "schemars",
11640 "serde",
11641 "serde_json",
11642 "settings",
11643 "theme",
11644 "ui",
11645 "util",
11646 "workspace",
11647]
11648
11649[[package]]
11650name = "open_router"
11651version = "0.1.0"
11652dependencies = [
11653 "anyhow",
11654 "futures 0.3.31",
11655 "http_client",
11656 "schemars",
11657 "serde",
11658 "serde_json",
11659 "settings",
11660 "strum 0.27.2",
11661 "thiserror 2.0.17",
11662]
11663
11664[[package]]
11665name = "opener"
11666version = "0.7.2"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11669dependencies = [
11670 "bstr",
11671 "dbus",
11672 "normpath",
11673 "windows-sys 0.59.0",
11674]
11675
11676[[package]]
11677name = "openssl"
11678version = "0.10.74"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11681dependencies = [
11682 "bitflags 2.10.0",
11683 "cfg-if",
11684 "foreign-types 0.3.2",
11685 "libc",
11686 "once_cell",
11687 "openssl-macros",
11688 "openssl-sys",
11689]
11690
11691[[package]]
11692name = "openssl-macros"
11693version = "0.1.1"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11696dependencies = [
11697 "proc-macro2",
11698 "quote",
11699 "syn 2.0.117",
11700]
11701
11702[[package]]
11703name = "openssl-probe"
11704version = "0.1.6"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11707
11708[[package]]
11709name = "openssl-sys"
11710version = "0.9.110"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11713dependencies = [
11714 "cc",
11715 "libc",
11716 "pkg-config",
11717 "vcpkg",
11718]
11719
11720[[package]]
11721name = "optfield"
11722version = "0.4.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11725dependencies = [
11726 "proc-macro2",
11727 "quote",
11728 "syn 2.0.117",
11729]
11730
11731[[package]]
11732name = "option-ext"
11733version = "0.2.0"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11736
11737[[package]]
11738name = "ordered-float"
11739version = "2.10.1"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11742dependencies = [
11743 "num-traits",
11744]
11745
11746[[package]]
11747name = "ordered-float"
11748version = "4.6.0"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11751dependencies = [
11752 "num-traits",
11753]
11754
11755[[package]]
11756name = "ordered-stream"
11757version = "0.2.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11760dependencies = [
11761 "futures-core",
11762 "pin-project-lite",
11763]
11764
11765[[package]]
11766name = "ouroboros"
11767version = "0.18.5"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11770dependencies = [
11771 "aliasable",
11772 "ouroboros_macro",
11773 "static_assertions",
11774]
11775
11776[[package]]
11777name = "ouroboros_macro"
11778version = "0.18.5"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11781dependencies = [
11782 "heck 0.4.1",
11783 "proc-macro2",
11784 "proc-macro2-diagnostics",
11785 "quote",
11786 "syn 2.0.117",
11787]
11788
11789[[package]]
11790name = "outline"
11791version = "0.1.0"
11792dependencies = [
11793 "editor",
11794 "fuzzy",
11795 "gpui",
11796 "indoc",
11797 "language",
11798 "lsp",
11799 "menu",
11800 "ordered-float 2.10.1",
11801 "picker",
11802 "project",
11803 "rope",
11804 "serde_json",
11805 "settings",
11806 "smol",
11807 "theme",
11808 "ui",
11809 "util",
11810 "workspace",
11811 "zed_actions",
11812]
11813
11814[[package]]
11815name = "outline_panel"
11816version = "0.1.0"
11817dependencies = [
11818 "anyhow",
11819 "collections",
11820 "db",
11821 "editor",
11822 "file_icons",
11823 "fuzzy",
11824 "gpui",
11825 "itertools 0.14.0",
11826 "language",
11827 "log",
11828 "lsp",
11829 "menu",
11830 "outline",
11831 "pretty_assertions",
11832 "project",
11833 "search",
11834 "serde",
11835 "serde_json",
11836 "settings",
11837 "smallvec",
11838 "smol",
11839 "theme",
11840 "ui",
11841 "util",
11842 "workspace",
11843 "worktree",
11844 "zed_actions",
11845]
11846
11847[[package]]
11848name = "outref"
11849version = "0.5.2"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11852
11853[[package]]
11854name = "p256"
11855version = "0.11.1"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11858dependencies = [
11859 "ecdsa",
11860 "elliptic-curve",
11861 "sha2",
11862]
11863
11864[[package]]
11865name = "page_size"
11866version = "0.6.0"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11869dependencies = [
11870 "libc",
11871 "winapi",
11872]
11873
11874[[package]]
11875name = "palette"
11876version = "0.7.6"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11879dependencies = [
11880 "approx",
11881 "fast-srgb8",
11882 "palette_derive",
11883]
11884
11885[[package]]
11886name = "palette_derive"
11887version = "0.7.6"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11890dependencies = [
11891 "by_address",
11892 "proc-macro2",
11893 "quote",
11894 "syn 2.0.117",
11895]
11896
11897[[package]]
11898name = "panel"
11899version = "0.1.0"
11900dependencies = [
11901 "gpui",
11902 "ui",
11903 "workspace",
11904]
11905
11906[[package]]
11907name = "parking"
11908version = "2.2.1"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11911
11912[[package]]
11913name = "parking_lot"
11914version = "0.12.5"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11917dependencies = [
11918 "lock_api",
11919 "parking_lot_core",
11920]
11921
11922[[package]]
11923name = "parking_lot_core"
11924version = "0.9.12"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11927dependencies = [
11928 "cfg-if",
11929 "libc",
11930 "redox_syscall 0.5.18",
11931 "smallvec",
11932 "windows-link 0.2.1",
11933]
11934
11935[[package]]
11936name = "parse_int"
11937version = "0.9.0"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11940dependencies = [
11941 "num-traits",
11942]
11943
11944[[package]]
11945name = "partial-json-fixer"
11946version = "0.5.3"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11949
11950[[package]]
11951name = "password-hash"
11952version = "0.4.2"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11955dependencies = [
11956 "base64ct",
11957 "rand_core 0.6.4",
11958 "subtle",
11959]
11960
11961[[package]]
11962name = "paste"
11963version = "1.0.15"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11966
11967[[package]]
11968name = "pathdiff"
11969version = "0.2.3"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11972
11973[[package]]
11974name = "pathfinder_geometry"
11975version = "0.5.1"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11978dependencies = [
11979 "log",
11980 "pathfinder_simd",
11981]
11982
11983[[package]]
11984name = "pathfinder_simd"
11985version = "0.5.5"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11988dependencies = [
11989 "rustc_version",
11990]
11991
11992[[package]]
11993name = "paths"
11994version = "0.1.0"
11995dependencies = [
11996 "dirs 4.0.0",
11997 "ignore",
11998 "util",
11999]
12000
12001[[package]]
12002name = "pbjson"
12003version = "0.6.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12006dependencies = [
12007 "base64 0.21.7",
12008 "serde",
12009]
12010
12011[[package]]
12012name = "pbjson-build"
12013version = "0.6.2"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12016dependencies = [
12017 "heck 0.4.1",
12018 "itertools 0.11.0",
12019 "prost 0.12.6",
12020 "prost-types 0.12.6",
12021]
12022
12023[[package]]
12024name = "pbjson-types"
12025version = "0.6.0"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12028dependencies = [
12029 "bytes 1.11.1",
12030 "chrono",
12031 "pbjson",
12032 "pbjson-build",
12033 "prost 0.12.6",
12034 "prost-build 0.12.6",
12035 "serde",
12036]
12037
12038[[package]]
12039name = "pbkdf2"
12040version = "0.11.0"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12043dependencies = [
12044 "digest",
12045 "hmac",
12046 "password-hash",
12047 "sha2",
12048]
12049
12050[[package]]
12051name = "pbkdf2"
12052version = "0.12.2"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12055dependencies = [
12056 "digest",
12057 "hmac",
12058]
12059
12060[[package]]
12061name = "pciid-parser"
12062version = "0.8.0"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12065
12066[[package]]
12067name = "peg"
12068version = "0.8.5"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12071dependencies = [
12072 "peg-macros",
12073 "peg-runtime",
12074]
12075
12076[[package]]
12077name = "peg-macros"
12078version = "0.8.5"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12081dependencies = [
12082 "peg-runtime",
12083 "proc-macro2",
12084 "quote",
12085]
12086
12087[[package]]
12088name = "peg-runtime"
12089version = "0.8.5"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12092
12093[[package]]
12094name = "pem"
12095version = "3.0.6"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12098dependencies = [
12099 "base64 0.22.1",
12100 "serde_core",
12101]
12102
12103[[package]]
12104name = "pem-rfc7468"
12105version = "0.7.0"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12108dependencies = [
12109 "base64ct",
12110]
12111
12112[[package]]
12113name = "percent-encoding"
12114version = "2.3.2"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12117
12118[[package]]
12119name = "perf"
12120version = "0.1.0"
12121dependencies = [
12122 "collections",
12123 "serde",
12124 "serde_json",
12125]
12126
12127[[package]]
12128name = "pest"
12129version = "2.8.3"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12132dependencies = [
12133 "memchr",
12134 "ucd-trie",
12135]
12136
12137[[package]]
12138name = "pest_derive"
12139version = "2.8.3"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12142dependencies = [
12143 "pest",
12144 "pest_generator",
12145]
12146
12147[[package]]
12148name = "pest_generator"
12149version = "2.8.3"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12152dependencies = [
12153 "pest",
12154 "pest_meta",
12155 "proc-macro2",
12156 "quote",
12157 "syn 2.0.117",
12158]
12159
12160[[package]]
12161name = "pest_meta"
12162version = "2.8.3"
12163source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12165dependencies = [
12166 "pest",
12167 "sha2",
12168]
12169
12170[[package]]
12171name = "pet"
12172version = "0.1.0"
12173source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12174dependencies = [
12175 "clap",
12176 "env_logger 0.10.2",
12177 "lazy_static",
12178 "log",
12179 "msvc_spectre_libs",
12180 "pet-conda",
12181 "pet-core",
12182 "pet-env-var-path",
12183 "pet-fs",
12184 "pet-global-virtualenvs",
12185 "pet-homebrew",
12186 "pet-jsonrpc",
12187 "pet-linux-global-python",
12188 "pet-mac-commandlinetools",
12189 "pet-mac-python-org",
12190 "pet-mac-xcode",
12191 "pet-pipenv",
12192 "pet-pixi",
12193 "pet-poetry",
12194 "pet-pyenv",
12195 "pet-python-utils",
12196 "pet-reporter",
12197 "pet-telemetry",
12198 "pet-uv",
12199 "pet-venv",
12200 "pet-virtualenv",
12201 "pet-virtualenvwrapper",
12202 "pet-windows-registry",
12203 "pet-windows-store",
12204 "pet-winpython",
12205 "serde",
12206 "serde_json",
12207 "tracing",
12208 "tracing-subscriber",
12209 "winresource",
12210]
12211
12212[[package]]
12213name = "pet-conda"
12214version = "0.1.0"
12215source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12216dependencies = [
12217 "env_logger 0.10.2",
12218 "lazy_static",
12219 "log",
12220 "msvc_spectre_libs",
12221 "pet-core",
12222 "pet-fs",
12223 "pet-python-utils",
12224 "pet-reporter",
12225 "rayon",
12226 "regex",
12227 "serde",
12228 "serde_json",
12229 "yaml-rust2",
12230]
12231
12232[[package]]
12233name = "pet-core"
12234version = "0.1.0"
12235source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12236dependencies = [
12237 "clap",
12238 "lazy_static",
12239 "log",
12240 "msvc_spectre_libs",
12241 "pet-fs",
12242 "regex",
12243 "serde",
12244 "serde_json",
12245]
12246
12247[[package]]
12248name = "pet-env-var-path"
12249version = "0.1.0"
12250source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12251dependencies = [
12252 "lazy_static",
12253 "log",
12254 "msvc_spectre_libs",
12255 "pet-conda",
12256 "pet-core",
12257 "pet-fs",
12258 "pet-python-utils",
12259 "pet-virtualenv",
12260 "regex",
12261]
12262
12263[[package]]
12264name = "pet-fs"
12265version = "0.1.0"
12266source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12267dependencies = [
12268 "glob",
12269 "log",
12270 "msvc_spectre_libs",
12271 "windows-sys 0.59.0",
12272]
12273
12274[[package]]
12275name = "pet-global-virtualenvs"
12276version = "0.1.0"
12277source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12278dependencies = [
12279 "log",
12280 "msvc_spectre_libs",
12281 "pet-conda",
12282 "pet-core",
12283 "pet-fs",
12284 "pet-virtualenv",
12285]
12286
12287[[package]]
12288name = "pet-homebrew"
12289version = "0.1.0"
12290source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12291dependencies = [
12292 "lazy_static",
12293 "log",
12294 "msvc_spectre_libs",
12295 "pet-conda",
12296 "pet-core",
12297 "pet-fs",
12298 "pet-python-utils",
12299 "pet-virtualenv",
12300 "rayon",
12301 "regex",
12302 "serde",
12303 "serde_json",
12304]
12305
12306[[package]]
12307name = "pet-jsonrpc"
12308version = "0.1.0"
12309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12310dependencies = [
12311 "env_logger 0.10.2",
12312 "log",
12313 "msvc_spectre_libs",
12314 "pet-core",
12315 "serde",
12316 "serde_json",
12317]
12318
12319[[package]]
12320name = "pet-linux-global-python"
12321version = "0.1.0"
12322source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12323dependencies = [
12324 "log",
12325 "msvc_spectre_libs",
12326 "pet-core",
12327 "pet-fs",
12328 "pet-python-utils",
12329 "pet-virtualenv",
12330]
12331
12332[[package]]
12333name = "pet-mac-commandlinetools"
12334version = "0.1.0"
12335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12336dependencies = [
12337 "log",
12338 "msvc_spectre_libs",
12339 "pet-core",
12340 "pet-fs",
12341 "pet-python-utils",
12342 "pet-virtualenv",
12343]
12344
12345[[package]]
12346name = "pet-mac-python-org"
12347version = "0.1.0"
12348source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12349dependencies = [
12350 "log",
12351 "msvc_spectre_libs",
12352 "pet-core",
12353 "pet-fs",
12354 "pet-python-utils",
12355 "pet-virtualenv",
12356]
12357
12358[[package]]
12359name = "pet-mac-xcode"
12360version = "0.1.0"
12361source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12362dependencies = [
12363 "log",
12364 "msvc_spectre_libs",
12365 "pet-core",
12366 "pet-fs",
12367 "pet-python-utils",
12368 "pet-virtualenv",
12369]
12370
12371[[package]]
12372name = "pet-pipenv"
12373version = "0.1.0"
12374source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12375dependencies = [
12376 "lazy_static",
12377 "log",
12378 "msvc_spectre_libs",
12379 "pet-core",
12380 "pet-fs",
12381 "pet-python-utils",
12382 "pet-virtualenv",
12383 "regex",
12384]
12385
12386[[package]]
12387name = "pet-pixi"
12388version = "0.1.0"
12389source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12390dependencies = [
12391 "log",
12392 "msvc_spectre_libs",
12393 "pet-conda",
12394 "pet-core",
12395 "pet-python-utils",
12396]
12397
12398[[package]]
12399name = "pet-poetry"
12400version = "0.1.0"
12401source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12402dependencies = [
12403 "base64 0.22.1",
12404 "lazy_static",
12405 "log",
12406 "msvc_spectre_libs",
12407 "pet-core",
12408 "pet-fs",
12409 "pet-python-utils",
12410 "pet-reporter",
12411 "pet-virtualenv",
12412 "regex",
12413 "serde",
12414 "serde_json",
12415 "sha2",
12416 "toml 0.8.23",
12417]
12418
12419[[package]]
12420name = "pet-pyenv"
12421version = "0.1.0"
12422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12423dependencies = [
12424 "lazy_static",
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-conda",
12428 "pet-core",
12429 "pet-fs",
12430 "pet-python-utils",
12431 "pet-reporter",
12432 "regex",
12433 "serde",
12434 "serde_json",
12435]
12436
12437[[package]]
12438name = "pet-python-utils"
12439version = "0.1.0"
12440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12441dependencies = [
12442 "env_logger 0.10.2",
12443 "lazy_static",
12444 "log",
12445 "msvc_spectre_libs",
12446 "pet-core",
12447 "pet-fs",
12448 "regex",
12449 "serde",
12450 "serde_json",
12451 "sha2",
12452]
12453
12454[[package]]
12455name = "pet-reporter"
12456version = "0.1.0"
12457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12458dependencies = [
12459 "env_logger 0.10.2",
12460 "log",
12461 "msvc_spectre_libs",
12462 "pet-core",
12463 "pet-jsonrpc",
12464 "serde",
12465 "serde_json",
12466]
12467
12468[[package]]
12469name = "pet-telemetry"
12470version = "0.1.0"
12471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12472dependencies = [
12473 "env_logger 0.10.2",
12474 "lazy_static",
12475 "log",
12476 "msvc_spectre_libs",
12477 "pet-core",
12478 "pet-fs",
12479 "pet-python-utils",
12480 "regex",
12481]
12482
12483[[package]]
12484name = "pet-uv"
12485version = "0.1.0"
12486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12487dependencies = [
12488 "log",
12489 "pet-core",
12490 "pet-python-utils",
12491 "serde",
12492 "toml 0.9.8",
12493]
12494
12495[[package]]
12496name = "pet-venv"
12497version = "0.1.0"
12498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12499dependencies = [
12500 "log",
12501 "msvc_spectre_libs",
12502 "pet-core",
12503 "pet-python-utils",
12504 "pet-virtualenv",
12505]
12506
12507[[package]]
12508name = "pet-virtualenv"
12509version = "0.1.0"
12510source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12511dependencies = [
12512 "log",
12513 "msvc_spectre_libs",
12514 "pet-core",
12515 "pet-fs",
12516 "pet-python-utils",
12517]
12518
12519[[package]]
12520name = "pet-virtualenvwrapper"
12521version = "0.1.0"
12522source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12523dependencies = [
12524 "log",
12525 "msvc_spectre_libs",
12526 "pet-core",
12527 "pet-fs",
12528 "pet-python-utils",
12529 "pet-virtualenv",
12530]
12531
12532[[package]]
12533name = "pet-windows-registry"
12534version = "0.1.0"
12535source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12536dependencies = [
12537 "lazy_static",
12538 "log",
12539 "msvc_spectre_libs",
12540 "pet-conda",
12541 "pet-core",
12542 "pet-fs",
12543 "pet-python-utils",
12544 "pet-virtualenv",
12545 "pet-windows-store",
12546 "regex",
12547 "winreg 0.55.0",
12548]
12549
12550[[package]]
12551name = "pet-windows-store"
12552version = "0.1.0"
12553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12554dependencies = [
12555 "lazy_static",
12556 "log",
12557 "msvc_spectre_libs",
12558 "pet-core",
12559 "pet-fs",
12560 "pet-python-utils",
12561 "pet-virtualenv",
12562 "regex",
12563 "winreg 0.55.0",
12564]
12565
12566[[package]]
12567name = "pet-winpython"
12568version = "0.1.0"
12569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12570dependencies = [
12571 "lazy_static",
12572 "log",
12573 "pet-core",
12574 "pet-fs",
12575 "pet-python-utils",
12576 "pet-virtualenv",
12577 "regex",
12578]
12579
12580[[package]]
12581name = "petgraph"
12582version = "0.6.5"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12585dependencies = [
12586 "fixedbitset 0.4.2",
12587 "indexmap",
12588]
12589
12590[[package]]
12591name = "pgvector"
12592version = "0.4.1"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12595dependencies = [
12596 "serde",
12597]
12598
12599[[package]]
12600name = "phf"
12601version = "0.11.3"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12604dependencies = [
12605 "phf_macros 0.11.3",
12606 "phf_shared 0.11.3",
12607]
12608
12609[[package]]
12610name = "phf"
12611version = "0.12.1"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12614dependencies = [
12615 "phf_macros 0.12.1",
12616 "phf_shared 0.12.1",
12617]
12618
12619[[package]]
12620name = "phf_codegen"
12621version = "0.11.3"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12624dependencies = [
12625 "phf_generator 0.11.3",
12626 "phf_shared 0.11.3",
12627]
12628
12629[[package]]
12630name = "phf_generator"
12631version = "0.11.3"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12634dependencies = [
12635 "phf_shared 0.11.3",
12636 "rand 0.8.5",
12637]
12638
12639[[package]]
12640name = "phf_generator"
12641version = "0.12.1"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12644dependencies = [
12645 "fastrand 2.3.0",
12646 "phf_shared 0.12.1",
12647]
12648
12649[[package]]
12650name = "phf_macros"
12651version = "0.11.3"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12654dependencies = [
12655 "phf_generator 0.11.3",
12656 "phf_shared 0.11.3",
12657 "proc-macro2",
12658 "quote",
12659 "syn 2.0.117",
12660]
12661
12662[[package]]
12663name = "phf_macros"
12664version = "0.12.1"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12667dependencies = [
12668 "phf_generator 0.12.1",
12669 "phf_shared 0.12.1",
12670 "proc-macro2",
12671 "quote",
12672 "syn 2.0.117",
12673]
12674
12675[[package]]
12676name = "phf_shared"
12677version = "0.11.3"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12680dependencies = [
12681 "siphasher 1.0.1",
12682]
12683
12684[[package]]
12685name = "phf_shared"
12686version = "0.12.1"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12689dependencies = [
12690 "siphasher 1.0.1",
12691]
12692
12693[[package]]
12694name = "picker"
12695version = "0.1.0"
12696dependencies = [
12697 "anyhow",
12698 "editor",
12699 "gpui",
12700 "menu",
12701 "schemars",
12702 "serde",
12703 "settings",
12704 "theme",
12705 "ui",
12706 "ui_input",
12707 "workspace",
12708 "zed_actions",
12709]
12710
12711[[package]]
12712name = "pico-args"
12713version = "0.5.0"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12716
12717[[package]]
12718name = "pin-project"
12719version = "1.1.10"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12722dependencies = [
12723 "pin-project-internal",
12724]
12725
12726[[package]]
12727name = "pin-project-internal"
12728version = "1.1.10"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12731dependencies = [
12732 "proc-macro2",
12733 "quote",
12734 "syn 2.0.117",
12735]
12736
12737[[package]]
12738name = "pin-project-lite"
12739version = "0.2.16"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12742
12743[[package]]
12744name = "pin-utils"
12745version = "0.1.0"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12748
12749[[package]]
12750name = "piper"
12751version = "0.2.4"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12754dependencies = [
12755 "atomic-waker",
12756 "fastrand 2.3.0",
12757 "futures-io",
12758]
12759
12760[[package]]
12761name = "pkcs1"
12762version = "0.7.5"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12765dependencies = [
12766 "der 0.7.10",
12767 "pkcs8 0.10.2",
12768 "spki 0.7.3",
12769]
12770
12771[[package]]
12772name = "pkcs8"
12773version = "0.9.0"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12776dependencies = [
12777 "der 0.6.1",
12778 "spki 0.6.0",
12779]
12780
12781[[package]]
12782name = "pkcs8"
12783version = "0.10.2"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12786dependencies = [
12787 "der 0.7.10",
12788 "spki 0.7.3",
12789]
12790
12791[[package]]
12792name = "pkg-config"
12793version = "0.3.32"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12796
12797[[package]]
12798name = "plain"
12799version = "0.2.3"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12802
12803[[package]]
12804name = "platform_title_bar"
12805version = "0.1.0"
12806dependencies = [
12807 "feature_flags",
12808 "gpui",
12809 "project",
12810 "settings",
12811 "smallvec",
12812 "theme",
12813 "ui",
12814 "windows 0.61.3",
12815 "workspace",
12816 "zed_actions",
12817]
12818
12819[[package]]
12820name = "plist"
12821version = "1.8.0"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12824dependencies = [
12825 "base64 0.22.1",
12826 "indexmap",
12827 "quick-xml 0.38.3",
12828 "serde",
12829 "time",
12830]
12831
12832[[package]]
12833name = "plotters"
12834version = "0.3.7"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12837dependencies = [
12838 "num-traits",
12839 "plotters-backend",
12840 "plotters-svg",
12841 "wasm-bindgen",
12842 "web-sys",
12843]
12844
12845[[package]]
12846name = "plotters-backend"
12847version = "0.3.7"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12850
12851[[package]]
12852name = "plotters-svg"
12853version = "0.3.7"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12856dependencies = [
12857 "plotters-backend",
12858]
12859
12860[[package]]
12861name = "png"
12862version = "0.17.16"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12865dependencies = [
12866 "bitflags 1.3.2",
12867 "crc32fast",
12868 "fdeflate",
12869 "flate2",
12870 "miniz_oxide",
12871]
12872
12873[[package]]
12874name = "png"
12875version = "0.18.0"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12878dependencies = [
12879 "bitflags 2.10.0",
12880 "crc32fast",
12881 "fdeflate",
12882 "flate2",
12883 "miniz_oxide",
12884]
12885
12886[[package]]
12887name = "polling"
12888version = "3.11.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12891dependencies = [
12892 "cfg-if",
12893 "concurrent-queue",
12894 "hermit-abi",
12895 "pin-project-lite",
12896 "rustix 1.1.2",
12897 "windows-sys 0.61.2",
12898]
12899
12900[[package]]
12901name = "pollster"
12902version = "0.2.5"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12905
12906[[package]]
12907name = "pollster"
12908version = "0.4.0"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12911
12912[[package]]
12913name = "pori"
12914version = "0.0.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12917dependencies = [
12918 "nom 7.1.3",
12919]
12920
12921[[package]]
12922name = "portable-atomic"
12923version = "1.11.1"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12926
12927[[package]]
12928name = "portable-atomic-util"
12929version = "0.2.4"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12932dependencies = [
12933 "portable-atomic",
12934]
12935
12936[[package]]
12937name = "portable-pty"
12938version = "0.9.0"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12941dependencies = [
12942 "anyhow",
12943 "bitflags 1.3.2",
12944 "downcast-rs",
12945 "filedescriptor",
12946 "lazy_static",
12947 "libc",
12948 "log",
12949 "nix 0.28.0",
12950 "serial2",
12951 "shared_library",
12952 "shell-words",
12953 "winapi",
12954 "winreg 0.10.1",
12955]
12956
12957[[package]]
12958name = "postage"
12959version = "0.5.0"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12962dependencies = [
12963 "atomic",
12964 "crossbeam-queue",
12965 "futures 0.3.31",
12966 "log",
12967 "parking_lot",
12968 "pin-project",
12969 "pollster 0.2.5",
12970 "static_assertions",
12971 "thiserror 1.0.69",
12972]
12973
12974[[package]]
12975name = "postcard"
12976version = "1.1.3"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12979dependencies = [
12980 "cobs",
12981 "embedded-io 0.4.0",
12982 "embedded-io 0.6.1",
12983 "serde",
12984]
12985
12986[[package]]
12987name = "potential_utf"
12988version = "0.1.3"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12991dependencies = [
12992 "zerovec",
12993]
12994
12995[[package]]
12996name = "powerfmt"
12997version = "0.2.0"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13000
13001[[package]]
13002name = "ppv-lite86"
13003version = "0.2.21"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13006dependencies = [
13007 "zerocopy",
13008]
13009
13010[[package]]
13011name = "precomputed-hash"
13012version = "0.1.1"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13015
13016[[package]]
13017name = "presser"
13018version = "0.3.1"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13021
13022[[package]]
13023name = "prettier"
13024version = "0.1.0"
13025dependencies = [
13026 "anyhow",
13027 "collections",
13028 "fs",
13029 "gpui",
13030 "language",
13031 "log",
13032 "lsp",
13033 "node_runtime",
13034 "parking_lot",
13035 "paths",
13036 "serde",
13037 "serde_json",
13038 "util",
13039]
13040
13041[[package]]
13042name = "pretty_assertions"
13043version = "1.4.1"
13044source = "registry+https://github.com/rust-lang/crates.io-index"
13045checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13046dependencies = [
13047 "diff",
13048 "yansi",
13049]
13050
13051[[package]]
13052name = "prettyplease"
13053version = "0.2.37"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13056dependencies = [
13057 "proc-macro2",
13058 "syn 2.0.117",
13059]
13060
13061[[package]]
13062name = "primal-check"
13063version = "0.3.4"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13066dependencies = [
13067 "num-integer",
13068]
13069
13070[[package]]
13071name = "proc-macro-crate"
13072version = "3.4.0"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13075dependencies = [
13076 "toml_edit 0.23.7",
13077]
13078
13079[[package]]
13080name = "proc-macro-error"
13081version = "1.0.4"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13084dependencies = [
13085 "proc-macro-error-attr",
13086 "proc-macro2",
13087 "quote",
13088 "syn 1.0.109",
13089 "version_check",
13090]
13091
13092[[package]]
13093name = "proc-macro-error-attr"
13094version = "1.0.4"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13097dependencies = [
13098 "proc-macro2",
13099 "quote",
13100 "version_check",
13101]
13102
13103[[package]]
13104name = "proc-macro-error-attr2"
13105version = "2.0.0"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13108dependencies = [
13109 "proc-macro2",
13110 "quote",
13111]
13112
13113[[package]]
13114name = "proc-macro-error2"
13115version = "2.0.1"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13118dependencies = [
13119 "proc-macro-error-attr2",
13120 "proc-macro2",
13121 "quote",
13122 "syn 2.0.117",
13123]
13124
13125[[package]]
13126name = "proc-macro2"
13127version = "1.0.101"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13130dependencies = [
13131 "unicode-ident",
13132]
13133
13134[[package]]
13135name = "proc-macro2-diagnostics"
13136version = "0.10.1"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13139dependencies = [
13140 "proc-macro2",
13141 "quote",
13142 "syn 2.0.117",
13143 "version_check",
13144 "yansi",
13145]
13146
13147[[package]]
13148name = "procfs-core"
13149version = "0.17.0"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13152dependencies = [
13153 "bitflags 2.10.0",
13154 "hex",
13155 "serde",
13156]
13157
13158[[package]]
13159name = "profiling"
13160version = "1.0.17"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13163dependencies = [
13164 "profiling-procmacros",
13165]
13166
13167[[package]]
13168name = "profiling-procmacros"
13169version = "1.0.17"
13170source = "registry+https://github.com/rust-lang/crates.io-index"
13171checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13172dependencies = [
13173 "quote",
13174 "syn 2.0.117",
13175]
13176
13177[[package]]
13178name = "project"
13179version = "0.1.0"
13180dependencies = [
13181 "aho-corasick",
13182 "anyhow",
13183 "askpass",
13184 "async-trait",
13185 "base64 0.22.1",
13186 "buffer_diff",
13187 "circular-buffer",
13188 "client",
13189 "clock",
13190 "collections",
13191 "context_server",
13192 "dap",
13193 "encoding_rs",
13194 "extension",
13195 "fancy-regex 0.17.0",
13196 "fs",
13197 "futures 0.3.31",
13198 "fuzzy",
13199 "git",
13200 "git2",
13201 "git_hosting_providers",
13202 "globset",
13203 "gpui",
13204 "http_client",
13205 "image",
13206 "indexmap",
13207 "itertools 0.14.0",
13208 "language",
13209 "log",
13210 "lsp",
13211 "markdown",
13212 "node_runtime",
13213 "parking_lot",
13214 "paths",
13215 "postage",
13216 "prettier",
13217 "pretty_assertions",
13218 "project",
13219 "rand 0.9.2",
13220 "regex",
13221 "release_channel",
13222 "remote",
13223 "rpc",
13224 "schemars",
13225 "semver",
13226 "serde",
13227 "serde_json",
13228 "settings",
13229 "sha2",
13230 "shellexpand 2.1.2",
13231 "smallvec",
13232 "smol",
13233 "snippet",
13234 "snippet_provider",
13235 "sum_tree",
13236 "task",
13237 "tempfile",
13238 "terminal",
13239 "text",
13240 "toml 0.8.23",
13241 "tracing",
13242 "unindent",
13243 "url",
13244 "util",
13245 "watch",
13246 "wax",
13247 "which 6.0.3",
13248 "worktree",
13249 "zeroize",
13250 "zlog",
13251 "ztracing",
13252]
13253
13254[[package]]
13255name = "project_benchmarks"
13256version = "0.1.0"
13257dependencies = [
13258 "anyhow",
13259 "askpass",
13260 "clap",
13261 "client",
13262 "futures 0.3.31",
13263 "gpui",
13264 "gpui_platform",
13265 "http_client",
13266 "language",
13267 "node_runtime",
13268 "project",
13269 "release_channel",
13270 "remote",
13271 "rpassword",
13272 "semver",
13273 "settings",
13274 "watch",
13275]
13276
13277[[package]]
13278name = "project_panel"
13279version = "0.1.0"
13280dependencies = [
13281 "anyhow",
13282 "client",
13283 "collections",
13284 "command_palette_hooks",
13285 "criterion",
13286 "db",
13287 "editor",
13288 "feature_flags",
13289 "file_icons",
13290 "git",
13291 "git_ui",
13292 "gpui",
13293 "itertools 0.14.0",
13294 "language",
13295 "menu",
13296 "notifications",
13297 "pretty_assertions",
13298 "project",
13299 "rayon",
13300 "remote_connection",
13301 "schemars",
13302 "search",
13303 "serde",
13304 "serde_json",
13305 "settings",
13306 "smallvec",
13307 "telemetry",
13308 "tempfile",
13309 "theme",
13310 "ui",
13311 "util",
13312 "workspace",
13313 "worktree",
13314 "zed_actions",
13315]
13316
13317[[package]]
13318name = "project_symbols"
13319version = "0.1.0"
13320dependencies = [
13321 "anyhow",
13322 "editor",
13323 "futures 0.3.31",
13324 "fuzzy",
13325 "gpui",
13326 "language",
13327 "lsp",
13328 "ordered-float 2.10.1",
13329 "picker",
13330 "project",
13331 "release_channel",
13332 "semver",
13333 "serde_json",
13334 "settings",
13335 "theme",
13336 "util",
13337 "workspace",
13338]
13339
13340[[package]]
13341name = "prometheus"
13342version = "0.14.0"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13345dependencies = [
13346 "cfg-if",
13347 "fnv",
13348 "lazy_static",
13349 "memchr",
13350 "parking_lot",
13351 "protobuf",
13352 "thiserror 2.0.17",
13353]
13354
13355[[package]]
13356name = "prompt_store"
13357version = "0.1.0"
13358dependencies = [
13359 "anyhow",
13360 "assets",
13361 "chrono",
13362 "collections",
13363 "fs",
13364 "futures 0.3.31",
13365 "fuzzy",
13366 "gpui",
13367 "handlebars 4.5.0",
13368 "heed",
13369 "language",
13370 "log",
13371 "parking_lot",
13372 "paths",
13373 "rope",
13374 "serde",
13375 "strum 0.27.2",
13376 "tempfile",
13377 "text",
13378 "util",
13379 "uuid",
13380]
13381
13382[[package]]
13383name = "proptest"
13384version = "1.10.0"
13385source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13386dependencies = [
13387 "bit-set 0.8.0",
13388 "bit-vec 0.8.0",
13389 "bitflags 2.10.0",
13390 "num-traits",
13391 "proptest-macro",
13392 "rand 0.9.2",
13393 "rand_chacha 0.9.0",
13394 "rand_xorshift",
13395 "regex-syntax",
13396 "rusty-fork",
13397 "tempfile",
13398 "unarray",
13399]
13400
13401[[package]]
13402name = "proptest-derive"
13403version = "0.8.0"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13406dependencies = [
13407 "proc-macro2",
13408 "quote",
13409 "syn 2.0.117",
13410]
13411
13412[[package]]
13413name = "proptest-macro"
13414version = "0.5.0"
13415source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13416dependencies = [
13417 "convert_case 0.11.0",
13418 "proc-macro2",
13419 "quote",
13420 "syn 2.0.117",
13421]
13422
13423[[package]]
13424name = "prost"
13425version = "0.9.0"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13428dependencies = [
13429 "bytes 1.11.1",
13430 "prost-derive 0.9.0",
13431]
13432
13433[[package]]
13434name = "prost"
13435version = "0.12.6"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13438dependencies = [
13439 "bytes 1.11.1",
13440 "prost-derive 0.12.6",
13441]
13442
13443[[package]]
13444name = "prost-build"
13445version = "0.9.0"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13448dependencies = [
13449 "bytes 1.11.1",
13450 "heck 0.3.3",
13451 "itertools 0.10.5",
13452 "lazy_static",
13453 "log",
13454 "multimap",
13455 "petgraph",
13456 "prost 0.9.0",
13457 "prost-types 0.9.0",
13458 "regex",
13459 "tempfile",
13460 "which 4.4.2",
13461]
13462
13463[[package]]
13464name = "prost-build"
13465version = "0.12.6"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13468dependencies = [
13469 "bytes 1.11.1",
13470 "heck 0.5.0",
13471 "itertools 0.12.1",
13472 "log",
13473 "multimap",
13474 "once_cell",
13475 "petgraph",
13476 "prettyplease",
13477 "prost 0.12.6",
13478 "prost-types 0.12.6",
13479 "regex",
13480 "syn 2.0.117",
13481 "tempfile",
13482]
13483
13484[[package]]
13485name = "prost-derive"
13486version = "0.9.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13489dependencies = [
13490 "anyhow",
13491 "itertools 0.10.5",
13492 "proc-macro2",
13493 "quote",
13494 "syn 1.0.109",
13495]
13496
13497[[package]]
13498name = "prost-derive"
13499version = "0.12.6"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13502dependencies = [
13503 "anyhow",
13504 "itertools 0.12.1",
13505 "proc-macro2",
13506 "quote",
13507 "syn 2.0.117",
13508]
13509
13510[[package]]
13511name = "prost-types"
13512version = "0.9.0"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13515dependencies = [
13516 "bytes 1.11.1",
13517 "prost 0.9.0",
13518]
13519
13520[[package]]
13521name = "prost-types"
13522version = "0.12.6"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13525dependencies = [
13526 "prost 0.12.6",
13527]
13528
13529[[package]]
13530name = "proto"
13531version = "0.1.0"
13532dependencies = [
13533 "anyhow",
13534 "prost 0.9.0",
13535 "prost-build 0.9.0",
13536 "serde",
13537]
13538
13539[[package]]
13540name = "protobuf"
13541version = "3.7.2"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13544dependencies = [
13545 "once_cell",
13546 "protobuf-support",
13547 "thiserror 1.0.69",
13548]
13549
13550[[package]]
13551name = "protobuf-support"
13552version = "3.7.2"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13555dependencies = [
13556 "thiserror 1.0.69",
13557]
13558
13559[[package]]
13560name = "psm"
13561version = "0.1.30"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13564dependencies = [
13565 "ar_archive_writer",
13566 "cc",
13567]
13568
13569[[package]]
13570name = "ptr_meta"
13571version = "0.1.4"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13574dependencies = [
13575 "ptr_meta_derive",
13576]
13577
13578[[package]]
13579name = "ptr_meta_derive"
13580version = "0.1.4"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13583dependencies = [
13584 "proc-macro2",
13585 "quote",
13586 "syn 1.0.109",
13587]
13588
13589[[package]]
13590name = "pulldown-cmark"
13591version = "0.10.3"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13594dependencies = [
13595 "bitflags 2.10.0",
13596 "memchr",
13597 "pulldown-cmark-escape",
13598 "unicase",
13599]
13600
13601[[package]]
13602name = "pulldown-cmark"
13603version = "0.13.0"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13606dependencies = [
13607 "bitflags 2.10.0",
13608 "memchr",
13609 "unicase",
13610]
13611
13612[[package]]
13613name = "pulldown-cmark-escape"
13614version = "0.10.1"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13617
13618[[package]]
13619name = "pulley-interpreter"
13620version = "33.0.2"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13623dependencies = [
13624 "cranelift-bitset",
13625 "log",
13626 "wasmtime-math",
13627]
13628
13629[[package]]
13630name = "pulp"
13631version = "0.18.22"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13634dependencies = [
13635 "bytemuck",
13636 "libm",
13637 "num-complex",
13638 "reborrow",
13639]
13640
13641[[package]]
13642name = "pulp"
13643version = "0.21.5"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13646dependencies = [
13647 "bytemuck",
13648 "cfg-if",
13649 "libm",
13650 "num-complex",
13651 "reborrow",
13652 "version_check",
13653]
13654
13655[[package]]
13656name = "pxfm"
13657version = "0.1.25"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13660dependencies = [
13661 "num-traits",
13662]
13663
13664[[package]]
13665name = "qoi"
13666version = "0.4.1"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13669dependencies = [
13670 "bytemuck",
13671]
13672
13673[[package]]
13674name = "quick-error"
13675version = "1.2.3"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13678
13679[[package]]
13680name = "quick-error"
13681version = "2.0.1"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13684
13685[[package]]
13686name = "quick-xml"
13687version = "0.30.0"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13690dependencies = [
13691 "memchr",
13692]
13693
13694[[package]]
13695name = "quick-xml"
13696version = "0.37.5"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13699dependencies = [
13700 "memchr",
13701]
13702
13703[[package]]
13704name = "quick-xml"
13705version = "0.38.3"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13708dependencies = [
13709 "memchr",
13710]
13711
13712[[package]]
13713name = "quinn"
13714version = "0.11.9"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13717dependencies = [
13718 "bytes 1.11.1",
13719 "cfg_aliases 0.2.1",
13720 "pin-project-lite",
13721 "quinn-proto",
13722 "quinn-udp",
13723 "rustc-hash 2.1.1",
13724 "rustls 0.23.33",
13725 "socket2 0.6.1",
13726 "thiserror 2.0.17",
13727 "tokio",
13728 "tracing",
13729 "web-time",
13730]
13731
13732[[package]]
13733name = "quinn-proto"
13734version = "0.11.13"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13737dependencies = [
13738 "bytes 1.11.1",
13739 "getrandom 0.3.4",
13740 "lru-slab",
13741 "rand 0.9.2",
13742 "ring",
13743 "rustc-hash 2.1.1",
13744 "rustls 0.23.33",
13745 "rustls-pki-types",
13746 "slab",
13747 "thiserror 2.0.17",
13748 "tinyvec",
13749 "tracing",
13750 "web-time",
13751]
13752
13753[[package]]
13754name = "quinn-udp"
13755version = "0.5.14"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13758dependencies = [
13759 "cfg_aliases 0.2.1",
13760 "libc",
13761 "once_cell",
13762 "socket2 0.6.1",
13763 "tracing",
13764 "windows-sys 0.60.2",
13765]
13766
13767[[package]]
13768name = "quote"
13769version = "1.0.41"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13772dependencies = [
13773 "proc-macro2",
13774]
13775
13776[[package]]
13777name = "r-efi"
13778version = "5.3.0"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13781
13782[[package]]
13783name = "radium"
13784version = "0.7.0"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13787
13788[[package]]
13789name = "rand"
13790version = "0.3.23"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13793dependencies = [
13794 "libc",
13795 "rand 0.4.6",
13796]
13797
13798[[package]]
13799name = "rand"
13800version = "0.4.6"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13803dependencies = [
13804 "fuchsia-cprng",
13805 "libc",
13806 "rand_core 0.3.1",
13807 "rdrand",
13808 "winapi",
13809]
13810
13811[[package]]
13812name = "rand"
13813version = "0.8.5"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13816dependencies = [
13817 "libc",
13818 "rand_chacha 0.3.1",
13819 "rand_core 0.6.4",
13820]
13821
13822[[package]]
13823name = "rand"
13824version = "0.9.2"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13827dependencies = [
13828 "rand_chacha 0.9.0",
13829 "rand_core 0.9.3",
13830]
13831
13832[[package]]
13833name = "rand_chacha"
13834version = "0.3.1"
13835source = "registry+https://github.com/rust-lang/crates.io-index"
13836checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13837dependencies = [
13838 "ppv-lite86",
13839 "rand_core 0.6.4",
13840]
13841
13842[[package]]
13843name = "rand_chacha"
13844version = "0.9.0"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13847dependencies = [
13848 "ppv-lite86",
13849 "rand_core 0.9.3",
13850]
13851
13852[[package]]
13853name = "rand_core"
13854version = "0.3.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13857dependencies = [
13858 "rand_core 0.4.2",
13859]
13860
13861[[package]]
13862name = "rand_core"
13863version = "0.4.2"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13866
13867[[package]]
13868name = "rand_core"
13869version = "0.6.4"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13872dependencies = [
13873 "getrandom 0.2.16",
13874]
13875
13876[[package]]
13877name = "rand_core"
13878version = "0.9.3"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13881dependencies = [
13882 "getrandom 0.3.4",
13883]
13884
13885[[package]]
13886name = "rand_distr"
13887version = "0.5.1"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13890dependencies = [
13891 "num-traits",
13892 "rand 0.9.2",
13893]
13894
13895[[package]]
13896name = "rand_pcg"
13897version = "0.3.1"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13900dependencies = [
13901 "rand_core 0.6.4",
13902]
13903
13904[[package]]
13905name = "rand_xorshift"
13906version = "0.4.0"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13909dependencies = [
13910 "rand_core 0.9.3",
13911]
13912
13913[[package]]
13914name = "random_choice"
13915version = "0.3.2"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13918dependencies = [
13919 "rand 0.3.23",
13920]
13921
13922[[package]]
13923name = "range-alloc"
13924version = "0.1.4"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13927
13928[[package]]
13929name = "range-map"
13930version = "0.2.0"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13933dependencies = [
13934 "num-traits",
13935]
13936
13937[[package]]
13938name = "rangemap"
13939version = "1.7.1"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13942
13943[[package]]
13944name = "rav1e"
13945version = "0.7.1"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13948dependencies = [
13949 "arbitrary",
13950 "arg_enum_proc_macro",
13951 "arrayvec",
13952 "av1-grain",
13953 "bitstream-io",
13954 "built",
13955 "cfg-if",
13956 "interpolate_name",
13957 "itertools 0.12.1",
13958 "libc",
13959 "libfuzzer-sys",
13960 "log",
13961 "maybe-rayon",
13962 "new_debug_unreachable",
13963 "noop_proc_macro",
13964 "num-derive",
13965 "num-traits",
13966 "once_cell",
13967 "paste",
13968 "profiling",
13969 "rand 0.8.5",
13970 "rand_chacha 0.3.1",
13971 "simd_helpers",
13972 "system-deps 6.2.2",
13973 "thiserror 1.0.69",
13974 "v_frame",
13975 "wasm-bindgen",
13976]
13977
13978[[package]]
13979name = "ravif"
13980version = "0.11.20"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13983dependencies = [
13984 "avif-serialize",
13985 "imgref",
13986 "loop9",
13987 "quick-error 2.0.1",
13988 "rav1e",
13989 "rayon",
13990 "rgb",
13991]
13992
13993[[package]]
13994name = "raw-cpuid"
13995version = "10.7.0"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13998dependencies = [
13999 "bitflags 1.3.2",
14000]
14001
14002[[package]]
14003name = "raw-cpuid"
14004version = "11.6.0"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14007dependencies = [
14008 "bitflags 2.10.0",
14009]
14010
14011[[package]]
14012name = "raw-window-handle"
14013version = "0.6.2"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14016
14017[[package]]
14018name = "raw-window-metal"
14019version = "1.1.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14022dependencies = [
14023 "objc2",
14024 "objc2-core-foundation",
14025 "objc2-foundation",
14026 "objc2-quartz-core",
14027]
14028
14029[[package]]
14030name = "rayon"
14031version = "1.11.0"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14034dependencies = [
14035 "either",
14036 "rayon-core",
14037]
14038
14039[[package]]
14040name = "rayon-core"
14041version = "1.13.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14044dependencies = [
14045 "crossbeam-deque",
14046 "crossbeam-utils",
14047]
14048
14049[[package]]
14050name = "rdrand"
14051version = "0.4.0"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14054dependencies = [
14055 "rand_core 0.3.1",
14056]
14057
14058[[package]]
14059name = "read-fonts"
14060version = "0.35.0"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14063dependencies = [
14064 "bytemuck",
14065 "font-types 0.10.0",
14066]
14067
14068[[package]]
14069name = "read-fonts"
14070version = "0.37.0"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14073dependencies = [
14074 "bytemuck",
14075 "core_maths",
14076 "font-types 0.11.0",
14077]
14078
14079[[package]]
14080name = "realfft"
14081version = "3.5.0"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14084dependencies = [
14085 "rustfft",
14086]
14087
14088[[package]]
14089name = "reborrow"
14090version = "0.5.5"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14093
14094[[package]]
14095name = "recent_projects"
14096version = "0.1.0"
14097dependencies = [
14098 "anyhow",
14099 "askpass",
14100 "chrono",
14101 "db",
14102 "dev_container",
14103 "editor",
14104 "extension",
14105 "extension_host",
14106 "fs",
14107 "futures 0.3.31",
14108 "fuzzy",
14109 "gpui",
14110 "http_client",
14111 "indoc",
14112 "language",
14113 "log",
14114 "menu",
14115 "node_runtime",
14116 "open_path_prompt",
14117 "ordered-float 2.10.1",
14118 "paths",
14119 "picker",
14120 "project",
14121 "release_channel",
14122 "remote",
14123 "remote_connection",
14124 "remote_server",
14125 "semver",
14126 "serde",
14127 "serde_json",
14128 "settings",
14129 "smol",
14130 "task",
14131 "telemetry",
14132 "ui",
14133 "ui_input",
14134 "util",
14135 "windows-registry 0.6.1",
14136 "workspace",
14137 "worktree",
14138 "zed_actions",
14139]
14140
14141[[package]]
14142name = "redox_syscall"
14143version = "0.2.16"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14146dependencies = [
14147 "bitflags 1.3.2",
14148]
14149
14150[[package]]
14151name = "redox_syscall"
14152version = "0.5.18"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14155dependencies = [
14156 "bitflags 2.10.0",
14157]
14158
14159[[package]]
14160name = "redox_users"
14161version = "0.4.6"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14164dependencies = [
14165 "getrandom 0.2.16",
14166 "libredox",
14167 "thiserror 1.0.69",
14168]
14169
14170[[package]]
14171name = "redox_users"
14172version = "0.5.2"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14175dependencies = [
14176 "getrandom 0.2.16",
14177 "libredox",
14178 "thiserror 2.0.17",
14179]
14180
14181[[package]]
14182name = "ref-cast"
14183version = "1.0.25"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14186dependencies = [
14187 "ref-cast-impl",
14188]
14189
14190[[package]]
14191name = "ref-cast-impl"
14192version = "1.0.25"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14195dependencies = [
14196 "proc-macro2",
14197 "quote",
14198 "syn 2.0.117",
14199]
14200
14201[[package]]
14202name = "referencing"
14203version = "0.37.4"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14206dependencies = [
14207 "ahash 0.8.12",
14208 "fluent-uri",
14209 "getrandom 0.3.4",
14210 "hashbrown 0.16.1",
14211 "parking_lot",
14212 "percent-encoding",
14213 "serde_json",
14214]
14215
14216[[package]]
14217name = "refineable"
14218version = "0.1.0"
14219dependencies = [
14220 "derive_refineable",
14221]
14222
14223[[package]]
14224name = "regalloc2"
14225version = "0.12.2"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14228dependencies = [
14229 "allocator-api2",
14230 "bumpalo",
14231 "hashbrown 0.15.5",
14232 "log",
14233 "rustc-hash 2.1.1",
14234 "serde",
14235 "smallvec",
14236]
14237
14238[[package]]
14239name = "regex"
14240version = "1.12.2"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14243dependencies = [
14244 "aho-corasick",
14245 "memchr",
14246 "regex-automata",
14247 "regex-syntax",
14248]
14249
14250[[package]]
14251name = "regex-automata"
14252version = "0.4.13"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14255dependencies = [
14256 "aho-corasick",
14257 "memchr",
14258 "regex-syntax",
14259]
14260
14261[[package]]
14262name = "regex-lite"
14263version = "0.1.8"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14266
14267[[package]]
14268name = "regex-syntax"
14269version = "0.8.8"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14272
14273[[package]]
14274name = "release_channel"
14275version = "0.1.0"
14276dependencies = [
14277 "gpui",
14278 "semver",
14279]
14280
14281[[package]]
14282name = "remote"
14283version = "0.1.0"
14284dependencies = [
14285 "anyhow",
14286 "askpass",
14287 "async-trait",
14288 "base64 0.22.1",
14289 "collections",
14290 "fs",
14291 "futures 0.3.31",
14292 "gpui",
14293 "log",
14294 "parking_lot",
14295 "paths",
14296 "prost 0.9.0",
14297 "release_channel",
14298 "rpc",
14299 "schemars",
14300 "semver",
14301 "serde",
14302 "serde_json",
14303 "settings",
14304 "smol",
14305 "tempfile",
14306 "thiserror 2.0.17",
14307 "urlencoding",
14308 "util",
14309 "which 6.0.3",
14310]
14311
14312[[package]]
14313name = "remote_connection"
14314version = "0.1.0"
14315dependencies = [
14316 "anyhow",
14317 "askpass",
14318 "auto_update",
14319 "futures 0.3.31",
14320 "gpui",
14321 "log",
14322 "markdown",
14323 "menu",
14324 "release_channel",
14325 "remote",
14326 "semver",
14327 "settings",
14328 "theme",
14329 "ui",
14330 "ui_input",
14331 "workspace",
14332]
14333
14334[[package]]
14335name = "remote_server"
14336version = "0.1.0"
14337dependencies = [
14338 "action_log",
14339 "agent",
14340 "anyhow",
14341 "askpass",
14342 "cargo_toml",
14343 "clap",
14344 "client",
14345 "clock",
14346 "collections",
14347 "crash-handler",
14348 "crashes",
14349 "dap_adapters",
14350 "debug_adapter_extension",
14351 "editor",
14352 "env_logger 0.11.8",
14353 "extension",
14354 "extension_host",
14355 "fork",
14356 "fs",
14357 "futures 0.3.31",
14358 "git",
14359 "git2",
14360 "git_hosting_providers",
14361 "gpui",
14362 "gpui_platform",
14363 "gpui_tokio",
14364 "http_client",
14365 "image",
14366 "json_schema_store",
14367 "language",
14368 "language_extension",
14369 "language_model",
14370 "languages",
14371 "libc",
14372 "log",
14373 "lsp",
14374 "minidumper",
14375 "net",
14376 "node_runtime",
14377 "paths",
14378 "pretty_assertions",
14379 "project",
14380 "proto",
14381 "rayon",
14382 "release_channel",
14383 "remote",
14384 "reqwest_client",
14385 "rpc",
14386 "rust-embed",
14387 "semver",
14388 "serde",
14389 "serde_json",
14390 "settings",
14391 "shellexpand 2.1.2",
14392 "smol",
14393 "sysinfo 0.37.2",
14394 "task",
14395 "theme",
14396 "thiserror 2.0.17",
14397 "toml 0.8.23",
14398 "unindent",
14399 "util",
14400 "uuid",
14401 "watch",
14402 "windows 0.61.3",
14403 "worktree",
14404 "zlog",
14405]
14406
14407[[package]]
14408name = "rend"
14409version = "0.4.2"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14412dependencies = [
14413 "bytecheck",
14414]
14415
14416[[package]]
14417name = "renderdoc-sys"
14418version = "1.1.0"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14421
14422[[package]]
14423name = "repl"
14424version = "0.1.0"
14425dependencies = [
14426 "alacritty_terminal",
14427 "anyhow",
14428 "async-dispatcher",
14429 "async-task",
14430 "async-tungstenite",
14431 "base64 0.22.1",
14432 "client",
14433 "collections",
14434 "command_palette_hooks",
14435 "editor",
14436 "feature_flags",
14437 "file_icons",
14438 "futures 0.3.31",
14439 "gpui",
14440 "html_to_markdown",
14441 "http_client",
14442 "image",
14443 "indoc",
14444 "jupyter-protocol",
14445 "jupyter-websocket-client",
14446 "language",
14447 "languages",
14448 "log",
14449 "markdown",
14450 "menu",
14451 "multi_buffer",
14452 "nbformat",
14453 "picker",
14454 "project",
14455 "remote",
14456 "runtimelib",
14457 "serde",
14458 "serde_json",
14459 "settings",
14460 "shlex",
14461 "smol",
14462 "telemetry",
14463 "terminal",
14464 "terminal_view",
14465 "theme",
14466 "tree-sitter-md",
14467 "tree-sitter-python",
14468 "tree-sitter-typescript",
14469 "ui",
14470 "util",
14471 "uuid",
14472 "workspace",
14473 "zed_actions",
14474]
14475
14476[[package]]
14477name = "reqwest"
14478version = "0.11.27"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14481dependencies = [
14482 "base64 0.21.7",
14483 "bytes 1.11.1",
14484 "encoding_rs",
14485 "futures-core",
14486 "futures-util",
14487 "h2 0.3.27",
14488 "http 0.2.12",
14489 "http-body 0.4.6",
14490 "hyper 0.14.32",
14491 "hyper-tls",
14492 "ipnet",
14493 "js-sys",
14494 "log",
14495 "mime",
14496 "native-tls",
14497 "once_cell",
14498 "percent-encoding",
14499 "pin-project-lite",
14500 "rustls-pemfile 1.0.4",
14501 "serde",
14502 "serde_json",
14503 "serde_urlencoded",
14504 "sync_wrapper 0.1.2",
14505 "system-configuration 0.5.1",
14506 "tokio",
14507 "tokio-native-tls",
14508 "tower-service",
14509 "url",
14510 "wasm-bindgen",
14511 "wasm-bindgen-futures",
14512 "web-sys",
14513 "winreg 0.50.0",
14514]
14515
14516[[package]]
14517name = "reqwest"
14518version = "0.12.24"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14521dependencies = [
14522 "base64 0.22.1",
14523 "bytes 1.11.1",
14524 "futures-channel",
14525 "futures-core",
14526 "futures-util",
14527 "http 1.3.1",
14528 "http-body 1.0.1",
14529 "http-body-util",
14530 "hyper 1.7.0",
14531 "hyper-rustls 0.27.7",
14532 "hyper-util",
14533 "js-sys",
14534 "log",
14535 "percent-encoding",
14536 "pin-project-lite",
14537 "quinn",
14538 "rustls 0.23.33",
14539 "rustls-native-certs 0.8.2",
14540 "rustls-pki-types",
14541 "serde",
14542 "serde_json",
14543 "serde_urlencoded",
14544 "sync_wrapper 1.0.2",
14545 "tokio",
14546 "tokio-rustls 0.26.2",
14547 "tower 0.5.2",
14548 "tower-http 0.6.6",
14549 "tower-service",
14550 "url",
14551 "wasm-bindgen",
14552 "wasm-bindgen-futures",
14553 "web-sys",
14554]
14555
14556[[package]]
14557name = "reqwest_client"
14558version = "0.1.0"
14559dependencies = [
14560 "anyhow",
14561 "bytes 1.11.1",
14562 "futures 0.3.31",
14563 "gpui_util",
14564 "http_client",
14565 "http_client_tls",
14566 "log",
14567 "regex",
14568 "serde",
14569 "tokio",
14570 "zed-reqwest",
14571]
14572
14573[[package]]
14574name = "resvg"
14575version = "0.45.1"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14578dependencies = [
14579 "log",
14580 "pico-args",
14581 "rgb",
14582 "svgtypes",
14583 "tiny-skia",
14584 "usvg",
14585]
14586
14587[[package]]
14588name = "rfc6979"
14589version = "0.3.1"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14592dependencies = [
14593 "crypto-bigint 0.4.9",
14594 "hmac",
14595 "zeroize",
14596]
14597
14598[[package]]
14599name = "rgb"
14600version = "0.8.52"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14603dependencies = [
14604 "bytemuck",
14605]
14606
14607[[package]]
14608name = "ring"
14609version = "0.17.14"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14612dependencies = [
14613 "cc",
14614 "cfg-if",
14615 "getrandom 0.2.16",
14616 "libc",
14617 "untrusted 0.9.0",
14618 "windows-sys 0.52.0",
14619]
14620
14621[[package]]
14622name = "rkyv"
14623version = "0.7.45"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14626dependencies = [
14627 "bitvec",
14628 "bytecheck",
14629 "bytes 1.11.1",
14630 "hashbrown 0.12.3",
14631 "ptr_meta",
14632 "rend",
14633 "rkyv_derive",
14634 "seahash",
14635 "tinyvec",
14636 "uuid",
14637]
14638
14639[[package]]
14640name = "rkyv_derive"
14641version = "0.7.45"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14644dependencies = [
14645 "proc-macro2",
14646 "quote",
14647 "syn 1.0.109",
14648]
14649
14650[[package]]
14651name = "rmp"
14652version = "0.8.14"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14655dependencies = [
14656 "byteorder",
14657 "num-traits",
14658 "paste",
14659]
14660
14661[[package]]
14662name = "rmpv"
14663version = "1.3.0"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14666dependencies = [
14667 "num-traits",
14668 "rmp",
14669]
14670
14671[[package]]
14672name = "rodio"
14673version = "0.21.1"
14674source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14675dependencies = [
14676 "cpal",
14677 "dasp_sample",
14678 "hound",
14679 "num-rational",
14680 "rand 0.9.2",
14681 "rand_distr",
14682 "rtrb",
14683 "symphonia",
14684 "thiserror 2.0.17",
14685]
14686
14687[[package]]
14688name = "rope"
14689version = "0.1.0"
14690dependencies = [
14691 "criterion",
14692 "ctor",
14693 "gpui",
14694 "heapless",
14695 "log",
14696 "rand 0.9.2",
14697 "rayon",
14698 "sum_tree",
14699 "tracing",
14700 "unicode-segmentation",
14701 "util",
14702 "zlog",
14703 "ztracing",
14704]
14705
14706[[package]]
14707name = "roxmltree"
14708version = "0.20.0"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14711
14712[[package]]
14713name = "rpassword"
14714version = "7.4.0"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14717dependencies = [
14718 "libc",
14719 "rtoolbox",
14720 "windows-sys 0.59.0",
14721]
14722
14723[[package]]
14724name = "rpc"
14725version = "0.1.0"
14726dependencies = [
14727 "anyhow",
14728 "async-tungstenite",
14729 "base64 0.22.1",
14730 "collections",
14731 "futures 0.3.31",
14732 "gpui",
14733 "parking_lot",
14734 "proto",
14735 "rand 0.9.2",
14736 "rsa",
14737 "serde",
14738 "serde_json",
14739 "sha2",
14740 "strum 0.27.2",
14741 "tracing",
14742 "util",
14743 "zlog",
14744 "zstd",
14745]
14746
14747[[package]]
14748name = "rsa"
14749version = "0.9.10"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14752dependencies = [
14753 "const-oid",
14754 "digest",
14755 "num-bigint-dig 0.8.6",
14756 "num-integer",
14757 "num-traits",
14758 "pkcs1",
14759 "pkcs8 0.10.2",
14760 "rand_core 0.6.4",
14761 "signature 2.2.0",
14762 "spki 0.7.3",
14763 "subtle",
14764 "zeroize",
14765]
14766
14767[[package]]
14768name = "rtoolbox"
14769version = "0.0.3"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14772dependencies = [
14773 "libc",
14774 "windows-sys 0.52.0",
14775]
14776
14777[[package]]
14778name = "rtrb"
14779version = "0.3.2"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14782
14783[[package]]
14784name = "rules_library"
14785version = "0.1.0"
14786dependencies = [
14787 "anyhow",
14788 "collections",
14789 "editor",
14790 "gpui",
14791 "language",
14792 "language_model",
14793 "log",
14794 "menu",
14795 "picker",
14796 "platform_title_bar",
14797 "prompt_store",
14798 "release_channel",
14799 "rope",
14800 "serde",
14801 "settings",
14802 "theme",
14803 "ui",
14804 "ui_input",
14805 "util",
14806 "workspace",
14807 "zed_actions",
14808]
14809
14810[[package]]
14811name = "runtimelib"
14812version = "1.4.0"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14815dependencies = [
14816 "async-dispatcher",
14817 "async-std",
14818 "aws-lc-rs",
14819 "base64 0.22.1",
14820 "bytes 1.11.1",
14821 "chrono",
14822 "data-encoding",
14823 "dirs 6.0.0",
14824 "futures 0.3.31",
14825 "glob",
14826 "jupyter-protocol",
14827 "serde",
14828 "serde_json",
14829 "shellexpand 3.1.1",
14830 "smol",
14831 "thiserror 2.0.17",
14832 "uuid",
14833 "zeromq",
14834]
14835
14836[[package]]
14837name = "rust-embed"
14838version = "8.7.2"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14841dependencies = [
14842 "rust-embed-impl",
14843 "rust-embed-utils",
14844 "walkdir",
14845]
14846
14847[[package]]
14848name = "rust-embed-impl"
14849version = "8.7.2"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14852dependencies = [
14853 "proc-macro2",
14854 "quote",
14855 "rust-embed-utils",
14856 "syn 2.0.117",
14857 "walkdir",
14858]
14859
14860[[package]]
14861name = "rust-embed-utils"
14862version = "8.7.2"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14865dependencies = [
14866 "globset",
14867 "sha2",
14868 "walkdir",
14869]
14870
14871[[package]]
14872name = "rust_decimal"
14873version = "1.39.0"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14876dependencies = [
14877 "arrayvec",
14878 "borsh",
14879 "bytes 1.11.1",
14880 "num-traits",
14881 "rand 0.8.5",
14882 "rkyv",
14883 "serde",
14884 "serde_json",
14885]
14886
14887[[package]]
14888name = "rustc-demangle"
14889version = "0.1.26"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14892
14893[[package]]
14894name = "rustc-hash"
14895version = "1.1.0"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14898
14899[[package]]
14900name = "rustc-hash"
14901version = "2.1.1"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14904
14905[[package]]
14906name = "rustc_version"
14907version = "0.4.1"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14910dependencies = [
14911 "semver",
14912]
14913
14914[[package]]
14915name = "rustfft"
14916version = "6.4.1"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14919dependencies = [
14920 "num-complex",
14921 "num-integer",
14922 "num-traits",
14923 "primal-check",
14924 "strength_reduce",
14925 "transpose",
14926]
14927
14928[[package]]
14929name = "rustix"
14930version = "0.38.44"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14933dependencies = [
14934 "bitflags 2.10.0",
14935 "errno 0.3.14",
14936 "libc",
14937 "linux-raw-sys 0.4.15",
14938 "windows-sys 0.59.0",
14939]
14940
14941[[package]]
14942name = "rustix"
14943version = "1.1.2"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14946dependencies = [
14947 "bitflags 2.10.0",
14948 "errno 0.3.14",
14949 "libc",
14950 "linux-raw-sys 0.11.0",
14951 "windows-sys 0.61.2",
14952]
14953
14954[[package]]
14955name = "rustix-linux-procfs"
14956version = "0.1.1"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14959dependencies = [
14960 "once_cell",
14961 "rustix 1.1.2",
14962]
14963
14964[[package]]
14965name = "rustix-openpty"
14966version = "0.2.0"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14969dependencies = [
14970 "errno 0.3.14",
14971 "libc",
14972 "rustix 1.1.2",
14973]
14974
14975[[package]]
14976name = "rustls"
14977version = "0.21.12"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14980dependencies = [
14981 "log",
14982 "ring",
14983 "rustls-webpki 0.101.7",
14984 "sct",
14985]
14986
14987[[package]]
14988name = "rustls"
14989version = "0.23.33"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14992dependencies = [
14993 "aws-lc-rs",
14994 "log",
14995 "once_cell",
14996 "ring",
14997 "rustls-pki-types",
14998 "rustls-webpki 0.103.7",
14999 "subtle",
15000 "zeroize",
15001]
15002
15003[[package]]
15004name = "rustls-native-certs"
15005version = "0.6.3"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15008dependencies = [
15009 "openssl-probe",
15010 "rustls-pemfile 1.0.4",
15011 "schannel",
15012 "security-framework 2.11.1",
15013]
15014
15015[[package]]
15016name = "rustls-native-certs"
15017version = "0.8.2"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15020dependencies = [
15021 "openssl-probe",
15022 "rustls-pki-types",
15023 "schannel",
15024 "security-framework 3.5.1",
15025]
15026
15027[[package]]
15028name = "rustls-pemfile"
15029version = "1.0.4"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15032dependencies = [
15033 "base64 0.21.7",
15034]
15035
15036[[package]]
15037name = "rustls-pemfile"
15038version = "2.2.0"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15041dependencies = [
15042 "rustls-pki-types",
15043]
15044
15045[[package]]
15046name = "rustls-pki-types"
15047version = "1.12.0"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15050dependencies = [
15051 "web-time",
15052 "zeroize",
15053]
15054
15055[[package]]
15056name = "rustls-platform-verifier"
15057version = "0.5.3"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15060dependencies = [
15061 "core-foundation 0.10.0",
15062 "core-foundation-sys",
15063 "jni",
15064 "log",
15065 "once_cell",
15066 "rustls 0.23.33",
15067 "rustls-native-certs 0.8.2",
15068 "rustls-platform-verifier-android",
15069 "rustls-webpki 0.103.7",
15070 "security-framework 3.5.1",
15071 "security-framework-sys",
15072 "webpki-root-certs",
15073 "windows-sys 0.59.0",
15074]
15075
15076[[package]]
15077name = "rustls-platform-verifier-android"
15078version = "0.1.1"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15081
15082[[package]]
15083name = "rustls-webpki"
15084version = "0.101.7"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15087dependencies = [
15088 "ring",
15089 "untrusted 0.9.0",
15090]
15091
15092[[package]]
15093name = "rustls-webpki"
15094version = "0.103.7"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15097dependencies = [
15098 "aws-lc-rs",
15099 "ring",
15100 "rustls-pki-types",
15101 "untrusted 0.9.0",
15102]
15103
15104[[package]]
15105name = "rustversion"
15106version = "1.0.22"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15109
15110[[package]]
15111name = "rusty-fork"
15112version = "0.3.1"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15115dependencies = [
15116 "fnv",
15117 "quick-error 1.2.3",
15118 "tempfile",
15119 "wait-timeout",
15120]
15121
15122[[package]]
15123name = "rustybuzz"
15124version = "0.20.1"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15127dependencies = [
15128 "bitflags 2.10.0",
15129 "bytemuck",
15130 "core_maths",
15131 "log",
15132 "smallvec",
15133 "ttf-parser 0.25.1",
15134 "unicode-bidi-mirroring",
15135 "unicode-ccc",
15136 "unicode-properties",
15137 "unicode-script",
15138]
15139
15140[[package]]
15141name = "ryu"
15142version = "1.0.20"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15145
15146[[package]]
15147name = "saa"
15148version = "5.4.9"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15151
15152[[package]]
15153name = "safetensors"
15154version = "0.4.5"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15157dependencies = [
15158 "serde",
15159 "serde_json",
15160]
15161
15162[[package]]
15163name = "same-file"
15164version = "1.0.6"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15167dependencies = [
15168 "winapi-util",
15169]
15170
15171[[package]]
15172name = "scc"
15173version = "3.5.6"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15176dependencies = [
15177 "saa",
15178 "sdd",
15179]
15180
15181[[package]]
15182name = "schannel"
15183version = "0.1.28"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15186dependencies = [
15187 "windows-sys 0.61.2",
15188]
15189
15190[[package]]
15191name = "scheduler"
15192version = "0.1.0"
15193dependencies = [
15194 "async-task",
15195 "backtrace",
15196 "chrono",
15197 "flume",
15198 "futures 0.3.31",
15199 "parking_lot",
15200 "rand 0.9.2",
15201 "web-time",
15202]
15203
15204[[package]]
15205name = "schema_generator"
15206version = "0.1.0"
15207dependencies = [
15208 "anyhow",
15209 "clap",
15210 "env_logger 0.11.8",
15211 "schemars",
15212 "serde",
15213 "serde_json",
15214 "settings",
15215 "theme",
15216]
15217
15218[[package]]
15219name = "schemars"
15220version = "1.0.4"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15223dependencies = [
15224 "dyn-clone",
15225 "indexmap",
15226 "ref-cast",
15227 "schemars_derive",
15228 "serde",
15229 "serde_json",
15230]
15231
15232[[package]]
15233name = "schemars_derive"
15234version = "1.0.4"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15237dependencies = [
15238 "proc-macro2",
15239 "quote",
15240 "serde_derive_internals",
15241 "syn 2.0.117",
15242]
15243
15244[[package]]
15245name = "scoped-tls"
15246version = "1.0.1"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15249
15250[[package]]
15251name = "scopeguard"
15252version = "1.2.0"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15255
15256[[package]]
15257name = "scratch"
15258version = "1.0.9"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15261
15262[[package]]
15263name = "screencapturekit"
15264version = "0.2.8"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15267dependencies = [
15268 "screencapturekit-sys",
15269]
15270
15271[[package]]
15272name = "screencapturekit-sys"
15273version = "0.2.8"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15276dependencies = [
15277 "block",
15278 "dispatch",
15279 "objc",
15280 "objc-foundation",
15281 "objc_id",
15282 "once_cell",
15283]
15284
15285[[package]]
15286name = "scroll"
15287version = "0.12.0"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15290dependencies = [
15291 "scroll_derive",
15292]
15293
15294[[package]]
15295name = "scroll_derive"
15296version = "0.12.1"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15299dependencies = [
15300 "proc-macro2",
15301 "quote",
15302 "syn 2.0.117",
15303]
15304
15305[[package]]
15306name = "sct"
15307version = "0.7.1"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15310dependencies = [
15311 "ring",
15312 "untrusted 0.9.0",
15313]
15314
15315[[package]]
15316name = "sdd"
15317version = "4.6.2"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15320
15321[[package]]
15322name = "sea-bae"
15323version = "0.2.1"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15326dependencies = [
15327 "heck 0.4.1",
15328 "proc-macro-error2",
15329 "proc-macro2",
15330 "quote",
15331 "syn 2.0.117",
15332]
15333
15334[[package]]
15335name = "sea-orm"
15336version = "1.1.10"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15339dependencies = [
15340 "async-stream",
15341 "async-trait",
15342 "bigdecimal",
15343 "chrono",
15344 "futures-util",
15345 "log",
15346 "ouroboros",
15347 "pgvector",
15348 "rust_decimal",
15349 "sea-orm-macros",
15350 "sea-query",
15351 "sea-query-binder",
15352 "serde",
15353 "serde_json",
15354 "sqlx",
15355 "strum 0.26.3",
15356 "thiserror 2.0.17",
15357 "time",
15358 "tracing",
15359 "url",
15360 "uuid",
15361]
15362
15363[[package]]
15364name = "sea-orm-macros"
15365version = "1.1.10"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15368dependencies = [
15369 "heck 0.4.1",
15370 "proc-macro2",
15371 "quote",
15372 "sea-bae",
15373 "syn 2.0.117",
15374 "unicode-ident",
15375]
15376
15377[[package]]
15378name = "sea-query"
15379version = "0.32.7"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15382dependencies = [
15383 "bigdecimal",
15384 "chrono",
15385 "inherent",
15386 "ordered-float 4.6.0",
15387 "rust_decimal",
15388 "serde_json",
15389 "time",
15390 "uuid",
15391]
15392
15393[[package]]
15394name = "sea-query-binder"
15395version = "0.7.0"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15398dependencies = [
15399 "bigdecimal",
15400 "chrono",
15401 "rust_decimal",
15402 "sea-query",
15403 "serde_json",
15404 "sqlx",
15405 "time",
15406 "uuid",
15407]
15408
15409[[package]]
15410name = "seahash"
15411version = "4.1.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15414
15415[[package]]
15416name = "search"
15417version = "0.1.0"
15418dependencies = [
15419 "any_vec",
15420 "anyhow",
15421 "bitflags 2.10.0",
15422 "collections",
15423 "editor",
15424 "fs",
15425 "futures 0.3.31",
15426 "gpui",
15427 "itertools 0.14.0",
15428 "language",
15429 "lsp",
15430 "menu",
15431 "multi_buffer",
15432 "pretty_assertions",
15433 "project",
15434 "serde",
15435 "serde_json",
15436 "settings",
15437 "smol",
15438 "theme",
15439 "tracing",
15440 "ui",
15441 "unindent",
15442 "util",
15443 "util_macros",
15444 "workspace",
15445 "zed_actions",
15446 "ztracing",
15447]
15448
15449[[package]]
15450name = "sec1"
15451version = "0.3.0"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15454dependencies = [
15455 "base16ct",
15456 "der 0.6.1",
15457 "generic-array",
15458 "pkcs8 0.9.0",
15459 "subtle",
15460 "zeroize",
15461]
15462
15463[[package]]
15464name = "security-framework"
15465version = "2.11.1"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15468dependencies = [
15469 "bitflags 2.10.0",
15470 "core-foundation 0.9.4",
15471 "core-foundation-sys",
15472 "libc",
15473 "security-framework-sys",
15474]
15475
15476[[package]]
15477name = "security-framework"
15478version = "3.5.1"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15481dependencies = [
15482 "bitflags 2.10.0",
15483 "core-foundation 0.10.0",
15484 "core-foundation-sys",
15485 "libc",
15486 "security-framework-sys",
15487]
15488
15489[[package]]
15490name = "security-framework-sys"
15491version = "2.15.0"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15494dependencies = [
15495 "core-foundation-sys",
15496 "libc",
15497]
15498
15499[[package]]
15500name = "self_cell"
15501version = "1.2.2"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15504
15505[[package]]
15506name = "semver"
15507version = "1.0.27"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15510dependencies = [
15511 "serde",
15512 "serde_core",
15513]
15514
15515[[package]]
15516name = "seq-macro"
15517version = "0.3.6"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15520
15521[[package]]
15522name = "serde"
15523version = "1.0.228"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15526dependencies = [
15527 "serde_core",
15528 "serde_derive",
15529]
15530
15531[[package]]
15532name = "serde_bytes"
15533version = "0.11.19"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15536dependencies = [
15537 "serde",
15538 "serde_core",
15539]
15540
15541[[package]]
15542name = "serde_core"
15543version = "1.0.228"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15546dependencies = [
15547 "serde_derive",
15548]
15549
15550[[package]]
15551name = "serde_derive"
15552version = "1.0.228"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15555dependencies = [
15556 "proc-macro2",
15557 "quote",
15558 "syn 2.0.117",
15559]
15560
15561[[package]]
15562name = "serde_derive_internals"
15563version = "0.29.1"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15566dependencies = [
15567 "proc-macro2",
15568 "quote",
15569 "syn 2.0.117",
15570]
15571
15572[[package]]
15573name = "serde_fmt"
15574version = "1.0.3"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15577dependencies = [
15578 "serde",
15579]
15580
15581[[package]]
15582name = "serde_json"
15583version = "1.0.145"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15586dependencies = [
15587 "indexmap",
15588 "itoa",
15589 "memchr",
15590 "ryu",
15591 "serde",
15592 "serde_core",
15593]
15594
15595[[package]]
15596name = "serde_json_lenient"
15597version = "0.2.4"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15600dependencies = [
15601 "indexmap",
15602 "itoa",
15603 "memchr",
15604 "ryu",
15605 "serde",
15606]
15607
15608[[package]]
15609name = "serde_path_to_error"
15610version = "0.1.20"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15613dependencies = [
15614 "itoa",
15615 "serde",
15616 "serde_core",
15617]
15618
15619[[package]]
15620name = "serde_repr"
15621version = "0.1.20"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15624dependencies = [
15625 "proc-macro2",
15626 "quote",
15627 "syn 2.0.117",
15628]
15629
15630[[package]]
15631name = "serde_spanned"
15632version = "0.6.9"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15635dependencies = [
15636 "serde",
15637]
15638
15639[[package]]
15640name = "serde_spanned"
15641version = "1.0.3"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15644dependencies = [
15645 "serde_core",
15646]
15647
15648[[package]]
15649name = "serde_urlencoded"
15650version = "0.7.1"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15653dependencies = [
15654 "form_urlencoded",
15655 "itoa",
15656 "ryu",
15657 "serde",
15658]
15659
15660[[package]]
15661name = "serde_yaml"
15662version = "0.9.34+deprecated"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15665dependencies = [
15666 "indexmap",
15667 "itoa",
15668 "ryu",
15669 "serde",
15670 "unsafe-libyaml",
15671]
15672
15673[[package]]
15674name = "serial2"
15675version = "0.2.33"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15678dependencies = [
15679 "cfg-if",
15680 "libc",
15681 "winapi",
15682]
15683
15684[[package]]
15685name = "session"
15686version = "0.1.0"
15687dependencies = [
15688 "db",
15689 "gpui",
15690 "serde_json",
15691 "util",
15692 "uuid",
15693]
15694
15695[[package]]
15696name = "settings"
15697version = "0.1.0"
15698dependencies = [
15699 "anyhow",
15700 "collections",
15701 "ec4rs",
15702 "fs",
15703 "futures 0.3.31",
15704 "gpui",
15705 "indoc",
15706 "inventory",
15707 "log",
15708 "migrator",
15709 "paths",
15710 "pretty_assertions",
15711 "release_channel",
15712 "rust-embed",
15713 "schemars",
15714 "serde",
15715 "serde_json",
15716 "serde_json_lenient",
15717 "settings_content",
15718 "settings_json",
15719 "settings_macros",
15720 "smallvec",
15721 "unindent",
15722 "util",
15723 "zlog",
15724]
15725
15726[[package]]
15727name = "settings_content"
15728version = "0.1.0"
15729dependencies = [
15730 "anyhow",
15731 "collections",
15732 "derive_more",
15733 "gpui",
15734 "log",
15735 "schemars",
15736 "serde",
15737 "serde_json",
15738 "serde_json_lenient",
15739 "settings_json",
15740 "settings_macros",
15741 "strum 0.27.2",
15742 "util",
15743]
15744
15745[[package]]
15746name = "settings_json"
15747version = "0.1.0"
15748dependencies = [
15749 "anyhow",
15750 "pretty_assertions",
15751 "serde",
15752 "serde_json",
15753 "serde_json_lenient",
15754 "serde_path_to_error",
15755 "tree-sitter",
15756 "tree-sitter-json",
15757 "unindent",
15758 "util",
15759]
15760
15761[[package]]
15762name = "settings_macros"
15763version = "0.1.0"
15764dependencies = [
15765 "quote",
15766 "settings",
15767 "syn 2.0.117",
15768]
15769
15770[[package]]
15771name = "settings_profile_selector"
15772version = "0.1.0"
15773dependencies = [
15774 "editor",
15775 "fuzzy",
15776 "gpui",
15777 "menu",
15778 "picker",
15779 "project",
15780 "serde_json",
15781 "settings",
15782 "theme",
15783 "ui",
15784 "workspace",
15785 "zed_actions",
15786]
15787
15788[[package]]
15789name = "settings_ui"
15790version = "0.1.0"
15791dependencies = [
15792 "agent",
15793 "agent_settings",
15794 "anyhow",
15795 "audio",
15796 "codestral",
15797 "component",
15798 "copilot",
15799 "copilot_ui",
15800 "cpal",
15801 "edit_prediction",
15802 "edit_prediction_ui",
15803 "editor",
15804 "feature_flags",
15805 "fs",
15806 "futures 0.3.31",
15807 "fuzzy",
15808 "gpui",
15809 "heck 0.5.0",
15810 "itertools 0.14.0",
15811 "language",
15812 "log",
15813 "menu",
15814 "paths",
15815 "picker",
15816 "platform_title_bar",
15817 "pretty_assertions",
15818 "project",
15819 "regex",
15820 "release_channel",
15821 "rodio",
15822 "schemars",
15823 "search",
15824 "serde",
15825 "serde_json",
15826 "settings",
15827 "shell_command_parser",
15828 "strum 0.27.2",
15829 "telemetry",
15830 "theme",
15831 "title_bar",
15832 "ui",
15833 "util",
15834 "workspace",
15835 "zed_actions",
15836]
15837
15838[[package]]
15839name = "sha-1"
15840version = "0.10.1"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15843dependencies = [
15844 "cfg-if",
15845 "cpufeatures",
15846 "digest",
15847]
15848
15849[[package]]
15850name = "sha1"
15851version = "0.10.6"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15854dependencies = [
15855 "cfg-if",
15856 "cpufeatures",
15857 "digest",
15858]
15859
15860[[package]]
15861name = "sha1_smol"
15862version = "1.0.1"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15865
15866[[package]]
15867name = "sha2"
15868version = "0.10.9"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15871dependencies = [
15872 "cfg-if",
15873 "cpufeatures",
15874 "digest",
15875]
15876
15877[[package]]
15878name = "sharded-slab"
15879version = "0.1.7"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15882dependencies = [
15883 "lazy_static",
15884]
15885
15886[[package]]
15887name = "shared_library"
15888version = "0.1.9"
15889source = "registry+https://github.com/rust-lang/crates.io-index"
15890checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15891dependencies = [
15892 "lazy_static",
15893 "libc",
15894]
15895
15896[[package]]
15897name = "shell-words"
15898version = "1.1.0"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15901
15902[[package]]
15903name = "shell_command_parser"
15904version = "0.1.0"
15905dependencies = [
15906 "brush-parser",
15907]
15908
15909[[package]]
15910name = "shellexpand"
15911version = "2.1.2"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15914dependencies = [
15915 "dirs 4.0.0",
15916]
15917
15918[[package]]
15919name = "shellexpand"
15920version = "3.1.1"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15923dependencies = [
15924 "dirs 6.0.0",
15925]
15926
15927[[package]]
15928name = "shingles"
15929version = "0.1.1"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15932
15933[[package]]
15934name = "shlex"
15935version = "1.3.0"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15938
15939[[package]]
15940name = "sidebar"
15941version = "0.1.0"
15942dependencies = [
15943 "acp_thread",
15944 "action_log",
15945 "agent",
15946 "agent-client-protocol",
15947 "agent_ui",
15948 "anyhow",
15949 "assistant_text_thread",
15950 "chrono",
15951 "editor",
15952 "feature_flags",
15953 "fs",
15954 "git",
15955 "gpui",
15956 "language_model",
15957 "menu",
15958 "pretty_assertions",
15959 "project",
15960 "prompt_store",
15961 "recent_projects",
15962 "serde_json",
15963 "settings",
15964 "theme",
15965 "ui",
15966 "util",
15967 "vim_mode_setting",
15968 "workspace",
15969 "zed_actions",
15970]
15971
15972[[package]]
15973name = "signal-hook"
15974version = "0.3.18"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15977dependencies = [
15978 "libc",
15979 "signal-hook-registry",
15980]
15981
15982[[package]]
15983name = "signal-hook-registry"
15984version = "1.4.6"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15987dependencies = [
15988 "libc",
15989]
15990
15991[[package]]
15992name = "signature"
15993version = "1.6.4"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15996dependencies = [
15997 "digest",
15998 "rand_core 0.6.4",
15999]
16000
16001[[package]]
16002name = "signature"
16003version = "2.2.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16006dependencies = [
16007 "digest",
16008 "rand_core 0.6.4",
16009]
16010
16011[[package]]
16012name = "simd-adler32"
16013version = "0.3.7"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16016
16017[[package]]
16018name = "simd_helpers"
16019version = "0.1.0"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16022dependencies = [
16023 "quote",
16024]
16025
16026[[package]]
16027name = "simdutf8"
16028version = "0.1.5"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16031
16032[[package]]
16033name = "similar"
16034version = "2.7.0"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16037
16038[[package]]
16039name = "simple_asn1"
16040version = "0.6.3"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16043dependencies = [
16044 "num-bigint",
16045 "num-traits",
16046 "thiserror 2.0.17",
16047 "time",
16048]
16049
16050[[package]]
16051name = "simplecss"
16052version = "0.2.2"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16055dependencies = [
16056 "log",
16057]
16058
16059[[package]]
16060name = "simplelog"
16061version = "0.12.2"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16064dependencies = [
16065 "log",
16066 "termcolor",
16067 "time",
16068]
16069
16070[[package]]
16071name = "siphasher"
16072version = "0.3.11"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16075
16076[[package]]
16077name = "siphasher"
16078version = "1.0.1"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16081
16082[[package]]
16083name = "skrifa"
16084version = "0.37.0"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16087dependencies = [
16088 "bytemuck",
16089 "read-fonts 0.35.0",
16090]
16091
16092[[package]]
16093name = "skrifa"
16094version = "0.40.0"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16097dependencies = [
16098 "bytemuck",
16099 "read-fonts 0.37.0",
16100]
16101
16102[[package]]
16103name = "slab"
16104version = "0.4.11"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16107
16108[[package]]
16109name = "slash_commands_example"
16110version = "0.1.0"
16111dependencies = [
16112 "zed_extension_api 0.1.0",
16113]
16114
16115[[package]]
16116name = "slotmap"
16117version = "1.0.7"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16120dependencies = [
16121 "version_check",
16122]
16123
16124[[package]]
16125name = "smallvec"
16126version = "1.15.1"
16127source = "registry+https://github.com/rust-lang/crates.io-index"
16128checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16129dependencies = [
16130 "serde",
16131]
16132
16133[[package]]
16134name = "smart-default"
16135version = "0.7.1"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16138dependencies = [
16139 "proc-macro2",
16140 "quote",
16141 "syn 2.0.117",
16142]
16143
16144[[package]]
16145name = "smol"
16146version = "2.0.2"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16149dependencies = [
16150 "async-channel 2.5.0",
16151 "async-executor",
16152 "async-fs",
16153 "async-io",
16154 "async-lock 3.4.2",
16155 "async-net",
16156 "async-process",
16157 "blocking",
16158 "futures-lite 2.6.1",
16159]
16160
16161[[package]]
16162name = "smol_str"
16163version = "0.3.5"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16166
16167[[package]]
16168name = "snippet"
16169version = "0.1.0"
16170dependencies = [
16171 "anyhow",
16172 "smallvec",
16173]
16174
16175[[package]]
16176name = "snippet_provider"
16177version = "0.1.0"
16178dependencies = [
16179 "anyhow",
16180 "collections",
16181 "extension",
16182 "fs",
16183 "futures 0.3.31",
16184 "gpui",
16185 "indoc",
16186 "parking_lot",
16187 "paths",
16188 "schemars",
16189 "serde",
16190 "serde_json",
16191 "serde_json_lenient",
16192 "snippet",
16193 "util",
16194]
16195
16196[[package]]
16197name = "snippets_ui"
16198version = "0.1.0"
16199dependencies = [
16200 "file_icons",
16201 "fuzzy",
16202 "gpui",
16203 "language",
16204 "open_path_prompt",
16205 "paths",
16206 "picker",
16207 "settings",
16208 "ui",
16209 "util",
16210 "workspace",
16211]
16212
16213[[package]]
16214name = "socket2"
16215version = "0.5.10"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16218dependencies = [
16219 "libc",
16220 "windows-sys 0.52.0",
16221]
16222
16223[[package]]
16224name = "socket2"
16225version = "0.6.1"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16228dependencies = [
16229 "libc",
16230 "windows-sys 0.60.2",
16231]
16232
16233[[package]]
16234name = "spdx"
16235version = "0.10.9"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16238dependencies = [
16239 "smallvec",
16240]
16241
16242[[package]]
16243name = "spin"
16244version = "0.9.8"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16247dependencies = [
16248 "lock_api",
16249]
16250
16251[[package]]
16252name = "spin"
16253version = "0.10.0"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16256dependencies = [
16257 "lock_api",
16258]
16259
16260[[package]]
16261name = "spirv"
16262version = "0.4.0+sdk-1.4.341.0"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16265dependencies = [
16266 "bitflags 2.10.0",
16267]
16268
16269[[package]]
16270name = "spki"
16271version = "0.6.0"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16274dependencies = [
16275 "base64ct",
16276 "der 0.6.1",
16277]
16278
16279[[package]]
16280name = "spki"
16281version = "0.7.3"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16284dependencies = [
16285 "base64ct",
16286 "der 0.7.10",
16287]
16288
16289[[package]]
16290name = "sptr"
16291version = "0.3.2"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16294
16295[[package]]
16296name = "sqlez"
16297version = "0.1.0"
16298dependencies = [
16299 "anyhow",
16300 "collections",
16301 "futures 0.3.31",
16302 "indoc",
16303 "libsqlite3-sys",
16304 "log",
16305 "parking_lot",
16306 "smol",
16307 "sqlformat",
16308 "thread_local",
16309 "util",
16310 "uuid",
16311]
16312
16313[[package]]
16314name = "sqlez_macros"
16315version = "0.1.0"
16316dependencies = [
16317 "sqlez",
16318 "sqlformat",
16319 "syn 2.0.117",
16320]
16321
16322[[package]]
16323name = "sqlformat"
16324version = "0.2.6"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16327dependencies = [
16328 "nom 7.1.3",
16329 "unicode_categories",
16330]
16331
16332[[package]]
16333name = "sqlx"
16334version = "0.8.6"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16337dependencies = [
16338 "sqlx-core",
16339 "sqlx-macros",
16340 "sqlx-mysql",
16341 "sqlx-postgres",
16342 "sqlx-sqlite",
16343]
16344
16345[[package]]
16346name = "sqlx-core"
16347version = "0.8.6"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16350dependencies = [
16351 "base64 0.22.1",
16352 "bigdecimal",
16353 "bytes 1.11.1",
16354 "chrono",
16355 "crc",
16356 "crossbeam-queue",
16357 "either",
16358 "event-listener 5.4.1",
16359 "futures-core",
16360 "futures-intrusive",
16361 "futures-io",
16362 "futures-util",
16363 "hashbrown 0.15.5",
16364 "hashlink 0.10.0",
16365 "indexmap",
16366 "log",
16367 "memchr",
16368 "once_cell",
16369 "percent-encoding",
16370 "rust_decimal",
16371 "rustls 0.23.33",
16372 "serde",
16373 "serde_json",
16374 "sha2",
16375 "smallvec",
16376 "thiserror 2.0.17",
16377 "time",
16378 "tokio",
16379 "tokio-stream",
16380 "tracing",
16381 "url",
16382 "uuid",
16383 "webpki-roots",
16384]
16385
16386[[package]]
16387name = "sqlx-macros"
16388version = "0.8.6"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16391dependencies = [
16392 "proc-macro2",
16393 "quote",
16394 "sqlx-core",
16395 "sqlx-macros-core",
16396 "syn 2.0.117",
16397]
16398
16399[[package]]
16400name = "sqlx-macros-core"
16401version = "0.8.6"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16404dependencies = [
16405 "dotenvy",
16406 "either",
16407 "heck 0.5.0",
16408 "hex",
16409 "once_cell",
16410 "proc-macro2",
16411 "quote",
16412 "serde",
16413 "serde_json",
16414 "sha2",
16415 "sqlx-core",
16416 "sqlx-mysql",
16417 "sqlx-postgres",
16418 "sqlx-sqlite",
16419 "syn 2.0.117",
16420 "tokio",
16421 "url",
16422]
16423
16424[[package]]
16425name = "sqlx-mysql"
16426version = "0.8.6"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16429dependencies = [
16430 "atoi",
16431 "base64 0.22.1",
16432 "bigdecimal",
16433 "bitflags 2.10.0",
16434 "byteorder",
16435 "bytes 1.11.1",
16436 "chrono",
16437 "crc",
16438 "digest",
16439 "dotenvy",
16440 "either",
16441 "futures-channel",
16442 "futures-core",
16443 "futures-io",
16444 "futures-util",
16445 "generic-array",
16446 "hex",
16447 "hkdf",
16448 "hmac",
16449 "itoa",
16450 "log",
16451 "md-5",
16452 "memchr",
16453 "once_cell",
16454 "percent-encoding",
16455 "rand 0.8.5",
16456 "rsa",
16457 "rust_decimal",
16458 "serde",
16459 "sha1",
16460 "sha2",
16461 "smallvec",
16462 "sqlx-core",
16463 "stringprep",
16464 "thiserror 2.0.17",
16465 "time",
16466 "tracing",
16467 "uuid",
16468 "whoami",
16469]
16470
16471[[package]]
16472name = "sqlx-postgres"
16473version = "0.8.6"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16476dependencies = [
16477 "atoi",
16478 "base64 0.22.1",
16479 "bigdecimal",
16480 "bitflags 2.10.0",
16481 "byteorder",
16482 "chrono",
16483 "crc",
16484 "dotenvy",
16485 "etcetera",
16486 "futures-channel",
16487 "futures-core",
16488 "futures-util",
16489 "hex",
16490 "hkdf",
16491 "hmac",
16492 "home",
16493 "itoa",
16494 "log",
16495 "md-5",
16496 "memchr",
16497 "num-bigint",
16498 "once_cell",
16499 "rand 0.8.5",
16500 "rust_decimal",
16501 "serde",
16502 "serde_json",
16503 "sha2",
16504 "smallvec",
16505 "sqlx-core",
16506 "stringprep",
16507 "thiserror 2.0.17",
16508 "time",
16509 "tracing",
16510 "uuid",
16511 "whoami",
16512]
16513
16514[[package]]
16515name = "sqlx-sqlite"
16516version = "0.8.6"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16519dependencies = [
16520 "atoi",
16521 "chrono",
16522 "flume",
16523 "futures-channel",
16524 "futures-core",
16525 "futures-executor",
16526 "futures-intrusive",
16527 "futures-util",
16528 "libsqlite3-sys",
16529 "log",
16530 "percent-encoding",
16531 "serde",
16532 "serde_urlencoded",
16533 "sqlx-core",
16534 "thiserror 2.0.17",
16535 "time",
16536 "tracing",
16537 "url",
16538 "uuid",
16539]
16540
16541[[package]]
16542name = "stable_deref_trait"
16543version = "1.2.1"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16546
16547[[package]]
16548name = "stacker"
16549version = "0.1.23"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16552dependencies = [
16553 "cc",
16554 "cfg-if",
16555 "libc",
16556 "psm",
16557 "windows-sys 0.59.0",
16558]
16559
16560[[package]]
16561name = "stacksafe"
16562version = "0.1.4"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16565dependencies = [
16566 "stacker",
16567 "stacksafe-macro",
16568]
16569
16570[[package]]
16571name = "stacksafe-macro"
16572version = "0.1.4"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16575dependencies = [
16576 "proc-macro-error2",
16577 "quote",
16578 "syn 2.0.117",
16579]
16580
16581[[package]]
16582name = "static_assertions"
16583version = "1.1.0"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16586
16587[[package]]
16588name = "story"
16589version = "0.1.0"
16590dependencies = [
16591 "gpui",
16592 "itertools 0.14.0",
16593 "smallvec",
16594]
16595
16596[[package]]
16597name = "storybook"
16598version = "0.1.0"
16599dependencies = [
16600 "anyhow",
16601 "clap",
16602 "ctrlc",
16603 "dialoguer",
16604 "editor",
16605 "fuzzy",
16606 "gpui",
16607 "gpui_platform",
16608 "indoc",
16609 "language",
16610 "log",
16611 "menu",
16612 "picker",
16613 "reqwest_client",
16614 "rust-embed",
16615 "settings",
16616 "simplelog",
16617 "story",
16618 "strum 0.27.2",
16619 "theme",
16620 "title_bar",
16621 "ui",
16622]
16623
16624[[package]]
16625name = "streaming-iterator"
16626version = "0.1.9"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16629
16630[[package]]
16631name = "streaming_diff"
16632version = "0.1.0"
16633dependencies = [
16634 "ordered-float 2.10.1",
16635 "rand 0.9.2",
16636 "rope",
16637 "util",
16638]
16639
16640[[package]]
16641name = "strength_reduce"
16642version = "0.2.4"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16645
16646[[package]]
16647name = "strict-num"
16648version = "0.1.1"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16651dependencies = [
16652 "float-cmp",
16653]
16654
16655[[package]]
16656name = "string_cache"
16657version = "0.8.9"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16660dependencies = [
16661 "new_debug_unreachable",
16662 "parking_lot",
16663 "phf_shared 0.11.3",
16664 "precomputed-hash",
16665 "serde",
16666]
16667
16668[[package]]
16669name = "string_cache_codegen"
16670version = "0.5.4"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16673dependencies = [
16674 "phf_generator 0.11.3",
16675 "phf_shared 0.11.3",
16676 "proc-macro2",
16677 "quote",
16678]
16679
16680[[package]]
16681name = "stringprep"
16682version = "0.1.5"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16685dependencies = [
16686 "unicode-bidi",
16687 "unicode-normalization",
16688 "unicode-properties",
16689]
16690
16691[[package]]
16692name = "strsim"
16693version = "0.11.1"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16696
16697[[package]]
16698name = "strum"
16699version = "0.26.3"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16702
16703[[package]]
16704name = "strum"
16705version = "0.27.2"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16708dependencies = [
16709 "strum_macros 0.27.2",
16710]
16711
16712[[package]]
16713name = "strum"
16714version = "0.28.0"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16717dependencies = [
16718 "strum_macros 0.28.0",
16719]
16720
16721[[package]]
16722name = "strum_macros"
16723version = "0.27.2"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16726dependencies = [
16727 "heck 0.5.0",
16728 "proc-macro2",
16729 "quote",
16730 "syn 2.0.117",
16731]
16732
16733[[package]]
16734name = "strum_macros"
16735version = "0.28.0"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16738dependencies = [
16739 "heck 0.5.0",
16740 "proc-macro2",
16741 "quote",
16742 "syn 2.0.117",
16743]
16744
16745[[package]]
16746name = "subtle"
16747version = "2.6.1"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16750
16751[[package]]
16752name = "sum_tree"
16753version = "0.1.0"
16754dependencies = [
16755 "ctor",
16756 "heapless",
16757 "log",
16758 "proptest",
16759 "rand 0.9.2",
16760 "rayon",
16761 "tracing",
16762 "zlog",
16763 "ztracing",
16764]
16765
16766[[package]]
16767name = "sval"
16768version = "2.15.0"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16771
16772[[package]]
16773name = "sval_buffer"
16774version = "2.15.0"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16777dependencies = [
16778 "sval",
16779 "sval_ref",
16780]
16781
16782[[package]]
16783name = "sval_dynamic"
16784version = "2.15.0"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16787dependencies = [
16788 "sval",
16789]
16790
16791[[package]]
16792name = "sval_fmt"
16793version = "2.15.0"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16796dependencies = [
16797 "itoa",
16798 "ryu",
16799 "sval",
16800]
16801
16802[[package]]
16803name = "sval_json"
16804version = "2.15.0"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16807dependencies = [
16808 "itoa",
16809 "ryu",
16810 "sval",
16811]
16812
16813[[package]]
16814name = "sval_nested"
16815version = "2.15.0"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16818dependencies = [
16819 "sval",
16820 "sval_buffer",
16821 "sval_ref",
16822]
16823
16824[[package]]
16825name = "sval_ref"
16826version = "2.15.0"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16829dependencies = [
16830 "sval",
16831]
16832
16833[[package]]
16834name = "sval_serde"
16835version = "2.15.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16838dependencies = [
16839 "serde_core",
16840 "sval",
16841 "sval_nested",
16842]
16843
16844[[package]]
16845name = "svg_fmt"
16846version = "0.4.5"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16849
16850[[package]]
16851name = "svg_preview"
16852version = "0.1.0"
16853dependencies = [
16854 "file_icons",
16855 "gpui",
16856 "language",
16857 "multi_buffer",
16858 "ui",
16859 "workspace",
16860 "zed_actions",
16861]
16862
16863[[package]]
16864name = "svgtypes"
16865version = "0.15.3"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16868dependencies = [
16869 "kurbo",
16870 "siphasher 1.0.1",
16871]
16872
16873[[package]]
16874name = "swash"
16875version = "0.2.6"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16878dependencies = [
16879 "skrifa 0.37.0",
16880 "yazi",
16881 "zeno",
16882]
16883
16884[[package]]
16885name = "symphonia"
16886version = "0.5.5"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16889dependencies = [
16890 "lazy_static",
16891 "symphonia-bundle-flac",
16892 "symphonia-bundle-mp3",
16893 "symphonia-codec-aac",
16894 "symphonia-codec-pcm",
16895 "symphonia-codec-vorbis",
16896 "symphonia-core",
16897 "symphonia-format-isomp4",
16898 "symphonia-format-ogg",
16899 "symphonia-format-riff",
16900 "symphonia-metadata",
16901]
16902
16903[[package]]
16904name = "symphonia-bundle-flac"
16905version = "0.5.5"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16908dependencies = [
16909 "log",
16910 "symphonia-core",
16911 "symphonia-metadata",
16912 "symphonia-utils-xiph",
16913]
16914
16915[[package]]
16916name = "symphonia-bundle-mp3"
16917version = "0.5.5"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16920dependencies = [
16921 "lazy_static",
16922 "log",
16923 "symphonia-core",
16924 "symphonia-metadata",
16925]
16926
16927[[package]]
16928name = "symphonia-codec-aac"
16929version = "0.5.5"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16932dependencies = [
16933 "lazy_static",
16934 "log",
16935 "symphonia-core",
16936]
16937
16938[[package]]
16939name = "symphonia-codec-pcm"
16940version = "0.5.5"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16943dependencies = [
16944 "log",
16945 "symphonia-core",
16946]
16947
16948[[package]]
16949name = "symphonia-codec-vorbis"
16950version = "0.5.5"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16953dependencies = [
16954 "log",
16955 "symphonia-core",
16956 "symphonia-utils-xiph",
16957]
16958
16959[[package]]
16960name = "symphonia-core"
16961version = "0.5.5"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16964dependencies = [
16965 "arrayvec",
16966 "bitflags 1.3.2",
16967 "bytemuck",
16968 "lazy_static",
16969 "log",
16970]
16971
16972[[package]]
16973name = "symphonia-format-isomp4"
16974version = "0.5.5"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16977dependencies = [
16978 "encoding_rs",
16979 "log",
16980 "symphonia-core",
16981 "symphonia-metadata",
16982 "symphonia-utils-xiph",
16983]
16984
16985[[package]]
16986name = "symphonia-format-ogg"
16987version = "0.5.5"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16990dependencies = [
16991 "log",
16992 "symphonia-core",
16993 "symphonia-metadata",
16994 "symphonia-utils-xiph",
16995]
16996
16997[[package]]
16998name = "symphonia-format-riff"
16999version = "0.5.5"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17002dependencies = [
17003 "extended",
17004 "log",
17005 "symphonia-core",
17006 "symphonia-metadata",
17007]
17008
17009[[package]]
17010name = "symphonia-metadata"
17011version = "0.5.5"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17014dependencies = [
17015 "encoding_rs",
17016 "lazy_static",
17017 "log",
17018 "symphonia-core",
17019]
17020
17021[[package]]
17022name = "symphonia-utils-xiph"
17023version = "0.5.5"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17026dependencies = [
17027 "symphonia-core",
17028 "symphonia-metadata",
17029]
17030
17031[[package]]
17032name = "syn"
17033version = "1.0.109"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17036dependencies = [
17037 "proc-macro2",
17038 "quote",
17039 "unicode-ident",
17040]
17041
17042[[package]]
17043name = "syn"
17044version = "2.0.117"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17047dependencies = [
17048 "proc-macro2",
17049 "quote",
17050 "unicode-ident",
17051]
17052
17053[[package]]
17054name = "sync_wrapper"
17055version = "0.1.2"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17058
17059[[package]]
17060name = "sync_wrapper"
17061version = "1.0.2"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17064dependencies = [
17065 "futures-core",
17066]
17067
17068[[package]]
17069name = "synchronoise"
17070version = "1.0.1"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17073dependencies = [
17074 "crossbeam-queue",
17075]
17076
17077[[package]]
17078name = "synstructure"
17079version = "0.13.2"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17082dependencies = [
17083 "proc-macro2",
17084 "quote",
17085 "syn 2.0.117",
17086]
17087
17088[[package]]
17089name = "sys-locale"
17090version = "0.3.2"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17093dependencies = [
17094 "libc",
17095]
17096
17097[[package]]
17098name = "sysctl"
17099version = "0.5.5"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17102dependencies = [
17103 "bitflags 2.10.0",
17104 "byteorder",
17105 "enum-as-inner",
17106 "libc",
17107 "thiserror 1.0.69",
17108 "walkdir",
17109]
17110
17111[[package]]
17112name = "sysctl"
17113version = "0.6.0"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17116dependencies = [
17117 "bitflags 2.10.0",
17118 "byteorder",
17119 "enum-as-inner",
17120 "libc",
17121 "thiserror 1.0.69",
17122 "walkdir",
17123]
17124
17125[[package]]
17126name = "sysinfo"
17127version = "0.31.4"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17130dependencies = [
17131 "core-foundation-sys",
17132 "libc",
17133 "memchr",
17134 "ntapi",
17135 "rayon",
17136 "windows 0.57.0",
17137]
17138
17139[[package]]
17140name = "sysinfo"
17141version = "0.37.2"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17144dependencies = [
17145 "libc",
17146 "memchr",
17147 "ntapi",
17148 "objc2-core-foundation",
17149 "objc2-io-kit",
17150 "windows 0.61.3",
17151]
17152
17153[[package]]
17154name = "system-configuration"
17155version = "0.5.1"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17158dependencies = [
17159 "bitflags 1.3.2",
17160 "core-foundation 0.9.4",
17161 "system-configuration-sys 0.5.0",
17162]
17163
17164[[package]]
17165name = "system-configuration"
17166version = "0.6.1"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17169dependencies = [
17170 "bitflags 2.10.0",
17171 "core-foundation 0.9.4",
17172 "system-configuration-sys 0.6.0",
17173]
17174
17175[[package]]
17176name = "system-configuration-sys"
17177version = "0.5.0"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17180dependencies = [
17181 "core-foundation-sys",
17182 "libc",
17183]
17184
17185[[package]]
17186name = "system-configuration-sys"
17187version = "0.6.0"
17188source = "registry+https://github.com/rust-lang/crates.io-index"
17189checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17190dependencies = [
17191 "core-foundation-sys",
17192 "libc",
17193]
17194
17195[[package]]
17196name = "system-deps"
17197version = "6.2.2"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17200dependencies = [
17201 "cfg-expr 0.15.8",
17202 "heck 0.5.0",
17203 "pkg-config",
17204 "toml 0.8.23",
17205 "version-compare",
17206]
17207
17208[[package]]
17209name = "system-deps"
17210version = "7.0.7"
17211source = "registry+https://github.com/rust-lang/crates.io-index"
17212checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17213dependencies = [
17214 "cfg-expr 0.20.6",
17215 "heck 0.5.0",
17216 "pkg-config",
17217 "toml 0.9.8",
17218 "version-compare",
17219]
17220
17221[[package]]
17222name = "system-interface"
17223version = "0.27.3"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17226dependencies = [
17227 "bitflags 2.10.0",
17228 "cap-fs-ext",
17229 "cap-std",
17230 "fd-lock",
17231 "io-lifetimes",
17232 "rustix 0.38.44",
17233 "windows-sys 0.59.0",
17234 "winx",
17235]
17236
17237[[package]]
17238name = "system_specs"
17239version = "0.1.0"
17240dependencies = [
17241 "anyhow",
17242 "client",
17243 "gpui",
17244 "human_bytes",
17245 "pciid-parser",
17246 "release_channel",
17247 "semver",
17248 "serde",
17249 "sysinfo 0.37.2",
17250]
17251
17252[[package]]
17253name = "tab_switcher"
17254version = "0.1.0"
17255dependencies = [
17256 "collections",
17257 "ctor",
17258 "editor",
17259 "fuzzy",
17260 "gpui",
17261 "menu",
17262 "picker",
17263 "project",
17264 "schemars",
17265 "serde",
17266 "serde_json",
17267 "settings",
17268 "smol",
17269 "theme",
17270 "ui",
17271 "util",
17272 "workspace",
17273 "zlog",
17274]
17275
17276[[package]]
17277name = "taffy"
17278version = "0.9.0"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17281dependencies = [
17282 "arrayvec",
17283 "grid",
17284 "serde",
17285 "slotmap",
17286]
17287
17288[[package]]
17289name = "tagptr"
17290version = "0.2.0"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17293
17294[[package]]
17295name = "take-until"
17296version = "0.2.0"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17299
17300[[package]]
17301name = "tao-core-video-sys"
17302version = "0.2.0"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17305dependencies = [
17306 "cfg-if",
17307 "core-foundation-sys",
17308 "libc",
17309 "objc",
17310]
17311
17312[[package]]
17313name = "tap"
17314version = "1.0.1"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17317
17318[[package]]
17319name = "target-lexicon"
17320version = "0.12.16"
17321source = "registry+https://github.com/rust-lang/crates.io-index"
17322checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17323
17324[[package]]
17325name = "target-lexicon"
17326version = "0.13.3"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17329
17330[[package]]
17331name = "task"
17332version = "0.1.0"
17333dependencies = [
17334 "anyhow",
17335 "collections",
17336 "futures 0.3.31",
17337 "gpui",
17338 "hex",
17339 "log",
17340 "parking_lot",
17341 "pretty_assertions",
17342 "proto",
17343 "schemars",
17344 "serde",
17345 "serde_json",
17346 "serde_json_lenient",
17347 "sha2",
17348 "shellexpand 2.1.2",
17349 "util",
17350 "zed_actions",
17351]
17352
17353[[package]]
17354name = "tasks_ui"
17355version = "0.1.0"
17356dependencies = [
17357 "anyhow",
17358 "collections",
17359 "editor",
17360 "file_icons",
17361 "fuzzy",
17362 "gpui",
17363 "itertools 0.14.0",
17364 "language",
17365 "menu",
17366 "picker",
17367 "project",
17368 "serde",
17369 "serde_json",
17370 "task",
17371 "tree-sitter-rust",
17372 "tree-sitter-typescript",
17373 "ui",
17374 "util",
17375 "workspace",
17376 "zed_actions",
17377]
17378
17379[[package]]
17380name = "telemetry"
17381version = "0.1.0"
17382dependencies = [
17383 "futures 0.3.31",
17384 "serde",
17385 "serde_json",
17386 "telemetry_events",
17387]
17388
17389[[package]]
17390name = "telemetry_events"
17391version = "0.1.0"
17392dependencies = [
17393 "semver",
17394 "serde",
17395 "serde_json",
17396]
17397
17398[[package]]
17399name = "tempfile"
17400version = "3.23.0"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17403dependencies = [
17404 "fastrand 2.3.0",
17405 "getrandom 0.3.4",
17406 "once_cell",
17407 "rustix 1.1.2",
17408 "windows-sys 0.61.2",
17409]
17410
17411[[package]]
17412name = "tendril"
17413version = "0.4.3"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17416dependencies = [
17417 "futf",
17418 "mac",
17419 "utf-8",
17420]
17421
17422[[package]]
17423name = "termcolor"
17424version = "1.4.1"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17427dependencies = [
17428 "winapi-util",
17429]
17430
17431[[package]]
17432name = "terminal"
17433version = "0.1.0"
17434dependencies = [
17435 "alacritty_terminal",
17436 "anyhow",
17437 "collections",
17438 "futures 0.3.31",
17439 "gpui",
17440 "itertools 0.14.0",
17441 "libc",
17442 "log",
17443 "parking_lot",
17444 "rand 0.9.2",
17445 "regex",
17446 "release_channel",
17447 "schemars",
17448 "serde",
17449 "settings",
17450 "smol",
17451 "sysinfo 0.37.2",
17452 "task",
17453 "theme",
17454 "thiserror 2.0.17",
17455 "url",
17456 "urlencoding",
17457 "util",
17458 "util_macros",
17459 "windows 0.61.3",
17460]
17461
17462[[package]]
17463name = "terminal_size"
17464version = "0.4.3"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17467dependencies = [
17468 "rustix 1.1.2",
17469 "windows-sys 0.60.2",
17470]
17471
17472[[package]]
17473name = "terminal_view"
17474version = "0.1.0"
17475dependencies = [
17476 "anyhow",
17477 "assistant_slash_command",
17478 "async-recursion",
17479 "breadcrumbs",
17480 "collections",
17481 "db",
17482 "dirs 4.0.0",
17483 "editor",
17484 "futures 0.3.31",
17485 "gpui",
17486 "itertools 0.14.0",
17487 "language",
17488 "log",
17489 "menu",
17490 "pretty_assertions",
17491 "project",
17492 "regex",
17493 "schemars",
17494 "serde",
17495 "serde_json",
17496 "settings",
17497 "shellexpand 2.1.2",
17498 "task",
17499 "terminal",
17500 "theme",
17501 "ui",
17502 "util",
17503 "workspace",
17504 "zed_actions",
17505]
17506
17507[[package]]
17508name = "text"
17509version = "0.1.0"
17510dependencies = [
17511 "anyhow",
17512 "clock",
17513 "collections",
17514 "ctor",
17515 "gpui",
17516 "log",
17517 "parking_lot",
17518 "postage",
17519 "rand 0.9.2",
17520 "regex",
17521 "rope",
17522 "smallvec",
17523 "sum_tree",
17524 "util",
17525 "zlog",
17526]
17527
17528[[package]]
17529name = "theme"
17530version = "0.1.0"
17531dependencies = [
17532 "anyhow",
17533 "collections",
17534 "derive_more",
17535 "fs",
17536 "futures 0.3.31",
17537 "gpui",
17538 "log",
17539 "palette",
17540 "parking_lot",
17541 "refineable",
17542 "schemars",
17543 "serde",
17544 "serde_json",
17545 "serde_json_lenient",
17546 "settings",
17547 "strum 0.27.2",
17548 "thiserror 2.0.17",
17549 "util",
17550 "uuid",
17551]
17552
17553[[package]]
17554name = "theme_extension"
17555version = "0.1.0"
17556dependencies = [
17557 "anyhow",
17558 "extension",
17559 "fs",
17560 "gpui",
17561 "theme",
17562]
17563
17564[[package]]
17565name = "theme_importer"
17566version = "0.1.0"
17567dependencies = [
17568 "anyhow",
17569 "clap",
17570 "collections",
17571 "gpui",
17572 "indexmap",
17573 "log",
17574 "palette",
17575 "serde",
17576 "serde_json",
17577 "serde_json_lenient",
17578 "simplelog",
17579 "strum 0.27.2",
17580 "theme",
17581 "vscode_theme",
17582]
17583
17584[[package]]
17585name = "theme_selector"
17586version = "0.1.0"
17587dependencies = [
17588 "fs",
17589 "fuzzy",
17590 "gpui",
17591 "log",
17592 "picker",
17593 "serde",
17594 "settings",
17595 "telemetry",
17596 "theme",
17597 "ui",
17598 "util",
17599 "workspace",
17600 "zed_actions",
17601]
17602
17603[[package]]
17604name = "thiserror"
17605version = "1.0.69"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17608dependencies = [
17609 "thiserror-impl 1.0.69",
17610]
17611
17612[[package]]
17613name = "thiserror"
17614version = "2.0.17"
17615source = "registry+https://github.com/rust-lang/crates.io-index"
17616checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17617dependencies = [
17618 "thiserror-impl 2.0.17",
17619]
17620
17621[[package]]
17622name = "thiserror-impl"
17623version = "1.0.69"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17626dependencies = [
17627 "proc-macro2",
17628 "quote",
17629 "syn 2.0.117",
17630]
17631
17632[[package]]
17633name = "thiserror-impl"
17634version = "2.0.17"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17637dependencies = [
17638 "proc-macro2",
17639 "quote",
17640 "syn 2.0.117",
17641]
17642
17643[[package]]
17644name = "thread_local"
17645version = "1.1.9"
17646source = "registry+https://github.com/rust-lang/crates.io-index"
17647checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17648dependencies = [
17649 "cfg-if",
17650]
17651
17652[[package]]
17653name = "tiff"
17654version = "0.10.3"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17657dependencies = [
17658 "fax",
17659 "flate2",
17660 "half",
17661 "quick-error 2.0.1",
17662 "weezl",
17663 "zune-jpeg",
17664]
17665
17666[[package]]
17667name = "tiktoken-rs"
17668version = "0.9.1"
17669source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17670dependencies = [
17671 "anyhow",
17672 "base64 0.22.1",
17673 "bstr",
17674 "fancy-regex 0.16.2",
17675 "lazy_static",
17676 "regex",
17677 "rustc-hash 1.1.0",
17678]
17679
17680[[package]]
17681name = "time"
17682version = "0.3.47"
17683source = "registry+https://github.com/rust-lang/crates.io-index"
17684checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17685dependencies = [
17686 "deranged",
17687 "itoa",
17688 "libc",
17689 "num-conv",
17690 "num_threads",
17691 "powerfmt",
17692 "serde_core",
17693 "time-core",
17694 "time-macros",
17695]
17696
17697[[package]]
17698name = "time-core"
17699version = "0.1.8"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17702
17703[[package]]
17704name = "time-macros"
17705version = "0.2.27"
17706source = "registry+https://github.com/rust-lang/crates.io-index"
17707checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17708dependencies = [
17709 "num-conv",
17710 "time-core",
17711]
17712
17713[[package]]
17714name = "time_format"
17715version = "0.1.0"
17716dependencies = [
17717 "core-foundation 0.10.0",
17718 "core-foundation-sys",
17719 "sys-locale",
17720 "time",
17721 "windows 0.61.3",
17722]
17723
17724[[package]]
17725name = "tiny-keccak"
17726version = "2.0.2"
17727source = "registry+https://github.com/rust-lang/crates.io-index"
17728checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17729dependencies = [
17730 "crunchy",
17731]
17732
17733[[package]]
17734name = "tiny-skia"
17735version = "0.11.4"
17736source = "registry+https://github.com/rust-lang/crates.io-index"
17737checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17738dependencies = [
17739 "arrayref",
17740 "arrayvec",
17741 "bytemuck",
17742 "cfg-if",
17743 "log",
17744 "png 0.17.16",
17745 "tiny-skia-path",
17746]
17747
17748[[package]]
17749name = "tiny-skia-path"
17750version = "0.11.4"
17751source = "registry+https://github.com/rust-lang/crates.io-index"
17752checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17753dependencies = [
17754 "arrayref",
17755 "bytemuck",
17756 "strict-num",
17757]
17758
17759[[package]]
17760name = "tiny_http"
17761version = "0.12.0"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17764dependencies = [
17765 "ascii",
17766 "chunked_transfer",
17767 "httpdate",
17768 "log",
17769]
17770
17771[[package]]
17772name = "tinystr"
17773version = "0.8.1"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17776dependencies = [
17777 "displaydoc",
17778 "zerovec",
17779]
17780
17781[[package]]
17782name = "tinytemplate"
17783version = "1.2.1"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17786dependencies = [
17787 "serde",
17788 "serde_json",
17789]
17790
17791[[package]]
17792name = "tinyvec"
17793version = "1.10.0"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17796dependencies = [
17797 "tinyvec_macros",
17798]
17799
17800[[package]]
17801name = "tinyvec_macros"
17802version = "0.1.1"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17805
17806[[package]]
17807name = "title_bar"
17808version = "0.1.0"
17809dependencies = [
17810 "anyhow",
17811 "auto_update",
17812 "call",
17813 "channel",
17814 "chrono",
17815 "client",
17816 "cloud_api_types",
17817 "db",
17818 "git_ui",
17819 "gpui",
17820 "icons",
17821 "livekit_client",
17822 "notifications",
17823 "platform_title_bar",
17824 "project",
17825 "recent_projects",
17826 "release_channel",
17827 "remote",
17828 "remote_connection",
17829 "rpc",
17830 "schemars",
17831 "semver",
17832 "serde",
17833 "settings",
17834 "smallvec",
17835 "story",
17836 "telemetry",
17837 "theme",
17838 "ui",
17839 "util",
17840 "windows 0.61.3",
17841 "workspace",
17842 "zed_actions",
17843]
17844
17845[[package]]
17846name = "tokio"
17847version = "1.48.0"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17850dependencies = [
17851 "bytes 1.11.1",
17852 "libc",
17853 "mio 1.1.0",
17854 "parking_lot",
17855 "pin-project-lite",
17856 "signal-hook-registry",
17857 "socket2 0.6.1",
17858 "tokio-macros",
17859 "windows-sys 0.61.2",
17860]
17861
17862[[package]]
17863name = "tokio-io"
17864version = "0.1.13"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17867dependencies = [
17868 "bytes 0.4.12",
17869 "futures 0.1.31",
17870 "log",
17871]
17872
17873[[package]]
17874name = "tokio-macros"
17875version = "2.6.0"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17878dependencies = [
17879 "proc-macro2",
17880 "quote",
17881 "syn 2.0.117",
17882]
17883
17884[[package]]
17885name = "tokio-native-tls"
17886version = "0.3.1"
17887source = "registry+https://github.com/rust-lang/crates.io-index"
17888checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17889dependencies = [
17890 "native-tls",
17891 "tokio",
17892]
17893
17894[[package]]
17895name = "tokio-rustls"
17896version = "0.24.1"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17899dependencies = [
17900 "rustls 0.21.12",
17901 "tokio",
17902]
17903
17904[[package]]
17905name = "tokio-rustls"
17906version = "0.26.2"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17909dependencies = [
17910 "rustls 0.23.33",
17911 "tokio",
17912]
17913
17914[[package]]
17915name = "tokio-socks"
17916version = "0.5.2"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17919dependencies = [
17920 "either",
17921 "futures-io",
17922 "futures-util",
17923 "thiserror 1.0.69",
17924 "tokio",
17925]
17926
17927[[package]]
17928name = "tokio-stream"
17929version = "0.1.17"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17932dependencies = [
17933 "futures-core",
17934 "pin-project-lite",
17935 "tokio",
17936]
17937
17938[[package]]
17939name = "tokio-tungstenite"
17940version = "0.20.1"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17943dependencies = [
17944 "futures-util",
17945 "log",
17946 "tokio",
17947 "tungstenite 0.20.1",
17948]
17949
17950[[package]]
17951name = "tokio-tungstenite"
17952version = "0.21.0"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17955dependencies = [
17956 "futures-util",
17957 "log",
17958 "tokio",
17959 "tungstenite 0.21.0",
17960]
17961
17962[[package]]
17963name = "tokio-tungstenite"
17964version = "0.28.0"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17967dependencies = [
17968 "futures-util",
17969 "log",
17970 "rustls 0.23.33",
17971 "rustls-native-certs 0.8.2",
17972 "rustls-pki-types",
17973 "tokio",
17974 "tokio-rustls 0.26.2",
17975 "tungstenite 0.28.0",
17976]
17977
17978[[package]]
17979name = "tokio-util"
17980version = "0.7.16"
17981source = "registry+https://github.com/rust-lang/crates.io-index"
17982checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17983dependencies = [
17984 "bytes 1.11.1",
17985 "futures-core",
17986 "futures-io",
17987 "futures-sink",
17988 "pin-project-lite",
17989 "tokio",
17990]
17991
17992[[package]]
17993name = "toml"
17994version = "0.5.11"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17997dependencies = [
17998 "serde",
17999]
18000
18001[[package]]
18002name = "toml"
18003version = "0.8.23"
18004source = "registry+https://github.com/rust-lang/crates.io-index"
18005checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18006dependencies = [
18007 "serde",
18008 "serde_spanned 0.6.9",
18009 "toml_datetime 0.6.11",
18010 "toml_edit 0.22.27",
18011]
18012
18013[[package]]
18014name = "toml"
18015version = "0.9.8"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18018dependencies = [
18019 "indexmap",
18020 "serde_core",
18021 "serde_spanned 1.0.3",
18022 "toml_datetime 0.7.3",
18023 "toml_parser",
18024 "toml_writer",
18025 "winnow",
18026]
18027
18028[[package]]
18029name = "toml_datetime"
18030version = "0.6.11"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18033dependencies = [
18034 "serde",
18035]
18036
18037[[package]]
18038name = "toml_datetime"
18039version = "0.7.3"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18042dependencies = [
18043 "serde_core",
18044]
18045
18046[[package]]
18047name = "toml_edit"
18048version = "0.22.27"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18051dependencies = [
18052 "indexmap",
18053 "serde",
18054 "serde_spanned 0.6.9",
18055 "toml_datetime 0.6.11",
18056 "toml_write",
18057 "winnow",
18058]
18059
18060[[package]]
18061name = "toml_edit"
18062version = "0.23.7"
18063source = "registry+https://github.com/rust-lang/crates.io-index"
18064checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18065dependencies = [
18066 "indexmap",
18067 "toml_datetime 0.7.3",
18068 "toml_parser",
18069 "winnow",
18070]
18071
18072[[package]]
18073name = "toml_parser"
18074version = "1.0.4"
18075source = "registry+https://github.com/rust-lang/crates.io-index"
18076checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18077dependencies = [
18078 "winnow",
18079]
18080
18081[[package]]
18082name = "toml_write"
18083version = "0.1.2"
18084source = "registry+https://github.com/rust-lang/crates.io-index"
18085checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18086
18087[[package]]
18088name = "toml_writer"
18089version = "1.0.4"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18092
18093[[package]]
18094name = "toolchain_selector"
18095version = "0.1.0"
18096dependencies = [
18097 "anyhow",
18098 "convert_case 0.8.0",
18099 "editor",
18100 "futures 0.3.31",
18101 "fuzzy",
18102 "gpui",
18103 "language",
18104 "menu",
18105 "open_path_prompt",
18106 "picker",
18107 "project",
18108 "ui",
18109 "util",
18110 "workspace",
18111]
18112
18113[[package]]
18114name = "topological-sort"
18115version = "0.2.2"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18118
18119[[package]]
18120name = "tower"
18121version = "0.4.13"
18122source = "registry+https://github.com/rust-lang/crates.io-index"
18123checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18124dependencies = [
18125 "futures-core",
18126 "futures-util",
18127 "pin-project",
18128 "pin-project-lite",
18129 "tokio",
18130 "tower-layer",
18131 "tower-service",
18132 "tracing",
18133]
18134
18135[[package]]
18136name = "tower"
18137version = "0.5.2"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18140dependencies = [
18141 "futures-core",
18142 "futures-util",
18143 "pin-project-lite",
18144 "sync_wrapper 1.0.2",
18145 "tokio",
18146 "tower-layer",
18147 "tower-service",
18148]
18149
18150[[package]]
18151name = "tower-http"
18152version = "0.4.4"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18155dependencies = [
18156 "bitflags 2.10.0",
18157 "bytes 1.11.1",
18158 "futures-core",
18159 "futures-util",
18160 "http 0.2.12",
18161 "http-body 0.4.6",
18162 "http-range-header",
18163 "pin-project-lite",
18164 "tower-layer",
18165 "tower-service",
18166 "tracing",
18167]
18168
18169[[package]]
18170name = "tower-http"
18171version = "0.6.6"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18174dependencies = [
18175 "bitflags 2.10.0",
18176 "bytes 1.11.1",
18177 "futures-util",
18178 "http 1.3.1",
18179 "http-body 1.0.1",
18180 "iri-string",
18181 "pin-project-lite",
18182 "tower 0.5.2",
18183 "tower-layer",
18184 "tower-service",
18185]
18186
18187[[package]]
18188name = "tower-layer"
18189version = "0.3.3"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18192
18193[[package]]
18194name = "tower-service"
18195version = "0.3.3"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18198
18199[[package]]
18200name = "tracing"
18201version = "0.1.43"
18202source = "registry+https://github.com/rust-lang/crates.io-index"
18203checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18204dependencies = [
18205 "log",
18206 "pin-project-lite",
18207 "tracing-attributes",
18208 "tracing-core",
18209]
18210
18211[[package]]
18212name = "tracing-attributes"
18213version = "0.1.31"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18216dependencies = [
18217 "proc-macro2",
18218 "quote",
18219 "syn 2.0.117",
18220]
18221
18222[[package]]
18223name = "tracing-core"
18224version = "0.1.35"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18227dependencies = [
18228 "once_cell",
18229 "valuable",
18230]
18231
18232[[package]]
18233name = "tracing-log"
18234version = "0.2.0"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18237dependencies = [
18238 "log",
18239 "once_cell",
18240 "tracing-core",
18241]
18242
18243[[package]]
18244name = "tracing-serde"
18245version = "0.2.0"
18246source = "registry+https://github.com/rust-lang/crates.io-index"
18247checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18248dependencies = [
18249 "serde",
18250 "tracing-core",
18251]
18252
18253[[package]]
18254name = "tracing-subscriber"
18255version = "0.3.22"
18256source = "registry+https://github.com/rust-lang/crates.io-index"
18257checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18258dependencies = [
18259 "matchers",
18260 "nu-ansi-term",
18261 "once_cell",
18262 "regex-automata",
18263 "serde",
18264 "serde_json",
18265 "sharded-slab",
18266 "smallvec",
18267 "thread_local",
18268 "tracing",
18269 "tracing-core",
18270 "tracing-log",
18271 "tracing-serde",
18272]
18273
18274[[package]]
18275name = "tracing-tracy"
18276version = "0.11.4"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18279dependencies = [
18280 "tracing-core",
18281 "tracing-subscriber",
18282 "tracy-client",
18283]
18284
18285[[package]]
18286name = "tracy-client"
18287version = "0.18.3"
18288source = "registry+https://github.com/rust-lang/crates.io-index"
18289checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18290dependencies = [
18291 "loom",
18292 "once_cell",
18293 "tracy-client-sys",
18294]
18295
18296[[package]]
18297name = "tracy-client-sys"
18298version = "0.27.0"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18301dependencies = [
18302 "cc",
18303 "windows-targets 0.52.6",
18304]
18305
18306[[package]]
18307name = "trait-variant"
18308version = "0.1.2"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18311dependencies = [
18312 "proc-macro2",
18313 "quote",
18314 "syn 2.0.117",
18315]
18316
18317[[package]]
18318name = "transpose"
18319version = "0.2.3"
18320source = "registry+https://github.com/rust-lang/crates.io-index"
18321checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18322dependencies = [
18323 "num-integer",
18324 "strength_reduce",
18325]
18326
18327[[package]]
18328name = "tree-sitter"
18329version = "0.26.3"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18332dependencies = [
18333 "cc",
18334 "regex",
18335 "regex-syntax",
18336 "serde_json",
18337 "streaming-iterator",
18338 "tree-sitter-language",
18339 "wasmtime-c-api-impl",
18340]
18341
18342[[package]]
18343name = "tree-sitter-bash"
18344version = "0.25.1"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18347dependencies = [
18348 "cc",
18349 "tree-sitter-language",
18350]
18351
18352[[package]]
18353name = "tree-sitter-c"
18354version = "0.24.1"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18357dependencies = [
18358 "cc",
18359 "tree-sitter-language",
18360]
18361
18362[[package]]
18363name = "tree-sitter-cpp"
18364version = "0.23.4"
18365source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18366dependencies = [
18367 "cc",
18368 "tree-sitter-language",
18369]
18370
18371[[package]]
18372name = "tree-sitter-css"
18373version = "0.23.2"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18376dependencies = [
18377 "cc",
18378 "tree-sitter-language",
18379]
18380
18381[[package]]
18382name = "tree-sitter-diff"
18383version = "0.1.0"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18386dependencies = [
18387 "cc",
18388 "tree-sitter-language",
18389]
18390
18391[[package]]
18392name = "tree-sitter-elixir"
18393version = "0.3.4"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18396dependencies = [
18397 "cc",
18398 "tree-sitter-language",
18399]
18400
18401[[package]]
18402name = "tree-sitter-embedded-template"
18403version = "0.23.2"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18406dependencies = [
18407 "cc",
18408 "tree-sitter-language",
18409]
18410
18411[[package]]
18412name = "tree-sitter-gitcommit"
18413version = "0.0.1"
18414source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18415dependencies = [
18416 "cc",
18417 "tree-sitter-language",
18418]
18419
18420[[package]]
18421name = "tree-sitter-go"
18422version = "0.25.0"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18425dependencies = [
18426 "cc",
18427 "tree-sitter-language",
18428]
18429
18430[[package]]
18431name = "tree-sitter-gomod"
18432version = "1.1.1"
18433source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18434dependencies = [
18435 "cc",
18436 "tree-sitter-language",
18437]
18438
18439[[package]]
18440name = "tree-sitter-gowork"
18441version = "0.0.1"
18442source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18443dependencies = [
18444 "cc",
18445 "tree-sitter-language",
18446]
18447
18448[[package]]
18449name = "tree-sitter-heex"
18450version = "0.0.1"
18451source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18452dependencies = [
18453 "cc",
18454 "tree-sitter-language",
18455]
18456
18457[[package]]
18458name = "tree-sitter-html"
18459version = "0.23.2"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18462dependencies = [
18463 "cc",
18464 "tree-sitter-language",
18465]
18466
18467[[package]]
18468name = "tree-sitter-jsdoc"
18469version = "0.23.2"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18472dependencies = [
18473 "cc",
18474 "tree-sitter-language",
18475]
18476
18477[[package]]
18478name = "tree-sitter-json"
18479version = "0.24.8"
18480source = "registry+https://github.com/rust-lang/crates.io-index"
18481checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18482dependencies = [
18483 "cc",
18484 "tree-sitter-language",
18485]
18486
18487[[package]]
18488name = "tree-sitter-language"
18489version = "0.1.5"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18492
18493[[package]]
18494name = "tree-sitter-md"
18495version = "0.3.2"
18496source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18497dependencies = [
18498 "cc",
18499 "tree-sitter-language",
18500]
18501
18502[[package]]
18503name = "tree-sitter-python"
18504version = "0.25.0"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18507dependencies = [
18508 "cc",
18509 "tree-sitter-language",
18510]
18511
18512[[package]]
18513name = "tree-sitter-regex"
18514version = "0.24.3"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18517dependencies = [
18518 "cc",
18519 "tree-sitter-language",
18520]
18521
18522[[package]]
18523name = "tree-sitter-ruby"
18524version = "0.23.1"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18527dependencies = [
18528 "cc",
18529 "tree-sitter-language",
18530]
18531
18532[[package]]
18533name = "tree-sitter-rust"
18534version = "0.24.0"
18535source = "registry+https://github.com/rust-lang/crates.io-index"
18536checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18537dependencies = [
18538 "cc",
18539 "tree-sitter-language",
18540]
18541
18542[[package]]
18543name = "tree-sitter-typescript"
18544version = "0.23.2"
18545source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18546dependencies = [
18547 "cc",
18548 "tree-sitter-language",
18549]
18550
18551[[package]]
18552name = "tree-sitter-yaml"
18553version = "0.6.1"
18554source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18555dependencies = [
18556 "cc",
18557 "tree-sitter-language",
18558]
18559
18560[[package]]
18561name = "triomphe"
18562version = "0.1.15"
18563source = "registry+https://github.com/rust-lang/crates.io-index"
18564checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18565dependencies = [
18566 "serde",
18567 "stable_deref_trait",
18568]
18569
18570[[package]]
18571name = "try-lock"
18572version = "0.2.5"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18575
18576[[package]]
18577name = "ttf-parser"
18578version = "0.20.0"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18581
18582[[package]]
18583name = "ttf-parser"
18584version = "0.25.1"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18587dependencies = [
18588 "core_maths",
18589]
18590
18591[[package]]
18592name = "tungstenite"
18593version = "0.20.1"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18596dependencies = [
18597 "byteorder",
18598 "bytes 1.11.1",
18599 "data-encoding",
18600 "http 0.2.12",
18601 "httparse",
18602 "log",
18603 "rand 0.8.5",
18604 "sha1",
18605 "thiserror 1.0.69",
18606 "url",
18607 "utf-8",
18608]
18609
18610[[package]]
18611name = "tungstenite"
18612version = "0.21.0"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18615dependencies = [
18616 "byteorder",
18617 "bytes 1.11.1",
18618 "data-encoding",
18619 "http 1.3.1",
18620 "httparse",
18621 "log",
18622 "rand 0.8.5",
18623 "sha1",
18624 "thiserror 1.0.69",
18625 "url",
18626 "utf-8",
18627]
18628
18629[[package]]
18630name = "tungstenite"
18631version = "0.27.0"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18634dependencies = [
18635 "bytes 1.11.1",
18636 "data-encoding",
18637 "http 1.3.1",
18638 "httparse",
18639 "log",
18640 "rand 0.9.2",
18641 "rustls 0.23.33",
18642 "rustls-pki-types",
18643 "sha1",
18644 "thiserror 2.0.17",
18645 "utf-8",
18646]
18647
18648[[package]]
18649name = "tungstenite"
18650version = "0.28.0"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18653dependencies = [
18654 "bytes 1.11.1",
18655 "data-encoding",
18656 "http 1.3.1",
18657 "httparse",
18658 "log",
18659 "rand 0.9.2",
18660 "rustls 0.23.33",
18661 "rustls-pki-types",
18662 "sha1",
18663 "thiserror 2.0.17",
18664 "utf-8",
18665]
18666
18667[[package]]
18668name = "typeid"
18669version = "1.0.3"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18672
18673[[package]]
18674name = "typenum"
18675version = "1.19.0"
18676source = "registry+https://github.com/rust-lang/crates.io-index"
18677checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18678
18679[[package]]
18680name = "ucd-trie"
18681version = "0.1.7"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18684
18685[[package]]
18686name = "uds"
18687version = "0.4.2"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18690dependencies = [
18691 "libc",
18692]
18693
18694[[package]]
18695name = "uds_windows"
18696version = "1.1.0"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18699dependencies = [
18700 "memoffset",
18701 "tempfile",
18702 "winapi",
18703]
18704
18705[[package]]
18706name = "ug"
18707version = "0.4.0"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18710dependencies = [
18711 "gemm 0.18.2",
18712 "half",
18713 "libloading",
18714 "memmap2",
18715 "num",
18716 "num-traits",
18717 "num_cpus",
18718 "rayon",
18719 "safetensors",
18720 "serde",
18721 "thiserror 1.0.69",
18722 "tracing",
18723 "yoke 0.7.5",
18724]
18725
18726[[package]]
18727name = "ui"
18728version = "0.1.0"
18729dependencies = [
18730 "chrono",
18731 "component",
18732 "documented",
18733 "gpui",
18734 "gpui_macros",
18735 "icons",
18736 "itertools 0.14.0",
18737 "menu",
18738 "schemars",
18739 "serde",
18740 "settings",
18741 "smallvec",
18742 "story",
18743 "strum 0.27.2",
18744 "theme",
18745 "ui_macros",
18746 "util",
18747 "windows 0.61.3",
18748]
18749
18750[[package]]
18751name = "ui_input"
18752version = "0.1.0"
18753dependencies = [
18754 "component",
18755 "gpui",
18756 "ui",
18757]
18758
18759[[package]]
18760name = "ui_macros"
18761version = "0.1.0"
18762dependencies = [
18763 "component",
18764 "quote",
18765 "syn 2.0.117",
18766 "ui",
18767]
18768
18769[[package]]
18770name = "ui_prompt"
18771version = "0.1.0"
18772dependencies = [
18773 "gpui",
18774 "markdown",
18775 "menu",
18776 "settings",
18777 "theme",
18778 "ui",
18779 "workspace",
18780]
18781
18782[[package]]
18783name = "unarray"
18784version = "0.1.4"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18787
18788[[package]]
18789name = "unicase"
18790version = "2.8.1"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18793
18794[[package]]
18795name = "unicode-bidi"
18796version = "0.3.18"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18799
18800[[package]]
18801name = "unicode-bidi-mirroring"
18802version = "0.4.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18805
18806[[package]]
18807name = "unicode-ccc"
18808version = "0.4.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18811
18812[[package]]
18813name = "unicode-general-category"
18814version = "1.1.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18817
18818[[package]]
18819name = "unicode-ident"
18820version = "1.0.19"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18823
18824[[package]]
18825name = "unicode-linebreak"
18826version = "0.1.5"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18829
18830[[package]]
18831name = "unicode-normalization"
18832version = "0.1.24"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18835dependencies = [
18836 "tinyvec",
18837]
18838
18839[[package]]
18840name = "unicode-properties"
18841version = "0.1.3"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18844
18845[[package]]
18846name = "unicode-script"
18847version = "0.5.8"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18850
18851[[package]]
18852name = "unicode-segmentation"
18853version = "1.12.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18856
18857[[package]]
18858name = "unicode-vo"
18859version = "0.1.0"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18862
18863[[package]]
18864name = "unicode-width"
18865version = "0.2.2"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18868
18869[[package]]
18870name = "unicode-xid"
18871version = "0.2.6"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18874
18875[[package]]
18876name = "unicode_categories"
18877version = "0.1.1"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18880
18881[[package]]
18882name = "unindent"
18883version = "0.2.4"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18886
18887[[package]]
18888name = "unsafe-libyaml"
18889version = "0.2.11"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18892
18893[[package]]
18894name = "untrusted"
18895version = "0.7.1"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18898
18899[[package]]
18900name = "untrusted"
18901version = "0.9.0"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18904
18905[[package]]
18906name = "url"
18907version = "2.5.7"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18910dependencies = [
18911 "form_urlencoded",
18912 "idna",
18913 "percent-encoding",
18914 "serde",
18915]
18916
18917[[package]]
18918name = "urlencoding"
18919version = "2.1.3"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18922
18923[[package]]
18924name = "usvg"
18925version = "0.45.1"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18928dependencies = [
18929 "base64 0.22.1",
18930 "data-url",
18931 "flate2",
18932 "fontdb 0.23.0",
18933 "imagesize",
18934 "kurbo",
18935 "log",
18936 "pico-args",
18937 "roxmltree",
18938 "rustybuzz",
18939 "simplecss",
18940 "siphasher 1.0.1",
18941 "strict-num",
18942 "svgtypes",
18943 "tiny-skia-path",
18944 "unicode-bidi",
18945 "unicode-script",
18946 "unicode-vo",
18947 "xmlwriter",
18948]
18949
18950[[package]]
18951name = "utf-8"
18952version = "0.7.6"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18955
18956[[package]]
18957name = "utf8-chars"
18958version = "3.0.6"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18961dependencies = [
18962 "arrayvec",
18963]
18964
18965[[package]]
18966name = "utf8_iter"
18967version = "1.0.4"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18970
18971[[package]]
18972name = "utf8parse"
18973version = "0.2.2"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18976
18977[[package]]
18978name = "util"
18979version = "0.1.0"
18980dependencies = [
18981 "anyhow",
18982 "async-fs",
18983 "async_zip",
18984 "collections",
18985 "command-fds",
18986 "dirs 4.0.0",
18987 "dunce",
18988 "futures 0.3.31",
18989 "futures-lite 1.13.0",
18990 "git2",
18991 "globset",
18992 "gpui_util",
18993 "itertools 0.14.0",
18994 "libc",
18995 "log",
18996 "mach2 0.5.0",
18997 "nix 0.29.0",
18998 "percent-encoding",
18999 "pretty_assertions",
19000 "rand 0.9.2",
19001 "regex",
19002 "rust-embed",
19003 "schemars",
19004 "serde",
19005 "serde_json",
19006 "serde_json_lenient",
19007 "shlex",
19008 "smol",
19009 "take-until",
19010 "tempfile",
19011 "tendril",
19012 "unicase",
19013 "url",
19014 "util_macros",
19015 "walkdir",
19016 "which 6.0.3",
19017]
19018
19019[[package]]
19020name = "util_macros"
19021version = "0.1.0"
19022dependencies = [
19023 "perf",
19024 "quote",
19025 "syn 2.0.117",
19026]
19027
19028[[package]]
19029name = "uuid"
19030version = "1.18.1"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19033dependencies = [
19034 "getrandom 0.3.4",
19035 "js-sys",
19036 "serde",
19037 "sha1_smol",
19038 "wasm-bindgen",
19039]
19040
19041[[package]]
19042name = "uuid-simd"
19043version = "0.8.0"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19046dependencies = [
19047 "outref",
19048 "vsimd",
19049]
19050
19051[[package]]
19052name = "v_frame"
19053version = "0.3.9"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19056dependencies = [
19057 "aligned-vec",
19058 "num-traits",
19059 "wasm-bindgen",
19060]
19061
19062[[package]]
19063name = "valuable"
19064version = "0.1.1"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19067
19068[[package]]
19069name = "value-bag"
19070version = "1.12.0"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19073dependencies = [
19074 "value-bag-serde1",
19075 "value-bag-sval2",
19076]
19077
19078[[package]]
19079name = "value-bag-serde1"
19080version = "1.12.0"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19083dependencies = [
19084 "erased-serde",
19085 "serde_core",
19086 "serde_fmt",
19087]
19088
19089[[package]]
19090name = "value-bag-sval2"
19091version = "1.12.0"
19092source = "registry+https://github.com/rust-lang/crates.io-index"
19093checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19094dependencies = [
19095 "sval",
19096 "sval_buffer",
19097 "sval_dynamic",
19098 "sval_fmt",
19099 "sval_json",
19100 "sval_ref",
19101 "sval_serde",
19102]
19103
19104[[package]]
19105name = "vcpkg"
19106version = "0.2.15"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19109
19110[[package]]
19111name = "vercel"
19112version = "0.1.0"
19113dependencies = [
19114 "anyhow",
19115 "schemars",
19116 "serde",
19117 "strum 0.27.2",
19118]
19119
19120[[package]]
19121name = "version-compare"
19122version = "0.2.0"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19125
19126[[package]]
19127name = "version_check"
19128version = "0.9.5"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19131
19132[[package]]
19133name = "vim"
19134version = "0.1.0"
19135dependencies = [
19136 "anyhow",
19137 "async-compat",
19138 "async-trait",
19139 "collections",
19140 "command_palette",
19141 "command_palette_hooks",
19142 "db",
19143 "editor",
19144 "env_logger 0.11.8",
19145 "futures 0.3.31",
19146 "fuzzy",
19147 "git_ui",
19148 "gpui",
19149 "indoc",
19150 "itertools 0.14.0",
19151 "language",
19152 "log",
19153 "lsp",
19154 "markdown_preview",
19155 "menu",
19156 "multi_buffer",
19157 "nvim-rs",
19158 "outline_panel",
19159 "parking_lot",
19160 "perf",
19161 "picker",
19162 "project",
19163 "project_panel",
19164 "regex",
19165 "release_channel",
19166 "schemars",
19167 "search",
19168 "semver",
19169 "serde",
19170 "serde_json",
19171 "settings",
19172 "settings_ui",
19173 "task",
19174 "text",
19175 "theme",
19176 "tokio",
19177 "ui",
19178 "util",
19179 "util_macros",
19180 "vim_mode_setting",
19181 "workspace",
19182 "zed_actions",
19183]
19184
19185[[package]]
19186name = "vim_mode_setting"
19187version = "0.1.0"
19188dependencies = [
19189 "gpui",
19190 "settings",
19191]
19192
19193[[package]]
19194name = "vscode_theme"
19195version = "0.2.0"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19198dependencies = [
19199 "serde",
19200]
19201
19202[[package]]
19203name = "vsimd"
19204version = "0.8.0"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19207
19208[[package]]
19209name = "vswhom"
19210version = "0.1.0"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19213dependencies = [
19214 "libc",
19215 "vswhom-sys",
19216]
19217
19218[[package]]
19219name = "vswhom-sys"
19220version = "0.1.3"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19223dependencies = [
19224 "cc",
19225 "libc",
19226]
19227
19228[[package]]
19229name = "vte"
19230version = "0.15.0"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19233dependencies = [
19234 "arrayvec",
19235 "bitflags 2.10.0",
19236 "cursor-icon",
19237 "log",
19238 "memchr",
19239 "serde",
19240]
19241
19242[[package]]
19243name = "wait-timeout"
19244version = "0.2.1"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19247dependencies = [
19248 "libc",
19249]
19250
19251[[package]]
19252name = "waker-fn"
19253version = "1.2.0"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19256
19257[[package]]
19258name = "walkdir"
19259version = "2.5.0"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19262dependencies = [
19263 "same-file",
19264 "winapi-util",
19265]
19266
19267[[package]]
19268name = "want"
19269version = "0.3.1"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19272dependencies = [
19273 "try-lock",
19274]
19275
19276[[package]]
19277name = "warp"
19278version = "0.3.7"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19281dependencies = [
19282 "bytes 1.11.1",
19283 "futures-channel",
19284 "futures-util",
19285 "headers",
19286 "http 0.2.12",
19287 "hyper 0.14.32",
19288 "log",
19289 "mime",
19290 "mime_guess",
19291 "percent-encoding",
19292 "pin-project",
19293 "scoped-tls",
19294 "serde",
19295 "serde_json",
19296 "serde_urlencoded",
19297 "tokio",
19298 "tokio-tungstenite 0.21.0",
19299 "tokio-util",
19300 "tower-service",
19301 "tracing",
19302]
19303
19304[[package]]
19305name = "wasi"
19306version = "0.11.1+wasi-snapshot-preview1"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19309
19310[[package]]
19311name = "wasip2"
19312version = "1.0.1+wasi-0.2.4"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19315dependencies = [
19316 "wit-bindgen 0.46.0",
19317]
19318
19319[[package]]
19320name = "wasip3"
19321version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19324dependencies = [
19325 "wit-bindgen 0.51.0",
19326]
19327
19328[[package]]
19329name = "wasite"
19330version = "0.1.0"
19331source = "registry+https://github.com/rust-lang/crates.io-index"
19332checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19333
19334[[package]]
19335name = "wasm-bindgen"
19336version = "0.2.113"
19337source = "registry+https://github.com/rust-lang/crates.io-index"
19338checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19339dependencies = [
19340 "cfg-if",
19341 "once_cell",
19342 "rustversion",
19343 "wasm-bindgen-macro",
19344 "wasm-bindgen-shared",
19345]
19346
19347[[package]]
19348name = "wasm-bindgen-futures"
19349version = "0.4.63"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19352dependencies = [
19353 "cfg-if",
19354 "futures-util",
19355 "js-sys",
19356 "once_cell",
19357 "wasm-bindgen",
19358 "web-sys",
19359]
19360
19361[[package]]
19362name = "wasm-bindgen-macro"
19363version = "0.2.113"
19364source = "registry+https://github.com/rust-lang/crates.io-index"
19365checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19366dependencies = [
19367 "quote",
19368 "wasm-bindgen-macro-support",
19369]
19370
19371[[package]]
19372name = "wasm-bindgen-macro-support"
19373version = "0.2.113"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19376dependencies = [
19377 "bumpalo",
19378 "proc-macro2",
19379 "quote",
19380 "syn 2.0.117",
19381 "wasm-bindgen-shared",
19382]
19383
19384[[package]]
19385name = "wasm-bindgen-shared"
19386version = "0.2.113"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19389dependencies = [
19390 "unicode-ident",
19391]
19392
19393[[package]]
19394name = "wasm-encoder"
19395version = "0.201.0"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19398dependencies = [
19399 "leb128",
19400]
19401
19402[[package]]
19403name = "wasm-encoder"
19404version = "0.221.3"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19407dependencies = [
19408 "leb128",
19409 "wasmparser 0.221.3",
19410]
19411
19412[[package]]
19413name = "wasm-encoder"
19414version = "0.227.1"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19417dependencies = [
19418 "leb128fmt",
19419 "wasmparser 0.227.1",
19420]
19421
19422[[package]]
19423name = "wasm-encoder"
19424version = "0.229.0"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19427dependencies = [
19428 "leb128fmt",
19429 "wasmparser 0.229.0",
19430]
19431
19432[[package]]
19433name = "wasm-encoder"
19434version = "0.244.0"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19437dependencies = [
19438 "leb128fmt",
19439 "wasmparser 0.244.0",
19440]
19441
19442[[package]]
19443name = "wasm-metadata"
19444version = "0.201.0"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19447dependencies = [
19448 "anyhow",
19449 "indexmap",
19450 "serde",
19451 "serde_derive",
19452 "serde_json",
19453 "spdx",
19454 "wasm-encoder 0.201.0",
19455 "wasmparser 0.201.0",
19456]
19457
19458[[package]]
19459name = "wasm-metadata"
19460version = "0.227.1"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19463dependencies = [
19464 "anyhow",
19465 "auditable-serde",
19466 "flate2",
19467 "indexmap",
19468 "serde",
19469 "serde_derive",
19470 "serde_json",
19471 "spdx",
19472 "url",
19473 "wasm-encoder 0.227.1",
19474 "wasmparser 0.227.1",
19475]
19476
19477[[package]]
19478name = "wasm-metadata"
19479version = "0.244.0"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19482dependencies = [
19483 "anyhow",
19484 "indexmap",
19485 "wasm-encoder 0.244.0",
19486 "wasmparser 0.244.0",
19487]
19488
19489[[package]]
19490name = "wasm-streams"
19491version = "0.4.2"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19494dependencies = [
19495 "futures-util",
19496 "js-sys",
19497 "wasm-bindgen",
19498 "wasm-bindgen-futures",
19499 "web-sys",
19500]
19501
19502[[package]]
19503name = "wasm_thread"
19504version = "0.3.3"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19507dependencies = [
19508 "futures 0.3.31",
19509 "js-sys",
19510 "wasm-bindgen",
19511 "web-sys",
19512]
19513
19514[[package]]
19515name = "wasmparser"
19516version = "0.201.0"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19519dependencies = [
19520 "bitflags 2.10.0",
19521 "indexmap",
19522 "semver",
19523]
19524
19525[[package]]
19526name = "wasmparser"
19527version = "0.221.3"
19528source = "registry+https://github.com/rust-lang/crates.io-index"
19529checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19530dependencies = [
19531 "bitflags 2.10.0",
19532 "hashbrown 0.15.5",
19533 "indexmap",
19534 "semver",
19535 "serde",
19536]
19537
19538[[package]]
19539name = "wasmparser"
19540version = "0.227.1"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19543dependencies = [
19544 "bitflags 2.10.0",
19545 "hashbrown 0.15.5",
19546 "indexmap",
19547 "semver",
19548]
19549
19550[[package]]
19551name = "wasmparser"
19552version = "0.229.0"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19555dependencies = [
19556 "bitflags 2.10.0",
19557 "hashbrown 0.15.5",
19558 "indexmap",
19559 "semver",
19560 "serde",
19561]
19562
19563[[package]]
19564name = "wasmparser"
19565version = "0.244.0"
19566source = "registry+https://github.com/rust-lang/crates.io-index"
19567checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19568dependencies = [
19569 "bitflags 2.10.0",
19570 "hashbrown 0.15.5",
19571 "indexmap",
19572 "semver",
19573]
19574
19575[[package]]
19576name = "wasmprinter"
19577version = "0.229.0"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19580dependencies = [
19581 "anyhow",
19582 "termcolor",
19583 "wasmparser 0.229.0",
19584]
19585
19586[[package]]
19587name = "wasmtime"
19588version = "33.0.2"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19591dependencies = [
19592 "addr2line 0.24.2",
19593 "anyhow",
19594 "async-trait",
19595 "bitflags 2.10.0",
19596 "bumpalo",
19597 "cc",
19598 "cfg-if",
19599 "encoding_rs",
19600 "hashbrown 0.15.5",
19601 "indexmap",
19602 "libc",
19603 "log",
19604 "mach2 0.4.3",
19605 "memfd",
19606 "object 0.36.7",
19607 "once_cell",
19608 "postcard",
19609 "psm",
19610 "pulley-interpreter",
19611 "rayon",
19612 "rustix 1.1.2",
19613 "semver",
19614 "serde",
19615 "serde_derive",
19616 "smallvec",
19617 "sptr",
19618 "target-lexicon 0.13.3",
19619 "trait-variant",
19620 "wasmparser 0.229.0",
19621 "wasmtime-asm-macros",
19622 "wasmtime-component-macro",
19623 "wasmtime-component-util",
19624 "wasmtime-cranelift",
19625 "wasmtime-environ",
19626 "wasmtime-fiber",
19627 "wasmtime-jit-icache-coherence",
19628 "wasmtime-math",
19629 "wasmtime-slab",
19630 "wasmtime-versioned-export-macros",
19631 "wasmtime-winch",
19632 "windows-sys 0.59.0",
19633]
19634
19635[[package]]
19636name = "wasmtime-asm-macros"
19637version = "33.0.2"
19638source = "registry+https://github.com/rust-lang/crates.io-index"
19639checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19640dependencies = [
19641 "cfg-if",
19642]
19643
19644[[package]]
19645name = "wasmtime-c-api-impl"
19646version = "33.0.2"
19647source = "registry+https://github.com/rust-lang/crates.io-index"
19648checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19649dependencies = [
19650 "anyhow",
19651 "log",
19652 "tracing",
19653 "wasmtime",
19654 "wasmtime-c-api-macros",
19655]
19656
19657[[package]]
19658name = "wasmtime-c-api-macros"
19659version = "33.0.2"
19660source = "registry+https://github.com/rust-lang/crates.io-index"
19661checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19662dependencies = [
19663 "proc-macro2",
19664 "quote",
19665]
19666
19667[[package]]
19668name = "wasmtime-component-macro"
19669version = "33.0.2"
19670source = "registry+https://github.com/rust-lang/crates.io-index"
19671checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19672dependencies = [
19673 "anyhow",
19674 "proc-macro2",
19675 "quote",
19676 "syn 2.0.117",
19677 "wasmtime-component-util",
19678 "wasmtime-wit-bindgen",
19679 "wit-parser 0.229.0",
19680]
19681
19682[[package]]
19683name = "wasmtime-component-util"
19684version = "33.0.2"
19685source = "registry+https://github.com/rust-lang/crates.io-index"
19686checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19687
19688[[package]]
19689name = "wasmtime-cranelift"
19690version = "33.0.2"
19691source = "registry+https://github.com/rust-lang/crates.io-index"
19692checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19693dependencies = [
19694 "anyhow",
19695 "cfg-if",
19696 "cranelift-codegen",
19697 "cranelift-control",
19698 "cranelift-entity",
19699 "cranelift-frontend",
19700 "cranelift-native",
19701 "gimli 0.31.1",
19702 "itertools 0.14.0",
19703 "log",
19704 "object 0.36.7",
19705 "pulley-interpreter",
19706 "smallvec",
19707 "target-lexicon 0.13.3",
19708 "thiserror 2.0.17",
19709 "wasmparser 0.229.0",
19710 "wasmtime-environ",
19711 "wasmtime-versioned-export-macros",
19712]
19713
19714[[package]]
19715name = "wasmtime-environ"
19716version = "33.0.2"
19717source = "registry+https://github.com/rust-lang/crates.io-index"
19718checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19719dependencies = [
19720 "anyhow",
19721 "cpp_demangle",
19722 "cranelift-bitset",
19723 "cranelift-entity",
19724 "gimli 0.31.1",
19725 "indexmap",
19726 "log",
19727 "object 0.36.7",
19728 "postcard",
19729 "rustc-demangle",
19730 "semver",
19731 "serde",
19732 "serde_derive",
19733 "smallvec",
19734 "target-lexicon 0.13.3",
19735 "wasm-encoder 0.229.0",
19736 "wasmparser 0.229.0",
19737 "wasmprinter",
19738 "wasmtime-component-util",
19739]
19740
19741[[package]]
19742name = "wasmtime-fiber"
19743version = "33.0.2"
19744source = "registry+https://github.com/rust-lang/crates.io-index"
19745checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19746dependencies = [
19747 "anyhow",
19748 "cc",
19749 "cfg-if",
19750 "rustix 1.1.2",
19751 "wasmtime-asm-macros",
19752 "wasmtime-versioned-export-macros",
19753 "windows-sys 0.59.0",
19754]
19755
19756[[package]]
19757name = "wasmtime-jit-icache-coherence"
19758version = "33.0.2"
19759source = "registry+https://github.com/rust-lang/crates.io-index"
19760checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19761dependencies = [
19762 "anyhow",
19763 "cfg-if",
19764 "libc",
19765 "windows-sys 0.59.0",
19766]
19767
19768[[package]]
19769name = "wasmtime-math"
19770version = "33.0.2"
19771source = "registry+https://github.com/rust-lang/crates.io-index"
19772checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19773dependencies = [
19774 "libm",
19775]
19776
19777[[package]]
19778name = "wasmtime-slab"
19779version = "33.0.2"
19780source = "registry+https://github.com/rust-lang/crates.io-index"
19781checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19782
19783[[package]]
19784name = "wasmtime-versioned-export-macros"
19785version = "33.0.2"
19786source = "registry+https://github.com/rust-lang/crates.io-index"
19787checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19788dependencies = [
19789 "proc-macro2",
19790 "quote",
19791 "syn 2.0.117",
19792]
19793
19794[[package]]
19795name = "wasmtime-wasi"
19796version = "33.0.2"
19797source = "registry+https://github.com/rust-lang/crates.io-index"
19798checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19799dependencies = [
19800 "anyhow",
19801 "async-trait",
19802 "bitflags 2.10.0",
19803 "bytes 1.11.1",
19804 "cap-fs-ext",
19805 "cap-net-ext",
19806 "cap-rand",
19807 "cap-std",
19808 "cap-time-ext",
19809 "fs-set-times",
19810 "futures 0.3.31",
19811 "io-extras",
19812 "io-lifetimes",
19813 "rustix 1.1.2",
19814 "system-interface",
19815 "thiserror 2.0.17",
19816 "tokio",
19817 "tracing",
19818 "url",
19819 "wasmtime",
19820 "wasmtime-wasi-io",
19821 "wiggle",
19822 "windows-sys 0.59.0",
19823]
19824
19825[[package]]
19826name = "wasmtime-wasi-io"
19827version = "33.0.2"
19828source = "registry+https://github.com/rust-lang/crates.io-index"
19829checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19830dependencies = [
19831 "anyhow",
19832 "async-trait",
19833 "bytes 1.11.1",
19834 "futures 0.3.31",
19835 "wasmtime",
19836]
19837
19838[[package]]
19839name = "wasmtime-winch"
19840version = "33.0.2"
19841source = "registry+https://github.com/rust-lang/crates.io-index"
19842checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19843dependencies = [
19844 "anyhow",
19845 "cranelift-codegen",
19846 "gimli 0.31.1",
19847 "object 0.36.7",
19848 "target-lexicon 0.13.3",
19849 "wasmparser 0.229.0",
19850 "wasmtime-cranelift",
19851 "wasmtime-environ",
19852 "winch-codegen",
19853]
19854
19855[[package]]
19856name = "wasmtime-wit-bindgen"
19857version = "33.0.2"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19860dependencies = [
19861 "anyhow",
19862 "heck 0.5.0",
19863 "indexmap",
19864 "wit-parser 0.229.0",
19865]
19866
19867[[package]]
19868name = "wast"
19869version = "35.0.2"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19872dependencies = [
19873 "leb128",
19874]
19875
19876[[package]]
19877name = "watch"
19878version = "0.1.0"
19879dependencies = [
19880 "ctor",
19881 "futures 0.3.31",
19882 "gpui",
19883 "parking_lot",
19884 "zlog",
19885]
19886
19887[[package]]
19888name = "wax"
19889version = "0.7.0"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19892dependencies = [
19893 "const_format",
19894 "itertools 0.14.0",
19895 "nom 7.1.3",
19896 "pori",
19897 "regex",
19898 "thiserror 2.0.17",
19899 "walkdir",
19900]
19901
19902[[package]]
19903name = "wayland-backend"
19904version = "0.3.11"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19907dependencies = [
19908 "cc",
19909 "downcast-rs",
19910 "rustix 1.1.2",
19911 "scoped-tls",
19912 "smallvec",
19913 "wayland-sys",
19914]
19915
19916[[package]]
19917name = "wayland-client"
19918version = "0.31.11"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19921dependencies = [
19922 "bitflags 2.10.0",
19923 "rustix 1.1.2",
19924 "wayland-backend",
19925 "wayland-scanner",
19926]
19927
19928[[package]]
19929name = "wayland-cursor"
19930version = "0.31.11"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19933dependencies = [
19934 "rustix 1.1.2",
19935 "wayland-client",
19936 "xcursor",
19937]
19938
19939[[package]]
19940name = "wayland-protocols"
19941version = "0.32.9"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19944dependencies = [
19945 "bitflags 2.10.0",
19946 "wayland-backend",
19947 "wayland-client",
19948 "wayland-scanner",
19949]
19950
19951[[package]]
19952name = "wayland-protocols-plasma"
19953version = "0.3.9"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19956dependencies = [
19957 "bitflags 2.10.0",
19958 "wayland-backend",
19959 "wayland-client",
19960 "wayland-protocols",
19961 "wayland-scanner",
19962]
19963
19964[[package]]
19965name = "wayland-protocols-wlr"
19966version = "0.3.9"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19969dependencies = [
19970 "bitflags 2.10.0",
19971 "wayland-backend",
19972 "wayland-client",
19973 "wayland-protocols",
19974 "wayland-scanner",
19975]
19976
19977[[package]]
19978name = "wayland-scanner"
19979version = "0.31.7"
19980source = "registry+https://github.com/rust-lang/crates.io-index"
19981checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19982dependencies = [
19983 "proc-macro2",
19984 "quick-xml 0.37.5",
19985 "quote",
19986]
19987
19988[[package]]
19989name = "wayland-sys"
19990version = "0.31.7"
19991source = "registry+https://github.com/rust-lang/crates.io-index"
19992checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19993dependencies = [
19994 "dlib",
19995 "log",
19996 "once_cell",
19997 "pkg-config",
19998]
19999
20000[[package]]
20001name = "web-sys"
20002version = "0.3.90"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20005dependencies = [
20006 "js-sys",
20007 "wasm-bindgen",
20008]
20009
20010[[package]]
20011name = "web-time"
20012version = "1.1.0"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20015dependencies = [
20016 "js-sys",
20017 "wasm-bindgen",
20018]
20019
20020[[package]]
20021name = "web_atoms"
20022version = "0.1.3"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20025dependencies = [
20026 "phf 0.11.3",
20027 "phf_codegen",
20028 "string_cache",
20029 "string_cache_codegen",
20030]
20031
20032[[package]]
20033name = "web_search"
20034version = "0.1.0"
20035dependencies = [
20036 "anyhow",
20037 "cloud_llm_client",
20038 "collections",
20039 "gpui",
20040 "serde",
20041]
20042
20043[[package]]
20044name = "web_search_providers"
20045version = "0.1.0"
20046dependencies = [
20047 "anyhow",
20048 "client",
20049 "cloud_api_types",
20050 "cloud_llm_client",
20051 "futures 0.3.31",
20052 "gpui",
20053 "http_client",
20054 "language_model",
20055 "serde",
20056 "serde_json",
20057 "web_search",
20058]
20059
20060[[package]]
20061name = "webpki-root-certs"
20062version = "0.26.8"
20063source = "registry+https://github.com/rust-lang/crates.io-index"
20064checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20065dependencies = [
20066 "rustls-pki-types",
20067]
20068
20069[[package]]
20070name = "webpki-roots"
20071version = "0.26.8"
20072source = "registry+https://github.com/rust-lang/crates.io-index"
20073checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20074dependencies = [
20075 "rustls-pki-types",
20076]
20077
20078[[package]]
20079name = "webrtc-sys"
20080version = "0.3.23"
20081source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20082dependencies = [
20083 "cc",
20084 "cxx",
20085 "cxx-build",
20086 "glob",
20087 "log",
20088 "pkg-config",
20089 "webrtc-sys-build",
20090]
20091
20092[[package]]
20093name = "webrtc-sys-build"
20094version = "0.3.13"
20095source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20096dependencies = [
20097 "anyhow",
20098 "fs2",
20099 "regex",
20100 "reqwest 0.12.24",
20101 "scratch",
20102 "semver",
20103 "zip 0.6.6",
20104]
20105
20106[[package]]
20107name = "weezl"
20108version = "0.1.10"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20111
20112[[package]]
20113name = "wgpu"
20114version = "29.0.0"
20115source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20116dependencies = [
20117 "arrayvec",
20118 "bitflags 2.10.0",
20119 "bytemuck",
20120 "cfg-if",
20121 "cfg_aliases 0.2.1",
20122 "document-features",
20123 "hashbrown 0.16.1",
20124 "js-sys",
20125 "log",
20126 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20127 "parking_lot",
20128 "portable-atomic",
20129 "profiling",
20130 "raw-window-handle",
20131 "smallvec",
20132 "static_assertions",
20133 "wasm-bindgen",
20134 "wasm-bindgen-futures",
20135 "web-sys",
20136 "wgpu-core",
20137 "wgpu-hal",
20138 "wgpu-types",
20139]
20140
20141[[package]]
20142name = "wgpu-core"
20143version = "29.0.0"
20144source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20145dependencies = [
20146 "arrayvec",
20147 "bit-set 0.9.1",
20148 "bit-vec 0.9.1",
20149 "bitflags 2.10.0",
20150 "bytemuck",
20151 "cfg_aliases 0.2.1",
20152 "document-features",
20153 "hashbrown 0.16.1",
20154 "indexmap",
20155 "log",
20156 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20157 "once_cell",
20158 "parking_lot",
20159 "portable-atomic",
20160 "profiling",
20161 "raw-window-handle",
20162 "rustc-hash 1.1.0",
20163 "smallvec",
20164 "thiserror 2.0.17",
20165 "wgpu-core-deps-apple",
20166 "wgpu-core-deps-emscripten",
20167 "wgpu-core-deps-windows-linux-android",
20168 "wgpu-hal",
20169 "wgpu-naga-bridge",
20170 "wgpu-types",
20171]
20172
20173[[package]]
20174name = "wgpu-core-deps-apple"
20175version = "29.0.0"
20176source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20177dependencies = [
20178 "wgpu-hal",
20179]
20180
20181[[package]]
20182name = "wgpu-core-deps-emscripten"
20183version = "29.0.0"
20184source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20185dependencies = [
20186 "wgpu-hal",
20187]
20188
20189[[package]]
20190name = "wgpu-core-deps-windows-linux-android"
20191version = "29.0.0"
20192source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20193dependencies = [
20194 "wgpu-hal",
20195]
20196
20197[[package]]
20198name = "wgpu-hal"
20199version = "29.0.0"
20200source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20201dependencies = [
20202 "android_system_properties",
20203 "arrayvec",
20204 "ash",
20205 "bit-set 0.9.1",
20206 "bitflags 2.10.0",
20207 "block2",
20208 "bytemuck",
20209 "cfg-if",
20210 "cfg_aliases 0.2.1",
20211 "glow",
20212 "glutin_wgl_sys",
20213 "gpu-allocator",
20214 "gpu-descriptor",
20215 "hashbrown 0.16.1",
20216 "js-sys",
20217 "khronos-egl",
20218 "libc",
20219 "libloading",
20220 "log",
20221 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20222 "ndk-sys",
20223 "objc2",
20224 "objc2-core-foundation",
20225 "objc2-foundation",
20226 "objc2-metal",
20227 "objc2-quartz-core",
20228 "once_cell",
20229 "ordered-float 4.6.0",
20230 "parking_lot",
20231 "portable-atomic",
20232 "portable-atomic-util",
20233 "profiling",
20234 "range-alloc",
20235 "raw-window-handle",
20236 "raw-window-metal",
20237 "renderdoc-sys",
20238 "smallvec",
20239 "thiserror 2.0.17",
20240 "wasm-bindgen",
20241 "wayland-sys",
20242 "web-sys",
20243 "wgpu-naga-bridge",
20244 "wgpu-types",
20245 "windows 0.62.2",
20246 "windows-core 0.62.2",
20247]
20248
20249[[package]]
20250name = "wgpu-naga-bridge"
20251version = "29.0.0"
20252source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20253dependencies = [
20254 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20255 "wgpu-types",
20256]
20257
20258[[package]]
20259name = "wgpu-types"
20260version = "29.0.0"
20261source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20262dependencies = [
20263 "bitflags 2.10.0",
20264 "bytemuck",
20265 "js-sys",
20266 "log",
20267 "raw-window-handle",
20268 "web-sys",
20269]
20270
20271[[package]]
20272name = "which"
20273version = "4.4.2"
20274source = "registry+https://github.com/rust-lang/crates.io-index"
20275checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20276dependencies = [
20277 "either",
20278 "home",
20279 "once_cell",
20280 "rustix 0.38.44",
20281]
20282
20283[[package]]
20284name = "which"
20285version = "6.0.3"
20286source = "registry+https://github.com/rust-lang/crates.io-index"
20287checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20288dependencies = [
20289 "either",
20290 "home",
20291 "rustix 0.38.44",
20292 "winsafe",
20293]
20294
20295[[package]]
20296name = "which_key"
20297version = "0.1.0"
20298dependencies = [
20299 "command_palette",
20300 "gpui",
20301 "serde",
20302 "settings",
20303 "theme",
20304 "ui",
20305 "util",
20306 "workspace",
20307]
20308
20309[[package]]
20310name = "whoami"
20311version = "1.6.1"
20312source = "registry+https://github.com/rust-lang/crates.io-index"
20313checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20314dependencies = [
20315 "libredox",
20316 "wasite",
20317]
20318
20319[[package]]
20320name = "wiggle"
20321version = "33.0.2"
20322source = "registry+https://github.com/rust-lang/crates.io-index"
20323checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20324dependencies = [
20325 "anyhow",
20326 "async-trait",
20327 "bitflags 2.10.0",
20328 "thiserror 2.0.17",
20329 "tracing",
20330 "wasmtime",
20331 "wiggle-macro",
20332]
20333
20334[[package]]
20335name = "wiggle-generate"
20336version = "33.0.2"
20337source = "registry+https://github.com/rust-lang/crates.io-index"
20338checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20339dependencies = [
20340 "anyhow",
20341 "heck 0.5.0",
20342 "proc-macro2",
20343 "quote",
20344 "syn 2.0.117",
20345 "witx",
20346]
20347
20348[[package]]
20349name = "wiggle-macro"
20350version = "33.0.2"
20351source = "registry+https://github.com/rust-lang/crates.io-index"
20352checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20353dependencies = [
20354 "proc-macro2",
20355 "quote",
20356 "syn 2.0.117",
20357 "wiggle-generate",
20358]
20359
20360[[package]]
20361name = "winapi"
20362version = "0.3.9"
20363source = "registry+https://github.com/rust-lang/crates.io-index"
20364checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20365dependencies = [
20366 "winapi-i686-pc-windows-gnu",
20367 "winapi-x86_64-pc-windows-gnu",
20368]
20369
20370[[package]]
20371name = "winapi-i686-pc-windows-gnu"
20372version = "0.4.0"
20373source = "registry+https://github.com/rust-lang/crates.io-index"
20374checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20375
20376[[package]]
20377name = "winapi-util"
20378version = "0.1.11"
20379source = "registry+https://github.com/rust-lang/crates.io-index"
20380checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20381dependencies = [
20382 "windows-sys 0.61.2",
20383]
20384
20385[[package]]
20386name = "winapi-x86_64-pc-windows-gnu"
20387version = "0.4.0"
20388source = "registry+https://github.com/rust-lang/crates.io-index"
20389checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20390
20391[[package]]
20392name = "winch-codegen"
20393version = "33.0.2"
20394source = "registry+https://github.com/rust-lang/crates.io-index"
20395checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20396dependencies = [
20397 "anyhow",
20398 "cranelift-assembler-x64",
20399 "cranelift-codegen",
20400 "gimli 0.31.1",
20401 "regalloc2",
20402 "smallvec",
20403 "target-lexicon 0.13.3",
20404 "thiserror 2.0.17",
20405 "wasmparser 0.229.0",
20406 "wasmtime-cranelift",
20407 "wasmtime-environ",
20408]
20409
20410[[package]]
20411name = "windows"
20412version = "0.57.0"
20413source = "registry+https://github.com/rust-lang/crates.io-index"
20414checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20415dependencies = [
20416 "windows-core 0.57.0",
20417 "windows-targets 0.52.6",
20418]
20419
20420[[package]]
20421name = "windows"
20422version = "0.58.0"
20423source = "registry+https://github.com/rust-lang/crates.io-index"
20424checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20425dependencies = [
20426 "windows-core 0.58.0",
20427 "windows-targets 0.52.6",
20428]
20429
20430[[package]]
20431name = "windows"
20432version = "0.61.3"
20433source = "registry+https://github.com/rust-lang/crates.io-index"
20434checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20435dependencies = [
20436 "windows-collections 0.2.0",
20437 "windows-core 0.61.2",
20438 "windows-future 0.2.1",
20439 "windows-link 0.1.3",
20440 "windows-numerics 0.2.0",
20441]
20442
20443[[package]]
20444name = "windows"
20445version = "0.62.2"
20446source = "registry+https://github.com/rust-lang/crates.io-index"
20447checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20448dependencies = [
20449 "windows-collections 0.3.2",
20450 "windows-core 0.62.2",
20451 "windows-future 0.3.2",
20452 "windows-numerics 0.3.1",
20453]
20454
20455[[package]]
20456name = "windows-bindgen"
20457version = "0.61.1"
20458source = "registry+https://github.com/rust-lang/crates.io-index"
20459checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20460dependencies = [
20461 "serde",
20462 "serde_json",
20463 "windows-threading 0.1.0",
20464]
20465
20466[[package]]
20467name = "windows-capture"
20468version = "1.4.3"
20469source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20470dependencies = [
20471 "clap",
20472 "ctrlc",
20473 "parking_lot",
20474 "rayon",
20475 "thiserror 2.0.17",
20476 "windows 0.61.3",
20477 "windows-future 0.2.1",
20478]
20479
20480[[package]]
20481name = "windows-collections"
20482version = "0.2.0"
20483source = "registry+https://github.com/rust-lang/crates.io-index"
20484checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20485dependencies = [
20486 "windows-core 0.61.2",
20487]
20488
20489[[package]]
20490name = "windows-collections"
20491version = "0.3.2"
20492source = "registry+https://github.com/rust-lang/crates.io-index"
20493checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20494dependencies = [
20495 "windows-core 0.62.2",
20496]
20497
20498[[package]]
20499name = "windows-core"
20500version = "0.57.0"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20503dependencies = [
20504 "windows-implement 0.57.0",
20505 "windows-interface 0.57.0",
20506 "windows-result 0.1.2",
20507 "windows-targets 0.52.6",
20508]
20509
20510[[package]]
20511name = "windows-core"
20512version = "0.58.0"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20515dependencies = [
20516 "windows-implement 0.58.0",
20517 "windows-interface 0.58.0",
20518 "windows-result 0.2.0",
20519 "windows-strings 0.1.0",
20520 "windows-targets 0.52.6",
20521]
20522
20523[[package]]
20524name = "windows-core"
20525version = "0.61.2"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20528dependencies = [
20529 "windows-implement 0.60.2",
20530 "windows-interface 0.59.3",
20531 "windows-link 0.1.3",
20532 "windows-result 0.3.4",
20533 "windows-strings 0.4.2",
20534]
20535
20536[[package]]
20537name = "windows-core"
20538version = "0.62.2"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20541dependencies = [
20542 "windows-implement 0.60.2",
20543 "windows-interface 0.59.3",
20544 "windows-link 0.2.1",
20545 "windows-result 0.4.1",
20546 "windows-strings 0.5.1",
20547]
20548
20549[[package]]
20550name = "windows-future"
20551version = "0.2.1"
20552source = "registry+https://github.com/rust-lang/crates.io-index"
20553checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20554dependencies = [
20555 "windows-core 0.61.2",
20556 "windows-link 0.1.3",
20557 "windows-threading 0.1.0",
20558]
20559
20560[[package]]
20561name = "windows-future"
20562version = "0.3.2"
20563source = "registry+https://github.com/rust-lang/crates.io-index"
20564checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20565dependencies = [
20566 "windows-core 0.62.2",
20567 "windows-link 0.2.1",
20568 "windows-threading 0.2.1",
20569]
20570
20571[[package]]
20572name = "windows-implement"
20573version = "0.57.0"
20574source = "registry+https://github.com/rust-lang/crates.io-index"
20575checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20576dependencies = [
20577 "proc-macro2",
20578 "quote",
20579 "syn 2.0.117",
20580]
20581
20582[[package]]
20583name = "windows-implement"
20584version = "0.58.0"
20585source = "registry+https://github.com/rust-lang/crates.io-index"
20586checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20587dependencies = [
20588 "proc-macro2",
20589 "quote",
20590 "syn 2.0.117",
20591]
20592
20593[[package]]
20594name = "windows-implement"
20595version = "0.60.2"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20598dependencies = [
20599 "proc-macro2",
20600 "quote",
20601 "syn 2.0.117",
20602]
20603
20604[[package]]
20605name = "windows-interface"
20606version = "0.57.0"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20609dependencies = [
20610 "proc-macro2",
20611 "quote",
20612 "syn 2.0.117",
20613]
20614
20615[[package]]
20616name = "windows-interface"
20617version = "0.58.0"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20620dependencies = [
20621 "proc-macro2",
20622 "quote",
20623 "syn 2.0.117",
20624]
20625
20626[[package]]
20627name = "windows-interface"
20628version = "0.59.3"
20629source = "registry+https://github.com/rust-lang/crates.io-index"
20630checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20631dependencies = [
20632 "proc-macro2",
20633 "quote",
20634 "syn 2.0.117",
20635]
20636
20637[[package]]
20638name = "windows-link"
20639version = "0.1.3"
20640source = "registry+https://github.com/rust-lang/crates.io-index"
20641checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20642
20643[[package]]
20644name = "windows-link"
20645version = "0.2.1"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20648
20649[[package]]
20650name = "windows-numerics"
20651version = "0.2.0"
20652source = "registry+https://github.com/rust-lang/crates.io-index"
20653checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20654dependencies = [
20655 "windows-core 0.61.2",
20656 "windows-link 0.1.3",
20657]
20658
20659[[package]]
20660name = "windows-numerics"
20661version = "0.3.1"
20662source = "registry+https://github.com/rust-lang/crates.io-index"
20663checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20664dependencies = [
20665 "windows-core 0.62.2",
20666 "windows-link 0.2.1",
20667]
20668
20669[[package]]
20670name = "windows-registry"
20671version = "0.4.0"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20674dependencies = [
20675 "windows-result 0.3.4",
20676 "windows-strings 0.3.1",
20677 "windows-targets 0.53.5",
20678]
20679
20680[[package]]
20681name = "windows-registry"
20682version = "0.5.3"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20685dependencies = [
20686 "windows-link 0.1.3",
20687 "windows-result 0.3.4",
20688 "windows-strings 0.4.2",
20689]
20690
20691[[package]]
20692name = "windows-registry"
20693version = "0.6.1"
20694source = "registry+https://github.com/rust-lang/crates.io-index"
20695checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20696dependencies = [
20697 "windows-link 0.2.1",
20698 "windows-result 0.4.1",
20699 "windows-strings 0.5.1",
20700]
20701
20702[[package]]
20703name = "windows-result"
20704version = "0.1.2"
20705source = "registry+https://github.com/rust-lang/crates.io-index"
20706checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20707dependencies = [
20708 "windows-targets 0.52.6",
20709]
20710
20711[[package]]
20712name = "windows-result"
20713version = "0.2.0"
20714source = "registry+https://github.com/rust-lang/crates.io-index"
20715checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20716dependencies = [
20717 "windows-targets 0.52.6",
20718]
20719
20720[[package]]
20721name = "windows-result"
20722version = "0.3.4"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20725dependencies = [
20726 "windows-link 0.1.3",
20727]
20728
20729[[package]]
20730name = "windows-result"
20731version = "0.4.1"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20734dependencies = [
20735 "windows-link 0.2.1",
20736]
20737
20738[[package]]
20739name = "windows-strings"
20740version = "0.1.0"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20743dependencies = [
20744 "windows-result 0.2.0",
20745 "windows-targets 0.52.6",
20746]
20747
20748[[package]]
20749name = "windows-strings"
20750version = "0.3.1"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20753dependencies = [
20754 "windows-link 0.1.3",
20755]
20756
20757[[package]]
20758name = "windows-strings"
20759version = "0.4.2"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20762dependencies = [
20763 "windows-link 0.1.3",
20764]
20765
20766[[package]]
20767name = "windows-strings"
20768version = "0.5.1"
20769source = "registry+https://github.com/rust-lang/crates.io-index"
20770checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20771dependencies = [
20772 "windows-link 0.2.1",
20773]
20774
20775[[package]]
20776name = "windows-sys"
20777version = "0.45.0"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20780dependencies = [
20781 "windows-targets 0.42.2",
20782]
20783
20784[[package]]
20785name = "windows-sys"
20786version = "0.48.0"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20789dependencies = [
20790 "windows-targets 0.48.5",
20791]
20792
20793[[package]]
20794name = "windows-sys"
20795version = "0.52.0"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20798dependencies = [
20799 "windows-targets 0.52.6",
20800]
20801
20802[[package]]
20803name = "windows-sys"
20804version = "0.59.0"
20805source = "registry+https://github.com/rust-lang/crates.io-index"
20806checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20807dependencies = [
20808 "windows-targets 0.52.6",
20809]
20810
20811[[package]]
20812name = "windows-sys"
20813version = "0.60.2"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20816dependencies = [
20817 "windows-targets 0.53.5",
20818]
20819
20820[[package]]
20821name = "windows-sys"
20822version = "0.61.2"
20823source = "registry+https://github.com/rust-lang/crates.io-index"
20824checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20825dependencies = [
20826 "windows-link 0.2.1",
20827]
20828
20829[[package]]
20830name = "windows-targets"
20831version = "0.42.2"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20834dependencies = [
20835 "windows_aarch64_gnullvm 0.42.2",
20836 "windows_aarch64_msvc 0.42.2",
20837 "windows_i686_gnu 0.42.2",
20838 "windows_i686_msvc 0.42.2",
20839 "windows_x86_64_gnu 0.42.2",
20840 "windows_x86_64_gnullvm 0.42.2",
20841 "windows_x86_64_msvc 0.42.2",
20842]
20843
20844[[package]]
20845name = "windows-targets"
20846version = "0.48.5"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20849dependencies = [
20850 "windows_aarch64_gnullvm 0.48.5",
20851 "windows_aarch64_msvc 0.48.5",
20852 "windows_i686_gnu 0.48.5",
20853 "windows_i686_msvc 0.48.5",
20854 "windows_x86_64_gnu 0.48.5",
20855 "windows_x86_64_gnullvm 0.48.5",
20856 "windows_x86_64_msvc 0.48.5",
20857]
20858
20859[[package]]
20860name = "windows-targets"
20861version = "0.52.6"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20864dependencies = [
20865 "windows_aarch64_gnullvm 0.52.6",
20866 "windows_aarch64_msvc 0.52.6",
20867 "windows_i686_gnu 0.52.6",
20868 "windows_i686_gnullvm 0.52.6",
20869 "windows_i686_msvc 0.52.6",
20870 "windows_x86_64_gnu 0.52.6",
20871 "windows_x86_64_gnullvm 0.52.6",
20872 "windows_x86_64_msvc 0.52.6",
20873]
20874
20875[[package]]
20876name = "windows-targets"
20877version = "0.53.5"
20878source = "registry+https://github.com/rust-lang/crates.io-index"
20879checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20880dependencies = [
20881 "windows-link 0.2.1",
20882 "windows_aarch64_gnullvm 0.53.1",
20883 "windows_aarch64_msvc 0.53.1",
20884 "windows_i686_gnu 0.53.1",
20885 "windows_i686_gnullvm 0.53.1",
20886 "windows_i686_msvc 0.53.1",
20887 "windows_x86_64_gnu 0.53.1",
20888 "windows_x86_64_gnullvm 0.53.1",
20889 "windows_x86_64_msvc 0.53.1",
20890]
20891
20892[[package]]
20893name = "windows-threading"
20894version = "0.1.0"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20897dependencies = [
20898 "windows-link 0.1.3",
20899]
20900
20901[[package]]
20902name = "windows-threading"
20903version = "0.2.1"
20904source = "registry+https://github.com/rust-lang/crates.io-index"
20905checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20906dependencies = [
20907 "windows-link 0.2.1",
20908]
20909
20910[[package]]
20911name = "windows_aarch64_gnullvm"
20912version = "0.42.2"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20915
20916[[package]]
20917name = "windows_aarch64_gnullvm"
20918version = "0.48.5"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20921
20922[[package]]
20923name = "windows_aarch64_gnullvm"
20924version = "0.52.6"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20927
20928[[package]]
20929name = "windows_aarch64_gnullvm"
20930version = "0.53.1"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20933
20934[[package]]
20935name = "windows_aarch64_msvc"
20936version = "0.42.2"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20939
20940[[package]]
20941name = "windows_aarch64_msvc"
20942version = "0.48.5"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20945
20946[[package]]
20947name = "windows_aarch64_msvc"
20948version = "0.52.6"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20951
20952[[package]]
20953name = "windows_aarch64_msvc"
20954version = "0.53.1"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20957
20958[[package]]
20959name = "windows_i686_gnu"
20960version = "0.42.2"
20961source = "registry+https://github.com/rust-lang/crates.io-index"
20962checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20963
20964[[package]]
20965name = "windows_i686_gnu"
20966version = "0.48.5"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20969
20970[[package]]
20971name = "windows_i686_gnu"
20972version = "0.52.6"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20975
20976[[package]]
20977name = "windows_i686_gnu"
20978version = "0.53.1"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20981
20982[[package]]
20983name = "windows_i686_gnullvm"
20984version = "0.52.6"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20987
20988[[package]]
20989name = "windows_i686_gnullvm"
20990version = "0.53.1"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20993
20994[[package]]
20995name = "windows_i686_msvc"
20996version = "0.42.2"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20999
21000[[package]]
21001name = "windows_i686_msvc"
21002version = "0.48.5"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21005
21006[[package]]
21007name = "windows_i686_msvc"
21008version = "0.52.6"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21011
21012[[package]]
21013name = "windows_i686_msvc"
21014version = "0.53.1"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21017
21018[[package]]
21019name = "windows_x86_64_gnu"
21020version = "0.42.2"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21023
21024[[package]]
21025name = "windows_x86_64_gnu"
21026version = "0.48.5"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21029
21030[[package]]
21031name = "windows_x86_64_gnu"
21032version = "0.52.6"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21035
21036[[package]]
21037name = "windows_x86_64_gnu"
21038version = "0.53.1"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21041
21042[[package]]
21043name = "windows_x86_64_gnullvm"
21044version = "0.42.2"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21047
21048[[package]]
21049name = "windows_x86_64_gnullvm"
21050version = "0.48.5"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21053
21054[[package]]
21055name = "windows_x86_64_gnullvm"
21056version = "0.52.6"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21059
21060[[package]]
21061name = "windows_x86_64_gnullvm"
21062version = "0.53.1"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21065
21066[[package]]
21067name = "windows_x86_64_msvc"
21068version = "0.42.2"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21071
21072[[package]]
21073name = "windows_x86_64_msvc"
21074version = "0.48.5"
21075source = "registry+https://github.com/rust-lang/crates.io-index"
21076checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21077
21078[[package]]
21079name = "windows_x86_64_msvc"
21080version = "0.52.6"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21083
21084[[package]]
21085name = "windows_x86_64_msvc"
21086version = "0.53.1"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21089
21090[[package]]
21091name = "winnow"
21092version = "0.7.13"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21095dependencies = [
21096 "memchr",
21097]
21098
21099[[package]]
21100name = "winreg"
21101version = "0.10.1"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21104dependencies = [
21105 "winapi",
21106]
21107
21108[[package]]
21109name = "winreg"
21110version = "0.50.0"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21113dependencies = [
21114 "cfg-if",
21115 "windows-sys 0.48.0",
21116]
21117
21118[[package]]
21119name = "winreg"
21120version = "0.55.0"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21123dependencies = [
21124 "cfg-if",
21125 "windows-sys 0.59.0",
21126]
21127
21128[[package]]
21129name = "winresource"
21130version = "0.1.23"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21133dependencies = [
21134 "toml 0.8.23",
21135 "version_check",
21136]
21137
21138[[package]]
21139name = "winsafe"
21140version = "0.0.19"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21143
21144[[package]]
21145name = "winx"
21146version = "0.36.4"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21149dependencies = [
21150 "bitflags 2.10.0",
21151 "windows-sys 0.59.0",
21152]
21153
21154[[package]]
21155name = "wio"
21156version = "0.2.2"
21157source = "registry+https://github.com/rust-lang/crates.io-index"
21158checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21159dependencies = [
21160 "winapi",
21161]
21162
21163[[package]]
21164name = "wit-bindgen"
21165version = "0.22.0"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21168dependencies = [
21169 "bitflags 2.10.0",
21170 "wit-bindgen-rt 0.22.0",
21171 "wit-bindgen-rust-macro 0.22.0",
21172]
21173
21174[[package]]
21175name = "wit-bindgen"
21176version = "0.41.0"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21179dependencies = [
21180 "wit-bindgen-rt 0.41.0",
21181 "wit-bindgen-rust-macro 0.41.0",
21182]
21183
21184[[package]]
21185name = "wit-bindgen"
21186version = "0.46.0"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21189
21190[[package]]
21191name = "wit-bindgen"
21192version = "0.51.0"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21195dependencies = [
21196 "wit-bindgen-rust-macro 0.51.0",
21197]
21198
21199[[package]]
21200name = "wit-bindgen-core"
21201version = "0.22.0"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21204dependencies = [
21205 "anyhow",
21206 "wit-parser 0.201.0",
21207]
21208
21209[[package]]
21210name = "wit-bindgen-core"
21211version = "0.41.0"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21214dependencies = [
21215 "anyhow",
21216 "heck 0.5.0",
21217 "wit-parser 0.227.1",
21218]
21219
21220[[package]]
21221name = "wit-bindgen-core"
21222version = "0.51.0"
21223source = "registry+https://github.com/rust-lang/crates.io-index"
21224checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21225dependencies = [
21226 "anyhow",
21227 "heck 0.5.0",
21228 "wit-parser 0.244.0",
21229]
21230
21231[[package]]
21232name = "wit-bindgen-rt"
21233version = "0.22.0"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21236
21237[[package]]
21238name = "wit-bindgen-rt"
21239version = "0.41.0"
21240source = "registry+https://github.com/rust-lang/crates.io-index"
21241checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21242dependencies = [
21243 "bitflags 2.10.0",
21244 "futures 0.3.31",
21245 "once_cell",
21246]
21247
21248[[package]]
21249name = "wit-bindgen-rust"
21250version = "0.22.0"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21253dependencies = [
21254 "anyhow",
21255 "heck 0.4.1",
21256 "indexmap",
21257 "wasm-metadata 0.201.0",
21258 "wit-bindgen-core 0.22.0",
21259 "wit-component 0.201.0",
21260]
21261
21262[[package]]
21263name = "wit-bindgen-rust"
21264version = "0.41.0"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21267dependencies = [
21268 "anyhow",
21269 "heck 0.5.0",
21270 "indexmap",
21271 "prettyplease",
21272 "syn 2.0.117",
21273 "wasm-metadata 0.227.1",
21274 "wit-bindgen-core 0.41.0",
21275 "wit-component 0.227.1",
21276]
21277
21278[[package]]
21279name = "wit-bindgen-rust"
21280version = "0.51.0"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21283dependencies = [
21284 "anyhow",
21285 "heck 0.5.0",
21286 "indexmap",
21287 "prettyplease",
21288 "syn 2.0.117",
21289 "wasm-metadata 0.244.0",
21290 "wit-bindgen-core 0.51.0",
21291 "wit-component 0.244.0",
21292]
21293
21294[[package]]
21295name = "wit-bindgen-rust-macro"
21296version = "0.22.0"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21299dependencies = [
21300 "anyhow",
21301 "proc-macro2",
21302 "quote",
21303 "syn 2.0.117",
21304 "wit-bindgen-core 0.22.0",
21305 "wit-bindgen-rust 0.22.0",
21306]
21307
21308[[package]]
21309name = "wit-bindgen-rust-macro"
21310version = "0.41.0"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21313dependencies = [
21314 "anyhow",
21315 "prettyplease",
21316 "proc-macro2",
21317 "quote",
21318 "syn 2.0.117",
21319 "wit-bindgen-core 0.41.0",
21320 "wit-bindgen-rust 0.41.0",
21321]
21322
21323[[package]]
21324name = "wit-bindgen-rust-macro"
21325version = "0.51.0"
21326source = "registry+https://github.com/rust-lang/crates.io-index"
21327checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21328dependencies = [
21329 "anyhow",
21330 "prettyplease",
21331 "proc-macro2",
21332 "quote",
21333 "syn 2.0.117",
21334 "wit-bindgen-core 0.51.0",
21335 "wit-bindgen-rust 0.51.0",
21336]
21337
21338[[package]]
21339name = "wit-component"
21340version = "0.201.0"
21341source = "registry+https://github.com/rust-lang/crates.io-index"
21342checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21343dependencies = [
21344 "anyhow",
21345 "bitflags 2.10.0",
21346 "indexmap",
21347 "log",
21348 "serde",
21349 "serde_derive",
21350 "serde_json",
21351 "wasm-encoder 0.201.0",
21352 "wasm-metadata 0.201.0",
21353 "wasmparser 0.201.0",
21354 "wit-parser 0.201.0",
21355]
21356
21357[[package]]
21358name = "wit-component"
21359version = "0.227.1"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21362dependencies = [
21363 "anyhow",
21364 "bitflags 2.10.0",
21365 "indexmap",
21366 "log",
21367 "serde",
21368 "serde_derive",
21369 "serde_json",
21370 "wasm-encoder 0.227.1",
21371 "wasm-metadata 0.227.1",
21372 "wasmparser 0.227.1",
21373 "wit-parser 0.227.1",
21374]
21375
21376[[package]]
21377name = "wit-component"
21378version = "0.244.0"
21379source = "registry+https://github.com/rust-lang/crates.io-index"
21380checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21381dependencies = [
21382 "anyhow",
21383 "bitflags 2.10.0",
21384 "indexmap",
21385 "log",
21386 "serde",
21387 "serde_derive",
21388 "serde_json",
21389 "wasm-encoder 0.244.0",
21390 "wasm-metadata 0.244.0",
21391 "wasmparser 0.244.0",
21392 "wit-parser 0.244.0",
21393]
21394
21395[[package]]
21396name = "wit-parser"
21397version = "0.201.0"
21398source = "registry+https://github.com/rust-lang/crates.io-index"
21399checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21400dependencies = [
21401 "anyhow",
21402 "id-arena",
21403 "indexmap",
21404 "log",
21405 "semver",
21406 "serde",
21407 "serde_derive",
21408 "serde_json",
21409 "unicode-xid",
21410 "wasmparser 0.201.0",
21411]
21412
21413[[package]]
21414name = "wit-parser"
21415version = "0.227.1"
21416source = "registry+https://github.com/rust-lang/crates.io-index"
21417checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21418dependencies = [
21419 "anyhow",
21420 "id-arena",
21421 "indexmap",
21422 "log",
21423 "semver",
21424 "serde",
21425 "serde_derive",
21426 "serde_json",
21427 "unicode-xid",
21428 "wasmparser 0.227.1",
21429]
21430
21431[[package]]
21432name = "wit-parser"
21433version = "0.229.0"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
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.229.0",
21447]
21448
21449[[package]]
21450name = "wit-parser"
21451version = "0.244.0"
21452source = "registry+https://github.com/rust-lang/crates.io-index"
21453checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
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.244.0",
21465]
21466
21467[[package]]
21468name = "witx"
21469version = "0.9.1"
21470source = "registry+https://github.com/rust-lang/crates.io-index"
21471checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21472dependencies = [
21473 "anyhow",
21474 "log",
21475 "thiserror 1.0.69",
21476 "wast",
21477]
21478
21479[[package]]
21480name = "workspace"
21481version = "0.1.0"
21482dependencies = [
21483 "any_vec",
21484 "anyhow",
21485 "async-recursion",
21486 "chrono",
21487 "client",
21488 "clock",
21489 "collections",
21490 "component",
21491 "db",
21492 "feature_flags",
21493 "fs",
21494 "futures 0.3.31",
21495 "git",
21496 "gpui",
21497 "http_client",
21498 "itertools 0.14.0",
21499 "language",
21500 "log",
21501 "markdown",
21502 "menu",
21503 "node_runtime",
21504 "parking_lot",
21505 "postage",
21506 "pretty_assertions",
21507 "project",
21508 "remote",
21509 "schemars",
21510 "serde",
21511 "serde_json",
21512 "session",
21513 "settings",
21514 "smallvec",
21515 "sqlez",
21516 "strum 0.27.2",
21517 "task",
21518 "telemetry",
21519 "tempfile",
21520 "theme",
21521 "ui",
21522 "util",
21523 "uuid",
21524 "vim_mode_setting",
21525 "windows 0.61.3",
21526 "zed_actions",
21527 "zlog",
21528]
21529
21530[[package]]
21531name = "worktree"
21532version = "0.1.0"
21533dependencies = [
21534 "anyhow",
21535 "async-lock 2.8.0",
21536 "chardetng",
21537 "clock",
21538 "collections",
21539 "encoding_rs",
21540 "fs",
21541 "futures 0.3.31",
21542 "fuzzy",
21543 "git",
21544 "gpui",
21545 "ignore",
21546 "language",
21547 "log",
21548 "parking_lot",
21549 "paths",
21550 "postage",
21551 "pretty_assertions",
21552 "rand 0.9.2",
21553 "rpc",
21554 "serde",
21555 "serde_json",
21556 "settings",
21557 "smallvec",
21558 "smol",
21559 "sum_tree",
21560 "text",
21561 "tracing",
21562 "util",
21563 "worktree",
21564 "zlog",
21565 "ztracing",
21566]
21567
21568[[package]]
21569name = "worktree_benchmarks"
21570version = "0.1.0"
21571dependencies = [
21572 "fs",
21573 "gpui_platform",
21574 "settings",
21575 "worktree",
21576]
21577
21578[[package]]
21579name = "wprcontrol"
21580version = "0.1.0"
21581source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21582dependencies = [
21583 "windows 0.61.3",
21584 "windows-bindgen",
21585 "windows-core 0.61.2",
21586 "windows-link 0.2.1",
21587]
21588
21589[[package]]
21590name = "writeable"
21591version = "0.6.1"
21592source = "registry+https://github.com/rust-lang/crates.io-index"
21593checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21594
21595[[package]]
21596name = "wyz"
21597version = "0.5.1"
21598source = "registry+https://github.com/rust-lang/crates.io-index"
21599checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21600dependencies = [
21601 "tap",
21602]
21603
21604[[package]]
21605name = "x11"
21606version = "2.21.0"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21609dependencies = [
21610 "libc",
21611 "pkg-config",
21612]
21613
21614[[package]]
21615name = "x11-clipboard"
21616version = "0.9.3"
21617source = "registry+https://github.com/rust-lang/crates.io-index"
21618checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21619dependencies = [
21620 "libc",
21621 "x11rb",
21622]
21623
21624[[package]]
21625name = "x11rb"
21626version = "0.13.2"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21629dependencies = [
21630 "as-raw-xcb-connection",
21631 "gethostname",
21632 "libc",
21633 "rustix 1.1.2",
21634 "x11rb-protocol",
21635 "xcursor",
21636]
21637
21638[[package]]
21639name = "x11rb-protocol"
21640version = "0.13.2"
21641source = "registry+https://github.com/rust-lang/crates.io-index"
21642checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21643
21644[[package]]
21645name = "x_ai"
21646version = "0.1.0"
21647dependencies = [
21648 "anyhow",
21649 "schemars",
21650 "serde",
21651 "strum 0.27.2",
21652]
21653
21654[[package]]
21655name = "xattr"
21656version = "0.2.3"
21657source = "registry+https://github.com/rust-lang/crates.io-index"
21658checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21659dependencies = [
21660 "libc",
21661]
21662
21663[[package]]
21664name = "xcb"
21665version = "1.6.0"
21666source = "registry+https://github.com/rust-lang/crates.io-index"
21667checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21668dependencies = [
21669 "bitflags 1.3.2",
21670 "libc",
21671 "quick-xml 0.30.0",
21672 "x11",
21673]
21674
21675[[package]]
21676name = "xcursor"
21677version = "0.3.10"
21678source = "registry+https://github.com/rust-lang/crates.io-index"
21679checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21680
21681[[package]]
21682name = "xim-ctext"
21683version = "0.3.0"
21684source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21685dependencies = [
21686 "encoding_rs",
21687]
21688
21689[[package]]
21690name = "xim-parser"
21691version = "0.2.1"
21692source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21693dependencies = [
21694 "bitflags 2.10.0",
21695]
21696
21697[[package]]
21698name = "xkbcommon"
21699version = "0.8.0"
21700source = "registry+https://github.com/rust-lang/crates.io-index"
21701checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21702dependencies = [
21703 "as-raw-xcb-connection",
21704 "libc",
21705 "memmap2",
21706 "xkeysym",
21707]
21708
21709[[package]]
21710name = "xkeysym"
21711version = "0.2.1"
21712source = "registry+https://github.com/rust-lang/crates.io-index"
21713checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21714
21715[[package]]
21716name = "xml-rs"
21717version = "0.8.28"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21720
21721[[package]]
21722name = "xml5ever"
21723version = "0.18.1"
21724source = "registry+https://github.com/rust-lang/crates.io-index"
21725checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21726dependencies = [
21727 "log",
21728 "mac",
21729 "markup5ever 0.12.1",
21730]
21731
21732[[package]]
21733name = "xmlparser"
21734version = "0.13.6"
21735source = "registry+https://github.com/rust-lang/crates.io-index"
21736checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21737
21738[[package]]
21739name = "xmlwriter"
21740version = "0.1.0"
21741source = "registry+https://github.com/rust-lang/crates.io-index"
21742checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21743
21744[[package]]
21745name = "xtask"
21746version = "0.1.0"
21747dependencies = [
21748 "annotate-snippets",
21749 "anyhow",
21750 "backtrace",
21751 "cargo_metadata",
21752 "cargo_toml",
21753 "clap",
21754 "gh-workflow",
21755 "indexmap",
21756 "indoc",
21757 "itertools 0.14.0",
21758 "regex",
21759 "serde",
21760 "serde_json",
21761 "serde_yaml",
21762 "strum 0.27.2",
21763 "toml 0.8.23",
21764 "toml_edit 0.22.27",
21765]
21766
21767[[package]]
21768name = "yaml-rust2"
21769version = "0.8.1"
21770source = "registry+https://github.com/rust-lang/crates.io-index"
21771checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21772dependencies = [
21773 "arraydeque",
21774 "encoding_rs",
21775 "hashlink 0.8.4",
21776]
21777
21778[[package]]
21779name = "yansi"
21780version = "1.0.1"
21781source = "registry+https://github.com/rust-lang/crates.io-index"
21782checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21783
21784[[package]]
21785name = "yawc"
21786version = "0.2.5"
21787source = "registry+https://github.com/rust-lang/crates.io-index"
21788checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21789dependencies = [
21790 "base64 0.22.1",
21791 "bytes 1.11.1",
21792 "flate2",
21793 "futures 0.3.31",
21794 "http-body-util",
21795 "hyper 1.7.0",
21796 "hyper-util",
21797 "js-sys",
21798 "nom 8.0.0",
21799 "pin-project",
21800 "rand 0.8.5",
21801 "sha1",
21802 "thiserror 1.0.69",
21803 "tokio",
21804 "tokio-rustls 0.26.2",
21805 "tokio-util",
21806 "url",
21807 "wasm-bindgen",
21808 "wasm-bindgen-futures",
21809 "web-sys",
21810 "webpki-roots",
21811]
21812
21813[[package]]
21814name = "yazi"
21815version = "0.2.1"
21816source = "registry+https://github.com/rust-lang/crates.io-index"
21817checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21818
21819[[package]]
21820name = "yeslogic-fontconfig-sys"
21821version = "6.0.0"
21822source = "registry+https://github.com/rust-lang/crates.io-index"
21823checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21824dependencies = [
21825 "dlib",
21826 "once_cell",
21827 "pkg-config",
21828]
21829
21830[[package]]
21831name = "yoke"
21832version = "0.7.5"
21833source = "registry+https://github.com/rust-lang/crates.io-index"
21834checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21835dependencies = [
21836 "serde",
21837 "stable_deref_trait",
21838 "yoke-derive 0.7.5",
21839 "zerofrom",
21840]
21841
21842[[package]]
21843name = "yoke"
21844version = "0.8.0"
21845source = "registry+https://github.com/rust-lang/crates.io-index"
21846checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21847dependencies = [
21848 "serde",
21849 "stable_deref_trait",
21850 "yoke-derive 0.8.0",
21851 "zerofrom",
21852]
21853
21854[[package]]
21855name = "yoke-derive"
21856version = "0.7.5"
21857source = "registry+https://github.com/rust-lang/crates.io-index"
21858checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21859dependencies = [
21860 "proc-macro2",
21861 "quote",
21862 "syn 2.0.117",
21863 "synstructure",
21864]
21865
21866[[package]]
21867name = "yoke-derive"
21868version = "0.8.0"
21869source = "registry+https://github.com/rust-lang/crates.io-index"
21870checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21871dependencies = [
21872 "proc-macro2",
21873 "quote",
21874 "syn 2.0.117",
21875 "synstructure",
21876]
21877
21878[[package]]
21879name = "zbus"
21880version = "5.13.2"
21881source = "registry+https://github.com/rust-lang/crates.io-index"
21882checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21883dependencies = [
21884 "async-broadcast",
21885 "async-executor",
21886 "async-io",
21887 "async-lock 3.4.2",
21888 "async-process",
21889 "async-recursion",
21890 "async-task",
21891 "async-trait",
21892 "blocking",
21893 "enumflags2",
21894 "event-listener 5.4.1",
21895 "futures-core",
21896 "futures-lite 2.6.1",
21897 "hex",
21898 "libc",
21899 "ordered-stream",
21900 "rustix 1.1.2",
21901 "serde",
21902 "serde_repr",
21903 "tracing",
21904 "uds_windows",
21905 "uuid",
21906 "windows-sys 0.61.2",
21907 "winnow",
21908 "zbus_macros",
21909 "zbus_names",
21910 "zvariant",
21911]
21912
21913[[package]]
21914name = "zbus_macros"
21915version = "5.13.2"
21916source = "registry+https://github.com/rust-lang/crates.io-index"
21917checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21918dependencies = [
21919 "proc-macro-crate",
21920 "proc-macro2",
21921 "quote",
21922 "syn 2.0.117",
21923 "zbus_names",
21924 "zvariant",
21925 "zvariant_utils",
21926]
21927
21928[[package]]
21929name = "zbus_names"
21930version = "4.3.1"
21931source = "registry+https://github.com/rust-lang/crates.io-index"
21932checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21933dependencies = [
21934 "serde",
21935 "winnow",
21936 "zvariant",
21937]
21938
21939[[package]]
21940name = "zed"
21941version = "0.230.0"
21942dependencies = [
21943 "acp_thread",
21944 "acp_tools",
21945 "action_log",
21946 "activity_indicator",
21947 "agent",
21948 "agent-client-protocol",
21949 "agent_servers",
21950 "agent_settings",
21951 "agent_ui",
21952 "anyhow",
21953 "ashpd",
21954 "askpass",
21955 "assets",
21956 "audio",
21957 "auto_update",
21958 "auto_update_ui",
21959 "breadcrumbs",
21960 "call",
21961 "channel",
21962 "chrono",
21963 "clap",
21964 "cli",
21965 "client",
21966 "clock",
21967 "codestral",
21968 "collab_ui",
21969 "collections",
21970 "command_palette",
21971 "component",
21972 "component_preview",
21973 "copilot",
21974 "copilot_chat",
21975 "copilot_ui",
21976 "crashes",
21977 "csv_preview",
21978 "dap_adapters",
21979 "db",
21980 "debug_adapter_extension",
21981 "debugger_tools",
21982 "debugger_ui",
21983 "dev_container",
21984 "diagnostics",
21985 "edit_prediction",
21986 "edit_prediction_ui",
21987 "editor",
21988 "encoding_selector",
21989 "env_logger 0.11.8",
21990 "etw_tracing",
21991 "extension",
21992 "extension_host",
21993 "extensions_ui",
21994 "feature_flags",
21995 "feedback",
21996 "file_finder",
21997 "fs",
21998 "futures 0.3.31",
21999 "git",
22000 "git_graph",
22001 "git_hosting_providers",
22002 "git_ui",
22003 "go_to_line",
22004 "gpui",
22005 "gpui_platform",
22006 "gpui_tokio",
22007 "http_client",
22008 "image",
22009 "image_viewer",
22010 "inspector_ui",
22011 "install_cli",
22012 "itertools 0.14.0",
22013 "journal",
22014 "json_schema_store",
22015 "keymap_editor",
22016 "language",
22017 "language_extension",
22018 "language_model",
22019 "language_models",
22020 "language_onboarding",
22021 "language_selector",
22022 "language_tools",
22023 "languages",
22024 "line_ending_selector",
22025 "log",
22026 "markdown",
22027 "markdown_preview",
22028 "menu",
22029 "migrator",
22030 "mimalloc",
22031 "miniprofiler_ui",
22032 "nc",
22033 "node_runtime",
22034 "notifications",
22035 "onboarding",
22036 "outline",
22037 "outline_panel",
22038 "parking_lot",
22039 "paths",
22040 "picker",
22041 "pkg-config",
22042 "pretty_assertions",
22043 "profiling",
22044 "project",
22045 "project_panel",
22046 "project_symbols",
22047 "prompt_store",
22048 "proto",
22049 "rayon",
22050 "recent_projects",
22051 "release_channel",
22052 "remote",
22053 "repl",
22054 "reqwest_client",
22055 "rope",
22056 "search",
22057 "semver",
22058 "serde",
22059 "serde_json",
22060 "session",
22061 "settings",
22062 "settings_profile_selector",
22063 "settings_ui",
22064 "shellexpand 2.1.2",
22065 "sidebar",
22066 "smol",
22067 "snippet_provider",
22068 "snippets_ui",
22069 "svg_preview",
22070 "sysinfo 0.37.2",
22071 "system_specs",
22072 "tab_switcher",
22073 "task",
22074 "tasks_ui",
22075 "telemetry",
22076 "telemetry_events",
22077 "tempfile",
22078 "terminal_view",
22079 "theme",
22080 "theme_extension",
22081 "theme_selector",
22082 "time",
22083 "time_format",
22084 "title_bar",
22085 "toolchain_selector",
22086 "tracing",
22087 "ui",
22088 "ui_prompt",
22089 "url",
22090 "urlencoding",
22091 "util",
22092 "uuid",
22093 "vim",
22094 "vim_mode_setting",
22095 "watch",
22096 "web_search",
22097 "web_search_providers",
22098 "which_key",
22099 "windows 0.61.3",
22100 "winresource",
22101 "workspace",
22102 "zed-reqwest",
22103 "zed_actions",
22104 "zed_env_vars",
22105 "zlog",
22106 "zlog_settings",
22107 "ztracing",
22108]
22109
22110[[package]]
22111name = "zed-font-kit"
22112version = "0.14.1-zed"
22113source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22114dependencies = [
22115 "bitflags 2.10.0",
22116 "byteorder",
22117 "core-foundation 0.10.0",
22118 "core-graphics 0.24.0",
22119 "core-text",
22120 "dirs 5.0.1",
22121 "dwrote",
22122 "float-ord",
22123 "freetype-sys",
22124 "lazy_static",
22125 "libc",
22126 "log",
22127 "pathfinder_geometry",
22128 "pathfinder_simd",
22129 "walkdir",
22130 "winapi",
22131 "yeslogic-fontconfig-sys",
22132]
22133
22134[[package]]
22135name = "zed-reqwest"
22136version = "0.12.15-zed"
22137source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22138dependencies = [
22139 "base64 0.22.1",
22140 "bytes 1.11.1",
22141 "encoding_rs",
22142 "futures-core",
22143 "futures-util",
22144 "h2 0.4.12",
22145 "http 1.3.1",
22146 "http-body 1.0.1",
22147 "http-body-util",
22148 "hyper 1.7.0",
22149 "hyper-rustls 0.27.7",
22150 "hyper-util",
22151 "ipnet",
22152 "js-sys",
22153 "log",
22154 "mime",
22155 "mime_guess",
22156 "once_cell",
22157 "percent-encoding",
22158 "pin-project-lite",
22159 "quinn",
22160 "rustls 0.23.33",
22161 "rustls-native-certs 0.8.2",
22162 "rustls-pemfile 2.2.0",
22163 "rustls-pki-types",
22164 "serde",
22165 "serde_json",
22166 "serde_urlencoded",
22167 "sync_wrapper 1.0.2",
22168 "system-configuration 0.6.1",
22169 "tokio",
22170 "tokio-rustls 0.26.2",
22171 "tokio-socks",
22172 "tokio-util",
22173 "tower 0.5.2",
22174 "tower-service",
22175 "url",
22176 "wasm-bindgen",
22177 "wasm-bindgen-futures",
22178 "wasm-streams",
22179 "web-sys",
22180 "windows-registry 0.4.0",
22181]
22182
22183[[package]]
22184name = "zed-scap"
22185version = "0.0.8-zed"
22186source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22187dependencies = [
22188 "anyhow",
22189 "cocoa 0.25.0",
22190 "core-graphics-helmer-fork",
22191 "log",
22192 "objc",
22193 "rand 0.8.5",
22194 "screencapturekit",
22195 "screencapturekit-sys",
22196 "sysinfo 0.31.4",
22197 "tao-core-video-sys",
22198 "windows 0.61.3",
22199 "windows-capture",
22200 "x11",
22201 "xcb",
22202]
22203
22204[[package]]
22205name = "zed-xim"
22206version = "0.4.0-zed"
22207source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22208dependencies = [
22209 "ahash 0.8.12",
22210 "hashbrown 0.14.5",
22211 "log",
22212 "x11rb",
22213 "xim-ctext",
22214 "xim-parser",
22215]
22216
22217[[package]]
22218name = "zed_actions"
22219version = "0.1.0"
22220dependencies = [
22221 "gpui",
22222 "schemars",
22223 "serde",
22224 "util",
22225 "uuid",
22226]
22227
22228[[package]]
22229name = "zed_env_vars"
22230version = "0.1.0"
22231dependencies = [
22232 "gpui",
22233]
22234
22235[[package]]
22236name = "zed_extension_api"
22237version = "0.1.0"
22238source = "registry+https://github.com/rust-lang/crates.io-index"
22239checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22240dependencies = [
22241 "serde",
22242 "serde_json",
22243 "wit-bindgen 0.22.0",
22244]
22245
22246[[package]]
22247name = "zed_extension_api"
22248version = "0.7.0"
22249source = "registry+https://github.com/rust-lang/crates.io-index"
22250checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22251dependencies = [
22252 "serde",
22253 "serde_json",
22254 "wit-bindgen 0.41.0",
22255]
22256
22257[[package]]
22258name = "zed_extension_api"
22259version = "0.8.0"
22260dependencies = [
22261 "serde",
22262 "serde_json",
22263 "wit-bindgen 0.41.0",
22264]
22265
22266[[package]]
22267name = "zed_glsl"
22268version = "0.2.2"
22269dependencies = [
22270 "zed_extension_api 0.1.0",
22271]
22272
22273[[package]]
22274name = "zed_html"
22275version = "0.3.1"
22276dependencies = [
22277 "zed_extension_api 0.7.0",
22278]
22279
22280[[package]]
22281name = "zed_proto"
22282version = "0.3.1"
22283dependencies = [
22284 "zed_extension_api 0.7.0",
22285]
22286
22287[[package]]
22288name = "zed_test_extension"
22289version = "0.1.0"
22290dependencies = [
22291 "zed_extension_api 0.8.0",
22292]
22293
22294[[package]]
22295name = "zeno"
22296version = "0.3.3"
22297source = "registry+https://github.com/rust-lang/crates.io-index"
22298checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22299
22300[[package]]
22301name = "zerocopy"
22302version = "0.8.27"
22303source = "registry+https://github.com/rust-lang/crates.io-index"
22304checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22305dependencies = [
22306 "zerocopy-derive",
22307]
22308
22309[[package]]
22310name = "zerocopy-derive"
22311version = "0.8.27"
22312source = "registry+https://github.com/rust-lang/crates.io-index"
22313checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22314dependencies = [
22315 "proc-macro2",
22316 "quote",
22317 "syn 2.0.117",
22318]
22319
22320[[package]]
22321name = "zerofrom"
22322version = "0.1.6"
22323source = "registry+https://github.com/rust-lang/crates.io-index"
22324checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22325dependencies = [
22326 "zerofrom-derive",
22327]
22328
22329[[package]]
22330name = "zerofrom-derive"
22331version = "0.1.6"
22332source = "registry+https://github.com/rust-lang/crates.io-index"
22333checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22334dependencies = [
22335 "proc-macro2",
22336 "quote",
22337 "syn 2.0.117",
22338 "synstructure",
22339]
22340
22341[[package]]
22342name = "zeroize"
22343version = "1.8.2"
22344source = "registry+https://github.com/rust-lang/crates.io-index"
22345checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22346dependencies = [
22347 "zeroize_derive",
22348]
22349
22350[[package]]
22351name = "zeroize_derive"
22352version = "1.4.2"
22353source = "registry+https://github.com/rust-lang/crates.io-index"
22354checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22355dependencies = [
22356 "proc-macro2",
22357 "quote",
22358 "syn 2.0.117",
22359]
22360
22361[[package]]
22362name = "zeromq"
22363version = "0.5.0"
22364source = "registry+https://github.com/rust-lang/crates.io-index"
22365checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22366dependencies = [
22367 "async-dispatcher",
22368 "async-std",
22369 "async-trait",
22370 "asynchronous-codec",
22371 "bytes 1.11.1",
22372 "crossbeam-queue",
22373 "futures 0.3.31",
22374 "log",
22375 "num-traits",
22376 "once_cell",
22377 "parking_lot",
22378 "rand 0.9.2",
22379 "regex",
22380 "scc",
22381 "thiserror 1.0.69",
22382 "uuid",
22383]
22384
22385[[package]]
22386name = "zerotrie"
22387version = "0.2.2"
22388source = "registry+https://github.com/rust-lang/crates.io-index"
22389checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22390dependencies = [
22391 "displaydoc",
22392 "yoke 0.8.0",
22393 "zerofrom",
22394]
22395
22396[[package]]
22397name = "zerovec"
22398version = "0.11.4"
22399source = "registry+https://github.com/rust-lang/crates.io-index"
22400checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22401dependencies = [
22402 "yoke 0.8.0",
22403 "zerofrom",
22404 "zerovec-derive",
22405]
22406
22407[[package]]
22408name = "zerovec-derive"
22409version = "0.11.1"
22410source = "registry+https://github.com/rust-lang/crates.io-index"
22411checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22412dependencies = [
22413 "proc-macro2",
22414 "quote",
22415 "syn 2.0.117",
22416]
22417
22418[[package]]
22419name = "zeta_prompt"
22420version = "0.1.0"
22421dependencies = [
22422 "anyhow",
22423 "indoc",
22424 "serde",
22425 "strum 0.27.2",
22426]
22427
22428[[package]]
22429name = "zip"
22430version = "0.6.6"
22431source = "registry+https://github.com/rust-lang/crates.io-index"
22432checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22433dependencies = [
22434 "aes",
22435 "byteorder",
22436 "bzip2",
22437 "constant_time_eq",
22438 "crc32fast",
22439 "crossbeam-utils",
22440 "flate2",
22441 "hmac",
22442 "pbkdf2 0.11.0",
22443 "sha1",
22444 "time",
22445 "zstd",
22446]
22447
22448[[package]]
22449name = "zip"
22450version = "1.1.4"
22451source = "registry+https://github.com/rust-lang/crates.io-index"
22452checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22453dependencies = [
22454 "arbitrary",
22455 "crc32fast",
22456 "crossbeam-utils",
22457 "displaydoc",
22458 "indexmap",
22459 "num_enum",
22460 "thiserror 1.0.69",
22461]
22462
22463[[package]]
22464name = "zlog"
22465version = "0.1.0"
22466dependencies = [
22467 "anyhow",
22468 "chrono",
22469 "collections",
22470 "log",
22471 "tempfile",
22472]
22473
22474[[package]]
22475name = "zlog_settings"
22476version = "0.1.0"
22477dependencies = [
22478 "collections",
22479 "gpui",
22480 "settings",
22481 "zlog",
22482]
22483
22484[[package]]
22485name = "zstd"
22486version = "0.11.2+zstd.1.5.2"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22489dependencies = [
22490 "zstd-safe",
22491]
22492
22493[[package]]
22494name = "zstd-safe"
22495version = "5.0.2+zstd.1.5.2"
22496source = "registry+https://github.com/rust-lang/crates.io-index"
22497checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22498dependencies = [
22499 "libc",
22500 "zstd-sys",
22501]
22502
22503[[package]]
22504name = "zstd-sys"
22505version = "2.0.16+zstd.1.5.7"
22506source = "registry+https://github.com/rust-lang/crates.io-index"
22507checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22508dependencies = [
22509 "cc",
22510 "pkg-config",
22511]
22512
22513[[package]]
22514name = "ztracing"
22515version = "0.1.0"
22516dependencies = [
22517 "tracing",
22518 "tracing-subscriber",
22519 "tracing-tracy",
22520 "tracy-client",
22521 "zlog",
22522 "ztracing_macro",
22523]
22524
22525[[package]]
22526name = "ztracing_macro"
22527version = "0.1.0"
22528
22529[[package]]
22530name = "zune-core"
22531version = "0.4.12"
22532source = "registry+https://github.com/rust-lang/crates.io-index"
22533checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22534
22535[[package]]
22536name = "zune-inflate"
22537version = "0.2.54"
22538source = "registry+https://github.com/rust-lang/crates.io-index"
22539checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22540dependencies = [
22541 "simd-adler32",
22542]
22543
22544[[package]]
22545name = "zune-jpeg"
22546version = "0.4.21"
22547source = "registry+https://github.com/rust-lang/crates.io-index"
22548checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22549dependencies = [
22550 "zune-core",
22551]
22552
22553[[package]]
22554name = "zvariant"
22555version = "5.9.2"
22556source = "registry+https://github.com/rust-lang/crates.io-index"
22557checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22558dependencies = [
22559 "endi",
22560 "enumflags2",
22561 "serde",
22562 "serde_bytes",
22563 "winnow",
22564 "zvariant_derive",
22565 "zvariant_utils",
22566]
22567
22568[[package]]
22569name = "zvariant_derive"
22570version = "5.9.2"
22571source = "registry+https://github.com/rust-lang/crates.io-index"
22572checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22573dependencies = [
22574 "proc-macro-crate",
22575 "proc-macro2",
22576 "quote",
22577 "syn 2.0.117",
22578 "zvariant_utils",
22579]
22580
22581[[package]]
22582name = "zvariant_utils"
22583version = "3.3.0"
22584source = "registry+https://github.com/rust-lang/crates.io-index"
22585checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22586dependencies = [
22587 "proc-macro2",
22588 "quote",
22589 "serde",
22590 "syn 2.0.117",
22591 "winnow",
22592]