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 "base64 0.22.1",
3576 "collections",
3577 "futures 0.3.31",
3578 "gpui",
3579 "http_client",
3580 "log",
3581 "net",
3582 "parking_lot",
3583 "postage",
3584 "rand 0.9.2",
3585 "schemars",
3586 "serde",
3587 "serde_json",
3588 "settings",
3589 "sha2",
3590 "slotmap",
3591 "smol",
3592 "tempfile",
3593 "terminal",
3594 "tiny_http",
3595 "url",
3596 "util",
3597]
3598
3599[[package]]
3600name = "convert_case"
3601version = "0.8.0"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3604dependencies = [
3605 "unicode-segmentation",
3606]
3607
3608[[package]]
3609name = "convert_case"
3610version = "0.10.0"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3613dependencies = [
3614 "unicode-segmentation",
3615]
3616
3617[[package]]
3618name = "convert_case"
3619version = "0.11.0"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3622dependencies = [
3623 "unicode-segmentation",
3624]
3625
3626[[package]]
3627name = "copilot"
3628version = "0.1.0"
3629dependencies = [
3630 "anyhow",
3631 "async-std",
3632 "collections",
3633 "command_palette_hooks",
3634 "copilot_chat",
3635 "edit_prediction_types",
3636 "editor",
3637 "fs",
3638 "futures 0.3.31",
3639 "gpui",
3640 "icons",
3641 "indoc",
3642 "language",
3643 "log",
3644 "lsp",
3645 "node_runtime",
3646 "parking_lot",
3647 "paths",
3648 "pretty_assertions",
3649 "project",
3650 "rpc",
3651 "semver",
3652 "serde",
3653 "serde_json",
3654 "settings",
3655 "sum_tree",
3656 "theme",
3657 "util",
3658 "workspace",
3659 "zlog",
3660]
3661
3662[[package]]
3663name = "copilot_chat"
3664version = "0.1.0"
3665dependencies = [
3666 "anthropic",
3667 "anyhow",
3668 "collections",
3669 "dirs 4.0.0",
3670 "fs",
3671 "futures 0.3.31",
3672 "gpui",
3673 "http_client",
3674 "log",
3675 "paths",
3676 "serde",
3677 "serde_json",
3678 "settings",
3679]
3680
3681[[package]]
3682name = "copilot_ui"
3683version = "0.1.0"
3684dependencies = [
3685 "anyhow",
3686 "copilot",
3687 "gpui",
3688 "language",
3689 "log",
3690 "lsp",
3691 "menu",
3692 "project",
3693 "serde_json",
3694 "settings",
3695 "ui",
3696 "util",
3697 "workspace",
3698]
3699
3700[[package]]
3701name = "core-foundation"
3702version = "0.9.4"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3705dependencies = [
3706 "core-foundation-sys",
3707 "libc",
3708]
3709
3710[[package]]
3711name = "core-foundation"
3712version = "0.10.0"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3715dependencies = [
3716 "core-foundation-sys",
3717 "libc",
3718]
3719
3720[[package]]
3721name = "core-foundation-sys"
3722version = "0.8.7"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3725
3726[[package]]
3727name = "core-graphics"
3728version = "0.23.2"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3731dependencies = [
3732 "bitflags 1.3.2",
3733 "core-foundation 0.9.4",
3734 "core-graphics-types 0.1.3",
3735 "foreign-types 0.5.0",
3736 "libc",
3737]
3738
3739[[package]]
3740name = "core-graphics"
3741version = "0.24.0"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3744dependencies = [
3745 "bitflags 2.10.0",
3746 "core-foundation 0.10.0",
3747 "core-graphics-types 0.2.0",
3748 "foreign-types 0.5.0",
3749 "libc",
3750]
3751
3752[[package]]
3753name = "core-graphics-helmer-fork"
3754version = "0.24.0"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3757dependencies = [
3758 "bitflags 2.10.0",
3759 "core-foundation 0.9.4",
3760 "core-graphics-types 0.1.3",
3761 "foreign-types 0.5.0",
3762 "libc",
3763]
3764
3765[[package]]
3766name = "core-graphics-types"
3767version = "0.1.3"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3770dependencies = [
3771 "bitflags 1.3.2",
3772 "core-foundation 0.9.4",
3773 "libc",
3774]
3775
3776[[package]]
3777name = "core-graphics-types"
3778version = "0.2.0"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3781dependencies = [
3782 "bitflags 2.10.0",
3783 "core-foundation 0.10.0",
3784 "libc",
3785]
3786
3787[[package]]
3788name = "core-graphics2"
3789version = "0.5.2"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3792dependencies = [
3793 "bitflags 2.10.0",
3794 "block",
3795 "cfg-if",
3796 "core-foundation 0.10.0",
3797 "libc",
3798]
3799
3800[[package]]
3801name = "core-services"
3802version = "0.2.1"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3805dependencies = [
3806 "core-foundation 0.9.4",
3807]
3808
3809[[package]]
3810name = "core-text"
3811version = "21.0.0"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3814dependencies = [
3815 "core-foundation 0.10.0",
3816 "core-graphics 0.24.0",
3817 "foreign-types 0.5.0",
3818 "libc",
3819]
3820
3821[[package]]
3822name = "core-video"
3823version = "0.5.2"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3826dependencies = [
3827 "block",
3828 "core-foundation 0.10.0",
3829 "core-graphics2",
3830 "io-surface",
3831 "libc",
3832 "metal",
3833]
3834
3835[[package]]
3836name = "core_maths"
3837version = "0.1.1"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3840dependencies = [
3841 "libm",
3842]
3843
3844[[package]]
3845name = "coreaudio-rs"
3846version = "0.12.1"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3849dependencies = [
3850 "bitflags 1.3.2",
3851 "core-foundation-sys",
3852 "coreaudio-sys",
3853]
3854
3855[[package]]
3856name = "coreaudio-rs"
3857version = "0.13.0"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3860dependencies = [
3861 "bitflags 1.3.2",
3862 "libc",
3863 "objc2-audio-toolbox",
3864 "objc2-core-audio",
3865 "objc2-core-audio-types",
3866 "objc2-core-foundation",
3867]
3868
3869[[package]]
3870name = "coreaudio-sys"
3871version = "0.2.17"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3874dependencies = [
3875 "bindgen 0.72.1",
3876]
3877
3878[[package]]
3879name = "cosmic-text"
3880version = "0.17.1"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3883dependencies = [
3884 "bitflags 2.10.0",
3885 "fontdb 0.23.0",
3886 "harfrust",
3887 "linebender_resource_handle",
3888 "log",
3889 "rangemap",
3890 "rustc-hash 2.1.1",
3891 "self_cell",
3892 "skrifa 0.40.0",
3893 "smol_str",
3894 "swash",
3895 "sys-locale",
3896 "unicode-bidi",
3897 "unicode-linebreak",
3898 "unicode-script",
3899 "unicode-segmentation",
3900]
3901
3902[[package]]
3903name = "cpal"
3904version = "0.17.1"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3907dependencies = [
3908 "alsa",
3909 "coreaudio-rs 0.13.0",
3910 "dasp_sample",
3911 "jni",
3912 "js-sys",
3913 "libc",
3914 "mach2 0.5.0",
3915 "ndk",
3916 "ndk-context",
3917 "num-derive",
3918 "num-traits",
3919 "objc2",
3920 "objc2-audio-toolbox",
3921 "objc2-avf-audio",
3922 "objc2-core-audio",
3923 "objc2-core-audio-types",
3924 "objc2-core-foundation",
3925 "objc2-foundation",
3926 "wasm-bindgen",
3927 "wasm-bindgen-futures",
3928 "web-sys",
3929 "windows 0.62.2",
3930]
3931
3932[[package]]
3933name = "cpp_demangle"
3934version = "0.4.5"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3937dependencies = [
3938 "cfg-if",
3939]
3940
3941[[package]]
3942name = "cpufeatures"
3943version = "0.2.17"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3946dependencies = [
3947 "libc",
3948]
3949
3950[[package]]
3951name = "cranelift-assembler-x64"
3952version = "0.120.2"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3955dependencies = [
3956 "cranelift-assembler-x64-meta",
3957]
3958
3959[[package]]
3960name = "cranelift-assembler-x64-meta"
3961version = "0.120.2"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3964dependencies = [
3965 "cranelift-srcgen",
3966]
3967
3968[[package]]
3969name = "cranelift-bforest"
3970version = "0.120.2"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3973dependencies = [
3974 "cranelift-entity",
3975]
3976
3977[[package]]
3978name = "cranelift-bitset"
3979version = "0.120.2"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3982dependencies = [
3983 "serde",
3984 "serde_derive",
3985]
3986
3987[[package]]
3988name = "cranelift-codegen"
3989version = "0.120.2"
3990source = "registry+https://github.com/rust-lang/crates.io-index"
3991checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3992dependencies = [
3993 "bumpalo",
3994 "cranelift-assembler-x64",
3995 "cranelift-bforest",
3996 "cranelift-bitset",
3997 "cranelift-codegen-meta",
3998 "cranelift-codegen-shared",
3999 "cranelift-control",
4000 "cranelift-entity",
4001 "cranelift-isle",
4002 "gimli 0.31.1",
4003 "hashbrown 0.15.5",
4004 "log",
4005 "postcard",
4006 "pulley-interpreter",
4007 "regalloc2",
4008 "rustc-hash 2.1.1",
4009 "serde",
4010 "serde_derive",
4011 "sha2",
4012 "smallvec",
4013 "target-lexicon 0.13.3",
4014]
4015
4016[[package]]
4017name = "cranelift-codegen-meta"
4018version = "0.120.2"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
4021dependencies = [
4022 "cranelift-assembler-x64-meta",
4023 "cranelift-codegen-shared",
4024 "cranelift-srcgen",
4025 "pulley-interpreter",
4026]
4027
4028[[package]]
4029name = "cranelift-codegen-shared"
4030version = "0.120.2"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4033
4034[[package]]
4035name = "cranelift-control"
4036version = "0.120.2"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4039dependencies = [
4040 "arbitrary",
4041]
4042
4043[[package]]
4044name = "cranelift-entity"
4045version = "0.120.2"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4048dependencies = [
4049 "cranelift-bitset",
4050 "serde",
4051 "serde_derive",
4052]
4053
4054[[package]]
4055name = "cranelift-frontend"
4056version = "0.120.2"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4059dependencies = [
4060 "cranelift-codegen",
4061 "log",
4062 "smallvec",
4063 "target-lexicon 0.13.3",
4064]
4065
4066[[package]]
4067name = "cranelift-isle"
4068version = "0.120.2"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4071
4072[[package]]
4073name = "cranelift-native"
4074version = "0.120.2"
4075source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4077dependencies = [
4078 "cranelift-codegen",
4079 "libc",
4080 "target-lexicon 0.13.3",
4081]
4082
4083[[package]]
4084name = "cranelift-srcgen"
4085version = "0.120.2"
4086source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4088
4089[[package]]
4090name = "crash-context"
4091version = "0.6.3"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4094dependencies = [
4095 "cfg-if",
4096 "libc",
4097 "mach2 0.4.3",
4098]
4099
4100[[package]]
4101name = "crash-handler"
4102version = "0.6.3"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4105dependencies = [
4106 "cfg-if",
4107 "crash-context",
4108 "libc",
4109 "mach2 0.4.3",
4110 "parking_lot",
4111]
4112
4113[[package]]
4114name = "crashes"
4115version = "0.1.0"
4116dependencies = [
4117 "cfg-if",
4118 "crash-handler",
4119 "futures 0.3.31",
4120 "log",
4121 "mach2 0.5.0",
4122 "minidumper",
4123 "parking_lot",
4124 "paths",
4125 "release_channel",
4126 "serde",
4127 "serde_json",
4128 "smol",
4129 "system_specs",
4130 "windows 0.61.3",
4131 "zstd",
4132]
4133
4134[[package]]
4135name = "crc"
4136version = "3.3.0"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4139dependencies = [
4140 "crc-catalog",
4141]
4142
4143[[package]]
4144name = "crc-catalog"
4145version = "2.4.0"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4148
4149[[package]]
4150name = "crc-fast"
4151version = "1.6.0"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4154dependencies = [
4155 "crc",
4156 "digest",
4157 "rand 0.9.2",
4158 "regex",
4159 "rustversion",
4160]
4161
4162[[package]]
4163name = "crc32fast"
4164version = "1.5.0"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4167dependencies = [
4168 "cfg-if",
4169]
4170
4171[[package]]
4172name = "credentials_provider"
4173version = "0.1.0"
4174dependencies = [
4175 "anyhow",
4176 "futures 0.3.31",
4177 "gpui",
4178 "paths",
4179 "release_channel",
4180 "serde",
4181 "serde_json",
4182]
4183
4184[[package]]
4185name = "criterion"
4186version = "0.5.1"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4189dependencies = [
4190 "anes",
4191 "cast",
4192 "ciborium",
4193 "clap",
4194 "criterion-plot",
4195 "is-terminal",
4196 "itertools 0.10.5",
4197 "num-traits",
4198 "once_cell",
4199 "oorandom",
4200 "plotters",
4201 "rayon",
4202 "regex",
4203 "serde",
4204 "serde_derive",
4205 "serde_json",
4206 "tinytemplate",
4207 "walkdir",
4208]
4209
4210[[package]]
4211name = "criterion-plot"
4212version = "0.5.0"
4213source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4215dependencies = [
4216 "cast",
4217 "itertools 0.10.5",
4218]
4219
4220[[package]]
4221name = "crossbeam"
4222version = "0.8.4"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4225dependencies = [
4226 "crossbeam-channel",
4227 "crossbeam-deque",
4228 "crossbeam-epoch",
4229 "crossbeam-queue",
4230 "crossbeam-utils",
4231]
4232
4233[[package]]
4234name = "crossbeam-channel"
4235version = "0.5.15"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4238dependencies = [
4239 "crossbeam-utils",
4240]
4241
4242[[package]]
4243name = "crossbeam-deque"
4244version = "0.8.6"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4247dependencies = [
4248 "crossbeam-epoch",
4249 "crossbeam-utils",
4250]
4251
4252[[package]]
4253name = "crossbeam-epoch"
4254version = "0.9.18"
4255source = "registry+https://github.com/rust-lang/crates.io-index"
4256checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4257dependencies = [
4258 "crossbeam-utils",
4259]
4260
4261[[package]]
4262name = "crossbeam-queue"
4263version = "0.3.12"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4266dependencies = [
4267 "crossbeam-utils",
4268]
4269
4270[[package]]
4271name = "crossbeam-utils"
4272version = "0.8.21"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4275
4276[[package]]
4277name = "crunchy"
4278version = "0.2.4"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4281
4282[[package]]
4283name = "crypto-bigint"
4284version = "0.4.9"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4287dependencies = [
4288 "generic-array",
4289 "rand_core 0.6.4",
4290 "subtle",
4291 "zeroize",
4292]
4293
4294[[package]]
4295name = "crypto-bigint"
4296version = "0.5.5"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4299dependencies = [
4300 "rand_core 0.6.4",
4301 "subtle",
4302]
4303
4304[[package]]
4305name = "crypto-common"
4306version = "0.1.6"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4309dependencies = [
4310 "generic-array",
4311 "typenum",
4312]
4313
4314[[package]]
4315name = "cssparser"
4316version = "0.35.0"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4319dependencies = [
4320 "cssparser-macros",
4321 "dtoa-short",
4322 "itoa",
4323 "phf 0.11.3",
4324 "smallvec",
4325]
4326
4327[[package]]
4328name = "cssparser-macros"
4329version = "0.6.1"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4332dependencies = [
4333 "quote",
4334 "syn 2.0.117",
4335]
4336
4337[[package]]
4338name = "csv_preview"
4339version = "0.1.0"
4340dependencies = [
4341 "anyhow",
4342 "editor",
4343 "feature_flags",
4344 "gpui",
4345 "log",
4346 "text",
4347 "ui",
4348 "workspace",
4349]
4350
4351[[package]]
4352name = "ctor"
4353version = "0.4.3"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4356dependencies = [
4357 "ctor-proc-macro",
4358 "dtor",
4359]
4360
4361[[package]]
4362name = "ctor-proc-macro"
4363version = "0.0.6"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4366
4367[[package]]
4368name = "ctrlc"
4369version = "3.5.0"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4372dependencies = [
4373 "dispatch",
4374 "nix 0.30.1",
4375 "windows-sys 0.61.2",
4376]
4377
4378[[package]]
4379name = "cursor-icon"
4380version = "1.2.0"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4383
4384[[package]]
4385name = "cxx"
4386version = "1.0.187"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4389dependencies = [
4390 "cc",
4391 "cxx-build",
4392 "cxxbridge-cmd",
4393 "cxxbridge-flags",
4394 "cxxbridge-macro",
4395 "foldhash 0.2.0",
4396 "link-cplusplus",
4397]
4398
4399[[package]]
4400name = "cxx-build"
4401version = "1.0.187"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4404dependencies = [
4405 "cc",
4406 "codespan-reporting",
4407 "indexmap",
4408 "proc-macro2",
4409 "quote",
4410 "scratch",
4411 "syn 2.0.117",
4412]
4413
4414[[package]]
4415name = "cxxbridge-cmd"
4416version = "1.0.187"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4419dependencies = [
4420 "clap",
4421 "codespan-reporting",
4422 "indexmap",
4423 "proc-macro2",
4424 "quote",
4425 "syn 2.0.117",
4426]
4427
4428[[package]]
4429name = "cxxbridge-flags"
4430version = "1.0.187"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4433
4434[[package]]
4435name = "cxxbridge-macro"
4436version = "1.0.187"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4439dependencies = [
4440 "indexmap",
4441 "proc-macro2",
4442 "quote",
4443 "syn 2.0.117",
4444]
4445
4446[[package]]
4447name = "dap"
4448version = "0.1.0"
4449dependencies = [
4450 "anyhow",
4451 "async-compression",
4452 "async-pipe",
4453 "async-tar",
4454 "async-trait",
4455 "client",
4456 "collections",
4457 "dap-types",
4458 "fs",
4459 "futures 0.3.31",
4460 "gpui",
4461 "http_client",
4462 "language",
4463 "libc",
4464 "log",
4465 "node_runtime",
4466 "parking_lot",
4467 "paths",
4468 "proto",
4469 "schemars",
4470 "serde",
4471 "serde_json",
4472 "settings",
4473 "smallvec",
4474 "smol",
4475 "task",
4476 "telemetry",
4477 "util",
4478 "zlog",
4479]
4480
4481[[package]]
4482name = "dap-types"
4483version = "0.0.1"
4484source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4485dependencies = [
4486 "schemars",
4487 "serde",
4488 "serde_json",
4489]
4490
4491[[package]]
4492name = "dap_adapters"
4493version = "0.1.0"
4494dependencies = [
4495 "anyhow",
4496 "async-trait",
4497 "collections",
4498 "dap",
4499 "dotenvy",
4500 "fs",
4501 "futures 0.3.31",
4502 "gpui",
4503 "http_client",
4504 "json_dotpath",
4505 "language",
4506 "log",
4507 "node_runtime",
4508 "paths",
4509 "serde",
4510 "serde_json",
4511 "settings",
4512 "smol",
4513 "task",
4514 "util",
4515]
4516
4517[[package]]
4518name = "darling"
4519version = "0.20.11"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4522dependencies = [
4523 "darling_core 0.20.11",
4524 "darling_macro 0.20.11",
4525]
4526
4527[[package]]
4528name = "darling"
4529version = "0.21.3"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4532dependencies = [
4533 "darling_core 0.21.3",
4534 "darling_macro 0.21.3",
4535]
4536
4537[[package]]
4538name = "darling_core"
4539version = "0.20.11"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4542dependencies = [
4543 "fnv",
4544 "ident_case",
4545 "proc-macro2",
4546 "quote",
4547 "strsim",
4548 "syn 2.0.117",
4549]
4550
4551[[package]]
4552name = "darling_core"
4553version = "0.21.3"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4556dependencies = [
4557 "fnv",
4558 "ident_case",
4559 "proc-macro2",
4560 "quote",
4561 "strsim",
4562 "syn 2.0.117",
4563]
4564
4565[[package]]
4566name = "darling_macro"
4567version = "0.20.11"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4570dependencies = [
4571 "darling_core 0.20.11",
4572 "quote",
4573 "syn 2.0.117",
4574]
4575
4576[[package]]
4577name = "darling_macro"
4578version = "0.21.3"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4581dependencies = [
4582 "darling_core 0.21.3",
4583 "quote",
4584 "syn 2.0.117",
4585]
4586
4587[[package]]
4588name = "dashmap"
4589version = "6.1.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4592dependencies = [
4593 "cfg-if",
4594 "crossbeam-utils",
4595 "hashbrown 0.14.5",
4596 "lock_api",
4597 "once_cell",
4598 "parking_lot_core",
4599]
4600
4601[[package]]
4602name = "dasp_sample"
4603version = "0.11.0"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4606
4607[[package]]
4608name = "data-encoding"
4609version = "2.9.0"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4612
4613[[package]]
4614name = "data-url"
4615version = "0.3.2"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4618
4619[[package]]
4620name = "db"
4621version = "0.1.0"
4622dependencies = [
4623 "anyhow",
4624 "gpui",
4625 "indoc",
4626 "inventory",
4627 "log",
4628 "paths",
4629 "release_channel",
4630 "smol",
4631 "sqlez",
4632 "sqlez_macros",
4633 "tempfile",
4634 "util",
4635 "uuid",
4636 "zed_env_vars",
4637]
4638
4639[[package]]
4640name = "dbus"
4641version = "0.9.9"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4644dependencies = [
4645 "libc",
4646 "libdbus-sys",
4647 "windows-sys 0.59.0",
4648]
4649
4650[[package]]
4651name = "debug_adapter_extension"
4652version = "0.1.0"
4653dependencies = [
4654 "anyhow",
4655 "async-trait",
4656 "collections",
4657 "dap",
4658 "extension",
4659 "gpui",
4660 "serde_json",
4661 "task",
4662 "util",
4663]
4664
4665[[package]]
4666name = "debugger_tools"
4667version = "0.1.0"
4668dependencies = [
4669 "anyhow",
4670 "dap",
4671 "editor",
4672 "futures 0.3.31",
4673 "gpui",
4674 "project",
4675 "serde_json",
4676 "settings",
4677 "smol",
4678 "util",
4679 "workspace",
4680]
4681
4682[[package]]
4683name = "debugger_ui"
4684version = "0.1.0"
4685dependencies = [
4686 "alacritty_terminal",
4687 "anyhow",
4688 "bitflags 2.10.0",
4689 "client",
4690 "collections",
4691 "command_palette_hooks",
4692 "dap",
4693 "dap_adapters",
4694 "db",
4695 "debugger_tools",
4696 "editor",
4697 "feature_flags",
4698 "file_icons",
4699 "futures 0.3.31",
4700 "fuzzy",
4701 "gpui",
4702 "hex",
4703 "indoc",
4704 "itertools 0.14.0",
4705 "language",
4706 "log",
4707 "menu",
4708 "notifications",
4709 "parking_lot",
4710 "parse_int",
4711 "paths",
4712 "picker",
4713 "pretty_assertions",
4714 "project",
4715 "rpc",
4716 "schemars",
4717 "serde",
4718 "serde_json",
4719 "serde_json_lenient",
4720 "settings",
4721 "sysinfo 0.37.2",
4722 "task",
4723 "tasks_ui",
4724 "terminal_view",
4725 "text",
4726 "theme",
4727 "tree-sitter",
4728 "tree-sitter-go",
4729 "tree-sitter-json",
4730 "ui",
4731 "ui_input",
4732 "unindent",
4733 "util",
4734 "workspace",
4735 "zed_actions",
4736 "zlog",
4737]
4738
4739[[package]]
4740name = "debugid"
4741version = "0.8.0"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4744dependencies = [
4745 "uuid",
4746]
4747
4748[[package]]
4749name = "deepseek"
4750version = "0.1.0"
4751dependencies = [
4752 "anyhow",
4753 "futures 0.3.31",
4754 "http_client",
4755 "schemars",
4756 "serde",
4757 "serde_json",
4758]
4759
4760[[package]]
4761name = "deflate64"
4762version = "0.1.10"
4763source = "registry+https://github.com/rust-lang/crates.io-index"
4764checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4765
4766[[package]]
4767name = "denoise"
4768version = "0.1.0"
4769dependencies = [
4770 "candle-core",
4771 "candle-onnx",
4772 "log",
4773 "realfft",
4774 "rodio",
4775 "rustfft",
4776 "thiserror 2.0.17",
4777]
4778
4779[[package]]
4780name = "der"
4781version = "0.6.1"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4784dependencies = [
4785 "const-oid",
4786 "zeroize",
4787]
4788
4789[[package]]
4790name = "der"
4791version = "0.7.10"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4794dependencies = [
4795 "const-oid",
4796 "pem-rfc7468",
4797 "zeroize",
4798]
4799
4800[[package]]
4801name = "deranged"
4802version = "0.5.4"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4805dependencies = [
4806 "powerfmt",
4807 "serde_core",
4808]
4809
4810[[package]]
4811name = "derive_arbitrary"
4812version = "1.4.2"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4815dependencies = [
4816 "proc-macro2",
4817 "quote",
4818 "syn 2.0.117",
4819]
4820
4821[[package]]
4822name = "derive_more"
4823version = "2.1.1"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4826dependencies = [
4827 "derive_more-impl",
4828]
4829
4830[[package]]
4831name = "derive_more-impl"
4832version = "2.1.1"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4835dependencies = [
4836 "convert_case 0.10.0",
4837 "proc-macro2",
4838 "quote",
4839 "rustc_version",
4840 "syn 2.0.117",
4841 "unicode-xid",
4842]
4843
4844[[package]]
4845name = "derive_refineable"
4846version = "0.1.0"
4847dependencies = [
4848 "proc-macro2",
4849 "quote",
4850 "syn 2.0.117",
4851]
4852
4853[[package]]
4854name = "derive_setters"
4855version = "0.1.9"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4858dependencies = [
4859 "darling 0.21.3",
4860 "proc-macro2",
4861 "quote",
4862 "syn 2.0.117",
4863]
4864
4865[[package]]
4866name = "dev_container"
4867version = "0.1.0"
4868dependencies = [
4869 "fs",
4870 "futures 0.3.31",
4871 "gpui",
4872 "http 1.3.1",
4873 "http_client",
4874 "log",
4875 "menu",
4876 "node_runtime",
4877 "paths",
4878 "picker",
4879 "project",
4880 "serde",
4881 "serde_json",
4882 "settings",
4883 "smol",
4884 "ui",
4885 "util",
4886 "workspace",
4887 "worktree",
4888]
4889
4890[[package]]
4891name = "diagnostics"
4892version = "0.1.0"
4893dependencies = [
4894 "anyhow",
4895 "collections",
4896 "component",
4897 "ctor",
4898 "editor",
4899 "gpui",
4900 "indoc",
4901 "itertools 0.14.0",
4902 "language",
4903 "log",
4904 "lsp",
4905 "markdown",
4906 "pretty_assertions",
4907 "project",
4908 "rand 0.9.2",
4909 "serde",
4910 "serde_json",
4911 "settings",
4912 "text",
4913 "theme",
4914 "ui",
4915 "unindent",
4916 "util",
4917 "workspace",
4918 "zed_actions",
4919 "zlog",
4920]
4921
4922[[package]]
4923name = "dialoguer"
4924version = "0.11.0"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4927dependencies = [
4928 "console",
4929 "fuzzy-matcher",
4930 "shell-words",
4931 "tempfile",
4932 "thiserror 1.0.69",
4933 "zeroize",
4934]
4935
4936[[package]]
4937name = "diff"
4938version = "0.1.13"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4941
4942[[package]]
4943name = "diffy"
4944version = "0.4.2"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4947dependencies = [
4948 "nu-ansi-term",
4949]
4950
4951[[package]]
4952name = "digest"
4953version = "0.10.7"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4956dependencies = [
4957 "block-buffer",
4958 "const-oid",
4959 "crypto-common",
4960 "subtle",
4961]
4962
4963[[package]]
4964name = "dirs"
4965version = "4.0.0"
4966source = "registry+https://github.com/rust-lang/crates.io-index"
4967checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4968dependencies = [
4969 "dirs-sys 0.3.7",
4970]
4971
4972[[package]]
4973name = "dirs"
4974version = "5.0.1"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4977dependencies = [
4978 "dirs-sys 0.4.1",
4979]
4980
4981[[package]]
4982name = "dirs"
4983version = "6.0.0"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4986dependencies = [
4987 "dirs-sys 0.5.0",
4988]
4989
4990[[package]]
4991name = "dirs-sys"
4992version = "0.3.7"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4995dependencies = [
4996 "libc",
4997 "redox_users 0.4.6",
4998 "winapi",
4999]
5000
5001[[package]]
5002name = "dirs-sys"
5003version = "0.4.1"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5006dependencies = [
5007 "libc",
5008 "option-ext",
5009 "redox_users 0.4.6",
5010 "windows-sys 0.48.0",
5011]
5012
5013[[package]]
5014name = "dirs-sys"
5015version = "0.5.0"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5018dependencies = [
5019 "libc",
5020 "option-ext",
5021 "redox_users 0.5.2",
5022 "windows-sys 0.61.2",
5023]
5024
5025[[package]]
5026name = "dispatch"
5027version = "0.2.0"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5030
5031[[package]]
5032name = "dispatch2"
5033version = "0.3.1"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5036dependencies = [
5037 "bitflags 2.10.0",
5038 "block2",
5039 "libc",
5040 "objc2",
5041]
5042
5043[[package]]
5044name = "displaydoc"
5045version = "0.2.5"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5048dependencies = [
5049 "proc-macro2",
5050 "quote",
5051 "syn 2.0.117",
5052]
5053
5054[[package]]
5055name = "dlib"
5056version = "0.5.2"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5059dependencies = [
5060 "libloading",
5061]
5062
5063[[package]]
5064name = "docs_preprocessor"
5065version = "0.1.0"
5066dependencies = [
5067 "anyhow",
5068 "collections",
5069 "jsonschema",
5070 "mdbook",
5071 "regex",
5072 "schemars",
5073 "serde",
5074 "serde_json",
5075 "settings",
5076 "task",
5077 "theme",
5078 "util",
5079 "zlog",
5080]
5081
5082[[package]]
5083name = "document-features"
5084version = "0.2.12"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5087dependencies = [
5088 "litrs",
5089]
5090
5091[[package]]
5092name = "documented"
5093version = "0.9.2"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5096dependencies = [
5097 "documented-macros",
5098 "phf 0.12.1",
5099 "thiserror 2.0.17",
5100]
5101
5102[[package]]
5103name = "documented-macros"
5104version = "0.9.2"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5107dependencies = [
5108 "convert_case 0.8.0",
5109 "itertools 0.14.0",
5110 "optfield",
5111 "proc-macro2",
5112 "quote",
5113 "strum 0.27.2",
5114 "syn 2.0.117",
5115]
5116
5117[[package]]
5118name = "dotenvy"
5119version = "0.15.7"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5122
5123[[package]]
5124name = "downcast-rs"
5125version = "1.2.1"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5128
5129[[package]]
5130name = "doxygen-rs"
5131version = "0.4.2"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5134dependencies = [
5135 "phf 0.11.3",
5136]
5137
5138[[package]]
5139name = "dtoa"
5140version = "1.0.10"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5143
5144[[package]]
5145name = "dtoa-short"
5146version = "0.3.5"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5149dependencies = [
5150 "dtoa",
5151]
5152
5153[[package]]
5154name = "dtor"
5155version = "0.0.6"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5158dependencies = [
5159 "dtor-proc-macro",
5160]
5161
5162[[package]]
5163name = "dtor-proc-macro"
5164version = "0.0.5"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5167
5168[[package]]
5169name = "dunce"
5170version = "1.0.5"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5173
5174[[package]]
5175name = "dwrote"
5176version = "0.11.5"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5179dependencies = [
5180 "lazy_static",
5181 "libc",
5182 "winapi",
5183 "wio",
5184]
5185
5186[[package]]
5187name = "dyn-clone"
5188version = "1.0.20"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5191
5192[[package]]
5193name = "dyn-stack"
5194version = "0.10.0"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5197dependencies = [
5198 "bytemuck",
5199 "reborrow",
5200]
5201
5202[[package]]
5203name = "dyn-stack"
5204version = "0.13.2"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5207dependencies = [
5208 "bytemuck",
5209 "dyn-stack-macros",
5210]
5211
5212[[package]]
5213name = "dyn-stack-macros"
5214version = "0.1.3"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5217
5218[[package]]
5219name = "ec4rs"
5220version = "1.2.0"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5223
5224[[package]]
5225name = "ecdsa"
5226version = "0.14.8"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5229dependencies = [
5230 "der 0.6.1",
5231 "elliptic-curve",
5232 "rfc6979",
5233 "signature 1.6.4",
5234]
5235
5236[[package]]
5237name = "edit_prediction"
5238version = "0.1.0"
5239dependencies = [
5240 "ai_onboarding",
5241 "anyhow",
5242 "brotli",
5243 "buffer_diff",
5244 "client",
5245 "clock",
5246 "cloud_api_types",
5247 "cloud_llm_client",
5248 "collections",
5249 "copilot",
5250 "copilot_ui",
5251 "ctor",
5252 "db",
5253 "edit_prediction_context",
5254 "edit_prediction_types",
5255 "feature_flags",
5256 "fs",
5257 "futures 0.3.31",
5258 "gpui",
5259 "heapless",
5260 "indoc",
5261 "itertools 0.14.0",
5262 "language",
5263 "language_model",
5264 "log",
5265 "lsp",
5266 "menu",
5267 "open_ai",
5268 "parking_lot",
5269 "postage",
5270 "pretty_assertions",
5271 "project",
5272 "pulldown-cmark 0.13.0",
5273 "rand 0.9.2",
5274 "regex",
5275 "release_channel",
5276 "semver",
5277 "serde",
5278 "serde_json",
5279 "settings",
5280 "strum 0.27.2",
5281 "telemetry",
5282 "telemetry_events",
5283 "text",
5284 "thiserror 2.0.17",
5285 "time",
5286 "toml 0.8.23",
5287 "ui",
5288 "util",
5289 "uuid",
5290 "workspace",
5291 "worktree",
5292 "zed_actions",
5293 "zeta_prompt",
5294 "zlog",
5295 "zstd",
5296]
5297
5298[[package]]
5299name = "edit_prediction_cli"
5300version = "0.1.0"
5301dependencies = [
5302 "anthropic",
5303 "anyhow",
5304 "chrono",
5305 "clap",
5306 "client",
5307 "cloud_llm_client",
5308 "collections",
5309 "db",
5310 "debug_adapter_extension",
5311 "dirs 4.0.0",
5312 "edit_prediction",
5313 "extension",
5314 "flate2",
5315 "fs",
5316 "futures 0.3.31",
5317 "gaoya",
5318 "gpui",
5319 "gpui_platform",
5320 "gpui_tokio",
5321 "http_client",
5322 "indoc",
5323 "language",
5324 "language_extension",
5325 "language_model",
5326 "language_models",
5327 "languages",
5328 "libc",
5329 "log",
5330 "node_runtime",
5331 "open_ai",
5332 "paths",
5333 "pretty_assertions",
5334 "project",
5335 "prompt_store",
5336 "rand 0.9.2",
5337 "release_channel",
5338 "reqwest_client",
5339 "rust-embed",
5340 "serde",
5341 "serde_json",
5342 "settings",
5343 "shellexpand 2.1.2",
5344 "similar",
5345 "smol",
5346 "sqlez",
5347 "sqlez_macros",
5348 "strum 0.27.2",
5349 "telemetry_events",
5350 "tempfile",
5351 "terminal_view",
5352 "toml 0.8.23",
5353 "util",
5354 "wasmtime",
5355 "watch",
5356 "workspace",
5357 "zeta_prompt",
5358]
5359
5360[[package]]
5361name = "edit_prediction_context"
5362version = "0.1.0"
5363dependencies = [
5364 "anyhow",
5365 "clock",
5366 "collections",
5367 "env_logger 0.11.8",
5368 "futures 0.3.31",
5369 "gpui",
5370 "indoc",
5371 "language",
5372 "log",
5373 "lsp",
5374 "parking_lot",
5375 "pretty_assertions",
5376 "project",
5377 "serde",
5378 "serde_json",
5379 "settings",
5380 "smallvec",
5381 "text",
5382 "tree-sitter",
5383 "util",
5384 "zeta_prompt",
5385]
5386
5387[[package]]
5388name = "edit_prediction_types"
5389version = "0.1.0"
5390dependencies = [
5391 "client",
5392 "gpui",
5393 "icons",
5394 "language",
5395 "text",
5396]
5397
5398[[package]]
5399name = "edit_prediction_ui"
5400version = "0.1.0"
5401dependencies = [
5402 "anyhow",
5403 "buffer_diff",
5404 "client",
5405 "cloud_llm_client",
5406 "codestral",
5407 "collections",
5408 "command_palette_hooks",
5409 "copilot",
5410 "copilot_chat",
5411 "copilot_ui",
5412 "edit_prediction",
5413 "edit_prediction_types",
5414 "editor",
5415 "feature_flags",
5416 "fs",
5417 "futures 0.3.31",
5418 "gpui",
5419 "indoc",
5420 "language",
5421 "markdown",
5422 "menu",
5423 "multi_buffer",
5424 "paths",
5425 "project",
5426 "regex",
5427 "settings",
5428 "telemetry",
5429 "text",
5430 "theme",
5431 "time",
5432 "ui",
5433 "util",
5434 "workspace",
5435 "zed_actions",
5436 "zeta_prompt",
5437]
5438
5439[[package]]
5440name = "editor"
5441version = "0.1.0"
5442dependencies = [
5443 "aho-corasick",
5444 "anyhow",
5445 "assets",
5446 "breadcrumbs",
5447 "buffer_diff",
5448 "client",
5449 "clock",
5450 "collections",
5451 "convert_case 0.8.0",
5452 "criterion",
5453 "ctor",
5454 "dap",
5455 "db",
5456 "edit_prediction_types",
5457 "emojis",
5458 "feature_flags",
5459 "file_icons",
5460 "fs",
5461 "futures 0.3.31",
5462 "fuzzy",
5463 "git",
5464 "gpui",
5465 "indoc",
5466 "itertools 0.14.0",
5467 "language",
5468 "languages",
5469 "linkify",
5470 "log",
5471 "lsp",
5472 "markdown",
5473 "menu",
5474 "multi_buffer",
5475 "ordered-float 2.10.1",
5476 "parking_lot",
5477 "pretty_assertions",
5478 "project",
5479 "proptest",
5480 "proptest-derive",
5481 "rand 0.9.2",
5482 "regex",
5483 "release_channel",
5484 "rope",
5485 "rpc",
5486 "schemars",
5487 "semver",
5488 "serde",
5489 "serde_json",
5490 "settings",
5491 "smallvec",
5492 "smol",
5493 "snippet",
5494 "sum_tree",
5495 "task",
5496 "telemetry",
5497 "text",
5498 "theme",
5499 "time",
5500 "tracing",
5501 "tree-sitter-bash",
5502 "tree-sitter-c",
5503 "tree-sitter-html",
5504 "tree-sitter-md",
5505 "tree-sitter-python",
5506 "tree-sitter-rust",
5507 "tree-sitter-typescript",
5508 "tree-sitter-yaml",
5509 "ui",
5510 "ui_input",
5511 "unicode-script",
5512 "unicode-segmentation",
5513 "unicode-width",
5514 "unindent",
5515 "url",
5516 "util",
5517 "uuid",
5518 "vim_mode_setting",
5519 "workspace",
5520 "zed_actions",
5521 "zlog",
5522 "ztracing",
5523]
5524
5525[[package]]
5526name = "either"
5527version = "1.15.0"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5530dependencies = [
5531 "serde",
5532]
5533
5534[[package]]
5535name = "elasticlunr-rs"
5536version = "3.0.2"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5539dependencies = [
5540 "regex",
5541 "serde",
5542 "serde_derive",
5543 "serde_json",
5544]
5545
5546[[package]]
5547name = "elliptic-curve"
5548version = "0.12.3"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5551dependencies = [
5552 "base16ct",
5553 "crypto-bigint 0.4.9",
5554 "der 0.6.1",
5555 "digest",
5556 "ff",
5557 "generic-array",
5558 "group",
5559 "pkcs8 0.9.0",
5560 "rand_core 0.6.4",
5561 "sec1",
5562 "subtle",
5563 "zeroize",
5564]
5565
5566[[package]]
5567name = "email_address"
5568version = "0.2.9"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5571dependencies = [
5572 "serde",
5573]
5574
5575[[package]]
5576name = "embed-resource"
5577version = "3.0.6"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5580dependencies = [
5581 "cc",
5582 "memchr",
5583 "rustc_version",
5584 "toml 0.9.8",
5585 "vswhom",
5586 "winreg 0.55.0",
5587]
5588
5589[[package]]
5590name = "embedded-io"
5591version = "0.4.0"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5594
5595[[package]]
5596name = "embedded-io"
5597version = "0.6.1"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5600
5601[[package]]
5602name = "emojis"
5603version = "0.6.4"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5606dependencies = [
5607 "phf 0.11.3",
5608]
5609
5610[[package]]
5611name = "encode_unicode"
5612version = "1.0.0"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5615
5616[[package]]
5617name = "encoding_rs"
5618version = "0.8.35"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5621dependencies = [
5622 "cfg-if",
5623]
5624
5625[[package]]
5626name = "encoding_selector"
5627version = "0.1.0"
5628dependencies = [
5629 "editor",
5630 "encoding_rs",
5631 "fuzzy",
5632 "gpui",
5633 "language",
5634 "picker",
5635 "project",
5636 "ui",
5637 "util",
5638 "workspace",
5639]
5640
5641[[package]]
5642name = "endi"
5643version = "1.1.0"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5646
5647[[package]]
5648name = "enum-as-inner"
5649version = "0.6.1"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5652dependencies = [
5653 "heck 0.5.0",
5654 "proc-macro2",
5655 "quote",
5656 "syn 2.0.117",
5657]
5658
5659[[package]]
5660name = "enumflags2"
5661version = "0.7.12"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5664dependencies = [
5665 "enumflags2_derive",
5666 "serde",
5667]
5668
5669[[package]]
5670name = "enumflags2_derive"
5671version = "0.7.12"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5674dependencies = [
5675 "proc-macro2",
5676 "quote",
5677 "syn 2.0.117",
5678]
5679
5680[[package]]
5681name = "env_filter"
5682version = "0.1.4"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5685dependencies = [
5686 "log",
5687 "regex",
5688]
5689
5690[[package]]
5691name = "env_logger"
5692version = "0.10.2"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5695dependencies = [
5696 "humantime",
5697 "is-terminal",
5698 "log",
5699 "regex",
5700 "termcolor",
5701]
5702
5703[[package]]
5704name = "env_logger"
5705version = "0.11.8"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5708dependencies = [
5709 "anstream",
5710 "anstyle",
5711 "env_filter",
5712 "jiff",
5713 "log",
5714]
5715
5716[[package]]
5717name = "envy"
5718version = "0.4.2"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5721dependencies = [
5722 "serde",
5723]
5724
5725[[package]]
5726name = "equator"
5727version = "0.4.2"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5730dependencies = [
5731 "equator-macro",
5732]
5733
5734[[package]]
5735name = "equator-macro"
5736version = "0.4.2"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5739dependencies = [
5740 "proc-macro2",
5741 "quote",
5742 "syn 2.0.117",
5743]
5744
5745[[package]]
5746name = "equivalent"
5747version = "1.0.2"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5750
5751[[package]]
5752name = "erased-serde"
5753version = "0.4.9"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5756dependencies = [
5757 "serde",
5758 "serde_core",
5759 "typeid",
5760]
5761
5762[[package]]
5763name = "errno"
5764version = "0.2.8"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5767dependencies = [
5768 "errno-dragonfly",
5769 "libc",
5770 "winapi",
5771]
5772
5773[[package]]
5774name = "errno"
5775version = "0.3.14"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5778dependencies = [
5779 "libc",
5780 "windows-sys 0.61.2",
5781]
5782
5783[[package]]
5784name = "errno-dragonfly"
5785version = "0.1.2"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5788dependencies = [
5789 "cc",
5790 "libc",
5791]
5792
5793[[package]]
5794name = "error-graph"
5795version = "0.1.1"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5798dependencies = [
5799 "serde",
5800]
5801
5802[[package]]
5803name = "etagere"
5804version = "0.2.15"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5807dependencies = [
5808 "euclid",
5809 "svg_fmt",
5810]
5811
5812[[package]]
5813name = "etcetera"
5814version = "0.8.0"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5817dependencies = [
5818 "cfg-if",
5819 "home",
5820 "windows-sys 0.48.0",
5821]
5822
5823[[package]]
5824name = "etw_tracing"
5825version = "0.1.0"
5826dependencies = [
5827 "anyhow",
5828 "gpui",
5829 "log",
5830 "net",
5831 "serde",
5832 "serde_json",
5833 "util",
5834 "windows 0.61.3",
5835 "windows-core 0.61.2",
5836 "workspace",
5837 "wprcontrol",
5838]
5839
5840[[package]]
5841name = "euclid"
5842version = "0.22.11"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5845dependencies = [
5846 "num-traits",
5847]
5848
5849[[package]]
5850name = "eval"
5851version = "0.1.0"
5852dependencies = [
5853 "acp_thread",
5854 "agent",
5855 "agent-client-protocol",
5856 "agent_settings",
5857 "agent_ui",
5858 "anyhow",
5859 "async-trait",
5860 "buffer_diff",
5861 "chrono",
5862 "clap",
5863 "client",
5864 "collections",
5865 "debug_adapter_extension",
5866 "dirs 4.0.0",
5867 "dotenvy",
5868 "env_logger 0.11.8",
5869 "extension",
5870 "fs",
5871 "futures 0.3.31",
5872 "gpui",
5873 "gpui_platform",
5874 "gpui_tokio",
5875 "handlebars 4.5.0",
5876 "language",
5877 "language_extension",
5878 "language_model",
5879 "language_models",
5880 "languages",
5881 "markdown",
5882 "node_runtime",
5883 "pathdiff",
5884 "paths",
5885 "pretty_assertions",
5886 "project",
5887 "prompt_store",
5888 "rand 0.9.2",
5889 "regex",
5890 "release_channel",
5891 "reqwest_client",
5892 "serde",
5893 "serde_json",
5894 "settings",
5895 "shellexpand 2.1.2",
5896 "telemetry",
5897 "terminal_view",
5898 "toml 0.8.23",
5899 "unindent",
5900 "util",
5901 "uuid",
5902 "watch",
5903]
5904
5905[[package]]
5906name = "eval_cli"
5907version = "0.1.0"
5908dependencies = [
5909 "acp_thread",
5910 "agent",
5911 "agent-client-protocol",
5912 "agent_ui",
5913 "anyhow",
5914 "clap",
5915 "client",
5916 "ctrlc",
5917 "debug_adapter_extension",
5918 "env_logger 0.11.8",
5919 "extension",
5920 "feature_flags",
5921 "fs",
5922 "futures 0.3.31",
5923 "gpui",
5924 "gpui_platform",
5925 "gpui_tokio",
5926 "language",
5927 "language_extension",
5928 "language_model",
5929 "language_models",
5930 "languages",
5931 "node_runtime",
5932 "paths",
5933 "project",
5934 "prompt_store",
5935 "release_channel",
5936 "reqwest_client",
5937 "serde",
5938 "serde_json",
5939 "settings",
5940 "shellexpand 2.1.2",
5941 "terminal_view",
5942 "util",
5943 "watch",
5944]
5945
5946[[package]]
5947name = "eval_utils"
5948version = "0.1.0"
5949dependencies = [
5950 "gpui_platform",
5951 "serde",
5952 "smol",
5953]
5954
5955[[package]]
5956name = "event-listener"
5957version = "2.5.3"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5960
5961[[package]]
5962name = "event-listener"
5963version = "5.4.1"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5966dependencies = [
5967 "concurrent-queue",
5968 "parking",
5969 "pin-project-lite",
5970]
5971
5972[[package]]
5973name = "event-listener-strategy"
5974version = "0.5.4"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5977dependencies = [
5978 "event-listener 5.4.1",
5979 "pin-project-lite",
5980]
5981
5982[[package]]
5983name = "exec"
5984version = "0.3.1"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5987dependencies = [
5988 "errno 0.2.8",
5989 "libc",
5990]
5991
5992[[package]]
5993name = "explorer_command_injector"
5994version = "0.1.0"
5995dependencies = [
5996 "windows 0.61.3",
5997 "windows-core 0.61.2",
5998 "windows-registry 0.5.3",
5999]
6000
6001[[package]]
6002name = "exr"
6003version = "1.73.0"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
6006dependencies = [
6007 "bit_field",
6008 "half",
6009 "lebe",
6010 "miniz_oxide",
6011 "rayon-core",
6012 "smallvec",
6013 "zune-inflate",
6014]
6015
6016[[package]]
6017name = "extended"
6018version = "0.1.0"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6021
6022[[package]]
6023name = "extension"
6024version = "0.1.0"
6025dependencies = [
6026 "anyhow",
6027 "async-trait",
6028 "cloud_api_types",
6029 "collections",
6030 "dap",
6031 "fs",
6032 "futures 0.3.31",
6033 "gpui",
6034 "heck 0.5.0",
6035 "http_client",
6036 "indoc",
6037 "language",
6038 "log",
6039 "lsp",
6040 "parking_lot",
6041 "pretty_assertions",
6042 "proto",
6043 "semver",
6044 "serde",
6045 "serde_json",
6046 "task",
6047 "tempfile",
6048 "toml 0.8.23",
6049 "tracing",
6050 "url",
6051 "util",
6052 "wasm-encoder 0.221.3",
6053 "wasmparser 0.221.3",
6054 "ztracing",
6055]
6056
6057[[package]]
6058name = "extension_cli"
6059version = "0.1.0"
6060dependencies = [
6061 "anyhow",
6062 "clap",
6063 "cloud_api_types",
6064 "env_logger 0.11.8",
6065 "extension",
6066 "fs",
6067 "gpui_platform",
6068 "language",
6069 "log",
6070 "reqwest_client",
6071 "serde",
6072 "serde_json",
6073 "serde_json_lenient",
6074 "settings_content",
6075 "snippet_provider",
6076 "task",
6077 "theme",
6078 "tokio",
6079 "toml 0.8.23",
6080 "tree-sitter",
6081 "wasmtime",
6082]
6083
6084[[package]]
6085name = "extension_host"
6086version = "0.1.0"
6087dependencies = [
6088 "anyhow",
6089 "async-compression",
6090 "async-tar",
6091 "async-trait",
6092 "client",
6093 "cloud_api_types",
6094 "collections",
6095 "criterion",
6096 "ctor",
6097 "dap",
6098 "extension",
6099 "fs",
6100 "futures 0.3.31",
6101 "gpui",
6102 "gpui_tokio",
6103 "http_client",
6104 "language",
6105 "language_extension",
6106 "log",
6107 "lsp",
6108 "moka",
6109 "node_runtime",
6110 "parking_lot",
6111 "paths",
6112 "project",
6113 "release_channel",
6114 "remote",
6115 "reqwest_client",
6116 "semver",
6117 "serde",
6118 "serde_json",
6119 "serde_json_lenient",
6120 "settings",
6121 "task",
6122 "telemetry",
6123 "tempfile",
6124 "theme",
6125 "theme_extension",
6126 "toml 0.8.23",
6127 "tracing",
6128 "url",
6129 "util",
6130 "wasmparser 0.221.3",
6131 "wasmtime",
6132 "wasmtime-wasi",
6133 "zlog",
6134 "ztracing",
6135]
6136
6137[[package]]
6138name = "extensions_ui"
6139version = "0.1.0"
6140dependencies = [
6141 "anyhow",
6142 "client",
6143 "cloud_api_types",
6144 "collections",
6145 "db",
6146 "editor",
6147 "extension",
6148 "extension_host",
6149 "fs",
6150 "fuzzy",
6151 "gpui",
6152 "language",
6153 "log",
6154 "num-format",
6155 "picker",
6156 "project",
6157 "release_channel",
6158 "semver",
6159 "serde",
6160 "settings",
6161 "smallvec",
6162 "strum 0.27.2",
6163 "telemetry",
6164 "theme",
6165 "ui",
6166 "util",
6167 "vim_mode_setting",
6168 "workspace",
6169 "zed_actions",
6170]
6171
6172[[package]]
6173name = "failspot"
6174version = "0.2.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6177
6178[[package]]
6179name = "fallible-iterator"
6180version = "0.3.0"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6183
6184[[package]]
6185name = "fancy-regex"
6186version = "0.16.2"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6189dependencies = [
6190 "bit-set 0.8.0",
6191 "regex-automata",
6192 "regex-syntax",
6193]
6194
6195[[package]]
6196name = "fancy-regex"
6197version = "0.17.0"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6200dependencies = [
6201 "bit-set 0.8.0",
6202 "regex-automata",
6203 "regex-syntax",
6204]
6205
6206[[package]]
6207name = "fast-srgb8"
6208version = "1.0.0"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6211
6212[[package]]
6213name = "fastrand"
6214version = "1.9.0"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6217dependencies = [
6218 "instant",
6219]
6220
6221[[package]]
6222name = "fastrand"
6223version = "2.3.0"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6226
6227[[package]]
6228name = "fax"
6229version = "0.2.6"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6232dependencies = [
6233 "fax_derive",
6234]
6235
6236[[package]]
6237name = "fax_derive"
6238version = "0.2.0"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6241dependencies = [
6242 "proc-macro2",
6243 "quote",
6244 "syn 2.0.117",
6245]
6246
6247[[package]]
6248name = "fd-lock"
6249version = "4.0.4"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6252dependencies = [
6253 "cfg-if",
6254 "rustix 1.1.2",
6255 "windows-sys 0.59.0",
6256]
6257
6258[[package]]
6259name = "fdeflate"
6260version = "0.3.7"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6263dependencies = [
6264 "simd-adler32",
6265]
6266
6267[[package]]
6268name = "feature_flags"
6269version = "0.1.0"
6270dependencies = [
6271 "gpui",
6272]
6273
6274[[package]]
6275name = "feedback"
6276version = "0.1.0"
6277dependencies = [
6278 "gpui",
6279 "system_specs",
6280 "urlencoding",
6281 "util",
6282 "workspace",
6283 "zed_actions",
6284]
6285
6286[[package]]
6287name = "ff"
6288version = "0.12.1"
6289source = "registry+https://github.com/rust-lang/crates.io-index"
6290checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6291dependencies = [
6292 "rand_core 0.6.4",
6293 "subtle",
6294]
6295
6296[[package]]
6297name = "file_finder"
6298version = "0.1.0"
6299dependencies = [
6300 "anyhow",
6301 "channel",
6302 "client",
6303 "collections",
6304 "ctor",
6305 "editor",
6306 "file_icons",
6307 "futures 0.3.31",
6308 "fuzzy",
6309 "gpui",
6310 "menu",
6311 "open_path_prompt",
6312 "picker",
6313 "pretty_assertions",
6314 "project",
6315 "project_panel",
6316 "remote_connection",
6317 "serde",
6318 "serde_json",
6319 "settings",
6320 "theme",
6321 "ui",
6322 "util",
6323 "workspace",
6324 "zed_actions",
6325 "zlog",
6326]
6327
6328[[package]]
6329name = "file_icons"
6330version = "0.1.0"
6331dependencies = [
6332 "gpui",
6333 "serde",
6334 "theme",
6335 "util",
6336]
6337
6338[[package]]
6339name = "filedescriptor"
6340version = "0.8.3"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6343dependencies = [
6344 "libc",
6345 "thiserror 1.0.69",
6346 "winapi",
6347]
6348
6349[[package]]
6350name = "filetime"
6351version = "0.2.26"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6354dependencies = [
6355 "cfg-if",
6356 "libc",
6357 "libredox",
6358 "windows-sys 0.60.2",
6359]
6360
6361[[package]]
6362name = "find-msvc-tools"
6363version = "0.1.5"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6366
6367[[package]]
6368name = "fixedbitset"
6369version = "0.4.2"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6372
6373[[package]]
6374name = "fixedbitset"
6375version = "0.5.7"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6378
6379[[package]]
6380name = "flate2"
6381version = "1.1.8"
6382source = "registry+https://github.com/rust-lang/crates.io-index"
6383checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6384dependencies = [
6385 "crc32fast",
6386 "miniz_oxide",
6387]
6388
6389[[package]]
6390name = "float-cmp"
6391version = "0.9.0"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6394
6395[[package]]
6396name = "float-ord"
6397version = "0.3.2"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6400
6401[[package]]
6402name = "float8"
6403version = "0.4.2"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6406dependencies = [
6407 "half",
6408 "num-traits",
6409 "rand 0.9.2",
6410 "rand_distr",
6411]
6412
6413[[package]]
6414name = "float_next_after"
6415version = "1.0.0"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6418
6419[[package]]
6420name = "fluent-uri"
6421version = "0.4.1"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6424dependencies = [
6425 "borrow-or-share",
6426 "ref-cast",
6427 "serde",
6428]
6429
6430[[package]]
6431name = "flume"
6432version = "0.11.1"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6435dependencies = [
6436 "futures-core",
6437 "futures-sink",
6438 "nanorand",
6439 "spin 0.9.8",
6440]
6441
6442[[package]]
6443name = "fnv"
6444version = "1.0.7"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6447
6448[[package]]
6449name = "foldhash"
6450version = "0.1.5"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6453
6454[[package]]
6455name = "foldhash"
6456version = "0.2.0"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6459
6460[[package]]
6461name = "font-types"
6462version = "0.10.0"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6465dependencies = [
6466 "bytemuck",
6467]
6468
6469[[package]]
6470name = "font-types"
6471version = "0.11.0"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6474dependencies = [
6475 "bytemuck",
6476]
6477
6478[[package]]
6479name = "fontconfig-parser"
6480version = "0.5.8"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6483dependencies = [
6484 "roxmltree",
6485]
6486
6487[[package]]
6488name = "fontdb"
6489version = "0.16.2"
6490source = "registry+https://github.com/rust-lang/crates.io-index"
6491checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6492dependencies = [
6493 "fontconfig-parser",
6494 "log",
6495 "memmap2",
6496 "slotmap",
6497 "tinyvec",
6498 "ttf-parser 0.20.0",
6499]
6500
6501[[package]]
6502name = "fontdb"
6503version = "0.23.0"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6506dependencies = [
6507 "fontconfig-parser",
6508 "log",
6509 "memmap2",
6510 "slotmap",
6511 "tinyvec",
6512 "ttf-parser 0.25.1",
6513]
6514
6515[[package]]
6516name = "foreign-types"
6517version = "0.3.2"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6520dependencies = [
6521 "foreign-types-shared 0.1.1",
6522]
6523
6524[[package]]
6525name = "foreign-types"
6526version = "0.5.0"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6529dependencies = [
6530 "foreign-types-macros",
6531 "foreign-types-shared 0.3.1",
6532]
6533
6534[[package]]
6535name = "foreign-types-macros"
6536version = "0.2.3"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6539dependencies = [
6540 "proc-macro2",
6541 "quote",
6542 "syn 2.0.117",
6543]
6544
6545[[package]]
6546name = "foreign-types-shared"
6547version = "0.1.1"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6550
6551[[package]]
6552name = "foreign-types-shared"
6553version = "0.3.1"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6556
6557[[package]]
6558name = "fork"
6559version = "0.4.0"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6562dependencies = [
6563 "libc",
6564]
6565
6566[[package]]
6567name = "form_urlencoded"
6568version = "1.2.2"
6569source = "registry+https://github.com/rust-lang/crates.io-index"
6570checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6571dependencies = [
6572 "percent-encoding",
6573]
6574
6575[[package]]
6576name = "fraction"
6577version = "0.15.3"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6580dependencies = [
6581 "lazy_static",
6582 "num",
6583]
6584
6585[[package]]
6586name = "freetype-sys"
6587version = "0.20.1"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6590dependencies = [
6591 "cc",
6592 "libc",
6593 "pkg-config",
6594]
6595
6596[[package]]
6597name = "fs"
6598version = "0.1.0"
6599dependencies = [
6600 "anyhow",
6601 "ashpd",
6602 "async-tar",
6603 "async-trait",
6604 "cocoa 0.26.0",
6605 "collections",
6606 "dunce",
6607 "fs",
6608 "futures 0.3.31",
6609 "git",
6610 "gpui",
6611 "ignore",
6612 "is_executable",
6613 "libc",
6614 "log",
6615 "notify 8.2.0",
6616 "objc",
6617 "parking_lot",
6618 "paths",
6619 "proto",
6620 "rope",
6621 "serde",
6622 "serde_json",
6623 "smol",
6624 "tempfile",
6625 "text",
6626 "time",
6627 "util",
6628 "windows 0.61.3",
6629]
6630
6631[[package]]
6632name = "fs-set-times"
6633version = "0.20.3"
6634source = "registry+https://github.com/rust-lang/crates.io-index"
6635checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6636dependencies = [
6637 "io-lifetimes",
6638 "rustix 1.1.2",
6639 "windows-sys 0.59.0",
6640]
6641
6642[[package]]
6643name = "fs2"
6644version = "0.4.3"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6647dependencies = [
6648 "libc",
6649 "winapi",
6650]
6651
6652[[package]]
6653name = "fs_benchmarks"
6654version = "0.1.0"
6655dependencies = [
6656 "fs",
6657 "gpui",
6658 "gpui_platform",
6659]
6660
6661[[package]]
6662name = "fs_extra"
6663version = "1.3.0"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6666
6667[[package]]
6668name = "fsevent-sys"
6669version = "4.1.0"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6672dependencies = [
6673 "libc",
6674]
6675
6676[[package]]
6677name = "fuchsia-cprng"
6678version = "0.1.1"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6681
6682[[package]]
6683name = "funty"
6684version = "2.0.0"
6685source = "registry+https://github.com/rust-lang/crates.io-index"
6686checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6687
6688[[package]]
6689name = "futf"
6690version = "0.1.5"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6693dependencies = [
6694 "mac",
6695 "new_debug_unreachable",
6696]
6697
6698[[package]]
6699name = "futures"
6700version = "0.1.31"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6703
6704[[package]]
6705name = "futures"
6706version = "0.3.31"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6709dependencies = [
6710 "futures-channel",
6711 "futures-core",
6712 "futures-executor",
6713 "futures-io",
6714 "futures-sink",
6715 "futures-task",
6716 "futures-util",
6717]
6718
6719[[package]]
6720name = "futures-channel"
6721version = "0.3.31"
6722source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6724dependencies = [
6725 "futures-core",
6726 "futures-sink",
6727]
6728
6729[[package]]
6730name = "futures-concurrency"
6731version = "7.7.1"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6734dependencies = [
6735 "fixedbitset 0.5.7",
6736 "futures-core",
6737 "futures-lite 2.6.1",
6738 "pin-project",
6739 "smallvec",
6740]
6741
6742[[package]]
6743name = "futures-core"
6744version = "0.3.31"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6747
6748[[package]]
6749name = "futures-executor"
6750version = "0.3.31"
6751source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6753dependencies = [
6754 "futures-core",
6755 "futures-task",
6756 "futures-util",
6757]
6758
6759[[package]]
6760name = "futures-intrusive"
6761version = "0.5.0"
6762source = "registry+https://github.com/rust-lang/crates.io-index"
6763checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6764dependencies = [
6765 "futures-core",
6766 "lock_api",
6767 "parking_lot",
6768]
6769
6770[[package]]
6771name = "futures-io"
6772version = "0.3.31"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6775
6776[[package]]
6777name = "futures-lite"
6778version = "1.13.0"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6781dependencies = [
6782 "fastrand 1.9.0",
6783 "futures-core",
6784 "futures-io",
6785 "memchr",
6786 "parking",
6787 "pin-project-lite",
6788 "waker-fn",
6789]
6790
6791[[package]]
6792name = "futures-lite"
6793version = "2.6.1"
6794source = "registry+https://github.com/rust-lang/crates.io-index"
6795checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6796dependencies = [
6797 "fastrand 2.3.0",
6798 "futures-core",
6799 "futures-io",
6800 "parking",
6801 "pin-project-lite",
6802]
6803
6804[[package]]
6805name = "futures-macro"
6806version = "0.3.31"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6809dependencies = [
6810 "proc-macro2",
6811 "quote",
6812 "syn 2.0.117",
6813]
6814
6815[[package]]
6816name = "futures-sink"
6817version = "0.3.31"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6820
6821[[package]]
6822name = "futures-task"
6823version = "0.3.31"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6826
6827[[package]]
6828name = "futures-util"
6829version = "0.3.31"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6832dependencies = [
6833 "futures 0.1.31",
6834 "futures-channel",
6835 "futures-core",
6836 "futures-io",
6837 "futures-macro",
6838 "futures-sink",
6839 "futures-task",
6840 "memchr",
6841 "pin-project-lite",
6842 "pin-utils",
6843 "slab",
6844 "tokio-io",
6845]
6846
6847[[package]]
6848name = "fuzzy"
6849version = "0.1.0"
6850dependencies = [
6851 "gpui",
6852 "log",
6853 "util",
6854]
6855
6856[[package]]
6857name = "fuzzy-matcher"
6858version = "0.3.7"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6861dependencies = [
6862 "thread_local",
6863]
6864
6865[[package]]
6866name = "gaoya"
6867version = "0.2.0"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6870dependencies = [
6871 "ahash 0.8.12",
6872 "crossbeam-utils",
6873 "fnv",
6874 "itertools 0.10.5",
6875 "num-traits",
6876 "rand 0.8.5",
6877 "rand_pcg",
6878 "random_choice",
6879 "rayon",
6880 "seahash",
6881 "sha-1",
6882 "shingles",
6883 "siphasher 0.3.11",
6884 "smallvec",
6885 "triomphe",
6886]
6887
6888[[package]]
6889name = "gemm"
6890version = "0.17.1"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6893dependencies = [
6894 "dyn-stack 0.10.0",
6895 "gemm-c32 0.17.1",
6896 "gemm-c64 0.17.1",
6897 "gemm-common 0.17.1",
6898 "gemm-f16 0.17.1",
6899 "gemm-f32 0.17.1",
6900 "gemm-f64 0.17.1",
6901 "num-complex",
6902 "num-traits",
6903 "paste",
6904 "raw-cpuid 10.7.0",
6905 "seq-macro",
6906]
6907
6908[[package]]
6909name = "gemm"
6910version = "0.18.2"
6911source = "registry+https://github.com/rust-lang/crates.io-index"
6912checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6913dependencies = [
6914 "dyn-stack 0.13.2",
6915 "gemm-c32 0.18.2",
6916 "gemm-c64 0.18.2",
6917 "gemm-common 0.18.2",
6918 "gemm-f16 0.18.2",
6919 "gemm-f32 0.18.2",
6920 "gemm-f64 0.18.2",
6921 "num-complex",
6922 "num-traits",
6923 "paste",
6924 "raw-cpuid 11.6.0",
6925 "seq-macro",
6926]
6927
6928[[package]]
6929name = "gemm-c32"
6930version = "0.17.1"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6933dependencies = [
6934 "dyn-stack 0.10.0",
6935 "gemm-common 0.17.1",
6936 "num-complex",
6937 "num-traits",
6938 "paste",
6939 "raw-cpuid 10.7.0",
6940 "seq-macro",
6941]
6942
6943[[package]]
6944name = "gemm-c32"
6945version = "0.18.2"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6948dependencies = [
6949 "dyn-stack 0.13.2",
6950 "gemm-common 0.18.2",
6951 "num-complex",
6952 "num-traits",
6953 "paste",
6954 "raw-cpuid 11.6.0",
6955 "seq-macro",
6956]
6957
6958[[package]]
6959name = "gemm-c64"
6960version = "0.17.1"
6961source = "registry+https://github.com/rust-lang/crates.io-index"
6962checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6963dependencies = [
6964 "dyn-stack 0.10.0",
6965 "gemm-common 0.17.1",
6966 "num-complex",
6967 "num-traits",
6968 "paste",
6969 "raw-cpuid 10.7.0",
6970 "seq-macro",
6971]
6972
6973[[package]]
6974name = "gemm-c64"
6975version = "0.18.2"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6978dependencies = [
6979 "dyn-stack 0.13.2",
6980 "gemm-common 0.18.2",
6981 "num-complex",
6982 "num-traits",
6983 "paste",
6984 "raw-cpuid 11.6.0",
6985 "seq-macro",
6986]
6987
6988[[package]]
6989name = "gemm-common"
6990version = "0.17.1"
6991source = "registry+https://github.com/rust-lang/crates.io-index"
6992checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6993dependencies = [
6994 "bytemuck",
6995 "dyn-stack 0.10.0",
6996 "half",
6997 "num-complex",
6998 "num-traits",
6999 "once_cell",
7000 "paste",
7001 "pulp 0.18.22",
7002 "raw-cpuid 10.7.0",
7003 "rayon",
7004 "seq-macro",
7005 "sysctl 0.5.5",
7006]
7007
7008[[package]]
7009name = "gemm-common"
7010version = "0.18.2"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7013dependencies = [
7014 "bytemuck",
7015 "dyn-stack 0.13.2",
7016 "half",
7017 "libm",
7018 "num-complex",
7019 "num-traits",
7020 "once_cell",
7021 "paste",
7022 "pulp 0.21.5",
7023 "raw-cpuid 11.6.0",
7024 "rayon",
7025 "seq-macro",
7026 "sysctl 0.6.0",
7027]
7028
7029[[package]]
7030name = "gemm-f16"
7031version = "0.17.1"
7032source = "registry+https://github.com/rust-lang/crates.io-index"
7033checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7034dependencies = [
7035 "dyn-stack 0.10.0",
7036 "gemm-common 0.17.1",
7037 "gemm-f32 0.17.1",
7038 "half",
7039 "num-complex",
7040 "num-traits",
7041 "paste",
7042 "raw-cpuid 10.7.0",
7043 "rayon",
7044 "seq-macro",
7045]
7046
7047[[package]]
7048name = "gemm-f16"
7049version = "0.18.2"
7050source = "registry+https://github.com/rust-lang/crates.io-index"
7051checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7052dependencies = [
7053 "dyn-stack 0.13.2",
7054 "gemm-common 0.18.2",
7055 "gemm-f32 0.18.2",
7056 "half",
7057 "num-complex",
7058 "num-traits",
7059 "paste",
7060 "raw-cpuid 11.6.0",
7061 "rayon",
7062 "seq-macro",
7063]
7064
7065[[package]]
7066name = "gemm-f32"
7067version = "0.17.1"
7068source = "registry+https://github.com/rust-lang/crates.io-index"
7069checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7070dependencies = [
7071 "dyn-stack 0.10.0",
7072 "gemm-common 0.17.1",
7073 "num-complex",
7074 "num-traits",
7075 "paste",
7076 "raw-cpuid 10.7.0",
7077 "seq-macro",
7078]
7079
7080[[package]]
7081name = "gemm-f32"
7082version = "0.18.2"
7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7085dependencies = [
7086 "dyn-stack 0.13.2",
7087 "gemm-common 0.18.2",
7088 "num-complex",
7089 "num-traits",
7090 "paste",
7091 "raw-cpuid 11.6.0",
7092 "seq-macro",
7093]
7094
7095[[package]]
7096name = "gemm-f64"
7097version = "0.17.1"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7100dependencies = [
7101 "dyn-stack 0.10.0",
7102 "gemm-common 0.17.1",
7103 "num-complex",
7104 "num-traits",
7105 "paste",
7106 "raw-cpuid 10.7.0",
7107 "seq-macro",
7108]
7109
7110[[package]]
7111name = "gemm-f64"
7112version = "0.18.2"
7113source = "registry+https://github.com/rust-lang/crates.io-index"
7114checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7115dependencies = [
7116 "dyn-stack 0.13.2",
7117 "gemm-common 0.18.2",
7118 "num-complex",
7119 "num-traits",
7120 "paste",
7121 "raw-cpuid 11.6.0",
7122 "seq-macro",
7123]
7124
7125[[package]]
7126name = "generator"
7127version = "0.8.7"
7128source = "registry+https://github.com/rust-lang/crates.io-index"
7129checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7130dependencies = [
7131 "cc",
7132 "cfg-if",
7133 "libc",
7134 "log",
7135 "rustversion",
7136 "windows 0.61.3",
7137]
7138
7139[[package]]
7140name = "generic-array"
7141version = "0.14.7"
7142source = "registry+https://github.com/rust-lang/crates.io-index"
7143checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7144dependencies = [
7145 "typenum",
7146 "version_check",
7147]
7148
7149[[package]]
7150name = "gethostname"
7151version = "1.1.0"
7152source = "registry+https://github.com/rust-lang/crates.io-index"
7153checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7154dependencies = [
7155 "rustix 1.1.2",
7156 "windows-link 0.2.1",
7157]
7158
7159[[package]]
7160name = "getrandom"
7161version = "0.2.16"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7164dependencies = [
7165 "cfg-if",
7166 "js-sys",
7167 "libc",
7168 "wasi",
7169 "wasm-bindgen",
7170]
7171
7172[[package]]
7173name = "getrandom"
7174version = "0.3.4"
7175source = "registry+https://github.com/rust-lang/crates.io-index"
7176checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7177dependencies = [
7178 "cfg-if",
7179 "js-sys",
7180 "libc",
7181 "r-efi",
7182 "wasip2",
7183 "wasm-bindgen",
7184]
7185
7186[[package]]
7187name = "getrandom"
7188version = "0.4.1"
7189source = "registry+https://github.com/rust-lang/crates.io-index"
7190checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7191dependencies = [
7192 "cfg-if",
7193 "libc",
7194 "r-efi",
7195 "wasip2",
7196 "wasip3",
7197]
7198
7199[[package]]
7200name = "gh-workflow"
7201version = "0.8.0"
7202source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7203dependencies = [
7204 "async-trait",
7205 "derive_more",
7206 "derive_setters",
7207 "gh-workflow-macros",
7208 "indexmap",
7209 "merge",
7210 "serde",
7211 "serde_json",
7212 "serde_yaml",
7213 "strum_macros 0.27.2",
7214]
7215
7216[[package]]
7217name = "gh-workflow-macros"
7218version = "0.8.0"
7219source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7220dependencies = [
7221 "heck 0.5.0",
7222 "quote",
7223 "syn 2.0.117",
7224]
7225
7226[[package]]
7227name = "gif"
7228version = "0.13.3"
7229source = "registry+https://github.com/rust-lang/crates.io-index"
7230checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7231dependencies = [
7232 "color_quant",
7233 "weezl",
7234]
7235
7236[[package]]
7237name = "gimli"
7238version = "0.31.1"
7239source = "registry+https://github.com/rust-lang/crates.io-index"
7240checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7241dependencies = [
7242 "fallible-iterator",
7243 "indexmap",
7244 "stable_deref_trait",
7245]
7246
7247[[package]]
7248name = "gimli"
7249version = "0.32.3"
7250source = "registry+https://github.com/rust-lang/crates.io-index"
7251checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7252
7253[[package]]
7254name = "gio-sys"
7255version = "0.21.5"
7256source = "registry+https://github.com/rust-lang/crates.io-index"
7257checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7258dependencies = [
7259 "glib-sys",
7260 "gobject-sys",
7261 "libc",
7262 "system-deps 7.0.7",
7263 "windows-sys 0.61.2",
7264]
7265
7266[[package]]
7267name = "git"
7268version = "0.1.0"
7269dependencies = [
7270 "anyhow",
7271 "askpass",
7272 "async-trait",
7273 "collections",
7274 "derive_more",
7275 "futures 0.3.31",
7276 "git2",
7277 "gpui",
7278 "http_client",
7279 "itertools 0.14.0",
7280 "log",
7281 "parking_lot",
7282 "pretty_assertions",
7283 "rand 0.9.2",
7284 "regex",
7285 "rope",
7286 "schemars",
7287 "serde",
7288 "serde_json",
7289 "smallvec",
7290 "smol",
7291 "sum_tree",
7292 "tempfile",
7293 "text",
7294 "thiserror 2.0.17",
7295 "time",
7296 "url",
7297 "urlencoding",
7298 "util",
7299 "uuid",
7300 "ztracing",
7301]
7302
7303[[package]]
7304name = "git2"
7305version = "0.20.4"
7306source = "registry+https://github.com/rust-lang/crates.io-index"
7307checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7308dependencies = [
7309 "bitflags 2.10.0",
7310 "libc",
7311 "libgit2-sys",
7312 "log",
7313 "url",
7314]
7315
7316[[package]]
7317name = "git_graph"
7318version = "0.1.0"
7319dependencies = [
7320 "anyhow",
7321 "collections",
7322 "db",
7323 "feature_flags",
7324 "fs",
7325 "git",
7326 "git_ui",
7327 "gpui",
7328 "language",
7329 "menu",
7330 "project",
7331 "rand 0.9.2",
7332 "serde_json",
7333 "settings",
7334 "smallvec",
7335 "theme",
7336 "time",
7337 "ui",
7338 "workspace",
7339]
7340
7341[[package]]
7342name = "git_hosting_providers"
7343version = "0.1.0"
7344dependencies = [
7345 "anyhow",
7346 "async-trait",
7347 "futures 0.3.31",
7348 "git",
7349 "gpui",
7350 "http_client",
7351 "indoc",
7352 "itertools 0.14.0",
7353 "pretty_assertions",
7354 "regex",
7355 "serde",
7356 "serde_json",
7357 "settings",
7358 "url",
7359 "urlencoding",
7360 "util",
7361]
7362
7363[[package]]
7364name = "git_ui"
7365version = "0.1.0"
7366dependencies = [
7367 "agent_settings",
7368 "anyhow",
7369 "askpass",
7370 "buffer_diff",
7371 "call",
7372 "cloud_llm_client",
7373 "collections",
7374 "component",
7375 "ctor",
7376 "db",
7377 "editor",
7378 "feature_flags",
7379 "file_icons",
7380 "futures 0.3.31",
7381 "fuzzy",
7382 "git",
7383 "gpui",
7384 "indoc",
7385 "itertools 0.14.0",
7386 "language",
7387 "language_model",
7388 "linkify",
7389 "log",
7390 "markdown",
7391 "menu",
7392 "multi_buffer",
7393 "notifications",
7394 "panel",
7395 "picker",
7396 "pretty_assertions",
7397 "project",
7398 "prompt_store",
7399 "proto",
7400 "rand 0.9.2",
7401 "remote",
7402 "remote_connection",
7403 "schemars",
7404 "serde",
7405 "serde_json",
7406 "settings",
7407 "smallvec",
7408 "smol",
7409 "strum 0.27.2",
7410 "telemetry",
7411 "theme",
7412 "time",
7413 "time_format",
7414 "tracing",
7415 "ui",
7416 "ui_input",
7417 "unindent",
7418 "util",
7419 "watch",
7420 "windows 0.61.3",
7421 "workspace",
7422 "zed_actions",
7423 "zeroize",
7424 "zlog",
7425 "ztracing",
7426]
7427
7428[[package]]
7429name = "gl_generator"
7430version = "0.14.0"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7433dependencies = [
7434 "khronos_api",
7435 "log",
7436 "xml-rs",
7437]
7438
7439[[package]]
7440name = "glib"
7441version = "0.21.5"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7444dependencies = [
7445 "bitflags 2.10.0",
7446 "futures-channel",
7447 "futures-core",
7448 "futures-executor",
7449 "futures-task",
7450 "futures-util",
7451 "gio-sys",
7452 "glib-macros",
7453 "glib-sys",
7454 "gobject-sys",
7455 "libc",
7456 "memchr",
7457 "smallvec",
7458]
7459
7460[[package]]
7461name = "glib-macros"
7462version = "0.21.5"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7465dependencies = [
7466 "heck 0.5.0",
7467 "proc-macro-crate",
7468 "proc-macro2",
7469 "quote",
7470 "syn 2.0.117",
7471]
7472
7473[[package]]
7474name = "glib-sys"
7475version = "0.21.5"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7478dependencies = [
7479 "libc",
7480 "system-deps 7.0.7",
7481]
7482
7483[[package]]
7484name = "glob"
7485version = "0.3.3"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7488
7489[[package]]
7490name = "globset"
7491version = "0.4.17"
7492source = "registry+https://github.com/rust-lang/crates.io-index"
7493checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7494dependencies = [
7495 "aho-corasick",
7496 "bstr",
7497 "log",
7498 "regex-automata",
7499 "regex-syntax",
7500]
7501
7502[[package]]
7503name = "gloo-timers"
7504version = "0.3.0"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7507dependencies = [
7508 "futures-channel",
7509 "futures-core",
7510 "js-sys",
7511 "wasm-bindgen",
7512]
7513
7514[[package]]
7515name = "glow"
7516version = "0.17.0"
7517source = "registry+https://github.com/rust-lang/crates.io-index"
7518checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7519dependencies = [
7520 "js-sys",
7521 "slotmap",
7522 "wasm-bindgen",
7523 "web-sys",
7524]
7525
7526[[package]]
7527name = "glutin_wgl_sys"
7528version = "0.6.1"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7531dependencies = [
7532 "gl_generator",
7533]
7534
7535[[package]]
7536name = "go_to_line"
7537version = "0.1.0"
7538dependencies = [
7539 "editor",
7540 "gpui",
7541 "indoc",
7542 "language",
7543 "menu",
7544 "multi_buffer",
7545 "project",
7546 "rope",
7547 "serde",
7548 "serde_json",
7549 "settings",
7550 "text",
7551 "theme",
7552 "ui",
7553 "util",
7554 "workspace",
7555]
7556
7557[[package]]
7558name = "gobject-sys"
7559version = "0.21.5"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7562dependencies = [
7563 "glib-sys",
7564 "libc",
7565 "system-deps 7.0.7",
7566]
7567
7568[[package]]
7569name = "goblin"
7570version = "0.9.3"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7573dependencies = [
7574 "log",
7575 "plain",
7576 "scroll",
7577]
7578
7579[[package]]
7580name = "google_ai"
7581version = "0.1.0"
7582dependencies = [
7583 "anyhow",
7584 "futures 0.3.31",
7585 "http_client",
7586 "schemars",
7587 "serde",
7588 "serde_json",
7589 "settings",
7590 "strum 0.27.2",
7591]
7592
7593[[package]]
7594name = "gpu-allocator"
7595version = "0.28.0"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7598dependencies = [
7599 "ash",
7600 "hashbrown 0.16.1",
7601 "log",
7602 "presser",
7603 "thiserror 2.0.17",
7604 "windows 0.62.2",
7605]
7606
7607[[package]]
7608name = "gpu-descriptor"
7609version = "0.3.2"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7612dependencies = [
7613 "bitflags 2.10.0",
7614 "gpu-descriptor-types",
7615 "hashbrown 0.15.5",
7616]
7617
7618[[package]]
7619name = "gpu-descriptor-types"
7620version = "0.2.0"
7621source = "registry+https://github.com/rust-lang/crates.io-index"
7622checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7623dependencies = [
7624 "bitflags 2.10.0",
7625]
7626
7627[[package]]
7628name = "gpui"
7629version = "0.2.2"
7630dependencies = [
7631 "anyhow",
7632 "async-channel 2.5.0",
7633 "async-task",
7634 "backtrace",
7635 "bindgen 0.71.1",
7636 "bitflags 2.10.0",
7637 "block",
7638 "cbindgen",
7639 "chrono",
7640 "circular-buffer",
7641 "cocoa 0.26.0",
7642 "cocoa-foundation 0.2.0",
7643 "collections",
7644 "core-foundation 0.10.0",
7645 "core-foundation-sys",
7646 "core-graphics 0.24.0",
7647 "core-text",
7648 "core-video",
7649 "ctor",
7650 "derive_more",
7651 "embed-resource",
7652 "env_logger 0.11.8",
7653 "etagere",
7654 "foreign-types 0.5.0",
7655 "futures 0.3.31",
7656 "futures-concurrency",
7657 "getrandom 0.3.4",
7658 "gpui_macros",
7659 "gpui_platform",
7660 "gpui_util",
7661 "gpui_web",
7662 "http_client",
7663 "image",
7664 "inventory",
7665 "itertools 0.14.0",
7666 "log",
7667 "lyon",
7668 "mach2 0.5.0",
7669 "media",
7670 "metal",
7671 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7672 "num_cpus",
7673 "objc",
7674 "objc2",
7675 "objc2-metal",
7676 "parking",
7677 "parking_lot",
7678 "pathfinder_geometry",
7679 "pin-project",
7680 "pollster 0.4.0",
7681 "postage",
7682 "profiling",
7683 "proptest",
7684 "rand 0.9.2",
7685 "raw-window-handle",
7686 "refineable",
7687 "reqwest_client",
7688 "resvg",
7689 "scheduler",
7690 "schemars",
7691 "seahash",
7692 "serde",
7693 "serde_json",
7694 "slotmap",
7695 "smallvec",
7696 "spin 0.10.0",
7697 "stacksafe",
7698 "strum 0.27.2",
7699 "sum_tree",
7700 "taffy",
7701 "thiserror 2.0.17",
7702 "unicode-segmentation",
7703 "url",
7704 "usvg",
7705 "util_macros",
7706 "uuid",
7707 "waker-fn",
7708 "wasm-bindgen",
7709 "web-time",
7710 "windows 0.61.3",
7711 "zed-font-kit",
7712 "zed-scap",
7713]
7714
7715[[package]]
7716name = "gpui_linux"
7717version = "0.1.0"
7718dependencies = [
7719 "anyhow",
7720 "as-raw-xcb-connection",
7721 "ashpd",
7722 "bitflags 2.10.0",
7723 "bytemuck",
7724 "calloop",
7725 "calloop-wayland-source",
7726 "collections",
7727 "filedescriptor",
7728 "futures 0.3.31",
7729 "gpui",
7730 "gpui_wgpu",
7731 "http_client",
7732 "itertools 0.14.0",
7733 "libc",
7734 "log",
7735 "oo7",
7736 "open",
7737 "parking_lot",
7738 "pathfinder_geometry",
7739 "pollster 0.4.0",
7740 "profiling",
7741 "raw-window-handle",
7742 "smallvec",
7743 "smol",
7744 "strum 0.27.2",
7745 "swash",
7746 "url",
7747 "util",
7748 "uuid",
7749 "wayland-backend",
7750 "wayland-client",
7751 "wayland-cursor",
7752 "wayland-protocols",
7753 "wayland-protocols-plasma",
7754 "wayland-protocols-wlr",
7755 "x11-clipboard",
7756 "x11rb",
7757 "xkbcommon",
7758 "zed-scap",
7759 "zed-xim",
7760]
7761
7762[[package]]
7763name = "gpui_macos"
7764version = "0.1.0"
7765dependencies = [
7766 "anyhow",
7767 "async-task",
7768 "block",
7769 "cbindgen",
7770 "cocoa 0.26.0",
7771 "collections",
7772 "core-foundation 0.10.0",
7773 "core-foundation-sys",
7774 "core-graphics 0.24.0",
7775 "core-text",
7776 "core-video",
7777 "ctor",
7778 "derive_more",
7779 "dispatch2",
7780 "etagere",
7781 "foreign-types 0.5.0",
7782 "futures 0.3.31",
7783 "gpui",
7784 "image",
7785 "itertools 0.14.0",
7786 "libc",
7787 "log",
7788 "mach2 0.5.0",
7789 "media",
7790 "metal",
7791 "objc",
7792 "parking_lot",
7793 "pathfinder_geometry",
7794 "raw-window-handle",
7795 "semver",
7796 "smallvec",
7797 "strum 0.27.2",
7798 "util",
7799 "uuid",
7800 "zed-font-kit",
7801]
7802
7803[[package]]
7804name = "gpui_macros"
7805version = "0.1.0"
7806dependencies = [
7807 "gpui",
7808 "heck 0.5.0",
7809 "proc-macro2",
7810 "quote",
7811 "syn 2.0.117",
7812]
7813
7814[[package]]
7815name = "gpui_platform"
7816version = "0.1.0"
7817dependencies = [
7818 "console_error_panic_hook",
7819 "gpui",
7820 "gpui_linux",
7821 "gpui_macos",
7822 "gpui_web",
7823 "gpui_windows",
7824]
7825
7826[[package]]
7827name = "gpui_tokio"
7828version = "0.1.0"
7829dependencies = [
7830 "anyhow",
7831 "gpui",
7832 "tokio",
7833 "util",
7834]
7835
7836[[package]]
7837name = "gpui_util"
7838version = "0.1.0"
7839dependencies = [
7840 "anyhow",
7841 "log",
7842]
7843
7844[[package]]
7845name = "gpui_web"
7846version = "0.1.0"
7847dependencies = [
7848 "anyhow",
7849 "console_error_panic_hook",
7850 "futures 0.3.31",
7851 "gpui",
7852 "gpui_wgpu",
7853 "http_client",
7854 "js-sys",
7855 "log",
7856 "parking_lot",
7857 "raw-window-handle",
7858 "smallvec",
7859 "uuid",
7860 "wasm-bindgen",
7861 "wasm-bindgen-futures",
7862 "wasm_thread",
7863 "web-sys",
7864 "web-time",
7865]
7866
7867[[package]]
7868name = "gpui_wgpu"
7869version = "0.1.0"
7870dependencies = [
7871 "anyhow",
7872 "bytemuck",
7873 "collections",
7874 "cosmic-text",
7875 "etagere",
7876 "gpui",
7877 "gpui_util",
7878 "itertools 0.14.0",
7879 "js-sys",
7880 "log",
7881 "parking_lot",
7882 "pollster 0.4.0",
7883 "profiling",
7884 "raw-window-handle",
7885 "smallvec",
7886 "swash",
7887 "wasm-bindgen",
7888 "wasm-bindgen-futures",
7889 "web-sys",
7890 "wgpu",
7891 "zed-font-kit",
7892]
7893
7894[[package]]
7895name = "gpui_windows"
7896version = "0.1.0"
7897dependencies = [
7898 "anyhow",
7899 "collections",
7900 "etagere",
7901 "futures 0.3.31",
7902 "gpui",
7903 "image",
7904 "itertools 0.14.0",
7905 "log",
7906 "parking_lot",
7907 "rand 0.9.2",
7908 "raw-window-handle",
7909 "smallvec",
7910 "util",
7911 "uuid",
7912 "windows 0.61.3",
7913 "windows-core 0.61.2",
7914 "windows-numerics 0.2.0",
7915 "windows-registry 0.5.3",
7916 "zed-scap",
7917]
7918
7919[[package]]
7920name = "grid"
7921version = "0.18.0"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7924
7925[[package]]
7926name = "group"
7927version = "0.12.1"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7930dependencies = [
7931 "ff",
7932 "rand_core 0.6.4",
7933 "subtle",
7934]
7935
7936[[package]]
7937name = "h2"
7938version = "0.3.27"
7939source = "registry+https://github.com/rust-lang/crates.io-index"
7940checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7941dependencies = [
7942 "bytes 1.11.1",
7943 "fnv",
7944 "futures-core",
7945 "futures-sink",
7946 "futures-util",
7947 "http 0.2.12",
7948 "indexmap",
7949 "slab",
7950 "tokio",
7951 "tokio-util",
7952 "tracing",
7953]
7954
7955[[package]]
7956name = "h2"
7957version = "0.4.12"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7960dependencies = [
7961 "atomic-waker",
7962 "bytes 1.11.1",
7963 "fnv",
7964 "futures-core",
7965 "futures-sink",
7966 "http 1.3.1",
7967 "indexmap",
7968 "slab",
7969 "tokio",
7970 "tokio-util",
7971 "tracing",
7972]
7973
7974[[package]]
7975name = "half"
7976version = "2.7.1"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7979dependencies = [
7980 "bytemuck",
7981 "cfg-if",
7982 "crunchy",
7983 "num-traits",
7984 "rand 0.9.2",
7985 "rand_distr",
7986 "zerocopy",
7987]
7988
7989[[package]]
7990name = "handlebars"
7991version = "4.5.0"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7994dependencies = [
7995 "log",
7996 "pest",
7997 "pest_derive",
7998 "rust-embed",
7999 "serde",
8000 "serde_json",
8001 "thiserror 1.0.69",
8002]
8003
8004[[package]]
8005name = "handlebars"
8006version = "5.1.2"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8009dependencies = [
8010 "log",
8011 "pest",
8012 "pest_derive",
8013 "serde",
8014 "serde_json",
8015 "thiserror 1.0.69",
8016]
8017
8018[[package]]
8019name = "harfrust"
8020version = "0.5.0"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8023dependencies = [
8024 "bitflags 2.10.0",
8025 "bytemuck",
8026 "core_maths",
8027 "read-fonts 0.37.0",
8028 "smallvec",
8029]
8030
8031[[package]]
8032name = "hash32"
8033version = "0.3.1"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8036dependencies = [
8037 "byteorder",
8038]
8039
8040[[package]]
8041name = "hashbrown"
8042version = "0.12.3"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8045dependencies = [
8046 "ahash 0.7.8",
8047]
8048
8049[[package]]
8050name = "hashbrown"
8051version = "0.14.5"
8052source = "registry+https://github.com/rust-lang/crates.io-index"
8053checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8054dependencies = [
8055 "ahash 0.8.12",
8056 "allocator-api2",
8057]
8058
8059[[package]]
8060name = "hashbrown"
8061version = "0.15.5"
8062source = "registry+https://github.com/rust-lang/crates.io-index"
8063checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8064dependencies = [
8065 "allocator-api2",
8066 "equivalent",
8067 "foldhash 0.1.5",
8068 "serde",
8069]
8070
8071[[package]]
8072name = "hashbrown"
8073version = "0.16.1"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8076dependencies = [
8077 "allocator-api2",
8078 "equivalent",
8079 "foldhash 0.2.0",
8080]
8081
8082[[package]]
8083name = "hashlink"
8084version = "0.8.4"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8087dependencies = [
8088 "hashbrown 0.14.5",
8089]
8090
8091[[package]]
8092name = "hashlink"
8093version = "0.10.0"
8094source = "registry+https://github.com/rust-lang/crates.io-index"
8095checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8096dependencies = [
8097 "hashbrown 0.15.5",
8098]
8099
8100[[package]]
8101name = "headers"
8102version = "0.3.9"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8105dependencies = [
8106 "base64 0.21.7",
8107 "bytes 1.11.1",
8108 "headers-core",
8109 "http 0.2.12",
8110 "httpdate",
8111 "mime",
8112 "sha1",
8113]
8114
8115[[package]]
8116name = "headers-core"
8117version = "0.2.0"
8118source = "registry+https://github.com/rust-lang/crates.io-index"
8119checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8120dependencies = [
8121 "http 0.2.12",
8122]
8123
8124[[package]]
8125name = "heapless"
8126version = "0.9.2"
8127source = "registry+https://github.com/rust-lang/crates.io-index"
8128checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8129dependencies = [
8130 "hash32",
8131 "stable_deref_trait",
8132]
8133
8134[[package]]
8135name = "heck"
8136version = "0.3.3"
8137source = "registry+https://github.com/rust-lang/crates.io-index"
8138checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8139dependencies = [
8140 "unicode-segmentation",
8141]
8142
8143[[package]]
8144name = "heck"
8145version = "0.4.1"
8146source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8148dependencies = [
8149 "unicode-segmentation",
8150]
8151
8152[[package]]
8153name = "heck"
8154version = "0.5.0"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8157
8158[[package]]
8159name = "heed"
8160version = "0.21.0"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8163dependencies = [
8164 "bitflags 2.10.0",
8165 "byteorder",
8166 "heed-traits",
8167 "heed-types",
8168 "libc",
8169 "lmdb-master-sys",
8170 "once_cell",
8171 "page_size",
8172 "serde",
8173 "synchronoise",
8174 "url",
8175]
8176
8177[[package]]
8178name = "heed-traits"
8179version = "0.20.0"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8182
8183[[package]]
8184name = "heed-types"
8185version = "0.21.0"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8188dependencies = [
8189 "bincode",
8190 "byteorder",
8191 "heed-traits",
8192 "serde",
8193 "serde_json",
8194]
8195
8196[[package]]
8197name = "hermit-abi"
8198version = "0.5.2"
8199source = "registry+https://github.com/rust-lang/crates.io-index"
8200checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8201
8202[[package]]
8203name = "hex"
8204version = "0.4.3"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8207
8208[[package]]
8209name = "hexf-parse"
8210version = "0.2.1"
8211source = "registry+https://github.com/rust-lang/crates.io-index"
8212checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8213
8214[[package]]
8215name = "hkdf"
8216version = "0.12.4"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8219dependencies = [
8220 "hmac",
8221]
8222
8223[[package]]
8224name = "hmac"
8225version = "0.12.1"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8228dependencies = [
8229 "digest",
8230]
8231
8232[[package]]
8233name = "home"
8234version = "0.5.11"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8237dependencies = [
8238 "windows-sys 0.59.0",
8239]
8240
8241[[package]]
8242name = "hound"
8243version = "3.5.1"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8246
8247[[package]]
8248name = "html5ever"
8249version = "0.27.0"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8252dependencies = [
8253 "log",
8254 "mac",
8255 "markup5ever 0.12.1",
8256 "proc-macro2",
8257 "quote",
8258 "syn 2.0.117",
8259]
8260
8261[[package]]
8262name = "html5ever"
8263version = "0.35.0"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8266dependencies = [
8267 "log",
8268 "markup5ever 0.35.0",
8269 "match_token",
8270]
8271
8272[[package]]
8273name = "html_to_markdown"
8274version = "0.1.0"
8275dependencies = [
8276 "anyhow",
8277 "html5ever 0.27.0",
8278 "indoc",
8279 "markup5ever_rcdom",
8280 "pretty_assertions",
8281 "regex",
8282]
8283
8284[[package]]
8285name = "http"
8286version = "0.2.12"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8289dependencies = [
8290 "bytes 1.11.1",
8291 "fnv",
8292 "itoa",
8293]
8294
8295[[package]]
8296name = "http"
8297version = "1.3.1"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8300dependencies = [
8301 "bytes 1.11.1",
8302 "fnv",
8303 "itoa",
8304]
8305
8306[[package]]
8307name = "http-body"
8308version = "0.4.6"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8311dependencies = [
8312 "bytes 1.11.1",
8313 "http 0.2.12",
8314 "pin-project-lite",
8315]
8316
8317[[package]]
8318name = "http-body"
8319version = "1.0.1"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8322dependencies = [
8323 "bytes 1.11.1",
8324 "http 1.3.1",
8325]
8326
8327[[package]]
8328name = "http-body-util"
8329version = "0.1.3"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8332dependencies = [
8333 "bytes 1.11.1",
8334 "futures-core",
8335 "http 1.3.1",
8336 "http-body 1.0.1",
8337 "pin-project-lite",
8338]
8339
8340[[package]]
8341name = "http-range-header"
8342version = "0.3.1"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8345
8346[[package]]
8347name = "http_client"
8348version = "0.1.0"
8349dependencies = [
8350 "anyhow",
8351 "async-compression",
8352 "async-fs",
8353 "async-tar",
8354 "bytes 1.11.1",
8355 "derive_more",
8356 "futures 0.3.31",
8357 "http 1.3.1",
8358 "http-body 1.0.1",
8359 "log",
8360 "parking_lot",
8361 "serde",
8362 "serde_json",
8363 "serde_urlencoded",
8364 "sha2",
8365 "tempfile",
8366 "url",
8367 "util",
8368]
8369
8370[[package]]
8371name = "http_client_tls"
8372version = "0.1.0"
8373dependencies = [
8374 "rustls 0.23.33",
8375 "rustls-platform-verifier",
8376]
8377
8378[[package]]
8379name = "httparse"
8380version = "1.10.1"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8383
8384[[package]]
8385name = "httpdate"
8386version = "1.0.3"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8389
8390[[package]]
8391name = "human_bytes"
8392version = "0.4.3"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8395
8396[[package]]
8397name = "humantime"
8398version = "2.3.0"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8401
8402[[package]]
8403name = "hyper"
8404version = "0.14.32"
8405source = "registry+https://github.com/rust-lang/crates.io-index"
8406checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8407dependencies = [
8408 "bytes 1.11.1",
8409 "futures-channel",
8410 "futures-core",
8411 "futures-util",
8412 "h2 0.3.27",
8413 "http 0.2.12",
8414 "http-body 0.4.6",
8415 "httparse",
8416 "httpdate",
8417 "itoa",
8418 "pin-project-lite",
8419 "socket2 0.5.10",
8420 "tokio",
8421 "tower-service",
8422 "tracing",
8423 "want",
8424]
8425
8426[[package]]
8427name = "hyper"
8428version = "1.7.0"
8429source = "registry+https://github.com/rust-lang/crates.io-index"
8430checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8431dependencies = [
8432 "atomic-waker",
8433 "bytes 1.11.1",
8434 "futures-channel",
8435 "futures-core",
8436 "h2 0.4.12",
8437 "http 1.3.1",
8438 "http-body 1.0.1",
8439 "httparse",
8440 "itoa",
8441 "pin-project-lite",
8442 "pin-utils",
8443 "smallvec",
8444 "tokio",
8445 "want",
8446]
8447
8448[[package]]
8449name = "hyper-rustls"
8450version = "0.24.2"
8451source = "registry+https://github.com/rust-lang/crates.io-index"
8452checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8453dependencies = [
8454 "futures-util",
8455 "http 0.2.12",
8456 "hyper 0.14.32",
8457 "log",
8458 "rustls 0.21.12",
8459 "rustls-native-certs 0.6.3",
8460 "tokio",
8461 "tokio-rustls 0.24.1",
8462]
8463
8464[[package]]
8465name = "hyper-rustls"
8466version = "0.27.7"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8469dependencies = [
8470 "http 1.3.1",
8471 "hyper 1.7.0",
8472 "hyper-util",
8473 "rustls 0.23.33",
8474 "rustls-native-certs 0.8.2",
8475 "rustls-pki-types",
8476 "tokio",
8477 "tokio-rustls 0.26.2",
8478 "tower-service",
8479]
8480
8481[[package]]
8482name = "hyper-tls"
8483version = "0.5.0"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8486dependencies = [
8487 "bytes 1.11.1",
8488 "hyper 0.14.32",
8489 "native-tls",
8490 "tokio",
8491 "tokio-native-tls",
8492]
8493
8494[[package]]
8495name = "hyper-util"
8496version = "0.1.17"
8497source = "registry+https://github.com/rust-lang/crates.io-index"
8498checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8499dependencies = [
8500 "base64 0.22.1",
8501 "bytes 1.11.1",
8502 "futures-channel",
8503 "futures-core",
8504 "futures-util",
8505 "http 1.3.1",
8506 "http-body 1.0.1",
8507 "hyper 1.7.0",
8508 "ipnet",
8509 "libc",
8510 "percent-encoding",
8511 "pin-project-lite",
8512 "socket2 0.6.1",
8513 "tokio",
8514 "tower-service",
8515 "tracing",
8516]
8517
8518[[package]]
8519name = "iana-time-zone"
8520version = "0.1.64"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8523dependencies = [
8524 "android_system_properties",
8525 "core-foundation-sys",
8526 "iana-time-zone-haiku",
8527 "js-sys",
8528 "log",
8529 "wasm-bindgen",
8530 "windows-core 0.62.2",
8531]
8532
8533[[package]]
8534name = "iana-time-zone-haiku"
8535version = "0.1.2"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8538dependencies = [
8539 "cc",
8540]
8541
8542[[package]]
8543name = "icons"
8544version = "0.1.0"
8545dependencies = [
8546 "serde",
8547 "strum 0.27.2",
8548]
8549
8550[[package]]
8551name = "icu_collections"
8552version = "2.0.0"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8555dependencies = [
8556 "displaydoc",
8557 "potential_utf",
8558 "yoke 0.8.0",
8559 "zerofrom",
8560 "zerovec",
8561]
8562
8563[[package]]
8564name = "icu_locale_core"
8565version = "2.0.0"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8568dependencies = [
8569 "displaydoc",
8570 "litemap",
8571 "tinystr",
8572 "writeable",
8573 "zerovec",
8574]
8575
8576[[package]]
8577name = "icu_normalizer"
8578version = "2.0.0"
8579source = "registry+https://github.com/rust-lang/crates.io-index"
8580checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8581dependencies = [
8582 "displaydoc",
8583 "icu_collections",
8584 "icu_normalizer_data",
8585 "icu_properties",
8586 "icu_provider",
8587 "smallvec",
8588 "zerovec",
8589]
8590
8591[[package]]
8592name = "icu_normalizer_data"
8593version = "2.0.0"
8594source = "registry+https://github.com/rust-lang/crates.io-index"
8595checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8596
8597[[package]]
8598name = "icu_properties"
8599version = "2.0.1"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8602dependencies = [
8603 "displaydoc",
8604 "icu_collections",
8605 "icu_locale_core",
8606 "icu_properties_data",
8607 "icu_provider",
8608 "potential_utf",
8609 "zerotrie",
8610 "zerovec",
8611]
8612
8613[[package]]
8614name = "icu_properties_data"
8615version = "2.0.1"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8618
8619[[package]]
8620name = "icu_provider"
8621version = "2.0.0"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8624dependencies = [
8625 "displaydoc",
8626 "icu_locale_core",
8627 "stable_deref_trait",
8628 "tinystr",
8629 "writeable",
8630 "yoke 0.8.0",
8631 "zerofrom",
8632 "zerotrie",
8633 "zerovec",
8634]
8635
8636[[package]]
8637name = "id-arena"
8638version = "2.2.1"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8641
8642[[package]]
8643name = "ident_case"
8644version = "1.0.1"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8647
8648[[package]]
8649name = "idna"
8650version = "1.1.0"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8653dependencies = [
8654 "idna_adapter",
8655 "smallvec",
8656 "utf8_iter",
8657]
8658
8659[[package]]
8660name = "idna_adapter"
8661version = "1.2.1"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8664dependencies = [
8665 "icu_normalizer",
8666 "icu_properties",
8667]
8668
8669[[package]]
8670name = "ignore"
8671version = "0.4.24"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8674dependencies = [
8675 "crossbeam-deque",
8676 "globset",
8677 "log",
8678 "memchr",
8679 "regex-automata",
8680 "same-file",
8681 "walkdir",
8682 "winapi-util",
8683]
8684
8685[[package]]
8686name = "image"
8687version = "0.25.8"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8690dependencies = [
8691 "bytemuck",
8692 "byteorder-lite",
8693 "color_quant",
8694 "exr",
8695 "gif",
8696 "image-webp",
8697 "moxcms",
8698 "num-traits",
8699 "png 0.18.0",
8700 "qoi",
8701 "ravif",
8702 "rayon",
8703 "rgb",
8704 "tiff",
8705 "zune-core",
8706 "zune-jpeg",
8707]
8708
8709[[package]]
8710name = "image-webp"
8711version = "0.2.4"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8714dependencies = [
8715 "byteorder-lite",
8716 "quick-error 2.0.1",
8717]
8718
8719[[package]]
8720name = "image_viewer"
8721version = "0.1.0"
8722dependencies = [
8723 "anyhow",
8724 "db",
8725 "editor",
8726 "file_icons",
8727 "gpui",
8728 "language",
8729 "log",
8730 "project",
8731 "serde",
8732 "settings",
8733 "theme",
8734 "ui",
8735 "util",
8736 "workspace",
8737]
8738
8739[[package]]
8740name = "imagesize"
8741version = "0.13.0"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8744
8745[[package]]
8746name = "imara-diff"
8747version = "0.1.8"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8750dependencies = [
8751 "hashbrown 0.15.5",
8752]
8753
8754[[package]]
8755name = "imgref"
8756version = "1.12.0"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8759
8760[[package]]
8761name = "indenter"
8762version = "0.3.4"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8765
8766[[package]]
8767name = "indexmap"
8768version = "2.11.4"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8771dependencies = [
8772 "equivalent",
8773 "hashbrown 0.16.1",
8774 "serde",
8775 "serde_core",
8776]
8777
8778[[package]]
8779name = "indoc"
8780version = "2.0.6"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8783
8784[[package]]
8785name = "inherent"
8786version = "1.0.13"
8787source = "registry+https://github.com/rust-lang/crates.io-index"
8788checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8789dependencies = [
8790 "proc-macro2",
8791 "quote",
8792 "syn 2.0.117",
8793]
8794
8795[[package]]
8796name = "inotify"
8797version = "0.9.6"
8798source = "registry+https://github.com/rust-lang/crates.io-index"
8799checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8800dependencies = [
8801 "bitflags 1.3.2",
8802 "inotify-sys",
8803 "libc",
8804]
8805
8806[[package]]
8807name = "inotify"
8808version = "0.11.0"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8811dependencies = [
8812 "bitflags 2.10.0",
8813 "inotify-sys",
8814 "libc",
8815]
8816
8817[[package]]
8818name = "inotify-sys"
8819version = "0.1.5"
8820source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8822dependencies = [
8823 "libc",
8824]
8825
8826[[package]]
8827name = "inout"
8828version = "0.1.4"
8829source = "registry+https://github.com/rust-lang/crates.io-index"
8830checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8831dependencies = [
8832 "block-padding",
8833 "generic-array",
8834]
8835
8836[[package]]
8837name = "inspector_ui"
8838version = "0.1.0"
8839dependencies = [
8840 "anyhow",
8841 "command_palette_hooks",
8842 "editor",
8843 "fuzzy",
8844 "gpui",
8845 "language",
8846 "project",
8847 "serde_json",
8848 "serde_json_lenient",
8849 "theme",
8850 "ui",
8851 "util",
8852 "util_macros",
8853 "workspace",
8854 "zed_actions",
8855]
8856
8857[[package]]
8858name = "install_cli"
8859version = "0.1.0"
8860dependencies = [
8861 "anyhow",
8862 "client",
8863 "gpui",
8864 "release_channel",
8865 "smol",
8866 "util",
8867 "workspace",
8868]
8869
8870[[package]]
8871name = "instant"
8872version = "0.1.13"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8875dependencies = [
8876 "cfg-if",
8877]
8878
8879[[package]]
8880name = "interpolate_name"
8881version = "0.2.4"
8882source = "registry+https://github.com/rust-lang/crates.io-index"
8883checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8884dependencies = [
8885 "proc-macro2",
8886 "quote",
8887 "syn 2.0.117",
8888]
8889
8890[[package]]
8891name = "inventory"
8892version = "0.3.21"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8895dependencies = [
8896 "rustversion",
8897]
8898
8899[[package]]
8900name = "io-extras"
8901version = "0.18.4"
8902source = "registry+https://github.com/rust-lang/crates.io-index"
8903checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8904dependencies = [
8905 "io-lifetimes",
8906 "windows-sys 0.59.0",
8907]
8908
8909[[package]]
8910name = "io-lifetimes"
8911version = "2.0.4"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8914
8915[[package]]
8916name = "io-surface"
8917version = "0.16.1"
8918source = "registry+https://github.com/rust-lang/crates.io-index"
8919checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8920dependencies = [
8921 "cgl",
8922 "core-foundation 0.10.0",
8923 "core-foundation-sys",
8924 "leaky-cow",
8925]
8926
8927[[package]]
8928name = "iovec"
8929version = "0.1.4"
8930source = "registry+https://github.com/rust-lang/crates.io-index"
8931checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8932dependencies = [
8933 "libc",
8934]
8935
8936[[package]]
8937name = "ipc-channel"
8938version = "0.19.0"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8941dependencies = [
8942 "bincode",
8943 "crossbeam-channel",
8944 "fnv",
8945 "lazy_static",
8946 "libc",
8947 "mio 1.1.0",
8948 "rand 0.8.5",
8949 "serde",
8950 "tempfile",
8951 "uuid",
8952 "windows 0.58.0",
8953]
8954
8955[[package]]
8956name = "ipnet"
8957version = "2.11.0"
8958source = "registry+https://github.com/rust-lang/crates.io-index"
8959checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8960
8961[[package]]
8962name = "iri-string"
8963version = "0.7.8"
8964source = "registry+https://github.com/rust-lang/crates.io-index"
8965checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8966dependencies = [
8967 "memchr",
8968 "serde",
8969]
8970
8971[[package]]
8972name = "is-docker"
8973version = "0.2.0"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8976dependencies = [
8977 "once_cell",
8978]
8979
8980[[package]]
8981name = "is-terminal"
8982version = "0.4.16"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8985dependencies = [
8986 "hermit-abi",
8987 "libc",
8988 "windows-sys 0.59.0",
8989]
8990
8991[[package]]
8992name = "is-wsl"
8993version = "0.4.0"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8996dependencies = [
8997 "is-docker",
8998 "once_cell",
8999]
9000
9001[[package]]
9002name = "is_executable"
9003version = "1.0.5"
9004source = "registry+https://github.com/rust-lang/crates.io-index"
9005checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9006dependencies = [
9007 "windows-sys 0.60.2",
9008]
9009
9010[[package]]
9011name = "is_terminal_polyfill"
9012version = "1.70.1"
9013source = "registry+https://github.com/rust-lang/crates.io-index"
9014checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9015
9016[[package]]
9017name = "itertools"
9018version = "0.10.5"
9019source = "registry+https://github.com/rust-lang/crates.io-index"
9020checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9021dependencies = [
9022 "either",
9023]
9024
9025[[package]]
9026name = "itertools"
9027version = "0.11.0"
9028source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9030dependencies = [
9031 "either",
9032]
9033
9034[[package]]
9035name = "itertools"
9036version = "0.12.1"
9037source = "registry+https://github.com/rust-lang/crates.io-index"
9038checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9039dependencies = [
9040 "either",
9041]
9042
9043[[package]]
9044name = "itertools"
9045version = "0.14.0"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9048dependencies = [
9049 "either",
9050]
9051
9052[[package]]
9053name = "itoa"
9054version = "1.0.15"
9055source = "registry+https://github.com/rust-lang/crates.io-index"
9056checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9057
9058[[package]]
9059name = "jiff"
9060version = "0.2.15"
9061source = "registry+https://github.com/rust-lang/crates.io-index"
9062checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9063dependencies = [
9064 "jiff-static",
9065 "log",
9066 "portable-atomic",
9067 "portable-atomic-util",
9068 "serde",
9069]
9070
9071[[package]]
9072name = "jiff-static"
9073version = "0.2.15"
9074source = "registry+https://github.com/rust-lang/crates.io-index"
9075checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9076dependencies = [
9077 "proc-macro2",
9078 "quote",
9079 "syn 2.0.117",
9080]
9081
9082[[package]]
9083name = "jni"
9084version = "0.21.1"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9087dependencies = [
9088 "cesu8",
9089 "cfg-if",
9090 "combine",
9091 "jni-sys",
9092 "log",
9093 "thiserror 1.0.69",
9094 "walkdir",
9095 "windows-sys 0.45.0",
9096]
9097
9098[[package]]
9099name = "jni-sys"
9100version = "0.3.0"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9103
9104[[package]]
9105name = "jobserver"
9106version = "0.1.34"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9109dependencies = [
9110 "getrandom 0.3.4",
9111 "libc",
9112]
9113
9114[[package]]
9115name = "journal"
9116version = "0.1.0"
9117dependencies = [
9118 "anyhow",
9119 "chrono",
9120 "editor",
9121 "gpui",
9122 "log",
9123 "serde",
9124 "settings",
9125 "shellexpand 2.1.2",
9126 "workspace",
9127]
9128
9129[[package]]
9130name = "js-sys"
9131version = "0.3.90"
9132source = "registry+https://github.com/rust-lang/crates.io-index"
9133checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9134dependencies = [
9135 "once_cell",
9136 "wasm-bindgen",
9137]
9138
9139[[package]]
9140name = "json5"
9141version = "0.4.1"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9144dependencies = [
9145 "pest",
9146 "pest_derive",
9147 "serde",
9148]
9149
9150[[package]]
9151name = "json_dotpath"
9152version = "1.1.0"
9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9155dependencies = [
9156 "serde",
9157 "serde_derive",
9158 "serde_json",
9159 "thiserror 1.0.69",
9160]
9161
9162[[package]]
9163name = "json_schema_store"
9164version = "0.1.0"
9165dependencies = [
9166 "anyhow",
9167 "collections",
9168 "dap",
9169 "extension",
9170 "gpui",
9171 "language",
9172 "parking_lot",
9173 "paths",
9174 "project",
9175 "schemars",
9176 "serde",
9177 "serde_json",
9178 "settings",
9179 "snippet_provider",
9180 "task",
9181 "theme",
9182 "util",
9183]
9184
9185[[package]]
9186name = "jsonschema"
9187version = "0.37.4"
9188source = "registry+https://github.com/rust-lang/crates.io-index"
9189checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9190dependencies = [
9191 "ahash 0.8.12",
9192 "bytecount",
9193 "data-encoding",
9194 "email_address",
9195 "fancy-regex 0.16.2",
9196 "fraction",
9197 "getrandom 0.3.4",
9198 "idna",
9199 "itoa",
9200 "num-cmp",
9201 "num-traits",
9202 "percent-encoding",
9203 "referencing",
9204 "regex",
9205 "regex-syntax",
9206 "reqwest 0.12.24",
9207 "serde",
9208 "serde_json",
9209 "unicode-general-category",
9210 "uuid-simd",
9211]
9212
9213[[package]]
9214name = "jsonwebtoken"
9215version = "10.3.0"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9218dependencies = [
9219 "aws-lc-rs",
9220 "base64 0.22.1",
9221 "getrandom 0.2.16",
9222 "js-sys",
9223 "pem",
9224 "serde",
9225 "serde_json",
9226 "signature 2.2.0",
9227 "simple_asn1",
9228]
9229
9230[[package]]
9231name = "jupyter-protocol"
9232version = "1.4.0"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9235dependencies = [
9236 "async-trait",
9237 "bytes 1.11.1",
9238 "chrono",
9239 "futures 0.3.31",
9240 "serde",
9241 "serde_json",
9242 "thiserror 2.0.17",
9243 "uuid",
9244]
9245
9246[[package]]
9247name = "jupyter-websocket-client"
9248version = "1.0.0"
9249source = "registry+https://github.com/rust-lang/crates.io-index"
9250checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9251dependencies = [
9252 "anyhow",
9253 "async-trait",
9254 "async-tungstenite",
9255 "futures 0.3.31",
9256 "jupyter-protocol",
9257 "serde",
9258 "serde_json",
9259 "tokio",
9260 "url",
9261 "uuid",
9262]
9263
9264[[package]]
9265name = "keymap_editor"
9266version = "0.1.0"
9267dependencies = [
9268 "anyhow",
9269 "collections",
9270 "command_palette",
9271 "component",
9272 "db",
9273 "editor",
9274 "fs",
9275 "fuzzy",
9276 "gpui",
9277 "itertools 0.14.0",
9278 "json_schema_store",
9279 "language",
9280 "log",
9281 "menu",
9282 "notifications",
9283 "paths",
9284 "project",
9285 "search",
9286 "serde",
9287 "serde_json",
9288 "settings",
9289 "telemetry",
9290 "tempfile",
9291 "theme",
9292 "tree-sitter-json",
9293 "tree-sitter-rust",
9294 "ui",
9295 "ui_input",
9296 "util",
9297 "workspace",
9298 "zed_actions",
9299]
9300
9301[[package]]
9302name = "khronos-egl"
9303version = "6.0.0"
9304source = "registry+https://github.com/rust-lang/crates.io-index"
9305checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9306dependencies = [
9307 "libc",
9308 "libloading",
9309 "pkg-config",
9310]
9311
9312[[package]]
9313name = "khronos_api"
9314version = "3.1.0"
9315source = "registry+https://github.com/rust-lang/crates.io-index"
9316checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9317
9318[[package]]
9319name = "kqueue"
9320version = "1.1.1"
9321source = "registry+https://github.com/rust-lang/crates.io-index"
9322checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9323dependencies = [
9324 "kqueue-sys",
9325 "libc",
9326]
9327
9328[[package]]
9329name = "kqueue-sys"
9330version = "1.0.4"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9333dependencies = [
9334 "bitflags 1.3.2",
9335 "libc",
9336]
9337
9338[[package]]
9339name = "kurbo"
9340version = "0.11.3"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9343dependencies = [
9344 "arrayvec",
9345 "euclid",
9346 "smallvec",
9347]
9348
9349[[package]]
9350name = "kv-log-macro"
9351version = "1.0.7"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9354dependencies = [
9355 "log",
9356]
9357
9358[[package]]
9359name = "language"
9360version = "0.1.0"
9361dependencies = [
9362 "anyhow",
9363 "async-trait",
9364 "clock",
9365 "collections",
9366 "ctor",
9367 "diffy",
9368 "ec4rs",
9369 "encoding_rs",
9370 "fs",
9371 "futures 0.3.31",
9372 "fuzzy",
9373 "globset",
9374 "gpui",
9375 "http_client",
9376 "imara-diff",
9377 "indoc",
9378 "itertools 0.14.0",
9379 "log",
9380 "lsp",
9381 "parking_lot",
9382 "postage",
9383 "pretty_assertions",
9384 "rand 0.9.2",
9385 "regex",
9386 "rpc",
9387 "schemars",
9388 "semver",
9389 "serde",
9390 "serde_json",
9391 "settings",
9392 "shellexpand 2.1.2",
9393 "smallvec",
9394 "smol",
9395 "streaming-iterator",
9396 "strsim",
9397 "sum_tree",
9398 "task",
9399 "text",
9400 "theme",
9401 "toml 0.8.23",
9402 "tracing",
9403 "tree-sitter",
9404 "tree-sitter-elixir",
9405 "tree-sitter-embedded-template",
9406 "tree-sitter-heex",
9407 "tree-sitter-html",
9408 "tree-sitter-json",
9409 "tree-sitter-md",
9410 "tree-sitter-python",
9411 "tree-sitter-ruby",
9412 "tree-sitter-rust",
9413 "tree-sitter-typescript",
9414 "unicase",
9415 "unindent",
9416 "util",
9417 "watch",
9418 "zlog",
9419 "ztracing",
9420]
9421
9422[[package]]
9423name = "language_extension"
9424version = "0.1.0"
9425dependencies = [
9426 "anyhow",
9427 "async-trait",
9428 "collections",
9429 "extension",
9430 "fs",
9431 "futures 0.3.31",
9432 "gpui",
9433 "language",
9434 "log",
9435 "lsp",
9436 "project",
9437 "serde",
9438 "serde_json",
9439 "tracing",
9440 "util",
9441 "ztracing",
9442]
9443
9444[[package]]
9445name = "language_model"
9446version = "0.1.0"
9447dependencies = [
9448 "anthropic",
9449 "anyhow",
9450 "base64 0.22.1",
9451 "client",
9452 "cloud_api_client",
9453 "cloud_api_types",
9454 "cloud_llm_client",
9455 "collections",
9456 "credentials_provider",
9457 "futures 0.3.31",
9458 "gpui",
9459 "http_client",
9460 "icons",
9461 "image",
9462 "log",
9463 "open_ai",
9464 "open_router",
9465 "parking_lot",
9466 "proto",
9467 "schemars",
9468 "serde",
9469 "serde_json",
9470 "settings",
9471 "smol",
9472 "thiserror 2.0.17",
9473 "util",
9474 "zed_env_vars",
9475]
9476
9477[[package]]
9478name = "language_models"
9479version = "0.1.0"
9480dependencies = [
9481 "ai_onboarding",
9482 "anthropic",
9483 "anyhow",
9484 "aws-config",
9485 "aws-credential-types",
9486 "aws_http_client",
9487 "base64 0.22.1",
9488 "bedrock",
9489 "client",
9490 "cloud_api_types",
9491 "cloud_llm_client",
9492 "collections",
9493 "component",
9494 "convert_case 0.8.0",
9495 "copilot",
9496 "copilot_chat",
9497 "copilot_ui",
9498 "credentials_provider",
9499 "deepseek",
9500 "extension",
9501 "extension_host",
9502 "fs",
9503 "futures 0.3.31",
9504 "google_ai",
9505 "gpui",
9506 "gpui_tokio",
9507 "http_client",
9508 "language",
9509 "language_model",
9510 "lmstudio",
9511 "log",
9512 "menu",
9513 "mistral",
9514 "ollama",
9515 "open_ai",
9516 "open_router",
9517 "opencode",
9518 "partial-json-fixer",
9519 "pretty_assertions",
9520 "release_channel",
9521 "schemars",
9522 "semver",
9523 "serde",
9524 "serde_json",
9525 "settings",
9526 "smol",
9527 "strum 0.27.2",
9528 "thiserror 2.0.17",
9529 "tiktoken-rs",
9530 "tokio",
9531 "ui",
9532 "ui_input",
9533 "util",
9534 "vercel",
9535 "x_ai",
9536]
9537
9538[[package]]
9539name = "language_onboarding"
9540version = "0.1.0"
9541dependencies = [
9542 "db",
9543 "editor",
9544 "gpui",
9545 "project",
9546 "ui",
9547 "workspace",
9548]
9549
9550[[package]]
9551name = "language_selector"
9552version = "0.1.0"
9553dependencies = [
9554 "anyhow",
9555 "editor",
9556 "file_icons",
9557 "fuzzy",
9558 "gpui",
9559 "language",
9560 "open_path_prompt",
9561 "picker",
9562 "project",
9563 "serde_json",
9564 "settings",
9565 "ui",
9566 "util",
9567 "workspace",
9568]
9569
9570[[package]]
9571name = "language_tools"
9572version = "0.1.0"
9573dependencies = [
9574 "anyhow",
9575 "client",
9576 "collections",
9577 "command_palette_hooks",
9578 "edit_prediction",
9579 "editor",
9580 "futures 0.3.31",
9581 "gpui",
9582 "itertools 0.14.0",
9583 "language",
9584 "lsp",
9585 "menu",
9586 "project",
9587 "proto",
9588 "release_channel",
9589 "semver",
9590 "serde_json",
9591 "settings",
9592 "sysinfo 0.37.2",
9593 "telemetry",
9594 "theme",
9595 "tree-sitter",
9596 "ui",
9597 "util",
9598 "workspace",
9599 "zed_actions",
9600 "zlog",
9601]
9602
9603[[package]]
9604name = "languages"
9605version = "0.1.0"
9606dependencies = [
9607 "anyhow",
9608 "async-compression",
9609 "async-fs",
9610 "async-tar",
9611 "async-trait",
9612 "chrono",
9613 "collections",
9614 "futures 0.3.31",
9615 "globset",
9616 "gpui",
9617 "http_client",
9618 "itertools 0.14.0",
9619 "json_schema_store",
9620 "language",
9621 "log",
9622 "lsp",
9623 "node_runtime",
9624 "parking_lot",
9625 "pet",
9626 "pet-conda",
9627 "pet-core",
9628 "pet-fs",
9629 "pet-poetry",
9630 "pet-reporter",
9631 "pet-virtualenv",
9632 "pretty_assertions",
9633 "project",
9634 "regex",
9635 "rope",
9636 "rust-embed",
9637 "semver",
9638 "serde",
9639 "serde_json",
9640 "serde_json_lenient",
9641 "settings",
9642 "smallvec",
9643 "smol",
9644 "snippet",
9645 "task",
9646 "terminal",
9647 "theme",
9648 "toml 0.8.23",
9649 "tree-sitter",
9650 "tree-sitter-bash",
9651 "tree-sitter-c",
9652 "tree-sitter-cpp",
9653 "tree-sitter-css",
9654 "tree-sitter-diff",
9655 "tree-sitter-gitcommit",
9656 "tree-sitter-go",
9657 "tree-sitter-gomod",
9658 "tree-sitter-gowork",
9659 "tree-sitter-jsdoc",
9660 "tree-sitter-json",
9661 "tree-sitter-md",
9662 "tree-sitter-python",
9663 "tree-sitter-regex",
9664 "tree-sitter-rust",
9665 "tree-sitter-typescript",
9666 "tree-sitter-yaml",
9667 "unindent",
9668 "url",
9669 "util",
9670]
9671
9672[[package]]
9673name = "lazy_static"
9674version = "1.5.0"
9675source = "registry+https://github.com/rust-lang/crates.io-index"
9676checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9677dependencies = [
9678 "spin 0.9.8",
9679]
9680
9681[[package]]
9682name = "leak"
9683version = "0.1.2"
9684source = "registry+https://github.com/rust-lang/crates.io-index"
9685checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9686
9687[[package]]
9688name = "leaky-cow"
9689version = "0.1.1"
9690source = "registry+https://github.com/rust-lang/crates.io-index"
9691checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9692dependencies = [
9693 "leak",
9694]
9695
9696[[package]]
9697name = "leb128"
9698version = "0.2.5"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9701
9702[[package]]
9703name = "leb128fmt"
9704version = "0.1.0"
9705source = "registry+https://github.com/rust-lang/crates.io-index"
9706checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9707
9708[[package]]
9709name = "lebe"
9710version = "0.5.3"
9711source = "registry+https://github.com/rust-lang/crates.io-index"
9712checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9713
9714[[package]]
9715name = "libc"
9716version = "0.2.182"
9717source = "registry+https://github.com/rust-lang/crates.io-index"
9718checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9719
9720[[package]]
9721name = "libdbus-sys"
9722version = "0.2.6"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9725dependencies = [
9726 "cc",
9727 "pkg-config",
9728]
9729
9730[[package]]
9731name = "libfuzzer-sys"
9732version = "0.4.10"
9733source = "registry+https://github.com/rust-lang/crates.io-index"
9734checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9735dependencies = [
9736 "arbitrary",
9737 "cc",
9738]
9739
9740[[package]]
9741name = "libgit2-sys"
9742version = "0.18.3+1.9.2"
9743source = "registry+https://github.com/rust-lang/crates.io-index"
9744checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9745dependencies = [
9746 "cc",
9747 "libc",
9748 "libz-sys",
9749 "pkg-config",
9750]
9751
9752[[package]]
9753name = "libloading"
9754version = "0.8.9"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9757dependencies = [
9758 "cfg-if",
9759 "windows-link 0.2.1",
9760]
9761
9762[[package]]
9763name = "libm"
9764version = "0.2.15"
9765source = "registry+https://github.com/rust-lang/crates.io-index"
9766checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9767
9768[[package]]
9769name = "libmimalloc-sys"
9770version = "0.1.44"
9771source = "registry+https://github.com/rust-lang/crates.io-index"
9772checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9773dependencies = [
9774 "cc",
9775 "libc",
9776]
9777
9778[[package]]
9779name = "libredox"
9780version = "0.1.10"
9781source = "registry+https://github.com/rust-lang/crates.io-index"
9782checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9783dependencies = [
9784 "bitflags 2.10.0",
9785 "libc",
9786 "redox_syscall 0.5.18",
9787]
9788
9789[[package]]
9790name = "libsqlite3-sys"
9791version = "0.30.1"
9792source = "registry+https://github.com/rust-lang/crates.io-index"
9793checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9794dependencies = [
9795 "cc",
9796 "pkg-config",
9797 "vcpkg",
9798]
9799
9800[[package]]
9801name = "libwebrtc"
9802version = "0.3.26"
9803source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9804dependencies = [
9805 "cxx",
9806 "glib",
9807 "jni",
9808 "js-sys",
9809 "lazy_static",
9810 "livekit-protocol",
9811 "livekit-runtime",
9812 "log",
9813 "parking_lot",
9814 "serde",
9815 "serde_json",
9816 "thiserror 1.0.69",
9817 "tokio",
9818 "wasm-bindgen",
9819 "wasm-bindgen-futures",
9820 "web-sys",
9821 "webrtc-sys",
9822]
9823
9824[[package]]
9825name = "libz-sys"
9826version = "1.1.22"
9827source = "registry+https://github.com/rust-lang/crates.io-index"
9828checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9829dependencies = [
9830 "cc",
9831 "libc",
9832 "pkg-config",
9833 "vcpkg",
9834]
9835
9836[[package]]
9837name = "line_ending_selector"
9838version = "0.1.0"
9839dependencies = [
9840 "editor",
9841 "gpui",
9842 "language",
9843 "picker",
9844 "project",
9845 "ui",
9846 "util",
9847 "workspace",
9848]
9849
9850[[package]]
9851name = "linebender_resource_handle"
9852version = "0.1.1"
9853source = "registry+https://github.com/rust-lang/crates.io-index"
9854checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9855
9856[[package]]
9857name = "link-cplusplus"
9858version = "1.0.12"
9859source = "registry+https://github.com/rust-lang/crates.io-index"
9860checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9861dependencies = [
9862 "cc",
9863]
9864
9865[[package]]
9866name = "linkify"
9867version = "0.10.0"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9870dependencies = [
9871 "memchr",
9872]
9873
9874[[package]]
9875name = "linux-raw-sys"
9876version = "0.4.15"
9877source = "registry+https://github.com/rust-lang/crates.io-index"
9878checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9879
9880[[package]]
9881name = "linux-raw-sys"
9882version = "0.11.0"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9885
9886[[package]]
9887name = "litemap"
9888version = "0.8.0"
9889source = "registry+https://github.com/rust-lang/crates.io-index"
9890checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9891
9892[[package]]
9893name = "litrs"
9894version = "1.0.0"
9895source = "registry+https://github.com/rust-lang/crates.io-index"
9896checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9897
9898[[package]]
9899name = "livekit"
9900version = "0.7.32"
9901source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9902dependencies = [
9903 "base64 0.22.1",
9904 "bmrng",
9905 "bytes 1.11.1",
9906 "chrono",
9907 "futures-util",
9908 "lazy_static",
9909 "libloading",
9910 "libwebrtc",
9911 "livekit-api",
9912 "livekit-protocol",
9913 "livekit-runtime",
9914 "log",
9915 "parking_lot",
9916 "prost 0.12.6",
9917 "semver",
9918 "serde",
9919 "serde_json",
9920 "thiserror 1.0.69",
9921 "tokio",
9922]
9923
9924[[package]]
9925name = "livekit-api"
9926version = "0.4.14"
9927source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9928dependencies = [
9929 "base64 0.21.7",
9930 "futures-util",
9931 "http 1.3.1",
9932 "livekit-protocol",
9933 "livekit-runtime",
9934 "log",
9935 "parking_lot",
9936 "pbjson-types",
9937 "prost 0.12.6",
9938 "rand 0.9.2",
9939 "reqwest 0.12.24",
9940 "rustls-native-certs 0.6.3",
9941 "scopeguard",
9942 "serde",
9943 "sha2",
9944 "thiserror 1.0.69",
9945 "tokio",
9946 "tokio-rustls 0.26.2",
9947 "tokio-tungstenite 0.28.0",
9948 "url",
9949]
9950
9951[[package]]
9952name = "livekit-protocol"
9953version = "0.7.1"
9954source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9955dependencies = [
9956 "futures-util",
9957 "livekit-runtime",
9958 "parking_lot",
9959 "pbjson",
9960 "pbjson-types",
9961 "prost 0.12.6",
9962 "serde",
9963 "thiserror 1.0.69",
9964 "tokio",
9965]
9966
9967[[package]]
9968name = "livekit-runtime"
9969version = "0.4.0"
9970source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9971dependencies = [
9972 "tokio",
9973 "tokio-stream",
9974]
9975
9976[[package]]
9977name = "livekit_api"
9978version = "0.1.0"
9979dependencies = [
9980 "anyhow",
9981 "async-trait",
9982 "jsonwebtoken",
9983 "log",
9984 "prost 0.9.0",
9985 "prost-build 0.9.0",
9986 "prost-types 0.9.0",
9987 "serde",
9988 "zed-reqwest",
9989]
9990
9991[[package]]
9992name = "livekit_client"
9993version = "0.1.0"
9994dependencies = [
9995 "anyhow",
9996 "async-trait",
9997 "audio",
9998 "cocoa 0.26.0",
9999 "collections",
10000 "core-foundation 0.10.0",
10001 "core-video",
10002 "coreaudio-rs 0.12.1",
10003 "cpal",
10004 "futures 0.3.31",
10005 "gpui",
10006 "gpui_platform",
10007 "gpui_tokio",
10008 "http_client_tls",
10009 "image",
10010 "libwebrtc",
10011 "livekit",
10012 "livekit_api",
10013 "log",
10014 "nanoid",
10015 "objc",
10016 "parking_lot",
10017 "postage",
10018 "rodio",
10019 "serde",
10020 "serde_json",
10021 "serde_urlencoded",
10022 "settings",
10023 "simplelog",
10024 "smallvec",
10025 "tokio",
10026 "ui",
10027 "util",
10028 "webrtc-sys",
10029 "zed-scap",
10030]
10031
10032[[package]]
10033name = "lmdb-master-sys"
10034version = "0.2.5"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10037dependencies = [
10038 "cc",
10039 "doxygen-rs",
10040 "libc",
10041]
10042
10043[[package]]
10044name = "lmstudio"
10045version = "0.1.0"
10046dependencies = [
10047 "anyhow",
10048 "futures 0.3.31",
10049 "http_client",
10050 "schemars",
10051 "serde",
10052 "serde_json",
10053]
10054
10055[[package]]
10056name = "lock_api"
10057version = "0.4.14"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10060dependencies = [
10061 "scopeguard",
10062]
10063
10064[[package]]
10065name = "log"
10066version = "0.4.29"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10069dependencies = [
10070 "serde_core",
10071 "value-bag",
10072]
10073
10074[[package]]
10075name = "loom"
10076version = "0.7.2"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10079dependencies = [
10080 "cfg-if",
10081 "generator",
10082 "scoped-tls",
10083 "tracing",
10084 "tracing-subscriber",
10085]
10086
10087[[package]]
10088name = "loop9"
10089version = "0.1.5"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10092dependencies = [
10093 "imgref",
10094]
10095
10096[[package]]
10097name = "lru"
10098version = "0.12.5"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10101dependencies = [
10102 "hashbrown 0.15.5",
10103]
10104
10105[[package]]
10106name = "lru-slab"
10107version = "0.1.2"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10110
10111[[package]]
10112name = "lsp"
10113version = "0.1.0"
10114dependencies = [
10115 "anyhow",
10116 "async-pipe",
10117 "collections",
10118 "ctor",
10119 "futures 0.3.31",
10120 "gpui",
10121 "gpui_util",
10122 "log",
10123 "lsp-types",
10124 "parking_lot",
10125 "postage",
10126 "release_channel",
10127 "schemars",
10128 "semver",
10129 "serde",
10130 "serde_json",
10131 "smol",
10132 "util",
10133 "zlog",
10134]
10135
10136[[package]]
10137name = "lsp-types"
10138version = "0.95.1"
10139source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10140dependencies = [
10141 "bitflags 1.3.2",
10142 "serde",
10143 "serde_json",
10144 "url",
10145]
10146
10147[[package]]
10148name = "lyon"
10149version = "1.0.16"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10152dependencies = [
10153 "lyon_algorithms",
10154 "lyon_extra",
10155 "lyon_tessellation",
10156]
10157
10158[[package]]
10159name = "lyon_algorithms"
10160version = "1.0.16"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10163dependencies = [
10164 "lyon_path",
10165 "num-traits",
10166]
10167
10168[[package]]
10169name = "lyon_extra"
10170version = "1.0.3"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10173dependencies = [
10174 "lyon_path",
10175 "thiserror 1.0.69",
10176]
10177
10178[[package]]
10179name = "lyon_geom"
10180version = "1.0.17"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10183dependencies = [
10184 "arrayvec",
10185 "euclid",
10186 "num-traits",
10187]
10188
10189[[package]]
10190name = "lyon_path"
10191version = "1.0.16"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10194dependencies = [
10195 "lyon_geom",
10196 "num-traits",
10197]
10198
10199[[package]]
10200name = "lyon_tessellation"
10201version = "1.0.16"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10204dependencies = [
10205 "float_next_after",
10206 "lyon_path",
10207 "num-traits",
10208]
10209
10210[[package]]
10211name = "mac"
10212version = "0.1.1"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10215
10216[[package]]
10217name = "mach2"
10218version = "0.4.3"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10221dependencies = [
10222 "libc",
10223]
10224
10225[[package]]
10226name = "mach2"
10227version = "0.5.0"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10230dependencies = [
10231 "libc",
10232]
10233
10234[[package]]
10235name = "malloc_buf"
10236version = "0.0.6"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10239dependencies = [
10240 "libc",
10241]
10242
10243[[package]]
10244name = "maplit"
10245version = "1.0.2"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10248
10249[[package]]
10250name = "markdown"
10251version = "0.1.0"
10252dependencies = [
10253 "assets",
10254 "base64 0.22.1",
10255 "collections",
10256 "env_logger 0.11.8",
10257 "fs",
10258 "futures 0.3.31",
10259 "gpui",
10260 "gpui_platform",
10261 "language",
10262 "languages",
10263 "linkify",
10264 "log",
10265 "node_runtime",
10266 "pulldown-cmark 0.13.0",
10267 "settings",
10268 "sum_tree",
10269 "theme",
10270 "ui",
10271 "util",
10272]
10273
10274[[package]]
10275name = "markdown_preview"
10276version = "0.1.0"
10277dependencies = [
10278 "anyhow",
10279 "async-recursion",
10280 "collections",
10281 "editor",
10282 "gpui",
10283 "html5ever 0.27.0",
10284 "language",
10285 "linkify",
10286 "log",
10287 "markdown",
10288 "markup5ever_rcdom",
10289 "mermaid-rs-renderer",
10290 "pretty_assertions",
10291 "pulldown-cmark 0.13.0",
10292 "settings",
10293 "stacksafe",
10294 "theme",
10295 "ui",
10296 "urlencoding",
10297 "util",
10298 "workspace",
10299 "zed_actions",
10300]
10301
10302[[package]]
10303name = "markup5ever"
10304version = "0.12.1"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10307dependencies = [
10308 "log",
10309 "phf 0.11.3",
10310 "phf_codegen",
10311 "string_cache",
10312 "string_cache_codegen",
10313 "tendril",
10314]
10315
10316[[package]]
10317name = "markup5ever"
10318version = "0.35.0"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10321dependencies = [
10322 "log",
10323 "tendril",
10324 "web_atoms",
10325]
10326
10327[[package]]
10328name = "markup5ever_rcdom"
10329version = "0.3.0"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10332dependencies = [
10333 "html5ever 0.27.0",
10334 "markup5ever 0.12.1",
10335 "tendril",
10336 "xml5ever",
10337]
10338
10339[[package]]
10340name = "match_token"
10341version = "0.35.0"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10344dependencies = [
10345 "proc-macro2",
10346 "quote",
10347 "syn 2.0.117",
10348]
10349
10350[[package]]
10351name = "matchers"
10352version = "0.2.0"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10355dependencies = [
10356 "regex-automata",
10357]
10358
10359[[package]]
10360name = "matchit"
10361version = "0.7.3"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10364
10365[[package]]
10366name = "maybe-owned"
10367version = "0.3.4"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10370
10371[[package]]
10372name = "maybe-rayon"
10373version = "0.1.1"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10376dependencies = [
10377 "cfg-if",
10378 "rayon",
10379]
10380
10381[[package]]
10382name = "md-5"
10383version = "0.10.6"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10386dependencies = [
10387 "cfg-if",
10388 "digest",
10389]
10390
10391[[package]]
10392name = "mdbook"
10393version = "0.4.40"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10396dependencies = [
10397 "ammonia",
10398 "anyhow",
10399 "chrono",
10400 "clap",
10401 "clap_complete",
10402 "elasticlunr-rs",
10403 "env_logger 0.11.8",
10404 "futures-util",
10405 "handlebars 5.1.2",
10406 "ignore",
10407 "log",
10408 "memchr",
10409 "notify 6.1.1",
10410 "notify-debouncer-mini",
10411 "once_cell",
10412 "opener",
10413 "pathdiff",
10414 "pulldown-cmark 0.10.3",
10415 "regex",
10416 "serde",
10417 "serde_json",
10418 "shlex",
10419 "tempfile",
10420 "tokio",
10421 "toml 0.5.11",
10422 "topological-sort",
10423 "walkdir",
10424 "warp",
10425]
10426
10427[[package]]
10428name = "media"
10429version = "0.1.0"
10430dependencies = [
10431 "anyhow",
10432 "bindgen 0.71.1",
10433 "core-foundation 0.10.0",
10434 "core-video",
10435 "ctor",
10436 "foreign-types 0.5.0",
10437 "metal",
10438 "objc",
10439]
10440
10441[[package]]
10442name = "memchr"
10443version = "2.7.6"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10446
10447[[package]]
10448name = "memfd"
10449version = "0.6.5"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10452dependencies = [
10453 "rustix 1.1.2",
10454]
10455
10456[[package]]
10457name = "memmap2"
10458version = "0.9.8"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10461dependencies = [
10462 "libc",
10463 "stable_deref_trait",
10464]
10465
10466[[package]]
10467name = "memoffset"
10468version = "0.9.1"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10471dependencies = [
10472 "autocfg",
10473]
10474
10475[[package]]
10476name = "menu"
10477version = "0.1.0"
10478dependencies = [
10479 "gpui",
10480]
10481
10482[[package]]
10483name = "merge"
10484version = "0.1.0"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10487dependencies = [
10488 "merge_derive",
10489 "num-traits",
10490]
10491
10492[[package]]
10493name = "merge_derive"
10494version = "0.1.0"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10497dependencies = [
10498 "proc-macro-error",
10499 "proc-macro2",
10500 "quote",
10501 "syn 1.0.109",
10502]
10503
10504[[package]]
10505name = "mermaid-rs-renderer"
10506version = "0.2.0"
10507source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10508dependencies = [
10509 "anyhow",
10510 "fontdb 0.16.2",
10511 "json5",
10512 "once_cell",
10513 "regex",
10514 "serde",
10515 "serde_json",
10516 "thiserror 2.0.17",
10517 "ttf-parser 0.20.0",
10518]
10519
10520[[package]]
10521name = "metal"
10522version = "0.33.0"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10525dependencies = [
10526 "bitflags 2.10.0",
10527 "block",
10528 "core-graphics-types 0.2.0",
10529 "foreign-types 0.5.0",
10530 "log",
10531 "objc",
10532 "paste",
10533]
10534
10535[[package]]
10536name = "migrator"
10537version = "0.1.0"
10538dependencies = [
10539 "anyhow",
10540 "collections",
10541 "convert_case 0.8.0",
10542 "log",
10543 "pretty_assertions",
10544 "serde_json",
10545 "serde_json_lenient",
10546 "settings_content",
10547 "settings_json",
10548 "streaming-iterator",
10549 "tree-sitter",
10550 "tree-sitter-json",
10551 "unindent",
10552]
10553
10554[[package]]
10555name = "mimalloc"
10556version = "0.1.48"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10559dependencies = [
10560 "libmimalloc-sys",
10561]
10562
10563[[package]]
10564name = "mime"
10565version = "0.3.17"
10566source = "registry+https://github.com/rust-lang/crates.io-index"
10567checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10568
10569[[package]]
10570name = "mime_guess"
10571version = "2.0.5"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10574dependencies = [
10575 "mime",
10576 "unicase",
10577]
10578
10579[[package]]
10580name = "minidump-common"
10581version = "0.26.1"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10584dependencies = [
10585 "bitflags 2.10.0",
10586 "debugid",
10587 "num-derive",
10588 "num-traits",
10589 "range-map",
10590 "scroll",
10591 "smart-default",
10592]
10593
10594[[package]]
10595name = "minidump-writer"
10596version = "0.11.0"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10599dependencies = [
10600 "bitflags 2.10.0",
10601 "byteorder",
10602 "cfg-if",
10603 "crash-context",
10604 "error-graph",
10605 "failspot",
10606 "goblin",
10607 "libc",
10608 "log",
10609 "mach2 0.4.3",
10610 "memmap2",
10611 "memoffset",
10612 "minidump-common",
10613 "nix 0.29.0",
10614 "procfs-core",
10615 "scroll",
10616 "serde",
10617 "serde_json",
10618 "tempfile",
10619 "thiserror 2.0.17",
10620]
10621
10622[[package]]
10623name = "minidumper"
10624version = "0.9.0"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10627dependencies = [
10628 "cfg-if",
10629 "crash-context",
10630 "libc",
10631 "log",
10632 "minidump-writer",
10633 "parking_lot",
10634 "polling",
10635 "scroll",
10636 "thiserror 2.0.17",
10637 "uds",
10638]
10639
10640[[package]]
10641name = "minimal-lexical"
10642version = "0.2.1"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10645
10646[[package]]
10647name = "miniprofiler_ui"
10648version = "0.1.0"
10649dependencies = [
10650 "gpui",
10651 "rpc",
10652 "serde_json",
10653 "smol",
10654 "theme",
10655 "util",
10656 "workspace",
10657 "zed_actions",
10658]
10659
10660[[package]]
10661name = "miniz_oxide"
10662version = "0.8.9"
10663source = "registry+https://github.com/rust-lang/crates.io-index"
10664checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10665dependencies = [
10666 "adler2",
10667 "simd-adler32",
10668]
10669
10670[[package]]
10671name = "mio"
10672version = "0.8.11"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10675dependencies = [
10676 "libc",
10677 "log",
10678 "wasi",
10679 "windows-sys 0.48.0",
10680]
10681
10682[[package]]
10683name = "mio"
10684version = "1.1.0"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10687dependencies = [
10688 "libc",
10689 "log",
10690 "wasi",
10691 "windows-sys 0.61.2",
10692]
10693
10694[[package]]
10695name = "miow"
10696version = "0.6.1"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10699dependencies = [
10700 "windows-sys 0.61.2",
10701]
10702
10703[[package]]
10704name = "mistral"
10705version = "0.1.0"
10706dependencies = [
10707 "anyhow",
10708 "futures 0.3.31",
10709 "http_client",
10710 "schemars",
10711 "serde",
10712 "serde_json",
10713 "strum 0.27.2",
10714]
10715
10716[[package]]
10717name = "moka"
10718version = "0.12.11"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10721dependencies = [
10722 "crossbeam-channel",
10723 "crossbeam-epoch",
10724 "crossbeam-utils",
10725 "equivalent",
10726 "parking_lot",
10727 "portable-atomic",
10728 "rustc_version",
10729 "smallvec",
10730 "tagptr",
10731 "uuid",
10732]
10733
10734[[package]]
10735name = "moxcms"
10736version = "0.7.7"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10739dependencies = [
10740 "num-traits",
10741 "pxfm",
10742]
10743
10744[[package]]
10745name = "msvc_spectre_libs"
10746version = "0.1.3"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10749dependencies = [
10750 "cc",
10751]
10752
10753[[package]]
10754name = "multi_buffer"
10755version = "0.1.0"
10756dependencies = [
10757 "anyhow",
10758 "buffer_diff",
10759 "clock",
10760 "collections",
10761 "ctor",
10762 "gpui",
10763 "indoc",
10764 "itertools 0.14.0",
10765 "language",
10766 "log",
10767 "parking_lot",
10768 "pretty_assertions",
10769 "rand 0.9.2",
10770 "rope",
10771 "serde",
10772 "settings",
10773 "smallvec",
10774 "smol",
10775 "sum_tree",
10776 "text",
10777 "theme",
10778 "tracing",
10779 "tree-sitter",
10780 "util",
10781 "zlog",
10782 "ztracing",
10783]
10784
10785[[package]]
10786name = "multimap"
10787version = "0.8.3"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10790
10791[[package]]
10792name = "naga"
10793version = "29.0.0"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10796dependencies = [
10797 "arrayvec",
10798 "bit-set 0.9.1",
10799 "bitflags 2.10.0",
10800 "cfg-if",
10801 "cfg_aliases 0.2.1",
10802 "codespan-reporting",
10803 "half",
10804 "hashbrown 0.16.1",
10805 "hexf-parse",
10806 "indexmap",
10807 "libm",
10808 "log",
10809 "num-traits",
10810 "once_cell",
10811 "rustc-hash 1.1.0",
10812 "thiserror 2.0.17",
10813 "unicode-ident",
10814]
10815
10816[[package]]
10817name = "naga"
10818version = "29.0.0"
10819source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10820dependencies = [
10821 "arrayvec",
10822 "bit-set 0.9.1",
10823 "bitflags 2.10.0",
10824 "cfg-if",
10825 "cfg_aliases 0.2.1",
10826 "codespan-reporting",
10827 "half",
10828 "hashbrown 0.16.1",
10829 "hexf-parse",
10830 "indexmap",
10831 "libm",
10832 "log",
10833 "num-traits",
10834 "once_cell",
10835 "rustc-hash 1.1.0",
10836 "spirv",
10837 "thiserror 2.0.17",
10838 "unicode-ident",
10839]
10840
10841[[package]]
10842name = "nanoid"
10843version = "0.4.0"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10846dependencies = [
10847 "rand 0.8.5",
10848]
10849
10850[[package]]
10851name = "nanorand"
10852version = "0.7.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10855dependencies = [
10856 "getrandom 0.2.16",
10857]
10858
10859[[package]]
10860name = "native-tls"
10861version = "0.2.14"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10864dependencies = [
10865 "libc",
10866 "log",
10867 "openssl",
10868 "openssl-probe",
10869 "openssl-sys",
10870 "schannel",
10871 "security-framework 2.11.1",
10872 "security-framework-sys",
10873 "tempfile",
10874]
10875
10876[[package]]
10877name = "nbformat"
10878version = "1.2.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10881dependencies = [
10882 "anyhow",
10883 "chrono",
10884 "jupyter-protocol",
10885 "serde",
10886 "serde_json",
10887 "thiserror 1.0.69",
10888 "uuid",
10889]
10890
10891[[package]]
10892name = "nc"
10893version = "0.1.0"
10894dependencies = [
10895 "anyhow",
10896 "futures 0.3.31",
10897 "net",
10898 "smol",
10899]
10900
10901[[package]]
10902name = "ndk"
10903version = "0.9.0"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10906dependencies = [
10907 "bitflags 2.10.0",
10908 "jni-sys",
10909 "log",
10910 "ndk-sys",
10911 "num_enum",
10912 "thiserror 1.0.69",
10913]
10914
10915[[package]]
10916name = "ndk-context"
10917version = "0.1.1"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10920
10921[[package]]
10922name = "ndk-sys"
10923version = "0.6.0+11769913"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10926dependencies = [
10927 "jni-sys",
10928]
10929
10930[[package]]
10931name = "net"
10932version = "0.1.0"
10933dependencies = [
10934 "anyhow",
10935 "async-io",
10936 "smol",
10937 "tempfile",
10938 "windows 0.61.3",
10939]
10940
10941[[package]]
10942name = "new_debug_unreachable"
10943version = "1.0.6"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10946
10947[[package]]
10948name = "nix"
10949version = "0.28.0"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10952dependencies = [
10953 "bitflags 2.10.0",
10954 "cfg-if",
10955 "cfg_aliases 0.1.1",
10956 "libc",
10957]
10958
10959[[package]]
10960name = "nix"
10961version = "0.29.0"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10964dependencies = [
10965 "bitflags 2.10.0",
10966 "cfg-if",
10967 "cfg_aliases 0.2.1",
10968 "libc",
10969]
10970
10971[[package]]
10972name = "nix"
10973version = "0.30.1"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10976dependencies = [
10977 "bitflags 2.10.0",
10978 "cfg-if",
10979 "cfg_aliases 0.2.1",
10980 "libc",
10981]
10982
10983[[package]]
10984name = "node_runtime"
10985version = "0.1.0"
10986dependencies = [
10987 "anyhow",
10988 "async-compression",
10989 "async-std",
10990 "async-tar",
10991 "async-trait",
10992 "futures 0.3.31",
10993 "http_client",
10994 "log",
10995 "paths",
10996 "semver",
10997 "serde",
10998 "serde_json",
10999 "smol",
11000 "util",
11001 "watch",
11002 "which 6.0.3",
11003]
11004
11005[[package]]
11006name = "nom"
11007version = "7.1.3"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11010dependencies = [
11011 "memchr",
11012 "minimal-lexical",
11013]
11014
11015[[package]]
11016name = "nom"
11017version = "8.0.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11020dependencies = [
11021 "memchr",
11022]
11023
11024[[package]]
11025name = "noop_proc_macro"
11026version = "0.3.0"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11029
11030[[package]]
11031name = "normpath"
11032version = "1.5.0"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11035dependencies = [
11036 "windows-sys 0.61.2",
11037]
11038
11039[[package]]
11040name = "notifications"
11041version = "0.1.0"
11042dependencies = [
11043 "anyhow",
11044 "channel",
11045 "client",
11046 "component",
11047 "db",
11048 "gpui",
11049 "rpc",
11050 "sum_tree",
11051 "time",
11052 "ui",
11053 "util",
11054 "workspace",
11055 "zed_actions",
11056]
11057
11058[[package]]
11059name = "notify"
11060version = "6.1.1"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11063dependencies = [
11064 "bitflags 2.10.0",
11065 "crossbeam-channel",
11066 "filetime",
11067 "fsevent-sys",
11068 "inotify 0.9.6",
11069 "kqueue",
11070 "libc",
11071 "log",
11072 "mio 0.8.11",
11073 "walkdir",
11074 "windows-sys 0.48.0",
11075]
11076
11077[[package]]
11078name = "notify"
11079version = "8.2.0"
11080source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11081dependencies = [
11082 "bitflags 2.10.0",
11083 "fsevent-sys",
11084 "inotify 0.11.0",
11085 "kqueue",
11086 "libc",
11087 "log",
11088 "mio 1.1.0",
11089 "notify-types",
11090 "walkdir",
11091 "windows-sys 0.60.2",
11092]
11093
11094[[package]]
11095name = "notify-debouncer-mini"
11096version = "0.4.1"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11099dependencies = [
11100 "crossbeam-channel",
11101 "log",
11102 "notify 6.1.1",
11103]
11104
11105[[package]]
11106name = "notify-types"
11107version = "2.0.0"
11108source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11109
11110[[package]]
11111name = "ntapi"
11112version = "0.4.1"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11115dependencies = [
11116 "winapi",
11117]
11118
11119[[package]]
11120name = "nu-ansi-term"
11121version = "0.50.3"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11124dependencies = [
11125 "windows-sys 0.61.2",
11126]
11127
11128[[package]]
11129name = "num"
11130version = "0.4.3"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11133dependencies = [
11134 "num-bigint",
11135 "num-complex",
11136 "num-integer",
11137 "num-iter",
11138 "num-rational",
11139 "num-traits",
11140]
11141
11142[[package]]
11143name = "num-bigint"
11144version = "0.4.6"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11147dependencies = [
11148 "num-integer",
11149 "num-traits",
11150]
11151
11152[[package]]
11153name = "num-bigint-dig"
11154version = "0.8.6"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11157dependencies = [
11158 "lazy_static",
11159 "libm",
11160 "num-integer",
11161 "num-iter",
11162 "num-traits",
11163 "rand 0.8.5",
11164 "smallvec",
11165 "zeroize",
11166]
11167
11168[[package]]
11169name = "num-bigint-dig"
11170version = "0.9.1"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11173dependencies = [
11174 "libm",
11175 "num-integer",
11176 "num-iter",
11177 "num-traits",
11178 "once_cell",
11179 "rand 0.9.2",
11180 "serde",
11181 "smallvec",
11182 "zeroize",
11183]
11184
11185[[package]]
11186name = "num-cmp"
11187version = "0.1.0"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11190
11191[[package]]
11192name = "num-complex"
11193version = "0.4.6"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11196dependencies = [
11197 "bytemuck",
11198 "num-traits",
11199]
11200
11201[[package]]
11202name = "num-conv"
11203version = "0.2.0"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11206
11207[[package]]
11208name = "num-derive"
11209version = "0.4.2"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11212dependencies = [
11213 "proc-macro2",
11214 "quote",
11215 "syn 2.0.117",
11216]
11217
11218[[package]]
11219name = "num-format"
11220version = "0.4.4"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11223dependencies = [
11224 "arrayvec",
11225 "itoa",
11226]
11227
11228[[package]]
11229name = "num-integer"
11230version = "0.1.46"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11233dependencies = [
11234 "num-traits",
11235]
11236
11237[[package]]
11238name = "num-iter"
11239version = "0.1.45"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11242dependencies = [
11243 "autocfg",
11244 "num-integer",
11245 "num-traits",
11246]
11247
11248[[package]]
11249name = "num-rational"
11250version = "0.4.2"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11253dependencies = [
11254 "num-bigint",
11255 "num-integer",
11256 "num-traits",
11257]
11258
11259[[package]]
11260name = "num-traits"
11261version = "0.2.19"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11264dependencies = [
11265 "autocfg",
11266 "libm",
11267]
11268
11269[[package]]
11270name = "num_cpus"
11271version = "1.17.0"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11274dependencies = [
11275 "hermit-abi",
11276 "libc",
11277]
11278
11279[[package]]
11280name = "num_enum"
11281version = "0.7.4"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11284dependencies = [
11285 "num_enum_derive",
11286 "rustversion",
11287]
11288
11289[[package]]
11290name = "num_enum_derive"
11291version = "0.7.4"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11294dependencies = [
11295 "proc-macro-crate",
11296 "proc-macro2",
11297 "quote",
11298 "syn 2.0.117",
11299]
11300
11301[[package]]
11302name = "num_threads"
11303version = "0.1.7"
11304source = "registry+https://github.com/rust-lang/crates.io-index"
11305checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11306dependencies = [
11307 "libc",
11308]
11309
11310[[package]]
11311name = "nvim-rs"
11312version = "0.9.2"
11313source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11314dependencies = [
11315 "async-trait",
11316 "futures 0.3.31",
11317 "log",
11318 "rmp",
11319 "rmpv",
11320 "tokio",
11321 "tokio-util",
11322]
11323
11324[[package]]
11325name = "objc"
11326version = "0.2.7"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11329dependencies = [
11330 "malloc_buf",
11331 "objc_exception",
11332]
11333
11334[[package]]
11335name = "objc-foundation"
11336version = "0.1.1"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11339dependencies = [
11340 "block",
11341 "objc",
11342 "objc_id",
11343]
11344
11345[[package]]
11346name = "objc2"
11347version = "0.6.3"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11350dependencies = [
11351 "objc2-encode",
11352]
11353
11354[[package]]
11355name = "objc2-audio-toolbox"
11356version = "0.3.2"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11359dependencies = [
11360 "bitflags 2.10.0",
11361 "libc",
11362 "objc2",
11363 "objc2-core-audio",
11364 "objc2-core-audio-types",
11365 "objc2-core-foundation",
11366 "objc2-foundation",
11367]
11368
11369[[package]]
11370name = "objc2-avf-audio"
11371version = "0.3.2"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11374dependencies = [
11375 "objc2",
11376 "objc2-foundation",
11377]
11378
11379[[package]]
11380name = "objc2-core-audio"
11381version = "0.3.2"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11384dependencies = [
11385 "dispatch2",
11386 "objc2",
11387 "objc2-core-audio-types",
11388 "objc2-core-foundation",
11389 "objc2-foundation",
11390]
11391
11392[[package]]
11393name = "objc2-core-audio-types"
11394version = "0.3.2"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11397dependencies = [
11398 "bitflags 2.10.0",
11399 "objc2",
11400]
11401
11402[[package]]
11403name = "objc2-core-foundation"
11404version = "0.3.2"
11405source = "registry+https://github.com/rust-lang/crates.io-index"
11406checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11407dependencies = [
11408 "bitflags 2.10.0",
11409 "block2",
11410 "dispatch2",
11411 "libc",
11412 "objc2",
11413]
11414
11415[[package]]
11416name = "objc2-encode"
11417version = "4.1.0"
11418source = "registry+https://github.com/rust-lang/crates.io-index"
11419checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11420
11421[[package]]
11422name = "objc2-foundation"
11423version = "0.3.2"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11426dependencies = [
11427 "bitflags 2.10.0",
11428 "block2",
11429 "libc",
11430 "objc2",
11431 "objc2-core-foundation",
11432]
11433
11434[[package]]
11435name = "objc2-io-kit"
11436version = "0.3.2"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11439dependencies = [
11440 "libc",
11441 "objc2-core-foundation",
11442]
11443
11444[[package]]
11445name = "objc2-metal"
11446version = "0.3.2"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11449dependencies = [
11450 "bitflags 2.10.0",
11451 "block2",
11452 "dispatch2",
11453 "objc2",
11454 "objc2-core-foundation",
11455 "objc2-foundation",
11456]
11457
11458[[package]]
11459name = "objc2-quartz-core"
11460version = "0.3.2"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11463dependencies = [
11464 "bitflags 2.10.0",
11465 "objc2",
11466 "objc2-core-foundation",
11467 "objc2-foundation",
11468 "objc2-metal",
11469]
11470
11471[[package]]
11472name = "objc_exception"
11473version = "0.1.2"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11476dependencies = [
11477 "cc",
11478]
11479
11480[[package]]
11481name = "objc_id"
11482version = "0.1.1"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11485dependencies = [
11486 "objc",
11487]
11488
11489[[package]]
11490name = "object"
11491version = "0.36.7"
11492source = "registry+https://github.com/rust-lang/crates.io-index"
11493checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11494dependencies = [
11495 "crc32fast",
11496 "hashbrown 0.15.5",
11497 "indexmap",
11498 "memchr",
11499]
11500
11501[[package]]
11502name = "object"
11503version = "0.37.3"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11506dependencies = [
11507 "memchr",
11508]
11509
11510[[package]]
11511name = "ollama"
11512version = "0.1.0"
11513dependencies = [
11514 "anyhow",
11515 "futures 0.3.31",
11516 "http_client",
11517 "schemars",
11518 "serde",
11519 "serde_json",
11520 "settings",
11521]
11522
11523[[package]]
11524name = "onboarding"
11525version = "0.1.0"
11526dependencies = [
11527 "anyhow",
11528 "client",
11529 "component",
11530 "db",
11531 "documented",
11532 "fs",
11533 "fuzzy",
11534 "gpui",
11535 "menu",
11536 "notifications",
11537 "picker",
11538 "project",
11539 "schemars",
11540 "serde",
11541 "settings",
11542 "telemetry",
11543 "theme",
11544 "ui",
11545 "util",
11546 "vim_mode_setting",
11547 "workspace",
11548 "zed_actions",
11549 "zlog",
11550]
11551
11552[[package]]
11553name = "once_cell"
11554version = "1.21.3"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11557
11558[[package]]
11559name = "once_cell_polyfill"
11560version = "1.70.1"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11563
11564[[package]]
11565name = "oo7"
11566version = "0.6.0"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11569dependencies = [
11570 "aes",
11571 "ashpd",
11572 "async-fs",
11573 "async-io",
11574 "async-lock 3.4.2",
11575 "blocking",
11576 "cbc",
11577 "cipher",
11578 "digest",
11579 "endi",
11580 "futures-lite 2.6.1",
11581 "futures-util",
11582 "getrandom 0.4.1",
11583 "hkdf",
11584 "hmac",
11585 "md-5",
11586 "num",
11587 "num-bigint-dig 0.9.1",
11588 "pbkdf2 0.12.2",
11589 "serde",
11590 "serde_bytes",
11591 "sha2",
11592 "subtle",
11593 "zbus",
11594 "zbus_macros",
11595 "zeroize",
11596 "zvariant",
11597]
11598
11599[[package]]
11600name = "oorandom"
11601version = "11.1.5"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11604
11605[[package]]
11606name = "open"
11607version = "5.3.2"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11610dependencies = [
11611 "is-wsl",
11612 "libc",
11613 "pathdiff",
11614]
11615
11616[[package]]
11617name = "open_ai"
11618version = "0.1.0"
11619dependencies = [
11620 "anyhow",
11621 "futures 0.3.31",
11622 "http_client",
11623 "log",
11624 "rand 0.9.2",
11625 "schemars",
11626 "serde",
11627 "serde_json",
11628 "settings",
11629 "strum 0.27.2",
11630 "thiserror 2.0.17",
11631]
11632
11633[[package]]
11634name = "open_path_prompt"
11635version = "0.1.0"
11636dependencies = [
11637 "editor",
11638 "file_icons",
11639 "futures 0.3.31",
11640 "fuzzy",
11641 "gpui",
11642 "picker",
11643 "project",
11644 "schemars",
11645 "serde",
11646 "serde_json",
11647 "settings",
11648 "theme",
11649 "ui",
11650 "util",
11651 "workspace",
11652]
11653
11654[[package]]
11655name = "open_router"
11656version = "0.1.0"
11657dependencies = [
11658 "anyhow",
11659 "futures 0.3.31",
11660 "http_client",
11661 "schemars",
11662 "serde",
11663 "serde_json",
11664 "settings",
11665 "strum 0.27.2",
11666 "thiserror 2.0.17",
11667]
11668
11669[[package]]
11670name = "opencode"
11671version = "0.1.0"
11672dependencies = [
11673 "anyhow",
11674 "futures 0.3.31",
11675 "google_ai",
11676 "http_client",
11677 "schemars",
11678 "serde",
11679 "serde_json",
11680 "strum 0.27.2",
11681]
11682
11683[[package]]
11684name = "opener"
11685version = "0.7.2"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11688dependencies = [
11689 "bstr",
11690 "dbus",
11691 "normpath",
11692 "windows-sys 0.59.0",
11693]
11694
11695[[package]]
11696name = "openssl"
11697version = "0.10.74"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11700dependencies = [
11701 "bitflags 2.10.0",
11702 "cfg-if",
11703 "foreign-types 0.3.2",
11704 "libc",
11705 "once_cell",
11706 "openssl-macros",
11707 "openssl-sys",
11708]
11709
11710[[package]]
11711name = "openssl-macros"
11712version = "0.1.1"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11715dependencies = [
11716 "proc-macro2",
11717 "quote",
11718 "syn 2.0.117",
11719]
11720
11721[[package]]
11722name = "openssl-probe"
11723version = "0.1.6"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11726
11727[[package]]
11728name = "openssl-sys"
11729version = "0.9.110"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11732dependencies = [
11733 "cc",
11734 "libc",
11735 "pkg-config",
11736 "vcpkg",
11737]
11738
11739[[package]]
11740name = "optfield"
11741version = "0.4.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11744dependencies = [
11745 "proc-macro2",
11746 "quote",
11747 "syn 2.0.117",
11748]
11749
11750[[package]]
11751name = "option-ext"
11752version = "0.2.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11755
11756[[package]]
11757name = "ordered-float"
11758version = "2.10.1"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11761dependencies = [
11762 "num-traits",
11763]
11764
11765[[package]]
11766name = "ordered-float"
11767version = "4.6.0"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11770dependencies = [
11771 "num-traits",
11772]
11773
11774[[package]]
11775name = "ordered-stream"
11776version = "0.2.0"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11779dependencies = [
11780 "futures-core",
11781 "pin-project-lite",
11782]
11783
11784[[package]]
11785name = "ouroboros"
11786version = "0.18.5"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11789dependencies = [
11790 "aliasable",
11791 "ouroboros_macro",
11792 "static_assertions",
11793]
11794
11795[[package]]
11796name = "ouroboros_macro"
11797version = "0.18.5"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11800dependencies = [
11801 "heck 0.4.1",
11802 "proc-macro2",
11803 "proc-macro2-diagnostics",
11804 "quote",
11805 "syn 2.0.117",
11806]
11807
11808[[package]]
11809name = "outline"
11810version = "0.1.0"
11811dependencies = [
11812 "editor",
11813 "fuzzy",
11814 "gpui",
11815 "indoc",
11816 "language",
11817 "lsp",
11818 "menu",
11819 "ordered-float 2.10.1",
11820 "picker",
11821 "project",
11822 "rope",
11823 "serde_json",
11824 "settings",
11825 "smol",
11826 "theme",
11827 "ui",
11828 "util",
11829 "workspace",
11830 "zed_actions",
11831]
11832
11833[[package]]
11834name = "outline_panel"
11835version = "0.1.0"
11836dependencies = [
11837 "anyhow",
11838 "collections",
11839 "db",
11840 "editor",
11841 "file_icons",
11842 "fuzzy",
11843 "gpui",
11844 "itertools 0.14.0",
11845 "language",
11846 "log",
11847 "lsp",
11848 "menu",
11849 "outline",
11850 "pretty_assertions",
11851 "project",
11852 "search",
11853 "serde",
11854 "serde_json",
11855 "settings",
11856 "smallvec",
11857 "smol",
11858 "theme",
11859 "ui",
11860 "util",
11861 "workspace",
11862 "worktree",
11863 "zed_actions",
11864]
11865
11866[[package]]
11867name = "outref"
11868version = "0.5.2"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11871
11872[[package]]
11873name = "p256"
11874version = "0.11.1"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11877dependencies = [
11878 "ecdsa",
11879 "elliptic-curve",
11880 "sha2",
11881]
11882
11883[[package]]
11884name = "page_size"
11885version = "0.6.0"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11888dependencies = [
11889 "libc",
11890 "winapi",
11891]
11892
11893[[package]]
11894name = "palette"
11895version = "0.7.6"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11898dependencies = [
11899 "approx",
11900 "fast-srgb8",
11901 "palette_derive",
11902]
11903
11904[[package]]
11905name = "palette_derive"
11906version = "0.7.6"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11909dependencies = [
11910 "by_address",
11911 "proc-macro2",
11912 "quote",
11913 "syn 2.0.117",
11914]
11915
11916[[package]]
11917name = "panel"
11918version = "0.1.0"
11919dependencies = [
11920 "gpui",
11921 "ui",
11922 "workspace",
11923]
11924
11925[[package]]
11926name = "parking"
11927version = "2.2.1"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11930
11931[[package]]
11932name = "parking_lot"
11933version = "0.12.5"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11936dependencies = [
11937 "lock_api",
11938 "parking_lot_core",
11939]
11940
11941[[package]]
11942name = "parking_lot_core"
11943version = "0.9.12"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11946dependencies = [
11947 "cfg-if",
11948 "libc",
11949 "redox_syscall 0.5.18",
11950 "smallvec",
11951 "windows-link 0.2.1",
11952]
11953
11954[[package]]
11955name = "parse_int"
11956version = "0.9.0"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11959dependencies = [
11960 "num-traits",
11961]
11962
11963[[package]]
11964name = "partial-json-fixer"
11965version = "0.5.3"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11968
11969[[package]]
11970name = "password-hash"
11971version = "0.4.2"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11974dependencies = [
11975 "base64ct",
11976 "rand_core 0.6.4",
11977 "subtle",
11978]
11979
11980[[package]]
11981name = "paste"
11982version = "1.0.15"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11985
11986[[package]]
11987name = "pathdiff"
11988version = "0.2.3"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11991
11992[[package]]
11993name = "pathfinder_geometry"
11994version = "0.5.1"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11997dependencies = [
11998 "log",
11999 "pathfinder_simd",
12000]
12001
12002[[package]]
12003name = "pathfinder_simd"
12004version = "0.5.5"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12007dependencies = [
12008 "rustc_version",
12009]
12010
12011[[package]]
12012name = "paths"
12013version = "0.1.0"
12014dependencies = [
12015 "dirs 4.0.0",
12016 "ignore",
12017 "util",
12018]
12019
12020[[package]]
12021name = "pbjson"
12022version = "0.6.0"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12025dependencies = [
12026 "base64 0.21.7",
12027 "serde",
12028]
12029
12030[[package]]
12031name = "pbjson-build"
12032version = "0.6.2"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12035dependencies = [
12036 "heck 0.4.1",
12037 "itertools 0.11.0",
12038 "prost 0.12.6",
12039 "prost-types 0.12.6",
12040]
12041
12042[[package]]
12043name = "pbjson-types"
12044version = "0.6.0"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12047dependencies = [
12048 "bytes 1.11.1",
12049 "chrono",
12050 "pbjson",
12051 "pbjson-build",
12052 "prost 0.12.6",
12053 "prost-build 0.12.6",
12054 "serde",
12055]
12056
12057[[package]]
12058name = "pbkdf2"
12059version = "0.11.0"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12062dependencies = [
12063 "digest",
12064 "hmac",
12065 "password-hash",
12066 "sha2",
12067]
12068
12069[[package]]
12070name = "pbkdf2"
12071version = "0.12.2"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12074dependencies = [
12075 "digest",
12076 "hmac",
12077]
12078
12079[[package]]
12080name = "pciid-parser"
12081version = "0.8.0"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12084
12085[[package]]
12086name = "peg"
12087version = "0.8.5"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12090dependencies = [
12091 "peg-macros",
12092 "peg-runtime",
12093]
12094
12095[[package]]
12096name = "peg-macros"
12097version = "0.8.5"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12100dependencies = [
12101 "peg-runtime",
12102 "proc-macro2",
12103 "quote",
12104]
12105
12106[[package]]
12107name = "peg-runtime"
12108version = "0.8.5"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12111
12112[[package]]
12113name = "pem"
12114version = "3.0.6"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12117dependencies = [
12118 "base64 0.22.1",
12119 "serde_core",
12120]
12121
12122[[package]]
12123name = "pem-rfc7468"
12124version = "0.7.0"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12127dependencies = [
12128 "base64ct",
12129]
12130
12131[[package]]
12132name = "percent-encoding"
12133version = "2.3.2"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12136
12137[[package]]
12138name = "perf"
12139version = "0.1.0"
12140dependencies = [
12141 "collections",
12142 "serde",
12143 "serde_json",
12144]
12145
12146[[package]]
12147name = "pest"
12148version = "2.8.3"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12151dependencies = [
12152 "memchr",
12153 "ucd-trie",
12154]
12155
12156[[package]]
12157name = "pest_derive"
12158version = "2.8.3"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12161dependencies = [
12162 "pest",
12163 "pest_generator",
12164]
12165
12166[[package]]
12167name = "pest_generator"
12168version = "2.8.3"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12171dependencies = [
12172 "pest",
12173 "pest_meta",
12174 "proc-macro2",
12175 "quote",
12176 "syn 2.0.117",
12177]
12178
12179[[package]]
12180name = "pest_meta"
12181version = "2.8.3"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12184dependencies = [
12185 "pest",
12186 "sha2",
12187]
12188
12189[[package]]
12190name = "pet"
12191version = "0.1.0"
12192source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12193dependencies = [
12194 "clap",
12195 "env_logger 0.10.2",
12196 "lazy_static",
12197 "log",
12198 "msvc_spectre_libs",
12199 "pet-conda",
12200 "pet-core",
12201 "pet-env-var-path",
12202 "pet-fs",
12203 "pet-global-virtualenvs",
12204 "pet-homebrew",
12205 "pet-jsonrpc",
12206 "pet-linux-global-python",
12207 "pet-mac-commandlinetools",
12208 "pet-mac-python-org",
12209 "pet-mac-xcode",
12210 "pet-pipenv",
12211 "pet-pixi",
12212 "pet-poetry",
12213 "pet-pyenv",
12214 "pet-python-utils",
12215 "pet-reporter",
12216 "pet-telemetry",
12217 "pet-uv",
12218 "pet-venv",
12219 "pet-virtualenv",
12220 "pet-virtualenvwrapper",
12221 "pet-windows-registry",
12222 "pet-windows-store",
12223 "pet-winpython",
12224 "serde",
12225 "serde_json",
12226 "tracing",
12227 "tracing-subscriber",
12228 "winresource",
12229]
12230
12231[[package]]
12232name = "pet-conda"
12233version = "0.1.0"
12234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12235dependencies = [
12236 "env_logger 0.10.2",
12237 "lazy_static",
12238 "log",
12239 "msvc_spectre_libs",
12240 "pet-core",
12241 "pet-fs",
12242 "pet-python-utils",
12243 "pet-reporter",
12244 "rayon",
12245 "regex",
12246 "serde",
12247 "serde_json",
12248 "yaml-rust2",
12249]
12250
12251[[package]]
12252name = "pet-core"
12253version = "0.1.0"
12254source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12255dependencies = [
12256 "clap",
12257 "lazy_static",
12258 "log",
12259 "msvc_spectre_libs",
12260 "pet-fs",
12261 "regex",
12262 "serde",
12263 "serde_json",
12264]
12265
12266[[package]]
12267name = "pet-env-var-path"
12268version = "0.1.0"
12269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12270dependencies = [
12271 "lazy_static",
12272 "log",
12273 "msvc_spectre_libs",
12274 "pet-conda",
12275 "pet-core",
12276 "pet-fs",
12277 "pet-python-utils",
12278 "pet-virtualenv",
12279 "regex",
12280]
12281
12282[[package]]
12283name = "pet-fs"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "glob",
12288 "log",
12289 "msvc_spectre_libs",
12290 "windows-sys 0.59.0",
12291]
12292
12293[[package]]
12294name = "pet-global-virtualenvs"
12295version = "0.1.0"
12296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12297dependencies = [
12298 "log",
12299 "msvc_spectre_libs",
12300 "pet-conda",
12301 "pet-core",
12302 "pet-fs",
12303 "pet-virtualenv",
12304]
12305
12306[[package]]
12307name = "pet-homebrew"
12308version = "0.1.0"
12309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12310dependencies = [
12311 "lazy_static",
12312 "log",
12313 "msvc_spectre_libs",
12314 "pet-conda",
12315 "pet-core",
12316 "pet-fs",
12317 "pet-python-utils",
12318 "pet-virtualenv",
12319 "rayon",
12320 "regex",
12321 "serde",
12322 "serde_json",
12323]
12324
12325[[package]]
12326name = "pet-jsonrpc"
12327version = "0.1.0"
12328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12329dependencies = [
12330 "env_logger 0.10.2",
12331 "log",
12332 "msvc_spectre_libs",
12333 "pet-core",
12334 "serde",
12335 "serde_json",
12336]
12337
12338[[package]]
12339name = "pet-linux-global-python"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-core",
12346 "pet-fs",
12347 "pet-python-utils",
12348 "pet-virtualenv",
12349]
12350
12351[[package]]
12352name = "pet-mac-commandlinetools"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "log",
12357 "msvc_spectre_libs",
12358 "pet-core",
12359 "pet-fs",
12360 "pet-python-utils",
12361 "pet-virtualenv",
12362]
12363
12364[[package]]
12365name = "pet-mac-python-org"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-core",
12372 "pet-fs",
12373 "pet-python-utils",
12374 "pet-virtualenv",
12375]
12376
12377[[package]]
12378name = "pet-mac-xcode"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "log",
12383 "msvc_spectre_libs",
12384 "pet-core",
12385 "pet-fs",
12386 "pet-python-utils",
12387 "pet-virtualenv",
12388]
12389
12390[[package]]
12391name = "pet-pipenv"
12392version = "0.1.0"
12393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12394dependencies = [
12395 "lazy_static",
12396 "log",
12397 "msvc_spectre_libs",
12398 "pet-core",
12399 "pet-fs",
12400 "pet-python-utils",
12401 "pet-virtualenv",
12402 "regex",
12403]
12404
12405[[package]]
12406name = "pet-pixi"
12407version = "0.1.0"
12408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12409dependencies = [
12410 "log",
12411 "msvc_spectre_libs",
12412 "pet-conda",
12413 "pet-core",
12414 "pet-python-utils",
12415]
12416
12417[[package]]
12418name = "pet-poetry"
12419version = "0.1.0"
12420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12421dependencies = [
12422 "base64 0.22.1",
12423 "lazy_static",
12424 "log",
12425 "msvc_spectre_libs",
12426 "pet-core",
12427 "pet-fs",
12428 "pet-python-utils",
12429 "pet-reporter",
12430 "pet-virtualenv",
12431 "regex",
12432 "serde",
12433 "serde_json",
12434 "sha2",
12435 "toml 0.8.23",
12436]
12437
12438[[package]]
12439name = "pet-pyenv"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "lazy_static",
12444 "log",
12445 "msvc_spectre_libs",
12446 "pet-conda",
12447 "pet-core",
12448 "pet-fs",
12449 "pet-python-utils",
12450 "pet-reporter",
12451 "regex",
12452 "serde",
12453 "serde_json",
12454]
12455
12456[[package]]
12457name = "pet-python-utils"
12458version = "0.1.0"
12459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12460dependencies = [
12461 "env_logger 0.10.2",
12462 "lazy_static",
12463 "log",
12464 "msvc_spectre_libs",
12465 "pet-core",
12466 "pet-fs",
12467 "regex",
12468 "serde",
12469 "serde_json",
12470 "sha2",
12471]
12472
12473[[package]]
12474name = "pet-reporter"
12475version = "0.1.0"
12476source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12477dependencies = [
12478 "env_logger 0.10.2",
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-core",
12482 "pet-jsonrpc",
12483 "serde",
12484 "serde_json",
12485]
12486
12487[[package]]
12488name = "pet-telemetry"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "env_logger 0.10.2",
12493 "lazy_static",
12494 "log",
12495 "msvc_spectre_libs",
12496 "pet-core",
12497 "pet-fs",
12498 "pet-python-utils",
12499 "regex",
12500]
12501
12502[[package]]
12503name = "pet-uv"
12504version = "0.1.0"
12505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12506dependencies = [
12507 "log",
12508 "pet-core",
12509 "pet-python-utils",
12510 "serde",
12511 "toml 0.9.8",
12512]
12513
12514[[package]]
12515name = "pet-venv"
12516version = "0.1.0"
12517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12518dependencies = [
12519 "log",
12520 "msvc_spectre_libs",
12521 "pet-core",
12522 "pet-python-utils",
12523 "pet-virtualenv",
12524]
12525
12526[[package]]
12527name = "pet-virtualenv"
12528version = "0.1.0"
12529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12530dependencies = [
12531 "log",
12532 "msvc_spectre_libs",
12533 "pet-core",
12534 "pet-fs",
12535 "pet-python-utils",
12536]
12537
12538[[package]]
12539name = "pet-virtualenvwrapper"
12540version = "0.1.0"
12541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12542dependencies = [
12543 "log",
12544 "msvc_spectre_libs",
12545 "pet-core",
12546 "pet-fs",
12547 "pet-python-utils",
12548 "pet-virtualenv",
12549]
12550
12551[[package]]
12552name = "pet-windows-registry"
12553version = "0.1.0"
12554source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12555dependencies = [
12556 "lazy_static",
12557 "log",
12558 "msvc_spectre_libs",
12559 "pet-conda",
12560 "pet-core",
12561 "pet-fs",
12562 "pet-python-utils",
12563 "pet-virtualenv",
12564 "pet-windows-store",
12565 "regex",
12566 "winreg 0.55.0",
12567]
12568
12569[[package]]
12570name = "pet-windows-store"
12571version = "0.1.0"
12572source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12573dependencies = [
12574 "lazy_static",
12575 "log",
12576 "msvc_spectre_libs",
12577 "pet-core",
12578 "pet-fs",
12579 "pet-python-utils",
12580 "pet-virtualenv",
12581 "regex",
12582 "winreg 0.55.0",
12583]
12584
12585[[package]]
12586name = "pet-winpython"
12587version = "0.1.0"
12588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12589dependencies = [
12590 "lazy_static",
12591 "log",
12592 "pet-core",
12593 "pet-fs",
12594 "pet-python-utils",
12595 "pet-virtualenv",
12596 "regex",
12597]
12598
12599[[package]]
12600name = "petgraph"
12601version = "0.6.5"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12604dependencies = [
12605 "fixedbitset 0.4.2",
12606 "indexmap",
12607]
12608
12609[[package]]
12610name = "pgvector"
12611version = "0.4.1"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12614dependencies = [
12615 "serde",
12616]
12617
12618[[package]]
12619name = "phf"
12620version = "0.11.3"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12623dependencies = [
12624 "phf_macros 0.11.3",
12625 "phf_shared 0.11.3",
12626]
12627
12628[[package]]
12629name = "phf"
12630version = "0.12.1"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12633dependencies = [
12634 "phf_macros 0.12.1",
12635 "phf_shared 0.12.1",
12636]
12637
12638[[package]]
12639name = "phf_codegen"
12640version = "0.11.3"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12643dependencies = [
12644 "phf_generator 0.11.3",
12645 "phf_shared 0.11.3",
12646]
12647
12648[[package]]
12649name = "phf_generator"
12650version = "0.11.3"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12653dependencies = [
12654 "phf_shared 0.11.3",
12655 "rand 0.8.5",
12656]
12657
12658[[package]]
12659name = "phf_generator"
12660version = "0.12.1"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12663dependencies = [
12664 "fastrand 2.3.0",
12665 "phf_shared 0.12.1",
12666]
12667
12668[[package]]
12669name = "phf_macros"
12670version = "0.11.3"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12673dependencies = [
12674 "phf_generator 0.11.3",
12675 "phf_shared 0.11.3",
12676 "proc-macro2",
12677 "quote",
12678 "syn 2.0.117",
12679]
12680
12681[[package]]
12682name = "phf_macros"
12683version = "0.12.1"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12686dependencies = [
12687 "phf_generator 0.12.1",
12688 "phf_shared 0.12.1",
12689 "proc-macro2",
12690 "quote",
12691 "syn 2.0.117",
12692]
12693
12694[[package]]
12695name = "phf_shared"
12696version = "0.11.3"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12699dependencies = [
12700 "siphasher 1.0.1",
12701]
12702
12703[[package]]
12704name = "phf_shared"
12705version = "0.12.1"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12708dependencies = [
12709 "siphasher 1.0.1",
12710]
12711
12712[[package]]
12713name = "picker"
12714version = "0.1.0"
12715dependencies = [
12716 "anyhow",
12717 "editor",
12718 "gpui",
12719 "menu",
12720 "schemars",
12721 "serde",
12722 "settings",
12723 "theme",
12724 "ui",
12725 "ui_input",
12726 "workspace",
12727 "zed_actions",
12728]
12729
12730[[package]]
12731name = "pico-args"
12732version = "0.5.0"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12735
12736[[package]]
12737name = "pin-project"
12738version = "1.1.10"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12741dependencies = [
12742 "pin-project-internal",
12743]
12744
12745[[package]]
12746name = "pin-project-internal"
12747version = "1.1.10"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12750dependencies = [
12751 "proc-macro2",
12752 "quote",
12753 "syn 2.0.117",
12754]
12755
12756[[package]]
12757name = "pin-project-lite"
12758version = "0.2.16"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12761
12762[[package]]
12763name = "pin-utils"
12764version = "0.1.0"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12767
12768[[package]]
12769name = "piper"
12770version = "0.2.4"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12773dependencies = [
12774 "atomic-waker",
12775 "fastrand 2.3.0",
12776 "futures-io",
12777]
12778
12779[[package]]
12780name = "pkcs1"
12781version = "0.7.5"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12784dependencies = [
12785 "der 0.7.10",
12786 "pkcs8 0.10.2",
12787 "spki 0.7.3",
12788]
12789
12790[[package]]
12791name = "pkcs8"
12792version = "0.9.0"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12795dependencies = [
12796 "der 0.6.1",
12797 "spki 0.6.0",
12798]
12799
12800[[package]]
12801name = "pkcs8"
12802version = "0.10.2"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12805dependencies = [
12806 "der 0.7.10",
12807 "spki 0.7.3",
12808]
12809
12810[[package]]
12811name = "pkg-config"
12812version = "0.3.32"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12815
12816[[package]]
12817name = "plain"
12818version = "0.2.3"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12821
12822[[package]]
12823name = "platform_title_bar"
12824version = "0.1.0"
12825dependencies = [
12826 "feature_flags",
12827 "gpui",
12828 "project",
12829 "settings",
12830 "smallvec",
12831 "theme",
12832 "ui",
12833 "windows 0.61.3",
12834 "workspace",
12835 "zed_actions",
12836]
12837
12838[[package]]
12839name = "plist"
12840version = "1.8.0"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12843dependencies = [
12844 "base64 0.22.1",
12845 "indexmap",
12846 "quick-xml 0.38.3",
12847 "serde",
12848 "time",
12849]
12850
12851[[package]]
12852name = "plotters"
12853version = "0.3.7"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12856dependencies = [
12857 "num-traits",
12858 "plotters-backend",
12859 "plotters-svg",
12860 "wasm-bindgen",
12861 "web-sys",
12862]
12863
12864[[package]]
12865name = "plotters-backend"
12866version = "0.3.7"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12869
12870[[package]]
12871name = "plotters-svg"
12872version = "0.3.7"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12875dependencies = [
12876 "plotters-backend",
12877]
12878
12879[[package]]
12880name = "png"
12881version = "0.17.16"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12884dependencies = [
12885 "bitflags 1.3.2",
12886 "crc32fast",
12887 "fdeflate",
12888 "flate2",
12889 "miniz_oxide",
12890]
12891
12892[[package]]
12893name = "png"
12894version = "0.18.0"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12897dependencies = [
12898 "bitflags 2.10.0",
12899 "crc32fast",
12900 "fdeflate",
12901 "flate2",
12902 "miniz_oxide",
12903]
12904
12905[[package]]
12906name = "polling"
12907version = "3.11.0"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12910dependencies = [
12911 "cfg-if",
12912 "concurrent-queue",
12913 "hermit-abi",
12914 "pin-project-lite",
12915 "rustix 1.1.2",
12916 "windows-sys 0.61.2",
12917]
12918
12919[[package]]
12920name = "pollster"
12921version = "0.2.5"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12924
12925[[package]]
12926name = "pollster"
12927version = "0.4.0"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12930
12931[[package]]
12932name = "pori"
12933version = "0.0.0"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12936dependencies = [
12937 "nom 7.1.3",
12938]
12939
12940[[package]]
12941name = "portable-atomic"
12942version = "1.11.1"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12945
12946[[package]]
12947name = "portable-atomic-util"
12948version = "0.2.4"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12951dependencies = [
12952 "portable-atomic",
12953]
12954
12955[[package]]
12956name = "portable-pty"
12957version = "0.9.0"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12960dependencies = [
12961 "anyhow",
12962 "bitflags 1.3.2",
12963 "downcast-rs",
12964 "filedescriptor",
12965 "lazy_static",
12966 "libc",
12967 "log",
12968 "nix 0.28.0",
12969 "serial2",
12970 "shared_library",
12971 "shell-words",
12972 "winapi",
12973 "winreg 0.10.1",
12974]
12975
12976[[package]]
12977name = "postage"
12978version = "0.5.0"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12981dependencies = [
12982 "atomic",
12983 "crossbeam-queue",
12984 "futures 0.3.31",
12985 "log",
12986 "parking_lot",
12987 "pin-project",
12988 "pollster 0.2.5",
12989 "static_assertions",
12990 "thiserror 1.0.69",
12991]
12992
12993[[package]]
12994name = "postcard"
12995version = "1.1.3"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12998dependencies = [
12999 "cobs",
13000 "embedded-io 0.4.0",
13001 "embedded-io 0.6.1",
13002 "serde",
13003]
13004
13005[[package]]
13006name = "potential_utf"
13007version = "0.1.3"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13010dependencies = [
13011 "zerovec",
13012]
13013
13014[[package]]
13015name = "powerfmt"
13016version = "0.2.0"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13019
13020[[package]]
13021name = "ppv-lite86"
13022version = "0.2.21"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13025dependencies = [
13026 "zerocopy",
13027]
13028
13029[[package]]
13030name = "precomputed-hash"
13031version = "0.1.1"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13034
13035[[package]]
13036name = "presser"
13037version = "0.3.1"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13040
13041[[package]]
13042name = "prettier"
13043version = "0.1.0"
13044dependencies = [
13045 "anyhow",
13046 "collections",
13047 "fs",
13048 "gpui",
13049 "language",
13050 "log",
13051 "lsp",
13052 "node_runtime",
13053 "parking_lot",
13054 "paths",
13055 "serde",
13056 "serde_json",
13057 "util",
13058]
13059
13060[[package]]
13061name = "pretty_assertions"
13062version = "1.4.1"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13065dependencies = [
13066 "diff",
13067 "yansi",
13068]
13069
13070[[package]]
13071name = "prettyplease"
13072version = "0.2.37"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13075dependencies = [
13076 "proc-macro2",
13077 "syn 2.0.117",
13078]
13079
13080[[package]]
13081name = "primal-check"
13082version = "0.3.4"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13085dependencies = [
13086 "num-integer",
13087]
13088
13089[[package]]
13090name = "proc-macro-crate"
13091version = "3.4.0"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13094dependencies = [
13095 "toml_edit 0.23.7",
13096]
13097
13098[[package]]
13099name = "proc-macro-error"
13100version = "1.0.4"
13101source = "registry+https://github.com/rust-lang/crates.io-index"
13102checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13103dependencies = [
13104 "proc-macro-error-attr",
13105 "proc-macro2",
13106 "quote",
13107 "syn 1.0.109",
13108 "version_check",
13109]
13110
13111[[package]]
13112name = "proc-macro-error-attr"
13113version = "1.0.4"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13116dependencies = [
13117 "proc-macro2",
13118 "quote",
13119 "version_check",
13120]
13121
13122[[package]]
13123name = "proc-macro-error-attr2"
13124version = "2.0.0"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13127dependencies = [
13128 "proc-macro2",
13129 "quote",
13130]
13131
13132[[package]]
13133name = "proc-macro-error2"
13134version = "2.0.1"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13137dependencies = [
13138 "proc-macro-error-attr2",
13139 "proc-macro2",
13140 "quote",
13141 "syn 2.0.117",
13142]
13143
13144[[package]]
13145name = "proc-macro2"
13146version = "1.0.101"
13147source = "registry+https://github.com/rust-lang/crates.io-index"
13148checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13149dependencies = [
13150 "unicode-ident",
13151]
13152
13153[[package]]
13154name = "proc-macro2-diagnostics"
13155version = "0.10.1"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13158dependencies = [
13159 "proc-macro2",
13160 "quote",
13161 "syn 2.0.117",
13162 "version_check",
13163 "yansi",
13164]
13165
13166[[package]]
13167name = "procfs-core"
13168version = "0.17.0"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13171dependencies = [
13172 "bitflags 2.10.0",
13173 "hex",
13174 "serde",
13175]
13176
13177[[package]]
13178name = "profiling"
13179version = "1.0.17"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13182dependencies = [
13183 "profiling-procmacros",
13184]
13185
13186[[package]]
13187name = "profiling-procmacros"
13188version = "1.0.17"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13191dependencies = [
13192 "quote",
13193 "syn 2.0.117",
13194]
13195
13196[[package]]
13197name = "project"
13198version = "0.1.0"
13199dependencies = [
13200 "aho-corasick",
13201 "anyhow",
13202 "askpass",
13203 "async-trait",
13204 "base64 0.22.1",
13205 "buffer_diff",
13206 "circular-buffer",
13207 "client",
13208 "clock",
13209 "collections",
13210 "context_server",
13211 "credentials_provider",
13212 "dap",
13213 "encoding_rs",
13214 "extension",
13215 "fancy-regex 0.17.0",
13216 "fs",
13217 "futures 0.3.31",
13218 "fuzzy",
13219 "git",
13220 "git2",
13221 "git_hosting_providers",
13222 "globset",
13223 "gpui",
13224 "http_client",
13225 "image",
13226 "indexmap",
13227 "itertools 0.14.0",
13228 "language",
13229 "log",
13230 "lsp",
13231 "markdown",
13232 "node_runtime",
13233 "parking_lot",
13234 "paths",
13235 "postage",
13236 "prettier",
13237 "pretty_assertions",
13238 "project",
13239 "rand 0.9.2",
13240 "regex",
13241 "release_channel",
13242 "remote",
13243 "rpc",
13244 "schemars",
13245 "semver",
13246 "serde",
13247 "serde_json",
13248 "settings",
13249 "sha2",
13250 "shellexpand 2.1.2",
13251 "smallvec",
13252 "smol",
13253 "snippet",
13254 "snippet_provider",
13255 "sum_tree",
13256 "task",
13257 "tempfile",
13258 "terminal",
13259 "text",
13260 "toml 0.8.23",
13261 "tracing",
13262 "unindent",
13263 "url",
13264 "util",
13265 "watch",
13266 "wax",
13267 "which 6.0.3",
13268 "worktree",
13269 "zeroize",
13270 "zlog",
13271 "ztracing",
13272]
13273
13274[[package]]
13275name = "project_benchmarks"
13276version = "0.1.0"
13277dependencies = [
13278 "anyhow",
13279 "askpass",
13280 "clap",
13281 "client",
13282 "futures 0.3.31",
13283 "gpui",
13284 "gpui_platform",
13285 "http_client",
13286 "language",
13287 "node_runtime",
13288 "project",
13289 "release_channel",
13290 "remote",
13291 "rpassword",
13292 "semver",
13293 "settings",
13294 "watch",
13295]
13296
13297[[package]]
13298name = "project_panel"
13299version = "0.1.0"
13300dependencies = [
13301 "anyhow",
13302 "client",
13303 "collections",
13304 "command_palette_hooks",
13305 "criterion",
13306 "db",
13307 "editor",
13308 "feature_flags",
13309 "file_icons",
13310 "git",
13311 "git_ui",
13312 "gpui",
13313 "itertools 0.14.0",
13314 "language",
13315 "menu",
13316 "notifications",
13317 "pretty_assertions",
13318 "project",
13319 "rayon",
13320 "remote_connection",
13321 "schemars",
13322 "search",
13323 "serde",
13324 "serde_json",
13325 "settings",
13326 "smallvec",
13327 "telemetry",
13328 "tempfile",
13329 "theme",
13330 "ui",
13331 "util",
13332 "workspace",
13333 "worktree",
13334 "zed_actions",
13335]
13336
13337[[package]]
13338name = "project_symbols"
13339version = "0.1.0"
13340dependencies = [
13341 "anyhow",
13342 "editor",
13343 "futures 0.3.31",
13344 "fuzzy",
13345 "gpui",
13346 "language",
13347 "lsp",
13348 "ordered-float 2.10.1",
13349 "picker",
13350 "project",
13351 "release_channel",
13352 "semver",
13353 "serde_json",
13354 "settings",
13355 "theme",
13356 "util",
13357 "workspace",
13358]
13359
13360[[package]]
13361name = "prometheus"
13362version = "0.14.0"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13365dependencies = [
13366 "cfg-if",
13367 "fnv",
13368 "lazy_static",
13369 "memchr",
13370 "parking_lot",
13371 "protobuf",
13372 "thiserror 2.0.17",
13373]
13374
13375[[package]]
13376name = "prompt_store"
13377version = "0.1.0"
13378dependencies = [
13379 "anyhow",
13380 "assets",
13381 "chrono",
13382 "collections",
13383 "fs",
13384 "futures 0.3.31",
13385 "fuzzy",
13386 "gpui",
13387 "handlebars 4.5.0",
13388 "heed",
13389 "language",
13390 "log",
13391 "parking_lot",
13392 "paths",
13393 "rope",
13394 "serde",
13395 "strum 0.27.2",
13396 "tempfile",
13397 "text",
13398 "util",
13399 "uuid",
13400]
13401
13402[[package]]
13403name = "proptest"
13404version = "1.10.0"
13405source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13406dependencies = [
13407 "bit-set 0.8.0",
13408 "bit-vec 0.8.0",
13409 "bitflags 2.10.0",
13410 "num-traits",
13411 "proptest-macro",
13412 "rand 0.9.2",
13413 "rand_chacha 0.9.0",
13414 "rand_xorshift",
13415 "regex-syntax",
13416 "rusty-fork",
13417 "tempfile",
13418 "unarray",
13419]
13420
13421[[package]]
13422name = "proptest-derive"
13423version = "0.8.0"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13426dependencies = [
13427 "proc-macro2",
13428 "quote",
13429 "syn 2.0.117",
13430]
13431
13432[[package]]
13433name = "proptest-macro"
13434version = "0.5.0"
13435source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13436dependencies = [
13437 "convert_case 0.11.0",
13438 "proc-macro2",
13439 "quote",
13440 "syn 2.0.117",
13441]
13442
13443[[package]]
13444name = "prost"
13445version = "0.9.0"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13448dependencies = [
13449 "bytes 1.11.1",
13450 "prost-derive 0.9.0",
13451]
13452
13453[[package]]
13454name = "prost"
13455version = "0.12.6"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13458dependencies = [
13459 "bytes 1.11.1",
13460 "prost-derive 0.12.6",
13461]
13462
13463[[package]]
13464name = "prost-build"
13465version = "0.9.0"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13468dependencies = [
13469 "bytes 1.11.1",
13470 "heck 0.3.3",
13471 "itertools 0.10.5",
13472 "lazy_static",
13473 "log",
13474 "multimap",
13475 "petgraph",
13476 "prost 0.9.0",
13477 "prost-types 0.9.0",
13478 "regex",
13479 "tempfile",
13480 "which 4.4.2",
13481]
13482
13483[[package]]
13484name = "prost-build"
13485version = "0.12.6"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13488dependencies = [
13489 "bytes 1.11.1",
13490 "heck 0.5.0",
13491 "itertools 0.12.1",
13492 "log",
13493 "multimap",
13494 "once_cell",
13495 "petgraph",
13496 "prettyplease",
13497 "prost 0.12.6",
13498 "prost-types 0.12.6",
13499 "regex",
13500 "syn 2.0.117",
13501 "tempfile",
13502]
13503
13504[[package]]
13505name = "prost-derive"
13506version = "0.9.0"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13509dependencies = [
13510 "anyhow",
13511 "itertools 0.10.5",
13512 "proc-macro2",
13513 "quote",
13514 "syn 1.0.109",
13515]
13516
13517[[package]]
13518name = "prost-derive"
13519version = "0.12.6"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13522dependencies = [
13523 "anyhow",
13524 "itertools 0.12.1",
13525 "proc-macro2",
13526 "quote",
13527 "syn 2.0.117",
13528]
13529
13530[[package]]
13531name = "prost-types"
13532version = "0.9.0"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13535dependencies = [
13536 "bytes 1.11.1",
13537 "prost 0.9.0",
13538]
13539
13540[[package]]
13541name = "prost-types"
13542version = "0.12.6"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13545dependencies = [
13546 "prost 0.12.6",
13547]
13548
13549[[package]]
13550name = "proto"
13551version = "0.1.0"
13552dependencies = [
13553 "anyhow",
13554 "prost 0.9.0",
13555 "prost-build 0.9.0",
13556 "serde",
13557]
13558
13559[[package]]
13560name = "protobuf"
13561version = "3.7.2"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13564dependencies = [
13565 "once_cell",
13566 "protobuf-support",
13567 "thiserror 1.0.69",
13568]
13569
13570[[package]]
13571name = "protobuf-support"
13572version = "3.7.2"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13575dependencies = [
13576 "thiserror 1.0.69",
13577]
13578
13579[[package]]
13580name = "psm"
13581version = "0.1.30"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13584dependencies = [
13585 "ar_archive_writer",
13586 "cc",
13587]
13588
13589[[package]]
13590name = "ptr_meta"
13591version = "0.1.4"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13594dependencies = [
13595 "ptr_meta_derive",
13596]
13597
13598[[package]]
13599name = "ptr_meta_derive"
13600version = "0.1.4"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13603dependencies = [
13604 "proc-macro2",
13605 "quote",
13606 "syn 1.0.109",
13607]
13608
13609[[package]]
13610name = "pulldown-cmark"
13611version = "0.10.3"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13614dependencies = [
13615 "bitflags 2.10.0",
13616 "memchr",
13617 "pulldown-cmark-escape",
13618 "unicase",
13619]
13620
13621[[package]]
13622name = "pulldown-cmark"
13623version = "0.13.0"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13626dependencies = [
13627 "bitflags 2.10.0",
13628 "memchr",
13629 "unicase",
13630]
13631
13632[[package]]
13633name = "pulldown-cmark-escape"
13634version = "0.10.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13637
13638[[package]]
13639name = "pulley-interpreter"
13640version = "33.0.2"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13643dependencies = [
13644 "cranelift-bitset",
13645 "log",
13646 "wasmtime-math",
13647]
13648
13649[[package]]
13650name = "pulp"
13651version = "0.18.22"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13654dependencies = [
13655 "bytemuck",
13656 "libm",
13657 "num-complex",
13658 "reborrow",
13659]
13660
13661[[package]]
13662name = "pulp"
13663version = "0.21.5"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13666dependencies = [
13667 "bytemuck",
13668 "cfg-if",
13669 "libm",
13670 "num-complex",
13671 "reborrow",
13672 "version_check",
13673]
13674
13675[[package]]
13676name = "pxfm"
13677version = "0.1.25"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13680dependencies = [
13681 "num-traits",
13682]
13683
13684[[package]]
13685name = "qoi"
13686version = "0.4.1"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13689dependencies = [
13690 "bytemuck",
13691]
13692
13693[[package]]
13694name = "quick-error"
13695version = "1.2.3"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13698
13699[[package]]
13700name = "quick-error"
13701version = "2.0.1"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13704
13705[[package]]
13706name = "quick-xml"
13707version = "0.30.0"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13710dependencies = [
13711 "memchr",
13712]
13713
13714[[package]]
13715name = "quick-xml"
13716version = "0.37.5"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13719dependencies = [
13720 "memchr",
13721]
13722
13723[[package]]
13724name = "quick-xml"
13725version = "0.38.3"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13728dependencies = [
13729 "memchr",
13730]
13731
13732[[package]]
13733name = "quinn"
13734version = "0.11.9"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13737dependencies = [
13738 "bytes 1.11.1",
13739 "cfg_aliases 0.2.1",
13740 "pin-project-lite",
13741 "quinn-proto",
13742 "quinn-udp",
13743 "rustc-hash 2.1.1",
13744 "rustls 0.23.33",
13745 "socket2 0.6.1",
13746 "thiserror 2.0.17",
13747 "tokio",
13748 "tracing",
13749 "web-time",
13750]
13751
13752[[package]]
13753name = "quinn-proto"
13754version = "0.11.13"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13757dependencies = [
13758 "bytes 1.11.1",
13759 "getrandom 0.3.4",
13760 "lru-slab",
13761 "rand 0.9.2",
13762 "ring",
13763 "rustc-hash 2.1.1",
13764 "rustls 0.23.33",
13765 "rustls-pki-types",
13766 "slab",
13767 "thiserror 2.0.17",
13768 "tinyvec",
13769 "tracing",
13770 "web-time",
13771]
13772
13773[[package]]
13774name = "quinn-udp"
13775version = "0.5.14"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13778dependencies = [
13779 "cfg_aliases 0.2.1",
13780 "libc",
13781 "once_cell",
13782 "socket2 0.6.1",
13783 "tracing",
13784 "windows-sys 0.60.2",
13785]
13786
13787[[package]]
13788name = "quote"
13789version = "1.0.41"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13792dependencies = [
13793 "proc-macro2",
13794]
13795
13796[[package]]
13797name = "r-efi"
13798version = "5.3.0"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13801
13802[[package]]
13803name = "radium"
13804version = "0.7.0"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13807
13808[[package]]
13809name = "rand"
13810version = "0.3.23"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13813dependencies = [
13814 "libc",
13815 "rand 0.4.6",
13816]
13817
13818[[package]]
13819name = "rand"
13820version = "0.4.6"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13823dependencies = [
13824 "fuchsia-cprng",
13825 "libc",
13826 "rand_core 0.3.1",
13827 "rdrand",
13828 "winapi",
13829]
13830
13831[[package]]
13832name = "rand"
13833version = "0.8.5"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13836dependencies = [
13837 "libc",
13838 "rand_chacha 0.3.1",
13839 "rand_core 0.6.4",
13840]
13841
13842[[package]]
13843name = "rand"
13844version = "0.9.2"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13847dependencies = [
13848 "rand_chacha 0.9.0",
13849 "rand_core 0.9.3",
13850]
13851
13852[[package]]
13853name = "rand_chacha"
13854version = "0.3.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13857dependencies = [
13858 "ppv-lite86",
13859 "rand_core 0.6.4",
13860]
13861
13862[[package]]
13863name = "rand_chacha"
13864version = "0.9.0"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13867dependencies = [
13868 "ppv-lite86",
13869 "rand_core 0.9.3",
13870]
13871
13872[[package]]
13873name = "rand_core"
13874version = "0.3.1"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13877dependencies = [
13878 "rand_core 0.4.2",
13879]
13880
13881[[package]]
13882name = "rand_core"
13883version = "0.4.2"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13886
13887[[package]]
13888name = "rand_core"
13889version = "0.6.4"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13892dependencies = [
13893 "getrandom 0.2.16",
13894]
13895
13896[[package]]
13897name = "rand_core"
13898version = "0.9.3"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13901dependencies = [
13902 "getrandom 0.3.4",
13903]
13904
13905[[package]]
13906name = "rand_distr"
13907version = "0.5.1"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13910dependencies = [
13911 "num-traits",
13912 "rand 0.9.2",
13913]
13914
13915[[package]]
13916name = "rand_pcg"
13917version = "0.3.1"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13920dependencies = [
13921 "rand_core 0.6.4",
13922]
13923
13924[[package]]
13925name = "rand_xorshift"
13926version = "0.4.0"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13929dependencies = [
13930 "rand_core 0.9.3",
13931]
13932
13933[[package]]
13934name = "random_choice"
13935version = "0.3.2"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13938dependencies = [
13939 "rand 0.3.23",
13940]
13941
13942[[package]]
13943name = "range-alloc"
13944version = "0.1.4"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13947
13948[[package]]
13949name = "range-map"
13950version = "0.2.0"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13953dependencies = [
13954 "num-traits",
13955]
13956
13957[[package]]
13958name = "rangemap"
13959version = "1.7.1"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13962
13963[[package]]
13964name = "rav1e"
13965version = "0.7.1"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13968dependencies = [
13969 "arbitrary",
13970 "arg_enum_proc_macro",
13971 "arrayvec",
13972 "av1-grain",
13973 "bitstream-io",
13974 "built",
13975 "cfg-if",
13976 "interpolate_name",
13977 "itertools 0.12.1",
13978 "libc",
13979 "libfuzzer-sys",
13980 "log",
13981 "maybe-rayon",
13982 "new_debug_unreachable",
13983 "noop_proc_macro",
13984 "num-derive",
13985 "num-traits",
13986 "once_cell",
13987 "paste",
13988 "profiling",
13989 "rand 0.8.5",
13990 "rand_chacha 0.3.1",
13991 "simd_helpers",
13992 "system-deps 6.2.2",
13993 "thiserror 1.0.69",
13994 "v_frame",
13995 "wasm-bindgen",
13996]
13997
13998[[package]]
13999name = "ravif"
14000version = "0.11.20"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14003dependencies = [
14004 "avif-serialize",
14005 "imgref",
14006 "loop9",
14007 "quick-error 2.0.1",
14008 "rav1e",
14009 "rayon",
14010 "rgb",
14011]
14012
14013[[package]]
14014name = "raw-cpuid"
14015version = "10.7.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14018dependencies = [
14019 "bitflags 1.3.2",
14020]
14021
14022[[package]]
14023name = "raw-cpuid"
14024version = "11.6.0"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14027dependencies = [
14028 "bitflags 2.10.0",
14029]
14030
14031[[package]]
14032name = "raw-window-handle"
14033version = "0.6.2"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14036
14037[[package]]
14038name = "raw-window-metal"
14039version = "1.1.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14042dependencies = [
14043 "objc2",
14044 "objc2-core-foundation",
14045 "objc2-foundation",
14046 "objc2-quartz-core",
14047]
14048
14049[[package]]
14050name = "rayon"
14051version = "1.11.0"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14054dependencies = [
14055 "either",
14056 "rayon-core",
14057]
14058
14059[[package]]
14060name = "rayon-core"
14061version = "1.13.0"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14064dependencies = [
14065 "crossbeam-deque",
14066 "crossbeam-utils",
14067]
14068
14069[[package]]
14070name = "rdrand"
14071version = "0.4.0"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14074dependencies = [
14075 "rand_core 0.3.1",
14076]
14077
14078[[package]]
14079name = "read-fonts"
14080version = "0.35.0"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14083dependencies = [
14084 "bytemuck",
14085 "font-types 0.10.0",
14086]
14087
14088[[package]]
14089name = "read-fonts"
14090version = "0.37.0"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14093dependencies = [
14094 "bytemuck",
14095 "core_maths",
14096 "font-types 0.11.0",
14097]
14098
14099[[package]]
14100name = "realfft"
14101version = "3.5.0"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14104dependencies = [
14105 "rustfft",
14106]
14107
14108[[package]]
14109name = "reborrow"
14110version = "0.5.5"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14113
14114[[package]]
14115name = "recent_projects"
14116version = "0.1.0"
14117dependencies = [
14118 "anyhow",
14119 "askpass",
14120 "chrono",
14121 "db",
14122 "dev_container",
14123 "editor",
14124 "extension",
14125 "extension_host",
14126 "fs",
14127 "futures 0.3.31",
14128 "fuzzy",
14129 "gpui",
14130 "http_client",
14131 "indoc",
14132 "language",
14133 "log",
14134 "menu",
14135 "node_runtime",
14136 "open_path_prompt",
14137 "ordered-float 2.10.1",
14138 "paths",
14139 "picker",
14140 "project",
14141 "release_channel",
14142 "remote",
14143 "remote_connection",
14144 "remote_server",
14145 "semver",
14146 "serde",
14147 "serde_json",
14148 "settings",
14149 "smol",
14150 "task",
14151 "telemetry",
14152 "ui",
14153 "ui_input",
14154 "util",
14155 "windows-registry 0.6.1",
14156 "workspace",
14157 "worktree",
14158 "zed_actions",
14159]
14160
14161[[package]]
14162name = "redox_syscall"
14163version = "0.2.16"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14166dependencies = [
14167 "bitflags 1.3.2",
14168]
14169
14170[[package]]
14171name = "redox_syscall"
14172version = "0.5.18"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14175dependencies = [
14176 "bitflags 2.10.0",
14177]
14178
14179[[package]]
14180name = "redox_users"
14181version = "0.4.6"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14184dependencies = [
14185 "getrandom 0.2.16",
14186 "libredox",
14187 "thiserror 1.0.69",
14188]
14189
14190[[package]]
14191name = "redox_users"
14192version = "0.5.2"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14195dependencies = [
14196 "getrandom 0.2.16",
14197 "libredox",
14198 "thiserror 2.0.17",
14199]
14200
14201[[package]]
14202name = "ref-cast"
14203version = "1.0.25"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14206dependencies = [
14207 "ref-cast-impl",
14208]
14209
14210[[package]]
14211name = "ref-cast-impl"
14212version = "1.0.25"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14215dependencies = [
14216 "proc-macro2",
14217 "quote",
14218 "syn 2.0.117",
14219]
14220
14221[[package]]
14222name = "referencing"
14223version = "0.37.4"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14226dependencies = [
14227 "ahash 0.8.12",
14228 "fluent-uri",
14229 "getrandom 0.3.4",
14230 "hashbrown 0.16.1",
14231 "parking_lot",
14232 "percent-encoding",
14233 "serde_json",
14234]
14235
14236[[package]]
14237name = "refineable"
14238version = "0.1.0"
14239dependencies = [
14240 "derive_refineable",
14241]
14242
14243[[package]]
14244name = "regalloc2"
14245version = "0.12.2"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14248dependencies = [
14249 "allocator-api2",
14250 "bumpalo",
14251 "hashbrown 0.15.5",
14252 "log",
14253 "rustc-hash 2.1.1",
14254 "serde",
14255 "smallvec",
14256]
14257
14258[[package]]
14259name = "regex"
14260version = "1.12.2"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14263dependencies = [
14264 "aho-corasick",
14265 "memchr",
14266 "regex-automata",
14267 "regex-syntax",
14268]
14269
14270[[package]]
14271name = "regex-automata"
14272version = "0.4.13"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14275dependencies = [
14276 "aho-corasick",
14277 "memchr",
14278 "regex-syntax",
14279]
14280
14281[[package]]
14282name = "regex-lite"
14283version = "0.1.8"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14286
14287[[package]]
14288name = "regex-syntax"
14289version = "0.8.8"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14292
14293[[package]]
14294name = "release_channel"
14295version = "0.1.0"
14296dependencies = [
14297 "gpui",
14298 "semver",
14299]
14300
14301[[package]]
14302name = "remote"
14303version = "0.1.0"
14304dependencies = [
14305 "anyhow",
14306 "askpass",
14307 "async-trait",
14308 "base64 0.22.1",
14309 "collections",
14310 "fs",
14311 "futures 0.3.31",
14312 "gpui",
14313 "log",
14314 "parking_lot",
14315 "paths",
14316 "prost 0.9.0",
14317 "release_channel",
14318 "rpc",
14319 "schemars",
14320 "semver",
14321 "serde",
14322 "serde_json",
14323 "settings",
14324 "smol",
14325 "tempfile",
14326 "thiserror 2.0.17",
14327 "urlencoding",
14328 "util",
14329 "which 6.0.3",
14330]
14331
14332[[package]]
14333name = "remote_connection"
14334version = "0.1.0"
14335dependencies = [
14336 "anyhow",
14337 "askpass",
14338 "auto_update",
14339 "futures 0.3.31",
14340 "gpui",
14341 "log",
14342 "markdown",
14343 "menu",
14344 "release_channel",
14345 "remote",
14346 "semver",
14347 "settings",
14348 "theme",
14349 "ui",
14350 "ui_input",
14351 "workspace",
14352]
14353
14354[[package]]
14355name = "remote_server"
14356version = "0.1.0"
14357dependencies = [
14358 "action_log",
14359 "agent",
14360 "anyhow",
14361 "askpass",
14362 "cargo_toml",
14363 "clap",
14364 "client",
14365 "clock",
14366 "collections",
14367 "crash-handler",
14368 "crashes",
14369 "dap_adapters",
14370 "debug_adapter_extension",
14371 "editor",
14372 "env_logger 0.11.8",
14373 "extension",
14374 "extension_host",
14375 "fork",
14376 "fs",
14377 "futures 0.3.31",
14378 "git",
14379 "git2",
14380 "git_hosting_providers",
14381 "gpui",
14382 "gpui_platform",
14383 "gpui_tokio",
14384 "http_client",
14385 "image",
14386 "json_schema_store",
14387 "language",
14388 "language_extension",
14389 "language_model",
14390 "languages",
14391 "libc",
14392 "log",
14393 "lsp",
14394 "minidumper",
14395 "net",
14396 "node_runtime",
14397 "paths",
14398 "pretty_assertions",
14399 "project",
14400 "proto",
14401 "rayon",
14402 "release_channel",
14403 "remote",
14404 "reqwest_client",
14405 "rpc",
14406 "rust-embed",
14407 "semver",
14408 "serde",
14409 "serde_json",
14410 "settings",
14411 "shellexpand 2.1.2",
14412 "smol",
14413 "sysinfo 0.37.2",
14414 "task",
14415 "theme",
14416 "thiserror 2.0.17",
14417 "toml 0.8.23",
14418 "unindent",
14419 "util",
14420 "uuid",
14421 "watch",
14422 "windows 0.61.3",
14423 "worktree",
14424 "zlog",
14425]
14426
14427[[package]]
14428name = "rend"
14429version = "0.4.2"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14432dependencies = [
14433 "bytecheck",
14434]
14435
14436[[package]]
14437name = "renderdoc-sys"
14438version = "1.1.0"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14441
14442[[package]]
14443name = "repl"
14444version = "0.1.0"
14445dependencies = [
14446 "alacritty_terminal",
14447 "anyhow",
14448 "async-dispatcher",
14449 "async-task",
14450 "async-tungstenite",
14451 "base64 0.22.1",
14452 "client",
14453 "collections",
14454 "command_palette_hooks",
14455 "editor",
14456 "feature_flags",
14457 "file_icons",
14458 "futures 0.3.31",
14459 "gpui",
14460 "html_to_markdown",
14461 "http_client",
14462 "image",
14463 "indoc",
14464 "jupyter-protocol",
14465 "jupyter-websocket-client",
14466 "language",
14467 "languages",
14468 "log",
14469 "markdown",
14470 "menu",
14471 "multi_buffer",
14472 "nbformat",
14473 "picker",
14474 "project",
14475 "remote",
14476 "runtimelib",
14477 "serde",
14478 "serde_json",
14479 "settings",
14480 "shlex",
14481 "smol",
14482 "telemetry",
14483 "terminal",
14484 "terminal_view",
14485 "theme",
14486 "tree-sitter-md",
14487 "tree-sitter-python",
14488 "tree-sitter-typescript",
14489 "ui",
14490 "util",
14491 "uuid",
14492 "workspace",
14493 "zed_actions",
14494]
14495
14496[[package]]
14497name = "reqwest"
14498version = "0.11.27"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14501dependencies = [
14502 "base64 0.21.7",
14503 "bytes 1.11.1",
14504 "encoding_rs",
14505 "futures-core",
14506 "futures-util",
14507 "h2 0.3.27",
14508 "http 0.2.12",
14509 "http-body 0.4.6",
14510 "hyper 0.14.32",
14511 "hyper-tls",
14512 "ipnet",
14513 "js-sys",
14514 "log",
14515 "mime",
14516 "native-tls",
14517 "once_cell",
14518 "percent-encoding",
14519 "pin-project-lite",
14520 "rustls-pemfile 1.0.4",
14521 "serde",
14522 "serde_json",
14523 "serde_urlencoded",
14524 "sync_wrapper 0.1.2",
14525 "system-configuration 0.5.1",
14526 "tokio",
14527 "tokio-native-tls",
14528 "tower-service",
14529 "url",
14530 "wasm-bindgen",
14531 "wasm-bindgen-futures",
14532 "web-sys",
14533 "winreg 0.50.0",
14534]
14535
14536[[package]]
14537name = "reqwest"
14538version = "0.12.24"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14541dependencies = [
14542 "base64 0.22.1",
14543 "bytes 1.11.1",
14544 "futures-channel",
14545 "futures-core",
14546 "futures-util",
14547 "http 1.3.1",
14548 "http-body 1.0.1",
14549 "http-body-util",
14550 "hyper 1.7.0",
14551 "hyper-rustls 0.27.7",
14552 "hyper-util",
14553 "js-sys",
14554 "log",
14555 "percent-encoding",
14556 "pin-project-lite",
14557 "quinn",
14558 "rustls 0.23.33",
14559 "rustls-native-certs 0.8.2",
14560 "rustls-pki-types",
14561 "serde",
14562 "serde_json",
14563 "serde_urlencoded",
14564 "sync_wrapper 1.0.2",
14565 "tokio",
14566 "tokio-rustls 0.26.2",
14567 "tower 0.5.2",
14568 "tower-http 0.6.6",
14569 "tower-service",
14570 "url",
14571 "wasm-bindgen",
14572 "wasm-bindgen-futures",
14573 "web-sys",
14574]
14575
14576[[package]]
14577name = "reqwest_client"
14578version = "0.1.0"
14579dependencies = [
14580 "anyhow",
14581 "bytes 1.11.1",
14582 "futures 0.3.31",
14583 "gpui_util",
14584 "http_client",
14585 "http_client_tls",
14586 "log",
14587 "regex",
14588 "serde",
14589 "tokio",
14590 "zed-reqwest",
14591]
14592
14593[[package]]
14594name = "resvg"
14595version = "0.45.1"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14598dependencies = [
14599 "log",
14600 "pico-args",
14601 "rgb",
14602 "svgtypes",
14603 "tiny-skia",
14604 "usvg",
14605]
14606
14607[[package]]
14608name = "rfc6979"
14609version = "0.3.1"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14612dependencies = [
14613 "crypto-bigint 0.4.9",
14614 "hmac",
14615 "zeroize",
14616]
14617
14618[[package]]
14619name = "rgb"
14620version = "0.8.52"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14623dependencies = [
14624 "bytemuck",
14625]
14626
14627[[package]]
14628name = "ring"
14629version = "0.17.14"
14630source = "registry+https://github.com/rust-lang/crates.io-index"
14631checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14632dependencies = [
14633 "cc",
14634 "cfg-if",
14635 "getrandom 0.2.16",
14636 "libc",
14637 "untrusted 0.9.0",
14638 "windows-sys 0.52.0",
14639]
14640
14641[[package]]
14642name = "rkyv"
14643version = "0.7.45"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14646dependencies = [
14647 "bitvec",
14648 "bytecheck",
14649 "bytes 1.11.1",
14650 "hashbrown 0.12.3",
14651 "ptr_meta",
14652 "rend",
14653 "rkyv_derive",
14654 "seahash",
14655 "tinyvec",
14656 "uuid",
14657]
14658
14659[[package]]
14660name = "rkyv_derive"
14661version = "0.7.45"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14664dependencies = [
14665 "proc-macro2",
14666 "quote",
14667 "syn 1.0.109",
14668]
14669
14670[[package]]
14671name = "rmp"
14672version = "0.8.14"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14675dependencies = [
14676 "byteorder",
14677 "num-traits",
14678 "paste",
14679]
14680
14681[[package]]
14682name = "rmpv"
14683version = "1.3.0"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14686dependencies = [
14687 "num-traits",
14688 "rmp",
14689]
14690
14691[[package]]
14692name = "rodio"
14693version = "0.21.1"
14694source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14695dependencies = [
14696 "cpal",
14697 "dasp_sample",
14698 "hound",
14699 "num-rational",
14700 "rand 0.9.2",
14701 "rand_distr",
14702 "rtrb",
14703 "symphonia",
14704 "thiserror 2.0.17",
14705]
14706
14707[[package]]
14708name = "rope"
14709version = "0.1.0"
14710dependencies = [
14711 "criterion",
14712 "ctor",
14713 "gpui",
14714 "heapless",
14715 "log",
14716 "rand 0.9.2",
14717 "rayon",
14718 "sum_tree",
14719 "tracing",
14720 "unicode-segmentation",
14721 "util",
14722 "zlog",
14723 "ztracing",
14724]
14725
14726[[package]]
14727name = "roxmltree"
14728version = "0.20.0"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14731
14732[[package]]
14733name = "rpassword"
14734version = "7.4.0"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14737dependencies = [
14738 "libc",
14739 "rtoolbox",
14740 "windows-sys 0.59.0",
14741]
14742
14743[[package]]
14744name = "rpc"
14745version = "0.1.0"
14746dependencies = [
14747 "anyhow",
14748 "async-tungstenite",
14749 "base64 0.22.1",
14750 "collections",
14751 "futures 0.3.31",
14752 "gpui",
14753 "parking_lot",
14754 "proto",
14755 "rand 0.9.2",
14756 "rsa",
14757 "serde",
14758 "serde_json",
14759 "sha2",
14760 "strum 0.27.2",
14761 "tracing",
14762 "util",
14763 "zlog",
14764 "zstd",
14765]
14766
14767[[package]]
14768name = "rsa"
14769version = "0.9.10"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14772dependencies = [
14773 "const-oid",
14774 "digest",
14775 "num-bigint-dig 0.8.6",
14776 "num-integer",
14777 "num-traits",
14778 "pkcs1",
14779 "pkcs8 0.10.2",
14780 "rand_core 0.6.4",
14781 "signature 2.2.0",
14782 "spki 0.7.3",
14783 "subtle",
14784 "zeroize",
14785]
14786
14787[[package]]
14788name = "rtoolbox"
14789version = "0.0.3"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14792dependencies = [
14793 "libc",
14794 "windows-sys 0.52.0",
14795]
14796
14797[[package]]
14798name = "rtrb"
14799version = "0.3.2"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14802
14803[[package]]
14804name = "rules_library"
14805version = "0.1.0"
14806dependencies = [
14807 "anyhow",
14808 "collections",
14809 "editor",
14810 "gpui",
14811 "language",
14812 "language_model",
14813 "log",
14814 "menu",
14815 "picker",
14816 "platform_title_bar",
14817 "prompt_store",
14818 "release_channel",
14819 "rope",
14820 "serde",
14821 "settings",
14822 "theme",
14823 "ui",
14824 "ui_input",
14825 "util",
14826 "workspace",
14827 "zed_actions",
14828]
14829
14830[[package]]
14831name = "runtimelib"
14832version = "1.4.0"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14835dependencies = [
14836 "async-dispatcher",
14837 "async-std",
14838 "aws-lc-rs",
14839 "base64 0.22.1",
14840 "bytes 1.11.1",
14841 "chrono",
14842 "data-encoding",
14843 "dirs 6.0.0",
14844 "futures 0.3.31",
14845 "glob",
14846 "jupyter-protocol",
14847 "serde",
14848 "serde_json",
14849 "shellexpand 3.1.1",
14850 "smol",
14851 "thiserror 2.0.17",
14852 "uuid",
14853 "zeromq",
14854]
14855
14856[[package]]
14857name = "rust-embed"
14858version = "8.7.2"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14861dependencies = [
14862 "rust-embed-impl",
14863 "rust-embed-utils",
14864 "walkdir",
14865]
14866
14867[[package]]
14868name = "rust-embed-impl"
14869version = "8.7.2"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14872dependencies = [
14873 "proc-macro2",
14874 "quote",
14875 "rust-embed-utils",
14876 "syn 2.0.117",
14877 "walkdir",
14878]
14879
14880[[package]]
14881name = "rust-embed-utils"
14882version = "8.7.2"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14885dependencies = [
14886 "globset",
14887 "sha2",
14888 "walkdir",
14889]
14890
14891[[package]]
14892name = "rust_decimal"
14893version = "1.39.0"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14896dependencies = [
14897 "arrayvec",
14898 "borsh",
14899 "bytes 1.11.1",
14900 "num-traits",
14901 "rand 0.8.5",
14902 "rkyv",
14903 "serde",
14904 "serde_json",
14905]
14906
14907[[package]]
14908name = "rustc-demangle"
14909version = "0.1.26"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14912
14913[[package]]
14914name = "rustc-hash"
14915version = "1.1.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14918
14919[[package]]
14920name = "rustc-hash"
14921version = "2.1.1"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14924
14925[[package]]
14926name = "rustc_version"
14927version = "0.4.1"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14930dependencies = [
14931 "semver",
14932]
14933
14934[[package]]
14935name = "rustfft"
14936version = "6.4.1"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14939dependencies = [
14940 "num-complex",
14941 "num-integer",
14942 "num-traits",
14943 "primal-check",
14944 "strength_reduce",
14945 "transpose",
14946]
14947
14948[[package]]
14949name = "rustix"
14950version = "0.38.44"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14953dependencies = [
14954 "bitflags 2.10.0",
14955 "errno 0.3.14",
14956 "libc",
14957 "linux-raw-sys 0.4.15",
14958 "windows-sys 0.59.0",
14959]
14960
14961[[package]]
14962name = "rustix"
14963version = "1.1.2"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14966dependencies = [
14967 "bitflags 2.10.0",
14968 "errno 0.3.14",
14969 "libc",
14970 "linux-raw-sys 0.11.0",
14971 "windows-sys 0.61.2",
14972]
14973
14974[[package]]
14975name = "rustix-linux-procfs"
14976version = "0.1.1"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14979dependencies = [
14980 "once_cell",
14981 "rustix 1.1.2",
14982]
14983
14984[[package]]
14985name = "rustix-openpty"
14986version = "0.2.0"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14989dependencies = [
14990 "errno 0.3.14",
14991 "libc",
14992 "rustix 1.1.2",
14993]
14994
14995[[package]]
14996name = "rustls"
14997version = "0.21.12"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15000dependencies = [
15001 "log",
15002 "ring",
15003 "rustls-webpki 0.101.7",
15004 "sct",
15005]
15006
15007[[package]]
15008name = "rustls"
15009version = "0.23.33"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15012dependencies = [
15013 "aws-lc-rs",
15014 "log",
15015 "once_cell",
15016 "ring",
15017 "rustls-pki-types",
15018 "rustls-webpki 0.103.7",
15019 "subtle",
15020 "zeroize",
15021]
15022
15023[[package]]
15024name = "rustls-native-certs"
15025version = "0.6.3"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15028dependencies = [
15029 "openssl-probe",
15030 "rustls-pemfile 1.0.4",
15031 "schannel",
15032 "security-framework 2.11.1",
15033]
15034
15035[[package]]
15036name = "rustls-native-certs"
15037version = "0.8.2"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15040dependencies = [
15041 "openssl-probe",
15042 "rustls-pki-types",
15043 "schannel",
15044 "security-framework 3.5.1",
15045]
15046
15047[[package]]
15048name = "rustls-pemfile"
15049version = "1.0.4"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15052dependencies = [
15053 "base64 0.21.7",
15054]
15055
15056[[package]]
15057name = "rustls-pemfile"
15058version = "2.2.0"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15061dependencies = [
15062 "rustls-pki-types",
15063]
15064
15065[[package]]
15066name = "rustls-pki-types"
15067version = "1.12.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15070dependencies = [
15071 "web-time",
15072 "zeroize",
15073]
15074
15075[[package]]
15076name = "rustls-platform-verifier"
15077version = "0.5.3"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15080dependencies = [
15081 "core-foundation 0.10.0",
15082 "core-foundation-sys",
15083 "jni",
15084 "log",
15085 "once_cell",
15086 "rustls 0.23.33",
15087 "rustls-native-certs 0.8.2",
15088 "rustls-platform-verifier-android",
15089 "rustls-webpki 0.103.7",
15090 "security-framework 3.5.1",
15091 "security-framework-sys",
15092 "webpki-root-certs",
15093 "windows-sys 0.59.0",
15094]
15095
15096[[package]]
15097name = "rustls-platform-verifier-android"
15098version = "0.1.1"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15101
15102[[package]]
15103name = "rustls-webpki"
15104version = "0.101.7"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15107dependencies = [
15108 "ring",
15109 "untrusted 0.9.0",
15110]
15111
15112[[package]]
15113name = "rustls-webpki"
15114version = "0.103.7"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15117dependencies = [
15118 "aws-lc-rs",
15119 "ring",
15120 "rustls-pki-types",
15121 "untrusted 0.9.0",
15122]
15123
15124[[package]]
15125name = "rustversion"
15126version = "1.0.22"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15129
15130[[package]]
15131name = "rusty-fork"
15132version = "0.3.1"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15135dependencies = [
15136 "fnv",
15137 "quick-error 1.2.3",
15138 "tempfile",
15139 "wait-timeout",
15140]
15141
15142[[package]]
15143name = "rustybuzz"
15144version = "0.20.1"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15147dependencies = [
15148 "bitflags 2.10.0",
15149 "bytemuck",
15150 "core_maths",
15151 "log",
15152 "smallvec",
15153 "ttf-parser 0.25.1",
15154 "unicode-bidi-mirroring",
15155 "unicode-ccc",
15156 "unicode-properties",
15157 "unicode-script",
15158]
15159
15160[[package]]
15161name = "ryu"
15162version = "1.0.20"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15165
15166[[package]]
15167name = "saa"
15168version = "5.4.9"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15171
15172[[package]]
15173name = "safetensors"
15174version = "0.4.5"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15177dependencies = [
15178 "serde",
15179 "serde_json",
15180]
15181
15182[[package]]
15183name = "same-file"
15184version = "1.0.6"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15187dependencies = [
15188 "winapi-util",
15189]
15190
15191[[package]]
15192name = "scc"
15193version = "3.5.6"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15196dependencies = [
15197 "saa",
15198 "sdd",
15199]
15200
15201[[package]]
15202name = "schannel"
15203version = "0.1.28"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15206dependencies = [
15207 "windows-sys 0.61.2",
15208]
15209
15210[[package]]
15211name = "scheduler"
15212version = "0.1.0"
15213dependencies = [
15214 "async-task",
15215 "backtrace",
15216 "chrono",
15217 "flume",
15218 "futures 0.3.31",
15219 "parking_lot",
15220 "rand 0.9.2",
15221 "web-time",
15222]
15223
15224[[package]]
15225name = "schema_generator"
15226version = "0.1.0"
15227dependencies = [
15228 "anyhow",
15229 "clap",
15230 "env_logger 0.11.8",
15231 "schemars",
15232 "serde",
15233 "serde_json",
15234 "settings",
15235 "theme",
15236]
15237
15238[[package]]
15239name = "schemars"
15240version = "1.0.4"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15243dependencies = [
15244 "dyn-clone",
15245 "indexmap",
15246 "ref-cast",
15247 "schemars_derive",
15248 "serde",
15249 "serde_json",
15250]
15251
15252[[package]]
15253name = "schemars_derive"
15254version = "1.0.4"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15257dependencies = [
15258 "proc-macro2",
15259 "quote",
15260 "serde_derive_internals",
15261 "syn 2.0.117",
15262]
15263
15264[[package]]
15265name = "scoped-tls"
15266version = "1.0.1"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15269
15270[[package]]
15271name = "scopeguard"
15272version = "1.2.0"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15275
15276[[package]]
15277name = "scratch"
15278version = "1.0.9"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15281
15282[[package]]
15283name = "screencapturekit"
15284version = "0.2.8"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15287dependencies = [
15288 "screencapturekit-sys",
15289]
15290
15291[[package]]
15292name = "screencapturekit-sys"
15293version = "0.2.8"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15296dependencies = [
15297 "block",
15298 "dispatch",
15299 "objc",
15300 "objc-foundation",
15301 "objc_id",
15302 "once_cell",
15303]
15304
15305[[package]]
15306name = "scroll"
15307version = "0.12.0"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15310dependencies = [
15311 "scroll_derive",
15312]
15313
15314[[package]]
15315name = "scroll_derive"
15316version = "0.12.1"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15319dependencies = [
15320 "proc-macro2",
15321 "quote",
15322 "syn 2.0.117",
15323]
15324
15325[[package]]
15326name = "sct"
15327version = "0.7.1"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15330dependencies = [
15331 "ring",
15332 "untrusted 0.9.0",
15333]
15334
15335[[package]]
15336name = "sdd"
15337version = "4.6.2"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15340
15341[[package]]
15342name = "sea-bae"
15343version = "0.2.1"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15346dependencies = [
15347 "heck 0.4.1",
15348 "proc-macro-error2",
15349 "proc-macro2",
15350 "quote",
15351 "syn 2.0.117",
15352]
15353
15354[[package]]
15355name = "sea-orm"
15356version = "1.1.10"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15359dependencies = [
15360 "async-stream",
15361 "async-trait",
15362 "bigdecimal",
15363 "chrono",
15364 "futures-util",
15365 "log",
15366 "ouroboros",
15367 "pgvector",
15368 "rust_decimal",
15369 "sea-orm-macros",
15370 "sea-query",
15371 "sea-query-binder",
15372 "serde",
15373 "serde_json",
15374 "sqlx",
15375 "strum 0.26.3",
15376 "thiserror 2.0.17",
15377 "time",
15378 "tracing",
15379 "url",
15380 "uuid",
15381]
15382
15383[[package]]
15384name = "sea-orm-macros"
15385version = "1.1.10"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15388dependencies = [
15389 "heck 0.4.1",
15390 "proc-macro2",
15391 "quote",
15392 "sea-bae",
15393 "syn 2.0.117",
15394 "unicode-ident",
15395]
15396
15397[[package]]
15398name = "sea-query"
15399version = "0.32.7"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15402dependencies = [
15403 "bigdecimal",
15404 "chrono",
15405 "inherent",
15406 "ordered-float 4.6.0",
15407 "rust_decimal",
15408 "serde_json",
15409 "time",
15410 "uuid",
15411]
15412
15413[[package]]
15414name = "sea-query-binder"
15415version = "0.7.0"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15418dependencies = [
15419 "bigdecimal",
15420 "chrono",
15421 "rust_decimal",
15422 "sea-query",
15423 "serde_json",
15424 "sqlx",
15425 "time",
15426 "uuid",
15427]
15428
15429[[package]]
15430name = "seahash"
15431version = "4.1.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15434
15435[[package]]
15436name = "search"
15437version = "0.1.0"
15438dependencies = [
15439 "any_vec",
15440 "anyhow",
15441 "bitflags 2.10.0",
15442 "collections",
15443 "editor",
15444 "fs",
15445 "futures 0.3.31",
15446 "gpui",
15447 "itertools 0.14.0",
15448 "language",
15449 "lsp",
15450 "menu",
15451 "multi_buffer",
15452 "pretty_assertions",
15453 "project",
15454 "serde",
15455 "serde_json",
15456 "settings",
15457 "smol",
15458 "theme",
15459 "tracing",
15460 "ui",
15461 "unindent",
15462 "util",
15463 "util_macros",
15464 "workspace",
15465 "zed_actions",
15466 "ztracing",
15467]
15468
15469[[package]]
15470name = "sec1"
15471version = "0.3.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15474dependencies = [
15475 "base16ct",
15476 "der 0.6.1",
15477 "generic-array",
15478 "pkcs8 0.9.0",
15479 "subtle",
15480 "zeroize",
15481]
15482
15483[[package]]
15484name = "security-framework"
15485version = "2.11.1"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15488dependencies = [
15489 "bitflags 2.10.0",
15490 "core-foundation 0.9.4",
15491 "core-foundation-sys",
15492 "libc",
15493 "security-framework-sys",
15494]
15495
15496[[package]]
15497name = "security-framework"
15498version = "3.5.1"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15501dependencies = [
15502 "bitflags 2.10.0",
15503 "core-foundation 0.10.0",
15504 "core-foundation-sys",
15505 "libc",
15506 "security-framework-sys",
15507]
15508
15509[[package]]
15510name = "security-framework-sys"
15511version = "2.15.0"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15514dependencies = [
15515 "core-foundation-sys",
15516 "libc",
15517]
15518
15519[[package]]
15520name = "self_cell"
15521version = "1.2.2"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15524
15525[[package]]
15526name = "semver"
15527version = "1.0.27"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15530dependencies = [
15531 "serde",
15532 "serde_core",
15533]
15534
15535[[package]]
15536name = "seq-macro"
15537version = "0.3.6"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15540
15541[[package]]
15542name = "serde"
15543version = "1.0.228"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15546dependencies = [
15547 "serde_core",
15548 "serde_derive",
15549]
15550
15551[[package]]
15552name = "serde_bytes"
15553version = "0.11.19"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15556dependencies = [
15557 "serde",
15558 "serde_core",
15559]
15560
15561[[package]]
15562name = "serde_core"
15563version = "1.0.228"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15566dependencies = [
15567 "serde_derive",
15568]
15569
15570[[package]]
15571name = "serde_derive"
15572version = "1.0.228"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15575dependencies = [
15576 "proc-macro2",
15577 "quote",
15578 "syn 2.0.117",
15579]
15580
15581[[package]]
15582name = "serde_derive_internals"
15583version = "0.29.1"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15586dependencies = [
15587 "proc-macro2",
15588 "quote",
15589 "syn 2.0.117",
15590]
15591
15592[[package]]
15593name = "serde_fmt"
15594version = "1.0.3"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15597dependencies = [
15598 "serde",
15599]
15600
15601[[package]]
15602name = "serde_json"
15603version = "1.0.145"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15606dependencies = [
15607 "indexmap",
15608 "itoa",
15609 "memchr",
15610 "ryu",
15611 "serde",
15612 "serde_core",
15613]
15614
15615[[package]]
15616name = "serde_json_lenient"
15617version = "0.2.4"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15620dependencies = [
15621 "indexmap",
15622 "itoa",
15623 "memchr",
15624 "ryu",
15625 "serde",
15626]
15627
15628[[package]]
15629name = "serde_path_to_error"
15630version = "0.1.20"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15633dependencies = [
15634 "itoa",
15635 "serde",
15636 "serde_core",
15637]
15638
15639[[package]]
15640name = "serde_repr"
15641version = "0.1.20"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15644dependencies = [
15645 "proc-macro2",
15646 "quote",
15647 "syn 2.0.117",
15648]
15649
15650[[package]]
15651name = "serde_spanned"
15652version = "0.6.9"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15655dependencies = [
15656 "serde",
15657]
15658
15659[[package]]
15660name = "serde_spanned"
15661version = "1.0.3"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15664dependencies = [
15665 "serde_core",
15666]
15667
15668[[package]]
15669name = "serde_urlencoded"
15670version = "0.7.1"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15673dependencies = [
15674 "form_urlencoded",
15675 "itoa",
15676 "ryu",
15677 "serde",
15678]
15679
15680[[package]]
15681name = "serde_yaml"
15682version = "0.9.34+deprecated"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15685dependencies = [
15686 "indexmap",
15687 "itoa",
15688 "ryu",
15689 "serde",
15690 "unsafe-libyaml",
15691]
15692
15693[[package]]
15694name = "serial2"
15695version = "0.2.33"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15698dependencies = [
15699 "cfg-if",
15700 "libc",
15701 "winapi",
15702]
15703
15704[[package]]
15705name = "session"
15706version = "0.1.0"
15707dependencies = [
15708 "db",
15709 "gpui",
15710 "serde_json",
15711 "util",
15712 "uuid",
15713]
15714
15715[[package]]
15716name = "settings"
15717version = "0.1.0"
15718dependencies = [
15719 "anyhow",
15720 "collections",
15721 "ec4rs",
15722 "fs",
15723 "futures 0.3.31",
15724 "gpui",
15725 "indoc",
15726 "inventory",
15727 "log",
15728 "migrator",
15729 "paths",
15730 "pretty_assertions",
15731 "release_channel",
15732 "rust-embed",
15733 "schemars",
15734 "serde",
15735 "serde_json",
15736 "serde_json_lenient",
15737 "settings_content",
15738 "settings_json",
15739 "settings_macros",
15740 "smallvec",
15741 "unindent",
15742 "util",
15743 "zlog",
15744]
15745
15746[[package]]
15747name = "settings_content"
15748version = "0.1.0"
15749dependencies = [
15750 "anyhow",
15751 "collections",
15752 "derive_more",
15753 "gpui",
15754 "log",
15755 "schemars",
15756 "serde",
15757 "serde_json",
15758 "serde_json_lenient",
15759 "settings_json",
15760 "settings_macros",
15761 "strum 0.27.2",
15762 "util",
15763]
15764
15765[[package]]
15766name = "settings_json"
15767version = "0.1.0"
15768dependencies = [
15769 "anyhow",
15770 "pretty_assertions",
15771 "serde",
15772 "serde_json",
15773 "serde_json_lenient",
15774 "serde_path_to_error",
15775 "tree-sitter",
15776 "tree-sitter-json",
15777 "unindent",
15778 "util",
15779]
15780
15781[[package]]
15782name = "settings_macros"
15783version = "0.1.0"
15784dependencies = [
15785 "quote",
15786 "settings",
15787 "syn 2.0.117",
15788]
15789
15790[[package]]
15791name = "settings_profile_selector"
15792version = "0.1.0"
15793dependencies = [
15794 "editor",
15795 "fuzzy",
15796 "gpui",
15797 "menu",
15798 "picker",
15799 "project",
15800 "serde_json",
15801 "settings",
15802 "theme",
15803 "ui",
15804 "workspace",
15805 "zed_actions",
15806]
15807
15808[[package]]
15809name = "settings_ui"
15810version = "0.1.0"
15811dependencies = [
15812 "agent",
15813 "agent_settings",
15814 "anyhow",
15815 "audio",
15816 "codestral",
15817 "component",
15818 "copilot",
15819 "copilot_ui",
15820 "cpal",
15821 "edit_prediction",
15822 "edit_prediction_ui",
15823 "editor",
15824 "feature_flags",
15825 "fs",
15826 "futures 0.3.31",
15827 "fuzzy",
15828 "gpui",
15829 "heck 0.5.0",
15830 "itertools 0.14.0",
15831 "language",
15832 "log",
15833 "menu",
15834 "paths",
15835 "picker",
15836 "platform_title_bar",
15837 "pretty_assertions",
15838 "project",
15839 "regex",
15840 "release_channel",
15841 "rodio",
15842 "schemars",
15843 "search",
15844 "serde",
15845 "serde_json",
15846 "settings",
15847 "shell_command_parser",
15848 "strum 0.27.2",
15849 "telemetry",
15850 "theme",
15851 "title_bar",
15852 "ui",
15853 "util",
15854 "workspace",
15855 "zed_actions",
15856]
15857
15858[[package]]
15859name = "sha-1"
15860version = "0.10.1"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15863dependencies = [
15864 "cfg-if",
15865 "cpufeatures",
15866 "digest",
15867]
15868
15869[[package]]
15870name = "sha1"
15871version = "0.10.6"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15874dependencies = [
15875 "cfg-if",
15876 "cpufeatures",
15877 "digest",
15878]
15879
15880[[package]]
15881name = "sha1_smol"
15882version = "1.0.1"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15885
15886[[package]]
15887name = "sha2"
15888version = "0.10.9"
15889source = "registry+https://github.com/rust-lang/crates.io-index"
15890checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15891dependencies = [
15892 "cfg-if",
15893 "cpufeatures",
15894 "digest",
15895]
15896
15897[[package]]
15898name = "sharded-slab"
15899version = "0.1.7"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15902dependencies = [
15903 "lazy_static",
15904]
15905
15906[[package]]
15907name = "shared_library"
15908version = "0.1.9"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15911dependencies = [
15912 "lazy_static",
15913 "libc",
15914]
15915
15916[[package]]
15917name = "shell-words"
15918version = "1.1.0"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15921
15922[[package]]
15923name = "shell_command_parser"
15924version = "0.1.0"
15925dependencies = [
15926 "brush-parser",
15927]
15928
15929[[package]]
15930name = "shellexpand"
15931version = "2.1.2"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15934dependencies = [
15935 "dirs 4.0.0",
15936]
15937
15938[[package]]
15939name = "shellexpand"
15940version = "3.1.1"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15943dependencies = [
15944 "dirs 6.0.0",
15945]
15946
15947[[package]]
15948name = "shingles"
15949version = "0.1.1"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15952
15953[[package]]
15954name = "shlex"
15955version = "1.3.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15958
15959[[package]]
15960name = "sidebar"
15961version = "0.1.0"
15962dependencies = [
15963 "acp_thread",
15964 "action_log",
15965 "agent",
15966 "agent-client-protocol",
15967 "agent_ui",
15968 "anyhow",
15969 "assistant_text_thread",
15970 "chrono",
15971 "editor",
15972 "feature_flags",
15973 "fs",
15974 "git",
15975 "gpui",
15976 "language_model",
15977 "menu",
15978 "pretty_assertions",
15979 "project",
15980 "prompt_store",
15981 "recent_projects",
15982 "serde_json",
15983 "settings",
15984 "theme",
15985 "ui",
15986 "util",
15987 "vim_mode_setting",
15988 "workspace",
15989 "zed_actions",
15990]
15991
15992[[package]]
15993name = "signal-hook"
15994version = "0.3.18"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15997dependencies = [
15998 "libc",
15999 "signal-hook-registry",
16000]
16001
16002[[package]]
16003name = "signal-hook-registry"
16004version = "1.4.6"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16007dependencies = [
16008 "libc",
16009]
16010
16011[[package]]
16012name = "signature"
16013version = "1.6.4"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16016dependencies = [
16017 "digest",
16018 "rand_core 0.6.4",
16019]
16020
16021[[package]]
16022name = "signature"
16023version = "2.2.0"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16026dependencies = [
16027 "digest",
16028 "rand_core 0.6.4",
16029]
16030
16031[[package]]
16032name = "simd-adler32"
16033version = "0.3.7"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16036
16037[[package]]
16038name = "simd_helpers"
16039version = "0.1.0"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16042dependencies = [
16043 "quote",
16044]
16045
16046[[package]]
16047name = "simdutf8"
16048version = "0.1.5"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16051
16052[[package]]
16053name = "similar"
16054version = "2.7.0"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16057
16058[[package]]
16059name = "simple_asn1"
16060version = "0.6.3"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16063dependencies = [
16064 "num-bigint",
16065 "num-traits",
16066 "thiserror 2.0.17",
16067 "time",
16068]
16069
16070[[package]]
16071name = "simplecss"
16072version = "0.2.2"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16075dependencies = [
16076 "log",
16077]
16078
16079[[package]]
16080name = "simplelog"
16081version = "0.12.2"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16084dependencies = [
16085 "log",
16086 "termcolor",
16087 "time",
16088]
16089
16090[[package]]
16091name = "siphasher"
16092version = "0.3.11"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16095
16096[[package]]
16097name = "siphasher"
16098version = "1.0.1"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16101
16102[[package]]
16103name = "skrifa"
16104version = "0.37.0"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16107dependencies = [
16108 "bytemuck",
16109 "read-fonts 0.35.0",
16110]
16111
16112[[package]]
16113name = "skrifa"
16114version = "0.40.0"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16117dependencies = [
16118 "bytemuck",
16119 "read-fonts 0.37.0",
16120]
16121
16122[[package]]
16123name = "slab"
16124version = "0.4.11"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16127
16128[[package]]
16129name = "slash_commands_example"
16130version = "0.1.0"
16131dependencies = [
16132 "zed_extension_api 0.1.0",
16133]
16134
16135[[package]]
16136name = "slotmap"
16137version = "1.0.7"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16140dependencies = [
16141 "version_check",
16142]
16143
16144[[package]]
16145name = "smallvec"
16146version = "1.15.1"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16149dependencies = [
16150 "serde",
16151]
16152
16153[[package]]
16154name = "smart-default"
16155version = "0.7.1"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16158dependencies = [
16159 "proc-macro2",
16160 "quote",
16161 "syn 2.0.117",
16162]
16163
16164[[package]]
16165name = "smol"
16166version = "2.0.2"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16169dependencies = [
16170 "async-channel 2.5.0",
16171 "async-executor",
16172 "async-fs",
16173 "async-io",
16174 "async-lock 3.4.2",
16175 "async-net",
16176 "async-process",
16177 "blocking",
16178 "futures-lite 2.6.1",
16179]
16180
16181[[package]]
16182name = "smol_str"
16183version = "0.3.5"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16186
16187[[package]]
16188name = "snippet"
16189version = "0.1.0"
16190dependencies = [
16191 "anyhow",
16192 "smallvec",
16193]
16194
16195[[package]]
16196name = "snippet_provider"
16197version = "0.1.0"
16198dependencies = [
16199 "anyhow",
16200 "collections",
16201 "extension",
16202 "fs",
16203 "futures 0.3.31",
16204 "gpui",
16205 "indoc",
16206 "parking_lot",
16207 "paths",
16208 "schemars",
16209 "serde",
16210 "serde_json",
16211 "serde_json_lenient",
16212 "snippet",
16213 "util",
16214]
16215
16216[[package]]
16217name = "snippets_ui"
16218version = "0.1.0"
16219dependencies = [
16220 "file_icons",
16221 "fuzzy",
16222 "gpui",
16223 "language",
16224 "open_path_prompt",
16225 "paths",
16226 "picker",
16227 "settings",
16228 "ui",
16229 "util",
16230 "workspace",
16231]
16232
16233[[package]]
16234name = "socket2"
16235version = "0.5.10"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16238dependencies = [
16239 "libc",
16240 "windows-sys 0.52.0",
16241]
16242
16243[[package]]
16244name = "socket2"
16245version = "0.6.1"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16248dependencies = [
16249 "libc",
16250 "windows-sys 0.60.2",
16251]
16252
16253[[package]]
16254name = "spdx"
16255version = "0.10.9"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16258dependencies = [
16259 "smallvec",
16260]
16261
16262[[package]]
16263name = "spin"
16264version = "0.9.8"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16267dependencies = [
16268 "lock_api",
16269]
16270
16271[[package]]
16272name = "spin"
16273version = "0.10.0"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16276dependencies = [
16277 "lock_api",
16278]
16279
16280[[package]]
16281name = "spirv"
16282version = "0.4.0+sdk-1.4.341.0"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16285dependencies = [
16286 "bitflags 2.10.0",
16287]
16288
16289[[package]]
16290name = "spki"
16291version = "0.6.0"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16294dependencies = [
16295 "base64ct",
16296 "der 0.6.1",
16297]
16298
16299[[package]]
16300name = "spki"
16301version = "0.7.3"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16304dependencies = [
16305 "base64ct",
16306 "der 0.7.10",
16307]
16308
16309[[package]]
16310name = "sptr"
16311version = "0.3.2"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16314
16315[[package]]
16316name = "sqlez"
16317version = "0.1.0"
16318dependencies = [
16319 "anyhow",
16320 "collections",
16321 "futures 0.3.31",
16322 "indoc",
16323 "libsqlite3-sys",
16324 "log",
16325 "parking_lot",
16326 "smol",
16327 "sqlformat",
16328 "thread_local",
16329 "util",
16330 "uuid",
16331]
16332
16333[[package]]
16334name = "sqlez_macros"
16335version = "0.1.0"
16336dependencies = [
16337 "sqlez",
16338 "sqlformat",
16339 "syn 2.0.117",
16340]
16341
16342[[package]]
16343name = "sqlformat"
16344version = "0.2.6"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16347dependencies = [
16348 "nom 7.1.3",
16349 "unicode_categories",
16350]
16351
16352[[package]]
16353name = "sqlx"
16354version = "0.8.6"
16355source = "registry+https://github.com/rust-lang/crates.io-index"
16356checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16357dependencies = [
16358 "sqlx-core",
16359 "sqlx-macros",
16360 "sqlx-mysql",
16361 "sqlx-postgres",
16362 "sqlx-sqlite",
16363]
16364
16365[[package]]
16366name = "sqlx-core"
16367version = "0.8.6"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16370dependencies = [
16371 "base64 0.22.1",
16372 "bigdecimal",
16373 "bytes 1.11.1",
16374 "chrono",
16375 "crc",
16376 "crossbeam-queue",
16377 "either",
16378 "event-listener 5.4.1",
16379 "futures-core",
16380 "futures-intrusive",
16381 "futures-io",
16382 "futures-util",
16383 "hashbrown 0.15.5",
16384 "hashlink 0.10.0",
16385 "indexmap",
16386 "log",
16387 "memchr",
16388 "once_cell",
16389 "percent-encoding",
16390 "rust_decimal",
16391 "rustls 0.23.33",
16392 "serde",
16393 "serde_json",
16394 "sha2",
16395 "smallvec",
16396 "thiserror 2.0.17",
16397 "time",
16398 "tokio",
16399 "tokio-stream",
16400 "tracing",
16401 "url",
16402 "uuid",
16403 "webpki-roots",
16404]
16405
16406[[package]]
16407name = "sqlx-macros"
16408version = "0.8.6"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16411dependencies = [
16412 "proc-macro2",
16413 "quote",
16414 "sqlx-core",
16415 "sqlx-macros-core",
16416 "syn 2.0.117",
16417]
16418
16419[[package]]
16420name = "sqlx-macros-core"
16421version = "0.8.6"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16424dependencies = [
16425 "dotenvy",
16426 "either",
16427 "heck 0.5.0",
16428 "hex",
16429 "once_cell",
16430 "proc-macro2",
16431 "quote",
16432 "serde",
16433 "serde_json",
16434 "sha2",
16435 "sqlx-core",
16436 "sqlx-mysql",
16437 "sqlx-postgres",
16438 "sqlx-sqlite",
16439 "syn 2.0.117",
16440 "tokio",
16441 "url",
16442]
16443
16444[[package]]
16445name = "sqlx-mysql"
16446version = "0.8.6"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16449dependencies = [
16450 "atoi",
16451 "base64 0.22.1",
16452 "bigdecimal",
16453 "bitflags 2.10.0",
16454 "byteorder",
16455 "bytes 1.11.1",
16456 "chrono",
16457 "crc",
16458 "digest",
16459 "dotenvy",
16460 "either",
16461 "futures-channel",
16462 "futures-core",
16463 "futures-io",
16464 "futures-util",
16465 "generic-array",
16466 "hex",
16467 "hkdf",
16468 "hmac",
16469 "itoa",
16470 "log",
16471 "md-5",
16472 "memchr",
16473 "once_cell",
16474 "percent-encoding",
16475 "rand 0.8.5",
16476 "rsa",
16477 "rust_decimal",
16478 "serde",
16479 "sha1",
16480 "sha2",
16481 "smallvec",
16482 "sqlx-core",
16483 "stringprep",
16484 "thiserror 2.0.17",
16485 "time",
16486 "tracing",
16487 "uuid",
16488 "whoami",
16489]
16490
16491[[package]]
16492name = "sqlx-postgres"
16493version = "0.8.6"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16496dependencies = [
16497 "atoi",
16498 "base64 0.22.1",
16499 "bigdecimal",
16500 "bitflags 2.10.0",
16501 "byteorder",
16502 "chrono",
16503 "crc",
16504 "dotenvy",
16505 "etcetera",
16506 "futures-channel",
16507 "futures-core",
16508 "futures-util",
16509 "hex",
16510 "hkdf",
16511 "hmac",
16512 "home",
16513 "itoa",
16514 "log",
16515 "md-5",
16516 "memchr",
16517 "num-bigint",
16518 "once_cell",
16519 "rand 0.8.5",
16520 "rust_decimal",
16521 "serde",
16522 "serde_json",
16523 "sha2",
16524 "smallvec",
16525 "sqlx-core",
16526 "stringprep",
16527 "thiserror 2.0.17",
16528 "time",
16529 "tracing",
16530 "uuid",
16531 "whoami",
16532]
16533
16534[[package]]
16535name = "sqlx-sqlite"
16536version = "0.8.6"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16539dependencies = [
16540 "atoi",
16541 "chrono",
16542 "flume",
16543 "futures-channel",
16544 "futures-core",
16545 "futures-executor",
16546 "futures-intrusive",
16547 "futures-util",
16548 "libsqlite3-sys",
16549 "log",
16550 "percent-encoding",
16551 "serde",
16552 "serde_urlencoded",
16553 "sqlx-core",
16554 "thiserror 2.0.17",
16555 "time",
16556 "tracing",
16557 "url",
16558 "uuid",
16559]
16560
16561[[package]]
16562name = "stable_deref_trait"
16563version = "1.2.1"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16566
16567[[package]]
16568name = "stacker"
16569version = "0.1.23"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16572dependencies = [
16573 "cc",
16574 "cfg-if",
16575 "libc",
16576 "psm",
16577 "windows-sys 0.59.0",
16578]
16579
16580[[package]]
16581name = "stacksafe"
16582version = "0.1.4"
16583source = "registry+https://github.com/rust-lang/crates.io-index"
16584checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16585dependencies = [
16586 "stacker",
16587 "stacksafe-macro",
16588]
16589
16590[[package]]
16591name = "stacksafe-macro"
16592version = "0.1.4"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16595dependencies = [
16596 "proc-macro-error2",
16597 "quote",
16598 "syn 2.0.117",
16599]
16600
16601[[package]]
16602name = "static_assertions"
16603version = "1.1.0"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16606
16607[[package]]
16608name = "story"
16609version = "0.1.0"
16610dependencies = [
16611 "gpui",
16612 "itertools 0.14.0",
16613 "smallvec",
16614]
16615
16616[[package]]
16617name = "storybook"
16618version = "0.1.0"
16619dependencies = [
16620 "anyhow",
16621 "clap",
16622 "ctrlc",
16623 "dialoguer",
16624 "editor",
16625 "fuzzy",
16626 "gpui",
16627 "gpui_platform",
16628 "indoc",
16629 "language",
16630 "log",
16631 "menu",
16632 "picker",
16633 "reqwest_client",
16634 "rust-embed",
16635 "settings",
16636 "simplelog",
16637 "story",
16638 "strum 0.27.2",
16639 "theme",
16640 "title_bar",
16641 "ui",
16642]
16643
16644[[package]]
16645name = "streaming-iterator"
16646version = "0.1.9"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16649
16650[[package]]
16651name = "streaming_diff"
16652version = "0.1.0"
16653dependencies = [
16654 "ordered-float 2.10.1",
16655 "rand 0.9.2",
16656 "rope",
16657 "util",
16658]
16659
16660[[package]]
16661name = "strength_reduce"
16662version = "0.2.4"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16665
16666[[package]]
16667name = "strict-num"
16668version = "0.1.1"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16671dependencies = [
16672 "float-cmp",
16673]
16674
16675[[package]]
16676name = "string_cache"
16677version = "0.8.9"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16680dependencies = [
16681 "new_debug_unreachable",
16682 "parking_lot",
16683 "phf_shared 0.11.3",
16684 "precomputed-hash",
16685 "serde",
16686]
16687
16688[[package]]
16689name = "string_cache_codegen"
16690version = "0.5.4"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16693dependencies = [
16694 "phf_generator 0.11.3",
16695 "phf_shared 0.11.3",
16696 "proc-macro2",
16697 "quote",
16698]
16699
16700[[package]]
16701name = "stringprep"
16702version = "0.1.5"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16705dependencies = [
16706 "unicode-bidi",
16707 "unicode-normalization",
16708 "unicode-properties",
16709]
16710
16711[[package]]
16712name = "strsim"
16713version = "0.11.1"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16716
16717[[package]]
16718name = "strum"
16719version = "0.26.3"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16722
16723[[package]]
16724name = "strum"
16725version = "0.27.2"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16728dependencies = [
16729 "strum_macros 0.27.2",
16730]
16731
16732[[package]]
16733name = "strum"
16734version = "0.28.0"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16737dependencies = [
16738 "strum_macros 0.28.0",
16739]
16740
16741[[package]]
16742name = "strum_macros"
16743version = "0.27.2"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16746dependencies = [
16747 "heck 0.5.0",
16748 "proc-macro2",
16749 "quote",
16750 "syn 2.0.117",
16751]
16752
16753[[package]]
16754name = "strum_macros"
16755version = "0.28.0"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16758dependencies = [
16759 "heck 0.5.0",
16760 "proc-macro2",
16761 "quote",
16762 "syn 2.0.117",
16763]
16764
16765[[package]]
16766name = "subtle"
16767version = "2.6.1"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16770
16771[[package]]
16772name = "sum_tree"
16773version = "0.1.0"
16774dependencies = [
16775 "ctor",
16776 "heapless",
16777 "log",
16778 "proptest",
16779 "rand 0.9.2",
16780 "rayon",
16781 "tracing",
16782 "zlog",
16783 "ztracing",
16784]
16785
16786[[package]]
16787name = "sval"
16788version = "2.15.0"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16791
16792[[package]]
16793name = "sval_buffer"
16794version = "2.15.0"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16797dependencies = [
16798 "sval",
16799 "sval_ref",
16800]
16801
16802[[package]]
16803name = "sval_dynamic"
16804version = "2.15.0"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16807dependencies = [
16808 "sval",
16809]
16810
16811[[package]]
16812name = "sval_fmt"
16813version = "2.15.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16816dependencies = [
16817 "itoa",
16818 "ryu",
16819 "sval",
16820]
16821
16822[[package]]
16823name = "sval_json"
16824version = "2.15.0"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16827dependencies = [
16828 "itoa",
16829 "ryu",
16830 "sval",
16831]
16832
16833[[package]]
16834name = "sval_nested"
16835version = "2.15.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16838dependencies = [
16839 "sval",
16840 "sval_buffer",
16841 "sval_ref",
16842]
16843
16844[[package]]
16845name = "sval_ref"
16846version = "2.15.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16849dependencies = [
16850 "sval",
16851]
16852
16853[[package]]
16854name = "sval_serde"
16855version = "2.15.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16858dependencies = [
16859 "serde_core",
16860 "sval",
16861 "sval_nested",
16862]
16863
16864[[package]]
16865name = "svg_fmt"
16866version = "0.4.5"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16869
16870[[package]]
16871name = "svg_preview"
16872version = "0.1.0"
16873dependencies = [
16874 "file_icons",
16875 "gpui",
16876 "language",
16877 "multi_buffer",
16878 "ui",
16879 "workspace",
16880 "zed_actions",
16881]
16882
16883[[package]]
16884name = "svgtypes"
16885version = "0.15.3"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16888dependencies = [
16889 "kurbo",
16890 "siphasher 1.0.1",
16891]
16892
16893[[package]]
16894name = "swash"
16895version = "0.2.6"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16898dependencies = [
16899 "skrifa 0.37.0",
16900 "yazi",
16901 "zeno",
16902]
16903
16904[[package]]
16905name = "symphonia"
16906version = "0.5.5"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16909dependencies = [
16910 "lazy_static",
16911 "symphonia-bundle-flac",
16912 "symphonia-bundle-mp3",
16913 "symphonia-codec-aac",
16914 "symphonia-codec-pcm",
16915 "symphonia-codec-vorbis",
16916 "symphonia-core",
16917 "symphonia-format-isomp4",
16918 "symphonia-format-ogg",
16919 "symphonia-format-riff",
16920 "symphonia-metadata",
16921]
16922
16923[[package]]
16924name = "symphonia-bundle-flac"
16925version = "0.5.5"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16928dependencies = [
16929 "log",
16930 "symphonia-core",
16931 "symphonia-metadata",
16932 "symphonia-utils-xiph",
16933]
16934
16935[[package]]
16936name = "symphonia-bundle-mp3"
16937version = "0.5.5"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16940dependencies = [
16941 "lazy_static",
16942 "log",
16943 "symphonia-core",
16944 "symphonia-metadata",
16945]
16946
16947[[package]]
16948name = "symphonia-codec-aac"
16949version = "0.5.5"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16952dependencies = [
16953 "lazy_static",
16954 "log",
16955 "symphonia-core",
16956]
16957
16958[[package]]
16959name = "symphonia-codec-pcm"
16960version = "0.5.5"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16963dependencies = [
16964 "log",
16965 "symphonia-core",
16966]
16967
16968[[package]]
16969name = "symphonia-codec-vorbis"
16970version = "0.5.5"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16973dependencies = [
16974 "log",
16975 "symphonia-core",
16976 "symphonia-utils-xiph",
16977]
16978
16979[[package]]
16980name = "symphonia-core"
16981version = "0.5.5"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16984dependencies = [
16985 "arrayvec",
16986 "bitflags 1.3.2",
16987 "bytemuck",
16988 "lazy_static",
16989 "log",
16990]
16991
16992[[package]]
16993name = "symphonia-format-isomp4"
16994version = "0.5.5"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16997dependencies = [
16998 "encoding_rs",
16999 "log",
17000 "symphonia-core",
17001 "symphonia-metadata",
17002 "symphonia-utils-xiph",
17003]
17004
17005[[package]]
17006name = "symphonia-format-ogg"
17007version = "0.5.5"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17010dependencies = [
17011 "log",
17012 "symphonia-core",
17013 "symphonia-metadata",
17014 "symphonia-utils-xiph",
17015]
17016
17017[[package]]
17018name = "symphonia-format-riff"
17019version = "0.5.5"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17022dependencies = [
17023 "extended",
17024 "log",
17025 "symphonia-core",
17026 "symphonia-metadata",
17027]
17028
17029[[package]]
17030name = "symphonia-metadata"
17031version = "0.5.5"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17034dependencies = [
17035 "encoding_rs",
17036 "lazy_static",
17037 "log",
17038 "symphonia-core",
17039]
17040
17041[[package]]
17042name = "symphonia-utils-xiph"
17043version = "0.5.5"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17046dependencies = [
17047 "symphonia-core",
17048 "symphonia-metadata",
17049]
17050
17051[[package]]
17052name = "syn"
17053version = "1.0.109"
17054source = "registry+https://github.com/rust-lang/crates.io-index"
17055checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17056dependencies = [
17057 "proc-macro2",
17058 "quote",
17059 "unicode-ident",
17060]
17061
17062[[package]]
17063name = "syn"
17064version = "2.0.117"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17067dependencies = [
17068 "proc-macro2",
17069 "quote",
17070 "unicode-ident",
17071]
17072
17073[[package]]
17074name = "sync_wrapper"
17075version = "0.1.2"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17078
17079[[package]]
17080name = "sync_wrapper"
17081version = "1.0.2"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17084dependencies = [
17085 "futures-core",
17086]
17087
17088[[package]]
17089name = "synchronoise"
17090version = "1.0.1"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17093dependencies = [
17094 "crossbeam-queue",
17095]
17096
17097[[package]]
17098name = "synstructure"
17099version = "0.13.2"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17102dependencies = [
17103 "proc-macro2",
17104 "quote",
17105 "syn 2.0.117",
17106]
17107
17108[[package]]
17109name = "sys-locale"
17110version = "0.3.2"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17113dependencies = [
17114 "libc",
17115]
17116
17117[[package]]
17118name = "sysctl"
17119version = "0.5.5"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17122dependencies = [
17123 "bitflags 2.10.0",
17124 "byteorder",
17125 "enum-as-inner",
17126 "libc",
17127 "thiserror 1.0.69",
17128 "walkdir",
17129]
17130
17131[[package]]
17132name = "sysctl"
17133version = "0.6.0"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17136dependencies = [
17137 "bitflags 2.10.0",
17138 "byteorder",
17139 "enum-as-inner",
17140 "libc",
17141 "thiserror 1.0.69",
17142 "walkdir",
17143]
17144
17145[[package]]
17146name = "sysinfo"
17147version = "0.31.4"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17150dependencies = [
17151 "core-foundation-sys",
17152 "libc",
17153 "memchr",
17154 "ntapi",
17155 "rayon",
17156 "windows 0.57.0",
17157]
17158
17159[[package]]
17160name = "sysinfo"
17161version = "0.37.2"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17164dependencies = [
17165 "libc",
17166 "memchr",
17167 "ntapi",
17168 "objc2-core-foundation",
17169 "objc2-io-kit",
17170 "windows 0.61.3",
17171]
17172
17173[[package]]
17174name = "system-configuration"
17175version = "0.5.1"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17178dependencies = [
17179 "bitflags 1.3.2",
17180 "core-foundation 0.9.4",
17181 "system-configuration-sys 0.5.0",
17182]
17183
17184[[package]]
17185name = "system-configuration"
17186version = "0.6.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17189dependencies = [
17190 "bitflags 2.10.0",
17191 "core-foundation 0.9.4",
17192 "system-configuration-sys 0.6.0",
17193]
17194
17195[[package]]
17196name = "system-configuration-sys"
17197version = "0.5.0"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17200dependencies = [
17201 "core-foundation-sys",
17202 "libc",
17203]
17204
17205[[package]]
17206name = "system-configuration-sys"
17207version = "0.6.0"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17210dependencies = [
17211 "core-foundation-sys",
17212 "libc",
17213]
17214
17215[[package]]
17216name = "system-deps"
17217version = "6.2.2"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17220dependencies = [
17221 "cfg-expr 0.15.8",
17222 "heck 0.5.0",
17223 "pkg-config",
17224 "toml 0.8.23",
17225 "version-compare",
17226]
17227
17228[[package]]
17229name = "system-deps"
17230version = "7.0.7"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17233dependencies = [
17234 "cfg-expr 0.20.6",
17235 "heck 0.5.0",
17236 "pkg-config",
17237 "toml 0.9.8",
17238 "version-compare",
17239]
17240
17241[[package]]
17242name = "system-interface"
17243version = "0.27.3"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17246dependencies = [
17247 "bitflags 2.10.0",
17248 "cap-fs-ext",
17249 "cap-std",
17250 "fd-lock",
17251 "io-lifetimes",
17252 "rustix 0.38.44",
17253 "windows-sys 0.59.0",
17254 "winx",
17255]
17256
17257[[package]]
17258name = "system_specs"
17259version = "0.1.0"
17260dependencies = [
17261 "anyhow",
17262 "client",
17263 "gpui",
17264 "human_bytes",
17265 "pciid-parser",
17266 "release_channel",
17267 "semver",
17268 "serde",
17269 "sysinfo 0.37.2",
17270]
17271
17272[[package]]
17273name = "tab_switcher"
17274version = "0.1.0"
17275dependencies = [
17276 "collections",
17277 "ctor",
17278 "editor",
17279 "fuzzy",
17280 "gpui",
17281 "menu",
17282 "picker",
17283 "project",
17284 "schemars",
17285 "serde",
17286 "serde_json",
17287 "settings",
17288 "smol",
17289 "theme",
17290 "ui",
17291 "util",
17292 "workspace",
17293 "zlog",
17294]
17295
17296[[package]]
17297name = "taffy"
17298version = "0.9.0"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17301dependencies = [
17302 "arrayvec",
17303 "grid",
17304 "serde",
17305 "slotmap",
17306]
17307
17308[[package]]
17309name = "tagptr"
17310version = "0.2.0"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17313
17314[[package]]
17315name = "take-until"
17316version = "0.2.0"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17319
17320[[package]]
17321name = "tao-core-video-sys"
17322version = "0.2.0"
17323source = "registry+https://github.com/rust-lang/crates.io-index"
17324checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17325dependencies = [
17326 "cfg-if",
17327 "core-foundation-sys",
17328 "libc",
17329 "objc",
17330]
17331
17332[[package]]
17333name = "tap"
17334version = "1.0.1"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17337
17338[[package]]
17339name = "target-lexicon"
17340version = "0.12.16"
17341source = "registry+https://github.com/rust-lang/crates.io-index"
17342checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17343
17344[[package]]
17345name = "target-lexicon"
17346version = "0.13.3"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17349
17350[[package]]
17351name = "task"
17352version = "0.1.0"
17353dependencies = [
17354 "anyhow",
17355 "collections",
17356 "futures 0.3.31",
17357 "gpui",
17358 "hex",
17359 "log",
17360 "parking_lot",
17361 "pretty_assertions",
17362 "proto",
17363 "schemars",
17364 "serde",
17365 "serde_json",
17366 "serde_json_lenient",
17367 "sha2",
17368 "shellexpand 2.1.2",
17369 "util",
17370 "zed_actions",
17371]
17372
17373[[package]]
17374name = "tasks_ui"
17375version = "0.1.0"
17376dependencies = [
17377 "anyhow",
17378 "collections",
17379 "editor",
17380 "file_icons",
17381 "fuzzy",
17382 "gpui",
17383 "itertools 0.14.0",
17384 "language",
17385 "menu",
17386 "picker",
17387 "project",
17388 "serde",
17389 "serde_json",
17390 "task",
17391 "tree-sitter-rust",
17392 "tree-sitter-typescript",
17393 "ui",
17394 "util",
17395 "workspace",
17396 "zed_actions",
17397]
17398
17399[[package]]
17400name = "telemetry"
17401version = "0.1.0"
17402dependencies = [
17403 "futures 0.3.31",
17404 "serde",
17405 "serde_json",
17406 "telemetry_events",
17407]
17408
17409[[package]]
17410name = "telemetry_events"
17411version = "0.1.0"
17412dependencies = [
17413 "semver",
17414 "serde",
17415 "serde_json",
17416]
17417
17418[[package]]
17419name = "tempfile"
17420version = "3.23.0"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17423dependencies = [
17424 "fastrand 2.3.0",
17425 "getrandom 0.3.4",
17426 "once_cell",
17427 "rustix 1.1.2",
17428 "windows-sys 0.61.2",
17429]
17430
17431[[package]]
17432name = "tendril"
17433version = "0.4.3"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17436dependencies = [
17437 "futf",
17438 "mac",
17439 "utf-8",
17440]
17441
17442[[package]]
17443name = "termcolor"
17444version = "1.4.1"
17445source = "registry+https://github.com/rust-lang/crates.io-index"
17446checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17447dependencies = [
17448 "winapi-util",
17449]
17450
17451[[package]]
17452name = "terminal"
17453version = "0.1.0"
17454dependencies = [
17455 "alacritty_terminal",
17456 "anyhow",
17457 "collections",
17458 "futures 0.3.31",
17459 "gpui",
17460 "itertools 0.14.0",
17461 "libc",
17462 "log",
17463 "parking_lot",
17464 "rand 0.9.2",
17465 "regex",
17466 "release_channel",
17467 "schemars",
17468 "serde",
17469 "settings",
17470 "smol",
17471 "sysinfo 0.37.2",
17472 "task",
17473 "theme",
17474 "thiserror 2.0.17",
17475 "url",
17476 "urlencoding",
17477 "util",
17478 "util_macros",
17479 "windows 0.61.3",
17480]
17481
17482[[package]]
17483name = "terminal_size"
17484version = "0.4.3"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17487dependencies = [
17488 "rustix 1.1.2",
17489 "windows-sys 0.60.2",
17490]
17491
17492[[package]]
17493name = "terminal_view"
17494version = "0.1.0"
17495dependencies = [
17496 "anyhow",
17497 "assistant_slash_command",
17498 "async-recursion",
17499 "breadcrumbs",
17500 "collections",
17501 "db",
17502 "dirs 4.0.0",
17503 "editor",
17504 "futures 0.3.31",
17505 "gpui",
17506 "itertools 0.14.0",
17507 "language",
17508 "log",
17509 "menu",
17510 "pretty_assertions",
17511 "project",
17512 "regex",
17513 "schemars",
17514 "serde",
17515 "serde_json",
17516 "settings",
17517 "shellexpand 2.1.2",
17518 "task",
17519 "terminal",
17520 "theme",
17521 "ui",
17522 "util",
17523 "workspace",
17524 "zed_actions",
17525]
17526
17527[[package]]
17528name = "text"
17529version = "0.1.0"
17530dependencies = [
17531 "anyhow",
17532 "clock",
17533 "collections",
17534 "ctor",
17535 "gpui",
17536 "log",
17537 "parking_lot",
17538 "postage",
17539 "rand 0.9.2",
17540 "regex",
17541 "rope",
17542 "smallvec",
17543 "sum_tree",
17544 "util",
17545 "zlog",
17546]
17547
17548[[package]]
17549name = "theme"
17550version = "0.1.0"
17551dependencies = [
17552 "anyhow",
17553 "collections",
17554 "derive_more",
17555 "fs",
17556 "futures 0.3.31",
17557 "gpui",
17558 "log",
17559 "palette",
17560 "parking_lot",
17561 "refineable",
17562 "schemars",
17563 "serde",
17564 "serde_json",
17565 "serde_json_lenient",
17566 "settings",
17567 "strum 0.27.2",
17568 "thiserror 2.0.17",
17569 "util",
17570 "uuid",
17571]
17572
17573[[package]]
17574name = "theme_extension"
17575version = "0.1.0"
17576dependencies = [
17577 "anyhow",
17578 "extension",
17579 "fs",
17580 "gpui",
17581 "theme",
17582]
17583
17584[[package]]
17585name = "theme_importer"
17586version = "0.1.0"
17587dependencies = [
17588 "anyhow",
17589 "clap",
17590 "collections",
17591 "gpui",
17592 "indexmap",
17593 "log",
17594 "palette",
17595 "serde",
17596 "serde_json",
17597 "serde_json_lenient",
17598 "simplelog",
17599 "strum 0.27.2",
17600 "theme",
17601 "vscode_theme",
17602]
17603
17604[[package]]
17605name = "theme_selector"
17606version = "0.1.0"
17607dependencies = [
17608 "fs",
17609 "fuzzy",
17610 "gpui",
17611 "log",
17612 "picker",
17613 "serde",
17614 "settings",
17615 "telemetry",
17616 "theme",
17617 "ui",
17618 "util",
17619 "workspace",
17620 "zed_actions",
17621]
17622
17623[[package]]
17624name = "thiserror"
17625version = "1.0.69"
17626source = "registry+https://github.com/rust-lang/crates.io-index"
17627checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17628dependencies = [
17629 "thiserror-impl 1.0.69",
17630]
17631
17632[[package]]
17633name = "thiserror"
17634version = "2.0.17"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17637dependencies = [
17638 "thiserror-impl 2.0.17",
17639]
17640
17641[[package]]
17642name = "thiserror-impl"
17643version = "1.0.69"
17644source = "registry+https://github.com/rust-lang/crates.io-index"
17645checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17646dependencies = [
17647 "proc-macro2",
17648 "quote",
17649 "syn 2.0.117",
17650]
17651
17652[[package]]
17653name = "thiserror-impl"
17654version = "2.0.17"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17657dependencies = [
17658 "proc-macro2",
17659 "quote",
17660 "syn 2.0.117",
17661]
17662
17663[[package]]
17664name = "thread_local"
17665version = "1.1.9"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17668dependencies = [
17669 "cfg-if",
17670]
17671
17672[[package]]
17673name = "tiff"
17674version = "0.10.3"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17677dependencies = [
17678 "fax",
17679 "flate2",
17680 "half",
17681 "quick-error 2.0.1",
17682 "weezl",
17683 "zune-jpeg",
17684]
17685
17686[[package]]
17687name = "tiktoken-rs"
17688version = "0.9.1"
17689source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17690dependencies = [
17691 "anyhow",
17692 "base64 0.22.1",
17693 "bstr",
17694 "fancy-regex 0.16.2",
17695 "lazy_static",
17696 "regex",
17697 "rustc-hash 1.1.0",
17698]
17699
17700[[package]]
17701name = "time"
17702version = "0.3.47"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17705dependencies = [
17706 "deranged",
17707 "itoa",
17708 "libc",
17709 "num-conv",
17710 "num_threads",
17711 "powerfmt",
17712 "serde_core",
17713 "time-core",
17714 "time-macros",
17715]
17716
17717[[package]]
17718name = "time-core"
17719version = "0.1.8"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17722
17723[[package]]
17724name = "time-macros"
17725version = "0.2.27"
17726source = "registry+https://github.com/rust-lang/crates.io-index"
17727checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17728dependencies = [
17729 "num-conv",
17730 "time-core",
17731]
17732
17733[[package]]
17734name = "time_format"
17735version = "0.1.0"
17736dependencies = [
17737 "core-foundation 0.10.0",
17738 "core-foundation-sys",
17739 "sys-locale",
17740 "time",
17741 "windows 0.61.3",
17742]
17743
17744[[package]]
17745name = "tiny-keccak"
17746version = "2.0.2"
17747source = "registry+https://github.com/rust-lang/crates.io-index"
17748checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17749dependencies = [
17750 "crunchy",
17751]
17752
17753[[package]]
17754name = "tiny-skia"
17755version = "0.11.4"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17758dependencies = [
17759 "arrayref",
17760 "arrayvec",
17761 "bytemuck",
17762 "cfg-if",
17763 "log",
17764 "png 0.17.16",
17765 "tiny-skia-path",
17766]
17767
17768[[package]]
17769name = "tiny-skia-path"
17770version = "0.11.4"
17771source = "registry+https://github.com/rust-lang/crates.io-index"
17772checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17773dependencies = [
17774 "arrayref",
17775 "bytemuck",
17776 "strict-num",
17777]
17778
17779[[package]]
17780name = "tiny_http"
17781version = "0.12.0"
17782source = "registry+https://github.com/rust-lang/crates.io-index"
17783checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17784dependencies = [
17785 "ascii",
17786 "chunked_transfer",
17787 "httpdate",
17788 "log",
17789]
17790
17791[[package]]
17792name = "tinystr"
17793version = "0.8.1"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17796dependencies = [
17797 "displaydoc",
17798 "zerovec",
17799]
17800
17801[[package]]
17802name = "tinytemplate"
17803version = "1.2.1"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17806dependencies = [
17807 "serde",
17808 "serde_json",
17809]
17810
17811[[package]]
17812name = "tinyvec"
17813version = "1.10.0"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17816dependencies = [
17817 "tinyvec_macros",
17818]
17819
17820[[package]]
17821name = "tinyvec_macros"
17822version = "0.1.1"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17825
17826[[package]]
17827name = "title_bar"
17828version = "0.1.0"
17829dependencies = [
17830 "anyhow",
17831 "auto_update",
17832 "call",
17833 "channel",
17834 "chrono",
17835 "client",
17836 "cloud_api_types",
17837 "db",
17838 "git_ui",
17839 "gpui",
17840 "icons",
17841 "livekit_client",
17842 "notifications",
17843 "platform_title_bar",
17844 "project",
17845 "recent_projects",
17846 "release_channel",
17847 "remote",
17848 "remote_connection",
17849 "rpc",
17850 "schemars",
17851 "semver",
17852 "serde",
17853 "settings",
17854 "smallvec",
17855 "story",
17856 "telemetry",
17857 "theme",
17858 "ui",
17859 "util",
17860 "windows 0.61.3",
17861 "workspace",
17862 "zed_actions",
17863]
17864
17865[[package]]
17866name = "tokio"
17867version = "1.48.0"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17870dependencies = [
17871 "bytes 1.11.1",
17872 "libc",
17873 "mio 1.1.0",
17874 "parking_lot",
17875 "pin-project-lite",
17876 "signal-hook-registry",
17877 "socket2 0.6.1",
17878 "tokio-macros",
17879 "windows-sys 0.61.2",
17880]
17881
17882[[package]]
17883name = "tokio-io"
17884version = "0.1.13"
17885source = "registry+https://github.com/rust-lang/crates.io-index"
17886checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17887dependencies = [
17888 "bytes 0.4.12",
17889 "futures 0.1.31",
17890 "log",
17891]
17892
17893[[package]]
17894name = "tokio-macros"
17895version = "2.6.0"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17898dependencies = [
17899 "proc-macro2",
17900 "quote",
17901 "syn 2.0.117",
17902]
17903
17904[[package]]
17905name = "tokio-native-tls"
17906version = "0.3.1"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17909dependencies = [
17910 "native-tls",
17911 "tokio",
17912]
17913
17914[[package]]
17915name = "tokio-rustls"
17916version = "0.24.1"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17919dependencies = [
17920 "rustls 0.21.12",
17921 "tokio",
17922]
17923
17924[[package]]
17925name = "tokio-rustls"
17926version = "0.26.2"
17927source = "registry+https://github.com/rust-lang/crates.io-index"
17928checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17929dependencies = [
17930 "rustls 0.23.33",
17931 "tokio",
17932]
17933
17934[[package]]
17935name = "tokio-socks"
17936version = "0.5.2"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17939dependencies = [
17940 "either",
17941 "futures-io",
17942 "futures-util",
17943 "thiserror 1.0.69",
17944 "tokio",
17945]
17946
17947[[package]]
17948name = "tokio-stream"
17949version = "0.1.17"
17950source = "registry+https://github.com/rust-lang/crates.io-index"
17951checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17952dependencies = [
17953 "futures-core",
17954 "pin-project-lite",
17955 "tokio",
17956]
17957
17958[[package]]
17959name = "tokio-tungstenite"
17960version = "0.20.1"
17961source = "registry+https://github.com/rust-lang/crates.io-index"
17962checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17963dependencies = [
17964 "futures-util",
17965 "log",
17966 "tokio",
17967 "tungstenite 0.20.1",
17968]
17969
17970[[package]]
17971name = "tokio-tungstenite"
17972version = "0.21.0"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17975dependencies = [
17976 "futures-util",
17977 "log",
17978 "tokio",
17979 "tungstenite 0.21.0",
17980]
17981
17982[[package]]
17983name = "tokio-tungstenite"
17984version = "0.28.0"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17987dependencies = [
17988 "futures-util",
17989 "log",
17990 "rustls 0.23.33",
17991 "rustls-native-certs 0.8.2",
17992 "rustls-pki-types",
17993 "tokio",
17994 "tokio-rustls 0.26.2",
17995 "tungstenite 0.28.0",
17996]
17997
17998[[package]]
17999name = "tokio-util"
18000version = "0.7.16"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18003dependencies = [
18004 "bytes 1.11.1",
18005 "futures-core",
18006 "futures-io",
18007 "futures-sink",
18008 "pin-project-lite",
18009 "tokio",
18010]
18011
18012[[package]]
18013name = "toml"
18014version = "0.5.11"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18017dependencies = [
18018 "serde",
18019]
18020
18021[[package]]
18022name = "toml"
18023version = "0.8.23"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18026dependencies = [
18027 "serde",
18028 "serde_spanned 0.6.9",
18029 "toml_datetime 0.6.11",
18030 "toml_edit 0.22.27",
18031]
18032
18033[[package]]
18034name = "toml"
18035version = "0.9.8"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18038dependencies = [
18039 "indexmap",
18040 "serde_core",
18041 "serde_spanned 1.0.3",
18042 "toml_datetime 0.7.3",
18043 "toml_parser",
18044 "toml_writer",
18045 "winnow",
18046]
18047
18048[[package]]
18049name = "toml_datetime"
18050version = "0.6.11"
18051source = "registry+https://github.com/rust-lang/crates.io-index"
18052checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18053dependencies = [
18054 "serde",
18055]
18056
18057[[package]]
18058name = "toml_datetime"
18059version = "0.7.3"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18062dependencies = [
18063 "serde_core",
18064]
18065
18066[[package]]
18067name = "toml_edit"
18068version = "0.22.27"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18071dependencies = [
18072 "indexmap",
18073 "serde",
18074 "serde_spanned 0.6.9",
18075 "toml_datetime 0.6.11",
18076 "toml_write",
18077 "winnow",
18078]
18079
18080[[package]]
18081name = "toml_edit"
18082version = "0.23.7"
18083source = "registry+https://github.com/rust-lang/crates.io-index"
18084checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18085dependencies = [
18086 "indexmap",
18087 "toml_datetime 0.7.3",
18088 "toml_parser",
18089 "winnow",
18090]
18091
18092[[package]]
18093name = "toml_parser"
18094version = "1.0.4"
18095source = "registry+https://github.com/rust-lang/crates.io-index"
18096checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18097dependencies = [
18098 "winnow",
18099]
18100
18101[[package]]
18102name = "toml_write"
18103version = "0.1.2"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18106
18107[[package]]
18108name = "toml_writer"
18109version = "1.0.4"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18112
18113[[package]]
18114name = "toolchain_selector"
18115version = "0.1.0"
18116dependencies = [
18117 "anyhow",
18118 "convert_case 0.8.0",
18119 "editor",
18120 "futures 0.3.31",
18121 "fuzzy",
18122 "gpui",
18123 "language",
18124 "menu",
18125 "open_path_prompt",
18126 "picker",
18127 "project",
18128 "ui",
18129 "util",
18130 "workspace",
18131]
18132
18133[[package]]
18134name = "topological-sort"
18135version = "0.2.2"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18138
18139[[package]]
18140name = "tower"
18141version = "0.4.13"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18144dependencies = [
18145 "futures-core",
18146 "futures-util",
18147 "pin-project",
18148 "pin-project-lite",
18149 "tokio",
18150 "tower-layer",
18151 "tower-service",
18152 "tracing",
18153]
18154
18155[[package]]
18156name = "tower"
18157version = "0.5.2"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18160dependencies = [
18161 "futures-core",
18162 "futures-util",
18163 "pin-project-lite",
18164 "sync_wrapper 1.0.2",
18165 "tokio",
18166 "tower-layer",
18167 "tower-service",
18168]
18169
18170[[package]]
18171name = "tower-http"
18172version = "0.4.4"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18175dependencies = [
18176 "bitflags 2.10.0",
18177 "bytes 1.11.1",
18178 "futures-core",
18179 "futures-util",
18180 "http 0.2.12",
18181 "http-body 0.4.6",
18182 "http-range-header",
18183 "pin-project-lite",
18184 "tower-layer",
18185 "tower-service",
18186 "tracing",
18187]
18188
18189[[package]]
18190name = "tower-http"
18191version = "0.6.6"
18192source = "registry+https://github.com/rust-lang/crates.io-index"
18193checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18194dependencies = [
18195 "bitflags 2.10.0",
18196 "bytes 1.11.1",
18197 "futures-util",
18198 "http 1.3.1",
18199 "http-body 1.0.1",
18200 "iri-string",
18201 "pin-project-lite",
18202 "tower 0.5.2",
18203 "tower-layer",
18204 "tower-service",
18205]
18206
18207[[package]]
18208name = "tower-layer"
18209version = "0.3.3"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18212
18213[[package]]
18214name = "tower-service"
18215version = "0.3.3"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18218
18219[[package]]
18220name = "tracing"
18221version = "0.1.43"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18224dependencies = [
18225 "log",
18226 "pin-project-lite",
18227 "tracing-attributes",
18228 "tracing-core",
18229]
18230
18231[[package]]
18232name = "tracing-attributes"
18233version = "0.1.31"
18234source = "registry+https://github.com/rust-lang/crates.io-index"
18235checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18236dependencies = [
18237 "proc-macro2",
18238 "quote",
18239 "syn 2.0.117",
18240]
18241
18242[[package]]
18243name = "tracing-core"
18244version = "0.1.35"
18245source = "registry+https://github.com/rust-lang/crates.io-index"
18246checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18247dependencies = [
18248 "once_cell",
18249 "valuable",
18250]
18251
18252[[package]]
18253name = "tracing-log"
18254version = "0.2.0"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18257dependencies = [
18258 "log",
18259 "once_cell",
18260 "tracing-core",
18261]
18262
18263[[package]]
18264name = "tracing-serde"
18265version = "0.2.0"
18266source = "registry+https://github.com/rust-lang/crates.io-index"
18267checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18268dependencies = [
18269 "serde",
18270 "tracing-core",
18271]
18272
18273[[package]]
18274name = "tracing-subscriber"
18275version = "0.3.22"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18278dependencies = [
18279 "matchers",
18280 "nu-ansi-term",
18281 "once_cell",
18282 "regex-automata",
18283 "serde",
18284 "serde_json",
18285 "sharded-slab",
18286 "smallvec",
18287 "thread_local",
18288 "tracing",
18289 "tracing-core",
18290 "tracing-log",
18291 "tracing-serde",
18292]
18293
18294[[package]]
18295name = "tracing-tracy"
18296version = "0.11.4"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18299dependencies = [
18300 "tracing-core",
18301 "tracing-subscriber",
18302 "tracy-client",
18303]
18304
18305[[package]]
18306name = "tracy-client"
18307version = "0.18.3"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18310dependencies = [
18311 "loom",
18312 "once_cell",
18313 "tracy-client-sys",
18314]
18315
18316[[package]]
18317name = "tracy-client-sys"
18318version = "0.27.0"
18319source = "registry+https://github.com/rust-lang/crates.io-index"
18320checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18321dependencies = [
18322 "cc",
18323 "windows-targets 0.52.6",
18324]
18325
18326[[package]]
18327name = "trait-variant"
18328version = "0.1.2"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18331dependencies = [
18332 "proc-macro2",
18333 "quote",
18334 "syn 2.0.117",
18335]
18336
18337[[package]]
18338name = "transpose"
18339version = "0.2.3"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18342dependencies = [
18343 "num-integer",
18344 "strength_reduce",
18345]
18346
18347[[package]]
18348name = "tree-sitter"
18349version = "0.26.3"
18350source = "registry+https://github.com/rust-lang/crates.io-index"
18351checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18352dependencies = [
18353 "cc",
18354 "regex",
18355 "regex-syntax",
18356 "serde_json",
18357 "streaming-iterator",
18358 "tree-sitter-language",
18359 "wasmtime-c-api-impl",
18360]
18361
18362[[package]]
18363name = "tree-sitter-bash"
18364version = "0.25.1"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18367dependencies = [
18368 "cc",
18369 "tree-sitter-language",
18370]
18371
18372[[package]]
18373name = "tree-sitter-c"
18374version = "0.24.1"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18377dependencies = [
18378 "cc",
18379 "tree-sitter-language",
18380]
18381
18382[[package]]
18383name = "tree-sitter-cpp"
18384version = "0.23.4"
18385source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18386dependencies = [
18387 "cc",
18388 "tree-sitter-language",
18389]
18390
18391[[package]]
18392name = "tree-sitter-css"
18393version = "0.23.2"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18396dependencies = [
18397 "cc",
18398 "tree-sitter-language",
18399]
18400
18401[[package]]
18402name = "tree-sitter-diff"
18403version = "0.1.0"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18406dependencies = [
18407 "cc",
18408 "tree-sitter-language",
18409]
18410
18411[[package]]
18412name = "tree-sitter-elixir"
18413version = "0.3.4"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18416dependencies = [
18417 "cc",
18418 "tree-sitter-language",
18419]
18420
18421[[package]]
18422name = "tree-sitter-embedded-template"
18423version = "0.23.2"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18426dependencies = [
18427 "cc",
18428 "tree-sitter-language",
18429]
18430
18431[[package]]
18432name = "tree-sitter-gitcommit"
18433version = "0.0.1"
18434source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18435dependencies = [
18436 "cc",
18437 "tree-sitter-language",
18438]
18439
18440[[package]]
18441name = "tree-sitter-go"
18442version = "0.25.0"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18445dependencies = [
18446 "cc",
18447 "tree-sitter-language",
18448]
18449
18450[[package]]
18451name = "tree-sitter-gomod"
18452version = "1.1.1"
18453source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18454dependencies = [
18455 "cc",
18456 "tree-sitter-language",
18457]
18458
18459[[package]]
18460name = "tree-sitter-gowork"
18461version = "0.0.1"
18462source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18463dependencies = [
18464 "cc",
18465 "tree-sitter-language",
18466]
18467
18468[[package]]
18469name = "tree-sitter-heex"
18470version = "0.0.1"
18471source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18472dependencies = [
18473 "cc",
18474 "tree-sitter-language",
18475]
18476
18477[[package]]
18478name = "tree-sitter-html"
18479version = "0.23.2"
18480source = "registry+https://github.com/rust-lang/crates.io-index"
18481checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18482dependencies = [
18483 "cc",
18484 "tree-sitter-language",
18485]
18486
18487[[package]]
18488name = "tree-sitter-jsdoc"
18489version = "0.23.2"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18492dependencies = [
18493 "cc",
18494 "tree-sitter-language",
18495]
18496
18497[[package]]
18498name = "tree-sitter-json"
18499version = "0.24.8"
18500source = "registry+https://github.com/rust-lang/crates.io-index"
18501checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18502dependencies = [
18503 "cc",
18504 "tree-sitter-language",
18505]
18506
18507[[package]]
18508name = "tree-sitter-language"
18509version = "0.1.5"
18510source = "registry+https://github.com/rust-lang/crates.io-index"
18511checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18512
18513[[package]]
18514name = "tree-sitter-md"
18515version = "0.3.2"
18516source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18517dependencies = [
18518 "cc",
18519 "tree-sitter-language",
18520]
18521
18522[[package]]
18523name = "tree-sitter-python"
18524version = "0.25.0"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18527dependencies = [
18528 "cc",
18529 "tree-sitter-language",
18530]
18531
18532[[package]]
18533name = "tree-sitter-regex"
18534version = "0.24.3"
18535source = "registry+https://github.com/rust-lang/crates.io-index"
18536checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18537dependencies = [
18538 "cc",
18539 "tree-sitter-language",
18540]
18541
18542[[package]]
18543name = "tree-sitter-ruby"
18544version = "0.23.1"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18547dependencies = [
18548 "cc",
18549 "tree-sitter-language",
18550]
18551
18552[[package]]
18553name = "tree-sitter-rust"
18554version = "0.24.0"
18555source = "registry+https://github.com/rust-lang/crates.io-index"
18556checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18557dependencies = [
18558 "cc",
18559 "tree-sitter-language",
18560]
18561
18562[[package]]
18563name = "tree-sitter-typescript"
18564version = "0.23.2"
18565source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18566dependencies = [
18567 "cc",
18568 "tree-sitter-language",
18569]
18570
18571[[package]]
18572name = "tree-sitter-yaml"
18573version = "0.6.1"
18574source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18575dependencies = [
18576 "cc",
18577 "tree-sitter-language",
18578]
18579
18580[[package]]
18581name = "triomphe"
18582version = "0.1.15"
18583source = "registry+https://github.com/rust-lang/crates.io-index"
18584checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18585dependencies = [
18586 "serde",
18587 "stable_deref_trait",
18588]
18589
18590[[package]]
18591name = "try-lock"
18592version = "0.2.5"
18593source = "registry+https://github.com/rust-lang/crates.io-index"
18594checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18595
18596[[package]]
18597name = "ttf-parser"
18598version = "0.20.0"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18601
18602[[package]]
18603name = "ttf-parser"
18604version = "0.25.1"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18607dependencies = [
18608 "core_maths",
18609]
18610
18611[[package]]
18612name = "tungstenite"
18613version = "0.20.1"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18616dependencies = [
18617 "byteorder",
18618 "bytes 1.11.1",
18619 "data-encoding",
18620 "http 0.2.12",
18621 "httparse",
18622 "log",
18623 "rand 0.8.5",
18624 "sha1",
18625 "thiserror 1.0.69",
18626 "url",
18627 "utf-8",
18628]
18629
18630[[package]]
18631name = "tungstenite"
18632version = "0.21.0"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18635dependencies = [
18636 "byteorder",
18637 "bytes 1.11.1",
18638 "data-encoding",
18639 "http 1.3.1",
18640 "httparse",
18641 "log",
18642 "rand 0.8.5",
18643 "sha1",
18644 "thiserror 1.0.69",
18645 "url",
18646 "utf-8",
18647]
18648
18649[[package]]
18650name = "tungstenite"
18651version = "0.27.0"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18654dependencies = [
18655 "bytes 1.11.1",
18656 "data-encoding",
18657 "http 1.3.1",
18658 "httparse",
18659 "log",
18660 "rand 0.9.2",
18661 "rustls 0.23.33",
18662 "rustls-pki-types",
18663 "sha1",
18664 "thiserror 2.0.17",
18665 "utf-8",
18666]
18667
18668[[package]]
18669name = "tungstenite"
18670version = "0.28.0"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18673dependencies = [
18674 "bytes 1.11.1",
18675 "data-encoding",
18676 "http 1.3.1",
18677 "httparse",
18678 "log",
18679 "rand 0.9.2",
18680 "rustls 0.23.33",
18681 "rustls-pki-types",
18682 "sha1",
18683 "thiserror 2.0.17",
18684 "utf-8",
18685]
18686
18687[[package]]
18688name = "typeid"
18689version = "1.0.3"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18692
18693[[package]]
18694name = "typenum"
18695version = "1.19.0"
18696source = "registry+https://github.com/rust-lang/crates.io-index"
18697checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18698
18699[[package]]
18700name = "ucd-trie"
18701version = "0.1.7"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18704
18705[[package]]
18706name = "uds"
18707version = "0.4.2"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18710dependencies = [
18711 "libc",
18712]
18713
18714[[package]]
18715name = "uds_windows"
18716version = "1.1.0"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18719dependencies = [
18720 "memoffset",
18721 "tempfile",
18722 "winapi",
18723]
18724
18725[[package]]
18726name = "ug"
18727version = "0.4.0"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18730dependencies = [
18731 "gemm 0.18.2",
18732 "half",
18733 "libloading",
18734 "memmap2",
18735 "num",
18736 "num-traits",
18737 "num_cpus",
18738 "rayon",
18739 "safetensors",
18740 "serde",
18741 "thiserror 1.0.69",
18742 "tracing",
18743 "yoke 0.7.5",
18744]
18745
18746[[package]]
18747name = "ui"
18748version = "0.1.0"
18749dependencies = [
18750 "chrono",
18751 "component",
18752 "documented",
18753 "gpui",
18754 "gpui_macros",
18755 "icons",
18756 "itertools 0.14.0",
18757 "menu",
18758 "schemars",
18759 "serde",
18760 "settings",
18761 "smallvec",
18762 "story",
18763 "strum 0.27.2",
18764 "theme",
18765 "ui_macros",
18766 "util",
18767 "windows 0.61.3",
18768]
18769
18770[[package]]
18771name = "ui_input"
18772version = "0.1.0"
18773dependencies = [
18774 "component",
18775 "gpui",
18776 "ui",
18777]
18778
18779[[package]]
18780name = "ui_macros"
18781version = "0.1.0"
18782dependencies = [
18783 "component",
18784 "quote",
18785 "syn 2.0.117",
18786 "ui",
18787]
18788
18789[[package]]
18790name = "ui_prompt"
18791version = "0.1.0"
18792dependencies = [
18793 "gpui",
18794 "markdown",
18795 "menu",
18796 "settings",
18797 "theme",
18798 "ui",
18799 "workspace",
18800]
18801
18802[[package]]
18803name = "unarray"
18804version = "0.1.4"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18807
18808[[package]]
18809name = "unicase"
18810version = "2.8.1"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18813
18814[[package]]
18815name = "unicode-bidi"
18816version = "0.3.18"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18819
18820[[package]]
18821name = "unicode-bidi-mirroring"
18822version = "0.4.0"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18825
18826[[package]]
18827name = "unicode-ccc"
18828version = "0.4.0"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18831
18832[[package]]
18833name = "unicode-general-category"
18834version = "1.1.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18837
18838[[package]]
18839name = "unicode-ident"
18840version = "1.0.19"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18843
18844[[package]]
18845name = "unicode-linebreak"
18846version = "0.1.5"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18849
18850[[package]]
18851name = "unicode-normalization"
18852version = "0.1.24"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18855dependencies = [
18856 "tinyvec",
18857]
18858
18859[[package]]
18860name = "unicode-properties"
18861version = "0.1.3"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18864
18865[[package]]
18866name = "unicode-script"
18867version = "0.5.8"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18870
18871[[package]]
18872name = "unicode-segmentation"
18873version = "1.12.0"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18876
18877[[package]]
18878name = "unicode-vo"
18879version = "0.1.0"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18882
18883[[package]]
18884name = "unicode-width"
18885version = "0.2.2"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18888
18889[[package]]
18890name = "unicode-xid"
18891version = "0.2.6"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18894
18895[[package]]
18896name = "unicode_categories"
18897version = "0.1.1"
18898source = "registry+https://github.com/rust-lang/crates.io-index"
18899checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18900
18901[[package]]
18902name = "unindent"
18903version = "0.2.4"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18906
18907[[package]]
18908name = "unsafe-libyaml"
18909version = "0.2.11"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18912
18913[[package]]
18914name = "untrusted"
18915version = "0.7.1"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18918
18919[[package]]
18920name = "untrusted"
18921version = "0.9.0"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18924
18925[[package]]
18926name = "url"
18927version = "2.5.7"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18930dependencies = [
18931 "form_urlencoded",
18932 "idna",
18933 "percent-encoding",
18934 "serde",
18935]
18936
18937[[package]]
18938name = "urlencoding"
18939version = "2.1.3"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18942
18943[[package]]
18944name = "usvg"
18945version = "0.45.1"
18946source = "registry+https://github.com/rust-lang/crates.io-index"
18947checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18948dependencies = [
18949 "base64 0.22.1",
18950 "data-url",
18951 "flate2",
18952 "fontdb 0.23.0",
18953 "imagesize",
18954 "kurbo",
18955 "log",
18956 "pico-args",
18957 "roxmltree",
18958 "rustybuzz",
18959 "simplecss",
18960 "siphasher 1.0.1",
18961 "strict-num",
18962 "svgtypes",
18963 "tiny-skia-path",
18964 "unicode-bidi",
18965 "unicode-script",
18966 "unicode-vo",
18967 "xmlwriter",
18968]
18969
18970[[package]]
18971name = "utf-8"
18972version = "0.7.6"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18975
18976[[package]]
18977name = "utf8-chars"
18978version = "3.0.6"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18981dependencies = [
18982 "arrayvec",
18983]
18984
18985[[package]]
18986name = "utf8_iter"
18987version = "1.0.4"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18990
18991[[package]]
18992name = "utf8parse"
18993version = "0.2.2"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18996
18997[[package]]
18998name = "util"
18999version = "0.1.0"
19000dependencies = [
19001 "anyhow",
19002 "async-fs",
19003 "async_zip",
19004 "collections",
19005 "command-fds",
19006 "dirs 4.0.0",
19007 "dunce",
19008 "futures 0.3.31",
19009 "futures-lite 1.13.0",
19010 "git2",
19011 "globset",
19012 "gpui_util",
19013 "itertools 0.14.0",
19014 "libc",
19015 "log",
19016 "mach2 0.5.0",
19017 "nix 0.29.0",
19018 "percent-encoding",
19019 "pretty_assertions",
19020 "rand 0.9.2",
19021 "regex",
19022 "rust-embed",
19023 "schemars",
19024 "serde",
19025 "serde_json",
19026 "serde_json_lenient",
19027 "shlex",
19028 "smol",
19029 "take-until",
19030 "tempfile",
19031 "tendril",
19032 "unicase",
19033 "url",
19034 "util_macros",
19035 "walkdir",
19036 "which 6.0.3",
19037]
19038
19039[[package]]
19040name = "util_macros"
19041version = "0.1.0"
19042dependencies = [
19043 "perf",
19044 "quote",
19045 "syn 2.0.117",
19046]
19047
19048[[package]]
19049name = "uuid"
19050version = "1.18.1"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19053dependencies = [
19054 "getrandom 0.3.4",
19055 "js-sys",
19056 "serde",
19057 "sha1_smol",
19058 "wasm-bindgen",
19059]
19060
19061[[package]]
19062name = "uuid-simd"
19063version = "0.8.0"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19066dependencies = [
19067 "outref",
19068 "vsimd",
19069]
19070
19071[[package]]
19072name = "v_frame"
19073version = "0.3.9"
19074source = "registry+https://github.com/rust-lang/crates.io-index"
19075checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19076dependencies = [
19077 "aligned-vec",
19078 "num-traits",
19079 "wasm-bindgen",
19080]
19081
19082[[package]]
19083name = "valuable"
19084version = "0.1.1"
19085source = "registry+https://github.com/rust-lang/crates.io-index"
19086checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19087
19088[[package]]
19089name = "value-bag"
19090version = "1.12.0"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19093dependencies = [
19094 "value-bag-serde1",
19095 "value-bag-sval2",
19096]
19097
19098[[package]]
19099name = "value-bag-serde1"
19100version = "1.12.0"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19103dependencies = [
19104 "erased-serde",
19105 "serde_core",
19106 "serde_fmt",
19107]
19108
19109[[package]]
19110name = "value-bag-sval2"
19111version = "1.12.0"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19114dependencies = [
19115 "sval",
19116 "sval_buffer",
19117 "sval_dynamic",
19118 "sval_fmt",
19119 "sval_json",
19120 "sval_ref",
19121 "sval_serde",
19122]
19123
19124[[package]]
19125name = "vcpkg"
19126version = "0.2.15"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19129
19130[[package]]
19131name = "vercel"
19132version = "0.1.0"
19133dependencies = [
19134 "anyhow",
19135 "schemars",
19136 "serde",
19137 "strum 0.27.2",
19138]
19139
19140[[package]]
19141name = "version-compare"
19142version = "0.2.0"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19145
19146[[package]]
19147name = "version_check"
19148version = "0.9.5"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19151
19152[[package]]
19153name = "vim"
19154version = "0.1.0"
19155dependencies = [
19156 "anyhow",
19157 "async-compat",
19158 "async-trait",
19159 "collections",
19160 "command_palette",
19161 "command_palette_hooks",
19162 "db",
19163 "editor",
19164 "env_logger 0.11.8",
19165 "futures 0.3.31",
19166 "fuzzy",
19167 "git_ui",
19168 "gpui",
19169 "indoc",
19170 "itertools 0.14.0",
19171 "language",
19172 "log",
19173 "lsp",
19174 "markdown_preview",
19175 "menu",
19176 "multi_buffer",
19177 "nvim-rs",
19178 "outline_panel",
19179 "parking_lot",
19180 "perf",
19181 "picker",
19182 "project",
19183 "project_panel",
19184 "regex",
19185 "release_channel",
19186 "schemars",
19187 "search",
19188 "semver",
19189 "serde",
19190 "serde_json",
19191 "settings",
19192 "settings_ui",
19193 "task",
19194 "text",
19195 "theme",
19196 "tokio",
19197 "ui",
19198 "util",
19199 "util_macros",
19200 "vim_mode_setting",
19201 "workspace",
19202 "zed_actions",
19203]
19204
19205[[package]]
19206name = "vim_mode_setting"
19207version = "0.1.0"
19208dependencies = [
19209 "gpui",
19210 "settings",
19211]
19212
19213[[package]]
19214name = "vscode_theme"
19215version = "0.2.0"
19216source = "registry+https://github.com/rust-lang/crates.io-index"
19217checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19218dependencies = [
19219 "serde",
19220]
19221
19222[[package]]
19223name = "vsimd"
19224version = "0.8.0"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19227
19228[[package]]
19229name = "vswhom"
19230version = "0.1.0"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19233dependencies = [
19234 "libc",
19235 "vswhom-sys",
19236]
19237
19238[[package]]
19239name = "vswhom-sys"
19240version = "0.1.3"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19243dependencies = [
19244 "cc",
19245 "libc",
19246]
19247
19248[[package]]
19249name = "vte"
19250version = "0.15.0"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19253dependencies = [
19254 "arrayvec",
19255 "bitflags 2.10.0",
19256 "cursor-icon",
19257 "log",
19258 "memchr",
19259 "serde",
19260]
19261
19262[[package]]
19263name = "wait-timeout"
19264version = "0.2.1"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19267dependencies = [
19268 "libc",
19269]
19270
19271[[package]]
19272name = "waker-fn"
19273version = "1.2.0"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19276
19277[[package]]
19278name = "walkdir"
19279version = "2.5.0"
19280source = "registry+https://github.com/rust-lang/crates.io-index"
19281checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19282dependencies = [
19283 "same-file",
19284 "winapi-util",
19285]
19286
19287[[package]]
19288name = "want"
19289version = "0.3.1"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19292dependencies = [
19293 "try-lock",
19294]
19295
19296[[package]]
19297name = "warp"
19298version = "0.3.7"
19299source = "registry+https://github.com/rust-lang/crates.io-index"
19300checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19301dependencies = [
19302 "bytes 1.11.1",
19303 "futures-channel",
19304 "futures-util",
19305 "headers",
19306 "http 0.2.12",
19307 "hyper 0.14.32",
19308 "log",
19309 "mime",
19310 "mime_guess",
19311 "percent-encoding",
19312 "pin-project",
19313 "scoped-tls",
19314 "serde",
19315 "serde_json",
19316 "serde_urlencoded",
19317 "tokio",
19318 "tokio-tungstenite 0.21.0",
19319 "tokio-util",
19320 "tower-service",
19321 "tracing",
19322]
19323
19324[[package]]
19325name = "wasi"
19326version = "0.11.1+wasi-snapshot-preview1"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19329
19330[[package]]
19331name = "wasip2"
19332version = "1.0.1+wasi-0.2.4"
19333source = "registry+https://github.com/rust-lang/crates.io-index"
19334checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19335dependencies = [
19336 "wit-bindgen 0.46.0",
19337]
19338
19339[[package]]
19340name = "wasip3"
19341version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19342source = "registry+https://github.com/rust-lang/crates.io-index"
19343checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19344dependencies = [
19345 "wit-bindgen 0.51.0",
19346]
19347
19348[[package]]
19349name = "wasite"
19350version = "0.1.0"
19351source = "registry+https://github.com/rust-lang/crates.io-index"
19352checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19353
19354[[package]]
19355name = "wasm-bindgen"
19356version = "0.2.113"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19359dependencies = [
19360 "cfg-if",
19361 "once_cell",
19362 "rustversion",
19363 "wasm-bindgen-macro",
19364 "wasm-bindgen-shared",
19365]
19366
19367[[package]]
19368name = "wasm-bindgen-futures"
19369version = "0.4.63"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19372dependencies = [
19373 "cfg-if",
19374 "futures-util",
19375 "js-sys",
19376 "once_cell",
19377 "wasm-bindgen",
19378 "web-sys",
19379]
19380
19381[[package]]
19382name = "wasm-bindgen-macro"
19383version = "0.2.113"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19386dependencies = [
19387 "quote",
19388 "wasm-bindgen-macro-support",
19389]
19390
19391[[package]]
19392name = "wasm-bindgen-macro-support"
19393version = "0.2.113"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19396dependencies = [
19397 "bumpalo",
19398 "proc-macro2",
19399 "quote",
19400 "syn 2.0.117",
19401 "wasm-bindgen-shared",
19402]
19403
19404[[package]]
19405name = "wasm-bindgen-shared"
19406version = "0.2.113"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19409dependencies = [
19410 "unicode-ident",
19411]
19412
19413[[package]]
19414name = "wasm-encoder"
19415version = "0.201.0"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19418dependencies = [
19419 "leb128",
19420]
19421
19422[[package]]
19423name = "wasm-encoder"
19424version = "0.221.3"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19427dependencies = [
19428 "leb128",
19429 "wasmparser 0.221.3",
19430]
19431
19432[[package]]
19433name = "wasm-encoder"
19434version = "0.227.1"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19437dependencies = [
19438 "leb128fmt",
19439 "wasmparser 0.227.1",
19440]
19441
19442[[package]]
19443name = "wasm-encoder"
19444version = "0.229.0"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19447dependencies = [
19448 "leb128fmt",
19449 "wasmparser 0.229.0",
19450]
19451
19452[[package]]
19453name = "wasm-encoder"
19454version = "0.244.0"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19457dependencies = [
19458 "leb128fmt",
19459 "wasmparser 0.244.0",
19460]
19461
19462[[package]]
19463name = "wasm-metadata"
19464version = "0.201.0"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19467dependencies = [
19468 "anyhow",
19469 "indexmap",
19470 "serde",
19471 "serde_derive",
19472 "serde_json",
19473 "spdx",
19474 "wasm-encoder 0.201.0",
19475 "wasmparser 0.201.0",
19476]
19477
19478[[package]]
19479name = "wasm-metadata"
19480version = "0.227.1"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19483dependencies = [
19484 "anyhow",
19485 "auditable-serde",
19486 "flate2",
19487 "indexmap",
19488 "serde",
19489 "serde_derive",
19490 "serde_json",
19491 "spdx",
19492 "url",
19493 "wasm-encoder 0.227.1",
19494 "wasmparser 0.227.1",
19495]
19496
19497[[package]]
19498name = "wasm-metadata"
19499version = "0.244.0"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19502dependencies = [
19503 "anyhow",
19504 "indexmap",
19505 "wasm-encoder 0.244.0",
19506 "wasmparser 0.244.0",
19507]
19508
19509[[package]]
19510name = "wasm-streams"
19511version = "0.4.2"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19514dependencies = [
19515 "futures-util",
19516 "js-sys",
19517 "wasm-bindgen",
19518 "wasm-bindgen-futures",
19519 "web-sys",
19520]
19521
19522[[package]]
19523name = "wasm_thread"
19524version = "0.3.3"
19525source = "registry+https://github.com/rust-lang/crates.io-index"
19526checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19527dependencies = [
19528 "futures 0.3.31",
19529 "js-sys",
19530 "wasm-bindgen",
19531 "web-sys",
19532]
19533
19534[[package]]
19535name = "wasmparser"
19536version = "0.201.0"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19539dependencies = [
19540 "bitflags 2.10.0",
19541 "indexmap",
19542 "semver",
19543]
19544
19545[[package]]
19546name = "wasmparser"
19547version = "0.221.3"
19548source = "registry+https://github.com/rust-lang/crates.io-index"
19549checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19550dependencies = [
19551 "bitflags 2.10.0",
19552 "hashbrown 0.15.5",
19553 "indexmap",
19554 "semver",
19555 "serde",
19556]
19557
19558[[package]]
19559name = "wasmparser"
19560version = "0.227.1"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19563dependencies = [
19564 "bitflags 2.10.0",
19565 "hashbrown 0.15.5",
19566 "indexmap",
19567 "semver",
19568]
19569
19570[[package]]
19571name = "wasmparser"
19572version = "0.229.0"
19573source = "registry+https://github.com/rust-lang/crates.io-index"
19574checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19575dependencies = [
19576 "bitflags 2.10.0",
19577 "hashbrown 0.15.5",
19578 "indexmap",
19579 "semver",
19580 "serde",
19581]
19582
19583[[package]]
19584name = "wasmparser"
19585version = "0.244.0"
19586source = "registry+https://github.com/rust-lang/crates.io-index"
19587checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19588dependencies = [
19589 "bitflags 2.10.0",
19590 "hashbrown 0.15.5",
19591 "indexmap",
19592 "semver",
19593]
19594
19595[[package]]
19596name = "wasmprinter"
19597version = "0.229.0"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19600dependencies = [
19601 "anyhow",
19602 "termcolor",
19603 "wasmparser 0.229.0",
19604]
19605
19606[[package]]
19607name = "wasmtime"
19608version = "33.0.2"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19611dependencies = [
19612 "addr2line 0.24.2",
19613 "anyhow",
19614 "async-trait",
19615 "bitflags 2.10.0",
19616 "bumpalo",
19617 "cc",
19618 "cfg-if",
19619 "encoding_rs",
19620 "hashbrown 0.15.5",
19621 "indexmap",
19622 "libc",
19623 "log",
19624 "mach2 0.4.3",
19625 "memfd",
19626 "object 0.36.7",
19627 "once_cell",
19628 "postcard",
19629 "psm",
19630 "pulley-interpreter",
19631 "rayon",
19632 "rustix 1.1.2",
19633 "semver",
19634 "serde",
19635 "serde_derive",
19636 "smallvec",
19637 "sptr",
19638 "target-lexicon 0.13.3",
19639 "trait-variant",
19640 "wasmparser 0.229.0",
19641 "wasmtime-asm-macros",
19642 "wasmtime-component-macro",
19643 "wasmtime-component-util",
19644 "wasmtime-cranelift",
19645 "wasmtime-environ",
19646 "wasmtime-fiber",
19647 "wasmtime-jit-icache-coherence",
19648 "wasmtime-math",
19649 "wasmtime-slab",
19650 "wasmtime-versioned-export-macros",
19651 "wasmtime-winch",
19652 "windows-sys 0.59.0",
19653]
19654
19655[[package]]
19656name = "wasmtime-asm-macros"
19657version = "33.0.2"
19658source = "registry+https://github.com/rust-lang/crates.io-index"
19659checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19660dependencies = [
19661 "cfg-if",
19662]
19663
19664[[package]]
19665name = "wasmtime-c-api-impl"
19666version = "33.0.2"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19669dependencies = [
19670 "anyhow",
19671 "log",
19672 "tracing",
19673 "wasmtime",
19674 "wasmtime-c-api-macros",
19675]
19676
19677[[package]]
19678name = "wasmtime-c-api-macros"
19679version = "33.0.2"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19682dependencies = [
19683 "proc-macro2",
19684 "quote",
19685]
19686
19687[[package]]
19688name = "wasmtime-component-macro"
19689version = "33.0.2"
19690source = "registry+https://github.com/rust-lang/crates.io-index"
19691checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19692dependencies = [
19693 "anyhow",
19694 "proc-macro2",
19695 "quote",
19696 "syn 2.0.117",
19697 "wasmtime-component-util",
19698 "wasmtime-wit-bindgen",
19699 "wit-parser 0.229.0",
19700]
19701
19702[[package]]
19703name = "wasmtime-component-util"
19704version = "33.0.2"
19705source = "registry+https://github.com/rust-lang/crates.io-index"
19706checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19707
19708[[package]]
19709name = "wasmtime-cranelift"
19710version = "33.0.2"
19711source = "registry+https://github.com/rust-lang/crates.io-index"
19712checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19713dependencies = [
19714 "anyhow",
19715 "cfg-if",
19716 "cranelift-codegen",
19717 "cranelift-control",
19718 "cranelift-entity",
19719 "cranelift-frontend",
19720 "cranelift-native",
19721 "gimli 0.31.1",
19722 "itertools 0.14.0",
19723 "log",
19724 "object 0.36.7",
19725 "pulley-interpreter",
19726 "smallvec",
19727 "target-lexicon 0.13.3",
19728 "thiserror 2.0.17",
19729 "wasmparser 0.229.0",
19730 "wasmtime-environ",
19731 "wasmtime-versioned-export-macros",
19732]
19733
19734[[package]]
19735name = "wasmtime-environ"
19736version = "33.0.2"
19737source = "registry+https://github.com/rust-lang/crates.io-index"
19738checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19739dependencies = [
19740 "anyhow",
19741 "cpp_demangle",
19742 "cranelift-bitset",
19743 "cranelift-entity",
19744 "gimli 0.31.1",
19745 "indexmap",
19746 "log",
19747 "object 0.36.7",
19748 "postcard",
19749 "rustc-demangle",
19750 "semver",
19751 "serde",
19752 "serde_derive",
19753 "smallvec",
19754 "target-lexicon 0.13.3",
19755 "wasm-encoder 0.229.0",
19756 "wasmparser 0.229.0",
19757 "wasmprinter",
19758 "wasmtime-component-util",
19759]
19760
19761[[package]]
19762name = "wasmtime-fiber"
19763version = "33.0.2"
19764source = "registry+https://github.com/rust-lang/crates.io-index"
19765checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19766dependencies = [
19767 "anyhow",
19768 "cc",
19769 "cfg-if",
19770 "rustix 1.1.2",
19771 "wasmtime-asm-macros",
19772 "wasmtime-versioned-export-macros",
19773 "windows-sys 0.59.0",
19774]
19775
19776[[package]]
19777name = "wasmtime-jit-icache-coherence"
19778version = "33.0.2"
19779source = "registry+https://github.com/rust-lang/crates.io-index"
19780checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19781dependencies = [
19782 "anyhow",
19783 "cfg-if",
19784 "libc",
19785 "windows-sys 0.59.0",
19786]
19787
19788[[package]]
19789name = "wasmtime-math"
19790version = "33.0.2"
19791source = "registry+https://github.com/rust-lang/crates.io-index"
19792checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19793dependencies = [
19794 "libm",
19795]
19796
19797[[package]]
19798name = "wasmtime-slab"
19799version = "33.0.2"
19800source = "registry+https://github.com/rust-lang/crates.io-index"
19801checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19802
19803[[package]]
19804name = "wasmtime-versioned-export-macros"
19805version = "33.0.2"
19806source = "registry+https://github.com/rust-lang/crates.io-index"
19807checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19808dependencies = [
19809 "proc-macro2",
19810 "quote",
19811 "syn 2.0.117",
19812]
19813
19814[[package]]
19815name = "wasmtime-wasi"
19816version = "33.0.2"
19817source = "registry+https://github.com/rust-lang/crates.io-index"
19818checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19819dependencies = [
19820 "anyhow",
19821 "async-trait",
19822 "bitflags 2.10.0",
19823 "bytes 1.11.1",
19824 "cap-fs-ext",
19825 "cap-net-ext",
19826 "cap-rand",
19827 "cap-std",
19828 "cap-time-ext",
19829 "fs-set-times",
19830 "futures 0.3.31",
19831 "io-extras",
19832 "io-lifetimes",
19833 "rustix 1.1.2",
19834 "system-interface",
19835 "thiserror 2.0.17",
19836 "tokio",
19837 "tracing",
19838 "url",
19839 "wasmtime",
19840 "wasmtime-wasi-io",
19841 "wiggle",
19842 "windows-sys 0.59.0",
19843]
19844
19845[[package]]
19846name = "wasmtime-wasi-io"
19847version = "33.0.2"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19850dependencies = [
19851 "anyhow",
19852 "async-trait",
19853 "bytes 1.11.1",
19854 "futures 0.3.31",
19855 "wasmtime",
19856]
19857
19858[[package]]
19859name = "wasmtime-winch"
19860version = "33.0.2"
19861source = "registry+https://github.com/rust-lang/crates.io-index"
19862checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19863dependencies = [
19864 "anyhow",
19865 "cranelift-codegen",
19866 "gimli 0.31.1",
19867 "object 0.36.7",
19868 "target-lexicon 0.13.3",
19869 "wasmparser 0.229.0",
19870 "wasmtime-cranelift",
19871 "wasmtime-environ",
19872 "winch-codegen",
19873]
19874
19875[[package]]
19876name = "wasmtime-wit-bindgen"
19877version = "33.0.2"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19880dependencies = [
19881 "anyhow",
19882 "heck 0.5.0",
19883 "indexmap",
19884 "wit-parser 0.229.0",
19885]
19886
19887[[package]]
19888name = "wast"
19889version = "35.0.2"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19892dependencies = [
19893 "leb128",
19894]
19895
19896[[package]]
19897name = "watch"
19898version = "0.1.0"
19899dependencies = [
19900 "ctor",
19901 "futures 0.3.31",
19902 "gpui",
19903 "parking_lot",
19904 "zlog",
19905]
19906
19907[[package]]
19908name = "wax"
19909version = "0.7.0"
19910source = "registry+https://github.com/rust-lang/crates.io-index"
19911checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19912dependencies = [
19913 "const_format",
19914 "itertools 0.14.0",
19915 "nom 7.1.3",
19916 "pori",
19917 "regex",
19918 "thiserror 2.0.17",
19919 "walkdir",
19920]
19921
19922[[package]]
19923name = "wayland-backend"
19924version = "0.3.11"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19927dependencies = [
19928 "cc",
19929 "downcast-rs",
19930 "rustix 1.1.2",
19931 "scoped-tls",
19932 "smallvec",
19933 "wayland-sys",
19934]
19935
19936[[package]]
19937name = "wayland-client"
19938version = "0.31.11"
19939source = "registry+https://github.com/rust-lang/crates.io-index"
19940checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19941dependencies = [
19942 "bitflags 2.10.0",
19943 "rustix 1.1.2",
19944 "wayland-backend",
19945 "wayland-scanner",
19946]
19947
19948[[package]]
19949name = "wayland-cursor"
19950version = "0.31.11"
19951source = "registry+https://github.com/rust-lang/crates.io-index"
19952checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19953dependencies = [
19954 "rustix 1.1.2",
19955 "wayland-client",
19956 "xcursor",
19957]
19958
19959[[package]]
19960name = "wayland-protocols"
19961version = "0.32.9"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19964dependencies = [
19965 "bitflags 2.10.0",
19966 "wayland-backend",
19967 "wayland-client",
19968 "wayland-scanner",
19969]
19970
19971[[package]]
19972name = "wayland-protocols-plasma"
19973version = "0.3.9"
19974source = "registry+https://github.com/rust-lang/crates.io-index"
19975checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19976dependencies = [
19977 "bitflags 2.10.0",
19978 "wayland-backend",
19979 "wayland-client",
19980 "wayland-protocols",
19981 "wayland-scanner",
19982]
19983
19984[[package]]
19985name = "wayland-protocols-wlr"
19986version = "0.3.9"
19987source = "registry+https://github.com/rust-lang/crates.io-index"
19988checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19989dependencies = [
19990 "bitflags 2.10.0",
19991 "wayland-backend",
19992 "wayland-client",
19993 "wayland-protocols",
19994 "wayland-scanner",
19995]
19996
19997[[package]]
19998name = "wayland-scanner"
19999version = "0.31.7"
20000source = "registry+https://github.com/rust-lang/crates.io-index"
20001checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20002dependencies = [
20003 "proc-macro2",
20004 "quick-xml 0.37.5",
20005 "quote",
20006]
20007
20008[[package]]
20009name = "wayland-sys"
20010version = "0.31.7"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20013dependencies = [
20014 "dlib",
20015 "log",
20016 "once_cell",
20017 "pkg-config",
20018]
20019
20020[[package]]
20021name = "web-sys"
20022version = "0.3.90"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20025dependencies = [
20026 "js-sys",
20027 "wasm-bindgen",
20028]
20029
20030[[package]]
20031name = "web-time"
20032version = "1.1.0"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20035dependencies = [
20036 "js-sys",
20037 "wasm-bindgen",
20038]
20039
20040[[package]]
20041name = "web_atoms"
20042version = "0.1.3"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20045dependencies = [
20046 "phf 0.11.3",
20047 "phf_codegen",
20048 "string_cache",
20049 "string_cache_codegen",
20050]
20051
20052[[package]]
20053name = "web_search"
20054version = "0.1.0"
20055dependencies = [
20056 "anyhow",
20057 "cloud_llm_client",
20058 "collections",
20059 "gpui",
20060 "serde",
20061]
20062
20063[[package]]
20064name = "web_search_providers"
20065version = "0.1.0"
20066dependencies = [
20067 "anyhow",
20068 "client",
20069 "cloud_api_types",
20070 "cloud_llm_client",
20071 "futures 0.3.31",
20072 "gpui",
20073 "http_client",
20074 "language_model",
20075 "serde",
20076 "serde_json",
20077 "web_search",
20078]
20079
20080[[package]]
20081name = "webpki-root-certs"
20082version = "0.26.8"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20085dependencies = [
20086 "rustls-pki-types",
20087]
20088
20089[[package]]
20090name = "webpki-roots"
20091version = "0.26.8"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20094dependencies = [
20095 "rustls-pki-types",
20096]
20097
20098[[package]]
20099name = "webrtc-sys"
20100version = "0.3.23"
20101source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20102dependencies = [
20103 "cc",
20104 "cxx",
20105 "cxx-build",
20106 "glob",
20107 "log",
20108 "pkg-config",
20109 "webrtc-sys-build",
20110]
20111
20112[[package]]
20113name = "webrtc-sys-build"
20114version = "0.3.13"
20115source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20116dependencies = [
20117 "anyhow",
20118 "fs2",
20119 "regex",
20120 "reqwest 0.12.24",
20121 "scratch",
20122 "semver",
20123 "zip 0.6.6",
20124]
20125
20126[[package]]
20127name = "weezl"
20128version = "0.1.10"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20131
20132[[package]]
20133name = "wgpu"
20134version = "29.0.0"
20135source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20136dependencies = [
20137 "arrayvec",
20138 "bitflags 2.10.0",
20139 "bytemuck",
20140 "cfg-if",
20141 "cfg_aliases 0.2.1",
20142 "document-features",
20143 "hashbrown 0.16.1",
20144 "js-sys",
20145 "log",
20146 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20147 "parking_lot",
20148 "portable-atomic",
20149 "profiling",
20150 "raw-window-handle",
20151 "smallvec",
20152 "static_assertions",
20153 "wasm-bindgen",
20154 "wasm-bindgen-futures",
20155 "web-sys",
20156 "wgpu-core",
20157 "wgpu-hal",
20158 "wgpu-types",
20159]
20160
20161[[package]]
20162name = "wgpu-core"
20163version = "29.0.0"
20164source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20165dependencies = [
20166 "arrayvec",
20167 "bit-set 0.9.1",
20168 "bit-vec 0.9.1",
20169 "bitflags 2.10.0",
20170 "bytemuck",
20171 "cfg_aliases 0.2.1",
20172 "document-features",
20173 "hashbrown 0.16.1",
20174 "indexmap",
20175 "log",
20176 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20177 "once_cell",
20178 "parking_lot",
20179 "portable-atomic",
20180 "profiling",
20181 "raw-window-handle",
20182 "rustc-hash 1.1.0",
20183 "smallvec",
20184 "thiserror 2.0.17",
20185 "wgpu-core-deps-apple",
20186 "wgpu-core-deps-emscripten",
20187 "wgpu-core-deps-windows-linux-android",
20188 "wgpu-hal",
20189 "wgpu-naga-bridge",
20190 "wgpu-types",
20191]
20192
20193[[package]]
20194name = "wgpu-core-deps-apple"
20195version = "29.0.0"
20196source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20197dependencies = [
20198 "wgpu-hal",
20199]
20200
20201[[package]]
20202name = "wgpu-core-deps-emscripten"
20203version = "29.0.0"
20204source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20205dependencies = [
20206 "wgpu-hal",
20207]
20208
20209[[package]]
20210name = "wgpu-core-deps-windows-linux-android"
20211version = "29.0.0"
20212source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20213dependencies = [
20214 "wgpu-hal",
20215]
20216
20217[[package]]
20218name = "wgpu-hal"
20219version = "29.0.0"
20220source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20221dependencies = [
20222 "android_system_properties",
20223 "arrayvec",
20224 "ash",
20225 "bit-set 0.9.1",
20226 "bitflags 2.10.0",
20227 "block2",
20228 "bytemuck",
20229 "cfg-if",
20230 "cfg_aliases 0.2.1",
20231 "glow",
20232 "glutin_wgl_sys",
20233 "gpu-allocator",
20234 "gpu-descriptor",
20235 "hashbrown 0.16.1",
20236 "js-sys",
20237 "khronos-egl",
20238 "libc",
20239 "libloading",
20240 "log",
20241 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20242 "ndk-sys",
20243 "objc2",
20244 "objc2-core-foundation",
20245 "objc2-foundation",
20246 "objc2-metal",
20247 "objc2-quartz-core",
20248 "once_cell",
20249 "ordered-float 4.6.0",
20250 "parking_lot",
20251 "portable-atomic",
20252 "portable-atomic-util",
20253 "profiling",
20254 "range-alloc",
20255 "raw-window-handle",
20256 "raw-window-metal",
20257 "renderdoc-sys",
20258 "smallvec",
20259 "thiserror 2.0.17",
20260 "wasm-bindgen",
20261 "wayland-sys",
20262 "web-sys",
20263 "wgpu-naga-bridge",
20264 "wgpu-types",
20265 "windows 0.62.2",
20266 "windows-core 0.62.2",
20267]
20268
20269[[package]]
20270name = "wgpu-naga-bridge"
20271version = "29.0.0"
20272source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20273dependencies = [
20274 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20275 "wgpu-types",
20276]
20277
20278[[package]]
20279name = "wgpu-types"
20280version = "29.0.0"
20281source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20282dependencies = [
20283 "bitflags 2.10.0",
20284 "bytemuck",
20285 "js-sys",
20286 "log",
20287 "raw-window-handle",
20288 "web-sys",
20289]
20290
20291[[package]]
20292name = "which"
20293version = "4.4.2"
20294source = "registry+https://github.com/rust-lang/crates.io-index"
20295checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20296dependencies = [
20297 "either",
20298 "home",
20299 "once_cell",
20300 "rustix 0.38.44",
20301]
20302
20303[[package]]
20304name = "which"
20305version = "6.0.3"
20306source = "registry+https://github.com/rust-lang/crates.io-index"
20307checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20308dependencies = [
20309 "either",
20310 "home",
20311 "rustix 0.38.44",
20312 "winsafe",
20313]
20314
20315[[package]]
20316name = "which_key"
20317version = "0.1.0"
20318dependencies = [
20319 "command_palette",
20320 "gpui",
20321 "serde",
20322 "settings",
20323 "theme",
20324 "ui",
20325 "util",
20326 "workspace",
20327]
20328
20329[[package]]
20330name = "whoami"
20331version = "1.6.1"
20332source = "registry+https://github.com/rust-lang/crates.io-index"
20333checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20334dependencies = [
20335 "libredox",
20336 "wasite",
20337]
20338
20339[[package]]
20340name = "wiggle"
20341version = "33.0.2"
20342source = "registry+https://github.com/rust-lang/crates.io-index"
20343checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20344dependencies = [
20345 "anyhow",
20346 "async-trait",
20347 "bitflags 2.10.0",
20348 "thiserror 2.0.17",
20349 "tracing",
20350 "wasmtime",
20351 "wiggle-macro",
20352]
20353
20354[[package]]
20355name = "wiggle-generate"
20356version = "33.0.2"
20357source = "registry+https://github.com/rust-lang/crates.io-index"
20358checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20359dependencies = [
20360 "anyhow",
20361 "heck 0.5.0",
20362 "proc-macro2",
20363 "quote",
20364 "syn 2.0.117",
20365 "witx",
20366]
20367
20368[[package]]
20369name = "wiggle-macro"
20370version = "33.0.2"
20371source = "registry+https://github.com/rust-lang/crates.io-index"
20372checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20373dependencies = [
20374 "proc-macro2",
20375 "quote",
20376 "syn 2.0.117",
20377 "wiggle-generate",
20378]
20379
20380[[package]]
20381name = "winapi"
20382version = "0.3.9"
20383source = "registry+https://github.com/rust-lang/crates.io-index"
20384checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20385dependencies = [
20386 "winapi-i686-pc-windows-gnu",
20387 "winapi-x86_64-pc-windows-gnu",
20388]
20389
20390[[package]]
20391name = "winapi-i686-pc-windows-gnu"
20392version = "0.4.0"
20393source = "registry+https://github.com/rust-lang/crates.io-index"
20394checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20395
20396[[package]]
20397name = "winapi-util"
20398version = "0.1.11"
20399source = "registry+https://github.com/rust-lang/crates.io-index"
20400checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20401dependencies = [
20402 "windows-sys 0.61.2",
20403]
20404
20405[[package]]
20406name = "winapi-x86_64-pc-windows-gnu"
20407version = "0.4.0"
20408source = "registry+https://github.com/rust-lang/crates.io-index"
20409checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20410
20411[[package]]
20412name = "winch-codegen"
20413version = "33.0.2"
20414source = "registry+https://github.com/rust-lang/crates.io-index"
20415checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20416dependencies = [
20417 "anyhow",
20418 "cranelift-assembler-x64",
20419 "cranelift-codegen",
20420 "gimli 0.31.1",
20421 "regalloc2",
20422 "smallvec",
20423 "target-lexicon 0.13.3",
20424 "thiserror 2.0.17",
20425 "wasmparser 0.229.0",
20426 "wasmtime-cranelift",
20427 "wasmtime-environ",
20428]
20429
20430[[package]]
20431name = "windows"
20432version = "0.57.0"
20433source = "registry+https://github.com/rust-lang/crates.io-index"
20434checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20435dependencies = [
20436 "windows-core 0.57.0",
20437 "windows-targets 0.52.6",
20438]
20439
20440[[package]]
20441name = "windows"
20442version = "0.58.0"
20443source = "registry+https://github.com/rust-lang/crates.io-index"
20444checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20445dependencies = [
20446 "windows-core 0.58.0",
20447 "windows-targets 0.52.6",
20448]
20449
20450[[package]]
20451name = "windows"
20452version = "0.61.3"
20453source = "registry+https://github.com/rust-lang/crates.io-index"
20454checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20455dependencies = [
20456 "windows-collections 0.2.0",
20457 "windows-core 0.61.2",
20458 "windows-future 0.2.1",
20459 "windows-link 0.1.3",
20460 "windows-numerics 0.2.0",
20461]
20462
20463[[package]]
20464name = "windows"
20465version = "0.62.2"
20466source = "registry+https://github.com/rust-lang/crates.io-index"
20467checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20468dependencies = [
20469 "windows-collections 0.3.2",
20470 "windows-core 0.62.2",
20471 "windows-future 0.3.2",
20472 "windows-numerics 0.3.1",
20473]
20474
20475[[package]]
20476name = "windows-bindgen"
20477version = "0.61.1"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20480dependencies = [
20481 "serde",
20482 "serde_json",
20483 "windows-threading 0.1.0",
20484]
20485
20486[[package]]
20487name = "windows-capture"
20488version = "1.4.3"
20489source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20490dependencies = [
20491 "clap",
20492 "ctrlc",
20493 "parking_lot",
20494 "rayon",
20495 "thiserror 2.0.17",
20496 "windows 0.61.3",
20497 "windows-future 0.2.1",
20498]
20499
20500[[package]]
20501name = "windows-collections"
20502version = "0.2.0"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20505dependencies = [
20506 "windows-core 0.61.2",
20507]
20508
20509[[package]]
20510name = "windows-collections"
20511version = "0.3.2"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20514dependencies = [
20515 "windows-core 0.62.2",
20516]
20517
20518[[package]]
20519name = "windows-core"
20520version = "0.57.0"
20521source = "registry+https://github.com/rust-lang/crates.io-index"
20522checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20523dependencies = [
20524 "windows-implement 0.57.0",
20525 "windows-interface 0.57.0",
20526 "windows-result 0.1.2",
20527 "windows-targets 0.52.6",
20528]
20529
20530[[package]]
20531name = "windows-core"
20532version = "0.58.0"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20535dependencies = [
20536 "windows-implement 0.58.0",
20537 "windows-interface 0.58.0",
20538 "windows-result 0.2.0",
20539 "windows-strings 0.1.0",
20540 "windows-targets 0.52.6",
20541]
20542
20543[[package]]
20544name = "windows-core"
20545version = "0.61.2"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20548dependencies = [
20549 "windows-implement 0.60.2",
20550 "windows-interface 0.59.3",
20551 "windows-link 0.1.3",
20552 "windows-result 0.3.4",
20553 "windows-strings 0.4.2",
20554]
20555
20556[[package]]
20557name = "windows-core"
20558version = "0.62.2"
20559source = "registry+https://github.com/rust-lang/crates.io-index"
20560checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20561dependencies = [
20562 "windows-implement 0.60.2",
20563 "windows-interface 0.59.3",
20564 "windows-link 0.2.1",
20565 "windows-result 0.4.1",
20566 "windows-strings 0.5.1",
20567]
20568
20569[[package]]
20570name = "windows-future"
20571version = "0.2.1"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20574dependencies = [
20575 "windows-core 0.61.2",
20576 "windows-link 0.1.3",
20577 "windows-threading 0.1.0",
20578]
20579
20580[[package]]
20581name = "windows-future"
20582version = "0.3.2"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20585dependencies = [
20586 "windows-core 0.62.2",
20587 "windows-link 0.2.1",
20588 "windows-threading 0.2.1",
20589]
20590
20591[[package]]
20592name = "windows-implement"
20593version = "0.57.0"
20594source = "registry+https://github.com/rust-lang/crates.io-index"
20595checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20596dependencies = [
20597 "proc-macro2",
20598 "quote",
20599 "syn 2.0.117",
20600]
20601
20602[[package]]
20603name = "windows-implement"
20604version = "0.58.0"
20605source = "registry+https://github.com/rust-lang/crates.io-index"
20606checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20607dependencies = [
20608 "proc-macro2",
20609 "quote",
20610 "syn 2.0.117",
20611]
20612
20613[[package]]
20614name = "windows-implement"
20615version = "0.60.2"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20618dependencies = [
20619 "proc-macro2",
20620 "quote",
20621 "syn 2.0.117",
20622]
20623
20624[[package]]
20625name = "windows-interface"
20626version = "0.57.0"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20629dependencies = [
20630 "proc-macro2",
20631 "quote",
20632 "syn 2.0.117",
20633]
20634
20635[[package]]
20636name = "windows-interface"
20637version = "0.58.0"
20638source = "registry+https://github.com/rust-lang/crates.io-index"
20639checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20640dependencies = [
20641 "proc-macro2",
20642 "quote",
20643 "syn 2.0.117",
20644]
20645
20646[[package]]
20647name = "windows-interface"
20648version = "0.59.3"
20649source = "registry+https://github.com/rust-lang/crates.io-index"
20650checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20651dependencies = [
20652 "proc-macro2",
20653 "quote",
20654 "syn 2.0.117",
20655]
20656
20657[[package]]
20658name = "windows-link"
20659version = "0.1.3"
20660source = "registry+https://github.com/rust-lang/crates.io-index"
20661checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20662
20663[[package]]
20664name = "windows-link"
20665version = "0.2.1"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20668
20669[[package]]
20670name = "windows-numerics"
20671version = "0.2.0"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20674dependencies = [
20675 "windows-core 0.61.2",
20676 "windows-link 0.1.3",
20677]
20678
20679[[package]]
20680name = "windows-numerics"
20681version = "0.3.1"
20682source = "registry+https://github.com/rust-lang/crates.io-index"
20683checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20684dependencies = [
20685 "windows-core 0.62.2",
20686 "windows-link 0.2.1",
20687]
20688
20689[[package]]
20690name = "windows-registry"
20691version = "0.4.0"
20692source = "registry+https://github.com/rust-lang/crates.io-index"
20693checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20694dependencies = [
20695 "windows-result 0.3.4",
20696 "windows-strings 0.3.1",
20697 "windows-targets 0.53.5",
20698]
20699
20700[[package]]
20701name = "windows-registry"
20702version = "0.5.3"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20705dependencies = [
20706 "windows-link 0.1.3",
20707 "windows-result 0.3.4",
20708 "windows-strings 0.4.2",
20709]
20710
20711[[package]]
20712name = "windows-registry"
20713version = "0.6.1"
20714source = "registry+https://github.com/rust-lang/crates.io-index"
20715checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20716dependencies = [
20717 "windows-link 0.2.1",
20718 "windows-result 0.4.1",
20719 "windows-strings 0.5.1",
20720]
20721
20722[[package]]
20723name = "windows-result"
20724version = "0.1.2"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20727dependencies = [
20728 "windows-targets 0.52.6",
20729]
20730
20731[[package]]
20732name = "windows-result"
20733version = "0.2.0"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20736dependencies = [
20737 "windows-targets 0.52.6",
20738]
20739
20740[[package]]
20741name = "windows-result"
20742version = "0.3.4"
20743source = "registry+https://github.com/rust-lang/crates.io-index"
20744checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20745dependencies = [
20746 "windows-link 0.1.3",
20747]
20748
20749[[package]]
20750name = "windows-result"
20751version = "0.4.1"
20752source = "registry+https://github.com/rust-lang/crates.io-index"
20753checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20754dependencies = [
20755 "windows-link 0.2.1",
20756]
20757
20758[[package]]
20759name = "windows-strings"
20760version = "0.1.0"
20761source = "registry+https://github.com/rust-lang/crates.io-index"
20762checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20763dependencies = [
20764 "windows-result 0.2.0",
20765 "windows-targets 0.52.6",
20766]
20767
20768[[package]]
20769name = "windows-strings"
20770version = "0.3.1"
20771source = "registry+https://github.com/rust-lang/crates.io-index"
20772checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20773dependencies = [
20774 "windows-link 0.1.3",
20775]
20776
20777[[package]]
20778name = "windows-strings"
20779version = "0.4.2"
20780source = "registry+https://github.com/rust-lang/crates.io-index"
20781checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20782dependencies = [
20783 "windows-link 0.1.3",
20784]
20785
20786[[package]]
20787name = "windows-strings"
20788version = "0.5.1"
20789source = "registry+https://github.com/rust-lang/crates.io-index"
20790checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20791dependencies = [
20792 "windows-link 0.2.1",
20793]
20794
20795[[package]]
20796name = "windows-sys"
20797version = "0.45.0"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20800dependencies = [
20801 "windows-targets 0.42.2",
20802]
20803
20804[[package]]
20805name = "windows-sys"
20806version = "0.48.0"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20809dependencies = [
20810 "windows-targets 0.48.5",
20811]
20812
20813[[package]]
20814name = "windows-sys"
20815version = "0.52.0"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20818dependencies = [
20819 "windows-targets 0.52.6",
20820]
20821
20822[[package]]
20823name = "windows-sys"
20824version = "0.59.0"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20827dependencies = [
20828 "windows-targets 0.52.6",
20829]
20830
20831[[package]]
20832name = "windows-sys"
20833version = "0.60.2"
20834source = "registry+https://github.com/rust-lang/crates.io-index"
20835checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20836dependencies = [
20837 "windows-targets 0.53.5",
20838]
20839
20840[[package]]
20841name = "windows-sys"
20842version = "0.61.2"
20843source = "registry+https://github.com/rust-lang/crates.io-index"
20844checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20845dependencies = [
20846 "windows-link 0.2.1",
20847]
20848
20849[[package]]
20850name = "windows-targets"
20851version = "0.42.2"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20854dependencies = [
20855 "windows_aarch64_gnullvm 0.42.2",
20856 "windows_aarch64_msvc 0.42.2",
20857 "windows_i686_gnu 0.42.2",
20858 "windows_i686_msvc 0.42.2",
20859 "windows_x86_64_gnu 0.42.2",
20860 "windows_x86_64_gnullvm 0.42.2",
20861 "windows_x86_64_msvc 0.42.2",
20862]
20863
20864[[package]]
20865name = "windows-targets"
20866version = "0.48.5"
20867source = "registry+https://github.com/rust-lang/crates.io-index"
20868checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20869dependencies = [
20870 "windows_aarch64_gnullvm 0.48.5",
20871 "windows_aarch64_msvc 0.48.5",
20872 "windows_i686_gnu 0.48.5",
20873 "windows_i686_msvc 0.48.5",
20874 "windows_x86_64_gnu 0.48.5",
20875 "windows_x86_64_gnullvm 0.48.5",
20876 "windows_x86_64_msvc 0.48.5",
20877]
20878
20879[[package]]
20880name = "windows-targets"
20881version = "0.52.6"
20882source = "registry+https://github.com/rust-lang/crates.io-index"
20883checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20884dependencies = [
20885 "windows_aarch64_gnullvm 0.52.6",
20886 "windows_aarch64_msvc 0.52.6",
20887 "windows_i686_gnu 0.52.6",
20888 "windows_i686_gnullvm 0.52.6",
20889 "windows_i686_msvc 0.52.6",
20890 "windows_x86_64_gnu 0.52.6",
20891 "windows_x86_64_gnullvm 0.52.6",
20892 "windows_x86_64_msvc 0.52.6",
20893]
20894
20895[[package]]
20896name = "windows-targets"
20897version = "0.53.5"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20900dependencies = [
20901 "windows-link 0.2.1",
20902 "windows_aarch64_gnullvm 0.53.1",
20903 "windows_aarch64_msvc 0.53.1",
20904 "windows_i686_gnu 0.53.1",
20905 "windows_i686_gnullvm 0.53.1",
20906 "windows_i686_msvc 0.53.1",
20907 "windows_x86_64_gnu 0.53.1",
20908 "windows_x86_64_gnullvm 0.53.1",
20909 "windows_x86_64_msvc 0.53.1",
20910]
20911
20912[[package]]
20913name = "windows-threading"
20914version = "0.1.0"
20915source = "registry+https://github.com/rust-lang/crates.io-index"
20916checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20917dependencies = [
20918 "windows-link 0.1.3",
20919]
20920
20921[[package]]
20922name = "windows-threading"
20923version = "0.2.1"
20924source = "registry+https://github.com/rust-lang/crates.io-index"
20925checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20926dependencies = [
20927 "windows-link 0.2.1",
20928]
20929
20930[[package]]
20931name = "windows_aarch64_gnullvm"
20932version = "0.42.2"
20933source = "registry+https://github.com/rust-lang/crates.io-index"
20934checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20935
20936[[package]]
20937name = "windows_aarch64_gnullvm"
20938version = "0.48.5"
20939source = "registry+https://github.com/rust-lang/crates.io-index"
20940checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20941
20942[[package]]
20943name = "windows_aarch64_gnullvm"
20944version = "0.52.6"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20947
20948[[package]]
20949name = "windows_aarch64_gnullvm"
20950version = "0.53.1"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20953
20954[[package]]
20955name = "windows_aarch64_msvc"
20956version = "0.42.2"
20957source = "registry+https://github.com/rust-lang/crates.io-index"
20958checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20959
20960[[package]]
20961name = "windows_aarch64_msvc"
20962version = "0.48.5"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20965
20966[[package]]
20967name = "windows_aarch64_msvc"
20968version = "0.52.6"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20971
20972[[package]]
20973name = "windows_aarch64_msvc"
20974version = "0.53.1"
20975source = "registry+https://github.com/rust-lang/crates.io-index"
20976checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20977
20978[[package]]
20979name = "windows_i686_gnu"
20980version = "0.42.2"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20983
20984[[package]]
20985name = "windows_i686_gnu"
20986version = "0.48.5"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20989
20990[[package]]
20991name = "windows_i686_gnu"
20992version = "0.52.6"
20993source = "registry+https://github.com/rust-lang/crates.io-index"
20994checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20995
20996[[package]]
20997name = "windows_i686_gnu"
20998version = "0.53.1"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21001
21002[[package]]
21003name = "windows_i686_gnullvm"
21004version = "0.52.6"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21007
21008[[package]]
21009name = "windows_i686_gnullvm"
21010version = "0.53.1"
21011source = "registry+https://github.com/rust-lang/crates.io-index"
21012checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21013
21014[[package]]
21015name = "windows_i686_msvc"
21016version = "0.42.2"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21019
21020[[package]]
21021name = "windows_i686_msvc"
21022version = "0.48.5"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21025
21026[[package]]
21027name = "windows_i686_msvc"
21028version = "0.52.6"
21029source = "registry+https://github.com/rust-lang/crates.io-index"
21030checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21031
21032[[package]]
21033name = "windows_i686_msvc"
21034version = "0.53.1"
21035source = "registry+https://github.com/rust-lang/crates.io-index"
21036checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21037
21038[[package]]
21039name = "windows_x86_64_gnu"
21040version = "0.42.2"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21043
21044[[package]]
21045name = "windows_x86_64_gnu"
21046version = "0.48.5"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21049
21050[[package]]
21051name = "windows_x86_64_gnu"
21052version = "0.52.6"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21055
21056[[package]]
21057name = "windows_x86_64_gnu"
21058version = "0.53.1"
21059source = "registry+https://github.com/rust-lang/crates.io-index"
21060checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21061
21062[[package]]
21063name = "windows_x86_64_gnullvm"
21064version = "0.42.2"
21065source = "registry+https://github.com/rust-lang/crates.io-index"
21066checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21067
21068[[package]]
21069name = "windows_x86_64_gnullvm"
21070version = "0.48.5"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21073
21074[[package]]
21075name = "windows_x86_64_gnullvm"
21076version = "0.52.6"
21077source = "registry+https://github.com/rust-lang/crates.io-index"
21078checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21079
21080[[package]]
21081name = "windows_x86_64_gnullvm"
21082version = "0.53.1"
21083source = "registry+https://github.com/rust-lang/crates.io-index"
21084checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21085
21086[[package]]
21087name = "windows_x86_64_msvc"
21088version = "0.42.2"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21091
21092[[package]]
21093name = "windows_x86_64_msvc"
21094version = "0.48.5"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21097
21098[[package]]
21099name = "windows_x86_64_msvc"
21100version = "0.52.6"
21101source = "registry+https://github.com/rust-lang/crates.io-index"
21102checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21103
21104[[package]]
21105name = "windows_x86_64_msvc"
21106version = "0.53.1"
21107source = "registry+https://github.com/rust-lang/crates.io-index"
21108checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21109
21110[[package]]
21111name = "winnow"
21112version = "0.7.13"
21113source = "registry+https://github.com/rust-lang/crates.io-index"
21114checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21115dependencies = [
21116 "memchr",
21117]
21118
21119[[package]]
21120name = "winreg"
21121version = "0.10.1"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21124dependencies = [
21125 "winapi",
21126]
21127
21128[[package]]
21129name = "winreg"
21130version = "0.50.0"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21133dependencies = [
21134 "cfg-if",
21135 "windows-sys 0.48.0",
21136]
21137
21138[[package]]
21139name = "winreg"
21140version = "0.55.0"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21143dependencies = [
21144 "cfg-if",
21145 "windows-sys 0.59.0",
21146]
21147
21148[[package]]
21149name = "winresource"
21150version = "0.1.23"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21153dependencies = [
21154 "toml 0.8.23",
21155 "version_check",
21156]
21157
21158[[package]]
21159name = "winsafe"
21160version = "0.0.19"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21163
21164[[package]]
21165name = "winx"
21166version = "0.36.4"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21169dependencies = [
21170 "bitflags 2.10.0",
21171 "windows-sys 0.59.0",
21172]
21173
21174[[package]]
21175name = "wio"
21176version = "0.2.2"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21179dependencies = [
21180 "winapi",
21181]
21182
21183[[package]]
21184name = "wit-bindgen"
21185version = "0.22.0"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21188dependencies = [
21189 "bitflags 2.10.0",
21190 "wit-bindgen-rt 0.22.0",
21191 "wit-bindgen-rust-macro 0.22.0",
21192]
21193
21194[[package]]
21195name = "wit-bindgen"
21196version = "0.41.0"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21199dependencies = [
21200 "wit-bindgen-rt 0.41.0",
21201 "wit-bindgen-rust-macro 0.41.0",
21202]
21203
21204[[package]]
21205name = "wit-bindgen"
21206version = "0.46.0"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21209
21210[[package]]
21211name = "wit-bindgen"
21212version = "0.51.0"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21215dependencies = [
21216 "wit-bindgen-rust-macro 0.51.0",
21217]
21218
21219[[package]]
21220name = "wit-bindgen-core"
21221version = "0.22.0"
21222source = "registry+https://github.com/rust-lang/crates.io-index"
21223checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21224dependencies = [
21225 "anyhow",
21226 "wit-parser 0.201.0",
21227]
21228
21229[[package]]
21230name = "wit-bindgen-core"
21231version = "0.41.0"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21234dependencies = [
21235 "anyhow",
21236 "heck 0.5.0",
21237 "wit-parser 0.227.1",
21238]
21239
21240[[package]]
21241name = "wit-bindgen-core"
21242version = "0.51.0"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21245dependencies = [
21246 "anyhow",
21247 "heck 0.5.0",
21248 "wit-parser 0.244.0",
21249]
21250
21251[[package]]
21252name = "wit-bindgen-rt"
21253version = "0.22.0"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21256
21257[[package]]
21258name = "wit-bindgen-rt"
21259version = "0.41.0"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21262dependencies = [
21263 "bitflags 2.10.0",
21264 "futures 0.3.31",
21265 "once_cell",
21266]
21267
21268[[package]]
21269name = "wit-bindgen-rust"
21270version = "0.22.0"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21273dependencies = [
21274 "anyhow",
21275 "heck 0.4.1",
21276 "indexmap",
21277 "wasm-metadata 0.201.0",
21278 "wit-bindgen-core 0.22.0",
21279 "wit-component 0.201.0",
21280]
21281
21282[[package]]
21283name = "wit-bindgen-rust"
21284version = "0.41.0"
21285source = "registry+https://github.com/rust-lang/crates.io-index"
21286checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21287dependencies = [
21288 "anyhow",
21289 "heck 0.5.0",
21290 "indexmap",
21291 "prettyplease",
21292 "syn 2.0.117",
21293 "wasm-metadata 0.227.1",
21294 "wit-bindgen-core 0.41.0",
21295 "wit-component 0.227.1",
21296]
21297
21298[[package]]
21299name = "wit-bindgen-rust"
21300version = "0.51.0"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21303dependencies = [
21304 "anyhow",
21305 "heck 0.5.0",
21306 "indexmap",
21307 "prettyplease",
21308 "syn 2.0.117",
21309 "wasm-metadata 0.244.0",
21310 "wit-bindgen-core 0.51.0",
21311 "wit-component 0.244.0",
21312]
21313
21314[[package]]
21315name = "wit-bindgen-rust-macro"
21316version = "0.22.0"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21319dependencies = [
21320 "anyhow",
21321 "proc-macro2",
21322 "quote",
21323 "syn 2.0.117",
21324 "wit-bindgen-core 0.22.0",
21325 "wit-bindgen-rust 0.22.0",
21326]
21327
21328[[package]]
21329name = "wit-bindgen-rust-macro"
21330version = "0.41.0"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21333dependencies = [
21334 "anyhow",
21335 "prettyplease",
21336 "proc-macro2",
21337 "quote",
21338 "syn 2.0.117",
21339 "wit-bindgen-core 0.41.0",
21340 "wit-bindgen-rust 0.41.0",
21341]
21342
21343[[package]]
21344name = "wit-bindgen-rust-macro"
21345version = "0.51.0"
21346source = "registry+https://github.com/rust-lang/crates.io-index"
21347checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21348dependencies = [
21349 "anyhow",
21350 "prettyplease",
21351 "proc-macro2",
21352 "quote",
21353 "syn 2.0.117",
21354 "wit-bindgen-core 0.51.0",
21355 "wit-bindgen-rust 0.51.0",
21356]
21357
21358[[package]]
21359name = "wit-component"
21360version = "0.201.0"
21361source = "registry+https://github.com/rust-lang/crates.io-index"
21362checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21363dependencies = [
21364 "anyhow",
21365 "bitflags 2.10.0",
21366 "indexmap",
21367 "log",
21368 "serde",
21369 "serde_derive",
21370 "serde_json",
21371 "wasm-encoder 0.201.0",
21372 "wasm-metadata 0.201.0",
21373 "wasmparser 0.201.0",
21374 "wit-parser 0.201.0",
21375]
21376
21377[[package]]
21378name = "wit-component"
21379version = "0.227.1"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21382dependencies = [
21383 "anyhow",
21384 "bitflags 2.10.0",
21385 "indexmap",
21386 "log",
21387 "serde",
21388 "serde_derive",
21389 "serde_json",
21390 "wasm-encoder 0.227.1",
21391 "wasm-metadata 0.227.1",
21392 "wasmparser 0.227.1",
21393 "wit-parser 0.227.1",
21394]
21395
21396[[package]]
21397name = "wit-component"
21398version = "0.244.0"
21399source = "registry+https://github.com/rust-lang/crates.io-index"
21400checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21401dependencies = [
21402 "anyhow",
21403 "bitflags 2.10.0",
21404 "indexmap",
21405 "log",
21406 "serde",
21407 "serde_derive",
21408 "serde_json",
21409 "wasm-encoder 0.244.0",
21410 "wasm-metadata 0.244.0",
21411 "wasmparser 0.244.0",
21412 "wit-parser 0.244.0",
21413]
21414
21415[[package]]
21416name = "wit-parser"
21417version = "0.201.0"
21418source = "registry+https://github.com/rust-lang/crates.io-index"
21419checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21420dependencies = [
21421 "anyhow",
21422 "id-arena",
21423 "indexmap",
21424 "log",
21425 "semver",
21426 "serde",
21427 "serde_derive",
21428 "serde_json",
21429 "unicode-xid",
21430 "wasmparser 0.201.0",
21431]
21432
21433[[package]]
21434name = "wit-parser"
21435version = "0.227.1"
21436source = "registry+https://github.com/rust-lang/crates.io-index"
21437checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21438dependencies = [
21439 "anyhow",
21440 "id-arena",
21441 "indexmap",
21442 "log",
21443 "semver",
21444 "serde",
21445 "serde_derive",
21446 "serde_json",
21447 "unicode-xid",
21448 "wasmparser 0.227.1",
21449]
21450
21451[[package]]
21452name = "wit-parser"
21453version = "0.229.0"
21454source = "registry+https://github.com/rust-lang/crates.io-index"
21455checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21456dependencies = [
21457 "anyhow",
21458 "id-arena",
21459 "indexmap",
21460 "log",
21461 "semver",
21462 "serde",
21463 "serde_derive",
21464 "serde_json",
21465 "unicode-xid",
21466 "wasmparser 0.229.0",
21467]
21468
21469[[package]]
21470name = "wit-parser"
21471version = "0.244.0"
21472source = "registry+https://github.com/rust-lang/crates.io-index"
21473checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21474dependencies = [
21475 "anyhow",
21476 "id-arena",
21477 "indexmap",
21478 "log",
21479 "semver",
21480 "serde",
21481 "serde_derive",
21482 "serde_json",
21483 "unicode-xid",
21484 "wasmparser 0.244.0",
21485]
21486
21487[[package]]
21488name = "witx"
21489version = "0.9.1"
21490source = "registry+https://github.com/rust-lang/crates.io-index"
21491checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21492dependencies = [
21493 "anyhow",
21494 "log",
21495 "thiserror 1.0.69",
21496 "wast",
21497]
21498
21499[[package]]
21500name = "workspace"
21501version = "0.1.0"
21502dependencies = [
21503 "any_vec",
21504 "anyhow",
21505 "async-recursion",
21506 "chrono",
21507 "client",
21508 "clock",
21509 "collections",
21510 "component",
21511 "db",
21512 "feature_flags",
21513 "fs",
21514 "futures 0.3.31",
21515 "git",
21516 "gpui",
21517 "http_client",
21518 "itertools 0.14.0",
21519 "language",
21520 "log",
21521 "markdown",
21522 "menu",
21523 "node_runtime",
21524 "parking_lot",
21525 "postage",
21526 "pretty_assertions",
21527 "project",
21528 "remote",
21529 "schemars",
21530 "serde",
21531 "serde_json",
21532 "session",
21533 "settings",
21534 "smallvec",
21535 "sqlez",
21536 "strum 0.27.2",
21537 "task",
21538 "telemetry",
21539 "tempfile",
21540 "theme",
21541 "ui",
21542 "util",
21543 "uuid",
21544 "vim_mode_setting",
21545 "windows 0.61.3",
21546 "zed_actions",
21547 "zlog",
21548]
21549
21550[[package]]
21551name = "worktree"
21552version = "0.1.0"
21553dependencies = [
21554 "anyhow",
21555 "async-lock 2.8.0",
21556 "chardetng",
21557 "clock",
21558 "collections",
21559 "encoding_rs",
21560 "fs",
21561 "futures 0.3.31",
21562 "fuzzy",
21563 "git",
21564 "gpui",
21565 "ignore",
21566 "language",
21567 "log",
21568 "parking_lot",
21569 "paths",
21570 "postage",
21571 "pretty_assertions",
21572 "rand 0.9.2",
21573 "rpc",
21574 "serde",
21575 "serde_json",
21576 "settings",
21577 "smallvec",
21578 "smol",
21579 "sum_tree",
21580 "text",
21581 "tracing",
21582 "util",
21583 "worktree",
21584 "zlog",
21585 "ztracing",
21586]
21587
21588[[package]]
21589name = "worktree_benchmarks"
21590version = "0.1.0"
21591dependencies = [
21592 "fs",
21593 "gpui_platform",
21594 "settings",
21595 "worktree",
21596]
21597
21598[[package]]
21599name = "wprcontrol"
21600version = "0.1.0"
21601source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21602dependencies = [
21603 "windows 0.61.3",
21604 "windows-bindgen",
21605 "windows-core 0.61.2",
21606 "windows-link 0.2.1",
21607]
21608
21609[[package]]
21610name = "writeable"
21611version = "0.6.1"
21612source = "registry+https://github.com/rust-lang/crates.io-index"
21613checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21614
21615[[package]]
21616name = "wyz"
21617version = "0.5.1"
21618source = "registry+https://github.com/rust-lang/crates.io-index"
21619checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21620dependencies = [
21621 "tap",
21622]
21623
21624[[package]]
21625name = "x11"
21626version = "2.21.0"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21629dependencies = [
21630 "libc",
21631 "pkg-config",
21632]
21633
21634[[package]]
21635name = "x11-clipboard"
21636version = "0.9.3"
21637source = "registry+https://github.com/rust-lang/crates.io-index"
21638checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21639dependencies = [
21640 "libc",
21641 "x11rb",
21642]
21643
21644[[package]]
21645name = "x11rb"
21646version = "0.13.2"
21647source = "registry+https://github.com/rust-lang/crates.io-index"
21648checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21649dependencies = [
21650 "as-raw-xcb-connection",
21651 "gethostname",
21652 "libc",
21653 "rustix 1.1.2",
21654 "x11rb-protocol",
21655 "xcursor",
21656]
21657
21658[[package]]
21659name = "x11rb-protocol"
21660version = "0.13.2"
21661source = "registry+https://github.com/rust-lang/crates.io-index"
21662checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21663
21664[[package]]
21665name = "x_ai"
21666version = "0.1.0"
21667dependencies = [
21668 "anyhow",
21669 "schemars",
21670 "serde",
21671 "strum 0.27.2",
21672]
21673
21674[[package]]
21675name = "xattr"
21676version = "0.2.3"
21677source = "registry+https://github.com/rust-lang/crates.io-index"
21678checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21679dependencies = [
21680 "libc",
21681]
21682
21683[[package]]
21684name = "xcb"
21685version = "1.6.0"
21686source = "registry+https://github.com/rust-lang/crates.io-index"
21687checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21688dependencies = [
21689 "bitflags 1.3.2",
21690 "libc",
21691 "quick-xml 0.30.0",
21692 "x11",
21693]
21694
21695[[package]]
21696name = "xcursor"
21697version = "0.3.10"
21698source = "registry+https://github.com/rust-lang/crates.io-index"
21699checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21700
21701[[package]]
21702name = "xim-ctext"
21703version = "0.3.0"
21704source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21705dependencies = [
21706 "encoding_rs",
21707]
21708
21709[[package]]
21710name = "xim-parser"
21711version = "0.2.1"
21712source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21713dependencies = [
21714 "bitflags 2.10.0",
21715]
21716
21717[[package]]
21718name = "xkbcommon"
21719version = "0.8.0"
21720source = "registry+https://github.com/rust-lang/crates.io-index"
21721checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21722dependencies = [
21723 "as-raw-xcb-connection",
21724 "libc",
21725 "memmap2",
21726 "xkeysym",
21727]
21728
21729[[package]]
21730name = "xkeysym"
21731version = "0.2.1"
21732source = "registry+https://github.com/rust-lang/crates.io-index"
21733checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21734
21735[[package]]
21736name = "xml-rs"
21737version = "0.8.28"
21738source = "registry+https://github.com/rust-lang/crates.io-index"
21739checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21740
21741[[package]]
21742name = "xml5ever"
21743version = "0.18.1"
21744source = "registry+https://github.com/rust-lang/crates.io-index"
21745checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21746dependencies = [
21747 "log",
21748 "mac",
21749 "markup5ever 0.12.1",
21750]
21751
21752[[package]]
21753name = "xmlparser"
21754version = "0.13.6"
21755source = "registry+https://github.com/rust-lang/crates.io-index"
21756checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21757
21758[[package]]
21759name = "xmlwriter"
21760version = "0.1.0"
21761source = "registry+https://github.com/rust-lang/crates.io-index"
21762checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21763
21764[[package]]
21765name = "xtask"
21766version = "0.1.0"
21767dependencies = [
21768 "annotate-snippets",
21769 "anyhow",
21770 "backtrace",
21771 "cargo_metadata",
21772 "cargo_toml",
21773 "clap",
21774 "gh-workflow",
21775 "indexmap",
21776 "indoc",
21777 "itertools 0.14.0",
21778 "regex",
21779 "serde",
21780 "serde_json",
21781 "serde_yaml",
21782 "strum 0.27.2",
21783 "toml 0.8.23",
21784 "toml_edit 0.22.27",
21785]
21786
21787[[package]]
21788name = "yaml-rust2"
21789version = "0.8.1"
21790source = "registry+https://github.com/rust-lang/crates.io-index"
21791checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21792dependencies = [
21793 "arraydeque",
21794 "encoding_rs",
21795 "hashlink 0.8.4",
21796]
21797
21798[[package]]
21799name = "yansi"
21800version = "1.0.1"
21801source = "registry+https://github.com/rust-lang/crates.io-index"
21802checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21803
21804[[package]]
21805name = "yawc"
21806version = "0.2.5"
21807source = "registry+https://github.com/rust-lang/crates.io-index"
21808checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21809dependencies = [
21810 "base64 0.22.1",
21811 "bytes 1.11.1",
21812 "flate2",
21813 "futures 0.3.31",
21814 "http-body-util",
21815 "hyper 1.7.0",
21816 "hyper-util",
21817 "js-sys",
21818 "nom 8.0.0",
21819 "pin-project",
21820 "rand 0.8.5",
21821 "sha1",
21822 "thiserror 1.0.69",
21823 "tokio",
21824 "tokio-rustls 0.26.2",
21825 "tokio-util",
21826 "url",
21827 "wasm-bindgen",
21828 "wasm-bindgen-futures",
21829 "web-sys",
21830 "webpki-roots",
21831]
21832
21833[[package]]
21834name = "yazi"
21835version = "0.2.1"
21836source = "registry+https://github.com/rust-lang/crates.io-index"
21837checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21838
21839[[package]]
21840name = "yeslogic-fontconfig-sys"
21841version = "6.0.0"
21842source = "registry+https://github.com/rust-lang/crates.io-index"
21843checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21844dependencies = [
21845 "dlib",
21846 "once_cell",
21847 "pkg-config",
21848]
21849
21850[[package]]
21851name = "yoke"
21852version = "0.7.5"
21853source = "registry+https://github.com/rust-lang/crates.io-index"
21854checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21855dependencies = [
21856 "serde",
21857 "stable_deref_trait",
21858 "yoke-derive 0.7.5",
21859 "zerofrom",
21860]
21861
21862[[package]]
21863name = "yoke"
21864version = "0.8.0"
21865source = "registry+https://github.com/rust-lang/crates.io-index"
21866checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21867dependencies = [
21868 "serde",
21869 "stable_deref_trait",
21870 "yoke-derive 0.8.0",
21871 "zerofrom",
21872]
21873
21874[[package]]
21875name = "yoke-derive"
21876version = "0.7.5"
21877source = "registry+https://github.com/rust-lang/crates.io-index"
21878checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21879dependencies = [
21880 "proc-macro2",
21881 "quote",
21882 "syn 2.0.117",
21883 "synstructure",
21884]
21885
21886[[package]]
21887name = "yoke-derive"
21888version = "0.8.0"
21889source = "registry+https://github.com/rust-lang/crates.io-index"
21890checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21891dependencies = [
21892 "proc-macro2",
21893 "quote",
21894 "syn 2.0.117",
21895 "synstructure",
21896]
21897
21898[[package]]
21899name = "zbus"
21900version = "5.13.2"
21901source = "registry+https://github.com/rust-lang/crates.io-index"
21902checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21903dependencies = [
21904 "async-broadcast",
21905 "async-executor",
21906 "async-io",
21907 "async-lock 3.4.2",
21908 "async-process",
21909 "async-recursion",
21910 "async-task",
21911 "async-trait",
21912 "blocking",
21913 "enumflags2",
21914 "event-listener 5.4.1",
21915 "futures-core",
21916 "futures-lite 2.6.1",
21917 "hex",
21918 "libc",
21919 "ordered-stream",
21920 "rustix 1.1.2",
21921 "serde",
21922 "serde_repr",
21923 "tracing",
21924 "uds_windows",
21925 "uuid",
21926 "windows-sys 0.61.2",
21927 "winnow",
21928 "zbus_macros",
21929 "zbus_names",
21930 "zvariant",
21931]
21932
21933[[package]]
21934name = "zbus_macros"
21935version = "5.13.2"
21936source = "registry+https://github.com/rust-lang/crates.io-index"
21937checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21938dependencies = [
21939 "proc-macro-crate",
21940 "proc-macro2",
21941 "quote",
21942 "syn 2.0.117",
21943 "zbus_names",
21944 "zvariant",
21945 "zvariant_utils",
21946]
21947
21948[[package]]
21949name = "zbus_names"
21950version = "4.3.1"
21951source = "registry+https://github.com/rust-lang/crates.io-index"
21952checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21953dependencies = [
21954 "serde",
21955 "winnow",
21956 "zvariant",
21957]
21958
21959[[package]]
21960name = "zed"
21961version = "0.230.0"
21962dependencies = [
21963 "acp_thread",
21964 "acp_tools",
21965 "action_log",
21966 "activity_indicator",
21967 "agent",
21968 "agent-client-protocol",
21969 "agent_servers",
21970 "agent_settings",
21971 "agent_ui",
21972 "anyhow",
21973 "ashpd",
21974 "askpass",
21975 "assets",
21976 "audio",
21977 "auto_update",
21978 "auto_update_ui",
21979 "breadcrumbs",
21980 "call",
21981 "channel",
21982 "chrono",
21983 "clap",
21984 "cli",
21985 "client",
21986 "clock",
21987 "codestral",
21988 "collab_ui",
21989 "collections",
21990 "command_palette",
21991 "component",
21992 "component_preview",
21993 "copilot",
21994 "copilot_chat",
21995 "copilot_ui",
21996 "crashes",
21997 "csv_preview",
21998 "dap_adapters",
21999 "db",
22000 "debug_adapter_extension",
22001 "debugger_tools",
22002 "debugger_ui",
22003 "dev_container",
22004 "diagnostics",
22005 "edit_prediction",
22006 "edit_prediction_ui",
22007 "editor",
22008 "encoding_selector",
22009 "env_logger 0.11.8",
22010 "etw_tracing",
22011 "extension",
22012 "extension_host",
22013 "extensions_ui",
22014 "feature_flags",
22015 "feedback",
22016 "file_finder",
22017 "fs",
22018 "futures 0.3.31",
22019 "git",
22020 "git_graph",
22021 "git_hosting_providers",
22022 "git_ui",
22023 "go_to_line",
22024 "gpui",
22025 "gpui_platform",
22026 "gpui_tokio",
22027 "http_client",
22028 "image",
22029 "image_viewer",
22030 "inspector_ui",
22031 "install_cli",
22032 "itertools 0.14.0",
22033 "journal",
22034 "json_schema_store",
22035 "keymap_editor",
22036 "language",
22037 "language_extension",
22038 "language_model",
22039 "language_models",
22040 "language_onboarding",
22041 "language_selector",
22042 "language_tools",
22043 "languages",
22044 "line_ending_selector",
22045 "log",
22046 "markdown",
22047 "markdown_preview",
22048 "menu",
22049 "migrator",
22050 "mimalloc",
22051 "miniprofiler_ui",
22052 "nc",
22053 "node_runtime",
22054 "notifications",
22055 "onboarding",
22056 "outline",
22057 "outline_panel",
22058 "parking_lot",
22059 "paths",
22060 "picker",
22061 "pkg-config",
22062 "pretty_assertions",
22063 "profiling",
22064 "project",
22065 "project_panel",
22066 "project_symbols",
22067 "prompt_store",
22068 "proto",
22069 "rayon",
22070 "recent_projects",
22071 "release_channel",
22072 "remote",
22073 "repl",
22074 "reqwest_client",
22075 "rope",
22076 "search",
22077 "semver",
22078 "serde",
22079 "serde_json",
22080 "session",
22081 "settings",
22082 "settings_profile_selector",
22083 "settings_ui",
22084 "shellexpand 2.1.2",
22085 "sidebar",
22086 "smol",
22087 "snippet_provider",
22088 "snippets_ui",
22089 "svg_preview",
22090 "sysinfo 0.37.2",
22091 "system_specs",
22092 "tab_switcher",
22093 "task",
22094 "tasks_ui",
22095 "telemetry",
22096 "telemetry_events",
22097 "tempfile",
22098 "terminal_view",
22099 "theme",
22100 "theme_extension",
22101 "theme_selector",
22102 "time",
22103 "time_format",
22104 "title_bar",
22105 "toolchain_selector",
22106 "tracing",
22107 "ui",
22108 "ui_prompt",
22109 "url",
22110 "urlencoding",
22111 "util",
22112 "uuid",
22113 "vim",
22114 "vim_mode_setting",
22115 "watch",
22116 "web_search",
22117 "web_search_providers",
22118 "which_key",
22119 "windows 0.61.3",
22120 "winresource",
22121 "workspace",
22122 "zed-reqwest",
22123 "zed_actions",
22124 "zed_env_vars",
22125 "zlog",
22126 "zlog_settings",
22127 "ztracing",
22128]
22129
22130[[package]]
22131name = "zed-font-kit"
22132version = "0.14.1-zed"
22133source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22134dependencies = [
22135 "bitflags 2.10.0",
22136 "byteorder",
22137 "core-foundation 0.10.0",
22138 "core-graphics 0.24.0",
22139 "core-text",
22140 "dirs 5.0.1",
22141 "dwrote",
22142 "float-ord",
22143 "freetype-sys",
22144 "lazy_static",
22145 "libc",
22146 "log",
22147 "pathfinder_geometry",
22148 "pathfinder_simd",
22149 "walkdir",
22150 "winapi",
22151 "yeslogic-fontconfig-sys",
22152]
22153
22154[[package]]
22155name = "zed-reqwest"
22156version = "0.12.15-zed"
22157source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22158dependencies = [
22159 "base64 0.22.1",
22160 "bytes 1.11.1",
22161 "encoding_rs",
22162 "futures-core",
22163 "futures-util",
22164 "h2 0.4.12",
22165 "http 1.3.1",
22166 "http-body 1.0.1",
22167 "http-body-util",
22168 "hyper 1.7.0",
22169 "hyper-rustls 0.27.7",
22170 "hyper-util",
22171 "ipnet",
22172 "js-sys",
22173 "log",
22174 "mime",
22175 "mime_guess",
22176 "once_cell",
22177 "percent-encoding",
22178 "pin-project-lite",
22179 "quinn",
22180 "rustls 0.23.33",
22181 "rustls-native-certs 0.8.2",
22182 "rustls-pemfile 2.2.0",
22183 "rustls-pki-types",
22184 "serde",
22185 "serde_json",
22186 "serde_urlencoded",
22187 "sync_wrapper 1.0.2",
22188 "system-configuration 0.6.1",
22189 "tokio",
22190 "tokio-rustls 0.26.2",
22191 "tokio-socks",
22192 "tokio-util",
22193 "tower 0.5.2",
22194 "tower-service",
22195 "url",
22196 "wasm-bindgen",
22197 "wasm-bindgen-futures",
22198 "wasm-streams",
22199 "web-sys",
22200 "windows-registry 0.4.0",
22201]
22202
22203[[package]]
22204name = "zed-scap"
22205version = "0.0.8-zed"
22206source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22207dependencies = [
22208 "anyhow",
22209 "cocoa 0.25.0",
22210 "core-graphics-helmer-fork",
22211 "log",
22212 "objc",
22213 "rand 0.8.5",
22214 "screencapturekit",
22215 "screencapturekit-sys",
22216 "sysinfo 0.31.4",
22217 "tao-core-video-sys",
22218 "windows 0.61.3",
22219 "windows-capture",
22220 "x11",
22221 "xcb",
22222]
22223
22224[[package]]
22225name = "zed-xim"
22226version = "0.4.0-zed"
22227source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22228dependencies = [
22229 "ahash 0.8.12",
22230 "hashbrown 0.14.5",
22231 "log",
22232 "x11rb",
22233 "xim-ctext",
22234 "xim-parser",
22235]
22236
22237[[package]]
22238name = "zed_actions"
22239version = "0.1.0"
22240dependencies = [
22241 "gpui",
22242 "schemars",
22243 "serde",
22244 "util",
22245 "uuid",
22246]
22247
22248[[package]]
22249name = "zed_env_vars"
22250version = "0.1.0"
22251dependencies = [
22252 "gpui",
22253]
22254
22255[[package]]
22256name = "zed_extension_api"
22257version = "0.1.0"
22258source = "registry+https://github.com/rust-lang/crates.io-index"
22259checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22260dependencies = [
22261 "serde",
22262 "serde_json",
22263 "wit-bindgen 0.22.0",
22264]
22265
22266[[package]]
22267name = "zed_extension_api"
22268version = "0.7.0"
22269source = "registry+https://github.com/rust-lang/crates.io-index"
22270checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22271dependencies = [
22272 "serde",
22273 "serde_json",
22274 "wit-bindgen 0.41.0",
22275]
22276
22277[[package]]
22278name = "zed_extension_api"
22279version = "0.8.0"
22280dependencies = [
22281 "serde",
22282 "serde_json",
22283 "wit-bindgen 0.41.0",
22284]
22285
22286[[package]]
22287name = "zed_glsl"
22288version = "0.2.2"
22289dependencies = [
22290 "zed_extension_api 0.1.0",
22291]
22292
22293[[package]]
22294name = "zed_html"
22295version = "0.3.1"
22296dependencies = [
22297 "zed_extension_api 0.7.0",
22298]
22299
22300[[package]]
22301name = "zed_proto"
22302version = "0.3.1"
22303dependencies = [
22304 "zed_extension_api 0.7.0",
22305]
22306
22307[[package]]
22308name = "zed_test_extension"
22309version = "0.1.0"
22310dependencies = [
22311 "zed_extension_api 0.8.0",
22312]
22313
22314[[package]]
22315name = "zeno"
22316version = "0.3.3"
22317source = "registry+https://github.com/rust-lang/crates.io-index"
22318checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22319
22320[[package]]
22321name = "zerocopy"
22322version = "0.8.27"
22323source = "registry+https://github.com/rust-lang/crates.io-index"
22324checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22325dependencies = [
22326 "zerocopy-derive",
22327]
22328
22329[[package]]
22330name = "zerocopy-derive"
22331version = "0.8.27"
22332source = "registry+https://github.com/rust-lang/crates.io-index"
22333checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22334dependencies = [
22335 "proc-macro2",
22336 "quote",
22337 "syn 2.0.117",
22338]
22339
22340[[package]]
22341name = "zerofrom"
22342version = "0.1.6"
22343source = "registry+https://github.com/rust-lang/crates.io-index"
22344checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22345dependencies = [
22346 "zerofrom-derive",
22347]
22348
22349[[package]]
22350name = "zerofrom-derive"
22351version = "0.1.6"
22352source = "registry+https://github.com/rust-lang/crates.io-index"
22353checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22354dependencies = [
22355 "proc-macro2",
22356 "quote",
22357 "syn 2.0.117",
22358 "synstructure",
22359]
22360
22361[[package]]
22362name = "zeroize"
22363version = "1.8.2"
22364source = "registry+https://github.com/rust-lang/crates.io-index"
22365checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22366dependencies = [
22367 "zeroize_derive",
22368]
22369
22370[[package]]
22371name = "zeroize_derive"
22372version = "1.4.2"
22373source = "registry+https://github.com/rust-lang/crates.io-index"
22374checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22375dependencies = [
22376 "proc-macro2",
22377 "quote",
22378 "syn 2.0.117",
22379]
22380
22381[[package]]
22382name = "zeromq"
22383version = "0.5.0"
22384source = "registry+https://github.com/rust-lang/crates.io-index"
22385checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22386dependencies = [
22387 "async-dispatcher",
22388 "async-std",
22389 "async-trait",
22390 "asynchronous-codec",
22391 "bytes 1.11.1",
22392 "crossbeam-queue",
22393 "futures 0.3.31",
22394 "log",
22395 "num-traits",
22396 "once_cell",
22397 "parking_lot",
22398 "rand 0.9.2",
22399 "regex",
22400 "scc",
22401 "thiserror 1.0.69",
22402 "uuid",
22403]
22404
22405[[package]]
22406name = "zerotrie"
22407version = "0.2.2"
22408source = "registry+https://github.com/rust-lang/crates.io-index"
22409checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22410dependencies = [
22411 "displaydoc",
22412 "yoke 0.8.0",
22413 "zerofrom",
22414]
22415
22416[[package]]
22417name = "zerovec"
22418version = "0.11.4"
22419source = "registry+https://github.com/rust-lang/crates.io-index"
22420checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22421dependencies = [
22422 "yoke 0.8.0",
22423 "zerofrom",
22424 "zerovec-derive",
22425]
22426
22427[[package]]
22428name = "zerovec-derive"
22429version = "0.11.1"
22430source = "registry+https://github.com/rust-lang/crates.io-index"
22431checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22432dependencies = [
22433 "proc-macro2",
22434 "quote",
22435 "syn 2.0.117",
22436]
22437
22438[[package]]
22439name = "zeta_prompt"
22440version = "0.1.0"
22441dependencies = [
22442 "anyhow",
22443 "indoc",
22444 "serde",
22445 "strum 0.27.2",
22446]
22447
22448[[package]]
22449name = "zip"
22450version = "0.6.6"
22451source = "registry+https://github.com/rust-lang/crates.io-index"
22452checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22453dependencies = [
22454 "aes",
22455 "byteorder",
22456 "bzip2",
22457 "constant_time_eq",
22458 "crc32fast",
22459 "crossbeam-utils",
22460 "flate2",
22461 "hmac",
22462 "pbkdf2 0.11.0",
22463 "sha1",
22464 "time",
22465 "zstd",
22466]
22467
22468[[package]]
22469name = "zip"
22470version = "1.1.4"
22471source = "registry+https://github.com/rust-lang/crates.io-index"
22472checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22473dependencies = [
22474 "arbitrary",
22475 "crc32fast",
22476 "crossbeam-utils",
22477 "displaydoc",
22478 "indexmap",
22479 "num_enum",
22480 "thiserror 1.0.69",
22481]
22482
22483[[package]]
22484name = "zlog"
22485version = "0.1.0"
22486dependencies = [
22487 "anyhow",
22488 "chrono",
22489 "collections",
22490 "log",
22491 "tempfile",
22492]
22493
22494[[package]]
22495name = "zlog_settings"
22496version = "0.1.0"
22497dependencies = [
22498 "collections",
22499 "gpui",
22500 "settings",
22501 "zlog",
22502]
22503
22504[[package]]
22505name = "zstd"
22506version = "0.11.2+zstd.1.5.2"
22507source = "registry+https://github.com/rust-lang/crates.io-index"
22508checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22509dependencies = [
22510 "zstd-safe",
22511]
22512
22513[[package]]
22514name = "zstd-safe"
22515version = "5.0.2+zstd.1.5.2"
22516source = "registry+https://github.com/rust-lang/crates.io-index"
22517checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22518dependencies = [
22519 "libc",
22520 "zstd-sys",
22521]
22522
22523[[package]]
22524name = "zstd-sys"
22525version = "2.0.16+zstd.1.5.7"
22526source = "registry+https://github.com/rust-lang/crates.io-index"
22527checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22528dependencies = [
22529 "cc",
22530 "pkg-config",
22531]
22532
22533[[package]]
22534name = "ztracing"
22535version = "0.1.0"
22536dependencies = [
22537 "tracing",
22538 "tracing-subscriber",
22539 "tracing-tracy",
22540 "tracy-client",
22541 "zlog",
22542 "ztracing_macro",
22543]
22544
22545[[package]]
22546name = "ztracing_macro"
22547version = "0.1.0"
22548
22549[[package]]
22550name = "zune-core"
22551version = "0.4.12"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22554
22555[[package]]
22556name = "zune-inflate"
22557version = "0.2.54"
22558source = "registry+https://github.com/rust-lang/crates.io-index"
22559checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22560dependencies = [
22561 "simd-adler32",
22562]
22563
22564[[package]]
22565name = "zune-jpeg"
22566version = "0.4.21"
22567source = "registry+https://github.com/rust-lang/crates.io-index"
22568checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22569dependencies = [
22570 "zune-core",
22571]
22572
22573[[package]]
22574name = "zvariant"
22575version = "5.9.2"
22576source = "registry+https://github.com/rust-lang/crates.io-index"
22577checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22578dependencies = [
22579 "endi",
22580 "enumflags2",
22581 "serde",
22582 "serde_bytes",
22583 "winnow",
22584 "zvariant_derive",
22585 "zvariant_utils",
22586]
22587
22588[[package]]
22589name = "zvariant_derive"
22590version = "5.9.2"
22591source = "registry+https://github.com/rust-lang/crates.io-index"
22592checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22593dependencies = [
22594 "proc-macro-crate",
22595 "proc-macro2",
22596 "quote",
22597 "syn 2.0.117",
22598 "zvariant_utils",
22599]
22600
22601[[package]]
22602name = "zvariant_utils"
22603version = "3.3.0"
22604source = "registry+https://github.com/rust-lang/crates.io-index"
22605checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22606dependencies = [
22607 "proc-macro2",
22608 "quote",
22609 "serde",
22610 "syn 2.0.117",
22611 "winnow",
22612]