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