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 "collections",
1282 "cpal",
1283 "crossbeam",
1284 "denoise",
1285 "gpui",
1286 "libwebrtc",
1287 "log",
1288 "parking_lot",
1289 "rodio",
1290 "serde",
1291 "settings",
1292 "thiserror 2.0.17",
1293 "util",
1294]
1295
1296[[package]]
1297name = "auditable-serde"
1298version = "0.8.0"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1301dependencies = [
1302 "semver",
1303 "serde",
1304 "serde_json",
1305 "topological-sort",
1306]
1307
1308[[package]]
1309name = "auto_update"
1310version = "0.1.0"
1311dependencies = [
1312 "anyhow",
1313 "client",
1314 "clock",
1315 "ctor",
1316 "db",
1317 "futures 0.3.31",
1318 "futures-lite 1.13.0",
1319 "gpui",
1320 "http_client",
1321 "log",
1322 "parking_lot",
1323 "paths",
1324 "release_channel",
1325 "semver",
1326 "serde",
1327 "serde_json",
1328 "settings",
1329 "smol",
1330 "tempfile",
1331 "util",
1332 "which 6.0.3",
1333 "workspace",
1334 "zlog",
1335]
1336
1337[[package]]
1338name = "auto_update_helper"
1339version = "0.1.0"
1340dependencies = [
1341 "anyhow",
1342 "log",
1343 "scopeguard",
1344 "simplelog",
1345 "tempfile",
1346 "windows 0.61.3",
1347 "winresource",
1348]
1349
1350[[package]]
1351name = "auto_update_ui"
1352version = "0.1.0"
1353dependencies = [
1354 "anyhow",
1355 "auto_update",
1356 "client",
1357 "editor",
1358 "gpui",
1359 "markdown_preview",
1360 "release_channel",
1361 "semver",
1362 "serde",
1363 "serde_json",
1364 "smol",
1365 "ui",
1366 "util",
1367 "workspace",
1368]
1369
1370[[package]]
1371name = "autocfg"
1372version = "1.5.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1375
1376[[package]]
1377name = "av1-grain"
1378version = "0.2.4"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1381dependencies = [
1382 "anyhow",
1383 "arrayvec",
1384 "log",
1385 "nom 7.1.3",
1386 "num-rational",
1387 "v_frame",
1388]
1389
1390[[package]]
1391name = "avif-serialize"
1392version = "0.8.6"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1395dependencies = [
1396 "arrayvec",
1397]
1398
1399[[package]]
1400name = "aws-config"
1401version = "1.8.10"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1404dependencies = [
1405 "aws-credential-types",
1406 "aws-runtime",
1407 "aws-sdk-sso",
1408 "aws-sdk-ssooidc",
1409 "aws-sdk-sts",
1410 "aws-smithy-async",
1411 "aws-smithy-http",
1412 "aws-smithy-json",
1413 "aws-smithy-runtime",
1414 "aws-smithy-runtime-api",
1415 "aws-smithy-types",
1416 "aws-types",
1417 "bytes 1.11.1",
1418 "fastrand 2.3.0",
1419 "hex",
1420 "http 1.3.1",
1421 "ring",
1422 "time",
1423 "tokio",
1424 "tracing",
1425 "url",
1426 "zeroize",
1427]
1428
1429[[package]]
1430name = "aws-credential-types"
1431version = "1.2.10"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1434dependencies = [
1435 "aws-smithy-async",
1436 "aws-smithy-runtime-api",
1437 "aws-smithy-types",
1438 "zeroize",
1439]
1440
1441[[package]]
1442name = "aws-lc-rs"
1443version = "1.15.4"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1446dependencies = [
1447 "aws-lc-sys",
1448 "untrusted 0.7.1",
1449 "zeroize",
1450]
1451
1452[[package]]
1453name = "aws-lc-sys"
1454version = "0.37.0"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1457dependencies = [
1458 "cc",
1459 "cmake",
1460 "dunce",
1461 "fs_extra",
1462]
1463
1464[[package]]
1465name = "aws-runtime"
1466version = "1.5.16"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1469dependencies = [
1470 "aws-credential-types",
1471 "aws-sigv4",
1472 "aws-smithy-async",
1473 "aws-smithy-eventstream",
1474 "aws-smithy-http",
1475 "aws-smithy-runtime",
1476 "aws-smithy-runtime-api",
1477 "aws-smithy-types",
1478 "aws-types",
1479 "bytes 1.11.1",
1480 "fastrand 2.3.0",
1481 "http 0.2.12",
1482 "http-body 0.4.6",
1483 "percent-encoding",
1484 "pin-project-lite",
1485 "tracing",
1486 "uuid",
1487]
1488
1489[[package]]
1490name = "aws-sdk-bedrockruntime"
1491version = "1.113.0"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1494dependencies = [
1495 "aws-credential-types",
1496 "aws-runtime",
1497 "aws-sigv4",
1498 "aws-smithy-async",
1499 "aws-smithy-eventstream",
1500 "aws-smithy-http",
1501 "aws-smithy-json",
1502 "aws-smithy-runtime",
1503 "aws-smithy-runtime-api",
1504 "aws-smithy-types",
1505 "aws-types",
1506 "bytes 1.11.1",
1507 "fastrand 2.3.0",
1508 "http 0.2.12",
1509 "hyper 0.14.32",
1510 "regex-lite",
1511 "tracing",
1512]
1513
1514[[package]]
1515name = "aws-sdk-kinesis"
1516version = "1.95.0"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1519dependencies = [
1520 "aws-credential-types",
1521 "aws-runtime",
1522 "aws-smithy-async",
1523 "aws-smithy-eventstream",
1524 "aws-smithy-http",
1525 "aws-smithy-json",
1526 "aws-smithy-runtime",
1527 "aws-smithy-runtime-api",
1528 "aws-smithy-types",
1529 "aws-types",
1530 "bytes 1.11.1",
1531 "fastrand 2.3.0",
1532 "http 0.2.12",
1533 "regex-lite",
1534 "tracing",
1535]
1536
1537[[package]]
1538name = "aws-sdk-s3"
1539version = "1.112.0"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1542dependencies = [
1543 "aws-credential-types",
1544 "aws-runtime",
1545 "aws-sigv4",
1546 "aws-smithy-async",
1547 "aws-smithy-checksums",
1548 "aws-smithy-eventstream",
1549 "aws-smithy-http",
1550 "aws-smithy-json",
1551 "aws-smithy-runtime",
1552 "aws-smithy-runtime-api",
1553 "aws-smithy-types",
1554 "aws-smithy-xml",
1555 "aws-types",
1556 "bytes 1.11.1",
1557 "fastrand 2.3.0",
1558 "hex",
1559 "hmac",
1560 "http 0.2.12",
1561 "http 1.3.1",
1562 "http-body 0.4.6",
1563 "lru",
1564 "percent-encoding",
1565 "regex-lite",
1566 "sha2",
1567 "tracing",
1568 "url",
1569]
1570
1571[[package]]
1572name = "aws-sdk-sso"
1573version = "1.88.0"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1576dependencies = [
1577 "aws-credential-types",
1578 "aws-runtime",
1579 "aws-smithy-async",
1580 "aws-smithy-http",
1581 "aws-smithy-json",
1582 "aws-smithy-runtime",
1583 "aws-smithy-runtime-api",
1584 "aws-smithy-types",
1585 "aws-types",
1586 "bytes 1.11.1",
1587 "fastrand 2.3.0",
1588 "http 0.2.12",
1589 "regex-lite",
1590 "tracing",
1591]
1592
1593[[package]]
1594name = "aws-sdk-ssooidc"
1595version = "1.90.0"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1598dependencies = [
1599 "aws-credential-types",
1600 "aws-runtime",
1601 "aws-smithy-async",
1602 "aws-smithy-http",
1603 "aws-smithy-json",
1604 "aws-smithy-runtime",
1605 "aws-smithy-runtime-api",
1606 "aws-smithy-types",
1607 "aws-types",
1608 "bytes 1.11.1",
1609 "fastrand 2.3.0",
1610 "http 0.2.12",
1611 "regex-lite",
1612 "tracing",
1613]
1614
1615[[package]]
1616name = "aws-sdk-sts"
1617version = "1.90.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1620dependencies = [
1621 "aws-credential-types",
1622 "aws-runtime",
1623 "aws-smithy-async",
1624 "aws-smithy-http",
1625 "aws-smithy-json",
1626 "aws-smithy-query",
1627 "aws-smithy-runtime",
1628 "aws-smithy-runtime-api",
1629 "aws-smithy-types",
1630 "aws-smithy-xml",
1631 "aws-types",
1632 "fastrand 2.3.0",
1633 "http 0.2.12",
1634 "regex-lite",
1635 "tracing",
1636]
1637
1638[[package]]
1639name = "aws-sigv4"
1640version = "1.3.6"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1643dependencies = [
1644 "aws-credential-types",
1645 "aws-smithy-eventstream",
1646 "aws-smithy-http",
1647 "aws-smithy-runtime-api",
1648 "aws-smithy-types",
1649 "bytes 1.11.1",
1650 "crypto-bigint 0.5.5",
1651 "form_urlencoded",
1652 "hex",
1653 "hmac",
1654 "http 0.2.12",
1655 "http 1.3.1",
1656 "p256",
1657 "percent-encoding",
1658 "ring",
1659 "sha2",
1660 "subtle",
1661 "time",
1662 "tracing",
1663 "zeroize",
1664]
1665
1666[[package]]
1667name = "aws-smithy-async"
1668version = "1.2.6"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1671dependencies = [
1672 "futures-util",
1673 "pin-project-lite",
1674 "tokio",
1675]
1676
1677[[package]]
1678name = "aws-smithy-checksums"
1679version = "0.63.11"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1682dependencies = [
1683 "aws-smithy-http",
1684 "aws-smithy-types",
1685 "bytes 1.11.1",
1686 "crc-fast",
1687 "hex",
1688 "http 0.2.12",
1689 "http-body 0.4.6",
1690 "md-5",
1691 "pin-project-lite",
1692 "sha1",
1693 "sha2",
1694 "tracing",
1695]
1696
1697[[package]]
1698name = "aws-smithy-eventstream"
1699version = "0.60.13"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1702dependencies = [
1703 "aws-smithy-types",
1704 "bytes 1.11.1",
1705 "crc32fast",
1706]
1707
1708[[package]]
1709name = "aws-smithy-http"
1710version = "0.62.5"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1713dependencies = [
1714 "aws-smithy-eventstream",
1715 "aws-smithy-runtime-api",
1716 "aws-smithy-types",
1717 "bytes 1.11.1",
1718 "bytes-utils",
1719 "futures-core",
1720 "futures-util",
1721 "http 0.2.12",
1722 "http 1.3.1",
1723 "http-body 0.4.6",
1724 "percent-encoding",
1725 "pin-project-lite",
1726 "pin-utils",
1727 "tracing",
1728]
1729
1730[[package]]
1731name = "aws-smithy-http-client"
1732version = "1.1.4"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1735dependencies = [
1736 "aws-smithy-async",
1737 "aws-smithy-runtime-api",
1738 "aws-smithy-types",
1739 "h2 0.3.27",
1740 "h2 0.4.12",
1741 "http 0.2.12",
1742 "http 1.3.1",
1743 "http-body 0.4.6",
1744 "hyper 0.14.32",
1745 "hyper 1.7.0",
1746 "hyper-rustls 0.24.2",
1747 "hyper-rustls 0.27.7",
1748 "hyper-util",
1749 "pin-project-lite",
1750 "rustls 0.21.12",
1751 "rustls 0.23.33",
1752 "rustls-native-certs 0.8.2",
1753 "rustls-pki-types",
1754 "tokio",
1755 "tokio-rustls 0.26.2",
1756 "tower 0.5.2",
1757 "tracing",
1758]
1759
1760[[package]]
1761name = "aws-smithy-json"
1762version = "0.61.7"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1765dependencies = [
1766 "aws-smithy-types",
1767]
1768
1769[[package]]
1770name = "aws-smithy-observability"
1771version = "0.1.4"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1774dependencies = [
1775 "aws-smithy-runtime-api",
1776]
1777
1778[[package]]
1779name = "aws-smithy-query"
1780version = "0.60.8"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1783dependencies = [
1784 "aws-smithy-types",
1785 "urlencoding",
1786]
1787
1788[[package]]
1789name = "aws-smithy-runtime"
1790version = "1.9.4"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1793dependencies = [
1794 "aws-smithy-async",
1795 "aws-smithy-http",
1796 "aws-smithy-http-client",
1797 "aws-smithy-observability",
1798 "aws-smithy-runtime-api",
1799 "aws-smithy-types",
1800 "bytes 1.11.1",
1801 "fastrand 2.3.0",
1802 "http 0.2.12",
1803 "http 1.3.1",
1804 "http-body 0.4.6",
1805 "http-body 1.0.1",
1806 "pin-project-lite",
1807 "pin-utils",
1808 "tokio",
1809 "tracing",
1810]
1811
1812[[package]]
1813name = "aws-smithy-runtime-api"
1814version = "1.9.2"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1817dependencies = [
1818 "aws-smithy-async",
1819 "aws-smithy-types",
1820 "bytes 1.11.1",
1821 "http 0.2.12",
1822 "http 1.3.1",
1823 "pin-project-lite",
1824 "tokio",
1825 "tracing",
1826 "zeroize",
1827]
1828
1829[[package]]
1830name = "aws-smithy-types"
1831version = "1.3.4"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1834dependencies = [
1835 "base64-simd",
1836 "bytes 1.11.1",
1837 "bytes-utils",
1838 "futures-core",
1839 "http 0.2.12",
1840 "http 1.3.1",
1841 "http-body 0.4.6",
1842 "http-body 1.0.1",
1843 "http-body-util",
1844 "itoa",
1845 "num-integer",
1846 "pin-project-lite",
1847 "pin-utils",
1848 "ryu",
1849 "serde",
1850 "time",
1851 "tokio",
1852 "tokio-util",
1853]
1854
1855[[package]]
1856name = "aws-smithy-xml"
1857version = "0.60.12"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1860dependencies = [
1861 "xmlparser",
1862]
1863
1864[[package]]
1865name = "aws-types"
1866version = "1.3.10"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1869dependencies = [
1870 "aws-credential-types",
1871 "aws-smithy-async",
1872 "aws-smithy-runtime-api",
1873 "aws-smithy-types",
1874 "rustc_version",
1875 "tracing",
1876]
1877
1878[[package]]
1879name = "aws_http_client"
1880version = "0.1.0"
1881dependencies = [
1882 "aws-smithy-runtime-api",
1883 "aws-smithy-types",
1884 "http_client",
1885]
1886
1887[[package]]
1888name = "axum"
1889version = "0.6.20"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1892dependencies = [
1893 "async-trait",
1894 "axum-core",
1895 "base64 0.21.7",
1896 "bitflags 1.3.2",
1897 "bytes 1.11.1",
1898 "futures-util",
1899 "headers",
1900 "http 0.2.12",
1901 "http-body 0.4.6",
1902 "hyper 0.14.32",
1903 "itoa",
1904 "matchit",
1905 "memchr",
1906 "mime",
1907 "percent-encoding",
1908 "pin-project-lite",
1909 "rustversion",
1910 "serde",
1911 "serde_json",
1912 "serde_path_to_error",
1913 "serde_urlencoded",
1914 "sha1",
1915 "sync_wrapper 0.1.2",
1916 "tokio",
1917 "tokio-tungstenite 0.20.1",
1918 "tower 0.4.13",
1919 "tower-layer",
1920 "tower-service",
1921]
1922
1923[[package]]
1924name = "axum-core"
1925version = "0.3.4"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1928dependencies = [
1929 "async-trait",
1930 "bytes 1.11.1",
1931 "futures-util",
1932 "http 0.2.12",
1933 "http-body 0.4.6",
1934 "mime",
1935 "rustversion",
1936 "tower-layer",
1937 "tower-service",
1938]
1939
1940[[package]]
1941name = "backtrace"
1942version = "0.3.76"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1945dependencies = [
1946 "addr2line 0.25.1",
1947 "cfg-if",
1948 "libc",
1949 "miniz_oxide",
1950 "object 0.37.3",
1951 "rustc-demangle",
1952 "windows-link 0.2.1",
1953]
1954
1955[[package]]
1956name = "base16ct"
1957version = "0.1.1"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1960
1961[[package]]
1962name = "base64"
1963version = "0.21.7"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1966
1967[[package]]
1968name = "base64"
1969version = "0.22.1"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1972
1973[[package]]
1974name = "base64-simd"
1975version = "0.8.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1978dependencies = [
1979 "outref",
1980 "vsimd",
1981]
1982
1983[[package]]
1984name = "base64ct"
1985version = "1.8.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1988
1989[[package]]
1990name = "bedrock"
1991version = "0.1.0"
1992dependencies = [
1993 "anyhow",
1994 "aws-sdk-bedrockruntime",
1995 "aws-smithy-types",
1996 "futures 0.3.31",
1997 "schemars",
1998 "serde",
1999 "serde_json",
2000 "strum 0.27.2",
2001 "thiserror 2.0.17",
2002]
2003
2004[[package]]
2005name = "bigdecimal"
2006version = "0.4.8"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2009dependencies = [
2010 "autocfg",
2011 "libm",
2012 "num-bigint",
2013 "num-integer",
2014 "num-traits",
2015 "serde",
2016]
2017
2018[[package]]
2019name = "bincode"
2020version = "1.3.3"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2023dependencies = [
2024 "serde",
2025]
2026
2027[[package]]
2028name = "bindgen"
2029version = "0.71.1"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2032dependencies = [
2033 "bitflags 2.10.0",
2034 "cexpr",
2035 "clang-sys",
2036 "itertools 0.12.1",
2037 "log",
2038 "prettyplease",
2039 "proc-macro2",
2040 "quote",
2041 "regex",
2042 "rustc-hash 2.1.1",
2043 "shlex",
2044 "syn 2.0.117",
2045]
2046
2047[[package]]
2048name = "bindgen"
2049version = "0.72.1"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2052dependencies = [
2053 "bitflags 2.10.0",
2054 "cexpr",
2055 "clang-sys",
2056 "itertools 0.12.1",
2057 "proc-macro2",
2058 "quote",
2059 "regex",
2060 "rustc-hash 2.1.1",
2061 "shlex",
2062 "syn 2.0.117",
2063]
2064
2065[[package]]
2066name = "bit-set"
2067version = "0.8.0"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2070dependencies = [
2071 "bit-vec 0.8.0",
2072]
2073
2074[[package]]
2075name = "bit-set"
2076version = "0.9.1"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
2079dependencies = [
2080 "bit-vec 0.9.1",
2081]
2082
2083[[package]]
2084name = "bit-vec"
2085version = "0.8.0"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2088
2089[[package]]
2090name = "bit-vec"
2091version = "0.9.1"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
2094
2095[[package]]
2096name = "bit_field"
2097version = "0.10.3"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2100
2101[[package]]
2102name = "bitflags"
2103version = "1.3.2"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2106
2107[[package]]
2108name = "bitflags"
2109version = "2.10.0"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2112dependencies = [
2113 "serde_core",
2114]
2115
2116[[package]]
2117name = "bitstream-io"
2118version = "2.6.0"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2121
2122[[package]]
2123name = "bitvec"
2124version = "1.0.1"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2127dependencies = [
2128 "funty",
2129 "radium",
2130 "tap",
2131 "wyz",
2132]
2133
2134[[package]]
2135name = "block"
2136version = "0.1.6"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2139
2140[[package]]
2141name = "block-buffer"
2142version = "0.10.4"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2145dependencies = [
2146 "generic-array",
2147]
2148
2149[[package]]
2150name = "block-padding"
2151version = "0.3.3"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2154dependencies = [
2155 "generic-array",
2156]
2157
2158[[package]]
2159name = "block2"
2160version = "0.6.2"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2163dependencies = [
2164 "objc2",
2165]
2166
2167[[package]]
2168name = "blocking"
2169version = "1.6.2"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2172dependencies = [
2173 "async-channel 2.5.0",
2174 "async-task",
2175 "futures-io",
2176 "futures-lite 2.6.1",
2177 "piper",
2178]
2179
2180[[package]]
2181name = "bmrng"
2182version = "0.5.2"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2185dependencies = [
2186 "futures-core",
2187 "tokio",
2188]
2189
2190[[package]]
2191name = "bon"
2192version = "3.8.2"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2195dependencies = [
2196 "bon-macros",
2197 "rustversion",
2198]
2199
2200[[package]]
2201name = "bon-macros"
2202version = "3.8.2"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2205dependencies = [
2206 "darling 0.21.3",
2207 "ident_case",
2208 "prettyplease",
2209 "proc-macro2",
2210 "quote",
2211 "rustversion",
2212 "syn 2.0.117",
2213]
2214
2215[[package]]
2216name = "borrow-or-share"
2217version = "0.2.4"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2220
2221[[package]]
2222name = "borsh"
2223version = "1.5.7"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2226dependencies = [
2227 "borsh-derive",
2228 "cfg_aliases 0.2.1",
2229]
2230
2231[[package]]
2232name = "borsh-derive"
2233version = "1.5.7"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2236dependencies = [
2237 "once_cell",
2238 "proc-macro-crate",
2239 "proc-macro2",
2240 "quote",
2241 "syn 2.0.117",
2242]
2243
2244[[package]]
2245name = "breadcrumbs"
2246version = "0.1.0"
2247dependencies = [
2248 "gpui",
2249 "ui",
2250 "workspace",
2251]
2252
2253[[package]]
2254name = "brotli"
2255version = "8.0.2"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
2258dependencies = [
2259 "alloc-no-stdlib",
2260 "alloc-stdlib",
2261 "brotli-decompressor",
2262]
2263
2264[[package]]
2265name = "brotli-decompressor"
2266version = "5.0.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2269dependencies = [
2270 "alloc-no-stdlib",
2271 "alloc-stdlib",
2272]
2273
2274[[package]]
2275name = "brush-parser"
2276version = "0.3.0"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2279dependencies = [
2280 "bon",
2281 "cached",
2282 "indenter",
2283 "peg",
2284 "thiserror 2.0.17",
2285 "tracing",
2286 "utf8-chars",
2287]
2288
2289[[package]]
2290name = "bstr"
2291version = "1.12.0"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2294dependencies = [
2295 "memchr",
2296 "regex-automata",
2297 "serde",
2298]
2299
2300[[package]]
2301name = "buffer_diff"
2302version = "0.1.0"
2303dependencies = [
2304 "clock",
2305 "ctor",
2306 "futures 0.3.31",
2307 "git2",
2308 "gpui",
2309 "language",
2310 "log",
2311 "pretty_assertions",
2312 "rand 0.9.2",
2313 "rope",
2314 "settings",
2315 "sum_tree",
2316 "text",
2317 "tracing",
2318 "unindent",
2319 "util",
2320 "zlog",
2321 "ztracing",
2322]
2323
2324[[package]]
2325name = "built"
2326version = "0.7.7"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2329
2330[[package]]
2331name = "bumpalo"
2332version = "3.19.0"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2335dependencies = [
2336 "allocator-api2",
2337]
2338
2339[[package]]
2340name = "by_address"
2341version = "1.2.1"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2344
2345[[package]]
2346name = "bytecheck"
2347version = "0.6.12"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2350dependencies = [
2351 "bytecheck_derive",
2352 "ptr_meta",
2353 "simdutf8",
2354]
2355
2356[[package]]
2357name = "bytecheck_derive"
2358version = "0.6.12"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2361dependencies = [
2362 "proc-macro2",
2363 "quote",
2364 "syn 1.0.109",
2365]
2366
2367[[package]]
2368name = "bytecount"
2369version = "0.6.9"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2372
2373[[package]]
2374name = "bytemuck"
2375version = "1.24.0"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2378dependencies = [
2379 "bytemuck_derive",
2380]
2381
2382[[package]]
2383name = "bytemuck_derive"
2384version = "1.10.2"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2387dependencies = [
2388 "proc-macro2",
2389 "quote",
2390 "syn 2.0.117",
2391]
2392
2393[[package]]
2394name = "byteorder"
2395version = "1.5.0"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2398
2399[[package]]
2400name = "byteorder-lite"
2401version = "0.1.0"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2404
2405[[package]]
2406name = "bytes"
2407version = "0.4.12"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2410dependencies = [
2411 "byteorder",
2412 "iovec",
2413]
2414
2415[[package]]
2416name = "bytes"
2417version = "1.11.1"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2420
2421[[package]]
2422name = "bytes-utils"
2423version = "0.1.4"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2426dependencies = [
2427 "bytes 1.11.1",
2428 "either",
2429]
2430
2431[[package]]
2432name = "bzip2"
2433version = "0.4.4"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2436dependencies = [
2437 "bzip2-sys",
2438 "libc",
2439]
2440
2441[[package]]
2442name = "bzip2-sys"
2443version = "0.1.13+1.0.8"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2446dependencies = [
2447 "cc",
2448 "pkg-config",
2449]
2450
2451[[package]]
2452name = "cached"
2453version = "0.56.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2456dependencies = [
2457 "ahash 0.8.12",
2458 "cached_proc_macro",
2459 "cached_proc_macro_types",
2460 "hashbrown 0.15.5",
2461 "once_cell",
2462 "thiserror 2.0.17",
2463 "web-time",
2464]
2465
2466[[package]]
2467name = "cached_proc_macro"
2468version = "0.25.0"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2471dependencies = [
2472 "darling 0.20.11",
2473 "proc-macro2",
2474 "quote",
2475 "syn 2.0.117",
2476]
2477
2478[[package]]
2479name = "cached_proc_macro_types"
2480version = "0.1.1"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2483
2484[[package]]
2485name = "call"
2486version = "0.1.0"
2487dependencies = [
2488 "anyhow",
2489 "audio",
2490 "client",
2491 "collections",
2492 "feature_flags",
2493 "fs",
2494 "futures 0.3.31",
2495 "gpui",
2496 "gpui_tokio",
2497 "language",
2498 "livekit_client",
2499 "log",
2500 "postage",
2501 "project",
2502 "serde",
2503 "settings",
2504 "telemetry",
2505 "util",
2506 "workspace",
2507]
2508
2509[[package]]
2510name = "calloop"
2511version = "0.14.3"
2512source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2513dependencies = [
2514 "bitflags 2.10.0",
2515 "polling",
2516 "rustix 1.1.2",
2517 "slab",
2518 "tracing",
2519]
2520
2521[[package]]
2522name = "calloop-wayland-source"
2523version = "0.4.1"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2526dependencies = [
2527 "calloop",
2528 "rustix 1.1.2",
2529 "wayland-backend",
2530 "wayland-client",
2531]
2532
2533[[package]]
2534name = "camino"
2535version = "1.2.1"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2538dependencies = [
2539 "serde_core",
2540]
2541
2542[[package]]
2543name = "candle-core"
2544version = "0.9.1"
2545source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2546dependencies = [
2547 "byteorder",
2548 "float8",
2549 "gemm 0.17.1",
2550 "half",
2551 "memmap2",
2552 "num-traits",
2553 "num_cpus",
2554 "rand 0.9.2",
2555 "rand_distr",
2556 "rayon",
2557 "safetensors",
2558 "thiserror 1.0.69",
2559 "ug",
2560 "yoke 0.7.5",
2561 "zip 1.1.4",
2562]
2563
2564[[package]]
2565name = "candle-nn"
2566version = "0.9.1"
2567source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2568dependencies = [
2569 "candle-core",
2570 "half",
2571 "libc",
2572 "num-traits",
2573 "rayon",
2574 "safetensors",
2575 "serde",
2576 "thiserror 1.0.69",
2577]
2578
2579[[package]]
2580name = "candle-onnx"
2581version = "0.9.1"
2582source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2583dependencies = [
2584 "candle-core",
2585 "candle-nn",
2586 "prost 0.12.6",
2587]
2588
2589[[package]]
2590name = "cap-fs-ext"
2591version = "3.4.4"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2594dependencies = [
2595 "cap-primitives",
2596 "cap-std",
2597 "io-lifetimes",
2598 "windows-sys 0.59.0",
2599]
2600
2601[[package]]
2602name = "cap-net-ext"
2603version = "3.4.4"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2606dependencies = [
2607 "cap-primitives",
2608 "cap-std",
2609 "rustix 1.1.2",
2610 "smallvec",
2611]
2612
2613[[package]]
2614name = "cap-primitives"
2615version = "3.4.4"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2618dependencies = [
2619 "ambient-authority",
2620 "fs-set-times",
2621 "io-extras",
2622 "io-lifetimes",
2623 "ipnet",
2624 "maybe-owned",
2625 "rustix 1.1.2",
2626 "rustix-linux-procfs",
2627 "windows-sys 0.59.0",
2628 "winx",
2629]
2630
2631[[package]]
2632name = "cap-rand"
2633version = "3.4.4"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2636dependencies = [
2637 "ambient-authority",
2638 "rand 0.8.5",
2639]
2640
2641[[package]]
2642name = "cap-std"
2643version = "3.4.4"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2646dependencies = [
2647 "cap-primitives",
2648 "io-extras",
2649 "io-lifetimes",
2650 "rustix 1.1.2",
2651]
2652
2653[[package]]
2654name = "cap-time-ext"
2655version = "3.4.4"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2658dependencies = [
2659 "ambient-authority",
2660 "cap-primitives",
2661 "iana-time-zone",
2662 "once_cell",
2663 "rustix 1.1.2",
2664 "winx",
2665]
2666
2667[[package]]
2668name = "cargo-platform"
2669version = "0.1.9"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2672dependencies = [
2673 "serde",
2674]
2675
2676[[package]]
2677name = "cargo_metadata"
2678version = "0.19.2"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2681dependencies = [
2682 "camino",
2683 "cargo-platform",
2684 "semver",
2685 "serde",
2686 "serde_json",
2687 "thiserror 2.0.17",
2688]
2689
2690[[package]]
2691name = "cargo_toml"
2692version = "0.21.0"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2695dependencies = [
2696 "serde",
2697 "toml 0.8.23",
2698]
2699
2700[[package]]
2701name = "cast"
2702version = "0.3.0"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2705
2706[[package]]
2707name = "cbc"
2708version = "0.1.2"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2711dependencies = [
2712 "cipher",
2713]
2714
2715[[package]]
2716name = "cbindgen"
2717version = "0.28.0"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2720dependencies = [
2721 "heck 0.4.1",
2722 "indexmap",
2723 "log",
2724 "proc-macro2",
2725 "quote",
2726 "serde",
2727 "serde_json",
2728 "syn 2.0.117",
2729 "tempfile",
2730 "toml 0.8.23",
2731]
2732
2733[[package]]
2734name = "cc"
2735version = "1.2.49"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2738dependencies = [
2739 "find-msvc-tools",
2740 "jobserver",
2741 "libc",
2742 "shlex",
2743]
2744
2745[[package]]
2746name = "cesu8"
2747version = "1.1.0"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2750
2751[[package]]
2752name = "cexpr"
2753version = "0.6.0"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2756dependencies = [
2757 "nom 7.1.3",
2758]
2759
2760[[package]]
2761name = "cfg-expr"
2762version = "0.15.8"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2765dependencies = [
2766 "smallvec",
2767 "target-lexicon 0.12.16",
2768]
2769
2770[[package]]
2771name = "cfg-expr"
2772version = "0.20.6"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2775dependencies = [
2776 "smallvec",
2777 "target-lexicon 0.13.3",
2778]
2779
2780[[package]]
2781name = "cfg-if"
2782version = "1.0.4"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2785
2786[[package]]
2787name = "cfg_aliases"
2788version = "0.1.1"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2791
2792[[package]]
2793name = "cfg_aliases"
2794version = "0.2.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2797
2798[[package]]
2799name = "cgl"
2800version = "0.3.2"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2803dependencies = [
2804 "libc",
2805]
2806
2807[[package]]
2808name = "channel"
2809version = "0.1.0"
2810dependencies = [
2811 "anyhow",
2812 "client",
2813 "clock",
2814 "collections",
2815 "futures 0.3.31",
2816 "gpui",
2817 "http_client",
2818 "language",
2819 "log",
2820 "postage",
2821 "release_channel",
2822 "rpc",
2823 "semver",
2824 "settings",
2825 "text",
2826 "time",
2827 "util",
2828]
2829
2830[[package]]
2831name = "chardetng"
2832version = "0.1.17"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2835dependencies = [
2836 "cfg-if",
2837 "encoding_rs",
2838 "memchr",
2839]
2840
2841[[package]]
2842name = "chrono"
2843version = "0.4.42"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2846dependencies = [
2847 "iana-time-zone",
2848 "js-sys",
2849 "num-traits",
2850 "serde",
2851 "wasm-bindgen",
2852 "windows-link 0.2.1",
2853]
2854
2855[[package]]
2856name = "chunked_transfer"
2857version = "1.5.0"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2860
2861[[package]]
2862name = "ciborium"
2863version = "0.2.2"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2866dependencies = [
2867 "ciborium-io",
2868 "ciborium-ll",
2869 "serde",
2870]
2871
2872[[package]]
2873name = "ciborium-io"
2874version = "0.2.2"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2877
2878[[package]]
2879name = "ciborium-ll"
2880version = "0.2.2"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2883dependencies = [
2884 "ciborium-io",
2885 "half",
2886]
2887
2888[[package]]
2889name = "cipher"
2890version = "0.4.4"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2893dependencies = [
2894 "crypto-common",
2895 "inout",
2896 "zeroize",
2897]
2898
2899[[package]]
2900name = "circular-buffer"
2901version = "1.2.0"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2904
2905[[package]]
2906name = "clang-sys"
2907version = "1.8.1"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2910dependencies = [
2911 "glob",
2912 "libc",
2913 "libloading",
2914]
2915
2916[[package]]
2917name = "clap"
2918version = "4.5.49"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2921dependencies = [
2922 "clap_builder",
2923 "clap_derive",
2924]
2925
2926[[package]]
2927name = "clap_builder"
2928version = "4.5.49"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2931dependencies = [
2932 "anstream",
2933 "anstyle",
2934 "clap_lex",
2935 "strsim",
2936 "terminal_size",
2937]
2938
2939[[package]]
2940name = "clap_complete"
2941version = "4.5.59"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2944dependencies = [
2945 "clap",
2946]
2947
2948[[package]]
2949name = "clap_derive"
2950version = "4.5.49"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2953dependencies = [
2954 "heck 0.5.0",
2955 "proc-macro2",
2956 "quote",
2957 "syn 2.0.117",
2958]
2959
2960[[package]]
2961name = "clap_lex"
2962version = "0.7.6"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2965
2966[[package]]
2967name = "cli"
2968version = "0.1.0"
2969dependencies = [
2970 "anyhow",
2971 "askpass",
2972 "clap",
2973 "collections",
2974 "core-foundation 0.10.0",
2975 "core-services",
2976 "exec",
2977 "fork",
2978 "ipc-channel",
2979 "parking_lot",
2980 "paths",
2981 "plist",
2982 "rayon",
2983 "release_channel",
2984 "serde",
2985 "serde_json",
2986 "tempfile",
2987 "util",
2988 "walkdir",
2989 "windows 0.61.3",
2990]
2991
2992[[package]]
2993name = "client"
2994version = "0.1.0"
2995dependencies = [
2996 "anyhow",
2997 "async-tungstenite",
2998 "base64 0.22.1",
2999 "chrono",
3000 "clock",
3001 "cloud_api_client",
3002 "cloud_llm_client",
3003 "collections",
3004 "credentials_provider",
3005 "derive_more",
3006 "feature_flags",
3007 "fs",
3008 "futures 0.3.31",
3009 "gpui",
3010 "gpui_tokio",
3011 "http_client",
3012 "http_client_tls",
3013 "httparse",
3014 "log",
3015 "objc2-foundation",
3016 "parking_lot",
3017 "paths",
3018 "postage",
3019 "rand 0.9.2",
3020 "regex",
3021 "release_channel",
3022 "rpc",
3023 "rustls-pki-types",
3024 "semver",
3025 "serde",
3026 "serde_json",
3027 "serde_urlencoded",
3028 "settings",
3029 "sha2",
3030 "smol",
3031 "telemetry",
3032 "telemetry_events",
3033 "text",
3034 "thiserror 2.0.17",
3035 "time",
3036 "tiny_http",
3037 "tokio",
3038 "tokio-native-tls",
3039 "tokio-rustls 0.26.2",
3040 "tokio-socks",
3041 "url",
3042 "util",
3043 "windows 0.61.3",
3044 "worktree",
3045]
3046
3047[[package]]
3048name = "clock"
3049version = "0.1.0"
3050dependencies = [
3051 "parking_lot",
3052 "serde",
3053 "smallvec",
3054]
3055
3056[[package]]
3057name = "cloud_api_client"
3058version = "0.1.0"
3059dependencies = [
3060 "anyhow",
3061 "cloud_api_types",
3062 "futures 0.3.31",
3063 "gpui",
3064 "gpui_tokio",
3065 "http_client",
3066 "parking_lot",
3067 "serde_json",
3068 "thiserror 2.0.17",
3069 "yawc",
3070]
3071
3072[[package]]
3073name = "cloud_api_types"
3074version = "0.1.0"
3075dependencies = [
3076 "anyhow",
3077 "chrono",
3078 "ciborium",
3079 "cloud_llm_client",
3080 "pretty_assertions",
3081 "serde",
3082 "serde_json",
3083 "strum 0.27.2",
3084]
3085
3086[[package]]
3087name = "cloud_llm_client"
3088version = "0.1.0"
3089dependencies = [
3090 "anyhow",
3091 "serde",
3092 "serde_json",
3093 "strum 0.27.2",
3094 "uuid",
3095 "zeta_prompt",
3096]
3097
3098[[package]]
3099name = "cmake"
3100version = "0.1.56"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3103dependencies = [
3104 "cc",
3105]
3106
3107[[package]]
3108name = "cobs"
3109version = "0.3.0"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3112dependencies = [
3113 "thiserror 2.0.17",
3114]
3115
3116[[package]]
3117name = "cocoa"
3118version = "0.25.0"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3121dependencies = [
3122 "bitflags 1.3.2",
3123 "block",
3124 "cocoa-foundation 0.1.2",
3125 "core-foundation 0.9.4",
3126 "core-graphics 0.23.2",
3127 "foreign-types 0.5.0",
3128 "libc",
3129 "objc",
3130]
3131
3132[[package]]
3133name = "cocoa"
3134version = "0.26.0"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3137dependencies = [
3138 "bitflags 2.10.0",
3139 "block",
3140 "cocoa-foundation 0.2.0",
3141 "core-foundation 0.10.0",
3142 "core-graphics 0.24.0",
3143 "foreign-types 0.5.0",
3144 "libc",
3145 "objc",
3146]
3147
3148[[package]]
3149name = "cocoa-foundation"
3150version = "0.1.2"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3153dependencies = [
3154 "bitflags 1.3.2",
3155 "block",
3156 "core-foundation 0.9.4",
3157 "core-graphics-types 0.1.3",
3158 "libc",
3159 "objc",
3160]
3161
3162[[package]]
3163name = "cocoa-foundation"
3164version = "0.2.0"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3167dependencies = [
3168 "bitflags 2.10.0",
3169 "block",
3170 "core-foundation 0.10.0",
3171 "core-graphics-types 0.2.0",
3172 "libc",
3173 "objc",
3174]
3175
3176[[package]]
3177name = "codespan-reporting"
3178version = "0.13.0"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3181dependencies = [
3182 "serde",
3183 "termcolor",
3184 "unicode-width",
3185]
3186
3187[[package]]
3188name = "codestral"
3189version = "0.1.0"
3190dependencies = [
3191 "anyhow",
3192 "edit_prediction",
3193 "edit_prediction_types",
3194 "futures 0.3.31",
3195 "gpui",
3196 "http_client",
3197 "icons",
3198 "language",
3199 "language_model",
3200 "log",
3201 "serde",
3202 "serde_json",
3203 "text",
3204 "zeta_prompt",
3205]
3206
3207[[package]]
3208name = "collab"
3209version = "0.44.0"
3210dependencies = [
3211 "agent",
3212 "anyhow",
3213 "assistant_slash_command",
3214 "assistant_text_thread",
3215 "async-trait",
3216 "async-tungstenite",
3217 "aws-config",
3218 "aws-sdk-kinesis",
3219 "aws-sdk-s3",
3220 "axum",
3221 "buffer_diff",
3222 "call",
3223 "channel",
3224 "chrono",
3225 "client",
3226 "clock",
3227 "cloud_api_types",
3228 "collab",
3229 "collab_ui",
3230 "collections",
3231 "command_palette_hooks",
3232 "ctor",
3233 "dap",
3234 "dap_adapters",
3235 "dashmap",
3236 "debugger_ui",
3237 "editor",
3238 "envy",
3239 "extension",
3240 "file_finder",
3241 "fs",
3242 "futures 0.3.31",
3243 "git",
3244 "git_hosting_providers",
3245 "git_ui",
3246 "gpui",
3247 "gpui_tokio",
3248 "hex",
3249 "http_client",
3250 "indoc",
3251 "language",
3252 "language_model",
3253 "livekit_api",
3254 "livekit_client",
3255 "log",
3256 "lsp",
3257 "menu",
3258 "multi_buffer",
3259 "nanoid",
3260 "node_runtime",
3261 "notifications",
3262 "parking_lot",
3263 "pretty_assertions",
3264 "project",
3265 "prometheus",
3266 "prompt_store",
3267 "prost 0.9.0",
3268 "rand 0.9.2",
3269 "recent_projects",
3270 "release_channel",
3271 "remote",
3272 "remote_server",
3273 "reqwest 0.11.27",
3274 "rpc",
3275 "sea-orm",
3276 "sea-orm-macros",
3277 "semver",
3278 "serde",
3279 "serde_json",
3280 "session",
3281 "settings",
3282 "sha2",
3283 "smol",
3284 "sqlx",
3285 "strum 0.27.2",
3286 "task",
3287 "telemetry_events",
3288 "text",
3289 "theme",
3290 "time",
3291 "tokio",
3292 "toml 0.8.23",
3293 "tower 0.4.13",
3294 "tower-http 0.4.4",
3295 "tracing",
3296 "tracing-subscriber",
3297 "unindent",
3298 "util",
3299 "uuid",
3300 "workspace",
3301 "worktree",
3302 "zed_actions",
3303 "zlog",
3304]
3305
3306[[package]]
3307name = "collab_ui"
3308version = "0.1.0"
3309dependencies = [
3310 "anyhow",
3311 "call",
3312 "channel",
3313 "chrono",
3314 "client",
3315 "collections",
3316 "db",
3317 "editor",
3318 "futures 0.3.31",
3319 "fuzzy",
3320 "gpui",
3321 "livekit_client",
3322 "log",
3323 "menu",
3324 "notifications",
3325 "picker",
3326 "project",
3327 "release_channel",
3328 "rpc",
3329 "serde",
3330 "serde_json",
3331 "settings",
3332 "smallvec",
3333 "telemetry",
3334 "theme",
3335 "time",
3336 "time_format",
3337 "title_bar",
3338 "ui",
3339 "util",
3340 "workspace",
3341 "zed_actions",
3342]
3343
3344[[package]]
3345name = "collections"
3346version = "0.1.0"
3347dependencies = [
3348 "indexmap",
3349 "rustc-hash 2.1.1",
3350]
3351
3352[[package]]
3353name = "color_quant"
3354version = "1.1.0"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3357
3358[[package]]
3359name = "colorchoice"
3360version = "1.0.4"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3363
3364[[package]]
3365name = "combine"
3366version = "4.6.7"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3369dependencies = [
3370 "bytes 1.11.1",
3371 "memchr",
3372]
3373
3374[[package]]
3375name = "command-fds"
3376version = "0.3.2"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3379dependencies = [
3380 "nix 0.30.1",
3381 "thiserror 2.0.17",
3382]
3383
3384[[package]]
3385name = "command_palette"
3386version = "0.1.0"
3387dependencies = [
3388 "anyhow",
3389 "client",
3390 "collections",
3391 "command_palette_hooks",
3392 "db",
3393 "editor",
3394 "fuzzy",
3395 "go_to_line",
3396 "gpui",
3397 "language",
3398 "log",
3399 "menu",
3400 "picker",
3401 "postage",
3402 "project",
3403 "serde",
3404 "settings",
3405 "telemetry",
3406 "theme",
3407 "time",
3408 "ui",
3409 "util",
3410 "workspace",
3411 "zed_actions",
3412]
3413
3414[[package]]
3415name = "command_palette_hooks"
3416version = "0.1.0"
3417dependencies = [
3418 "collections",
3419 "derive_more",
3420 "gpui",
3421 "workspace",
3422]
3423
3424[[package]]
3425name = "component"
3426version = "0.1.0"
3427dependencies = [
3428 "collections",
3429 "documented",
3430 "gpui",
3431 "inventory",
3432 "parking_lot",
3433 "strum 0.27.2",
3434 "theme",
3435]
3436
3437[[package]]
3438name = "component_preview"
3439version = "0.1.0"
3440dependencies = [
3441 "anyhow",
3442 "client",
3443 "collections",
3444 "component",
3445 "db",
3446 "fs",
3447 "gpui",
3448 "gpui_platform",
3449 "language",
3450 "log",
3451 "node_runtime",
3452 "notifications",
3453 "project",
3454 "release_channel",
3455 "reqwest_client",
3456 "session",
3457 "settings",
3458 "theme",
3459 "ui",
3460 "ui_input",
3461 "uuid",
3462 "workspace",
3463]
3464
3465[[package]]
3466name = "compression-codecs"
3467version = "0.4.31"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3470dependencies = [
3471 "compression-core",
3472 "deflate64",
3473 "flate2",
3474 "memchr",
3475]
3476
3477[[package]]
3478name = "compression-core"
3479version = "0.4.29"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3482
3483[[package]]
3484name = "concurrent-queue"
3485version = "2.5.0"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3488dependencies = [
3489 "crossbeam-utils",
3490]
3491
3492[[package]]
3493name = "console"
3494version = "0.15.11"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3497dependencies = [
3498 "encode_unicode",
3499 "libc",
3500 "once_cell",
3501 "unicode-width",
3502 "windows-sys 0.59.0",
3503]
3504
3505[[package]]
3506name = "console_error_panic_hook"
3507version = "0.1.7"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3510dependencies = [
3511 "cfg-if",
3512 "wasm-bindgen",
3513]
3514
3515[[package]]
3516name = "const-oid"
3517version = "0.9.6"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3520
3521[[package]]
3522name = "const-random"
3523version = "0.1.18"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3526dependencies = [
3527 "const-random-macro",
3528]
3529
3530[[package]]
3531name = "const-random-macro"
3532version = "0.1.16"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3535dependencies = [
3536 "getrandom 0.2.16",
3537 "once_cell",
3538 "tiny-keccak",
3539]
3540
3541[[package]]
3542name = "const_format"
3543version = "0.2.35"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3546dependencies = [
3547 "const_format_proc_macros",
3548]
3549
3550[[package]]
3551name = "const_format_proc_macros"
3552version = "0.2.34"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3555dependencies = [
3556 "proc-macro2",
3557 "quote",
3558 "unicode-xid",
3559]
3560
3561[[package]]
3562name = "constant_time_eq"
3563version = "0.1.5"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3566
3567[[package]]
3568name = "context_server"
3569version = "0.1.0"
3570dependencies = [
3571 "anyhow",
3572 "async-trait",
3573 "base64 0.22.1",
3574 "collections",
3575 "futures 0.3.31",
3576 "gpui",
3577 "http_client",
3578 "log",
3579 "net",
3580 "parking_lot",
3581 "postage",
3582 "rand 0.9.2",
3583 "schemars",
3584 "serde",
3585 "serde_json",
3586 "settings",
3587 "sha2",
3588 "slotmap",
3589 "smol",
3590 "tempfile",
3591 "terminal",
3592 "tiny_http",
3593 "url",
3594 "util",
3595]
3596
3597[[package]]
3598name = "convert_case"
3599version = "0.8.0"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3602dependencies = [
3603 "unicode-segmentation",
3604]
3605
3606[[package]]
3607name = "convert_case"
3608version = "0.10.0"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3611dependencies = [
3612 "unicode-segmentation",
3613]
3614
3615[[package]]
3616name = "convert_case"
3617version = "0.11.0"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3620dependencies = [
3621 "unicode-segmentation",
3622]
3623
3624[[package]]
3625name = "copilot"
3626version = "0.1.0"
3627dependencies = [
3628 "anyhow",
3629 "async-std",
3630 "collections",
3631 "command_palette_hooks",
3632 "copilot_chat",
3633 "edit_prediction_types",
3634 "editor",
3635 "fs",
3636 "futures 0.3.31",
3637 "gpui",
3638 "icons",
3639 "indoc",
3640 "language",
3641 "log",
3642 "lsp",
3643 "node_runtime",
3644 "parking_lot",
3645 "paths",
3646 "pretty_assertions",
3647 "project",
3648 "rpc",
3649 "semver",
3650 "serde",
3651 "serde_json",
3652 "settings",
3653 "sum_tree",
3654 "theme",
3655 "util",
3656 "workspace",
3657 "zlog",
3658]
3659
3660[[package]]
3661name = "copilot_chat"
3662version = "0.1.0"
3663dependencies = [
3664 "anthropic",
3665 "anyhow",
3666 "collections",
3667 "dirs 4.0.0",
3668 "fs",
3669 "futures 0.3.31",
3670 "gpui",
3671 "http_client",
3672 "log",
3673 "paths",
3674 "serde",
3675 "serde_json",
3676 "settings",
3677]
3678
3679[[package]]
3680name = "copilot_ui"
3681version = "0.1.0"
3682dependencies = [
3683 "anyhow",
3684 "copilot",
3685 "gpui",
3686 "language",
3687 "log",
3688 "lsp",
3689 "menu",
3690 "project",
3691 "serde_json",
3692 "settings",
3693 "ui",
3694 "util",
3695 "workspace",
3696]
3697
3698[[package]]
3699name = "core-foundation"
3700version = "0.9.4"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3703dependencies = [
3704 "core-foundation-sys",
3705 "libc",
3706]
3707
3708[[package]]
3709name = "core-foundation"
3710version = "0.10.0"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3713dependencies = [
3714 "core-foundation-sys",
3715 "libc",
3716]
3717
3718[[package]]
3719name = "core-foundation-sys"
3720version = "0.8.7"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3723
3724[[package]]
3725name = "core-graphics"
3726version = "0.23.2"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3729dependencies = [
3730 "bitflags 1.3.2",
3731 "core-foundation 0.9.4",
3732 "core-graphics-types 0.1.3",
3733 "foreign-types 0.5.0",
3734 "libc",
3735]
3736
3737[[package]]
3738name = "core-graphics"
3739version = "0.24.0"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3742dependencies = [
3743 "bitflags 2.10.0",
3744 "core-foundation 0.10.0",
3745 "core-graphics-types 0.2.0",
3746 "foreign-types 0.5.0",
3747 "libc",
3748]
3749
3750[[package]]
3751name = "core-graphics-helmer-fork"
3752version = "0.24.0"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3755dependencies = [
3756 "bitflags 2.10.0",
3757 "core-foundation 0.9.4",
3758 "core-graphics-types 0.1.3",
3759 "foreign-types 0.5.0",
3760 "libc",
3761]
3762
3763[[package]]
3764name = "core-graphics-types"
3765version = "0.1.3"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3768dependencies = [
3769 "bitflags 1.3.2",
3770 "core-foundation 0.9.4",
3771 "libc",
3772]
3773
3774[[package]]
3775name = "core-graphics-types"
3776version = "0.2.0"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3779dependencies = [
3780 "bitflags 2.10.0",
3781 "core-foundation 0.10.0",
3782 "libc",
3783]
3784
3785[[package]]
3786name = "core-graphics2"
3787version = "0.5.2"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3790dependencies = [
3791 "bitflags 2.10.0",
3792 "block",
3793 "cfg-if",
3794 "core-foundation 0.10.0",
3795 "libc",
3796]
3797
3798[[package]]
3799name = "core-services"
3800version = "0.2.1"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3803dependencies = [
3804 "core-foundation 0.9.4",
3805]
3806
3807[[package]]
3808name = "core-text"
3809version = "21.0.0"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3812dependencies = [
3813 "core-foundation 0.10.0",
3814 "core-graphics 0.24.0",
3815 "foreign-types 0.5.0",
3816 "libc",
3817]
3818
3819[[package]]
3820name = "core-video"
3821version = "0.5.2"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3824dependencies = [
3825 "block",
3826 "core-foundation 0.10.0",
3827 "core-graphics2",
3828 "io-surface",
3829 "libc",
3830 "metal",
3831]
3832
3833[[package]]
3834name = "core_maths"
3835version = "0.1.1"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3838dependencies = [
3839 "libm",
3840]
3841
3842[[package]]
3843name = "coreaudio-rs"
3844version = "0.12.1"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3847dependencies = [
3848 "bitflags 1.3.2",
3849 "core-foundation-sys",
3850 "coreaudio-sys",
3851]
3852
3853[[package]]
3854name = "coreaudio-rs"
3855version = "0.13.0"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3858dependencies = [
3859 "bitflags 1.3.2",
3860 "libc",
3861 "objc2-audio-toolbox",
3862 "objc2-core-audio",
3863 "objc2-core-audio-types",
3864 "objc2-core-foundation",
3865]
3866
3867[[package]]
3868name = "coreaudio-sys"
3869version = "0.2.17"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3872dependencies = [
3873 "bindgen 0.72.1",
3874]
3875
3876[[package]]
3877name = "cosmic-text"
3878version = "0.17.1"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3881dependencies = [
3882 "bitflags 2.10.0",
3883 "fontdb 0.23.0",
3884 "harfrust",
3885 "linebender_resource_handle",
3886 "log",
3887 "rangemap",
3888 "rustc-hash 2.1.1",
3889 "self_cell",
3890 "skrifa 0.40.0",
3891 "smol_str",
3892 "swash",
3893 "sys-locale",
3894 "unicode-bidi",
3895 "unicode-linebreak",
3896 "unicode-script",
3897 "unicode-segmentation",
3898]
3899
3900[[package]]
3901name = "cpal"
3902version = "0.17.1"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3905dependencies = [
3906 "alsa",
3907 "coreaudio-rs 0.13.0",
3908 "dasp_sample",
3909 "jni",
3910 "js-sys",
3911 "libc",
3912 "mach2 0.5.0",
3913 "ndk",
3914 "ndk-context",
3915 "num-derive",
3916 "num-traits",
3917 "objc2",
3918 "objc2-audio-toolbox",
3919 "objc2-avf-audio",
3920 "objc2-core-audio",
3921 "objc2-core-audio-types",
3922 "objc2-core-foundation",
3923 "objc2-foundation",
3924 "wasm-bindgen",
3925 "wasm-bindgen-futures",
3926 "web-sys",
3927 "windows 0.62.2",
3928]
3929
3930[[package]]
3931name = "cpp_demangle"
3932version = "0.4.5"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3935dependencies = [
3936 "cfg-if",
3937]
3938
3939[[package]]
3940name = "cpufeatures"
3941version = "0.2.17"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3944dependencies = [
3945 "libc",
3946]
3947
3948[[package]]
3949name = "cranelift-assembler-x64"
3950version = "0.120.2"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3953dependencies = [
3954 "cranelift-assembler-x64-meta",
3955]
3956
3957[[package]]
3958name = "cranelift-assembler-x64-meta"
3959version = "0.120.2"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3962dependencies = [
3963 "cranelift-srcgen",
3964]
3965
3966[[package]]
3967name = "cranelift-bforest"
3968version = "0.120.2"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3971dependencies = [
3972 "cranelift-entity",
3973]
3974
3975[[package]]
3976name = "cranelift-bitset"
3977version = "0.120.2"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3980dependencies = [
3981 "serde",
3982 "serde_derive",
3983]
3984
3985[[package]]
3986name = "cranelift-codegen"
3987version = "0.120.2"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3990dependencies = [
3991 "bumpalo",
3992 "cranelift-assembler-x64",
3993 "cranelift-bforest",
3994 "cranelift-bitset",
3995 "cranelift-codegen-meta",
3996 "cranelift-codegen-shared",
3997 "cranelift-control",
3998 "cranelift-entity",
3999 "cranelift-isle",
4000 "gimli 0.31.1",
4001 "hashbrown 0.15.5",
4002 "log",
4003 "postcard",
4004 "pulley-interpreter",
4005 "regalloc2",
4006 "rustc-hash 2.1.1",
4007 "serde",
4008 "serde_derive",
4009 "sha2",
4010 "smallvec",
4011 "target-lexicon 0.13.3",
4012]
4013
4014[[package]]
4015name = "cranelift-codegen-meta"
4016version = "0.120.2"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
4019dependencies = [
4020 "cranelift-assembler-x64-meta",
4021 "cranelift-codegen-shared",
4022 "cranelift-srcgen",
4023 "pulley-interpreter",
4024]
4025
4026[[package]]
4027name = "cranelift-codegen-shared"
4028version = "0.120.2"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4031
4032[[package]]
4033name = "cranelift-control"
4034version = "0.120.2"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4037dependencies = [
4038 "arbitrary",
4039]
4040
4041[[package]]
4042name = "cranelift-entity"
4043version = "0.120.2"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4046dependencies = [
4047 "cranelift-bitset",
4048 "serde",
4049 "serde_derive",
4050]
4051
4052[[package]]
4053name = "cranelift-frontend"
4054version = "0.120.2"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4057dependencies = [
4058 "cranelift-codegen",
4059 "log",
4060 "smallvec",
4061 "target-lexicon 0.13.3",
4062]
4063
4064[[package]]
4065name = "cranelift-isle"
4066version = "0.120.2"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4069
4070[[package]]
4071name = "cranelift-native"
4072version = "0.120.2"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4075dependencies = [
4076 "cranelift-codegen",
4077 "libc",
4078 "target-lexicon 0.13.3",
4079]
4080
4081[[package]]
4082name = "cranelift-srcgen"
4083version = "0.120.2"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4086
4087[[package]]
4088name = "crash-context"
4089version = "0.6.3"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4092dependencies = [
4093 "cfg-if",
4094 "libc",
4095 "mach2 0.4.3",
4096]
4097
4098[[package]]
4099name = "crash-handler"
4100version = "0.6.3"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4103dependencies = [
4104 "cfg-if",
4105 "crash-context",
4106 "libc",
4107 "mach2 0.4.3",
4108 "parking_lot",
4109]
4110
4111[[package]]
4112name = "crashes"
4113version = "0.1.0"
4114dependencies = [
4115 "cfg-if",
4116 "crash-handler",
4117 "futures 0.3.31",
4118 "log",
4119 "mach2 0.5.0",
4120 "minidumper",
4121 "parking_lot",
4122 "paths",
4123 "release_channel",
4124 "serde",
4125 "serde_json",
4126 "smol",
4127 "system_specs",
4128 "windows 0.61.3",
4129 "zstd",
4130]
4131
4132[[package]]
4133name = "crc"
4134version = "3.3.0"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4137dependencies = [
4138 "crc-catalog",
4139]
4140
4141[[package]]
4142name = "crc-catalog"
4143version = "2.4.0"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4146
4147[[package]]
4148name = "crc-fast"
4149version = "1.6.0"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4152dependencies = [
4153 "crc",
4154 "digest",
4155 "rand 0.9.2",
4156 "regex",
4157 "rustversion",
4158]
4159
4160[[package]]
4161name = "crc32fast"
4162version = "1.5.0"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4165dependencies = [
4166 "cfg-if",
4167]
4168
4169[[package]]
4170name = "credentials_provider"
4171version = "0.1.0"
4172dependencies = [
4173 "anyhow",
4174 "futures 0.3.31",
4175 "gpui",
4176 "paths",
4177 "release_channel",
4178 "serde",
4179 "serde_json",
4180]
4181
4182[[package]]
4183name = "criterion"
4184version = "0.5.1"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4187dependencies = [
4188 "anes",
4189 "cast",
4190 "ciborium",
4191 "clap",
4192 "criterion-plot",
4193 "is-terminal",
4194 "itertools 0.10.5",
4195 "num-traits",
4196 "once_cell",
4197 "oorandom",
4198 "plotters",
4199 "rayon",
4200 "regex",
4201 "serde",
4202 "serde_derive",
4203 "serde_json",
4204 "tinytemplate",
4205 "walkdir",
4206]
4207
4208[[package]]
4209name = "criterion-plot"
4210version = "0.5.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4213dependencies = [
4214 "cast",
4215 "itertools 0.10.5",
4216]
4217
4218[[package]]
4219name = "crossbeam"
4220version = "0.8.4"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4223dependencies = [
4224 "crossbeam-channel",
4225 "crossbeam-deque",
4226 "crossbeam-epoch",
4227 "crossbeam-queue",
4228 "crossbeam-utils",
4229]
4230
4231[[package]]
4232name = "crossbeam-channel"
4233version = "0.5.15"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4236dependencies = [
4237 "crossbeam-utils",
4238]
4239
4240[[package]]
4241name = "crossbeam-deque"
4242version = "0.8.6"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4245dependencies = [
4246 "crossbeam-epoch",
4247 "crossbeam-utils",
4248]
4249
4250[[package]]
4251name = "crossbeam-epoch"
4252version = "0.9.18"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4255dependencies = [
4256 "crossbeam-utils",
4257]
4258
4259[[package]]
4260name = "crossbeam-queue"
4261version = "0.3.12"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4264dependencies = [
4265 "crossbeam-utils",
4266]
4267
4268[[package]]
4269name = "crossbeam-utils"
4270version = "0.8.21"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4273
4274[[package]]
4275name = "crunchy"
4276version = "0.2.4"
4277source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4279
4280[[package]]
4281name = "crypto-bigint"
4282version = "0.4.9"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4285dependencies = [
4286 "generic-array",
4287 "rand_core 0.6.4",
4288 "subtle",
4289 "zeroize",
4290]
4291
4292[[package]]
4293name = "crypto-bigint"
4294version = "0.5.5"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4297dependencies = [
4298 "rand_core 0.6.4",
4299 "subtle",
4300]
4301
4302[[package]]
4303name = "crypto-common"
4304version = "0.1.6"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4307dependencies = [
4308 "generic-array",
4309 "typenum",
4310]
4311
4312[[package]]
4313name = "cssparser"
4314version = "0.35.0"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4317dependencies = [
4318 "cssparser-macros",
4319 "dtoa-short",
4320 "itoa",
4321 "phf 0.11.3",
4322 "smallvec",
4323]
4324
4325[[package]]
4326name = "cssparser-macros"
4327version = "0.6.1"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4330dependencies = [
4331 "quote",
4332 "syn 2.0.117",
4333]
4334
4335[[package]]
4336name = "csv_preview"
4337version = "0.1.0"
4338dependencies = [
4339 "anyhow",
4340 "editor",
4341 "feature_flags",
4342 "gpui",
4343 "log",
4344 "text",
4345 "ui",
4346 "workspace",
4347]
4348
4349[[package]]
4350name = "ctor"
4351version = "0.4.3"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4354dependencies = [
4355 "ctor-proc-macro",
4356 "dtor",
4357]
4358
4359[[package]]
4360name = "ctor-proc-macro"
4361version = "0.0.6"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4364
4365[[package]]
4366name = "ctrlc"
4367version = "3.5.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4370dependencies = [
4371 "dispatch",
4372 "nix 0.30.1",
4373 "windows-sys 0.61.2",
4374]
4375
4376[[package]]
4377name = "cursor-icon"
4378version = "1.2.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4381
4382[[package]]
4383name = "cxx"
4384version = "1.0.187"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4387dependencies = [
4388 "cc",
4389 "cxx-build",
4390 "cxxbridge-cmd",
4391 "cxxbridge-flags",
4392 "cxxbridge-macro",
4393 "foldhash 0.2.0",
4394 "link-cplusplus",
4395]
4396
4397[[package]]
4398name = "cxx-build"
4399version = "1.0.187"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4402dependencies = [
4403 "cc",
4404 "codespan-reporting",
4405 "indexmap",
4406 "proc-macro2",
4407 "quote",
4408 "scratch",
4409 "syn 2.0.117",
4410]
4411
4412[[package]]
4413name = "cxxbridge-cmd"
4414version = "1.0.187"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4417dependencies = [
4418 "clap",
4419 "codespan-reporting",
4420 "indexmap",
4421 "proc-macro2",
4422 "quote",
4423 "syn 2.0.117",
4424]
4425
4426[[package]]
4427name = "cxxbridge-flags"
4428version = "1.0.187"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4431
4432[[package]]
4433name = "cxxbridge-macro"
4434version = "1.0.187"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4437dependencies = [
4438 "indexmap",
4439 "proc-macro2",
4440 "quote",
4441 "syn 2.0.117",
4442]
4443
4444[[package]]
4445name = "dap"
4446version = "0.1.0"
4447dependencies = [
4448 "anyhow",
4449 "async-compression",
4450 "async-pipe",
4451 "async-tar",
4452 "async-trait",
4453 "client",
4454 "collections",
4455 "dap-types",
4456 "fs",
4457 "futures 0.3.31",
4458 "gpui",
4459 "http_client",
4460 "language",
4461 "libc",
4462 "log",
4463 "node_runtime",
4464 "parking_lot",
4465 "paths",
4466 "proto",
4467 "schemars",
4468 "serde",
4469 "serde_json",
4470 "settings",
4471 "smallvec",
4472 "smol",
4473 "task",
4474 "telemetry",
4475 "util",
4476 "zlog",
4477]
4478
4479[[package]]
4480name = "dap-types"
4481version = "0.0.1"
4482source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4483dependencies = [
4484 "schemars",
4485 "serde",
4486 "serde_json",
4487]
4488
4489[[package]]
4490name = "dap_adapters"
4491version = "0.1.0"
4492dependencies = [
4493 "anyhow",
4494 "async-trait",
4495 "collections",
4496 "dap",
4497 "dotenvy",
4498 "fs",
4499 "futures 0.3.31",
4500 "gpui",
4501 "http_client",
4502 "json_dotpath",
4503 "language",
4504 "log",
4505 "node_runtime",
4506 "paths",
4507 "serde",
4508 "serde_json",
4509 "settings",
4510 "smol",
4511 "task",
4512 "util",
4513]
4514
4515[[package]]
4516name = "darling"
4517version = "0.20.11"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4520dependencies = [
4521 "darling_core 0.20.11",
4522 "darling_macro 0.20.11",
4523]
4524
4525[[package]]
4526name = "darling"
4527version = "0.21.3"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4530dependencies = [
4531 "darling_core 0.21.3",
4532 "darling_macro 0.21.3",
4533]
4534
4535[[package]]
4536name = "darling_core"
4537version = "0.20.11"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4540dependencies = [
4541 "fnv",
4542 "ident_case",
4543 "proc-macro2",
4544 "quote",
4545 "strsim",
4546 "syn 2.0.117",
4547]
4548
4549[[package]]
4550name = "darling_core"
4551version = "0.21.3"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4554dependencies = [
4555 "fnv",
4556 "ident_case",
4557 "proc-macro2",
4558 "quote",
4559 "strsim",
4560 "syn 2.0.117",
4561]
4562
4563[[package]]
4564name = "darling_macro"
4565version = "0.20.11"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4568dependencies = [
4569 "darling_core 0.20.11",
4570 "quote",
4571 "syn 2.0.117",
4572]
4573
4574[[package]]
4575name = "darling_macro"
4576version = "0.21.3"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4579dependencies = [
4580 "darling_core 0.21.3",
4581 "quote",
4582 "syn 2.0.117",
4583]
4584
4585[[package]]
4586name = "dashmap"
4587version = "6.1.0"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4590dependencies = [
4591 "cfg-if",
4592 "crossbeam-utils",
4593 "hashbrown 0.14.5",
4594 "lock_api",
4595 "once_cell",
4596 "parking_lot_core",
4597]
4598
4599[[package]]
4600name = "dasp_sample"
4601version = "0.11.0"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4604
4605[[package]]
4606name = "data-encoding"
4607version = "2.9.0"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4610
4611[[package]]
4612name = "data-url"
4613version = "0.3.2"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4616
4617[[package]]
4618name = "db"
4619version = "0.1.0"
4620dependencies = [
4621 "anyhow",
4622 "gpui",
4623 "indoc",
4624 "inventory",
4625 "log",
4626 "paths",
4627 "release_channel",
4628 "smol",
4629 "sqlez",
4630 "sqlez_macros",
4631 "tempfile",
4632 "util",
4633 "uuid",
4634 "zed_env_vars",
4635]
4636
4637[[package]]
4638name = "dbus"
4639version = "0.9.9"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4642dependencies = [
4643 "libc",
4644 "libdbus-sys",
4645 "windows-sys 0.59.0",
4646]
4647
4648[[package]]
4649name = "debug_adapter_extension"
4650version = "0.1.0"
4651dependencies = [
4652 "anyhow",
4653 "async-trait",
4654 "collections",
4655 "dap",
4656 "extension",
4657 "gpui",
4658 "serde_json",
4659 "task",
4660 "util",
4661]
4662
4663[[package]]
4664name = "debugger_tools"
4665version = "0.1.0"
4666dependencies = [
4667 "anyhow",
4668 "dap",
4669 "editor",
4670 "futures 0.3.31",
4671 "gpui",
4672 "project",
4673 "serde_json",
4674 "settings",
4675 "smol",
4676 "util",
4677 "workspace",
4678]
4679
4680[[package]]
4681name = "debugger_ui"
4682version = "0.1.0"
4683dependencies = [
4684 "alacritty_terminal",
4685 "anyhow",
4686 "bitflags 2.10.0",
4687 "client",
4688 "collections",
4689 "command_palette_hooks",
4690 "dap",
4691 "dap_adapters",
4692 "db",
4693 "debugger_tools",
4694 "editor",
4695 "feature_flags",
4696 "file_icons",
4697 "futures 0.3.31",
4698 "fuzzy",
4699 "gpui",
4700 "hex",
4701 "indoc",
4702 "itertools 0.14.0",
4703 "language",
4704 "log",
4705 "menu",
4706 "notifications",
4707 "parking_lot",
4708 "parse_int",
4709 "paths",
4710 "picker",
4711 "pretty_assertions",
4712 "project",
4713 "rpc",
4714 "schemars",
4715 "serde",
4716 "serde_json",
4717 "serde_json_lenient",
4718 "settings",
4719 "sysinfo 0.37.2",
4720 "task",
4721 "tasks_ui",
4722 "terminal_view",
4723 "text",
4724 "theme",
4725 "tree-sitter",
4726 "tree-sitter-go",
4727 "tree-sitter-json",
4728 "ui",
4729 "ui_input",
4730 "unindent",
4731 "util",
4732 "workspace",
4733 "zed_actions",
4734 "zlog",
4735]
4736
4737[[package]]
4738name = "debugid"
4739version = "0.8.0"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4742dependencies = [
4743 "uuid",
4744]
4745
4746[[package]]
4747name = "deepseek"
4748version = "0.1.0"
4749dependencies = [
4750 "anyhow",
4751 "futures 0.3.31",
4752 "http_client",
4753 "schemars",
4754 "serde",
4755 "serde_json",
4756]
4757
4758[[package]]
4759name = "deflate64"
4760version = "0.1.10"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4763
4764[[package]]
4765name = "denoise"
4766version = "0.1.0"
4767dependencies = [
4768 "candle-core",
4769 "candle-onnx",
4770 "log",
4771 "realfft",
4772 "rodio",
4773 "rustfft",
4774 "thiserror 2.0.17",
4775]
4776
4777[[package]]
4778name = "der"
4779version = "0.6.1"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4782dependencies = [
4783 "const-oid",
4784 "zeroize",
4785]
4786
4787[[package]]
4788name = "der"
4789version = "0.7.10"
4790source = "registry+https://github.com/rust-lang/crates.io-index"
4791checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4792dependencies = [
4793 "const-oid",
4794 "pem-rfc7468",
4795 "zeroize",
4796]
4797
4798[[package]]
4799name = "deranged"
4800version = "0.5.4"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4803dependencies = [
4804 "powerfmt",
4805 "serde_core",
4806]
4807
4808[[package]]
4809name = "derive_arbitrary"
4810version = "1.4.2"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4813dependencies = [
4814 "proc-macro2",
4815 "quote",
4816 "syn 2.0.117",
4817]
4818
4819[[package]]
4820name = "derive_more"
4821version = "2.1.1"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4824dependencies = [
4825 "derive_more-impl",
4826]
4827
4828[[package]]
4829name = "derive_more-impl"
4830version = "2.1.1"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4833dependencies = [
4834 "convert_case 0.10.0",
4835 "proc-macro2",
4836 "quote",
4837 "rustc_version",
4838 "syn 2.0.117",
4839 "unicode-xid",
4840]
4841
4842[[package]]
4843name = "derive_refineable"
4844version = "0.1.0"
4845dependencies = [
4846 "proc-macro2",
4847 "quote",
4848 "syn 2.0.117",
4849]
4850
4851[[package]]
4852name = "derive_setters"
4853version = "0.1.9"
4854source = "registry+https://github.com/rust-lang/crates.io-index"
4855checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4856dependencies = [
4857 "darling 0.21.3",
4858 "proc-macro2",
4859 "quote",
4860 "syn 2.0.117",
4861]
4862
4863[[package]]
4864name = "dev_container"
4865version = "0.1.0"
4866dependencies = [
4867 "fs",
4868 "futures 0.3.31",
4869 "gpui",
4870 "http 1.3.1",
4871 "http_client",
4872 "log",
4873 "menu",
4874 "node_runtime",
4875 "paths",
4876 "picker",
4877 "project",
4878 "serde",
4879 "serde_json",
4880 "settings",
4881 "smol",
4882 "ui",
4883 "util",
4884 "workspace",
4885 "worktree",
4886]
4887
4888[[package]]
4889name = "diagnostics"
4890version = "0.1.0"
4891dependencies = [
4892 "anyhow",
4893 "collections",
4894 "component",
4895 "ctor",
4896 "editor",
4897 "gpui",
4898 "indoc",
4899 "itertools 0.14.0",
4900 "language",
4901 "log",
4902 "lsp",
4903 "markdown",
4904 "pretty_assertions",
4905 "project",
4906 "rand 0.9.2",
4907 "serde",
4908 "serde_json",
4909 "settings",
4910 "text",
4911 "theme",
4912 "ui",
4913 "unindent",
4914 "util",
4915 "workspace",
4916 "zed_actions",
4917 "zlog",
4918]
4919
4920[[package]]
4921name = "dialoguer"
4922version = "0.11.0"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4925dependencies = [
4926 "console",
4927 "fuzzy-matcher",
4928 "shell-words",
4929 "tempfile",
4930 "thiserror 1.0.69",
4931 "zeroize",
4932]
4933
4934[[package]]
4935name = "diff"
4936version = "0.1.13"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4939
4940[[package]]
4941name = "diffy"
4942version = "0.4.2"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4945dependencies = [
4946 "nu-ansi-term",
4947]
4948
4949[[package]]
4950name = "digest"
4951version = "0.10.7"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4954dependencies = [
4955 "block-buffer",
4956 "const-oid",
4957 "crypto-common",
4958 "subtle",
4959]
4960
4961[[package]]
4962name = "dirs"
4963version = "4.0.0"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4966dependencies = [
4967 "dirs-sys 0.3.7",
4968]
4969
4970[[package]]
4971name = "dirs"
4972version = "5.0.1"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4975dependencies = [
4976 "dirs-sys 0.4.1",
4977]
4978
4979[[package]]
4980name = "dirs"
4981version = "6.0.0"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4984dependencies = [
4985 "dirs-sys 0.5.0",
4986]
4987
4988[[package]]
4989name = "dirs-sys"
4990version = "0.3.7"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4993dependencies = [
4994 "libc",
4995 "redox_users 0.4.6",
4996 "winapi",
4997]
4998
4999[[package]]
5000name = "dirs-sys"
5001version = "0.4.1"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5004dependencies = [
5005 "libc",
5006 "option-ext",
5007 "redox_users 0.4.6",
5008 "windows-sys 0.48.0",
5009]
5010
5011[[package]]
5012name = "dirs-sys"
5013version = "0.5.0"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5016dependencies = [
5017 "libc",
5018 "option-ext",
5019 "redox_users 0.5.2",
5020 "windows-sys 0.61.2",
5021]
5022
5023[[package]]
5024name = "dispatch"
5025version = "0.2.0"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5028
5029[[package]]
5030name = "dispatch2"
5031version = "0.3.1"
5032source = "registry+https://github.com/rust-lang/crates.io-index"
5033checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5034dependencies = [
5035 "bitflags 2.10.0",
5036 "block2",
5037 "libc",
5038 "objc2",
5039]
5040
5041[[package]]
5042name = "displaydoc"
5043version = "0.2.5"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5046dependencies = [
5047 "proc-macro2",
5048 "quote",
5049 "syn 2.0.117",
5050]
5051
5052[[package]]
5053name = "dlib"
5054version = "0.5.2"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5057dependencies = [
5058 "libloading",
5059]
5060
5061[[package]]
5062name = "docs_preprocessor"
5063version = "0.1.0"
5064dependencies = [
5065 "anyhow",
5066 "collections",
5067 "jsonschema",
5068 "mdbook",
5069 "regex",
5070 "schemars",
5071 "serde",
5072 "serde_json",
5073 "settings",
5074 "task",
5075 "theme",
5076 "util",
5077 "zlog",
5078]
5079
5080[[package]]
5081name = "document-features"
5082version = "0.2.12"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5085dependencies = [
5086 "litrs",
5087]
5088
5089[[package]]
5090name = "documented"
5091version = "0.9.2"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5094dependencies = [
5095 "documented-macros",
5096 "phf 0.12.1",
5097 "thiserror 2.0.17",
5098]
5099
5100[[package]]
5101name = "documented-macros"
5102version = "0.9.2"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5105dependencies = [
5106 "convert_case 0.8.0",
5107 "itertools 0.14.0",
5108 "optfield",
5109 "proc-macro2",
5110 "quote",
5111 "strum 0.27.2",
5112 "syn 2.0.117",
5113]
5114
5115[[package]]
5116name = "dotenvy"
5117version = "0.15.7"
5118source = "registry+https://github.com/rust-lang/crates.io-index"
5119checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5120
5121[[package]]
5122name = "downcast-rs"
5123version = "1.2.1"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5126
5127[[package]]
5128name = "doxygen-rs"
5129version = "0.4.2"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5132dependencies = [
5133 "phf 0.11.3",
5134]
5135
5136[[package]]
5137name = "dtoa"
5138version = "1.0.10"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5141
5142[[package]]
5143name = "dtoa-short"
5144version = "0.3.5"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5147dependencies = [
5148 "dtoa",
5149]
5150
5151[[package]]
5152name = "dtor"
5153version = "0.0.6"
5154source = "registry+https://github.com/rust-lang/crates.io-index"
5155checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5156dependencies = [
5157 "dtor-proc-macro",
5158]
5159
5160[[package]]
5161name = "dtor-proc-macro"
5162version = "0.0.5"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5165
5166[[package]]
5167name = "dunce"
5168version = "1.0.5"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5171
5172[[package]]
5173name = "dwrote"
5174version = "0.11.5"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5177dependencies = [
5178 "lazy_static",
5179 "libc",
5180 "winapi",
5181 "wio",
5182]
5183
5184[[package]]
5185name = "dyn-clone"
5186version = "1.0.20"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5189
5190[[package]]
5191name = "dyn-stack"
5192version = "0.10.0"
5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5195dependencies = [
5196 "bytemuck",
5197 "reborrow",
5198]
5199
5200[[package]]
5201name = "dyn-stack"
5202version = "0.13.2"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5205dependencies = [
5206 "bytemuck",
5207 "dyn-stack-macros",
5208]
5209
5210[[package]]
5211name = "dyn-stack-macros"
5212version = "0.1.3"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5215
5216[[package]]
5217name = "ec4rs"
5218version = "1.2.0"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5221
5222[[package]]
5223name = "ecdsa"
5224version = "0.14.8"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5227dependencies = [
5228 "der 0.6.1",
5229 "elliptic-curve",
5230 "rfc6979",
5231 "signature 1.6.4",
5232]
5233
5234[[package]]
5235name = "edit_prediction"
5236version = "0.1.0"
5237dependencies = [
5238 "ai_onboarding",
5239 "anyhow",
5240 "brotli",
5241 "buffer_diff",
5242 "client",
5243 "clock",
5244 "cloud_api_types",
5245 "cloud_llm_client",
5246 "collections",
5247 "copilot",
5248 "copilot_ui",
5249 "ctor",
5250 "db",
5251 "edit_prediction_context",
5252 "edit_prediction_types",
5253 "feature_flags",
5254 "fs",
5255 "futures 0.3.31",
5256 "gpui",
5257 "heapless",
5258 "indoc",
5259 "itertools 0.14.0",
5260 "language",
5261 "language_model",
5262 "log",
5263 "lsp",
5264 "menu",
5265 "open_ai",
5266 "parking_lot",
5267 "postage",
5268 "pretty_assertions",
5269 "project",
5270 "pulldown-cmark 0.13.0",
5271 "rand 0.9.2",
5272 "regex",
5273 "release_channel",
5274 "semver",
5275 "serde",
5276 "serde_json",
5277 "settings",
5278 "strum 0.27.2",
5279 "telemetry",
5280 "telemetry_events",
5281 "text",
5282 "thiserror 2.0.17",
5283 "time",
5284 "toml 0.8.23",
5285 "ui",
5286 "util",
5287 "uuid",
5288 "workspace",
5289 "worktree",
5290 "zed_actions",
5291 "zeta_prompt",
5292 "zlog",
5293 "zstd",
5294]
5295
5296[[package]]
5297name = "edit_prediction_cli"
5298version = "0.1.0"
5299dependencies = [
5300 "anthropic",
5301 "anyhow",
5302 "chrono",
5303 "clap",
5304 "client",
5305 "cloud_llm_client",
5306 "collections",
5307 "db",
5308 "debug_adapter_extension",
5309 "dirs 4.0.0",
5310 "edit_prediction",
5311 "extension",
5312 "flate2",
5313 "fs",
5314 "futures 0.3.31",
5315 "gaoya",
5316 "gpui",
5317 "gpui_platform",
5318 "gpui_tokio",
5319 "http_client",
5320 "indoc",
5321 "language",
5322 "language_extension",
5323 "language_model",
5324 "language_models",
5325 "languages",
5326 "libc",
5327 "log",
5328 "node_runtime",
5329 "open_ai",
5330 "paths",
5331 "pretty_assertions",
5332 "project",
5333 "prompt_store",
5334 "rand 0.9.2",
5335 "release_channel",
5336 "reqwest_client",
5337 "rust-embed",
5338 "serde",
5339 "serde_json",
5340 "settings",
5341 "shellexpand 2.1.2",
5342 "similar",
5343 "smol",
5344 "sqlez",
5345 "sqlez_macros",
5346 "strum 0.27.2",
5347 "telemetry_events",
5348 "tempfile",
5349 "terminal_view",
5350 "toml 0.8.23",
5351 "util",
5352 "wasmtime",
5353 "watch",
5354 "workspace",
5355 "zeta_prompt",
5356]
5357
5358[[package]]
5359name = "edit_prediction_context"
5360version = "0.1.0"
5361dependencies = [
5362 "anyhow",
5363 "clock",
5364 "collections",
5365 "env_logger 0.11.8",
5366 "futures 0.3.31",
5367 "gpui",
5368 "indoc",
5369 "language",
5370 "log",
5371 "lsp",
5372 "parking_lot",
5373 "pretty_assertions",
5374 "project",
5375 "serde",
5376 "serde_json",
5377 "settings",
5378 "smallvec",
5379 "text",
5380 "tree-sitter",
5381 "util",
5382 "zeta_prompt",
5383]
5384
5385[[package]]
5386name = "edit_prediction_types"
5387version = "0.1.0"
5388dependencies = [
5389 "client",
5390 "gpui",
5391 "icons",
5392 "language",
5393 "text",
5394]
5395
5396[[package]]
5397name = "edit_prediction_ui"
5398version = "0.1.0"
5399dependencies = [
5400 "anyhow",
5401 "buffer_diff",
5402 "client",
5403 "cloud_llm_client",
5404 "codestral",
5405 "collections",
5406 "command_palette_hooks",
5407 "copilot",
5408 "copilot_chat",
5409 "copilot_ui",
5410 "edit_prediction",
5411 "edit_prediction_types",
5412 "editor",
5413 "feature_flags",
5414 "fs",
5415 "futures 0.3.31",
5416 "gpui",
5417 "indoc",
5418 "language",
5419 "markdown",
5420 "menu",
5421 "multi_buffer",
5422 "paths",
5423 "project",
5424 "regex",
5425 "settings",
5426 "telemetry",
5427 "text",
5428 "theme",
5429 "time",
5430 "ui",
5431 "util",
5432 "workspace",
5433 "zed_actions",
5434 "zeta_prompt",
5435]
5436
5437[[package]]
5438name = "editor"
5439version = "0.1.0"
5440dependencies = [
5441 "aho-corasick",
5442 "anyhow",
5443 "assets",
5444 "breadcrumbs",
5445 "buffer_diff",
5446 "client",
5447 "clock",
5448 "collections",
5449 "convert_case 0.8.0",
5450 "criterion",
5451 "ctor",
5452 "dap",
5453 "db",
5454 "edit_prediction_types",
5455 "emojis",
5456 "feature_flags",
5457 "file_icons",
5458 "fs",
5459 "futures 0.3.31",
5460 "fuzzy",
5461 "git",
5462 "gpui",
5463 "indoc",
5464 "itertools 0.14.0",
5465 "language",
5466 "languages",
5467 "linkify",
5468 "log",
5469 "lsp",
5470 "markdown",
5471 "menu",
5472 "multi_buffer",
5473 "ordered-float 2.10.1",
5474 "parking_lot",
5475 "pretty_assertions",
5476 "project",
5477 "proptest",
5478 "proptest-derive",
5479 "rand 0.9.2",
5480 "regex",
5481 "release_channel",
5482 "rope",
5483 "rpc",
5484 "schemars",
5485 "semver",
5486 "serde",
5487 "serde_json",
5488 "settings",
5489 "smallvec",
5490 "smol",
5491 "snippet",
5492 "sum_tree",
5493 "task",
5494 "telemetry",
5495 "text",
5496 "theme",
5497 "time",
5498 "tracing",
5499 "tree-sitter-bash",
5500 "tree-sitter-c",
5501 "tree-sitter-html",
5502 "tree-sitter-md",
5503 "tree-sitter-python",
5504 "tree-sitter-rust",
5505 "tree-sitter-typescript",
5506 "tree-sitter-yaml",
5507 "ui",
5508 "ui_input",
5509 "unicode-script",
5510 "unicode-segmentation",
5511 "unicode-width",
5512 "unindent",
5513 "url",
5514 "util",
5515 "uuid",
5516 "vim_mode_setting",
5517 "workspace",
5518 "zed_actions",
5519 "zlog",
5520 "ztracing",
5521]
5522
5523[[package]]
5524name = "either"
5525version = "1.15.0"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5528dependencies = [
5529 "serde",
5530]
5531
5532[[package]]
5533name = "elasticlunr-rs"
5534version = "3.0.2"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5537dependencies = [
5538 "regex",
5539 "serde",
5540 "serde_derive",
5541 "serde_json",
5542]
5543
5544[[package]]
5545name = "elliptic-curve"
5546version = "0.12.3"
5547source = "registry+https://github.com/rust-lang/crates.io-index"
5548checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5549dependencies = [
5550 "base16ct",
5551 "crypto-bigint 0.4.9",
5552 "der 0.6.1",
5553 "digest",
5554 "ff",
5555 "generic-array",
5556 "group",
5557 "pkcs8 0.9.0",
5558 "rand_core 0.6.4",
5559 "sec1",
5560 "subtle",
5561 "zeroize",
5562]
5563
5564[[package]]
5565name = "email_address"
5566version = "0.2.9"
5567source = "registry+https://github.com/rust-lang/crates.io-index"
5568checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5569dependencies = [
5570 "serde",
5571]
5572
5573[[package]]
5574name = "embed-resource"
5575version = "3.0.6"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5578dependencies = [
5579 "cc",
5580 "memchr",
5581 "rustc_version",
5582 "toml 0.9.8",
5583 "vswhom",
5584 "winreg 0.55.0",
5585]
5586
5587[[package]]
5588name = "embedded-io"
5589version = "0.4.0"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5592
5593[[package]]
5594name = "embedded-io"
5595version = "0.6.1"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5598
5599[[package]]
5600name = "emojis"
5601version = "0.6.4"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5604dependencies = [
5605 "phf 0.11.3",
5606]
5607
5608[[package]]
5609name = "encode_unicode"
5610version = "1.0.0"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5613
5614[[package]]
5615name = "encoding_rs"
5616version = "0.8.35"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5619dependencies = [
5620 "cfg-if",
5621]
5622
5623[[package]]
5624name = "encoding_selector"
5625version = "0.1.0"
5626dependencies = [
5627 "editor",
5628 "encoding_rs",
5629 "fuzzy",
5630 "gpui",
5631 "language",
5632 "picker",
5633 "project",
5634 "ui",
5635 "util",
5636 "workspace",
5637]
5638
5639[[package]]
5640name = "endi"
5641version = "1.1.0"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5644
5645[[package]]
5646name = "enum-as-inner"
5647version = "0.6.1"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5650dependencies = [
5651 "heck 0.5.0",
5652 "proc-macro2",
5653 "quote",
5654 "syn 2.0.117",
5655]
5656
5657[[package]]
5658name = "enumflags2"
5659version = "0.7.12"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5662dependencies = [
5663 "enumflags2_derive",
5664 "serde",
5665]
5666
5667[[package]]
5668name = "enumflags2_derive"
5669version = "0.7.12"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5672dependencies = [
5673 "proc-macro2",
5674 "quote",
5675 "syn 2.0.117",
5676]
5677
5678[[package]]
5679name = "env_filter"
5680version = "0.1.4"
5681source = "registry+https://github.com/rust-lang/crates.io-index"
5682checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5683dependencies = [
5684 "log",
5685 "regex",
5686]
5687
5688[[package]]
5689name = "env_logger"
5690version = "0.10.2"
5691source = "registry+https://github.com/rust-lang/crates.io-index"
5692checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5693dependencies = [
5694 "humantime",
5695 "is-terminal",
5696 "log",
5697 "regex",
5698 "termcolor",
5699]
5700
5701[[package]]
5702name = "env_logger"
5703version = "0.11.8"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5706dependencies = [
5707 "anstream",
5708 "anstyle",
5709 "env_filter",
5710 "jiff",
5711 "log",
5712]
5713
5714[[package]]
5715name = "envy"
5716version = "0.4.2"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5719dependencies = [
5720 "serde",
5721]
5722
5723[[package]]
5724name = "equator"
5725version = "0.4.2"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5728dependencies = [
5729 "equator-macro",
5730]
5731
5732[[package]]
5733name = "equator-macro"
5734version = "0.4.2"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5737dependencies = [
5738 "proc-macro2",
5739 "quote",
5740 "syn 2.0.117",
5741]
5742
5743[[package]]
5744name = "equivalent"
5745version = "1.0.2"
5746source = "registry+https://github.com/rust-lang/crates.io-index"
5747checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5748
5749[[package]]
5750name = "erased-serde"
5751version = "0.4.9"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5754dependencies = [
5755 "serde",
5756 "serde_core",
5757 "typeid",
5758]
5759
5760[[package]]
5761name = "errno"
5762version = "0.2.8"
5763source = "registry+https://github.com/rust-lang/crates.io-index"
5764checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5765dependencies = [
5766 "errno-dragonfly",
5767 "libc",
5768 "winapi",
5769]
5770
5771[[package]]
5772name = "errno"
5773version = "0.3.14"
5774source = "registry+https://github.com/rust-lang/crates.io-index"
5775checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5776dependencies = [
5777 "libc",
5778 "windows-sys 0.61.2",
5779]
5780
5781[[package]]
5782name = "errno-dragonfly"
5783version = "0.1.2"
5784source = "registry+https://github.com/rust-lang/crates.io-index"
5785checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5786dependencies = [
5787 "cc",
5788 "libc",
5789]
5790
5791[[package]]
5792name = "error-graph"
5793version = "0.1.1"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5796dependencies = [
5797 "serde",
5798]
5799
5800[[package]]
5801name = "etagere"
5802version = "0.2.15"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5805dependencies = [
5806 "euclid",
5807 "svg_fmt",
5808]
5809
5810[[package]]
5811name = "etcetera"
5812version = "0.8.0"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5815dependencies = [
5816 "cfg-if",
5817 "home",
5818 "windows-sys 0.48.0",
5819]
5820
5821[[package]]
5822name = "etw_tracing"
5823version = "0.1.0"
5824dependencies = [
5825 "anyhow",
5826 "gpui",
5827 "log",
5828 "net",
5829 "serde",
5830 "serde_json",
5831 "util",
5832 "windows 0.61.3",
5833 "windows-core 0.61.2",
5834 "workspace",
5835 "wprcontrol",
5836]
5837
5838[[package]]
5839name = "euclid"
5840version = "0.22.11"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5843dependencies = [
5844 "num-traits",
5845]
5846
5847[[package]]
5848name = "eval"
5849version = "0.1.0"
5850dependencies = [
5851 "acp_thread",
5852 "agent",
5853 "agent-client-protocol",
5854 "agent_settings",
5855 "agent_ui",
5856 "anyhow",
5857 "async-trait",
5858 "buffer_diff",
5859 "chrono",
5860 "clap",
5861 "client",
5862 "collections",
5863 "debug_adapter_extension",
5864 "dirs 4.0.0",
5865 "dotenvy",
5866 "env_logger 0.11.8",
5867 "extension",
5868 "fs",
5869 "futures 0.3.31",
5870 "gpui",
5871 "gpui_platform",
5872 "gpui_tokio",
5873 "handlebars 4.5.0",
5874 "language",
5875 "language_extension",
5876 "language_model",
5877 "language_models",
5878 "languages",
5879 "markdown",
5880 "node_runtime",
5881 "pathdiff",
5882 "paths",
5883 "pretty_assertions",
5884 "project",
5885 "prompt_store",
5886 "rand 0.9.2",
5887 "regex",
5888 "release_channel",
5889 "reqwest_client",
5890 "serde",
5891 "serde_json",
5892 "settings",
5893 "shellexpand 2.1.2",
5894 "telemetry",
5895 "terminal_view",
5896 "toml 0.8.23",
5897 "unindent",
5898 "util",
5899 "uuid",
5900 "watch",
5901]
5902
5903[[package]]
5904name = "eval_cli"
5905version = "0.1.0"
5906dependencies = [
5907 "acp_thread",
5908 "agent",
5909 "agent-client-protocol",
5910 "agent_ui",
5911 "anyhow",
5912 "clap",
5913 "client",
5914 "ctrlc",
5915 "db",
5916 "debug_adapter_extension",
5917 "env_logger 0.11.8",
5918 "extension",
5919 "feature_flags",
5920 "fs",
5921 "futures 0.3.31",
5922 "gpui",
5923 "gpui_platform",
5924 "gpui_tokio",
5925 "language",
5926 "language_extension",
5927 "language_model",
5928 "language_models",
5929 "languages",
5930 "node_runtime",
5931 "paths",
5932 "project",
5933 "prompt_store",
5934 "release_channel",
5935 "reqwest_client",
5936 "serde",
5937 "serde_json",
5938 "settings",
5939 "shellexpand 2.1.2",
5940 "terminal_view",
5941 "util",
5942 "watch",
5943]
5944
5945[[package]]
5946name = "eval_utils"
5947version = "0.1.0"
5948dependencies = [
5949 "gpui_platform",
5950 "serde",
5951 "smol",
5952]
5953
5954[[package]]
5955name = "event-listener"
5956version = "2.5.3"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5959
5960[[package]]
5961name = "event-listener"
5962version = "5.4.1"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5965dependencies = [
5966 "concurrent-queue",
5967 "parking",
5968 "pin-project-lite",
5969]
5970
5971[[package]]
5972name = "event-listener-strategy"
5973version = "0.5.4"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5976dependencies = [
5977 "event-listener 5.4.1",
5978 "pin-project-lite",
5979]
5980
5981[[package]]
5982name = "exec"
5983version = "0.3.1"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5986dependencies = [
5987 "errno 0.2.8",
5988 "libc",
5989]
5990
5991[[package]]
5992name = "explorer_command_injector"
5993version = "0.1.0"
5994dependencies = [
5995 "windows 0.61.3",
5996 "windows-core 0.61.2",
5997 "windows-registry 0.5.3",
5998]
5999
6000[[package]]
6001name = "exr"
6002version = "1.73.0"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
6005dependencies = [
6006 "bit_field",
6007 "half",
6008 "lebe",
6009 "miniz_oxide",
6010 "rayon-core",
6011 "smallvec",
6012 "zune-inflate",
6013]
6014
6015[[package]]
6016name = "extended"
6017version = "0.1.0"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6020
6021[[package]]
6022name = "extension"
6023version = "0.1.0"
6024dependencies = [
6025 "anyhow",
6026 "async-trait",
6027 "cloud_api_types",
6028 "collections",
6029 "dap",
6030 "fs",
6031 "futures 0.3.31",
6032 "gpui",
6033 "heck 0.5.0",
6034 "http_client",
6035 "indoc",
6036 "language",
6037 "log",
6038 "lsp",
6039 "parking_lot",
6040 "pretty_assertions",
6041 "proto",
6042 "semver",
6043 "serde",
6044 "serde_json",
6045 "task",
6046 "tempfile",
6047 "toml 0.8.23",
6048 "tracing",
6049 "url",
6050 "util",
6051 "wasm-encoder 0.221.3",
6052 "wasmparser 0.221.3",
6053 "ztracing",
6054]
6055
6056[[package]]
6057name = "extension_cli"
6058version = "0.1.0"
6059dependencies = [
6060 "anyhow",
6061 "clap",
6062 "cloud_api_types",
6063 "env_logger 0.11.8",
6064 "extension",
6065 "fs",
6066 "gpui_platform",
6067 "language",
6068 "log",
6069 "reqwest_client",
6070 "serde",
6071 "serde_json",
6072 "serde_json_lenient",
6073 "settings_content",
6074 "snippet_provider",
6075 "task",
6076 "theme",
6077 "tokio",
6078 "toml 0.8.23",
6079 "tree-sitter",
6080 "wasmtime",
6081]
6082
6083[[package]]
6084name = "extension_host"
6085version = "0.1.0"
6086dependencies = [
6087 "anyhow",
6088 "async-compression",
6089 "async-tar",
6090 "async-trait",
6091 "client",
6092 "cloud_api_types",
6093 "collections",
6094 "criterion",
6095 "ctor",
6096 "dap",
6097 "extension",
6098 "fs",
6099 "futures 0.3.31",
6100 "gpui",
6101 "gpui_tokio",
6102 "http_client",
6103 "language",
6104 "language_extension",
6105 "log",
6106 "lsp",
6107 "moka",
6108 "node_runtime",
6109 "parking_lot",
6110 "paths",
6111 "project",
6112 "release_channel",
6113 "remote",
6114 "reqwest_client",
6115 "semver",
6116 "serde",
6117 "serde_json",
6118 "serde_json_lenient",
6119 "settings",
6120 "task",
6121 "telemetry",
6122 "tempfile",
6123 "theme",
6124 "theme_extension",
6125 "toml 0.8.23",
6126 "tracing",
6127 "url",
6128 "util",
6129 "wasmparser 0.221.3",
6130 "wasmtime",
6131 "wasmtime-wasi",
6132 "zlog",
6133 "ztracing",
6134]
6135
6136[[package]]
6137name = "extensions_ui"
6138version = "0.1.0"
6139dependencies = [
6140 "anyhow",
6141 "client",
6142 "cloud_api_types",
6143 "collections",
6144 "db",
6145 "editor",
6146 "extension",
6147 "extension_host",
6148 "fs",
6149 "fuzzy",
6150 "gpui",
6151 "language",
6152 "log",
6153 "num-format",
6154 "picker",
6155 "project",
6156 "release_channel",
6157 "semver",
6158 "serde",
6159 "settings",
6160 "smallvec",
6161 "strum 0.27.2",
6162 "telemetry",
6163 "theme",
6164 "ui",
6165 "util",
6166 "vim_mode_setting",
6167 "workspace",
6168 "zed_actions",
6169]
6170
6171[[package]]
6172name = "failspot"
6173version = "0.2.0"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6176
6177[[package]]
6178name = "fallible-iterator"
6179version = "0.3.0"
6180source = "registry+https://github.com/rust-lang/crates.io-index"
6181checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6182
6183[[package]]
6184name = "fancy-regex"
6185version = "0.16.2"
6186source = "registry+https://github.com/rust-lang/crates.io-index"
6187checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6188dependencies = [
6189 "bit-set 0.8.0",
6190 "regex-automata",
6191 "regex-syntax",
6192]
6193
6194[[package]]
6195name = "fancy-regex"
6196version = "0.17.0"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6199dependencies = [
6200 "bit-set 0.8.0",
6201 "regex-automata",
6202 "regex-syntax",
6203]
6204
6205[[package]]
6206name = "fast-srgb8"
6207version = "1.0.0"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6210
6211[[package]]
6212name = "fastrand"
6213version = "1.9.0"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6216dependencies = [
6217 "instant",
6218]
6219
6220[[package]]
6221name = "fastrand"
6222version = "2.3.0"
6223source = "registry+https://github.com/rust-lang/crates.io-index"
6224checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6225
6226[[package]]
6227name = "fax"
6228version = "0.2.6"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6231dependencies = [
6232 "fax_derive",
6233]
6234
6235[[package]]
6236name = "fax_derive"
6237version = "0.2.0"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6240dependencies = [
6241 "proc-macro2",
6242 "quote",
6243 "syn 2.0.117",
6244]
6245
6246[[package]]
6247name = "fd-lock"
6248version = "4.0.4"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6251dependencies = [
6252 "cfg-if",
6253 "rustix 1.1.2",
6254 "windows-sys 0.59.0",
6255]
6256
6257[[package]]
6258name = "fdeflate"
6259version = "0.3.7"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6262dependencies = [
6263 "simd-adler32",
6264]
6265
6266[[package]]
6267name = "feature_flags"
6268version = "0.1.0"
6269dependencies = [
6270 "gpui",
6271]
6272
6273[[package]]
6274name = "feedback"
6275version = "0.1.0"
6276dependencies = [
6277 "gpui",
6278 "system_specs",
6279 "urlencoding",
6280 "util",
6281 "workspace",
6282 "zed_actions",
6283]
6284
6285[[package]]
6286name = "ff"
6287version = "0.12.1"
6288source = "registry+https://github.com/rust-lang/crates.io-index"
6289checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6290dependencies = [
6291 "rand_core 0.6.4",
6292 "subtle",
6293]
6294
6295[[package]]
6296name = "file_finder"
6297version = "0.1.0"
6298dependencies = [
6299 "anyhow",
6300 "channel",
6301 "client",
6302 "collections",
6303 "ctor",
6304 "editor",
6305 "file_icons",
6306 "futures 0.3.31",
6307 "fuzzy",
6308 "gpui",
6309 "menu",
6310 "open_path_prompt",
6311 "picker",
6312 "pretty_assertions",
6313 "project",
6314 "project_panel",
6315 "remote_connection",
6316 "serde",
6317 "serde_json",
6318 "settings",
6319 "theme",
6320 "ui",
6321 "util",
6322 "workspace",
6323 "zed_actions",
6324 "zlog",
6325]
6326
6327[[package]]
6328name = "file_icons"
6329version = "0.1.0"
6330dependencies = [
6331 "gpui",
6332 "serde",
6333 "theme",
6334 "util",
6335]
6336
6337[[package]]
6338name = "filedescriptor"
6339version = "0.8.3"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6342dependencies = [
6343 "libc",
6344 "thiserror 1.0.69",
6345 "winapi",
6346]
6347
6348[[package]]
6349name = "filetime"
6350version = "0.2.26"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6353dependencies = [
6354 "cfg-if",
6355 "libc",
6356 "libredox",
6357 "windows-sys 0.60.2",
6358]
6359
6360[[package]]
6361name = "find-msvc-tools"
6362version = "0.1.5"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6365
6366[[package]]
6367name = "fixedbitset"
6368version = "0.4.2"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6371
6372[[package]]
6373name = "fixedbitset"
6374version = "0.5.7"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6377
6378[[package]]
6379name = "flate2"
6380version = "1.1.8"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6383dependencies = [
6384 "crc32fast",
6385 "miniz_oxide",
6386]
6387
6388[[package]]
6389name = "float-cmp"
6390version = "0.9.0"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6393
6394[[package]]
6395name = "float-ord"
6396version = "0.3.2"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6399
6400[[package]]
6401name = "float8"
6402version = "0.4.2"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6405dependencies = [
6406 "half",
6407 "num-traits",
6408 "rand 0.9.2",
6409 "rand_distr",
6410]
6411
6412[[package]]
6413name = "float_next_after"
6414version = "1.0.0"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6417
6418[[package]]
6419name = "fluent-uri"
6420version = "0.4.1"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6423dependencies = [
6424 "borrow-or-share",
6425 "ref-cast",
6426 "serde",
6427]
6428
6429[[package]]
6430name = "flume"
6431version = "0.11.1"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6434dependencies = [
6435 "futures-core",
6436 "futures-sink",
6437 "nanorand",
6438 "spin 0.9.8",
6439]
6440
6441[[package]]
6442name = "fnv"
6443version = "1.0.7"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6446
6447[[package]]
6448name = "foldhash"
6449version = "0.1.5"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6452
6453[[package]]
6454name = "foldhash"
6455version = "0.2.0"
6456source = "registry+https://github.com/rust-lang/crates.io-index"
6457checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6458
6459[[package]]
6460name = "font-types"
6461version = "0.10.0"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6464dependencies = [
6465 "bytemuck",
6466]
6467
6468[[package]]
6469name = "font-types"
6470version = "0.11.0"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6473dependencies = [
6474 "bytemuck",
6475]
6476
6477[[package]]
6478name = "fontconfig-parser"
6479version = "0.5.8"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6482dependencies = [
6483 "roxmltree",
6484]
6485
6486[[package]]
6487name = "fontdb"
6488version = "0.16.2"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6491dependencies = [
6492 "fontconfig-parser",
6493 "log",
6494 "memmap2",
6495 "slotmap",
6496 "tinyvec",
6497 "ttf-parser 0.20.0",
6498]
6499
6500[[package]]
6501name = "fontdb"
6502version = "0.23.0"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6505dependencies = [
6506 "fontconfig-parser",
6507 "log",
6508 "memmap2",
6509 "slotmap",
6510 "tinyvec",
6511 "ttf-parser 0.25.1",
6512]
6513
6514[[package]]
6515name = "foreign-types"
6516version = "0.3.2"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6519dependencies = [
6520 "foreign-types-shared 0.1.1",
6521]
6522
6523[[package]]
6524name = "foreign-types"
6525version = "0.5.0"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6528dependencies = [
6529 "foreign-types-macros",
6530 "foreign-types-shared 0.3.1",
6531]
6532
6533[[package]]
6534name = "foreign-types-macros"
6535version = "0.2.3"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6538dependencies = [
6539 "proc-macro2",
6540 "quote",
6541 "syn 2.0.117",
6542]
6543
6544[[package]]
6545name = "foreign-types-shared"
6546version = "0.1.1"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6549
6550[[package]]
6551name = "foreign-types-shared"
6552version = "0.3.1"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6555
6556[[package]]
6557name = "fork"
6558version = "0.4.0"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6561dependencies = [
6562 "libc",
6563]
6564
6565[[package]]
6566name = "form_urlencoded"
6567version = "1.2.2"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6570dependencies = [
6571 "percent-encoding",
6572]
6573
6574[[package]]
6575name = "fraction"
6576version = "0.15.3"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6579dependencies = [
6580 "lazy_static",
6581 "num",
6582]
6583
6584[[package]]
6585name = "freetype-sys"
6586version = "0.20.1"
6587source = "registry+https://github.com/rust-lang/crates.io-index"
6588checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6589dependencies = [
6590 "cc",
6591 "libc",
6592 "pkg-config",
6593]
6594
6595[[package]]
6596name = "fs"
6597version = "0.1.0"
6598dependencies = [
6599 "anyhow",
6600 "ashpd",
6601 "async-tar",
6602 "async-trait",
6603 "cocoa 0.26.0",
6604 "collections",
6605 "dunce",
6606 "fs",
6607 "futures 0.3.31",
6608 "git",
6609 "gpui",
6610 "ignore",
6611 "is_executable",
6612 "libc",
6613 "log",
6614 "notify 8.2.0",
6615 "objc",
6616 "parking_lot",
6617 "paths",
6618 "proto",
6619 "rope",
6620 "serde",
6621 "serde_json",
6622 "smol",
6623 "tempfile",
6624 "text",
6625 "time",
6626 "util",
6627 "windows 0.61.3",
6628]
6629
6630[[package]]
6631name = "fs-set-times"
6632version = "0.20.3"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6635dependencies = [
6636 "io-lifetimes",
6637 "rustix 1.1.2",
6638 "windows-sys 0.59.0",
6639]
6640
6641[[package]]
6642name = "fs2"
6643version = "0.4.3"
6644source = "registry+https://github.com/rust-lang/crates.io-index"
6645checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6646dependencies = [
6647 "libc",
6648 "winapi",
6649]
6650
6651[[package]]
6652name = "fs_benchmarks"
6653version = "0.1.0"
6654dependencies = [
6655 "fs",
6656 "gpui",
6657 "gpui_platform",
6658]
6659
6660[[package]]
6661name = "fs_extra"
6662version = "1.3.0"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6665
6666[[package]]
6667name = "fsevent-sys"
6668version = "4.1.0"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6671dependencies = [
6672 "libc",
6673]
6674
6675[[package]]
6676name = "fuchsia-cprng"
6677version = "0.1.1"
6678source = "registry+https://github.com/rust-lang/crates.io-index"
6679checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6680
6681[[package]]
6682name = "funty"
6683version = "2.0.0"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6686
6687[[package]]
6688name = "futf"
6689version = "0.1.5"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6692dependencies = [
6693 "mac",
6694 "new_debug_unreachable",
6695]
6696
6697[[package]]
6698name = "futures"
6699version = "0.1.31"
6700source = "registry+https://github.com/rust-lang/crates.io-index"
6701checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6702
6703[[package]]
6704name = "futures"
6705version = "0.3.31"
6706source = "registry+https://github.com/rust-lang/crates.io-index"
6707checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6708dependencies = [
6709 "futures-channel",
6710 "futures-core",
6711 "futures-executor",
6712 "futures-io",
6713 "futures-sink",
6714 "futures-task",
6715 "futures-util",
6716]
6717
6718[[package]]
6719name = "futures-channel"
6720version = "0.3.31"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6723dependencies = [
6724 "futures-core",
6725 "futures-sink",
6726]
6727
6728[[package]]
6729name = "futures-concurrency"
6730version = "7.7.1"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6733dependencies = [
6734 "fixedbitset 0.5.7",
6735 "futures-core",
6736 "futures-lite 2.6.1",
6737 "pin-project",
6738 "smallvec",
6739]
6740
6741[[package]]
6742name = "futures-core"
6743version = "0.3.31"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6746
6747[[package]]
6748name = "futures-executor"
6749version = "0.3.31"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6752dependencies = [
6753 "futures-core",
6754 "futures-task",
6755 "futures-util",
6756]
6757
6758[[package]]
6759name = "futures-intrusive"
6760version = "0.5.0"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6763dependencies = [
6764 "futures-core",
6765 "lock_api",
6766 "parking_lot",
6767]
6768
6769[[package]]
6770name = "futures-io"
6771version = "0.3.31"
6772source = "registry+https://github.com/rust-lang/crates.io-index"
6773checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6774
6775[[package]]
6776name = "futures-lite"
6777version = "1.13.0"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6780dependencies = [
6781 "fastrand 1.9.0",
6782 "futures-core",
6783 "futures-io",
6784 "memchr",
6785 "parking",
6786 "pin-project-lite",
6787 "waker-fn",
6788]
6789
6790[[package]]
6791name = "futures-lite"
6792version = "2.6.1"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6795dependencies = [
6796 "fastrand 2.3.0",
6797 "futures-core",
6798 "futures-io",
6799 "parking",
6800 "pin-project-lite",
6801]
6802
6803[[package]]
6804name = "futures-macro"
6805version = "0.3.31"
6806source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6808dependencies = [
6809 "proc-macro2",
6810 "quote",
6811 "syn 2.0.117",
6812]
6813
6814[[package]]
6815name = "futures-sink"
6816version = "0.3.31"
6817source = "registry+https://github.com/rust-lang/crates.io-index"
6818checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6819
6820[[package]]
6821name = "futures-task"
6822version = "0.3.31"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6825
6826[[package]]
6827name = "futures-util"
6828version = "0.3.31"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6831dependencies = [
6832 "futures 0.1.31",
6833 "futures-channel",
6834 "futures-core",
6835 "futures-io",
6836 "futures-macro",
6837 "futures-sink",
6838 "futures-task",
6839 "memchr",
6840 "pin-project-lite",
6841 "pin-utils",
6842 "slab",
6843 "tokio-io",
6844]
6845
6846[[package]]
6847name = "fuzzy"
6848version = "0.1.0"
6849dependencies = [
6850 "gpui",
6851 "log",
6852 "util",
6853]
6854
6855[[package]]
6856name = "fuzzy-matcher"
6857version = "0.3.7"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6860dependencies = [
6861 "thread_local",
6862]
6863
6864[[package]]
6865name = "gaoya"
6866version = "0.2.0"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6869dependencies = [
6870 "ahash 0.8.12",
6871 "crossbeam-utils",
6872 "fnv",
6873 "itertools 0.10.5",
6874 "num-traits",
6875 "rand 0.8.5",
6876 "rand_pcg",
6877 "random_choice",
6878 "rayon",
6879 "seahash",
6880 "sha-1",
6881 "shingles",
6882 "siphasher 0.3.11",
6883 "smallvec",
6884 "triomphe",
6885]
6886
6887[[package]]
6888name = "gemm"
6889version = "0.17.1"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6892dependencies = [
6893 "dyn-stack 0.10.0",
6894 "gemm-c32 0.17.1",
6895 "gemm-c64 0.17.1",
6896 "gemm-common 0.17.1",
6897 "gemm-f16 0.17.1",
6898 "gemm-f32 0.17.1",
6899 "gemm-f64 0.17.1",
6900 "num-complex",
6901 "num-traits",
6902 "paste",
6903 "raw-cpuid 10.7.0",
6904 "seq-macro",
6905]
6906
6907[[package]]
6908name = "gemm"
6909version = "0.18.2"
6910source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6912dependencies = [
6913 "dyn-stack 0.13.2",
6914 "gemm-c32 0.18.2",
6915 "gemm-c64 0.18.2",
6916 "gemm-common 0.18.2",
6917 "gemm-f16 0.18.2",
6918 "gemm-f32 0.18.2",
6919 "gemm-f64 0.18.2",
6920 "num-complex",
6921 "num-traits",
6922 "paste",
6923 "raw-cpuid 11.6.0",
6924 "seq-macro",
6925]
6926
6927[[package]]
6928name = "gemm-c32"
6929version = "0.17.1"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6932dependencies = [
6933 "dyn-stack 0.10.0",
6934 "gemm-common 0.17.1",
6935 "num-complex",
6936 "num-traits",
6937 "paste",
6938 "raw-cpuid 10.7.0",
6939 "seq-macro",
6940]
6941
6942[[package]]
6943name = "gemm-c32"
6944version = "0.18.2"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6947dependencies = [
6948 "dyn-stack 0.13.2",
6949 "gemm-common 0.18.2",
6950 "num-complex",
6951 "num-traits",
6952 "paste",
6953 "raw-cpuid 11.6.0",
6954 "seq-macro",
6955]
6956
6957[[package]]
6958name = "gemm-c64"
6959version = "0.17.1"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6962dependencies = [
6963 "dyn-stack 0.10.0",
6964 "gemm-common 0.17.1",
6965 "num-complex",
6966 "num-traits",
6967 "paste",
6968 "raw-cpuid 10.7.0",
6969 "seq-macro",
6970]
6971
6972[[package]]
6973name = "gemm-c64"
6974version = "0.18.2"
6975source = "registry+https://github.com/rust-lang/crates.io-index"
6976checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6977dependencies = [
6978 "dyn-stack 0.13.2",
6979 "gemm-common 0.18.2",
6980 "num-complex",
6981 "num-traits",
6982 "paste",
6983 "raw-cpuid 11.6.0",
6984 "seq-macro",
6985]
6986
6987[[package]]
6988name = "gemm-common"
6989version = "0.17.1"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6992dependencies = [
6993 "bytemuck",
6994 "dyn-stack 0.10.0",
6995 "half",
6996 "num-complex",
6997 "num-traits",
6998 "once_cell",
6999 "paste",
7000 "pulp 0.18.22",
7001 "raw-cpuid 10.7.0",
7002 "rayon",
7003 "seq-macro",
7004 "sysctl 0.5.5",
7005]
7006
7007[[package]]
7008name = "gemm-common"
7009version = "0.18.2"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7012dependencies = [
7013 "bytemuck",
7014 "dyn-stack 0.13.2",
7015 "half",
7016 "libm",
7017 "num-complex",
7018 "num-traits",
7019 "once_cell",
7020 "paste",
7021 "pulp 0.21.5",
7022 "raw-cpuid 11.6.0",
7023 "rayon",
7024 "seq-macro",
7025 "sysctl 0.6.0",
7026]
7027
7028[[package]]
7029name = "gemm-f16"
7030version = "0.17.1"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7033dependencies = [
7034 "dyn-stack 0.10.0",
7035 "gemm-common 0.17.1",
7036 "gemm-f32 0.17.1",
7037 "half",
7038 "num-complex",
7039 "num-traits",
7040 "paste",
7041 "raw-cpuid 10.7.0",
7042 "rayon",
7043 "seq-macro",
7044]
7045
7046[[package]]
7047name = "gemm-f16"
7048version = "0.18.2"
7049source = "registry+https://github.com/rust-lang/crates.io-index"
7050checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7051dependencies = [
7052 "dyn-stack 0.13.2",
7053 "gemm-common 0.18.2",
7054 "gemm-f32 0.18.2",
7055 "half",
7056 "num-complex",
7057 "num-traits",
7058 "paste",
7059 "raw-cpuid 11.6.0",
7060 "rayon",
7061 "seq-macro",
7062]
7063
7064[[package]]
7065name = "gemm-f32"
7066version = "0.17.1"
7067source = "registry+https://github.com/rust-lang/crates.io-index"
7068checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7069dependencies = [
7070 "dyn-stack 0.10.0",
7071 "gemm-common 0.17.1",
7072 "num-complex",
7073 "num-traits",
7074 "paste",
7075 "raw-cpuid 10.7.0",
7076 "seq-macro",
7077]
7078
7079[[package]]
7080name = "gemm-f32"
7081version = "0.18.2"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7084dependencies = [
7085 "dyn-stack 0.13.2",
7086 "gemm-common 0.18.2",
7087 "num-complex",
7088 "num-traits",
7089 "paste",
7090 "raw-cpuid 11.6.0",
7091 "seq-macro",
7092]
7093
7094[[package]]
7095name = "gemm-f64"
7096version = "0.17.1"
7097source = "registry+https://github.com/rust-lang/crates.io-index"
7098checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7099dependencies = [
7100 "dyn-stack 0.10.0",
7101 "gemm-common 0.17.1",
7102 "num-complex",
7103 "num-traits",
7104 "paste",
7105 "raw-cpuid 10.7.0",
7106 "seq-macro",
7107]
7108
7109[[package]]
7110name = "gemm-f64"
7111version = "0.18.2"
7112source = "registry+https://github.com/rust-lang/crates.io-index"
7113checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7114dependencies = [
7115 "dyn-stack 0.13.2",
7116 "gemm-common 0.18.2",
7117 "num-complex",
7118 "num-traits",
7119 "paste",
7120 "raw-cpuid 11.6.0",
7121 "seq-macro",
7122]
7123
7124[[package]]
7125name = "generator"
7126version = "0.8.7"
7127source = "registry+https://github.com/rust-lang/crates.io-index"
7128checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7129dependencies = [
7130 "cc",
7131 "cfg-if",
7132 "libc",
7133 "log",
7134 "rustversion",
7135 "windows 0.61.3",
7136]
7137
7138[[package]]
7139name = "generic-array"
7140version = "0.14.7"
7141source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7143dependencies = [
7144 "typenum",
7145 "version_check",
7146]
7147
7148[[package]]
7149name = "gethostname"
7150version = "1.1.0"
7151source = "registry+https://github.com/rust-lang/crates.io-index"
7152checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7153dependencies = [
7154 "rustix 1.1.2",
7155 "windows-link 0.2.1",
7156]
7157
7158[[package]]
7159name = "getrandom"
7160version = "0.2.16"
7161source = "registry+https://github.com/rust-lang/crates.io-index"
7162checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7163dependencies = [
7164 "cfg-if",
7165 "js-sys",
7166 "libc",
7167 "wasi",
7168 "wasm-bindgen",
7169]
7170
7171[[package]]
7172name = "getrandom"
7173version = "0.3.4"
7174source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7176dependencies = [
7177 "cfg-if",
7178 "js-sys",
7179 "libc",
7180 "r-efi",
7181 "wasip2",
7182 "wasm-bindgen",
7183]
7184
7185[[package]]
7186name = "getrandom"
7187version = "0.4.1"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7190dependencies = [
7191 "cfg-if",
7192 "libc",
7193 "r-efi",
7194 "wasip2",
7195 "wasip3",
7196]
7197
7198[[package]]
7199name = "gh-workflow"
7200version = "0.8.0"
7201source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7202dependencies = [
7203 "async-trait",
7204 "derive_more",
7205 "derive_setters",
7206 "gh-workflow-macros",
7207 "indexmap",
7208 "merge",
7209 "serde",
7210 "serde_json",
7211 "serde_yaml",
7212 "strum_macros 0.27.2",
7213]
7214
7215[[package]]
7216name = "gh-workflow-macros"
7217version = "0.8.0"
7218source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7219dependencies = [
7220 "heck 0.5.0",
7221 "quote",
7222 "syn 2.0.117",
7223]
7224
7225[[package]]
7226name = "gif"
7227version = "0.13.3"
7228source = "registry+https://github.com/rust-lang/crates.io-index"
7229checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7230dependencies = [
7231 "color_quant",
7232 "weezl",
7233]
7234
7235[[package]]
7236name = "gimli"
7237version = "0.31.1"
7238source = "registry+https://github.com/rust-lang/crates.io-index"
7239checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7240dependencies = [
7241 "fallible-iterator",
7242 "indexmap",
7243 "stable_deref_trait",
7244]
7245
7246[[package]]
7247name = "gimli"
7248version = "0.32.3"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7251
7252[[package]]
7253name = "gio-sys"
7254version = "0.21.5"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7257dependencies = [
7258 "glib-sys",
7259 "gobject-sys",
7260 "libc",
7261 "system-deps 7.0.7",
7262 "windows-sys 0.61.2",
7263]
7264
7265[[package]]
7266name = "git"
7267version = "0.1.0"
7268dependencies = [
7269 "anyhow",
7270 "askpass",
7271 "async-trait",
7272 "collections",
7273 "derive_more",
7274 "futures 0.3.31",
7275 "git2",
7276 "gpui",
7277 "http_client",
7278 "itertools 0.14.0",
7279 "log",
7280 "parking_lot",
7281 "pretty_assertions",
7282 "rand 0.9.2",
7283 "regex",
7284 "rope",
7285 "schemars",
7286 "serde",
7287 "serde_json",
7288 "smallvec",
7289 "smol",
7290 "sum_tree",
7291 "tempfile",
7292 "text",
7293 "thiserror 2.0.17",
7294 "time",
7295 "url",
7296 "urlencoding",
7297 "util",
7298 "uuid",
7299 "ztracing",
7300]
7301
7302[[package]]
7303name = "git2"
7304version = "0.20.4"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7307dependencies = [
7308 "bitflags 2.10.0",
7309 "libc",
7310 "libgit2-sys",
7311 "log",
7312 "url",
7313]
7314
7315[[package]]
7316name = "git_graph"
7317version = "0.1.0"
7318dependencies = [
7319 "anyhow",
7320 "collections",
7321 "db",
7322 "feature_flags",
7323 "fs",
7324 "git",
7325 "git_ui",
7326 "gpui",
7327 "language",
7328 "menu",
7329 "project",
7330 "rand 0.9.2",
7331 "serde_json",
7332 "settings",
7333 "smallvec",
7334 "theme",
7335 "time",
7336 "ui",
7337 "workspace",
7338]
7339
7340[[package]]
7341name = "git_hosting_providers"
7342version = "0.1.0"
7343dependencies = [
7344 "anyhow",
7345 "async-trait",
7346 "futures 0.3.31",
7347 "git",
7348 "gpui",
7349 "http_client",
7350 "indoc",
7351 "itertools 0.14.0",
7352 "pretty_assertions",
7353 "regex",
7354 "serde",
7355 "serde_json",
7356 "settings",
7357 "url",
7358 "urlencoding",
7359 "util",
7360]
7361
7362[[package]]
7363name = "git_ui"
7364version = "0.1.0"
7365dependencies = [
7366 "agent_settings",
7367 "anyhow",
7368 "askpass",
7369 "buffer_diff",
7370 "call",
7371 "cloud_llm_client",
7372 "collections",
7373 "component",
7374 "ctor",
7375 "db",
7376 "editor",
7377 "feature_flags",
7378 "file_icons",
7379 "futures 0.3.31",
7380 "fuzzy",
7381 "git",
7382 "gpui",
7383 "indoc",
7384 "itertools 0.14.0",
7385 "language",
7386 "language_model",
7387 "linkify",
7388 "log",
7389 "markdown",
7390 "menu",
7391 "multi_buffer",
7392 "notifications",
7393 "panel",
7394 "picker",
7395 "pretty_assertions",
7396 "project",
7397 "prompt_store",
7398 "proto",
7399 "rand 0.9.2",
7400 "remote",
7401 "remote_connection",
7402 "schemars",
7403 "serde",
7404 "serde_json",
7405 "settings",
7406 "smallvec",
7407 "smol",
7408 "strum 0.27.2",
7409 "telemetry",
7410 "theme",
7411 "time",
7412 "time_format",
7413 "tracing",
7414 "ui",
7415 "ui_input",
7416 "unindent",
7417 "util",
7418 "watch",
7419 "windows 0.61.3",
7420 "workspace",
7421 "zed_actions",
7422 "zeroize",
7423 "zlog",
7424 "ztracing",
7425]
7426
7427[[package]]
7428name = "gl_generator"
7429version = "0.14.0"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7432dependencies = [
7433 "khronos_api",
7434 "log",
7435 "xml-rs",
7436]
7437
7438[[package]]
7439name = "glib"
7440version = "0.21.5"
7441source = "registry+https://github.com/rust-lang/crates.io-index"
7442checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7443dependencies = [
7444 "bitflags 2.10.0",
7445 "futures-channel",
7446 "futures-core",
7447 "futures-executor",
7448 "futures-task",
7449 "futures-util",
7450 "gio-sys",
7451 "glib-macros",
7452 "glib-sys",
7453 "gobject-sys",
7454 "libc",
7455 "memchr",
7456 "smallvec",
7457]
7458
7459[[package]]
7460name = "glib-macros"
7461version = "0.21.5"
7462source = "registry+https://github.com/rust-lang/crates.io-index"
7463checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7464dependencies = [
7465 "heck 0.5.0",
7466 "proc-macro-crate",
7467 "proc-macro2",
7468 "quote",
7469 "syn 2.0.117",
7470]
7471
7472[[package]]
7473name = "glib-sys"
7474version = "0.21.5"
7475source = "registry+https://github.com/rust-lang/crates.io-index"
7476checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7477dependencies = [
7478 "libc",
7479 "system-deps 7.0.7",
7480]
7481
7482[[package]]
7483name = "glob"
7484version = "0.3.3"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7487
7488[[package]]
7489name = "globset"
7490version = "0.4.17"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7493dependencies = [
7494 "aho-corasick",
7495 "bstr",
7496 "log",
7497 "regex-automata",
7498 "regex-syntax",
7499]
7500
7501[[package]]
7502name = "gloo-timers"
7503version = "0.3.0"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7506dependencies = [
7507 "futures-channel",
7508 "futures-core",
7509 "js-sys",
7510 "wasm-bindgen",
7511]
7512
7513[[package]]
7514name = "glow"
7515version = "0.17.0"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7518dependencies = [
7519 "js-sys",
7520 "slotmap",
7521 "wasm-bindgen",
7522 "web-sys",
7523]
7524
7525[[package]]
7526name = "glutin_wgl_sys"
7527version = "0.6.1"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7530dependencies = [
7531 "gl_generator",
7532]
7533
7534[[package]]
7535name = "go_to_line"
7536version = "0.1.0"
7537dependencies = [
7538 "editor",
7539 "gpui",
7540 "indoc",
7541 "language",
7542 "menu",
7543 "multi_buffer",
7544 "project",
7545 "rope",
7546 "serde",
7547 "serde_json",
7548 "settings",
7549 "text",
7550 "theme",
7551 "ui",
7552 "util",
7553 "workspace",
7554]
7555
7556[[package]]
7557name = "gobject-sys"
7558version = "0.21.5"
7559source = "registry+https://github.com/rust-lang/crates.io-index"
7560checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7561dependencies = [
7562 "glib-sys",
7563 "libc",
7564 "system-deps 7.0.7",
7565]
7566
7567[[package]]
7568name = "goblin"
7569version = "0.9.3"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7572dependencies = [
7573 "log",
7574 "plain",
7575 "scroll",
7576]
7577
7578[[package]]
7579name = "google_ai"
7580version = "0.1.0"
7581dependencies = [
7582 "anyhow",
7583 "futures 0.3.31",
7584 "http_client",
7585 "schemars",
7586 "serde",
7587 "serde_json",
7588 "settings",
7589 "strum 0.27.2",
7590]
7591
7592[[package]]
7593name = "gpu-allocator"
7594version = "0.28.0"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7597dependencies = [
7598 "ash",
7599 "hashbrown 0.16.1",
7600 "log",
7601 "presser",
7602 "thiserror 2.0.17",
7603 "windows 0.62.2",
7604]
7605
7606[[package]]
7607name = "gpu-descriptor"
7608version = "0.3.2"
7609source = "registry+https://github.com/rust-lang/crates.io-index"
7610checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7611dependencies = [
7612 "bitflags 2.10.0",
7613 "gpu-descriptor-types",
7614 "hashbrown 0.15.5",
7615]
7616
7617[[package]]
7618name = "gpu-descriptor-types"
7619version = "0.2.0"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7622dependencies = [
7623 "bitflags 2.10.0",
7624]
7625
7626[[package]]
7627name = "gpui"
7628version = "0.2.2"
7629dependencies = [
7630 "anyhow",
7631 "async-channel 2.5.0",
7632 "async-task",
7633 "backtrace",
7634 "bindgen 0.71.1",
7635 "bitflags 2.10.0",
7636 "block",
7637 "cbindgen",
7638 "chrono",
7639 "circular-buffer",
7640 "cocoa 0.26.0",
7641 "cocoa-foundation 0.2.0",
7642 "collections",
7643 "core-foundation 0.10.0",
7644 "core-foundation-sys",
7645 "core-graphics 0.24.0",
7646 "core-text",
7647 "core-video",
7648 "ctor",
7649 "derive_more",
7650 "embed-resource",
7651 "env_logger 0.11.8",
7652 "etagere",
7653 "foreign-types 0.5.0",
7654 "futures 0.3.31",
7655 "futures-concurrency",
7656 "getrandom 0.3.4",
7657 "gpui_macros",
7658 "gpui_platform",
7659 "gpui_util",
7660 "gpui_web",
7661 "http_client",
7662 "image",
7663 "inventory",
7664 "itertools 0.14.0",
7665 "log",
7666 "lyon",
7667 "mach2 0.5.0",
7668 "media",
7669 "metal",
7670 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7671 "num_cpus",
7672 "objc",
7673 "objc2",
7674 "objc2-metal",
7675 "parking",
7676 "parking_lot",
7677 "pathfinder_geometry",
7678 "pin-project",
7679 "pollster 0.4.0",
7680 "postage",
7681 "profiling",
7682 "proptest",
7683 "rand 0.9.2",
7684 "raw-window-handle",
7685 "refineable",
7686 "reqwest_client",
7687 "resvg",
7688 "scheduler",
7689 "schemars",
7690 "seahash",
7691 "serde",
7692 "serde_json",
7693 "slotmap",
7694 "smallvec",
7695 "spin 0.10.0",
7696 "stacksafe",
7697 "strum 0.27.2",
7698 "sum_tree",
7699 "taffy",
7700 "thiserror 2.0.17",
7701 "unicode-segmentation",
7702 "url",
7703 "usvg",
7704 "util_macros",
7705 "uuid",
7706 "waker-fn",
7707 "wasm-bindgen",
7708 "web-time",
7709 "windows 0.61.3",
7710 "zed-font-kit",
7711 "zed-scap",
7712]
7713
7714[[package]]
7715name = "gpui_linux"
7716version = "0.1.0"
7717dependencies = [
7718 "anyhow",
7719 "as-raw-xcb-connection",
7720 "ashpd",
7721 "bitflags 2.10.0",
7722 "bytemuck",
7723 "calloop",
7724 "calloop-wayland-source",
7725 "collections",
7726 "filedescriptor",
7727 "futures 0.3.31",
7728 "gpui",
7729 "gpui_wgpu",
7730 "http_client",
7731 "itertools 0.14.0",
7732 "libc",
7733 "log",
7734 "oo7",
7735 "open",
7736 "parking_lot",
7737 "pathfinder_geometry",
7738 "pollster 0.4.0",
7739 "profiling",
7740 "raw-window-handle",
7741 "smallvec",
7742 "smol",
7743 "strum 0.27.2",
7744 "swash",
7745 "url",
7746 "util",
7747 "uuid",
7748 "wayland-backend",
7749 "wayland-client",
7750 "wayland-cursor",
7751 "wayland-protocols",
7752 "wayland-protocols-plasma",
7753 "wayland-protocols-wlr",
7754 "x11-clipboard",
7755 "x11rb",
7756 "xkbcommon",
7757 "zed-scap",
7758 "zed-xim",
7759]
7760
7761[[package]]
7762name = "gpui_macos"
7763version = "0.1.0"
7764dependencies = [
7765 "anyhow",
7766 "async-task",
7767 "block",
7768 "cbindgen",
7769 "cocoa 0.26.0",
7770 "collections",
7771 "core-foundation 0.10.0",
7772 "core-foundation-sys",
7773 "core-graphics 0.24.0",
7774 "core-text",
7775 "core-video",
7776 "ctor",
7777 "derive_more",
7778 "dispatch2",
7779 "etagere",
7780 "foreign-types 0.5.0",
7781 "futures 0.3.31",
7782 "gpui",
7783 "image",
7784 "itertools 0.14.0",
7785 "libc",
7786 "log",
7787 "mach2 0.5.0",
7788 "media",
7789 "metal",
7790 "objc",
7791 "parking_lot",
7792 "pathfinder_geometry",
7793 "raw-window-handle",
7794 "semver",
7795 "smallvec",
7796 "strum 0.27.2",
7797 "util",
7798 "uuid",
7799 "zed-font-kit",
7800]
7801
7802[[package]]
7803name = "gpui_macros"
7804version = "0.1.0"
7805dependencies = [
7806 "gpui",
7807 "heck 0.5.0",
7808 "proc-macro2",
7809 "quote",
7810 "syn 2.0.117",
7811]
7812
7813[[package]]
7814name = "gpui_platform"
7815version = "0.1.0"
7816dependencies = [
7817 "console_error_panic_hook",
7818 "gpui",
7819 "gpui_linux",
7820 "gpui_macos",
7821 "gpui_web",
7822 "gpui_windows",
7823]
7824
7825[[package]]
7826name = "gpui_tokio"
7827version = "0.1.0"
7828dependencies = [
7829 "anyhow",
7830 "gpui",
7831 "tokio",
7832 "util",
7833]
7834
7835[[package]]
7836name = "gpui_util"
7837version = "0.1.0"
7838dependencies = [
7839 "anyhow",
7840 "log",
7841]
7842
7843[[package]]
7844name = "gpui_web"
7845version = "0.1.0"
7846dependencies = [
7847 "anyhow",
7848 "console_error_panic_hook",
7849 "futures 0.3.31",
7850 "gpui",
7851 "gpui_wgpu",
7852 "http_client",
7853 "js-sys",
7854 "log",
7855 "parking_lot",
7856 "raw-window-handle",
7857 "smallvec",
7858 "uuid",
7859 "wasm-bindgen",
7860 "wasm-bindgen-futures",
7861 "wasm_thread",
7862 "web-sys",
7863 "web-time",
7864]
7865
7866[[package]]
7867name = "gpui_wgpu"
7868version = "0.1.0"
7869dependencies = [
7870 "anyhow",
7871 "bytemuck",
7872 "collections",
7873 "cosmic-text",
7874 "etagere",
7875 "gpui",
7876 "gpui_util",
7877 "itertools 0.14.0",
7878 "js-sys",
7879 "log",
7880 "parking_lot",
7881 "pollster 0.4.0",
7882 "profiling",
7883 "raw-window-handle",
7884 "smallvec",
7885 "swash",
7886 "wasm-bindgen",
7887 "wasm-bindgen-futures",
7888 "web-sys",
7889 "wgpu",
7890 "zed-font-kit",
7891]
7892
7893[[package]]
7894name = "gpui_windows"
7895version = "0.1.0"
7896dependencies = [
7897 "anyhow",
7898 "collections",
7899 "etagere",
7900 "futures 0.3.31",
7901 "gpui",
7902 "image",
7903 "itertools 0.14.0",
7904 "log",
7905 "parking_lot",
7906 "rand 0.9.2",
7907 "raw-window-handle",
7908 "smallvec",
7909 "util",
7910 "uuid",
7911 "windows 0.61.3",
7912 "windows-core 0.61.2",
7913 "windows-numerics 0.2.0",
7914 "windows-registry 0.5.3",
7915 "zed-scap",
7916]
7917
7918[[package]]
7919name = "grid"
7920version = "0.18.0"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7923
7924[[package]]
7925name = "group"
7926version = "0.12.1"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7929dependencies = [
7930 "ff",
7931 "rand_core 0.6.4",
7932 "subtle",
7933]
7934
7935[[package]]
7936name = "h2"
7937version = "0.3.27"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7940dependencies = [
7941 "bytes 1.11.1",
7942 "fnv",
7943 "futures-core",
7944 "futures-sink",
7945 "futures-util",
7946 "http 0.2.12",
7947 "indexmap",
7948 "slab",
7949 "tokio",
7950 "tokio-util",
7951 "tracing",
7952]
7953
7954[[package]]
7955name = "h2"
7956version = "0.4.12"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7959dependencies = [
7960 "atomic-waker",
7961 "bytes 1.11.1",
7962 "fnv",
7963 "futures-core",
7964 "futures-sink",
7965 "http 1.3.1",
7966 "indexmap",
7967 "slab",
7968 "tokio",
7969 "tokio-util",
7970 "tracing",
7971]
7972
7973[[package]]
7974name = "half"
7975version = "2.7.1"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7978dependencies = [
7979 "bytemuck",
7980 "cfg-if",
7981 "crunchy",
7982 "num-traits",
7983 "rand 0.9.2",
7984 "rand_distr",
7985 "zerocopy",
7986]
7987
7988[[package]]
7989name = "handlebars"
7990version = "4.5.0"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7993dependencies = [
7994 "log",
7995 "pest",
7996 "pest_derive",
7997 "rust-embed",
7998 "serde",
7999 "serde_json",
8000 "thiserror 1.0.69",
8001]
8002
8003[[package]]
8004name = "handlebars"
8005version = "5.1.2"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8008dependencies = [
8009 "log",
8010 "pest",
8011 "pest_derive",
8012 "serde",
8013 "serde_json",
8014 "thiserror 1.0.69",
8015]
8016
8017[[package]]
8018name = "harfrust"
8019version = "0.5.0"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8022dependencies = [
8023 "bitflags 2.10.0",
8024 "bytemuck",
8025 "core_maths",
8026 "read-fonts 0.37.0",
8027 "smallvec",
8028]
8029
8030[[package]]
8031name = "hash32"
8032version = "0.3.1"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8035dependencies = [
8036 "byteorder",
8037]
8038
8039[[package]]
8040name = "hashbrown"
8041version = "0.12.3"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8044dependencies = [
8045 "ahash 0.7.8",
8046]
8047
8048[[package]]
8049name = "hashbrown"
8050version = "0.14.5"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8053dependencies = [
8054 "ahash 0.8.12",
8055 "allocator-api2",
8056]
8057
8058[[package]]
8059name = "hashbrown"
8060version = "0.15.5"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8063dependencies = [
8064 "allocator-api2",
8065 "equivalent",
8066 "foldhash 0.1.5",
8067 "serde",
8068]
8069
8070[[package]]
8071name = "hashbrown"
8072version = "0.16.1"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8075dependencies = [
8076 "allocator-api2",
8077 "equivalent",
8078 "foldhash 0.2.0",
8079]
8080
8081[[package]]
8082name = "hashlink"
8083version = "0.8.4"
8084source = "registry+https://github.com/rust-lang/crates.io-index"
8085checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8086dependencies = [
8087 "hashbrown 0.14.5",
8088]
8089
8090[[package]]
8091name = "hashlink"
8092version = "0.10.0"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8095dependencies = [
8096 "hashbrown 0.15.5",
8097]
8098
8099[[package]]
8100name = "headers"
8101version = "0.3.9"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8104dependencies = [
8105 "base64 0.21.7",
8106 "bytes 1.11.1",
8107 "headers-core",
8108 "http 0.2.12",
8109 "httpdate",
8110 "mime",
8111 "sha1",
8112]
8113
8114[[package]]
8115name = "headers-core"
8116version = "0.2.0"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8119dependencies = [
8120 "http 0.2.12",
8121]
8122
8123[[package]]
8124name = "heapless"
8125version = "0.9.2"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8128dependencies = [
8129 "hash32",
8130 "stable_deref_trait",
8131]
8132
8133[[package]]
8134name = "heck"
8135version = "0.3.3"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8138dependencies = [
8139 "unicode-segmentation",
8140]
8141
8142[[package]]
8143name = "heck"
8144version = "0.4.1"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8147dependencies = [
8148 "unicode-segmentation",
8149]
8150
8151[[package]]
8152name = "heck"
8153version = "0.5.0"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8156
8157[[package]]
8158name = "heed"
8159version = "0.21.0"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8162dependencies = [
8163 "bitflags 2.10.0",
8164 "byteorder",
8165 "heed-traits",
8166 "heed-types",
8167 "libc",
8168 "lmdb-master-sys",
8169 "once_cell",
8170 "page_size",
8171 "serde",
8172 "synchronoise",
8173 "url",
8174]
8175
8176[[package]]
8177name = "heed-traits"
8178version = "0.20.0"
8179source = "registry+https://github.com/rust-lang/crates.io-index"
8180checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8181
8182[[package]]
8183name = "heed-types"
8184version = "0.21.0"
8185source = "registry+https://github.com/rust-lang/crates.io-index"
8186checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8187dependencies = [
8188 "bincode",
8189 "byteorder",
8190 "heed-traits",
8191 "serde",
8192 "serde_json",
8193]
8194
8195[[package]]
8196name = "hermit-abi"
8197version = "0.5.2"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8200
8201[[package]]
8202name = "hex"
8203version = "0.4.3"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8206
8207[[package]]
8208name = "hexf-parse"
8209version = "0.2.1"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8212
8213[[package]]
8214name = "hkdf"
8215version = "0.12.4"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8218dependencies = [
8219 "hmac",
8220]
8221
8222[[package]]
8223name = "hmac"
8224version = "0.12.1"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8227dependencies = [
8228 "digest",
8229]
8230
8231[[package]]
8232name = "home"
8233version = "0.5.11"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8236dependencies = [
8237 "windows-sys 0.59.0",
8238]
8239
8240[[package]]
8241name = "hound"
8242version = "3.5.1"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8245
8246[[package]]
8247name = "html5ever"
8248version = "0.27.0"
8249source = "registry+https://github.com/rust-lang/crates.io-index"
8250checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8251dependencies = [
8252 "log",
8253 "mac",
8254 "markup5ever 0.12.1",
8255 "proc-macro2",
8256 "quote",
8257 "syn 2.0.117",
8258]
8259
8260[[package]]
8261name = "html5ever"
8262version = "0.35.0"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8265dependencies = [
8266 "log",
8267 "markup5ever 0.35.0",
8268 "match_token",
8269]
8270
8271[[package]]
8272name = "html_to_markdown"
8273version = "0.1.0"
8274dependencies = [
8275 "anyhow",
8276 "html5ever 0.27.0",
8277 "indoc",
8278 "markup5ever_rcdom",
8279 "pretty_assertions",
8280 "regex",
8281]
8282
8283[[package]]
8284name = "http"
8285version = "0.2.12"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8288dependencies = [
8289 "bytes 1.11.1",
8290 "fnv",
8291 "itoa",
8292]
8293
8294[[package]]
8295name = "http"
8296version = "1.3.1"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8299dependencies = [
8300 "bytes 1.11.1",
8301 "fnv",
8302 "itoa",
8303]
8304
8305[[package]]
8306name = "http-body"
8307version = "0.4.6"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8310dependencies = [
8311 "bytes 1.11.1",
8312 "http 0.2.12",
8313 "pin-project-lite",
8314]
8315
8316[[package]]
8317name = "http-body"
8318version = "1.0.1"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8321dependencies = [
8322 "bytes 1.11.1",
8323 "http 1.3.1",
8324]
8325
8326[[package]]
8327name = "http-body-util"
8328version = "0.1.3"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8331dependencies = [
8332 "bytes 1.11.1",
8333 "futures-core",
8334 "http 1.3.1",
8335 "http-body 1.0.1",
8336 "pin-project-lite",
8337]
8338
8339[[package]]
8340name = "http-range-header"
8341version = "0.3.1"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8344
8345[[package]]
8346name = "http_client"
8347version = "0.1.0"
8348dependencies = [
8349 "anyhow",
8350 "async-compression",
8351 "async-fs",
8352 "async-tar",
8353 "bytes 1.11.1",
8354 "derive_more",
8355 "futures 0.3.31",
8356 "http 1.3.1",
8357 "http-body 1.0.1",
8358 "log",
8359 "parking_lot",
8360 "serde",
8361 "serde_json",
8362 "serde_urlencoded",
8363 "sha2",
8364 "tempfile",
8365 "url",
8366 "util",
8367]
8368
8369[[package]]
8370name = "http_client_tls"
8371version = "0.1.0"
8372dependencies = [
8373 "rustls 0.23.33",
8374 "rustls-platform-verifier",
8375]
8376
8377[[package]]
8378name = "httparse"
8379version = "1.10.1"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8382
8383[[package]]
8384name = "httpdate"
8385version = "1.0.3"
8386source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8388
8389[[package]]
8390name = "human_bytes"
8391version = "0.4.3"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8394
8395[[package]]
8396name = "humantime"
8397version = "2.3.0"
8398source = "registry+https://github.com/rust-lang/crates.io-index"
8399checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8400
8401[[package]]
8402name = "hyper"
8403version = "0.14.32"
8404source = "registry+https://github.com/rust-lang/crates.io-index"
8405checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8406dependencies = [
8407 "bytes 1.11.1",
8408 "futures-channel",
8409 "futures-core",
8410 "futures-util",
8411 "h2 0.3.27",
8412 "http 0.2.12",
8413 "http-body 0.4.6",
8414 "httparse",
8415 "httpdate",
8416 "itoa",
8417 "pin-project-lite",
8418 "socket2 0.5.10",
8419 "tokio",
8420 "tower-service",
8421 "tracing",
8422 "want",
8423]
8424
8425[[package]]
8426name = "hyper"
8427version = "1.7.0"
8428source = "registry+https://github.com/rust-lang/crates.io-index"
8429checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8430dependencies = [
8431 "atomic-waker",
8432 "bytes 1.11.1",
8433 "futures-channel",
8434 "futures-core",
8435 "h2 0.4.12",
8436 "http 1.3.1",
8437 "http-body 1.0.1",
8438 "httparse",
8439 "itoa",
8440 "pin-project-lite",
8441 "pin-utils",
8442 "smallvec",
8443 "tokio",
8444 "want",
8445]
8446
8447[[package]]
8448name = "hyper-rustls"
8449version = "0.24.2"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8452dependencies = [
8453 "futures-util",
8454 "http 0.2.12",
8455 "hyper 0.14.32",
8456 "log",
8457 "rustls 0.21.12",
8458 "rustls-native-certs 0.6.3",
8459 "tokio",
8460 "tokio-rustls 0.24.1",
8461]
8462
8463[[package]]
8464name = "hyper-rustls"
8465version = "0.27.7"
8466source = "registry+https://github.com/rust-lang/crates.io-index"
8467checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8468dependencies = [
8469 "http 1.3.1",
8470 "hyper 1.7.0",
8471 "hyper-util",
8472 "rustls 0.23.33",
8473 "rustls-native-certs 0.8.2",
8474 "rustls-pki-types",
8475 "tokio",
8476 "tokio-rustls 0.26.2",
8477 "tower-service",
8478]
8479
8480[[package]]
8481name = "hyper-tls"
8482version = "0.5.0"
8483source = "registry+https://github.com/rust-lang/crates.io-index"
8484checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8485dependencies = [
8486 "bytes 1.11.1",
8487 "hyper 0.14.32",
8488 "native-tls",
8489 "tokio",
8490 "tokio-native-tls",
8491]
8492
8493[[package]]
8494name = "hyper-util"
8495version = "0.1.17"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8498dependencies = [
8499 "base64 0.22.1",
8500 "bytes 1.11.1",
8501 "futures-channel",
8502 "futures-core",
8503 "futures-util",
8504 "http 1.3.1",
8505 "http-body 1.0.1",
8506 "hyper 1.7.0",
8507 "ipnet",
8508 "libc",
8509 "percent-encoding",
8510 "pin-project-lite",
8511 "socket2 0.6.1",
8512 "tokio",
8513 "tower-service",
8514 "tracing",
8515]
8516
8517[[package]]
8518name = "iana-time-zone"
8519version = "0.1.64"
8520source = "registry+https://github.com/rust-lang/crates.io-index"
8521checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8522dependencies = [
8523 "android_system_properties",
8524 "core-foundation-sys",
8525 "iana-time-zone-haiku",
8526 "js-sys",
8527 "log",
8528 "wasm-bindgen",
8529 "windows-core 0.62.2",
8530]
8531
8532[[package]]
8533name = "iana-time-zone-haiku"
8534version = "0.1.2"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8537dependencies = [
8538 "cc",
8539]
8540
8541[[package]]
8542name = "icons"
8543version = "0.1.0"
8544dependencies = [
8545 "serde",
8546 "strum 0.27.2",
8547]
8548
8549[[package]]
8550name = "icu_collections"
8551version = "2.0.0"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8554dependencies = [
8555 "displaydoc",
8556 "potential_utf",
8557 "yoke 0.8.0",
8558 "zerofrom",
8559 "zerovec",
8560]
8561
8562[[package]]
8563name = "icu_locale_core"
8564version = "2.0.0"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8567dependencies = [
8568 "displaydoc",
8569 "litemap",
8570 "tinystr",
8571 "writeable",
8572 "zerovec",
8573]
8574
8575[[package]]
8576name = "icu_normalizer"
8577version = "2.0.0"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8580dependencies = [
8581 "displaydoc",
8582 "icu_collections",
8583 "icu_normalizer_data",
8584 "icu_properties",
8585 "icu_provider",
8586 "smallvec",
8587 "zerovec",
8588]
8589
8590[[package]]
8591name = "icu_normalizer_data"
8592version = "2.0.0"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8595
8596[[package]]
8597name = "icu_properties"
8598version = "2.0.1"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8601dependencies = [
8602 "displaydoc",
8603 "icu_collections",
8604 "icu_locale_core",
8605 "icu_properties_data",
8606 "icu_provider",
8607 "potential_utf",
8608 "zerotrie",
8609 "zerovec",
8610]
8611
8612[[package]]
8613name = "icu_properties_data"
8614version = "2.0.1"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8617
8618[[package]]
8619name = "icu_provider"
8620version = "2.0.0"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8623dependencies = [
8624 "displaydoc",
8625 "icu_locale_core",
8626 "stable_deref_trait",
8627 "tinystr",
8628 "writeable",
8629 "yoke 0.8.0",
8630 "zerofrom",
8631 "zerotrie",
8632 "zerovec",
8633]
8634
8635[[package]]
8636name = "id-arena"
8637version = "2.2.1"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8640
8641[[package]]
8642name = "ident_case"
8643version = "1.0.1"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8646
8647[[package]]
8648name = "idna"
8649version = "1.1.0"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8652dependencies = [
8653 "idna_adapter",
8654 "smallvec",
8655 "utf8_iter",
8656]
8657
8658[[package]]
8659name = "idna_adapter"
8660version = "1.2.1"
8661source = "registry+https://github.com/rust-lang/crates.io-index"
8662checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8663dependencies = [
8664 "icu_normalizer",
8665 "icu_properties",
8666]
8667
8668[[package]]
8669name = "ignore"
8670version = "0.4.24"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8673dependencies = [
8674 "crossbeam-deque",
8675 "globset",
8676 "log",
8677 "memchr",
8678 "regex-automata",
8679 "same-file",
8680 "walkdir",
8681 "winapi-util",
8682]
8683
8684[[package]]
8685name = "image"
8686version = "0.25.8"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8689dependencies = [
8690 "bytemuck",
8691 "byteorder-lite",
8692 "color_quant",
8693 "exr",
8694 "gif",
8695 "image-webp",
8696 "moxcms",
8697 "num-traits",
8698 "png 0.18.0",
8699 "qoi",
8700 "ravif",
8701 "rayon",
8702 "rgb",
8703 "tiff",
8704 "zune-core",
8705 "zune-jpeg",
8706]
8707
8708[[package]]
8709name = "image-webp"
8710version = "0.2.4"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8713dependencies = [
8714 "byteorder-lite",
8715 "quick-error 2.0.1",
8716]
8717
8718[[package]]
8719name = "image_viewer"
8720version = "0.1.0"
8721dependencies = [
8722 "anyhow",
8723 "db",
8724 "editor",
8725 "file_icons",
8726 "gpui",
8727 "language",
8728 "log",
8729 "project",
8730 "serde",
8731 "settings",
8732 "theme",
8733 "ui",
8734 "util",
8735 "workspace",
8736]
8737
8738[[package]]
8739name = "imagesize"
8740version = "0.13.0"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8743
8744[[package]]
8745name = "imara-diff"
8746version = "0.1.8"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8749dependencies = [
8750 "hashbrown 0.15.5",
8751]
8752
8753[[package]]
8754name = "imgref"
8755version = "1.12.0"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8758
8759[[package]]
8760name = "indenter"
8761version = "0.3.4"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8764
8765[[package]]
8766name = "indexmap"
8767version = "2.11.4"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8770dependencies = [
8771 "equivalent",
8772 "hashbrown 0.16.1",
8773 "serde",
8774 "serde_core",
8775]
8776
8777[[package]]
8778name = "indoc"
8779version = "2.0.6"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8782
8783[[package]]
8784name = "inherent"
8785version = "1.0.13"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8788dependencies = [
8789 "proc-macro2",
8790 "quote",
8791 "syn 2.0.117",
8792]
8793
8794[[package]]
8795name = "inotify"
8796version = "0.9.6"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8799dependencies = [
8800 "bitflags 1.3.2",
8801 "inotify-sys",
8802 "libc",
8803]
8804
8805[[package]]
8806name = "inotify"
8807version = "0.11.0"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8810dependencies = [
8811 "bitflags 2.10.0",
8812 "inotify-sys",
8813 "libc",
8814]
8815
8816[[package]]
8817name = "inotify-sys"
8818version = "0.1.5"
8819source = "registry+https://github.com/rust-lang/crates.io-index"
8820checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8821dependencies = [
8822 "libc",
8823]
8824
8825[[package]]
8826name = "inout"
8827version = "0.1.4"
8828source = "registry+https://github.com/rust-lang/crates.io-index"
8829checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8830dependencies = [
8831 "block-padding",
8832 "generic-array",
8833]
8834
8835[[package]]
8836name = "inspector_ui"
8837version = "0.1.0"
8838dependencies = [
8839 "anyhow",
8840 "command_palette_hooks",
8841 "editor",
8842 "fuzzy",
8843 "gpui",
8844 "language",
8845 "project",
8846 "serde_json",
8847 "serde_json_lenient",
8848 "theme",
8849 "ui",
8850 "util",
8851 "util_macros",
8852 "workspace",
8853 "zed_actions",
8854]
8855
8856[[package]]
8857name = "install_cli"
8858version = "0.1.0"
8859dependencies = [
8860 "anyhow",
8861 "client",
8862 "gpui",
8863 "release_channel",
8864 "smol",
8865 "util",
8866 "workspace",
8867]
8868
8869[[package]]
8870name = "instant"
8871version = "0.1.13"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8874dependencies = [
8875 "cfg-if",
8876]
8877
8878[[package]]
8879name = "interpolate_name"
8880version = "0.2.4"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8883dependencies = [
8884 "proc-macro2",
8885 "quote",
8886 "syn 2.0.117",
8887]
8888
8889[[package]]
8890name = "inventory"
8891version = "0.3.21"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8894dependencies = [
8895 "rustversion",
8896]
8897
8898[[package]]
8899name = "io-extras"
8900version = "0.18.4"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8903dependencies = [
8904 "io-lifetimes",
8905 "windows-sys 0.59.0",
8906]
8907
8908[[package]]
8909name = "io-lifetimes"
8910version = "2.0.4"
8911source = "registry+https://github.com/rust-lang/crates.io-index"
8912checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8913
8914[[package]]
8915name = "io-surface"
8916version = "0.16.1"
8917source = "registry+https://github.com/rust-lang/crates.io-index"
8918checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8919dependencies = [
8920 "cgl",
8921 "core-foundation 0.10.0",
8922 "core-foundation-sys",
8923 "leaky-cow",
8924]
8925
8926[[package]]
8927name = "iovec"
8928version = "0.1.4"
8929source = "registry+https://github.com/rust-lang/crates.io-index"
8930checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8931dependencies = [
8932 "libc",
8933]
8934
8935[[package]]
8936name = "ipc-channel"
8937version = "0.19.0"
8938source = "registry+https://github.com/rust-lang/crates.io-index"
8939checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8940dependencies = [
8941 "bincode",
8942 "crossbeam-channel",
8943 "fnv",
8944 "lazy_static",
8945 "libc",
8946 "mio 1.1.0",
8947 "rand 0.8.5",
8948 "serde",
8949 "tempfile",
8950 "uuid",
8951 "windows 0.58.0",
8952]
8953
8954[[package]]
8955name = "ipnet"
8956version = "2.11.0"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8959
8960[[package]]
8961name = "iri-string"
8962version = "0.7.8"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8965dependencies = [
8966 "memchr",
8967 "serde",
8968]
8969
8970[[package]]
8971name = "is-docker"
8972version = "0.2.0"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8975dependencies = [
8976 "once_cell",
8977]
8978
8979[[package]]
8980name = "is-terminal"
8981version = "0.4.16"
8982source = "registry+https://github.com/rust-lang/crates.io-index"
8983checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8984dependencies = [
8985 "hermit-abi",
8986 "libc",
8987 "windows-sys 0.59.0",
8988]
8989
8990[[package]]
8991name = "is-wsl"
8992version = "0.4.0"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8995dependencies = [
8996 "is-docker",
8997 "once_cell",
8998]
8999
9000[[package]]
9001name = "is_executable"
9002version = "1.0.5"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9005dependencies = [
9006 "windows-sys 0.60.2",
9007]
9008
9009[[package]]
9010name = "is_terminal_polyfill"
9011version = "1.70.1"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9014
9015[[package]]
9016name = "itertools"
9017version = "0.10.5"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9020dependencies = [
9021 "either",
9022]
9023
9024[[package]]
9025name = "itertools"
9026version = "0.11.0"
9027source = "registry+https://github.com/rust-lang/crates.io-index"
9028checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9029dependencies = [
9030 "either",
9031]
9032
9033[[package]]
9034name = "itertools"
9035version = "0.12.1"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9038dependencies = [
9039 "either",
9040]
9041
9042[[package]]
9043name = "itertools"
9044version = "0.14.0"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9047dependencies = [
9048 "either",
9049]
9050
9051[[package]]
9052name = "itoa"
9053version = "1.0.15"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9056
9057[[package]]
9058name = "jiff"
9059version = "0.2.15"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9062dependencies = [
9063 "jiff-static",
9064 "log",
9065 "portable-atomic",
9066 "portable-atomic-util",
9067 "serde",
9068]
9069
9070[[package]]
9071name = "jiff-static"
9072version = "0.2.15"
9073source = "registry+https://github.com/rust-lang/crates.io-index"
9074checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9075dependencies = [
9076 "proc-macro2",
9077 "quote",
9078 "syn 2.0.117",
9079]
9080
9081[[package]]
9082name = "jni"
9083version = "0.21.1"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9086dependencies = [
9087 "cesu8",
9088 "cfg-if",
9089 "combine",
9090 "jni-sys",
9091 "log",
9092 "thiserror 1.0.69",
9093 "walkdir",
9094 "windows-sys 0.45.0",
9095]
9096
9097[[package]]
9098name = "jni-sys"
9099version = "0.3.0"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9102
9103[[package]]
9104name = "jobserver"
9105version = "0.1.34"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9108dependencies = [
9109 "getrandom 0.3.4",
9110 "libc",
9111]
9112
9113[[package]]
9114name = "journal"
9115version = "0.1.0"
9116dependencies = [
9117 "anyhow",
9118 "chrono",
9119 "editor",
9120 "gpui",
9121 "log",
9122 "serde",
9123 "settings",
9124 "shellexpand 2.1.2",
9125 "workspace",
9126]
9127
9128[[package]]
9129name = "js-sys"
9130version = "0.3.90"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9133dependencies = [
9134 "once_cell",
9135 "wasm-bindgen",
9136]
9137
9138[[package]]
9139name = "json5"
9140version = "0.4.1"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9143dependencies = [
9144 "pest",
9145 "pest_derive",
9146 "serde",
9147]
9148
9149[[package]]
9150name = "json_dotpath"
9151version = "1.1.0"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9154dependencies = [
9155 "serde",
9156 "serde_derive",
9157 "serde_json",
9158 "thiserror 1.0.69",
9159]
9160
9161[[package]]
9162name = "json_schema_store"
9163version = "0.1.0"
9164dependencies = [
9165 "anyhow",
9166 "collections",
9167 "dap",
9168 "extension",
9169 "gpui",
9170 "language",
9171 "parking_lot",
9172 "paths",
9173 "project",
9174 "schemars",
9175 "serde",
9176 "serde_json",
9177 "settings",
9178 "snippet_provider",
9179 "task",
9180 "theme",
9181 "util",
9182]
9183
9184[[package]]
9185name = "jsonschema"
9186version = "0.37.4"
9187source = "registry+https://github.com/rust-lang/crates.io-index"
9188checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9189dependencies = [
9190 "ahash 0.8.12",
9191 "bytecount",
9192 "data-encoding",
9193 "email_address",
9194 "fancy-regex 0.16.2",
9195 "fraction",
9196 "getrandom 0.3.4",
9197 "idna",
9198 "itoa",
9199 "num-cmp",
9200 "num-traits",
9201 "percent-encoding",
9202 "referencing",
9203 "regex",
9204 "regex-syntax",
9205 "reqwest 0.12.24",
9206 "serde",
9207 "serde_json",
9208 "unicode-general-category",
9209 "uuid-simd",
9210]
9211
9212[[package]]
9213name = "jsonwebtoken"
9214version = "10.3.0"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9217dependencies = [
9218 "aws-lc-rs",
9219 "base64 0.22.1",
9220 "getrandom 0.2.16",
9221 "js-sys",
9222 "pem",
9223 "serde",
9224 "serde_json",
9225 "signature 2.2.0",
9226 "simple_asn1",
9227]
9228
9229[[package]]
9230name = "jupyter-protocol"
9231version = "1.4.0"
9232source = "registry+https://github.com/rust-lang/crates.io-index"
9233checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9234dependencies = [
9235 "async-trait",
9236 "bytes 1.11.1",
9237 "chrono",
9238 "futures 0.3.31",
9239 "serde",
9240 "serde_json",
9241 "thiserror 2.0.17",
9242 "uuid",
9243]
9244
9245[[package]]
9246name = "jupyter-websocket-client"
9247version = "1.0.0"
9248source = "registry+https://github.com/rust-lang/crates.io-index"
9249checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9250dependencies = [
9251 "anyhow",
9252 "async-trait",
9253 "async-tungstenite",
9254 "futures 0.3.31",
9255 "jupyter-protocol",
9256 "serde",
9257 "serde_json",
9258 "tokio",
9259 "url",
9260 "uuid",
9261]
9262
9263[[package]]
9264name = "keymap_editor"
9265version = "0.1.0"
9266dependencies = [
9267 "anyhow",
9268 "collections",
9269 "command_palette",
9270 "component",
9271 "db",
9272 "editor",
9273 "fs",
9274 "fuzzy",
9275 "gpui",
9276 "itertools 0.14.0",
9277 "json_schema_store",
9278 "language",
9279 "log",
9280 "menu",
9281 "notifications",
9282 "paths",
9283 "project",
9284 "search",
9285 "serde",
9286 "serde_json",
9287 "settings",
9288 "telemetry",
9289 "tempfile",
9290 "theme",
9291 "tree-sitter-json",
9292 "tree-sitter-rust",
9293 "ui",
9294 "ui_input",
9295 "util",
9296 "workspace",
9297 "zed_actions",
9298]
9299
9300[[package]]
9301name = "khronos-egl"
9302version = "6.0.0"
9303source = "registry+https://github.com/rust-lang/crates.io-index"
9304checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9305dependencies = [
9306 "libc",
9307 "libloading",
9308 "pkg-config",
9309]
9310
9311[[package]]
9312name = "khronos_api"
9313version = "3.1.0"
9314source = "registry+https://github.com/rust-lang/crates.io-index"
9315checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9316
9317[[package]]
9318name = "kqueue"
9319version = "1.1.1"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9322dependencies = [
9323 "kqueue-sys",
9324 "libc",
9325]
9326
9327[[package]]
9328name = "kqueue-sys"
9329version = "1.0.4"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9332dependencies = [
9333 "bitflags 1.3.2",
9334 "libc",
9335]
9336
9337[[package]]
9338name = "kurbo"
9339version = "0.11.3"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9342dependencies = [
9343 "arrayvec",
9344 "euclid",
9345 "smallvec",
9346]
9347
9348[[package]]
9349name = "kv-log-macro"
9350version = "1.0.7"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9353dependencies = [
9354 "log",
9355]
9356
9357[[package]]
9358name = "language"
9359version = "0.1.0"
9360dependencies = [
9361 "anyhow",
9362 "async-trait",
9363 "clock",
9364 "collections",
9365 "ctor",
9366 "diffy",
9367 "ec4rs",
9368 "encoding_rs",
9369 "fs",
9370 "futures 0.3.31",
9371 "fuzzy",
9372 "globset",
9373 "gpui",
9374 "http_client",
9375 "imara-diff",
9376 "indoc",
9377 "itertools 0.14.0",
9378 "log",
9379 "lsp",
9380 "parking_lot",
9381 "postage",
9382 "pretty_assertions",
9383 "rand 0.9.2",
9384 "regex",
9385 "rpc",
9386 "schemars",
9387 "semver",
9388 "serde",
9389 "serde_json",
9390 "settings",
9391 "shellexpand 2.1.2",
9392 "smallvec",
9393 "smol",
9394 "streaming-iterator",
9395 "strsim",
9396 "sum_tree",
9397 "task",
9398 "text",
9399 "theme",
9400 "toml 0.8.23",
9401 "tracing",
9402 "tree-sitter",
9403 "tree-sitter-elixir",
9404 "tree-sitter-embedded-template",
9405 "tree-sitter-heex",
9406 "tree-sitter-html",
9407 "tree-sitter-json",
9408 "tree-sitter-md",
9409 "tree-sitter-python",
9410 "tree-sitter-ruby",
9411 "tree-sitter-rust",
9412 "tree-sitter-typescript",
9413 "unicase",
9414 "unindent",
9415 "util",
9416 "watch",
9417 "zlog",
9418 "ztracing",
9419]
9420
9421[[package]]
9422name = "language_extension"
9423version = "0.1.0"
9424dependencies = [
9425 "anyhow",
9426 "async-trait",
9427 "collections",
9428 "extension",
9429 "fs",
9430 "futures 0.3.31",
9431 "gpui",
9432 "language",
9433 "log",
9434 "lsp",
9435 "project",
9436 "serde",
9437 "serde_json",
9438 "tracing",
9439 "util",
9440 "ztracing",
9441]
9442
9443[[package]]
9444name = "language_model"
9445version = "0.1.0"
9446dependencies = [
9447 "anthropic",
9448 "anyhow",
9449 "base64 0.22.1",
9450 "client",
9451 "cloud_api_client",
9452 "cloud_api_types",
9453 "cloud_llm_client",
9454 "collections",
9455 "credentials_provider",
9456 "futures 0.3.31",
9457 "gpui",
9458 "http_client",
9459 "icons",
9460 "image",
9461 "log",
9462 "open_ai",
9463 "open_router",
9464 "parking_lot",
9465 "proto",
9466 "schemars",
9467 "serde",
9468 "serde_json",
9469 "settings",
9470 "smol",
9471 "thiserror 2.0.17",
9472 "util",
9473 "zed_env_vars",
9474]
9475
9476[[package]]
9477name = "language_models"
9478version = "0.1.0"
9479dependencies = [
9480 "ai_onboarding",
9481 "anthropic",
9482 "anyhow",
9483 "aws-config",
9484 "aws-credential-types",
9485 "aws_http_client",
9486 "base64 0.22.1",
9487 "bedrock",
9488 "client",
9489 "cloud_api_types",
9490 "cloud_llm_client",
9491 "collections",
9492 "component",
9493 "convert_case 0.8.0",
9494 "copilot",
9495 "copilot_chat",
9496 "copilot_ui",
9497 "credentials_provider",
9498 "deepseek",
9499 "extension",
9500 "extension_host",
9501 "fs",
9502 "futures 0.3.31",
9503 "google_ai",
9504 "gpui",
9505 "gpui_tokio",
9506 "http_client",
9507 "language",
9508 "language_model",
9509 "lmstudio",
9510 "log",
9511 "menu",
9512 "mistral",
9513 "ollama",
9514 "open_ai",
9515 "open_router",
9516 "opencode",
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 = "opencode"
11670version = "0.1.0"
11671dependencies = [
11672 "anyhow",
11673 "futures 0.3.31",
11674 "google_ai",
11675 "http_client",
11676 "schemars",
11677 "serde",
11678 "serde_json",
11679 "strum 0.27.2",
11680]
11681
11682[[package]]
11683name = "opener"
11684version = "0.7.2"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11687dependencies = [
11688 "bstr",
11689 "dbus",
11690 "normpath",
11691 "windows-sys 0.59.0",
11692]
11693
11694[[package]]
11695name = "openssl"
11696version = "0.10.74"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11699dependencies = [
11700 "bitflags 2.10.0",
11701 "cfg-if",
11702 "foreign-types 0.3.2",
11703 "libc",
11704 "once_cell",
11705 "openssl-macros",
11706 "openssl-sys",
11707]
11708
11709[[package]]
11710name = "openssl-macros"
11711version = "0.1.1"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11714dependencies = [
11715 "proc-macro2",
11716 "quote",
11717 "syn 2.0.117",
11718]
11719
11720[[package]]
11721name = "openssl-probe"
11722version = "0.1.6"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11725
11726[[package]]
11727name = "openssl-sys"
11728version = "0.9.110"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11731dependencies = [
11732 "cc",
11733 "libc",
11734 "pkg-config",
11735 "vcpkg",
11736]
11737
11738[[package]]
11739name = "optfield"
11740version = "0.4.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11743dependencies = [
11744 "proc-macro2",
11745 "quote",
11746 "syn 2.0.117",
11747]
11748
11749[[package]]
11750name = "option-ext"
11751version = "0.2.0"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11754
11755[[package]]
11756name = "ordered-float"
11757version = "2.10.1"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11760dependencies = [
11761 "num-traits",
11762]
11763
11764[[package]]
11765name = "ordered-float"
11766version = "4.6.0"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11769dependencies = [
11770 "num-traits",
11771]
11772
11773[[package]]
11774name = "ordered-stream"
11775version = "0.2.0"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11778dependencies = [
11779 "futures-core",
11780 "pin-project-lite",
11781]
11782
11783[[package]]
11784name = "ouroboros"
11785version = "0.18.5"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11788dependencies = [
11789 "aliasable",
11790 "ouroboros_macro",
11791 "static_assertions",
11792]
11793
11794[[package]]
11795name = "ouroboros_macro"
11796version = "0.18.5"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11799dependencies = [
11800 "heck 0.4.1",
11801 "proc-macro2",
11802 "proc-macro2-diagnostics",
11803 "quote",
11804 "syn 2.0.117",
11805]
11806
11807[[package]]
11808name = "outline"
11809version = "0.1.0"
11810dependencies = [
11811 "editor",
11812 "fuzzy",
11813 "gpui",
11814 "indoc",
11815 "language",
11816 "lsp",
11817 "menu",
11818 "ordered-float 2.10.1",
11819 "picker",
11820 "project",
11821 "rope",
11822 "serde_json",
11823 "settings",
11824 "smol",
11825 "theme",
11826 "ui",
11827 "util",
11828 "workspace",
11829 "zed_actions",
11830]
11831
11832[[package]]
11833name = "outline_panel"
11834version = "0.1.0"
11835dependencies = [
11836 "anyhow",
11837 "collections",
11838 "db",
11839 "editor",
11840 "file_icons",
11841 "fuzzy",
11842 "gpui",
11843 "itertools 0.14.0",
11844 "language",
11845 "log",
11846 "lsp",
11847 "menu",
11848 "outline",
11849 "pretty_assertions",
11850 "project",
11851 "search",
11852 "serde",
11853 "serde_json",
11854 "settings",
11855 "smallvec",
11856 "smol",
11857 "theme",
11858 "ui",
11859 "util",
11860 "workspace",
11861 "worktree",
11862 "zed_actions",
11863]
11864
11865[[package]]
11866name = "outref"
11867version = "0.5.2"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11870
11871[[package]]
11872name = "p256"
11873version = "0.11.1"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11876dependencies = [
11877 "ecdsa",
11878 "elliptic-curve",
11879 "sha2",
11880]
11881
11882[[package]]
11883name = "page_size"
11884version = "0.6.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11887dependencies = [
11888 "libc",
11889 "winapi",
11890]
11891
11892[[package]]
11893name = "palette"
11894version = "0.7.6"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11897dependencies = [
11898 "approx",
11899 "fast-srgb8",
11900 "palette_derive",
11901]
11902
11903[[package]]
11904name = "palette_derive"
11905version = "0.7.6"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11908dependencies = [
11909 "by_address",
11910 "proc-macro2",
11911 "quote",
11912 "syn 2.0.117",
11913]
11914
11915[[package]]
11916name = "panel"
11917version = "0.1.0"
11918dependencies = [
11919 "gpui",
11920 "ui",
11921 "workspace",
11922]
11923
11924[[package]]
11925name = "parking"
11926version = "2.2.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11929
11930[[package]]
11931name = "parking_lot"
11932version = "0.12.5"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11935dependencies = [
11936 "lock_api",
11937 "parking_lot_core",
11938]
11939
11940[[package]]
11941name = "parking_lot_core"
11942version = "0.9.12"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11945dependencies = [
11946 "cfg-if",
11947 "libc",
11948 "redox_syscall 0.5.18",
11949 "smallvec",
11950 "windows-link 0.2.1",
11951]
11952
11953[[package]]
11954name = "parse_int"
11955version = "0.9.0"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11958dependencies = [
11959 "num-traits",
11960]
11961
11962[[package]]
11963name = "partial-json-fixer"
11964version = "0.5.3"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11967
11968[[package]]
11969name = "password-hash"
11970version = "0.4.2"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11973dependencies = [
11974 "base64ct",
11975 "rand_core 0.6.4",
11976 "subtle",
11977]
11978
11979[[package]]
11980name = "paste"
11981version = "1.0.15"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11984
11985[[package]]
11986name = "pathdiff"
11987version = "0.2.3"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11990
11991[[package]]
11992name = "pathfinder_geometry"
11993version = "0.5.1"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11996dependencies = [
11997 "log",
11998 "pathfinder_simd",
11999]
12000
12001[[package]]
12002name = "pathfinder_simd"
12003version = "0.5.5"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12006dependencies = [
12007 "rustc_version",
12008]
12009
12010[[package]]
12011name = "paths"
12012version = "0.1.0"
12013dependencies = [
12014 "dirs 4.0.0",
12015 "ignore",
12016 "util",
12017]
12018
12019[[package]]
12020name = "pbjson"
12021version = "0.6.0"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12024dependencies = [
12025 "base64 0.21.7",
12026 "serde",
12027]
12028
12029[[package]]
12030name = "pbjson-build"
12031version = "0.6.2"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12034dependencies = [
12035 "heck 0.4.1",
12036 "itertools 0.11.0",
12037 "prost 0.12.6",
12038 "prost-types 0.12.6",
12039]
12040
12041[[package]]
12042name = "pbjson-types"
12043version = "0.6.0"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12046dependencies = [
12047 "bytes 1.11.1",
12048 "chrono",
12049 "pbjson",
12050 "pbjson-build",
12051 "prost 0.12.6",
12052 "prost-build 0.12.6",
12053 "serde",
12054]
12055
12056[[package]]
12057name = "pbkdf2"
12058version = "0.11.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12061dependencies = [
12062 "digest",
12063 "hmac",
12064 "password-hash",
12065 "sha2",
12066]
12067
12068[[package]]
12069name = "pbkdf2"
12070version = "0.12.2"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12073dependencies = [
12074 "digest",
12075 "hmac",
12076]
12077
12078[[package]]
12079name = "pciid-parser"
12080version = "0.8.0"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12083
12084[[package]]
12085name = "peg"
12086version = "0.8.5"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12089dependencies = [
12090 "peg-macros",
12091 "peg-runtime",
12092]
12093
12094[[package]]
12095name = "peg-macros"
12096version = "0.8.5"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12099dependencies = [
12100 "peg-runtime",
12101 "proc-macro2",
12102 "quote",
12103]
12104
12105[[package]]
12106name = "peg-runtime"
12107version = "0.8.5"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12110
12111[[package]]
12112name = "pem"
12113version = "3.0.6"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12116dependencies = [
12117 "base64 0.22.1",
12118 "serde_core",
12119]
12120
12121[[package]]
12122name = "pem-rfc7468"
12123version = "0.7.0"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12126dependencies = [
12127 "base64ct",
12128]
12129
12130[[package]]
12131name = "percent-encoding"
12132version = "2.3.2"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12135
12136[[package]]
12137name = "perf"
12138version = "0.1.0"
12139dependencies = [
12140 "collections",
12141 "serde",
12142 "serde_json",
12143]
12144
12145[[package]]
12146name = "pest"
12147version = "2.8.3"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12150dependencies = [
12151 "memchr",
12152 "ucd-trie",
12153]
12154
12155[[package]]
12156name = "pest_derive"
12157version = "2.8.3"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12160dependencies = [
12161 "pest",
12162 "pest_generator",
12163]
12164
12165[[package]]
12166name = "pest_generator"
12167version = "2.8.3"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12170dependencies = [
12171 "pest",
12172 "pest_meta",
12173 "proc-macro2",
12174 "quote",
12175 "syn 2.0.117",
12176]
12177
12178[[package]]
12179name = "pest_meta"
12180version = "2.8.3"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12183dependencies = [
12184 "pest",
12185 "sha2",
12186]
12187
12188[[package]]
12189name = "pet"
12190version = "0.1.0"
12191source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12192dependencies = [
12193 "clap",
12194 "env_logger 0.10.2",
12195 "lazy_static",
12196 "log",
12197 "msvc_spectre_libs",
12198 "pet-conda",
12199 "pet-core",
12200 "pet-env-var-path",
12201 "pet-fs",
12202 "pet-global-virtualenvs",
12203 "pet-homebrew",
12204 "pet-jsonrpc",
12205 "pet-linux-global-python",
12206 "pet-mac-commandlinetools",
12207 "pet-mac-python-org",
12208 "pet-mac-xcode",
12209 "pet-pipenv",
12210 "pet-pixi",
12211 "pet-poetry",
12212 "pet-pyenv",
12213 "pet-python-utils",
12214 "pet-reporter",
12215 "pet-telemetry",
12216 "pet-uv",
12217 "pet-venv",
12218 "pet-virtualenv",
12219 "pet-virtualenvwrapper",
12220 "pet-windows-registry",
12221 "pet-windows-store",
12222 "pet-winpython",
12223 "serde",
12224 "serde_json",
12225 "tracing",
12226 "tracing-subscriber",
12227 "winresource",
12228]
12229
12230[[package]]
12231name = "pet-conda"
12232version = "0.1.0"
12233source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12234dependencies = [
12235 "env_logger 0.10.2",
12236 "lazy_static",
12237 "log",
12238 "msvc_spectre_libs",
12239 "pet-core",
12240 "pet-fs",
12241 "pet-python-utils",
12242 "pet-reporter",
12243 "rayon",
12244 "regex",
12245 "serde",
12246 "serde_json",
12247 "yaml-rust2",
12248]
12249
12250[[package]]
12251name = "pet-core"
12252version = "0.1.0"
12253source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12254dependencies = [
12255 "clap",
12256 "lazy_static",
12257 "log",
12258 "msvc_spectre_libs",
12259 "pet-fs",
12260 "regex",
12261 "serde",
12262 "serde_json",
12263]
12264
12265[[package]]
12266name = "pet-env-var-path"
12267version = "0.1.0"
12268source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12269dependencies = [
12270 "lazy_static",
12271 "log",
12272 "msvc_spectre_libs",
12273 "pet-conda",
12274 "pet-core",
12275 "pet-fs",
12276 "pet-python-utils",
12277 "pet-virtualenv",
12278 "regex",
12279]
12280
12281[[package]]
12282name = "pet-fs"
12283version = "0.1.0"
12284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12285dependencies = [
12286 "glob",
12287 "log",
12288 "msvc_spectre_libs",
12289 "windows-sys 0.59.0",
12290]
12291
12292[[package]]
12293name = "pet-global-virtualenvs"
12294version = "0.1.0"
12295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12296dependencies = [
12297 "log",
12298 "msvc_spectre_libs",
12299 "pet-conda",
12300 "pet-core",
12301 "pet-fs",
12302 "pet-virtualenv",
12303]
12304
12305[[package]]
12306name = "pet-homebrew"
12307version = "0.1.0"
12308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12309dependencies = [
12310 "lazy_static",
12311 "log",
12312 "msvc_spectre_libs",
12313 "pet-conda",
12314 "pet-core",
12315 "pet-fs",
12316 "pet-python-utils",
12317 "pet-virtualenv",
12318 "rayon",
12319 "regex",
12320 "serde",
12321 "serde_json",
12322]
12323
12324[[package]]
12325name = "pet-jsonrpc"
12326version = "0.1.0"
12327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12328dependencies = [
12329 "env_logger 0.10.2",
12330 "log",
12331 "msvc_spectre_libs",
12332 "pet-core",
12333 "serde",
12334 "serde_json",
12335]
12336
12337[[package]]
12338name = "pet-linux-global-python"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-core",
12345 "pet-fs",
12346 "pet-python-utils",
12347 "pet-virtualenv",
12348]
12349
12350[[package]]
12351name = "pet-mac-commandlinetools"
12352version = "0.1.0"
12353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12354dependencies = [
12355 "log",
12356 "msvc_spectre_libs",
12357 "pet-core",
12358 "pet-fs",
12359 "pet-python-utils",
12360 "pet-virtualenv",
12361]
12362
12363[[package]]
12364name = "pet-mac-python-org"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "log",
12369 "msvc_spectre_libs",
12370 "pet-core",
12371 "pet-fs",
12372 "pet-python-utils",
12373 "pet-virtualenv",
12374]
12375
12376[[package]]
12377name = "pet-mac-xcode"
12378version = "0.1.0"
12379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12380dependencies = [
12381 "log",
12382 "msvc_spectre_libs",
12383 "pet-core",
12384 "pet-fs",
12385 "pet-python-utils",
12386 "pet-virtualenv",
12387]
12388
12389[[package]]
12390name = "pet-pipenv"
12391version = "0.1.0"
12392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12393dependencies = [
12394 "lazy_static",
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-core",
12398 "pet-fs",
12399 "pet-python-utils",
12400 "pet-virtualenv",
12401 "regex",
12402]
12403
12404[[package]]
12405name = "pet-pixi"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-conda",
12412 "pet-core",
12413 "pet-python-utils",
12414]
12415
12416[[package]]
12417name = "pet-poetry"
12418version = "0.1.0"
12419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12420dependencies = [
12421 "base64 0.22.1",
12422 "lazy_static",
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-core",
12426 "pet-fs",
12427 "pet-python-utils",
12428 "pet-reporter",
12429 "pet-virtualenv",
12430 "regex",
12431 "serde",
12432 "serde_json",
12433 "sha2",
12434 "toml 0.8.23",
12435]
12436
12437[[package]]
12438name = "pet-pyenv"
12439version = "0.1.0"
12440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12441dependencies = [
12442 "lazy_static",
12443 "log",
12444 "msvc_spectre_libs",
12445 "pet-conda",
12446 "pet-core",
12447 "pet-fs",
12448 "pet-python-utils",
12449 "pet-reporter",
12450 "regex",
12451 "serde",
12452 "serde_json",
12453]
12454
12455[[package]]
12456name = "pet-python-utils"
12457version = "0.1.0"
12458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12459dependencies = [
12460 "env_logger 0.10.2",
12461 "lazy_static",
12462 "log",
12463 "msvc_spectre_libs",
12464 "pet-core",
12465 "pet-fs",
12466 "regex",
12467 "serde",
12468 "serde_json",
12469 "sha2",
12470]
12471
12472[[package]]
12473name = "pet-reporter"
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 "log",
12479 "msvc_spectre_libs",
12480 "pet-core",
12481 "pet-jsonrpc",
12482 "serde",
12483 "serde_json",
12484]
12485
12486[[package]]
12487name = "pet-telemetry"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "env_logger 0.10.2",
12492 "lazy_static",
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-core",
12496 "pet-fs",
12497 "pet-python-utils",
12498 "regex",
12499]
12500
12501[[package]]
12502name = "pet-uv"
12503version = "0.1.0"
12504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12505dependencies = [
12506 "log",
12507 "pet-core",
12508 "pet-python-utils",
12509 "serde",
12510 "toml 0.9.8",
12511]
12512
12513[[package]]
12514name = "pet-venv"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "log",
12519 "msvc_spectre_libs",
12520 "pet-core",
12521 "pet-python-utils",
12522 "pet-virtualenv",
12523]
12524
12525[[package]]
12526name = "pet-virtualenv"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "log",
12531 "msvc_spectre_libs",
12532 "pet-core",
12533 "pet-fs",
12534 "pet-python-utils",
12535]
12536
12537[[package]]
12538name = "pet-virtualenvwrapper"
12539version = "0.1.0"
12540source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12541dependencies = [
12542 "log",
12543 "msvc_spectre_libs",
12544 "pet-core",
12545 "pet-fs",
12546 "pet-python-utils",
12547 "pet-virtualenv",
12548]
12549
12550[[package]]
12551name = "pet-windows-registry"
12552version = "0.1.0"
12553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12554dependencies = [
12555 "lazy_static",
12556 "log",
12557 "msvc_spectre_libs",
12558 "pet-conda",
12559 "pet-core",
12560 "pet-fs",
12561 "pet-python-utils",
12562 "pet-virtualenv",
12563 "pet-windows-store",
12564 "regex",
12565 "winreg 0.55.0",
12566]
12567
12568[[package]]
12569name = "pet-windows-store"
12570version = "0.1.0"
12571source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12572dependencies = [
12573 "lazy_static",
12574 "log",
12575 "msvc_spectre_libs",
12576 "pet-core",
12577 "pet-fs",
12578 "pet-python-utils",
12579 "pet-virtualenv",
12580 "regex",
12581 "winreg 0.55.0",
12582]
12583
12584[[package]]
12585name = "pet-winpython"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "lazy_static",
12590 "log",
12591 "pet-core",
12592 "pet-fs",
12593 "pet-python-utils",
12594 "pet-virtualenv",
12595 "regex",
12596]
12597
12598[[package]]
12599name = "petgraph"
12600version = "0.6.5"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12603dependencies = [
12604 "fixedbitset 0.4.2",
12605 "indexmap",
12606]
12607
12608[[package]]
12609name = "pgvector"
12610version = "0.4.1"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12613dependencies = [
12614 "serde",
12615]
12616
12617[[package]]
12618name = "phf"
12619version = "0.11.3"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12622dependencies = [
12623 "phf_macros 0.11.3",
12624 "phf_shared 0.11.3",
12625]
12626
12627[[package]]
12628name = "phf"
12629version = "0.12.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12632dependencies = [
12633 "phf_macros 0.12.1",
12634 "phf_shared 0.12.1",
12635]
12636
12637[[package]]
12638name = "phf_codegen"
12639version = "0.11.3"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12642dependencies = [
12643 "phf_generator 0.11.3",
12644 "phf_shared 0.11.3",
12645]
12646
12647[[package]]
12648name = "phf_generator"
12649version = "0.11.3"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12652dependencies = [
12653 "phf_shared 0.11.3",
12654 "rand 0.8.5",
12655]
12656
12657[[package]]
12658name = "phf_generator"
12659version = "0.12.1"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12662dependencies = [
12663 "fastrand 2.3.0",
12664 "phf_shared 0.12.1",
12665]
12666
12667[[package]]
12668name = "phf_macros"
12669version = "0.11.3"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12672dependencies = [
12673 "phf_generator 0.11.3",
12674 "phf_shared 0.11.3",
12675 "proc-macro2",
12676 "quote",
12677 "syn 2.0.117",
12678]
12679
12680[[package]]
12681name = "phf_macros"
12682version = "0.12.1"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12685dependencies = [
12686 "phf_generator 0.12.1",
12687 "phf_shared 0.12.1",
12688 "proc-macro2",
12689 "quote",
12690 "syn 2.0.117",
12691]
12692
12693[[package]]
12694name = "phf_shared"
12695version = "0.11.3"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12698dependencies = [
12699 "siphasher 1.0.1",
12700]
12701
12702[[package]]
12703name = "phf_shared"
12704version = "0.12.1"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12707dependencies = [
12708 "siphasher 1.0.1",
12709]
12710
12711[[package]]
12712name = "picker"
12713version = "0.1.0"
12714dependencies = [
12715 "anyhow",
12716 "editor",
12717 "gpui",
12718 "menu",
12719 "schemars",
12720 "serde",
12721 "settings",
12722 "theme",
12723 "ui",
12724 "ui_input",
12725 "workspace",
12726 "zed_actions",
12727]
12728
12729[[package]]
12730name = "pico-args"
12731version = "0.5.0"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12734
12735[[package]]
12736name = "pin-project"
12737version = "1.1.10"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12740dependencies = [
12741 "pin-project-internal",
12742]
12743
12744[[package]]
12745name = "pin-project-internal"
12746version = "1.1.10"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12749dependencies = [
12750 "proc-macro2",
12751 "quote",
12752 "syn 2.0.117",
12753]
12754
12755[[package]]
12756name = "pin-project-lite"
12757version = "0.2.16"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12760
12761[[package]]
12762name = "pin-utils"
12763version = "0.1.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12766
12767[[package]]
12768name = "piper"
12769version = "0.2.4"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12772dependencies = [
12773 "atomic-waker",
12774 "fastrand 2.3.0",
12775 "futures-io",
12776]
12777
12778[[package]]
12779name = "pkcs1"
12780version = "0.7.5"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12783dependencies = [
12784 "der 0.7.10",
12785 "pkcs8 0.10.2",
12786 "spki 0.7.3",
12787]
12788
12789[[package]]
12790name = "pkcs8"
12791version = "0.9.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12794dependencies = [
12795 "der 0.6.1",
12796 "spki 0.6.0",
12797]
12798
12799[[package]]
12800name = "pkcs8"
12801version = "0.10.2"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12804dependencies = [
12805 "der 0.7.10",
12806 "spki 0.7.3",
12807]
12808
12809[[package]]
12810name = "pkg-config"
12811version = "0.3.32"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12814
12815[[package]]
12816name = "plain"
12817version = "0.2.3"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12820
12821[[package]]
12822name = "platform_title_bar"
12823version = "0.1.0"
12824dependencies = [
12825 "feature_flags",
12826 "gpui",
12827 "project",
12828 "settings",
12829 "smallvec",
12830 "theme",
12831 "ui",
12832 "windows 0.61.3",
12833 "workspace",
12834 "zed_actions",
12835]
12836
12837[[package]]
12838name = "plist"
12839version = "1.8.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12842dependencies = [
12843 "base64 0.22.1",
12844 "indexmap",
12845 "quick-xml 0.38.3",
12846 "serde",
12847 "time",
12848]
12849
12850[[package]]
12851name = "plotters"
12852version = "0.3.7"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12855dependencies = [
12856 "num-traits",
12857 "plotters-backend",
12858 "plotters-svg",
12859 "wasm-bindgen",
12860 "web-sys",
12861]
12862
12863[[package]]
12864name = "plotters-backend"
12865version = "0.3.7"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12868
12869[[package]]
12870name = "plotters-svg"
12871version = "0.3.7"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12874dependencies = [
12875 "plotters-backend",
12876]
12877
12878[[package]]
12879name = "png"
12880version = "0.17.16"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12883dependencies = [
12884 "bitflags 1.3.2",
12885 "crc32fast",
12886 "fdeflate",
12887 "flate2",
12888 "miniz_oxide",
12889]
12890
12891[[package]]
12892name = "png"
12893version = "0.18.0"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12896dependencies = [
12897 "bitflags 2.10.0",
12898 "crc32fast",
12899 "fdeflate",
12900 "flate2",
12901 "miniz_oxide",
12902]
12903
12904[[package]]
12905name = "polling"
12906version = "3.11.0"
12907source = "registry+https://github.com/rust-lang/crates.io-index"
12908checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12909dependencies = [
12910 "cfg-if",
12911 "concurrent-queue",
12912 "hermit-abi",
12913 "pin-project-lite",
12914 "rustix 1.1.2",
12915 "windows-sys 0.61.2",
12916]
12917
12918[[package]]
12919name = "pollster"
12920version = "0.2.5"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12923
12924[[package]]
12925name = "pollster"
12926version = "0.4.0"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12929
12930[[package]]
12931name = "pori"
12932version = "0.0.0"
12933source = "registry+https://github.com/rust-lang/crates.io-index"
12934checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12935dependencies = [
12936 "nom 7.1.3",
12937]
12938
12939[[package]]
12940name = "portable-atomic"
12941version = "1.11.1"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12944
12945[[package]]
12946name = "portable-atomic-util"
12947version = "0.2.4"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12950dependencies = [
12951 "portable-atomic",
12952]
12953
12954[[package]]
12955name = "portable-pty"
12956version = "0.9.0"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12959dependencies = [
12960 "anyhow",
12961 "bitflags 1.3.2",
12962 "downcast-rs",
12963 "filedescriptor",
12964 "lazy_static",
12965 "libc",
12966 "log",
12967 "nix 0.28.0",
12968 "serial2",
12969 "shared_library",
12970 "shell-words",
12971 "winapi",
12972 "winreg 0.10.1",
12973]
12974
12975[[package]]
12976name = "postage"
12977version = "0.5.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12980dependencies = [
12981 "atomic",
12982 "crossbeam-queue",
12983 "futures 0.3.31",
12984 "log",
12985 "parking_lot",
12986 "pin-project",
12987 "pollster 0.2.5",
12988 "static_assertions",
12989 "thiserror 1.0.69",
12990]
12991
12992[[package]]
12993name = "postcard"
12994version = "1.1.3"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12997dependencies = [
12998 "cobs",
12999 "embedded-io 0.4.0",
13000 "embedded-io 0.6.1",
13001 "serde",
13002]
13003
13004[[package]]
13005name = "potential_utf"
13006version = "0.1.3"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13009dependencies = [
13010 "zerovec",
13011]
13012
13013[[package]]
13014name = "powerfmt"
13015version = "0.2.0"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13018
13019[[package]]
13020name = "ppv-lite86"
13021version = "0.2.21"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13024dependencies = [
13025 "zerocopy",
13026]
13027
13028[[package]]
13029name = "precomputed-hash"
13030version = "0.1.1"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13033
13034[[package]]
13035name = "presser"
13036version = "0.3.1"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13039
13040[[package]]
13041name = "prettier"
13042version = "0.1.0"
13043dependencies = [
13044 "anyhow",
13045 "collections",
13046 "fs",
13047 "gpui",
13048 "language",
13049 "log",
13050 "lsp",
13051 "node_runtime",
13052 "parking_lot",
13053 "paths",
13054 "serde",
13055 "serde_json",
13056 "util",
13057]
13058
13059[[package]]
13060name = "pretty_assertions"
13061version = "1.4.1"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13064dependencies = [
13065 "diff",
13066 "yansi",
13067]
13068
13069[[package]]
13070name = "prettyplease"
13071version = "0.2.37"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13074dependencies = [
13075 "proc-macro2",
13076 "syn 2.0.117",
13077]
13078
13079[[package]]
13080name = "primal-check"
13081version = "0.3.4"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13084dependencies = [
13085 "num-integer",
13086]
13087
13088[[package]]
13089name = "proc-macro-crate"
13090version = "3.4.0"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13093dependencies = [
13094 "toml_edit 0.23.7",
13095]
13096
13097[[package]]
13098name = "proc-macro-error"
13099version = "1.0.4"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13102dependencies = [
13103 "proc-macro-error-attr",
13104 "proc-macro2",
13105 "quote",
13106 "syn 1.0.109",
13107 "version_check",
13108]
13109
13110[[package]]
13111name = "proc-macro-error-attr"
13112version = "1.0.4"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13115dependencies = [
13116 "proc-macro2",
13117 "quote",
13118 "version_check",
13119]
13120
13121[[package]]
13122name = "proc-macro-error-attr2"
13123version = "2.0.0"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13126dependencies = [
13127 "proc-macro2",
13128 "quote",
13129]
13130
13131[[package]]
13132name = "proc-macro-error2"
13133version = "2.0.1"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13136dependencies = [
13137 "proc-macro-error-attr2",
13138 "proc-macro2",
13139 "quote",
13140 "syn 2.0.117",
13141]
13142
13143[[package]]
13144name = "proc-macro2"
13145version = "1.0.101"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13148dependencies = [
13149 "unicode-ident",
13150]
13151
13152[[package]]
13153name = "proc-macro2-diagnostics"
13154version = "0.10.1"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13157dependencies = [
13158 "proc-macro2",
13159 "quote",
13160 "syn 2.0.117",
13161 "version_check",
13162 "yansi",
13163]
13164
13165[[package]]
13166name = "procfs-core"
13167version = "0.17.0"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13170dependencies = [
13171 "bitflags 2.10.0",
13172 "hex",
13173 "serde",
13174]
13175
13176[[package]]
13177name = "profiling"
13178version = "1.0.17"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13181dependencies = [
13182 "profiling-procmacros",
13183]
13184
13185[[package]]
13186name = "profiling-procmacros"
13187version = "1.0.17"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13190dependencies = [
13191 "quote",
13192 "syn 2.0.117",
13193]
13194
13195[[package]]
13196name = "project"
13197version = "0.1.0"
13198dependencies = [
13199 "aho-corasick",
13200 "anyhow",
13201 "askpass",
13202 "async-trait",
13203 "base64 0.22.1",
13204 "buffer_diff",
13205 "circular-buffer",
13206 "client",
13207 "clock",
13208 "collections",
13209 "context_server",
13210 "credentials_provider",
13211 "dap",
13212 "encoding_rs",
13213 "extension",
13214 "fancy-regex 0.17.0",
13215 "fs",
13216 "futures 0.3.31",
13217 "fuzzy",
13218 "git",
13219 "git2",
13220 "git_hosting_providers",
13221 "globset",
13222 "gpui",
13223 "http_client",
13224 "image",
13225 "indexmap",
13226 "itertools 0.14.0",
13227 "language",
13228 "log",
13229 "lsp",
13230 "markdown",
13231 "node_runtime",
13232 "parking_lot",
13233 "paths",
13234 "postage",
13235 "prettier",
13236 "pretty_assertions",
13237 "project",
13238 "rand 0.9.2",
13239 "regex",
13240 "release_channel",
13241 "remote",
13242 "rpc",
13243 "schemars",
13244 "semver",
13245 "serde",
13246 "serde_json",
13247 "settings",
13248 "sha2",
13249 "shellexpand 2.1.2",
13250 "smallvec",
13251 "smol",
13252 "snippet",
13253 "snippet_provider",
13254 "sum_tree",
13255 "task",
13256 "tempfile",
13257 "terminal",
13258 "text",
13259 "toml 0.8.23",
13260 "tracing",
13261 "unindent",
13262 "url",
13263 "util",
13264 "watch",
13265 "wax",
13266 "which 6.0.3",
13267 "worktree",
13268 "zeroize",
13269 "zlog",
13270 "ztracing",
13271]
13272
13273[[package]]
13274name = "project_benchmarks"
13275version = "0.1.0"
13276dependencies = [
13277 "anyhow",
13278 "askpass",
13279 "clap",
13280 "client",
13281 "futures 0.3.31",
13282 "gpui",
13283 "gpui_platform",
13284 "http_client",
13285 "language",
13286 "node_runtime",
13287 "project",
13288 "release_channel",
13289 "remote",
13290 "rpassword",
13291 "semver",
13292 "settings",
13293 "watch",
13294]
13295
13296[[package]]
13297name = "project_panel"
13298version = "0.1.0"
13299dependencies = [
13300 "anyhow",
13301 "client",
13302 "collections",
13303 "command_palette_hooks",
13304 "criterion",
13305 "db",
13306 "editor",
13307 "feature_flags",
13308 "file_icons",
13309 "git",
13310 "git_ui",
13311 "gpui",
13312 "itertools 0.14.0",
13313 "language",
13314 "menu",
13315 "notifications",
13316 "pretty_assertions",
13317 "project",
13318 "rayon",
13319 "remote_connection",
13320 "schemars",
13321 "search",
13322 "serde",
13323 "serde_json",
13324 "settings",
13325 "smallvec",
13326 "telemetry",
13327 "tempfile",
13328 "theme",
13329 "ui",
13330 "util",
13331 "workspace",
13332 "worktree",
13333 "zed_actions",
13334]
13335
13336[[package]]
13337name = "project_symbols"
13338version = "0.1.0"
13339dependencies = [
13340 "anyhow",
13341 "editor",
13342 "futures 0.3.31",
13343 "fuzzy",
13344 "gpui",
13345 "language",
13346 "lsp",
13347 "ordered-float 2.10.1",
13348 "picker",
13349 "project",
13350 "release_channel",
13351 "semver",
13352 "serde_json",
13353 "settings",
13354 "theme",
13355 "util",
13356 "workspace",
13357]
13358
13359[[package]]
13360name = "prometheus"
13361version = "0.14.0"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13364dependencies = [
13365 "cfg-if",
13366 "fnv",
13367 "lazy_static",
13368 "memchr",
13369 "parking_lot",
13370 "protobuf",
13371 "thiserror 2.0.17",
13372]
13373
13374[[package]]
13375name = "prompt_store"
13376version = "0.1.0"
13377dependencies = [
13378 "anyhow",
13379 "assets",
13380 "chrono",
13381 "collections",
13382 "fs",
13383 "futures 0.3.31",
13384 "fuzzy",
13385 "gpui",
13386 "handlebars 4.5.0",
13387 "heed",
13388 "language",
13389 "log",
13390 "parking_lot",
13391 "paths",
13392 "rope",
13393 "serde",
13394 "strum 0.27.2",
13395 "tempfile",
13396 "text",
13397 "util",
13398 "uuid",
13399]
13400
13401[[package]]
13402name = "proptest"
13403version = "1.10.0"
13404source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13405dependencies = [
13406 "bit-set 0.8.0",
13407 "bit-vec 0.8.0",
13408 "bitflags 2.10.0",
13409 "num-traits",
13410 "proptest-macro",
13411 "rand 0.9.2",
13412 "rand_chacha 0.9.0",
13413 "rand_xorshift",
13414 "regex-syntax",
13415 "rusty-fork",
13416 "tempfile",
13417 "unarray",
13418]
13419
13420[[package]]
13421name = "proptest-derive"
13422version = "0.8.0"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13425dependencies = [
13426 "proc-macro2",
13427 "quote",
13428 "syn 2.0.117",
13429]
13430
13431[[package]]
13432name = "proptest-macro"
13433version = "0.5.0"
13434source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13435dependencies = [
13436 "convert_case 0.11.0",
13437 "proc-macro2",
13438 "quote",
13439 "syn 2.0.117",
13440]
13441
13442[[package]]
13443name = "prost"
13444version = "0.9.0"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13447dependencies = [
13448 "bytes 1.11.1",
13449 "prost-derive 0.9.0",
13450]
13451
13452[[package]]
13453name = "prost"
13454version = "0.12.6"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13457dependencies = [
13458 "bytes 1.11.1",
13459 "prost-derive 0.12.6",
13460]
13461
13462[[package]]
13463name = "prost-build"
13464version = "0.9.0"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13467dependencies = [
13468 "bytes 1.11.1",
13469 "heck 0.3.3",
13470 "itertools 0.10.5",
13471 "lazy_static",
13472 "log",
13473 "multimap",
13474 "petgraph",
13475 "prost 0.9.0",
13476 "prost-types 0.9.0",
13477 "regex",
13478 "tempfile",
13479 "which 4.4.2",
13480]
13481
13482[[package]]
13483name = "prost-build"
13484version = "0.12.6"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13487dependencies = [
13488 "bytes 1.11.1",
13489 "heck 0.5.0",
13490 "itertools 0.12.1",
13491 "log",
13492 "multimap",
13493 "once_cell",
13494 "petgraph",
13495 "prettyplease",
13496 "prost 0.12.6",
13497 "prost-types 0.12.6",
13498 "regex",
13499 "syn 2.0.117",
13500 "tempfile",
13501]
13502
13503[[package]]
13504name = "prost-derive"
13505version = "0.9.0"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13508dependencies = [
13509 "anyhow",
13510 "itertools 0.10.5",
13511 "proc-macro2",
13512 "quote",
13513 "syn 1.0.109",
13514]
13515
13516[[package]]
13517name = "prost-derive"
13518version = "0.12.6"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13521dependencies = [
13522 "anyhow",
13523 "itertools 0.12.1",
13524 "proc-macro2",
13525 "quote",
13526 "syn 2.0.117",
13527]
13528
13529[[package]]
13530name = "prost-types"
13531version = "0.9.0"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13534dependencies = [
13535 "bytes 1.11.1",
13536 "prost 0.9.0",
13537]
13538
13539[[package]]
13540name = "prost-types"
13541version = "0.12.6"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13544dependencies = [
13545 "prost 0.12.6",
13546]
13547
13548[[package]]
13549name = "proto"
13550version = "0.1.0"
13551dependencies = [
13552 "anyhow",
13553 "prost 0.9.0",
13554 "prost-build 0.9.0",
13555 "serde",
13556]
13557
13558[[package]]
13559name = "protobuf"
13560version = "3.7.2"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13563dependencies = [
13564 "once_cell",
13565 "protobuf-support",
13566 "thiserror 1.0.69",
13567]
13568
13569[[package]]
13570name = "protobuf-support"
13571version = "3.7.2"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13574dependencies = [
13575 "thiserror 1.0.69",
13576]
13577
13578[[package]]
13579name = "psm"
13580version = "0.1.30"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13583dependencies = [
13584 "ar_archive_writer",
13585 "cc",
13586]
13587
13588[[package]]
13589name = "ptr_meta"
13590version = "0.1.4"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13593dependencies = [
13594 "ptr_meta_derive",
13595]
13596
13597[[package]]
13598name = "ptr_meta_derive"
13599version = "0.1.4"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13602dependencies = [
13603 "proc-macro2",
13604 "quote",
13605 "syn 1.0.109",
13606]
13607
13608[[package]]
13609name = "pulldown-cmark"
13610version = "0.10.3"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13613dependencies = [
13614 "bitflags 2.10.0",
13615 "memchr",
13616 "pulldown-cmark-escape",
13617 "unicase",
13618]
13619
13620[[package]]
13621name = "pulldown-cmark"
13622version = "0.13.0"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13625dependencies = [
13626 "bitflags 2.10.0",
13627 "memchr",
13628 "unicase",
13629]
13630
13631[[package]]
13632name = "pulldown-cmark-escape"
13633version = "0.10.1"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13636
13637[[package]]
13638name = "pulley-interpreter"
13639version = "33.0.2"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13642dependencies = [
13643 "cranelift-bitset",
13644 "log",
13645 "wasmtime-math",
13646]
13647
13648[[package]]
13649name = "pulp"
13650version = "0.18.22"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13653dependencies = [
13654 "bytemuck",
13655 "libm",
13656 "num-complex",
13657 "reborrow",
13658]
13659
13660[[package]]
13661name = "pulp"
13662version = "0.21.5"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13665dependencies = [
13666 "bytemuck",
13667 "cfg-if",
13668 "libm",
13669 "num-complex",
13670 "reborrow",
13671 "version_check",
13672]
13673
13674[[package]]
13675name = "pxfm"
13676version = "0.1.25"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13679dependencies = [
13680 "num-traits",
13681]
13682
13683[[package]]
13684name = "qoi"
13685version = "0.4.1"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13688dependencies = [
13689 "bytemuck",
13690]
13691
13692[[package]]
13693name = "quick-error"
13694version = "1.2.3"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13697
13698[[package]]
13699name = "quick-error"
13700version = "2.0.1"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13703
13704[[package]]
13705name = "quick-xml"
13706version = "0.30.0"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13709dependencies = [
13710 "memchr",
13711]
13712
13713[[package]]
13714name = "quick-xml"
13715version = "0.37.5"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13718dependencies = [
13719 "memchr",
13720]
13721
13722[[package]]
13723name = "quick-xml"
13724version = "0.38.3"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13727dependencies = [
13728 "memchr",
13729]
13730
13731[[package]]
13732name = "quinn"
13733version = "0.11.9"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13736dependencies = [
13737 "bytes 1.11.1",
13738 "cfg_aliases 0.2.1",
13739 "pin-project-lite",
13740 "quinn-proto",
13741 "quinn-udp",
13742 "rustc-hash 2.1.1",
13743 "rustls 0.23.33",
13744 "socket2 0.6.1",
13745 "thiserror 2.0.17",
13746 "tokio",
13747 "tracing",
13748 "web-time",
13749]
13750
13751[[package]]
13752name = "quinn-proto"
13753version = "0.11.13"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13756dependencies = [
13757 "bytes 1.11.1",
13758 "getrandom 0.3.4",
13759 "lru-slab",
13760 "rand 0.9.2",
13761 "ring",
13762 "rustc-hash 2.1.1",
13763 "rustls 0.23.33",
13764 "rustls-pki-types",
13765 "slab",
13766 "thiserror 2.0.17",
13767 "tinyvec",
13768 "tracing",
13769 "web-time",
13770]
13771
13772[[package]]
13773name = "quinn-udp"
13774version = "0.5.14"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13777dependencies = [
13778 "cfg_aliases 0.2.1",
13779 "libc",
13780 "once_cell",
13781 "socket2 0.6.1",
13782 "tracing",
13783 "windows-sys 0.60.2",
13784]
13785
13786[[package]]
13787name = "quote"
13788version = "1.0.41"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13791dependencies = [
13792 "proc-macro2",
13793]
13794
13795[[package]]
13796name = "r-efi"
13797version = "5.3.0"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13800
13801[[package]]
13802name = "radium"
13803version = "0.7.0"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13806
13807[[package]]
13808name = "rand"
13809version = "0.3.23"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13812dependencies = [
13813 "libc",
13814 "rand 0.4.6",
13815]
13816
13817[[package]]
13818name = "rand"
13819version = "0.4.6"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13822dependencies = [
13823 "fuchsia-cprng",
13824 "libc",
13825 "rand_core 0.3.1",
13826 "rdrand",
13827 "winapi",
13828]
13829
13830[[package]]
13831name = "rand"
13832version = "0.8.5"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13835dependencies = [
13836 "libc",
13837 "rand_chacha 0.3.1",
13838 "rand_core 0.6.4",
13839]
13840
13841[[package]]
13842name = "rand"
13843version = "0.9.2"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13846dependencies = [
13847 "rand_chacha 0.9.0",
13848 "rand_core 0.9.3",
13849]
13850
13851[[package]]
13852name = "rand_chacha"
13853version = "0.3.1"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13856dependencies = [
13857 "ppv-lite86",
13858 "rand_core 0.6.4",
13859]
13860
13861[[package]]
13862name = "rand_chacha"
13863version = "0.9.0"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13866dependencies = [
13867 "ppv-lite86",
13868 "rand_core 0.9.3",
13869]
13870
13871[[package]]
13872name = "rand_core"
13873version = "0.3.1"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13876dependencies = [
13877 "rand_core 0.4.2",
13878]
13879
13880[[package]]
13881name = "rand_core"
13882version = "0.4.2"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13885
13886[[package]]
13887name = "rand_core"
13888version = "0.6.4"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13891dependencies = [
13892 "getrandom 0.2.16",
13893]
13894
13895[[package]]
13896name = "rand_core"
13897version = "0.9.3"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13900dependencies = [
13901 "getrandom 0.3.4",
13902]
13903
13904[[package]]
13905name = "rand_distr"
13906version = "0.5.1"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13909dependencies = [
13910 "num-traits",
13911 "rand 0.9.2",
13912]
13913
13914[[package]]
13915name = "rand_pcg"
13916version = "0.3.1"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13919dependencies = [
13920 "rand_core 0.6.4",
13921]
13922
13923[[package]]
13924name = "rand_xorshift"
13925version = "0.4.0"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13928dependencies = [
13929 "rand_core 0.9.3",
13930]
13931
13932[[package]]
13933name = "random_choice"
13934version = "0.3.2"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13937dependencies = [
13938 "rand 0.3.23",
13939]
13940
13941[[package]]
13942name = "range-alloc"
13943version = "0.1.4"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13946
13947[[package]]
13948name = "range-map"
13949version = "0.2.0"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13952dependencies = [
13953 "num-traits",
13954]
13955
13956[[package]]
13957name = "rangemap"
13958version = "1.7.1"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13961
13962[[package]]
13963name = "rav1e"
13964version = "0.7.1"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13967dependencies = [
13968 "arbitrary",
13969 "arg_enum_proc_macro",
13970 "arrayvec",
13971 "av1-grain",
13972 "bitstream-io",
13973 "built",
13974 "cfg-if",
13975 "interpolate_name",
13976 "itertools 0.12.1",
13977 "libc",
13978 "libfuzzer-sys",
13979 "log",
13980 "maybe-rayon",
13981 "new_debug_unreachable",
13982 "noop_proc_macro",
13983 "num-derive",
13984 "num-traits",
13985 "once_cell",
13986 "paste",
13987 "profiling",
13988 "rand 0.8.5",
13989 "rand_chacha 0.3.1",
13990 "simd_helpers",
13991 "system-deps 6.2.2",
13992 "thiserror 1.0.69",
13993 "v_frame",
13994 "wasm-bindgen",
13995]
13996
13997[[package]]
13998name = "ravif"
13999version = "0.11.20"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14002dependencies = [
14003 "avif-serialize",
14004 "imgref",
14005 "loop9",
14006 "quick-error 2.0.1",
14007 "rav1e",
14008 "rayon",
14009 "rgb",
14010]
14011
14012[[package]]
14013name = "raw-cpuid"
14014version = "10.7.0"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14017dependencies = [
14018 "bitflags 1.3.2",
14019]
14020
14021[[package]]
14022name = "raw-cpuid"
14023version = "11.6.0"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14026dependencies = [
14027 "bitflags 2.10.0",
14028]
14029
14030[[package]]
14031name = "raw-window-handle"
14032version = "0.6.2"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14035
14036[[package]]
14037name = "raw-window-metal"
14038version = "1.1.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14041dependencies = [
14042 "objc2",
14043 "objc2-core-foundation",
14044 "objc2-foundation",
14045 "objc2-quartz-core",
14046]
14047
14048[[package]]
14049name = "rayon"
14050version = "1.11.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14053dependencies = [
14054 "either",
14055 "rayon-core",
14056]
14057
14058[[package]]
14059name = "rayon-core"
14060version = "1.13.0"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14063dependencies = [
14064 "crossbeam-deque",
14065 "crossbeam-utils",
14066]
14067
14068[[package]]
14069name = "rdrand"
14070version = "0.4.0"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14073dependencies = [
14074 "rand_core 0.3.1",
14075]
14076
14077[[package]]
14078name = "read-fonts"
14079version = "0.35.0"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14082dependencies = [
14083 "bytemuck",
14084 "font-types 0.10.0",
14085]
14086
14087[[package]]
14088name = "read-fonts"
14089version = "0.37.0"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14092dependencies = [
14093 "bytemuck",
14094 "core_maths",
14095 "font-types 0.11.0",
14096]
14097
14098[[package]]
14099name = "realfft"
14100version = "3.5.0"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14103dependencies = [
14104 "rustfft",
14105]
14106
14107[[package]]
14108name = "reborrow"
14109version = "0.5.5"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14112
14113[[package]]
14114name = "recent_projects"
14115version = "0.1.0"
14116dependencies = [
14117 "anyhow",
14118 "askpass",
14119 "chrono",
14120 "db",
14121 "dev_container",
14122 "editor",
14123 "extension",
14124 "extension_host",
14125 "fs",
14126 "futures 0.3.31",
14127 "fuzzy",
14128 "gpui",
14129 "http_client",
14130 "indoc",
14131 "language",
14132 "log",
14133 "menu",
14134 "node_runtime",
14135 "open_path_prompt",
14136 "ordered-float 2.10.1",
14137 "paths",
14138 "picker",
14139 "project",
14140 "release_channel",
14141 "remote",
14142 "remote_connection",
14143 "remote_server",
14144 "semver",
14145 "serde",
14146 "serde_json",
14147 "settings",
14148 "smol",
14149 "task",
14150 "telemetry",
14151 "ui",
14152 "ui_input",
14153 "util",
14154 "windows-registry 0.6.1",
14155 "workspace",
14156 "worktree",
14157 "zed_actions",
14158]
14159
14160[[package]]
14161name = "redox_syscall"
14162version = "0.2.16"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14165dependencies = [
14166 "bitflags 1.3.2",
14167]
14168
14169[[package]]
14170name = "redox_syscall"
14171version = "0.5.18"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14174dependencies = [
14175 "bitflags 2.10.0",
14176]
14177
14178[[package]]
14179name = "redox_users"
14180version = "0.4.6"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14183dependencies = [
14184 "getrandom 0.2.16",
14185 "libredox",
14186 "thiserror 1.0.69",
14187]
14188
14189[[package]]
14190name = "redox_users"
14191version = "0.5.2"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14194dependencies = [
14195 "getrandom 0.2.16",
14196 "libredox",
14197 "thiserror 2.0.17",
14198]
14199
14200[[package]]
14201name = "ref-cast"
14202version = "1.0.25"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14205dependencies = [
14206 "ref-cast-impl",
14207]
14208
14209[[package]]
14210name = "ref-cast-impl"
14211version = "1.0.25"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14214dependencies = [
14215 "proc-macro2",
14216 "quote",
14217 "syn 2.0.117",
14218]
14219
14220[[package]]
14221name = "referencing"
14222version = "0.37.4"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14225dependencies = [
14226 "ahash 0.8.12",
14227 "fluent-uri",
14228 "getrandom 0.3.4",
14229 "hashbrown 0.16.1",
14230 "parking_lot",
14231 "percent-encoding",
14232 "serde_json",
14233]
14234
14235[[package]]
14236name = "refineable"
14237version = "0.1.0"
14238dependencies = [
14239 "derive_refineable",
14240]
14241
14242[[package]]
14243name = "regalloc2"
14244version = "0.12.2"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14247dependencies = [
14248 "allocator-api2",
14249 "bumpalo",
14250 "hashbrown 0.15.5",
14251 "log",
14252 "rustc-hash 2.1.1",
14253 "serde",
14254 "smallvec",
14255]
14256
14257[[package]]
14258name = "regex"
14259version = "1.12.2"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14262dependencies = [
14263 "aho-corasick",
14264 "memchr",
14265 "regex-automata",
14266 "regex-syntax",
14267]
14268
14269[[package]]
14270name = "regex-automata"
14271version = "0.4.13"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14274dependencies = [
14275 "aho-corasick",
14276 "memchr",
14277 "regex-syntax",
14278]
14279
14280[[package]]
14281name = "regex-lite"
14282version = "0.1.8"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14285
14286[[package]]
14287name = "regex-syntax"
14288version = "0.8.8"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14291
14292[[package]]
14293name = "release_channel"
14294version = "0.1.0"
14295dependencies = [
14296 "gpui",
14297 "semver",
14298]
14299
14300[[package]]
14301name = "remote"
14302version = "0.1.0"
14303dependencies = [
14304 "anyhow",
14305 "askpass",
14306 "async-trait",
14307 "base64 0.22.1",
14308 "collections",
14309 "fs",
14310 "futures 0.3.31",
14311 "gpui",
14312 "log",
14313 "parking_lot",
14314 "paths",
14315 "prost 0.9.0",
14316 "release_channel",
14317 "rpc",
14318 "schemars",
14319 "semver",
14320 "serde",
14321 "serde_json",
14322 "settings",
14323 "smol",
14324 "tempfile",
14325 "thiserror 2.0.17",
14326 "urlencoding",
14327 "util",
14328 "which 6.0.3",
14329]
14330
14331[[package]]
14332name = "remote_connection"
14333version = "0.1.0"
14334dependencies = [
14335 "anyhow",
14336 "askpass",
14337 "auto_update",
14338 "futures 0.3.31",
14339 "gpui",
14340 "log",
14341 "markdown",
14342 "menu",
14343 "release_channel",
14344 "remote",
14345 "semver",
14346 "settings",
14347 "theme",
14348 "ui",
14349 "ui_input",
14350 "workspace",
14351]
14352
14353[[package]]
14354name = "remote_server"
14355version = "0.1.0"
14356dependencies = [
14357 "action_log",
14358 "agent",
14359 "anyhow",
14360 "askpass",
14361 "cargo_toml",
14362 "clap",
14363 "client",
14364 "clock",
14365 "collections",
14366 "crash-handler",
14367 "crashes",
14368 "dap_adapters",
14369 "debug_adapter_extension",
14370 "editor",
14371 "env_logger 0.11.8",
14372 "extension",
14373 "extension_host",
14374 "fork",
14375 "fs",
14376 "futures 0.3.31",
14377 "git",
14378 "git2",
14379 "git_hosting_providers",
14380 "gpui",
14381 "gpui_platform",
14382 "gpui_tokio",
14383 "http_client",
14384 "image",
14385 "json_schema_store",
14386 "language",
14387 "language_extension",
14388 "language_model",
14389 "languages",
14390 "libc",
14391 "log",
14392 "lsp",
14393 "minidumper",
14394 "net",
14395 "node_runtime",
14396 "paths",
14397 "pretty_assertions",
14398 "project",
14399 "proto",
14400 "rayon",
14401 "release_channel",
14402 "remote",
14403 "reqwest_client",
14404 "rpc",
14405 "rust-embed",
14406 "semver",
14407 "serde",
14408 "serde_json",
14409 "settings",
14410 "shellexpand 2.1.2",
14411 "smol",
14412 "sysinfo 0.37.2",
14413 "task",
14414 "theme",
14415 "thiserror 2.0.17",
14416 "toml 0.8.23",
14417 "unindent",
14418 "util",
14419 "uuid",
14420 "watch",
14421 "windows 0.61.3",
14422 "worktree",
14423 "zlog",
14424]
14425
14426[[package]]
14427name = "rend"
14428version = "0.4.2"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14431dependencies = [
14432 "bytecheck",
14433]
14434
14435[[package]]
14436name = "renderdoc-sys"
14437version = "1.1.0"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14440
14441[[package]]
14442name = "repl"
14443version = "0.1.0"
14444dependencies = [
14445 "alacritty_terminal",
14446 "anyhow",
14447 "async-dispatcher",
14448 "async-task",
14449 "async-tungstenite",
14450 "base64 0.22.1",
14451 "client",
14452 "collections",
14453 "command_palette_hooks",
14454 "editor",
14455 "feature_flags",
14456 "file_icons",
14457 "futures 0.3.31",
14458 "gpui",
14459 "html_to_markdown",
14460 "http_client",
14461 "image",
14462 "indoc",
14463 "jupyter-protocol",
14464 "jupyter-websocket-client",
14465 "language",
14466 "languages",
14467 "log",
14468 "markdown",
14469 "menu",
14470 "multi_buffer",
14471 "nbformat",
14472 "picker",
14473 "project",
14474 "remote",
14475 "runtimelib",
14476 "serde",
14477 "serde_json",
14478 "settings",
14479 "shlex",
14480 "smol",
14481 "telemetry",
14482 "terminal",
14483 "terminal_view",
14484 "theme",
14485 "tree-sitter-md",
14486 "tree-sitter-python",
14487 "tree-sitter-typescript",
14488 "ui",
14489 "util",
14490 "uuid",
14491 "workspace",
14492 "zed_actions",
14493]
14494
14495[[package]]
14496name = "reqwest"
14497version = "0.11.27"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14500dependencies = [
14501 "base64 0.21.7",
14502 "bytes 1.11.1",
14503 "encoding_rs",
14504 "futures-core",
14505 "futures-util",
14506 "h2 0.3.27",
14507 "http 0.2.12",
14508 "http-body 0.4.6",
14509 "hyper 0.14.32",
14510 "hyper-tls",
14511 "ipnet",
14512 "js-sys",
14513 "log",
14514 "mime",
14515 "native-tls",
14516 "once_cell",
14517 "percent-encoding",
14518 "pin-project-lite",
14519 "rustls-pemfile 1.0.4",
14520 "serde",
14521 "serde_json",
14522 "serde_urlencoded",
14523 "sync_wrapper 0.1.2",
14524 "system-configuration 0.5.1",
14525 "tokio",
14526 "tokio-native-tls",
14527 "tower-service",
14528 "url",
14529 "wasm-bindgen",
14530 "wasm-bindgen-futures",
14531 "web-sys",
14532 "winreg 0.50.0",
14533]
14534
14535[[package]]
14536name = "reqwest"
14537version = "0.12.24"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14540dependencies = [
14541 "base64 0.22.1",
14542 "bytes 1.11.1",
14543 "futures-channel",
14544 "futures-core",
14545 "futures-util",
14546 "http 1.3.1",
14547 "http-body 1.0.1",
14548 "http-body-util",
14549 "hyper 1.7.0",
14550 "hyper-rustls 0.27.7",
14551 "hyper-util",
14552 "js-sys",
14553 "log",
14554 "percent-encoding",
14555 "pin-project-lite",
14556 "quinn",
14557 "rustls 0.23.33",
14558 "rustls-native-certs 0.8.2",
14559 "rustls-pki-types",
14560 "serde",
14561 "serde_json",
14562 "serde_urlencoded",
14563 "sync_wrapper 1.0.2",
14564 "tokio",
14565 "tokio-rustls 0.26.2",
14566 "tower 0.5.2",
14567 "tower-http 0.6.6",
14568 "tower-service",
14569 "url",
14570 "wasm-bindgen",
14571 "wasm-bindgen-futures",
14572 "web-sys",
14573]
14574
14575[[package]]
14576name = "reqwest_client"
14577version = "0.1.0"
14578dependencies = [
14579 "anyhow",
14580 "bytes 1.11.1",
14581 "futures 0.3.31",
14582 "gpui_util",
14583 "http_client",
14584 "http_client_tls",
14585 "log",
14586 "regex",
14587 "serde",
14588 "tokio",
14589 "zed-reqwest",
14590]
14591
14592[[package]]
14593name = "resvg"
14594version = "0.45.1"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14597dependencies = [
14598 "log",
14599 "pico-args",
14600 "rgb",
14601 "svgtypes",
14602 "tiny-skia",
14603 "usvg",
14604]
14605
14606[[package]]
14607name = "rfc6979"
14608version = "0.3.1"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14611dependencies = [
14612 "crypto-bigint 0.4.9",
14613 "hmac",
14614 "zeroize",
14615]
14616
14617[[package]]
14618name = "rgb"
14619version = "0.8.52"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14622dependencies = [
14623 "bytemuck",
14624]
14625
14626[[package]]
14627name = "ring"
14628version = "0.17.14"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14631dependencies = [
14632 "cc",
14633 "cfg-if",
14634 "getrandom 0.2.16",
14635 "libc",
14636 "untrusted 0.9.0",
14637 "windows-sys 0.52.0",
14638]
14639
14640[[package]]
14641name = "rkyv"
14642version = "0.7.45"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14645dependencies = [
14646 "bitvec",
14647 "bytecheck",
14648 "bytes 1.11.1",
14649 "hashbrown 0.12.3",
14650 "ptr_meta",
14651 "rend",
14652 "rkyv_derive",
14653 "seahash",
14654 "tinyvec",
14655 "uuid",
14656]
14657
14658[[package]]
14659name = "rkyv_derive"
14660version = "0.7.45"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14663dependencies = [
14664 "proc-macro2",
14665 "quote",
14666 "syn 1.0.109",
14667]
14668
14669[[package]]
14670name = "rmp"
14671version = "0.8.14"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14674dependencies = [
14675 "byteorder",
14676 "num-traits",
14677 "paste",
14678]
14679
14680[[package]]
14681name = "rmpv"
14682version = "1.3.0"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14685dependencies = [
14686 "num-traits",
14687 "rmp",
14688]
14689
14690[[package]]
14691name = "rodio"
14692version = "0.21.1"
14693source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14694dependencies = [
14695 "cpal",
14696 "dasp_sample",
14697 "hound",
14698 "num-rational",
14699 "rand 0.9.2",
14700 "rand_distr",
14701 "rtrb",
14702 "symphonia",
14703 "thiserror 2.0.17",
14704]
14705
14706[[package]]
14707name = "rope"
14708version = "0.1.0"
14709dependencies = [
14710 "criterion",
14711 "ctor",
14712 "gpui",
14713 "heapless",
14714 "log",
14715 "rand 0.9.2",
14716 "rayon",
14717 "sum_tree",
14718 "tracing",
14719 "unicode-segmentation",
14720 "util",
14721 "zlog",
14722 "ztracing",
14723]
14724
14725[[package]]
14726name = "roxmltree"
14727version = "0.20.0"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14730
14731[[package]]
14732name = "rpassword"
14733version = "7.4.0"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14736dependencies = [
14737 "libc",
14738 "rtoolbox",
14739 "windows-sys 0.59.0",
14740]
14741
14742[[package]]
14743name = "rpc"
14744version = "0.1.0"
14745dependencies = [
14746 "anyhow",
14747 "async-tungstenite",
14748 "base64 0.22.1",
14749 "collections",
14750 "futures 0.3.31",
14751 "gpui",
14752 "parking_lot",
14753 "proto",
14754 "rand 0.9.2",
14755 "rsa",
14756 "serde",
14757 "serde_json",
14758 "sha2",
14759 "strum 0.27.2",
14760 "tracing",
14761 "util",
14762 "zlog",
14763 "zstd",
14764]
14765
14766[[package]]
14767name = "rsa"
14768version = "0.9.10"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14771dependencies = [
14772 "const-oid",
14773 "digest",
14774 "num-bigint-dig 0.8.6",
14775 "num-integer",
14776 "num-traits",
14777 "pkcs1",
14778 "pkcs8 0.10.2",
14779 "rand_core 0.6.4",
14780 "signature 2.2.0",
14781 "spki 0.7.3",
14782 "subtle",
14783 "zeroize",
14784]
14785
14786[[package]]
14787name = "rtoolbox"
14788version = "0.0.3"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14791dependencies = [
14792 "libc",
14793 "windows-sys 0.52.0",
14794]
14795
14796[[package]]
14797name = "rtrb"
14798version = "0.3.2"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14801
14802[[package]]
14803name = "rules_library"
14804version = "0.1.0"
14805dependencies = [
14806 "anyhow",
14807 "collections",
14808 "editor",
14809 "gpui",
14810 "language",
14811 "language_model",
14812 "log",
14813 "menu",
14814 "picker",
14815 "platform_title_bar",
14816 "prompt_store",
14817 "release_channel",
14818 "rope",
14819 "serde",
14820 "settings",
14821 "theme",
14822 "ui",
14823 "ui_input",
14824 "util",
14825 "workspace",
14826 "zed_actions",
14827]
14828
14829[[package]]
14830name = "runtimelib"
14831version = "1.4.0"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14834dependencies = [
14835 "async-dispatcher",
14836 "async-std",
14837 "aws-lc-rs",
14838 "base64 0.22.1",
14839 "bytes 1.11.1",
14840 "chrono",
14841 "data-encoding",
14842 "dirs 6.0.0",
14843 "futures 0.3.31",
14844 "glob",
14845 "jupyter-protocol",
14846 "serde",
14847 "serde_json",
14848 "shellexpand 3.1.1",
14849 "smol",
14850 "thiserror 2.0.17",
14851 "uuid",
14852 "zeromq",
14853]
14854
14855[[package]]
14856name = "rust-embed"
14857version = "8.7.2"
14858source = "registry+https://github.com/rust-lang/crates.io-index"
14859checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14860dependencies = [
14861 "rust-embed-impl",
14862 "rust-embed-utils",
14863 "walkdir",
14864]
14865
14866[[package]]
14867name = "rust-embed-impl"
14868version = "8.7.2"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14871dependencies = [
14872 "proc-macro2",
14873 "quote",
14874 "rust-embed-utils",
14875 "syn 2.0.117",
14876 "walkdir",
14877]
14878
14879[[package]]
14880name = "rust-embed-utils"
14881version = "8.7.2"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14884dependencies = [
14885 "globset",
14886 "sha2",
14887 "walkdir",
14888]
14889
14890[[package]]
14891name = "rust_decimal"
14892version = "1.39.0"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14895dependencies = [
14896 "arrayvec",
14897 "borsh",
14898 "bytes 1.11.1",
14899 "num-traits",
14900 "rand 0.8.5",
14901 "rkyv",
14902 "serde",
14903 "serde_json",
14904]
14905
14906[[package]]
14907name = "rustc-demangle"
14908version = "0.1.26"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14911
14912[[package]]
14913name = "rustc-hash"
14914version = "1.1.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14917
14918[[package]]
14919name = "rustc-hash"
14920version = "2.1.1"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14923
14924[[package]]
14925name = "rustc_version"
14926version = "0.4.1"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14929dependencies = [
14930 "semver",
14931]
14932
14933[[package]]
14934name = "rustfft"
14935version = "6.4.1"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14938dependencies = [
14939 "num-complex",
14940 "num-integer",
14941 "num-traits",
14942 "primal-check",
14943 "strength_reduce",
14944 "transpose",
14945]
14946
14947[[package]]
14948name = "rustix"
14949version = "0.38.44"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14952dependencies = [
14953 "bitflags 2.10.0",
14954 "errno 0.3.14",
14955 "libc",
14956 "linux-raw-sys 0.4.15",
14957 "windows-sys 0.59.0",
14958]
14959
14960[[package]]
14961name = "rustix"
14962version = "1.1.2"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14965dependencies = [
14966 "bitflags 2.10.0",
14967 "errno 0.3.14",
14968 "libc",
14969 "linux-raw-sys 0.11.0",
14970 "windows-sys 0.61.2",
14971]
14972
14973[[package]]
14974name = "rustix-linux-procfs"
14975version = "0.1.1"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14978dependencies = [
14979 "once_cell",
14980 "rustix 1.1.2",
14981]
14982
14983[[package]]
14984name = "rustix-openpty"
14985version = "0.2.0"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14988dependencies = [
14989 "errno 0.3.14",
14990 "libc",
14991 "rustix 1.1.2",
14992]
14993
14994[[package]]
14995name = "rustls"
14996version = "0.21.12"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14999dependencies = [
15000 "log",
15001 "ring",
15002 "rustls-webpki 0.101.7",
15003 "sct",
15004]
15005
15006[[package]]
15007name = "rustls"
15008version = "0.23.33"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15011dependencies = [
15012 "aws-lc-rs",
15013 "log",
15014 "once_cell",
15015 "ring",
15016 "rustls-pki-types",
15017 "rustls-webpki 0.103.7",
15018 "subtle",
15019 "zeroize",
15020]
15021
15022[[package]]
15023name = "rustls-native-certs"
15024version = "0.6.3"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15027dependencies = [
15028 "openssl-probe",
15029 "rustls-pemfile 1.0.4",
15030 "schannel",
15031 "security-framework 2.11.1",
15032]
15033
15034[[package]]
15035name = "rustls-native-certs"
15036version = "0.8.2"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15039dependencies = [
15040 "openssl-probe",
15041 "rustls-pki-types",
15042 "schannel",
15043 "security-framework 3.5.1",
15044]
15045
15046[[package]]
15047name = "rustls-pemfile"
15048version = "1.0.4"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15051dependencies = [
15052 "base64 0.21.7",
15053]
15054
15055[[package]]
15056name = "rustls-pemfile"
15057version = "2.2.0"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15060dependencies = [
15061 "rustls-pki-types",
15062]
15063
15064[[package]]
15065name = "rustls-pki-types"
15066version = "1.12.0"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15069dependencies = [
15070 "web-time",
15071 "zeroize",
15072]
15073
15074[[package]]
15075name = "rustls-platform-verifier"
15076version = "0.5.3"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15079dependencies = [
15080 "core-foundation 0.10.0",
15081 "core-foundation-sys",
15082 "jni",
15083 "log",
15084 "once_cell",
15085 "rustls 0.23.33",
15086 "rustls-native-certs 0.8.2",
15087 "rustls-platform-verifier-android",
15088 "rustls-webpki 0.103.7",
15089 "security-framework 3.5.1",
15090 "security-framework-sys",
15091 "webpki-root-certs",
15092 "windows-sys 0.59.0",
15093]
15094
15095[[package]]
15096name = "rustls-platform-verifier-android"
15097version = "0.1.1"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15100
15101[[package]]
15102name = "rustls-webpki"
15103version = "0.101.7"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15106dependencies = [
15107 "ring",
15108 "untrusted 0.9.0",
15109]
15110
15111[[package]]
15112name = "rustls-webpki"
15113version = "0.103.7"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15116dependencies = [
15117 "aws-lc-rs",
15118 "ring",
15119 "rustls-pki-types",
15120 "untrusted 0.9.0",
15121]
15122
15123[[package]]
15124name = "rustversion"
15125version = "1.0.22"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15128
15129[[package]]
15130name = "rusty-fork"
15131version = "0.3.1"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15134dependencies = [
15135 "fnv",
15136 "quick-error 1.2.3",
15137 "tempfile",
15138 "wait-timeout",
15139]
15140
15141[[package]]
15142name = "rustybuzz"
15143version = "0.20.1"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15146dependencies = [
15147 "bitflags 2.10.0",
15148 "bytemuck",
15149 "core_maths",
15150 "log",
15151 "smallvec",
15152 "ttf-parser 0.25.1",
15153 "unicode-bidi-mirroring",
15154 "unicode-ccc",
15155 "unicode-properties",
15156 "unicode-script",
15157]
15158
15159[[package]]
15160name = "ryu"
15161version = "1.0.20"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15164
15165[[package]]
15166name = "saa"
15167version = "5.4.9"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15170
15171[[package]]
15172name = "safetensors"
15173version = "0.4.5"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15176dependencies = [
15177 "serde",
15178 "serde_json",
15179]
15180
15181[[package]]
15182name = "same-file"
15183version = "1.0.6"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15186dependencies = [
15187 "winapi-util",
15188]
15189
15190[[package]]
15191name = "scc"
15192version = "3.5.6"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15195dependencies = [
15196 "saa",
15197 "sdd",
15198]
15199
15200[[package]]
15201name = "schannel"
15202version = "0.1.28"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15205dependencies = [
15206 "windows-sys 0.61.2",
15207]
15208
15209[[package]]
15210name = "scheduler"
15211version = "0.1.0"
15212dependencies = [
15213 "async-task",
15214 "backtrace",
15215 "chrono",
15216 "flume",
15217 "futures 0.3.31",
15218 "parking_lot",
15219 "rand 0.9.2",
15220 "web-time",
15221]
15222
15223[[package]]
15224name = "schema_generator"
15225version = "0.1.0"
15226dependencies = [
15227 "anyhow",
15228 "clap",
15229 "env_logger 0.11.8",
15230 "schemars",
15231 "serde",
15232 "serde_json",
15233 "settings",
15234 "theme",
15235]
15236
15237[[package]]
15238name = "schemars"
15239version = "1.0.4"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15242dependencies = [
15243 "dyn-clone",
15244 "indexmap",
15245 "ref-cast",
15246 "schemars_derive",
15247 "serde",
15248 "serde_json",
15249]
15250
15251[[package]]
15252name = "schemars_derive"
15253version = "1.0.4"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15256dependencies = [
15257 "proc-macro2",
15258 "quote",
15259 "serde_derive_internals",
15260 "syn 2.0.117",
15261]
15262
15263[[package]]
15264name = "scoped-tls"
15265version = "1.0.1"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15268
15269[[package]]
15270name = "scopeguard"
15271version = "1.2.0"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15274
15275[[package]]
15276name = "scratch"
15277version = "1.0.9"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15280
15281[[package]]
15282name = "screencapturekit"
15283version = "0.2.8"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15286dependencies = [
15287 "screencapturekit-sys",
15288]
15289
15290[[package]]
15291name = "screencapturekit-sys"
15292version = "0.2.8"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15295dependencies = [
15296 "block",
15297 "dispatch",
15298 "objc",
15299 "objc-foundation",
15300 "objc_id",
15301 "once_cell",
15302]
15303
15304[[package]]
15305name = "scroll"
15306version = "0.12.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15309dependencies = [
15310 "scroll_derive",
15311]
15312
15313[[package]]
15314name = "scroll_derive"
15315version = "0.12.1"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15318dependencies = [
15319 "proc-macro2",
15320 "quote",
15321 "syn 2.0.117",
15322]
15323
15324[[package]]
15325name = "sct"
15326version = "0.7.1"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15329dependencies = [
15330 "ring",
15331 "untrusted 0.9.0",
15332]
15333
15334[[package]]
15335name = "sdd"
15336version = "4.6.2"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15339
15340[[package]]
15341name = "sea-bae"
15342version = "0.2.1"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15345dependencies = [
15346 "heck 0.4.1",
15347 "proc-macro-error2",
15348 "proc-macro2",
15349 "quote",
15350 "syn 2.0.117",
15351]
15352
15353[[package]]
15354name = "sea-orm"
15355version = "1.1.10"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15358dependencies = [
15359 "async-stream",
15360 "async-trait",
15361 "bigdecimal",
15362 "chrono",
15363 "futures-util",
15364 "log",
15365 "ouroboros",
15366 "pgvector",
15367 "rust_decimal",
15368 "sea-orm-macros",
15369 "sea-query",
15370 "sea-query-binder",
15371 "serde",
15372 "serde_json",
15373 "sqlx",
15374 "strum 0.26.3",
15375 "thiserror 2.0.17",
15376 "time",
15377 "tracing",
15378 "url",
15379 "uuid",
15380]
15381
15382[[package]]
15383name = "sea-orm-macros"
15384version = "1.1.10"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15387dependencies = [
15388 "heck 0.4.1",
15389 "proc-macro2",
15390 "quote",
15391 "sea-bae",
15392 "syn 2.0.117",
15393 "unicode-ident",
15394]
15395
15396[[package]]
15397name = "sea-query"
15398version = "0.32.7"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15401dependencies = [
15402 "bigdecimal",
15403 "chrono",
15404 "inherent",
15405 "ordered-float 4.6.0",
15406 "rust_decimal",
15407 "serde_json",
15408 "time",
15409 "uuid",
15410]
15411
15412[[package]]
15413name = "sea-query-binder"
15414version = "0.7.0"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15417dependencies = [
15418 "bigdecimal",
15419 "chrono",
15420 "rust_decimal",
15421 "sea-query",
15422 "serde_json",
15423 "sqlx",
15424 "time",
15425 "uuid",
15426]
15427
15428[[package]]
15429name = "seahash"
15430version = "4.1.0"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15433
15434[[package]]
15435name = "search"
15436version = "0.1.0"
15437dependencies = [
15438 "any_vec",
15439 "anyhow",
15440 "bitflags 2.10.0",
15441 "collections",
15442 "editor",
15443 "fs",
15444 "futures 0.3.31",
15445 "gpui",
15446 "itertools 0.14.0",
15447 "language",
15448 "lsp",
15449 "menu",
15450 "multi_buffer",
15451 "pretty_assertions",
15452 "project",
15453 "serde",
15454 "serde_json",
15455 "settings",
15456 "smol",
15457 "theme",
15458 "tracing",
15459 "ui",
15460 "unindent",
15461 "util",
15462 "util_macros",
15463 "workspace",
15464 "zed_actions",
15465 "ztracing",
15466]
15467
15468[[package]]
15469name = "sec1"
15470version = "0.3.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15473dependencies = [
15474 "base16ct",
15475 "der 0.6.1",
15476 "generic-array",
15477 "pkcs8 0.9.0",
15478 "subtle",
15479 "zeroize",
15480]
15481
15482[[package]]
15483name = "security-framework"
15484version = "2.11.1"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15487dependencies = [
15488 "bitflags 2.10.0",
15489 "core-foundation 0.9.4",
15490 "core-foundation-sys",
15491 "libc",
15492 "security-framework-sys",
15493]
15494
15495[[package]]
15496name = "security-framework"
15497version = "3.5.1"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15500dependencies = [
15501 "bitflags 2.10.0",
15502 "core-foundation 0.10.0",
15503 "core-foundation-sys",
15504 "libc",
15505 "security-framework-sys",
15506]
15507
15508[[package]]
15509name = "security-framework-sys"
15510version = "2.15.0"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15513dependencies = [
15514 "core-foundation-sys",
15515 "libc",
15516]
15517
15518[[package]]
15519name = "self_cell"
15520version = "1.2.2"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15523
15524[[package]]
15525name = "semver"
15526version = "1.0.27"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15529dependencies = [
15530 "serde",
15531 "serde_core",
15532]
15533
15534[[package]]
15535name = "seq-macro"
15536version = "0.3.6"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15539
15540[[package]]
15541name = "serde"
15542version = "1.0.228"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15545dependencies = [
15546 "serde_core",
15547 "serde_derive",
15548]
15549
15550[[package]]
15551name = "serde_bytes"
15552version = "0.11.19"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15555dependencies = [
15556 "serde",
15557 "serde_core",
15558]
15559
15560[[package]]
15561name = "serde_core"
15562version = "1.0.228"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15565dependencies = [
15566 "serde_derive",
15567]
15568
15569[[package]]
15570name = "serde_derive"
15571version = "1.0.228"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15574dependencies = [
15575 "proc-macro2",
15576 "quote",
15577 "syn 2.0.117",
15578]
15579
15580[[package]]
15581name = "serde_derive_internals"
15582version = "0.29.1"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15585dependencies = [
15586 "proc-macro2",
15587 "quote",
15588 "syn 2.0.117",
15589]
15590
15591[[package]]
15592name = "serde_fmt"
15593version = "1.0.3"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15596dependencies = [
15597 "serde",
15598]
15599
15600[[package]]
15601name = "serde_json"
15602version = "1.0.145"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15605dependencies = [
15606 "indexmap",
15607 "itoa",
15608 "memchr",
15609 "ryu",
15610 "serde",
15611 "serde_core",
15612]
15613
15614[[package]]
15615name = "serde_json_lenient"
15616version = "0.2.4"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15619dependencies = [
15620 "indexmap",
15621 "itoa",
15622 "memchr",
15623 "ryu",
15624 "serde",
15625]
15626
15627[[package]]
15628name = "serde_path_to_error"
15629version = "0.1.20"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15632dependencies = [
15633 "itoa",
15634 "serde",
15635 "serde_core",
15636]
15637
15638[[package]]
15639name = "serde_repr"
15640version = "0.1.20"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15643dependencies = [
15644 "proc-macro2",
15645 "quote",
15646 "syn 2.0.117",
15647]
15648
15649[[package]]
15650name = "serde_spanned"
15651version = "0.6.9"
15652source = "registry+https://github.com/rust-lang/crates.io-index"
15653checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15654dependencies = [
15655 "serde",
15656]
15657
15658[[package]]
15659name = "serde_spanned"
15660version = "1.0.3"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15663dependencies = [
15664 "serde_core",
15665]
15666
15667[[package]]
15668name = "serde_urlencoded"
15669version = "0.7.1"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15672dependencies = [
15673 "form_urlencoded",
15674 "itoa",
15675 "ryu",
15676 "serde",
15677]
15678
15679[[package]]
15680name = "serde_yaml"
15681version = "0.9.34+deprecated"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15684dependencies = [
15685 "indexmap",
15686 "itoa",
15687 "ryu",
15688 "serde",
15689 "unsafe-libyaml",
15690]
15691
15692[[package]]
15693name = "serial2"
15694version = "0.2.33"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15697dependencies = [
15698 "cfg-if",
15699 "libc",
15700 "winapi",
15701]
15702
15703[[package]]
15704name = "session"
15705version = "0.1.0"
15706dependencies = [
15707 "db",
15708 "gpui",
15709 "serde_json",
15710 "util",
15711 "uuid",
15712]
15713
15714[[package]]
15715name = "settings"
15716version = "0.1.0"
15717dependencies = [
15718 "anyhow",
15719 "collections",
15720 "ec4rs",
15721 "fs",
15722 "futures 0.3.31",
15723 "gpui",
15724 "indoc",
15725 "inventory",
15726 "log",
15727 "migrator",
15728 "paths",
15729 "pretty_assertions",
15730 "release_channel",
15731 "rust-embed",
15732 "schemars",
15733 "serde",
15734 "serde_json",
15735 "serde_json_lenient",
15736 "settings_content",
15737 "settings_json",
15738 "settings_macros",
15739 "smallvec",
15740 "unindent",
15741 "util",
15742 "zlog",
15743]
15744
15745[[package]]
15746name = "settings_content"
15747version = "0.1.0"
15748dependencies = [
15749 "anyhow",
15750 "collections",
15751 "derive_more",
15752 "gpui",
15753 "log",
15754 "schemars",
15755 "serde",
15756 "serde_json",
15757 "serde_json_lenient",
15758 "settings_json",
15759 "settings_macros",
15760 "strum 0.27.2",
15761 "util",
15762]
15763
15764[[package]]
15765name = "settings_json"
15766version = "0.1.0"
15767dependencies = [
15768 "anyhow",
15769 "pretty_assertions",
15770 "serde",
15771 "serde_json",
15772 "serde_json_lenient",
15773 "serde_path_to_error",
15774 "tree-sitter",
15775 "tree-sitter-json",
15776 "unindent",
15777 "util",
15778]
15779
15780[[package]]
15781name = "settings_macros"
15782version = "0.1.0"
15783dependencies = [
15784 "quote",
15785 "settings",
15786 "syn 2.0.117",
15787]
15788
15789[[package]]
15790name = "settings_profile_selector"
15791version = "0.1.0"
15792dependencies = [
15793 "editor",
15794 "fuzzy",
15795 "gpui",
15796 "menu",
15797 "picker",
15798 "project",
15799 "serde_json",
15800 "settings",
15801 "theme",
15802 "ui",
15803 "workspace",
15804 "zed_actions",
15805]
15806
15807[[package]]
15808name = "settings_ui"
15809version = "0.1.0"
15810dependencies = [
15811 "agent",
15812 "agent_settings",
15813 "anyhow",
15814 "audio",
15815 "codestral",
15816 "component",
15817 "copilot",
15818 "copilot_ui",
15819 "cpal",
15820 "edit_prediction",
15821 "edit_prediction_ui",
15822 "editor",
15823 "feature_flags",
15824 "fs",
15825 "futures 0.3.31",
15826 "fuzzy",
15827 "gpui",
15828 "heck 0.5.0",
15829 "itertools 0.14.0",
15830 "language",
15831 "log",
15832 "menu",
15833 "paths",
15834 "picker",
15835 "platform_title_bar",
15836 "pretty_assertions",
15837 "project",
15838 "regex",
15839 "release_channel",
15840 "rodio",
15841 "schemars",
15842 "search",
15843 "serde",
15844 "serde_json",
15845 "settings",
15846 "shell_command_parser",
15847 "strum 0.27.2",
15848 "telemetry",
15849 "theme",
15850 "title_bar",
15851 "ui",
15852 "util",
15853 "workspace",
15854 "zed_actions",
15855]
15856
15857[[package]]
15858name = "sha-1"
15859version = "0.10.1"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15862dependencies = [
15863 "cfg-if",
15864 "cpufeatures",
15865 "digest",
15866]
15867
15868[[package]]
15869name = "sha1"
15870version = "0.10.6"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15873dependencies = [
15874 "cfg-if",
15875 "cpufeatures",
15876 "digest",
15877]
15878
15879[[package]]
15880name = "sha1_smol"
15881version = "1.0.1"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15884
15885[[package]]
15886name = "sha2"
15887version = "0.10.9"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15890dependencies = [
15891 "cfg-if",
15892 "cpufeatures",
15893 "digest",
15894]
15895
15896[[package]]
15897name = "sharded-slab"
15898version = "0.1.7"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15901dependencies = [
15902 "lazy_static",
15903]
15904
15905[[package]]
15906name = "shared_library"
15907version = "0.1.9"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15910dependencies = [
15911 "lazy_static",
15912 "libc",
15913]
15914
15915[[package]]
15916name = "shell-words"
15917version = "1.1.0"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15920
15921[[package]]
15922name = "shell_command_parser"
15923version = "0.1.0"
15924dependencies = [
15925 "brush-parser",
15926]
15927
15928[[package]]
15929name = "shellexpand"
15930version = "2.1.2"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15933dependencies = [
15934 "dirs 4.0.0",
15935]
15936
15937[[package]]
15938name = "shellexpand"
15939version = "3.1.1"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15942dependencies = [
15943 "dirs 6.0.0",
15944]
15945
15946[[package]]
15947name = "shingles"
15948version = "0.1.1"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15951
15952[[package]]
15953name = "shlex"
15954version = "1.3.0"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15957
15958[[package]]
15959name = "sidebar"
15960version = "0.1.0"
15961dependencies = [
15962 "acp_thread",
15963 "action_log",
15964 "agent",
15965 "agent-client-protocol",
15966 "agent_ui",
15967 "anyhow",
15968 "assistant_text_thread",
15969 "chrono",
15970 "editor",
15971 "feature_flags",
15972 "fs",
15973 "git",
15974 "gpui",
15975 "language_model",
15976 "menu",
15977 "pretty_assertions",
15978 "project",
15979 "prompt_store",
15980 "recent_projects",
15981 "serde_json",
15982 "settings",
15983 "theme",
15984 "ui",
15985 "util",
15986 "vim_mode_setting",
15987 "workspace",
15988 "zed_actions",
15989]
15990
15991[[package]]
15992name = "signal-hook"
15993version = "0.3.18"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15996dependencies = [
15997 "libc",
15998 "signal-hook-registry",
15999]
16000
16001[[package]]
16002name = "signal-hook-registry"
16003version = "1.4.6"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16006dependencies = [
16007 "libc",
16008]
16009
16010[[package]]
16011name = "signature"
16012version = "1.6.4"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16015dependencies = [
16016 "digest",
16017 "rand_core 0.6.4",
16018]
16019
16020[[package]]
16021name = "signature"
16022version = "2.2.0"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16025dependencies = [
16026 "digest",
16027 "rand_core 0.6.4",
16028]
16029
16030[[package]]
16031name = "simd-adler32"
16032version = "0.3.7"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16035
16036[[package]]
16037name = "simd_helpers"
16038version = "0.1.0"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16041dependencies = [
16042 "quote",
16043]
16044
16045[[package]]
16046name = "simdutf8"
16047version = "0.1.5"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16050
16051[[package]]
16052name = "similar"
16053version = "2.7.0"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16056
16057[[package]]
16058name = "simple_asn1"
16059version = "0.6.3"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16062dependencies = [
16063 "num-bigint",
16064 "num-traits",
16065 "thiserror 2.0.17",
16066 "time",
16067]
16068
16069[[package]]
16070name = "simplecss"
16071version = "0.2.2"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16074dependencies = [
16075 "log",
16076]
16077
16078[[package]]
16079name = "simplelog"
16080version = "0.12.2"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16083dependencies = [
16084 "log",
16085 "termcolor",
16086 "time",
16087]
16088
16089[[package]]
16090name = "siphasher"
16091version = "0.3.11"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16094
16095[[package]]
16096name = "siphasher"
16097version = "1.0.1"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16100
16101[[package]]
16102name = "skrifa"
16103version = "0.37.0"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16106dependencies = [
16107 "bytemuck",
16108 "read-fonts 0.35.0",
16109]
16110
16111[[package]]
16112name = "skrifa"
16113version = "0.40.0"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16116dependencies = [
16117 "bytemuck",
16118 "read-fonts 0.37.0",
16119]
16120
16121[[package]]
16122name = "slab"
16123version = "0.4.11"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16126
16127[[package]]
16128name = "slash_commands_example"
16129version = "0.1.0"
16130dependencies = [
16131 "zed_extension_api 0.1.0",
16132]
16133
16134[[package]]
16135name = "slotmap"
16136version = "1.0.7"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16139dependencies = [
16140 "version_check",
16141]
16142
16143[[package]]
16144name = "smallvec"
16145version = "1.15.1"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16148dependencies = [
16149 "serde",
16150]
16151
16152[[package]]
16153name = "smart-default"
16154version = "0.7.1"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16157dependencies = [
16158 "proc-macro2",
16159 "quote",
16160 "syn 2.0.117",
16161]
16162
16163[[package]]
16164name = "smol"
16165version = "2.0.2"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16168dependencies = [
16169 "async-channel 2.5.0",
16170 "async-executor",
16171 "async-fs",
16172 "async-io",
16173 "async-lock 3.4.2",
16174 "async-net",
16175 "async-process",
16176 "blocking",
16177 "futures-lite 2.6.1",
16178]
16179
16180[[package]]
16181name = "smol_str"
16182version = "0.3.5"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16185
16186[[package]]
16187name = "snippet"
16188version = "0.1.0"
16189dependencies = [
16190 "anyhow",
16191 "smallvec",
16192]
16193
16194[[package]]
16195name = "snippet_provider"
16196version = "0.1.0"
16197dependencies = [
16198 "anyhow",
16199 "collections",
16200 "extension",
16201 "fs",
16202 "futures 0.3.31",
16203 "gpui",
16204 "indoc",
16205 "parking_lot",
16206 "paths",
16207 "schemars",
16208 "serde",
16209 "serde_json",
16210 "serde_json_lenient",
16211 "snippet",
16212 "util",
16213]
16214
16215[[package]]
16216name = "snippets_ui"
16217version = "0.1.0"
16218dependencies = [
16219 "file_icons",
16220 "fuzzy",
16221 "gpui",
16222 "language",
16223 "open_path_prompt",
16224 "paths",
16225 "picker",
16226 "settings",
16227 "ui",
16228 "util",
16229 "workspace",
16230]
16231
16232[[package]]
16233name = "socket2"
16234version = "0.5.10"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16237dependencies = [
16238 "libc",
16239 "windows-sys 0.52.0",
16240]
16241
16242[[package]]
16243name = "socket2"
16244version = "0.6.1"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16247dependencies = [
16248 "libc",
16249 "windows-sys 0.60.2",
16250]
16251
16252[[package]]
16253name = "spdx"
16254version = "0.10.9"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16257dependencies = [
16258 "smallvec",
16259]
16260
16261[[package]]
16262name = "spin"
16263version = "0.9.8"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16266dependencies = [
16267 "lock_api",
16268]
16269
16270[[package]]
16271name = "spin"
16272version = "0.10.0"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16275dependencies = [
16276 "lock_api",
16277]
16278
16279[[package]]
16280name = "spirv"
16281version = "0.4.0+sdk-1.4.341.0"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16284dependencies = [
16285 "bitflags 2.10.0",
16286]
16287
16288[[package]]
16289name = "spki"
16290version = "0.6.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16293dependencies = [
16294 "base64ct",
16295 "der 0.6.1",
16296]
16297
16298[[package]]
16299name = "spki"
16300version = "0.7.3"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16303dependencies = [
16304 "base64ct",
16305 "der 0.7.10",
16306]
16307
16308[[package]]
16309name = "sptr"
16310version = "0.3.2"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16313
16314[[package]]
16315name = "sqlez"
16316version = "0.1.0"
16317dependencies = [
16318 "anyhow",
16319 "collections",
16320 "futures 0.3.31",
16321 "indoc",
16322 "libsqlite3-sys",
16323 "log",
16324 "parking_lot",
16325 "smol",
16326 "sqlformat",
16327 "thread_local",
16328 "util",
16329 "uuid",
16330]
16331
16332[[package]]
16333name = "sqlez_macros"
16334version = "0.1.0"
16335dependencies = [
16336 "sqlez",
16337 "sqlformat",
16338 "syn 2.0.117",
16339]
16340
16341[[package]]
16342name = "sqlformat"
16343version = "0.2.6"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16346dependencies = [
16347 "nom 7.1.3",
16348 "unicode_categories",
16349]
16350
16351[[package]]
16352name = "sqlx"
16353version = "0.8.6"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16356dependencies = [
16357 "sqlx-core",
16358 "sqlx-macros",
16359 "sqlx-mysql",
16360 "sqlx-postgres",
16361 "sqlx-sqlite",
16362]
16363
16364[[package]]
16365name = "sqlx-core"
16366version = "0.8.6"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16369dependencies = [
16370 "base64 0.22.1",
16371 "bigdecimal",
16372 "bytes 1.11.1",
16373 "chrono",
16374 "crc",
16375 "crossbeam-queue",
16376 "either",
16377 "event-listener 5.4.1",
16378 "futures-core",
16379 "futures-intrusive",
16380 "futures-io",
16381 "futures-util",
16382 "hashbrown 0.15.5",
16383 "hashlink 0.10.0",
16384 "indexmap",
16385 "log",
16386 "memchr",
16387 "once_cell",
16388 "percent-encoding",
16389 "rust_decimal",
16390 "rustls 0.23.33",
16391 "serde",
16392 "serde_json",
16393 "sha2",
16394 "smallvec",
16395 "thiserror 2.0.17",
16396 "time",
16397 "tokio",
16398 "tokio-stream",
16399 "tracing",
16400 "url",
16401 "uuid",
16402 "webpki-roots",
16403]
16404
16405[[package]]
16406name = "sqlx-macros"
16407version = "0.8.6"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16410dependencies = [
16411 "proc-macro2",
16412 "quote",
16413 "sqlx-core",
16414 "sqlx-macros-core",
16415 "syn 2.0.117",
16416]
16417
16418[[package]]
16419name = "sqlx-macros-core"
16420version = "0.8.6"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16423dependencies = [
16424 "dotenvy",
16425 "either",
16426 "heck 0.5.0",
16427 "hex",
16428 "once_cell",
16429 "proc-macro2",
16430 "quote",
16431 "serde",
16432 "serde_json",
16433 "sha2",
16434 "sqlx-core",
16435 "sqlx-mysql",
16436 "sqlx-postgres",
16437 "sqlx-sqlite",
16438 "syn 2.0.117",
16439 "tokio",
16440 "url",
16441]
16442
16443[[package]]
16444name = "sqlx-mysql"
16445version = "0.8.6"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16448dependencies = [
16449 "atoi",
16450 "base64 0.22.1",
16451 "bigdecimal",
16452 "bitflags 2.10.0",
16453 "byteorder",
16454 "bytes 1.11.1",
16455 "chrono",
16456 "crc",
16457 "digest",
16458 "dotenvy",
16459 "either",
16460 "futures-channel",
16461 "futures-core",
16462 "futures-io",
16463 "futures-util",
16464 "generic-array",
16465 "hex",
16466 "hkdf",
16467 "hmac",
16468 "itoa",
16469 "log",
16470 "md-5",
16471 "memchr",
16472 "once_cell",
16473 "percent-encoding",
16474 "rand 0.8.5",
16475 "rsa",
16476 "rust_decimal",
16477 "serde",
16478 "sha1",
16479 "sha2",
16480 "smallvec",
16481 "sqlx-core",
16482 "stringprep",
16483 "thiserror 2.0.17",
16484 "time",
16485 "tracing",
16486 "uuid",
16487 "whoami",
16488]
16489
16490[[package]]
16491name = "sqlx-postgres"
16492version = "0.8.6"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16495dependencies = [
16496 "atoi",
16497 "base64 0.22.1",
16498 "bigdecimal",
16499 "bitflags 2.10.0",
16500 "byteorder",
16501 "chrono",
16502 "crc",
16503 "dotenvy",
16504 "etcetera",
16505 "futures-channel",
16506 "futures-core",
16507 "futures-util",
16508 "hex",
16509 "hkdf",
16510 "hmac",
16511 "home",
16512 "itoa",
16513 "log",
16514 "md-5",
16515 "memchr",
16516 "num-bigint",
16517 "once_cell",
16518 "rand 0.8.5",
16519 "rust_decimal",
16520 "serde",
16521 "serde_json",
16522 "sha2",
16523 "smallvec",
16524 "sqlx-core",
16525 "stringprep",
16526 "thiserror 2.0.17",
16527 "time",
16528 "tracing",
16529 "uuid",
16530 "whoami",
16531]
16532
16533[[package]]
16534name = "sqlx-sqlite"
16535version = "0.8.6"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16538dependencies = [
16539 "atoi",
16540 "chrono",
16541 "flume",
16542 "futures-channel",
16543 "futures-core",
16544 "futures-executor",
16545 "futures-intrusive",
16546 "futures-util",
16547 "libsqlite3-sys",
16548 "log",
16549 "percent-encoding",
16550 "serde",
16551 "serde_urlencoded",
16552 "sqlx-core",
16553 "thiserror 2.0.17",
16554 "time",
16555 "tracing",
16556 "url",
16557 "uuid",
16558]
16559
16560[[package]]
16561name = "stable_deref_trait"
16562version = "1.2.1"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16565
16566[[package]]
16567name = "stacker"
16568version = "0.1.23"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16571dependencies = [
16572 "cc",
16573 "cfg-if",
16574 "libc",
16575 "psm",
16576 "windows-sys 0.59.0",
16577]
16578
16579[[package]]
16580name = "stacksafe"
16581version = "0.1.4"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16584dependencies = [
16585 "stacker",
16586 "stacksafe-macro",
16587]
16588
16589[[package]]
16590name = "stacksafe-macro"
16591version = "0.1.4"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16594dependencies = [
16595 "proc-macro-error2",
16596 "quote",
16597 "syn 2.0.117",
16598]
16599
16600[[package]]
16601name = "static_assertions"
16602version = "1.1.0"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16605
16606[[package]]
16607name = "story"
16608version = "0.1.0"
16609dependencies = [
16610 "gpui",
16611 "itertools 0.14.0",
16612 "smallvec",
16613]
16614
16615[[package]]
16616name = "storybook"
16617version = "0.1.0"
16618dependencies = [
16619 "anyhow",
16620 "clap",
16621 "ctrlc",
16622 "dialoguer",
16623 "editor",
16624 "fuzzy",
16625 "gpui",
16626 "gpui_platform",
16627 "indoc",
16628 "language",
16629 "log",
16630 "menu",
16631 "picker",
16632 "reqwest_client",
16633 "rust-embed",
16634 "settings",
16635 "simplelog",
16636 "story",
16637 "strum 0.27.2",
16638 "theme",
16639 "title_bar",
16640 "ui",
16641]
16642
16643[[package]]
16644name = "streaming-iterator"
16645version = "0.1.9"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16648
16649[[package]]
16650name = "streaming_diff"
16651version = "0.1.0"
16652dependencies = [
16653 "ordered-float 2.10.1",
16654 "rand 0.9.2",
16655 "rope",
16656 "util",
16657]
16658
16659[[package]]
16660name = "strength_reduce"
16661version = "0.2.4"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16664
16665[[package]]
16666name = "strict-num"
16667version = "0.1.1"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16670dependencies = [
16671 "float-cmp",
16672]
16673
16674[[package]]
16675name = "string_cache"
16676version = "0.8.9"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16679dependencies = [
16680 "new_debug_unreachable",
16681 "parking_lot",
16682 "phf_shared 0.11.3",
16683 "precomputed-hash",
16684 "serde",
16685]
16686
16687[[package]]
16688name = "string_cache_codegen"
16689version = "0.5.4"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16692dependencies = [
16693 "phf_generator 0.11.3",
16694 "phf_shared 0.11.3",
16695 "proc-macro2",
16696 "quote",
16697]
16698
16699[[package]]
16700name = "stringprep"
16701version = "0.1.5"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16704dependencies = [
16705 "unicode-bidi",
16706 "unicode-normalization",
16707 "unicode-properties",
16708]
16709
16710[[package]]
16711name = "strsim"
16712version = "0.11.1"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16715
16716[[package]]
16717name = "strum"
16718version = "0.26.3"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16721
16722[[package]]
16723name = "strum"
16724version = "0.27.2"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16727dependencies = [
16728 "strum_macros 0.27.2",
16729]
16730
16731[[package]]
16732name = "strum"
16733version = "0.28.0"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16736dependencies = [
16737 "strum_macros 0.28.0",
16738]
16739
16740[[package]]
16741name = "strum_macros"
16742version = "0.27.2"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16745dependencies = [
16746 "heck 0.5.0",
16747 "proc-macro2",
16748 "quote",
16749 "syn 2.0.117",
16750]
16751
16752[[package]]
16753name = "strum_macros"
16754version = "0.28.0"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16757dependencies = [
16758 "heck 0.5.0",
16759 "proc-macro2",
16760 "quote",
16761 "syn 2.0.117",
16762]
16763
16764[[package]]
16765name = "subtle"
16766version = "2.6.1"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16769
16770[[package]]
16771name = "sum_tree"
16772version = "0.1.0"
16773dependencies = [
16774 "ctor",
16775 "heapless",
16776 "log",
16777 "proptest",
16778 "rand 0.9.2",
16779 "rayon",
16780 "tracing",
16781 "zlog",
16782 "ztracing",
16783]
16784
16785[[package]]
16786name = "sval"
16787version = "2.15.0"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16790
16791[[package]]
16792name = "sval_buffer"
16793version = "2.15.0"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16796dependencies = [
16797 "sval",
16798 "sval_ref",
16799]
16800
16801[[package]]
16802name = "sval_dynamic"
16803version = "2.15.0"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16806dependencies = [
16807 "sval",
16808]
16809
16810[[package]]
16811name = "sval_fmt"
16812version = "2.15.0"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16815dependencies = [
16816 "itoa",
16817 "ryu",
16818 "sval",
16819]
16820
16821[[package]]
16822name = "sval_json"
16823version = "2.15.0"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16826dependencies = [
16827 "itoa",
16828 "ryu",
16829 "sval",
16830]
16831
16832[[package]]
16833name = "sval_nested"
16834version = "2.15.0"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16837dependencies = [
16838 "sval",
16839 "sval_buffer",
16840 "sval_ref",
16841]
16842
16843[[package]]
16844name = "sval_ref"
16845version = "2.15.0"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16848dependencies = [
16849 "sval",
16850]
16851
16852[[package]]
16853name = "sval_serde"
16854version = "2.15.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16857dependencies = [
16858 "serde_core",
16859 "sval",
16860 "sval_nested",
16861]
16862
16863[[package]]
16864name = "svg_fmt"
16865version = "0.4.5"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16868
16869[[package]]
16870name = "svg_preview"
16871version = "0.1.0"
16872dependencies = [
16873 "file_icons",
16874 "gpui",
16875 "language",
16876 "multi_buffer",
16877 "ui",
16878 "workspace",
16879 "zed_actions",
16880]
16881
16882[[package]]
16883name = "svgtypes"
16884version = "0.15.3"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16887dependencies = [
16888 "kurbo",
16889 "siphasher 1.0.1",
16890]
16891
16892[[package]]
16893name = "swash"
16894version = "0.2.6"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16897dependencies = [
16898 "skrifa 0.37.0",
16899 "yazi",
16900 "zeno",
16901]
16902
16903[[package]]
16904name = "symphonia"
16905version = "0.5.5"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16908dependencies = [
16909 "lazy_static",
16910 "symphonia-bundle-flac",
16911 "symphonia-bundle-mp3",
16912 "symphonia-codec-aac",
16913 "symphonia-codec-pcm",
16914 "symphonia-codec-vorbis",
16915 "symphonia-core",
16916 "symphonia-format-isomp4",
16917 "symphonia-format-ogg",
16918 "symphonia-format-riff",
16919 "symphonia-metadata",
16920]
16921
16922[[package]]
16923name = "symphonia-bundle-flac"
16924version = "0.5.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16927dependencies = [
16928 "log",
16929 "symphonia-core",
16930 "symphonia-metadata",
16931 "symphonia-utils-xiph",
16932]
16933
16934[[package]]
16935name = "symphonia-bundle-mp3"
16936version = "0.5.5"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16939dependencies = [
16940 "lazy_static",
16941 "log",
16942 "symphonia-core",
16943 "symphonia-metadata",
16944]
16945
16946[[package]]
16947name = "symphonia-codec-aac"
16948version = "0.5.5"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16951dependencies = [
16952 "lazy_static",
16953 "log",
16954 "symphonia-core",
16955]
16956
16957[[package]]
16958name = "symphonia-codec-pcm"
16959version = "0.5.5"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16962dependencies = [
16963 "log",
16964 "symphonia-core",
16965]
16966
16967[[package]]
16968name = "symphonia-codec-vorbis"
16969version = "0.5.5"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16972dependencies = [
16973 "log",
16974 "symphonia-core",
16975 "symphonia-utils-xiph",
16976]
16977
16978[[package]]
16979name = "symphonia-core"
16980version = "0.5.5"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16983dependencies = [
16984 "arrayvec",
16985 "bitflags 1.3.2",
16986 "bytemuck",
16987 "lazy_static",
16988 "log",
16989]
16990
16991[[package]]
16992name = "symphonia-format-isomp4"
16993version = "0.5.5"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16996dependencies = [
16997 "encoding_rs",
16998 "log",
16999 "symphonia-core",
17000 "symphonia-metadata",
17001 "symphonia-utils-xiph",
17002]
17003
17004[[package]]
17005name = "symphonia-format-ogg"
17006version = "0.5.5"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17009dependencies = [
17010 "log",
17011 "symphonia-core",
17012 "symphonia-metadata",
17013 "symphonia-utils-xiph",
17014]
17015
17016[[package]]
17017name = "symphonia-format-riff"
17018version = "0.5.5"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17021dependencies = [
17022 "extended",
17023 "log",
17024 "symphonia-core",
17025 "symphonia-metadata",
17026]
17027
17028[[package]]
17029name = "symphonia-metadata"
17030version = "0.5.5"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17033dependencies = [
17034 "encoding_rs",
17035 "lazy_static",
17036 "log",
17037 "symphonia-core",
17038]
17039
17040[[package]]
17041name = "symphonia-utils-xiph"
17042version = "0.5.5"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17045dependencies = [
17046 "symphonia-core",
17047 "symphonia-metadata",
17048]
17049
17050[[package]]
17051name = "syn"
17052version = "1.0.109"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17055dependencies = [
17056 "proc-macro2",
17057 "quote",
17058 "unicode-ident",
17059]
17060
17061[[package]]
17062name = "syn"
17063version = "2.0.117"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17066dependencies = [
17067 "proc-macro2",
17068 "quote",
17069 "unicode-ident",
17070]
17071
17072[[package]]
17073name = "sync_wrapper"
17074version = "0.1.2"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17077
17078[[package]]
17079name = "sync_wrapper"
17080version = "1.0.2"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17083dependencies = [
17084 "futures-core",
17085]
17086
17087[[package]]
17088name = "synchronoise"
17089version = "1.0.1"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17092dependencies = [
17093 "crossbeam-queue",
17094]
17095
17096[[package]]
17097name = "synstructure"
17098version = "0.13.2"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17101dependencies = [
17102 "proc-macro2",
17103 "quote",
17104 "syn 2.0.117",
17105]
17106
17107[[package]]
17108name = "sys-locale"
17109version = "0.3.2"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17112dependencies = [
17113 "libc",
17114]
17115
17116[[package]]
17117name = "sysctl"
17118version = "0.5.5"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
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 = "sysctl"
17132version = "0.6.0"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17135dependencies = [
17136 "bitflags 2.10.0",
17137 "byteorder",
17138 "enum-as-inner",
17139 "libc",
17140 "thiserror 1.0.69",
17141 "walkdir",
17142]
17143
17144[[package]]
17145name = "sysinfo"
17146version = "0.31.4"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17149dependencies = [
17150 "core-foundation-sys",
17151 "libc",
17152 "memchr",
17153 "ntapi",
17154 "rayon",
17155 "windows 0.57.0",
17156]
17157
17158[[package]]
17159name = "sysinfo"
17160version = "0.37.2"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17163dependencies = [
17164 "libc",
17165 "memchr",
17166 "ntapi",
17167 "objc2-core-foundation",
17168 "objc2-io-kit",
17169 "windows 0.61.3",
17170]
17171
17172[[package]]
17173name = "system-configuration"
17174version = "0.5.1"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17177dependencies = [
17178 "bitflags 1.3.2",
17179 "core-foundation 0.9.4",
17180 "system-configuration-sys 0.5.0",
17181]
17182
17183[[package]]
17184name = "system-configuration"
17185version = "0.6.1"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17188dependencies = [
17189 "bitflags 2.10.0",
17190 "core-foundation 0.9.4",
17191 "system-configuration-sys 0.6.0",
17192]
17193
17194[[package]]
17195name = "system-configuration-sys"
17196version = "0.5.0"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17199dependencies = [
17200 "core-foundation-sys",
17201 "libc",
17202]
17203
17204[[package]]
17205name = "system-configuration-sys"
17206version = "0.6.0"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17209dependencies = [
17210 "core-foundation-sys",
17211 "libc",
17212]
17213
17214[[package]]
17215name = "system-deps"
17216version = "6.2.2"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17219dependencies = [
17220 "cfg-expr 0.15.8",
17221 "heck 0.5.0",
17222 "pkg-config",
17223 "toml 0.8.23",
17224 "version-compare",
17225]
17226
17227[[package]]
17228name = "system-deps"
17229version = "7.0.7"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17232dependencies = [
17233 "cfg-expr 0.20.6",
17234 "heck 0.5.0",
17235 "pkg-config",
17236 "toml 0.9.8",
17237 "version-compare",
17238]
17239
17240[[package]]
17241name = "system-interface"
17242version = "0.27.3"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17245dependencies = [
17246 "bitflags 2.10.0",
17247 "cap-fs-ext",
17248 "cap-std",
17249 "fd-lock",
17250 "io-lifetimes",
17251 "rustix 0.38.44",
17252 "windows-sys 0.59.0",
17253 "winx",
17254]
17255
17256[[package]]
17257name = "system_specs"
17258version = "0.1.0"
17259dependencies = [
17260 "anyhow",
17261 "client",
17262 "gpui",
17263 "human_bytes",
17264 "pciid-parser",
17265 "release_channel",
17266 "semver",
17267 "serde",
17268 "sysinfo 0.37.2",
17269]
17270
17271[[package]]
17272name = "tab_switcher"
17273version = "0.1.0"
17274dependencies = [
17275 "collections",
17276 "ctor",
17277 "editor",
17278 "fuzzy",
17279 "gpui",
17280 "menu",
17281 "picker",
17282 "project",
17283 "schemars",
17284 "serde",
17285 "serde_json",
17286 "settings",
17287 "smol",
17288 "theme",
17289 "ui",
17290 "util",
17291 "workspace",
17292 "zlog",
17293]
17294
17295[[package]]
17296name = "taffy"
17297version = "0.9.0"
17298source = "registry+https://github.com/rust-lang/crates.io-index"
17299checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17300dependencies = [
17301 "arrayvec",
17302 "grid",
17303 "serde",
17304 "slotmap",
17305]
17306
17307[[package]]
17308name = "tagptr"
17309version = "0.2.0"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17312
17313[[package]]
17314name = "take-until"
17315version = "0.2.0"
17316source = "registry+https://github.com/rust-lang/crates.io-index"
17317checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17318
17319[[package]]
17320name = "tao-core-video-sys"
17321version = "0.2.0"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17324dependencies = [
17325 "cfg-if",
17326 "core-foundation-sys",
17327 "libc",
17328 "objc",
17329]
17330
17331[[package]]
17332name = "tap"
17333version = "1.0.1"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17336
17337[[package]]
17338name = "target-lexicon"
17339version = "0.12.16"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17342
17343[[package]]
17344name = "target-lexicon"
17345version = "0.13.3"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17348
17349[[package]]
17350name = "task"
17351version = "0.1.0"
17352dependencies = [
17353 "anyhow",
17354 "collections",
17355 "futures 0.3.31",
17356 "gpui",
17357 "hex",
17358 "log",
17359 "parking_lot",
17360 "pretty_assertions",
17361 "proto",
17362 "schemars",
17363 "serde",
17364 "serde_json",
17365 "serde_json_lenient",
17366 "sha2",
17367 "shellexpand 2.1.2",
17368 "util",
17369 "zed_actions",
17370]
17371
17372[[package]]
17373name = "tasks_ui"
17374version = "0.1.0"
17375dependencies = [
17376 "anyhow",
17377 "collections",
17378 "editor",
17379 "file_icons",
17380 "fuzzy",
17381 "gpui",
17382 "itertools 0.14.0",
17383 "language",
17384 "menu",
17385 "picker",
17386 "project",
17387 "serde",
17388 "serde_json",
17389 "task",
17390 "tree-sitter-rust",
17391 "tree-sitter-typescript",
17392 "ui",
17393 "util",
17394 "workspace",
17395 "zed_actions",
17396]
17397
17398[[package]]
17399name = "telemetry"
17400version = "0.1.0"
17401dependencies = [
17402 "futures 0.3.31",
17403 "serde",
17404 "serde_json",
17405 "telemetry_events",
17406]
17407
17408[[package]]
17409name = "telemetry_events"
17410version = "0.1.0"
17411dependencies = [
17412 "semver",
17413 "serde",
17414 "serde_json",
17415]
17416
17417[[package]]
17418name = "tempfile"
17419version = "3.23.0"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17422dependencies = [
17423 "fastrand 2.3.0",
17424 "getrandom 0.3.4",
17425 "once_cell",
17426 "rustix 1.1.2",
17427 "windows-sys 0.61.2",
17428]
17429
17430[[package]]
17431name = "tendril"
17432version = "0.4.3"
17433source = "registry+https://github.com/rust-lang/crates.io-index"
17434checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17435dependencies = [
17436 "futf",
17437 "mac",
17438 "utf-8",
17439]
17440
17441[[package]]
17442name = "termcolor"
17443version = "1.4.1"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17446dependencies = [
17447 "winapi-util",
17448]
17449
17450[[package]]
17451name = "terminal"
17452version = "0.1.0"
17453dependencies = [
17454 "alacritty_terminal",
17455 "anyhow",
17456 "collections",
17457 "futures 0.3.31",
17458 "gpui",
17459 "itertools 0.14.0",
17460 "libc",
17461 "log",
17462 "parking_lot",
17463 "rand 0.9.2",
17464 "regex",
17465 "release_channel",
17466 "schemars",
17467 "serde",
17468 "settings",
17469 "smol",
17470 "sysinfo 0.37.2",
17471 "task",
17472 "theme",
17473 "thiserror 2.0.17",
17474 "url",
17475 "urlencoding",
17476 "util",
17477 "util_macros",
17478 "windows 0.61.3",
17479]
17480
17481[[package]]
17482name = "terminal_size"
17483version = "0.4.3"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17486dependencies = [
17487 "rustix 1.1.2",
17488 "windows-sys 0.60.2",
17489]
17490
17491[[package]]
17492name = "terminal_view"
17493version = "0.1.0"
17494dependencies = [
17495 "anyhow",
17496 "assistant_slash_command",
17497 "async-recursion",
17498 "breadcrumbs",
17499 "collections",
17500 "db",
17501 "dirs 4.0.0",
17502 "editor",
17503 "futures 0.3.31",
17504 "gpui",
17505 "itertools 0.14.0",
17506 "language",
17507 "log",
17508 "menu",
17509 "pretty_assertions",
17510 "project",
17511 "regex",
17512 "schemars",
17513 "serde",
17514 "serde_json",
17515 "settings",
17516 "shellexpand 2.1.2",
17517 "task",
17518 "terminal",
17519 "theme",
17520 "ui",
17521 "util",
17522 "workspace",
17523 "zed_actions",
17524]
17525
17526[[package]]
17527name = "text"
17528version = "0.1.0"
17529dependencies = [
17530 "anyhow",
17531 "clock",
17532 "collections",
17533 "ctor",
17534 "gpui",
17535 "log",
17536 "parking_lot",
17537 "postage",
17538 "rand 0.9.2",
17539 "regex",
17540 "rope",
17541 "smallvec",
17542 "sum_tree",
17543 "util",
17544 "zlog",
17545]
17546
17547[[package]]
17548name = "theme"
17549version = "0.1.0"
17550dependencies = [
17551 "anyhow",
17552 "collections",
17553 "derive_more",
17554 "fs",
17555 "futures 0.3.31",
17556 "gpui",
17557 "log",
17558 "palette",
17559 "parking_lot",
17560 "refineable",
17561 "schemars",
17562 "serde",
17563 "serde_json",
17564 "serde_json_lenient",
17565 "settings",
17566 "strum 0.27.2",
17567 "thiserror 2.0.17",
17568 "util",
17569 "uuid",
17570]
17571
17572[[package]]
17573name = "theme_extension"
17574version = "0.1.0"
17575dependencies = [
17576 "anyhow",
17577 "extension",
17578 "fs",
17579 "gpui",
17580 "theme",
17581]
17582
17583[[package]]
17584name = "theme_importer"
17585version = "0.1.0"
17586dependencies = [
17587 "anyhow",
17588 "clap",
17589 "collections",
17590 "gpui",
17591 "indexmap",
17592 "log",
17593 "palette",
17594 "serde",
17595 "serde_json",
17596 "serde_json_lenient",
17597 "simplelog",
17598 "strum 0.27.2",
17599 "theme",
17600 "vscode_theme",
17601]
17602
17603[[package]]
17604name = "theme_selector"
17605version = "0.1.0"
17606dependencies = [
17607 "fs",
17608 "fuzzy",
17609 "gpui",
17610 "log",
17611 "picker",
17612 "serde",
17613 "settings",
17614 "telemetry",
17615 "theme",
17616 "ui",
17617 "util",
17618 "workspace",
17619 "zed_actions",
17620]
17621
17622[[package]]
17623name = "thiserror"
17624version = "1.0.69"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17627dependencies = [
17628 "thiserror-impl 1.0.69",
17629]
17630
17631[[package]]
17632name = "thiserror"
17633version = "2.0.17"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17636dependencies = [
17637 "thiserror-impl 2.0.17",
17638]
17639
17640[[package]]
17641name = "thiserror-impl"
17642version = "1.0.69"
17643source = "registry+https://github.com/rust-lang/crates.io-index"
17644checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17645dependencies = [
17646 "proc-macro2",
17647 "quote",
17648 "syn 2.0.117",
17649]
17650
17651[[package]]
17652name = "thiserror-impl"
17653version = "2.0.17"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17656dependencies = [
17657 "proc-macro2",
17658 "quote",
17659 "syn 2.0.117",
17660]
17661
17662[[package]]
17663name = "thread_local"
17664version = "1.1.9"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17667dependencies = [
17668 "cfg-if",
17669]
17670
17671[[package]]
17672name = "tiff"
17673version = "0.10.3"
17674source = "registry+https://github.com/rust-lang/crates.io-index"
17675checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17676dependencies = [
17677 "fax",
17678 "flate2",
17679 "half",
17680 "quick-error 2.0.1",
17681 "weezl",
17682 "zune-jpeg",
17683]
17684
17685[[package]]
17686name = "tiktoken-rs"
17687version = "0.9.1"
17688source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17689dependencies = [
17690 "anyhow",
17691 "base64 0.22.1",
17692 "bstr",
17693 "fancy-regex 0.16.2",
17694 "lazy_static",
17695 "regex",
17696 "rustc-hash 1.1.0",
17697]
17698
17699[[package]]
17700name = "time"
17701version = "0.3.47"
17702source = "registry+https://github.com/rust-lang/crates.io-index"
17703checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17704dependencies = [
17705 "deranged",
17706 "itoa",
17707 "libc",
17708 "num-conv",
17709 "num_threads",
17710 "powerfmt",
17711 "serde_core",
17712 "time-core",
17713 "time-macros",
17714]
17715
17716[[package]]
17717name = "time-core"
17718version = "0.1.8"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17721
17722[[package]]
17723name = "time-macros"
17724version = "0.2.27"
17725source = "registry+https://github.com/rust-lang/crates.io-index"
17726checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17727dependencies = [
17728 "num-conv",
17729 "time-core",
17730]
17731
17732[[package]]
17733name = "time_format"
17734version = "0.1.0"
17735dependencies = [
17736 "core-foundation 0.10.0",
17737 "core-foundation-sys",
17738 "sys-locale",
17739 "time",
17740 "windows 0.61.3",
17741]
17742
17743[[package]]
17744name = "tiny-keccak"
17745version = "2.0.2"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17748dependencies = [
17749 "crunchy",
17750]
17751
17752[[package]]
17753name = "tiny-skia"
17754version = "0.11.4"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17757dependencies = [
17758 "arrayref",
17759 "arrayvec",
17760 "bytemuck",
17761 "cfg-if",
17762 "log",
17763 "png 0.17.16",
17764 "tiny-skia-path",
17765]
17766
17767[[package]]
17768name = "tiny-skia-path"
17769version = "0.11.4"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17772dependencies = [
17773 "arrayref",
17774 "bytemuck",
17775 "strict-num",
17776]
17777
17778[[package]]
17779name = "tiny_http"
17780version = "0.12.0"
17781source = "registry+https://github.com/rust-lang/crates.io-index"
17782checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17783dependencies = [
17784 "ascii",
17785 "chunked_transfer",
17786 "httpdate",
17787 "log",
17788]
17789
17790[[package]]
17791name = "tinystr"
17792version = "0.8.1"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17795dependencies = [
17796 "displaydoc",
17797 "zerovec",
17798]
17799
17800[[package]]
17801name = "tinytemplate"
17802version = "1.2.1"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17805dependencies = [
17806 "serde",
17807 "serde_json",
17808]
17809
17810[[package]]
17811name = "tinyvec"
17812version = "1.10.0"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17815dependencies = [
17816 "tinyvec_macros",
17817]
17818
17819[[package]]
17820name = "tinyvec_macros"
17821version = "0.1.1"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17824
17825[[package]]
17826name = "title_bar"
17827version = "0.1.0"
17828dependencies = [
17829 "anyhow",
17830 "auto_update",
17831 "call",
17832 "channel",
17833 "chrono",
17834 "client",
17835 "cloud_api_types",
17836 "db",
17837 "git_ui",
17838 "gpui",
17839 "icons",
17840 "livekit_client",
17841 "notifications",
17842 "platform_title_bar",
17843 "project",
17844 "recent_projects",
17845 "release_channel",
17846 "remote",
17847 "remote_connection",
17848 "rpc",
17849 "schemars",
17850 "semver",
17851 "serde",
17852 "settings",
17853 "smallvec",
17854 "story",
17855 "telemetry",
17856 "theme",
17857 "ui",
17858 "util",
17859 "windows 0.61.3",
17860 "workspace",
17861 "zed_actions",
17862]
17863
17864[[package]]
17865name = "tokio"
17866version = "1.48.0"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17869dependencies = [
17870 "bytes 1.11.1",
17871 "libc",
17872 "mio 1.1.0",
17873 "parking_lot",
17874 "pin-project-lite",
17875 "signal-hook-registry",
17876 "socket2 0.6.1",
17877 "tokio-macros",
17878 "windows-sys 0.61.2",
17879]
17880
17881[[package]]
17882name = "tokio-io"
17883version = "0.1.13"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17886dependencies = [
17887 "bytes 0.4.12",
17888 "futures 0.1.31",
17889 "log",
17890]
17891
17892[[package]]
17893name = "tokio-macros"
17894version = "2.6.0"
17895source = "registry+https://github.com/rust-lang/crates.io-index"
17896checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17897dependencies = [
17898 "proc-macro2",
17899 "quote",
17900 "syn 2.0.117",
17901]
17902
17903[[package]]
17904name = "tokio-native-tls"
17905version = "0.3.1"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17908dependencies = [
17909 "native-tls",
17910 "tokio",
17911]
17912
17913[[package]]
17914name = "tokio-rustls"
17915version = "0.24.1"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17918dependencies = [
17919 "rustls 0.21.12",
17920 "tokio",
17921]
17922
17923[[package]]
17924name = "tokio-rustls"
17925version = "0.26.2"
17926source = "registry+https://github.com/rust-lang/crates.io-index"
17927checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17928dependencies = [
17929 "rustls 0.23.33",
17930 "tokio",
17931]
17932
17933[[package]]
17934name = "tokio-socks"
17935version = "0.5.2"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17938dependencies = [
17939 "either",
17940 "futures-io",
17941 "futures-util",
17942 "thiserror 1.0.69",
17943 "tokio",
17944]
17945
17946[[package]]
17947name = "tokio-stream"
17948version = "0.1.17"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17951dependencies = [
17952 "futures-core",
17953 "pin-project-lite",
17954 "tokio",
17955]
17956
17957[[package]]
17958name = "tokio-tungstenite"
17959version = "0.20.1"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17962dependencies = [
17963 "futures-util",
17964 "log",
17965 "tokio",
17966 "tungstenite 0.20.1",
17967]
17968
17969[[package]]
17970name = "tokio-tungstenite"
17971version = "0.21.0"
17972source = "registry+https://github.com/rust-lang/crates.io-index"
17973checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17974dependencies = [
17975 "futures-util",
17976 "log",
17977 "tokio",
17978 "tungstenite 0.21.0",
17979]
17980
17981[[package]]
17982name = "tokio-tungstenite"
17983version = "0.28.0"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17986dependencies = [
17987 "futures-util",
17988 "log",
17989 "rustls 0.23.33",
17990 "rustls-native-certs 0.8.2",
17991 "rustls-pki-types",
17992 "tokio",
17993 "tokio-rustls 0.26.2",
17994 "tungstenite 0.28.0",
17995]
17996
17997[[package]]
17998name = "tokio-util"
17999version = "0.7.16"
18000source = "registry+https://github.com/rust-lang/crates.io-index"
18001checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18002dependencies = [
18003 "bytes 1.11.1",
18004 "futures-core",
18005 "futures-io",
18006 "futures-sink",
18007 "pin-project-lite",
18008 "tokio",
18009]
18010
18011[[package]]
18012name = "toml"
18013version = "0.5.11"
18014source = "registry+https://github.com/rust-lang/crates.io-index"
18015checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18016dependencies = [
18017 "serde",
18018]
18019
18020[[package]]
18021name = "toml"
18022version = "0.8.23"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18025dependencies = [
18026 "serde",
18027 "serde_spanned 0.6.9",
18028 "toml_datetime 0.6.11",
18029 "toml_edit 0.22.27",
18030]
18031
18032[[package]]
18033name = "toml"
18034version = "0.9.8"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18037dependencies = [
18038 "indexmap",
18039 "serde_core",
18040 "serde_spanned 1.0.3",
18041 "toml_datetime 0.7.3",
18042 "toml_parser",
18043 "toml_writer",
18044 "winnow",
18045]
18046
18047[[package]]
18048name = "toml_datetime"
18049version = "0.6.11"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18052dependencies = [
18053 "serde",
18054]
18055
18056[[package]]
18057name = "toml_datetime"
18058version = "0.7.3"
18059source = "registry+https://github.com/rust-lang/crates.io-index"
18060checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18061dependencies = [
18062 "serde_core",
18063]
18064
18065[[package]]
18066name = "toml_edit"
18067version = "0.22.27"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18070dependencies = [
18071 "indexmap",
18072 "serde",
18073 "serde_spanned 0.6.9",
18074 "toml_datetime 0.6.11",
18075 "toml_write",
18076 "winnow",
18077]
18078
18079[[package]]
18080name = "toml_edit"
18081version = "0.23.7"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18084dependencies = [
18085 "indexmap",
18086 "toml_datetime 0.7.3",
18087 "toml_parser",
18088 "winnow",
18089]
18090
18091[[package]]
18092name = "toml_parser"
18093version = "1.0.4"
18094source = "registry+https://github.com/rust-lang/crates.io-index"
18095checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18096dependencies = [
18097 "winnow",
18098]
18099
18100[[package]]
18101name = "toml_write"
18102version = "0.1.2"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18105
18106[[package]]
18107name = "toml_writer"
18108version = "1.0.4"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18111
18112[[package]]
18113name = "toolchain_selector"
18114version = "0.1.0"
18115dependencies = [
18116 "anyhow",
18117 "convert_case 0.8.0",
18118 "editor",
18119 "futures 0.3.31",
18120 "fuzzy",
18121 "gpui",
18122 "language",
18123 "menu",
18124 "open_path_prompt",
18125 "picker",
18126 "project",
18127 "ui",
18128 "util",
18129 "workspace",
18130]
18131
18132[[package]]
18133name = "topological-sort"
18134version = "0.2.2"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18137
18138[[package]]
18139name = "tower"
18140version = "0.4.13"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18143dependencies = [
18144 "futures-core",
18145 "futures-util",
18146 "pin-project",
18147 "pin-project-lite",
18148 "tokio",
18149 "tower-layer",
18150 "tower-service",
18151 "tracing",
18152]
18153
18154[[package]]
18155name = "tower"
18156version = "0.5.2"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18159dependencies = [
18160 "futures-core",
18161 "futures-util",
18162 "pin-project-lite",
18163 "sync_wrapper 1.0.2",
18164 "tokio",
18165 "tower-layer",
18166 "tower-service",
18167]
18168
18169[[package]]
18170name = "tower-http"
18171version = "0.4.4"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18174dependencies = [
18175 "bitflags 2.10.0",
18176 "bytes 1.11.1",
18177 "futures-core",
18178 "futures-util",
18179 "http 0.2.12",
18180 "http-body 0.4.6",
18181 "http-range-header",
18182 "pin-project-lite",
18183 "tower-layer",
18184 "tower-service",
18185 "tracing",
18186]
18187
18188[[package]]
18189name = "tower-http"
18190version = "0.6.6"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18193dependencies = [
18194 "bitflags 2.10.0",
18195 "bytes 1.11.1",
18196 "futures-util",
18197 "http 1.3.1",
18198 "http-body 1.0.1",
18199 "iri-string",
18200 "pin-project-lite",
18201 "tower 0.5.2",
18202 "tower-layer",
18203 "tower-service",
18204]
18205
18206[[package]]
18207name = "tower-layer"
18208version = "0.3.3"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18211
18212[[package]]
18213name = "tower-service"
18214version = "0.3.3"
18215source = "registry+https://github.com/rust-lang/crates.io-index"
18216checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18217
18218[[package]]
18219name = "tracing"
18220version = "0.1.43"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18223dependencies = [
18224 "log",
18225 "pin-project-lite",
18226 "tracing-attributes",
18227 "tracing-core",
18228]
18229
18230[[package]]
18231name = "tracing-attributes"
18232version = "0.1.31"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18235dependencies = [
18236 "proc-macro2",
18237 "quote",
18238 "syn 2.0.117",
18239]
18240
18241[[package]]
18242name = "tracing-core"
18243version = "0.1.35"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18246dependencies = [
18247 "once_cell",
18248 "valuable",
18249]
18250
18251[[package]]
18252name = "tracing-log"
18253version = "0.2.0"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18256dependencies = [
18257 "log",
18258 "once_cell",
18259 "tracing-core",
18260]
18261
18262[[package]]
18263name = "tracing-serde"
18264version = "0.2.0"
18265source = "registry+https://github.com/rust-lang/crates.io-index"
18266checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18267dependencies = [
18268 "serde",
18269 "tracing-core",
18270]
18271
18272[[package]]
18273name = "tracing-subscriber"
18274version = "0.3.22"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18277dependencies = [
18278 "matchers",
18279 "nu-ansi-term",
18280 "once_cell",
18281 "regex-automata",
18282 "serde",
18283 "serde_json",
18284 "sharded-slab",
18285 "smallvec",
18286 "thread_local",
18287 "tracing",
18288 "tracing-core",
18289 "tracing-log",
18290 "tracing-serde",
18291]
18292
18293[[package]]
18294name = "tracing-tracy"
18295version = "0.11.4"
18296source = "registry+https://github.com/rust-lang/crates.io-index"
18297checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18298dependencies = [
18299 "tracing-core",
18300 "tracing-subscriber",
18301 "tracy-client",
18302]
18303
18304[[package]]
18305name = "tracy-client"
18306version = "0.18.3"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18309dependencies = [
18310 "loom",
18311 "once_cell",
18312 "tracy-client-sys",
18313]
18314
18315[[package]]
18316name = "tracy-client-sys"
18317version = "0.27.0"
18318source = "registry+https://github.com/rust-lang/crates.io-index"
18319checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18320dependencies = [
18321 "cc",
18322 "windows-targets 0.52.6",
18323]
18324
18325[[package]]
18326name = "trait-variant"
18327version = "0.1.2"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18330dependencies = [
18331 "proc-macro2",
18332 "quote",
18333 "syn 2.0.117",
18334]
18335
18336[[package]]
18337name = "transpose"
18338version = "0.2.3"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18341dependencies = [
18342 "num-integer",
18343 "strength_reduce",
18344]
18345
18346[[package]]
18347name = "tree-sitter"
18348version = "0.26.3"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18351dependencies = [
18352 "cc",
18353 "regex",
18354 "regex-syntax",
18355 "serde_json",
18356 "streaming-iterator",
18357 "tree-sitter-language",
18358 "wasmtime-c-api-impl",
18359]
18360
18361[[package]]
18362name = "tree-sitter-bash"
18363version = "0.25.1"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18366dependencies = [
18367 "cc",
18368 "tree-sitter-language",
18369]
18370
18371[[package]]
18372name = "tree-sitter-c"
18373version = "0.24.1"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18376dependencies = [
18377 "cc",
18378 "tree-sitter-language",
18379]
18380
18381[[package]]
18382name = "tree-sitter-cpp"
18383version = "0.23.4"
18384source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18385dependencies = [
18386 "cc",
18387 "tree-sitter-language",
18388]
18389
18390[[package]]
18391name = "tree-sitter-css"
18392version = "0.23.2"
18393source = "registry+https://github.com/rust-lang/crates.io-index"
18394checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18395dependencies = [
18396 "cc",
18397 "tree-sitter-language",
18398]
18399
18400[[package]]
18401name = "tree-sitter-diff"
18402version = "0.1.0"
18403source = "registry+https://github.com/rust-lang/crates.io-index"
18404checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18405dependencies = [
18406 "cc",
18407 "tree-sitter-language",
18408]
18409
18410[[package]]
18411name = "tree-sitter-elixir"
18412version = "0.3.4"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18415dependencies = [
18416 "cc",
18417 "tree-sitter-language",
18418]
18419
18420[[package]]
18421name = "tree-sitter-embedded-template"
18422version = "0.23.2"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18425dependencies = [
18426 "cc",
18427 "tree-sitter-language",
18428]
18429
18430[[package]]
18431name = "tree-sitter-gitcommit"
18432version = "0.0.1"
18433source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18434dependencies = [
18435 "cc",
18436 "tree-sitter-language",
18437]
18438
18439[[package]]
18440name = "tree-sitter-go"
18441version = "0.25.0"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18444dependencies = [
18445 "cc",
18446 "tree-sitter-language",
18447]
18448
18449[[package]]
18450name = "tree-sitter-gomod"
18451version = "1.1.1"
18452source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18453dependencies = [
18454 "cc",
18455 "tree-sitter-language",
18456]
18457
18458[[package]]
18459name = "tree-sitter-gowork"
18460version = "0.0.1"
18461source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18462dependencies = [
18463 "cc",
18464 "tree-sitter-language",
18465]
18466
18467[[package]]
18468name = "tree-sitter-heex"
18469version = "0.0.1"
18470source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18471dependencies = [
18472 "cc",
18473 "tree-sitter-language",
18474]
18475
18476[[package]]
18477name = "tree-sitter-html"
18478version = "0.23.2"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18481dependencies = [
18482 "cc",
18483 "tree-sitter-language",
18484]
18485
18486[[package]]
18487name = "tree-sitter-jsdoc"
18488version = "0.23.2"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-json"
18498version = "0.24.8"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18501dependencies = [
18502 "cc",
18503 "tree-sitter-language",
18504]
18505
18506[[package]]
18507name = "tree-sitter-language"
18508version = "0.1.5"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18511
18512[[package]]
18513name = "tree-sitter-md"
18514version = "0.3.2"
18515source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18516dependencies = [
18517 "cc",
18518 "tree-sitter-language",
18519]
18520
18521[[package]]
18522name = "tree-sitter-python"
18523version = "0.25.0"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18526dependencies = [
18527 "cc",
18528 "tree-sitter-language",
18529]
18530
18531[[package]]
18532name = "tree-sitter-regex"
18533version = "0.24.3"
18534source = "registry+https://github.com/rust-lang/crates.io-index"
18535checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18536dependencies = [
18537 "cc",
18538 "tree-sitter-language",
18539]
18540
18541[[package]]
18542name = "tree-sitter-ruby"
18543version = "0.23.1"
18544source = "registry+https://github.com/rust-lang/crates.io-index"
18545checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18546dependencies = [
18547 "cc",
18548 "tree-sitter-language",
18549]
18550
18551[[package]]
18552name = "tree-sitter-rust"
18553version = "0.24.1"
18554source = "registry+https://github.com/rust-lang/crates.io-index"
18555checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18556dependencies = [
18557 "cc",
18558 "tree-sitter-language",
18559]
18560
18561[[package]]
18562name = "tree-sitter-typescript"
18563version = "0.23.2"
18564source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18565dependencies = [
18566 "cc",
18567 "tree-sitter-language",
18568]
18569
18570[[package]]
18571name = "tree-sitter-yaml"
18572version = "0.6.1"
18573source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18574dependencies = [
18575 "cc",
18576 "tree-sitter-language",
18577]
18578
18579[[package]]
18580name = "triomphe"
18581version = "0.1.15"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18584dependencies = [
18585 "serde",
18586 "stable_deref_trait",
18587]
18588
18589[[package]]
18590name = "try-lock"
18591version = "0.2.5"
18592source = "registry+https://github.com/rust-lang/crates.io-index"
18593checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18594
18595[[package]]
18596name = "ttf-parser"
18597version = "0.20.0"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18600
18601[[package]]
18602name = "ttf-parser"
18603version = "0.25.1"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18606dependencies = [
18607 "core_maths",
18608]
18609
18610[[package]]
18611name = "tungstenite"
18612version = "0.20.1"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18615dependencies = [
18616 "byteorder",
18617 "bytes 1.11.1",
18618 "data-encoding",
18619 "http 0.2.12",
18620 "httparse",
18621 "log",
18622 "rand 0.8.5",
18623 "sha1",
18624 "thiserror 1.0.69",
18625 "url",
18626 "utf-8",
18627]
18628
18629[[package]]
18630name = "tungstenite"
18631version = "0.21.0"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18634dependencies = [
18635 "byteorder",
18636 "bytes 1.11.1",
18637 "data-encoding",
18638 "http 1.3.1",
18639 "httparse",
18640 "log",
18641 "rand 0.8.5",
18642 "sha1",
18643 "thiserror 1.0.69",
18644 "url",
18645 "utf-8",
18646]
18647
18648[[package]]
18649name = "tungstenite"
18650version = "0.27.0"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18653dependencies = [
18654 "bytes 1.11.1",
18655 "data-encoding",
18656 "http 1.3.1",
18657 "httparse",
18658 "log",
18659 "rand 0.9.2",
18660 "rustls 0.23.33",
18661 "rustls-pki-types",
18662 "sha1",
18663 "thiserror 2.0.17",
18664 "utf-8",
18665]
18666
18667[[package]]
18668name = "tungstenite"
18669version = "0.28.0"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18672dependencies = [
18673 "bytes 1.11.1",
18674 "data-encoding",
18675 "http 1.3.1",
18676 "httparse",
18677 "log",
18678 "rand 0.9.2",
18679 "rustls 0.23.33",
18680 "rustls-pki-types",
18681 "sha1",
18682 "thiserror 2.0.17",
18683 "utf-8",
18684]
18685
18686[[package]]
18687name = "typeid"
18688version = "1.0.3"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18691
18692[[package]]
18693name = "typenum"
18694version = "1.19.0"
18695source = "registry+https://github.com/rust-lang/crates.io-index"
18696checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18697
18698[[package]]
18699name = "ucd-trie"
18700version = "0.1.7"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18703
18704[[package]]
18705name = "uds"
18706version = "0.4.2"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18709dependencies = [
18710 "libc",
18711]
18712
18713[[package]]
18714name = "uds_windows"
18715version = "1.1.0"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18718dependencies = [
18719 "memoffset",
18720 "tempfile",
18721 "winapi",
18722]
18723
18724[[package]]
18725name = "ug"
18726version = "0.4.0"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18729dependencies = [
18730 "gemm 0.18.2",
18731 "half",
18732 "libloading",
18733 "memmap2",
18734 "num",
18735 "num-traits",
18736 "num_cpus",
18737 "rayon",
18738 "safetensors",
18739 "serde",
18740 "thiserror 1.0.69",
18741 "tracing",
18742 "yoke 0.7.5",
18743]
18744
18745[[package]]
18746name = "ui"
18747version = "0.1.0"
18748dependencies = [
18749 "chrono",
18750 "component",
18751 "documented",
18752 "gpui",
18753 "gpui_macros",
18754 "icons",
18755 "itertools 0.14.0",
18756 "menu",
18757 "schemars",
18758 "serde",
18759 "settings",
18760 "smallvec",
18761 "story",
18762 "strum 0.27.2",
18763 "theme",
18764 "ui_macros",
18765 "util",
18766 "windows 0.61.3",
18767]
18768
18769[[package]]
18770name = "ui_input"
18771version = "0.1.0"
18772dependencies = [
18773 "component",
18774 "gpui",
18775 "ui",
18776]
18777
18778[[package]]
18779name = "ui_macros"
18780version = "0.1.0"
18781dependencies = [
18782 "component",
18783 "quote",
18784 "syn 2.0.117",
18785 "ui",
18786]
18787
18788[[package]]
18789name = "ui_prompt"
18790version = "0.1.0"
18791dependencies = [
18792 "gpui",
18793 "markdown",
18794 "menu",
18795 "settings",
18796 "theme",
18797 "ui",
18798 "workspace",
18799]
18800
18801[[package]]
18802name = "unarray"
18803version = "0.1.4"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18806
18807[[package]]
18808name = "unicase"
18809version = "2.8.1"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18812
18813[[package]]
18814name = "unicode-bidi"
18815version = "0.3.18"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18818
18819[[package]]
18820name = "unicode-bidi-mirroring"
18821version = "0.4.0"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18824
18825[[package]]
18826name = "unicode-ccc"
18827version = "0.4.0"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18830
18831[[package]]
18832name = "unicode-general-category"
18833version = "1.1.0"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18836
18837[[package]]
18838name = "unicode-ident"
18839version = "1.0.19"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18842
18843[[package]]
18844name = "unicode-linebreak"
18845version = "0.1.5"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18848
18849[[package]]
18850name = "unicode-normalization"
18851version = "0.1.24"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18854dependencies = [
18855 "tinyvec",
18856]
18857
18858[[package]]
18859name = "unicode-properties"
18860version = "0.1.3"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18863
18864[[package]]
18865name = "unicode-script"
18866version = "0.5.8"
18867source = "registry+https://github.com/rust-lang/crates.io-index"
18868checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18869
18870[[package]]
18871name = "unicode-segmentation"
18872version = "1.12.0"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18875
18876[[package]]
18877name = "unicode-vo"
18878version = "0.1.0"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18881
18882[[package]]
18883name = "unicode-width"
18884version = "0.2.2"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18887
18888[[package]]
18889name = "unicode-xid"
18890version = "0.2.6"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18893
18894[[package]]
18895name = "unicode_categories"
18896version = "0.1.1"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18899
18900[[package]]
18901name = "unindent"
18902version = "0.2.4"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18905
18906[[package]]
18907name = "unsafe-libyaml"
18908version = "0.2.11"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18911
18912[[package]]
18913name = "untrusted"
18914version = "0.7.1"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18917
18918[[package]]
18919name = "untrusted"
18920version = "0.9.0"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18923
18924[[package]]
18925name = "url"
18926version = "2.5.7"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18929dependencies = [
18930 "form_urlencoded",
18931 "idna",
18932 "percent-encoding",
18933 "serde",
18934]
18935
18936[[package]]
18937name = "urlencoding"
18938version = "2.1.3"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18941
18942[[package]]
18943name = "usvg"
18944version = "0.45.1"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18947dependencies = [
18948 "base64 0.22.1",
18949 "data-url",
18950 "flate2",
18951 "fontdb 0.23.0",
18952 "imagesize",
18953 "kurbo",
18954 "log",
18955 "pico-args",
18956 "roxmltree",
18957 "rustybuzz",
18958 "simplecss",
18959 "siphasher 1.0.1",
18960 "strict-num",
18961 "svgtypes",
18962 "tiny-skia-path",
18963 "unicode-bidi",
18964 "unicode-script",
18965 "unicode-vo",
18966 "xmlwriter",
18967]
18968
18969[[package]]
18970name = "utf-8"
18971version = "0.7.6"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18974
18975[[package]]
18976name = "utf8-chars"
18977version = "3.0.6"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18980dependencies = [
18981 "arrayvec",
18982]
18983
18984[[package]]
18985name = "utf8_iter"
18986version = "1.0.4"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18989
18990[[package]]
18991name = "utf8parse"
18992version = "0.2.2"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18995
18996[[package]]
18997name = "util"
18998version = "0.1.0"
18999dependencies = [
19000 "anyhow",
19001 "async-fs",
19002 "async_zip",
19003 "collections",
19004 "command-fds",
19005 "dirs 4.0.0",
19006 "dunce",
19007 "futures 0.3.31",
19008 "futures-lite 1.13.0",
19009 "git2",
19010 "globset",
19011 "gpui_util",
19012 "itertools 0.14.0",
19013 "libc",
19014 "log",
19015 "mach2 0.5.0",
19016 "nix 0.29.0",
19017 "percent-encoding",
19018 "pretty_assertions",
19019 "rand 0.9.2",
19020 "regex",
19021 "rust-embed",
19022 "schemars",
19023 "serde",
19024 "serde_json",
19025 "serde_json_lenient",
19026 "shlex",
19027 "smol",
19028 "take-until",
19029 "tempfile",
19030 "tendril",
19031 "unicase",
19032 "url",
19033 "util_macros",
19034 "walkdir",
19035 "which 6.0.3",
19036]
19037
19038[[package]]
19039name = "util_macros"
19040version = "0.1.0"
19041dependencies = [
19042 "perf",
19043 "quote",
19044 "syn 2.0.117",
19045]
19046
19047[[package]]
19048name = "uuid"
19049version = "1.18.1"
19050source = "registry+https://github.com/rust-lang/crates.io-index"
19051checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19052dependencies = [
19053 "getrandom 0.3.4",
19054 "js-sys",
19055 "serde",
19056 "sha1_smol",
19057 "wasm-bindgen",
19058]
19059
19060[[package]]
19061name = "uuid-simd"
19062version = "0.8.0"
19063source = "registry+https://github.com/rust-lang/crates.io-index"
19064checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19065dependencies = [
19066 "outref",
19067 "vsimd",
19068]
19069
19070[[package]]
19071name = "v_frame"
19072version = "0.3.9"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19075dependencies = [
19076 "aligned-vec",
19077 "num-traits",
19078 "wasm-bindgen",
19079]
19080
19081[[package]]
19082name = "valuable"
19083version = "0.1.1"
19084source = "registry+https://github.com/rust-lang/crates.io-index"
19085checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19086
19087[[package]]
19088name = "value-bag"
19089version = "1.12.0"
19090source = "registry+https://github.com/rust-lang/crates.io-index"
19091checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19092dependencies = [
19093 "value-bag-serde1",
19094 "value-bag-sval2",
19095]
19096
19097[[package]]
19098name = "value-bag-serde1"
19099version = "1.12.0"
19100source = "registry+https://github.com/rust-lang/crates.io-index"
19101checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19102dependencies = [
19103 "erased-serde",
19104 "serde_core",
19105 "serde_fmt",
19106]
19107
19108[[package]]
19109name = "value-bag-sval2"
19110version = "1.12.0"
19111source = "registry+https://github.com/rust-lang/crates.io-index"
19112checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19113dependencies = [
19114 "sval",
19115 "sval_buffer",
19116 "sval_dynamic",
19117 "sval_fmt",
19118 "sval_json",
19119 "sval_ref",
19120 "sval_serde",
19121]
19122
19123[[package]]
19124name = "vcpkg"
19125version = "0.2.15"
19126source = "registry+https://github.com/rust-lang/crates.io-index"
19127checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19128
19129[[package]]
19130name = "vercel"
19131version = "0.1.0"
19132dependencies = [
19133 "anyhow",
19134 "schemars",
19135 "serde",
19136 "strum 0.27.2",
19137]
19138
19139[[package]]
19140name = "version-compare"
19141version = "0.2.0"
19142source = "registry+https://github.com/rust-lang/crates.io-index"
19143checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19144
19145[[package]]
19146name = "version_check"
19147version = "0.9.5"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19150
19151[[package]]
19152name = "vim"
19153version = "0.1.0"
19154dependencies = [
19155 "anyhow",
19156 "async-compat",
19157 "async-trait",
19158 "collections",
19159 "command_palette",
19160 "command_palette_hooks",
19161 "db",
19162 "editor",
19163 "env_logger 0.11.8",
19164 "futures 0.3.31",
19165 "fuzzy",
19166 "git_ui",
19167 "gpui",
19168 "indoc",
19169 "itertools 0.14.0",
19170 "language",
19171 "log",
19172 "lsp",
19173 "markdown_preview",
19174 "menu",
19175 "multi_buffer",
19176 "nvim-rs",
19177 "outline_panel",
19178 "parking_lot",
19179 "perf",
19180 "picker",
19181 "project",
19182 "project_panel",
19183 "regex",
19184 "release_channel",
19185 "schemars",
19186 "search",
19187 "semver",
19188 "serde",
19189 "serde_json",
19190 "settings",
19191 "settings_ui",
19192 "task",
19193 "text",
19194 "theme",
19195 "tokio",
19196 "ui",
19197 "util",
19198 "util_macros",
19199 "vim_mode_setting",
19200 "workspace",
19201 "zed_actions",
19202]
19203
19204[[package]]
19205name = "vim_mode_setting"
19206version = "0.1.0"
19207dependencies = [
19208 "gpui",
19209 "settings",
19210]
19211
19212[[package]]
19213name = "vscode_theme"
19214version = "0.2.0"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19217dependencies = [
19218 "serde",
19219]
19220
19221[[package]]
19222name = "vsimd"
19223version = "0.8.0"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19226
19227[[package]]
19228name = "vswhom"
19229version = "0.1.0"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19232dependencies = [
19233 "libc",
19234 "vswhom-sys",
19235]
19236
19237[[package]]
19238name = "vswhom-sys"
19239version = "0.1.3"
19240source = "registry+https://github.com/rust-lang/crates.io-index"
19241checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19242dependencies = [
19243 "cc",
19244 "libc",
19245]
19246
19247[[package]]
19248name = "vte"
19249version = "0.15.0"
19250source = "registry+https://github.com/rust-lang/crates.io-index"
19251checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19252dependencies = [
19253 "arrayvec",
19254 "bitflags 2.10.0",
19255 "cursor-icon",
19256 "log",
19257 "memchr",
19258 "serde",
19259]
19260
19261[[package]]
19262name = "wait-timeout"
19263version = "0.2.1"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19266dependencies = [
19267 "libc",
19268]
19269
19270[[package]]
19271name = "waker-fn"
19272version = "1.2.0"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19275
19276[[package]]
19277name = "walkdir"
19278version = "2.5.0"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19281dependencies = [
19282 "same-file",
19283 "winapi-util",
19284]
19285
19286[[package]]
19287name = "want"
19288version = "0.3.1"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19291dependencies = [
19292 "try-lock",
19293]
19294
19295[[package]]
19296name = "warp"
19297version = "0.3.7"
19298source = "registry+https://github.com/rust-lang/crates.io-index"
19299checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19300dependencies = [
19301 "bytes 1.11.1",
19302 "futures-channel",
19303 "futures-util",
19304 "headers",
19305 "http 0.2.12",
19306 "hyper 0.14.32",
19307 "log",
19308 "mime",
19309 "mime_guess",
19310 "percent-encoding",
19311 "pin-project",
19312 "scoped-tls",
19313 "serde",
19314 "serde_json",
19315 "serde_urlencoded",
19316 "tokio",
19317 "tokio-tungstenite 0.21.0",
19318 "tokio-util",
19319 "tower-service",
19320 "tracing",
19321]
19322
19323[[package]]
19324name = "wasi"
19325version = "0.11.1+wasi-snapshot-preview1"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19328
19329[[package]]
19330name = "wasip2"
19331version = "1.0.1+wasi-0.2.4"
19332source = "registry+https://github.com/rust-lang/crates.io-index"
19333checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19334dependencies = [
19335 "wit-bindgen 0.46.0",
19336]
19337
19338[[package]]
19339name = "wasip3"
19340version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19341source = "registry+https://github.com/rust-lang/crates.io-index"
19342checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19343dependencies = [
19344 "wit-bindgen 0.51.0",
19345]
19346
19347[[package]]
19348name = "wasite"
19349version = "0.1.0"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19352
19353[[package]]
19354name = "wasm-bindgen"
19355version = "0.2.113"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19358dependencies = [
19359 "cfg-if",
19360 "once_cell",
19361 "rustversion",
19362 "wasm-bindgen-macro",
19363 "wasm-bindgen-shared",
19364]
19365
19366[[package]]
19367name = "wasm-bindgen-futures"
19368version = "0.4.63"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19371dependencies = [
19372 "cfg-if",
19373 "futures-util",
19374 "js-sys",
19375 "once_cell",
19376 "wasm-bindgen",
19377 "web-sys",
19378]
19379
19380[[package]]
19381name = "wasm-bindgen-macro"
19382version = "0.2.113"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19385dependencies = [
19386 "quote",
19387 "wasm-bindgen-macro-support",
19388]
19389
19390[[package]]
19391name = "wasm-bindgen-macro-support"
19392version = "0.2.113"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19395dependencies = [
19396 "bumpalo",
19397 "proc-macro2",
19398 "quote",
19399 "syn 2.0.117",
19400 "wasm-bindgen-shared",
19401]
19402
19403[[package]]
19404name = "wasm-bindgen-shared"
19405version = "0.2.113"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19408dependencies = [
19409 "unicode-ident",
19410]
19411
19412[[package]]
19413name = "wasm-encoder"
19414version = "0.201.0"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19417dependencies = [
19418 "leb128",
19419]
19420
19421[[package]]
19422name = "wasm-encoder"
19423version = "0.221.3"
19424source = "registry+https://github.com/rust-lang/crates.io-index"
19425checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19426dependencies = [
19427 "leb128",
19428 "wasmparser 0.221.3",
19429]
19430
19431[[package]]
19432name = "wasm-encoder"
19433version = "0.227.1"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19436dependencies = [
19437 "leb128fmt",
19438 "wasmparser 0.227.1",
19439]
19440
19441[[package]]
19442name = "wasm-encoder"
19443version = "0.229.0"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19446dependencies = [
19447 "leb128fmt",
19448 "wasmparser 0.229.0",
19449]
19450
19451[[package]]
19452name = "wasm-encoder"
19453version = "0.244.0"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19456dependencies = [
19457 "leb128fmt",
19458 "wasmparser 0.244.0",
19459]
19460
19461[[package]]
19462name = "wasm-metadata"
19463version = "0.201.0"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19466dependencies = [
19467 "anyhow",
19468 "indexmap",
19469 "serde",
19470 "serde_derive",
19471 "serde_json",
19472 "spdx",
19473 "wasm-encoder 0.201.0",
19474 "wasmparser 0.201.0",
19475]
19476
19477[[package]]
19478name = "wasm-metadata"
19479version = "0.227.1"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19482dependencies = [
19483 "anyhow",
19484 "auditable-serde",
19485 "flate2",
19486 "indexmap",
19487 "serde",
19488 "serde_derive",
19489 "serde_json",
19490 "spdx",
19491 "url",
19492 "wasm-encoder 0.227.1",
19493 "wasmparser 0.227.1",
19494]
19495
19496[[package]]
19497name = "wasm-metadata"
19498version = "0.244.0"
19499source = "registry+https://github.com/rust-lang/crates.io-index"
19500checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19501dependencies = [
19502 "anyhow",
19503 "indexmap",
19504 "wasm-encoder 0.244.0",
19505 "wasmparser 0.244.0",
19506]
19507
19508[[package]]
19509name = "wasm-streams"
19510version = "0.4.2"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19513dependencies = [
19514 "futures-util",
19515 "js-sys",
19516 "wasm-bindgen",
19517 "wasm-bindgen-futures",
19518 "web-sys",
19519]
19520
19521[[package]]
19522name = "wasm_thread"
19523version = "0.3.3"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19526dependencies = [
19527 "futures 0.3.31",
19528 "js-sys",
19529 "wasm-bindgen",
19530 "web-sys",
19531]
19532
19533[[package]]
19534name = "wasmparser"
19535version = "0.201.0"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19538dependencies = [
19539 "bitflags 2.10.0",
19540 "indexmap",
19541 "semver",
19542]
19543
19544[[package]]
19545name = "wasmparser"
19546version = "0.221.3"
19547source = "registry+https://github.com/rust-lang/crates.io-index"
19548checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19549dependencies = [
19550 "bitflags 2.10.0",
19551 "hashbrown 0.15.5",
19552 "indexmap",
19553 "semver",
19554 "serde",
19555]
19556
19557[[package]]
19558name = "wasmparser"
19559version = "0.227.1"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19562dependencies = [
19563 "bitflags 2.10.0",
19564 "hashbrown 0.15.5",
19565 "indexmap",
19566 "semver",
19567]
19568
19569[[package]]
19570name = "wasmparser"
19571version = "0.229.0"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19574dependencies = [
19575 "bitflags 2.10.0",
19576 "hashbrown 0.15.5",
19577 "indexmap",
19578 "semver",
19579 "serde",
19580]
19581
19582[[package]]
19583name = "wasmparser"
19584version = "0.244.0"
19585source = "registry+https://github.com/rust-lang/crates.io-index"
19586checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19587dependencies = [
19588 "bitflags 2.10.0",
19589 "hashbrown 0.15.5",
19590 "indexmap",
19591 "semver",
19592]
19593
19594[[package]]
19595name = "wasmprinter"
19596version = "0.229.0"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19599dependencies = [
19600 "anyhow",
19601 "termcolor",
19602 "wasmparser 0.229.0",
19603]
19604
19605[[package]]
19606name = "wasmtime"
19607version = "33.0.2"
19608source = "registry+https://github.com/rust-lang/crates.io-index"
19609checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19610dependencies = [
19611 "addr2line 0.24.2",
19612 "anyhow",
19613 "async-trait",
19614 "bitflags 2.10.0",
19615 "bumpalo",
19616 "cc",
19617 "cfg-if",
19618 "encoding_rs",
19619 "hashbrown 0.15.5",
19620 "indexmap",
19621 "libc",
19622 "log",
19623 "mach2 0.4.3",
19624 "memfd",
19625 "object 0.36.7",
19626 "once_cell",
19627 "postcard",
19628 "psm",
19629 "pulley-interpreter",
19630 "rayon",
19631 "rustix 1.1.2",
19632 "semver",
19633 "serde",
19634 "serde_derive",
19635 "smallvec",
19636 "sptr",
19637 "target-lexicon 0.13.3",
19638 "trait-variant",
19639 "wasmparser 0.229.0",
19640 "wasmtime-asm-macros",
19641 "wasmtime-component-macro",
19642 "wasmtime-component-util",
19643 "wasmtime-cranelift",
19644 "wasmtime-environ",
19645 "wasmtime-fiber",
19646 "wasmtime-jit-icache-coherence",
19647 "wasmtime-math",
19648 "wasmtime-slab",
19649 "wasmtime-versioned-export-macros",
19650 "wasmtime-winch",
19651 "windows-sys 0.59.0",
19652]
19653
19654[[package]]
19655name = "wasmtime-asm-macros"
19656version = "33.0.2"
19657source = "registry+https://github.com/rust-lang/crates.io-index"
19658checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19659dependencies = [
19660 "cfg-if",
19661]
19662
19663[[package]]
19664name = "wasmtime-c-api-impl"
19665version = "33.0.2"
19666source = "registry+https://github.com/rust-lang/crates.io-index"
19667checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19668dependencies = [
19669 "anyhow",
19670 "log",
19671 "tracing",
19672 "wasmtime",
19673 "wasmtime-c-api-macros",
19674]
19675
19676[[package]]
19677name = "wasmtime-c-api-macros"
19678version = "33.0.2"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19681dependencies = [
19682 "proc-macro2",
19683 "quote",
19684]
19685
19686[[package]]
19687name = "wasmtime-component-macro"
19688version = "33.0.2"
19689source = "registry+https://github.com/rust-lang/crates.io-index"
19690checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19691dependencies = [
19692 "anyhow",
19693 "proc-macro2",
19694 "quote",
19695 "syn 2.0.117",
19696 "wasmtime-component-util",
19697 "wasmtime-wit-bindgen",
19698 "wit-parser 0.229.0",
19699]
19700
19701[[package]]
19702name = "wasmtime-component-util"
19703version = "33.0.2"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19706
19707[[package]]
19708name = "wasmtime-cranelift"
19709version = "33.0.2"
19710source = "registry+https://github.com/rust-lang/crates.io-index"
19711checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19712dependencies = [
19713 "anyhow",
19714 "cfg-if",
19715 "cranelift-codegen",
19716 "cranelift-control",
19717 "cranelift-entity",
19718 "cranelift-frontend",
19719 "cranelift-native",
19720 "gimli 0.31.1",
19721 "itertools 0.14.0",
19722 "log",
19723 "object 0.36.7",
19724 "pulley-interpreter",
19725 "smallvec",
19726 "target-lexicon 0.13.3",
19727 "thiserror 2.0.17",
19728 "wasmparser 0.229.0",
19729 "wasmtime-environ",
19730 "wasmtime-versioned-export-macros",
19731]
19732
19733[[package]]
19734name = "wasmtime-environ"
19735version = "33.0.2"
19736source = "registry+https://github.com/rust-lang/crates.io-index"
19737checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19738dependencies = [
19739 "anyhow",
19740 "cpp_demangle",
19741 "cranelift-bitset",
19742 "cranelift-entity",
19743 "gimli 0.31.1",
19744 "indexmap",
19745 "log",
19746 "object 0.36.7",
19747 "postcard",
19748 "rustc-demangle",
19749 "semver",
19750 "serde",
19751 "serde_derive",
19752 "smallvec",
19753 "target-lexicon 0.13.3",
19754 "wasm-encoder 0.229.0",
19755 "wasmparser 0.229.0",
19756 "wasmprinter",
19757 "wasmtime-component-util",
19758]
19759
19760[[package]]
19761name = "wasmtime-fiber"
19762version = "33.0.2"
19763source = "registry+https://github.com/rust-lang/crates.io-index"
19764checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19765dependencies = [
19766 "anyhow",
19767 "cc",
19768 "cfg-if",
19769 "rustix 1.1.2",
19770 "wasmtime-asm-macros",
19771 "wasmtime-versioned-export-macros",
19772 "windows-sys 0.59.0",
19773]
19774
19775[[package]]
19776name = "wasmtime-jit-icache-coherence"
19777version = "33.0.2"
19778source = "registry+https://github.com/rust-lang/crates.io-index"
19779checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19780dependencies = [
19781 "anyhow",
19782 "cfg-if",
19783 "libc",
19784 "windows-sys 0.59.0",
19785]
19786
19787[[package]]
19788name = "wasmtime-math"
19789version = "33.0.2"
19790source = "registry+https://github.com/rust-lang/crates.io-index"
19791checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19792dependencies = [
19793 "libm",
19794]
19795
19796[[package]]
19797name = "wasmtime-slab"
19798version = "33.0.2"
19799source = "registry+https://github.com/rust-lang/crates.io-index"
19800checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19801
19802[[package]]
19803name = "wasmtime-versioned-export-macros"
19804version = "33.0.2"
19805source = "registry+https://github.com/rust-lang/crates.io-index"
19806checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19807dependencies = [
19808 "proc-macro2",
19809 "quote",
19810 "syn 2.0.117",
19811]
19812
19813[[package]]
19814name = "wasmtime-wasi"
19815version = "33.0.2"
19816source = "registry+https://github.com/rust-lang/crates.io-index"
19817checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19818dependencies = [
19819 "anyhow",
19820 "async-trait",
19821 "bitflags 2.10.0",
19822 "bytes 1.11.1",
19823 "cap-fs-ext",
19824 "cap-net-ext",
19825 "cap-rand",
19826 "cap-std",
19827 "cap-time-ext",
19828 "fs-set-times",
19829 "futures 0.3.31",
19830 "io-extras",
19831 "io-lifetimes",
19832 "rustix 1.1.2",
19833 "system-interface",
19834 "thiserror 2.0.17",
19835 "tokio",
19836 "tracing",
19837 "url",
19838 "wasmtime",
19839 "wasmtime-wasi-io",
19840 "wiggle",
19841 "windows-sys 0.59.0",
19842]
19843
19844[[package]]
19845name = "wasmtime-wasi-io"
19846version = "33.0.2"
19847source = "registry+https://github.com/rust-lang/crates.io-index"
19848checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19849dependencies = [
19850 "anyhow",
19851 "async-trait",
19852 "bytes 1.11.1",
19853 "futures 0.3.31",
19854 "wasmtime",
19855]
19856
19857[[package]]
19858name = "wasmtime-winch"
19859version = "33.0.2"
19860source = "registry+https://github.com/rust-lang/crates.io-index"
19861checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19862dependencies = [
19863 "anyhow",
19864 "cranelift-codegen",
19865 "gimli 0.31.1",
19866 "object 0.36.7",
19867 "target-lexicon 0.13.3",
19868 "wasmparser 0.229.0",
19869 "wasmtime-cranelift",
19870 "wasmtime-environ",
19871 "winch-codegen",
19872]
19873
19874[[package]]
19875name = "wasmtime-wit-bindgen"
19876version = "33.0.2"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19879dependencies = [
19880 "anyhow",
19881 "heck 0.5.0",
19882 "indexmap",
19883 "wit-parser 0.229.0",
19884]
19885
19886[[package]]
19887name = "wast"
19888version = "35.0.2"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19891dependencies = [
19892 "leb128",
19893]
19894
19895[[package]]
19896name = "watch"
19897version = "0.1.0"
19898dependencies = [
19899 "ctor",
19900 "futures 0.3.31",
19901 "gpui",
19902 "parking_lot",
19903 "zlog",
19904]
19905
19906[[package]]
19907name = "wax"
19908version = "0.7.0"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19911dependencies = [
19912 "const_format",
19913 "itertools 0.14.0",
19914 "nom 7.1.3",
19915 "pori",
19916 "regex",
19917 "thiserror 2.0.17",
19918 "walkdir",
19919]
19920
19921[[package]]
19922name = "wayland-backend"
19923version = "0.3.11"
19924source = "registry+https://github.com/rust-lang/crates.io-index"
19925checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19926dependencies = [
19927 "cc",
19928 "downcast-rs",
19929 "rustix 1.1.2",
19930 "scoped-tls",
19931 "smallvec",
19932 "wayland-sys",
19933]
19934
19935[[package]]
19936name = "wayland-client"
19937version = "0.31.11"
19938source = "registry+https://github.com/rust-lang/crates.io-index"
19939checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19940dependencies = [
19941 "bitflags 2.10.0",
19942 "rustix 1.1.2",
19943 "wayland-backend",
19944 "wayland-scanner",
19945]
19946
19947[[package]]
19948name = "wayland-cursor"
19949version = "0.31.11"
19950source = "registry+https://github.com/rust-lang/crates.io-index"
19951checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19952dependencies = [
19953 "rustix 1.1.2",
19954 "wayland-client",
19955 "xcursor",
19956]
19957
19958[[package]]
19959name = "wayland-protocols"
19960version = "0.32.9"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19963dependencies = [
19964 "bitflags 2.10.0",
19965 "wayland-backend",
19966 "wayland-client",
19967 "wayland-scanner",
19968]
19969
19970[[package]]
19971name = "wayland-protocols-plasma"
19972version = "0.3.9"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19975dependencies = [
19976 "bitflags 2.10.0",
19977 "wayland-backend",
19978 "wayland-client",
19979 "wayland-protocols",
19980 "wayland-scanner",
19981]
19982
19983[[package]]
19984name = "wayland-protocols-wlr"
19985version = "0.3.9"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19988dependencies = [
19989 "bitflags 2.10.0",
19990 "wayland-backend",
19991 "wayland-client",
19992 "wayland-protocols",
19993 "wayland-scanner",
19994]
19995
19996[[package]]
19997name = "wayland-scanner"
19998version = "0.31.7"
19999source = "registry+https://github.com/rust-lang/crates.io-index"
20000checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20001dependencies = [
20002 "proc-macro2",
20003 "quick-xml 0.37.5",
20004 "quote",
20005]
20006
20007[[package]]
20008name = "wayland-sys"
20009version = "0.31.7"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20012dependencies = [
20013 "dlib",
20014 "log",
20015 "once_cell",
20016 "pkg-config",
20017]
20018
20019[[package]]
20020name = "web-sys"
20021version = "0.3.90"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20024dependencies = [
20025 "js-sys",
20026 "wasm-bindgen",
20027]
20028
20029[[package]]
20030name = "web-time"
20031version = "1.1.0"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20034dependencies = [
20035 "js-sys",
20036 "wasm-bindgen",
20037]
20038
20039[[package]]
20040name = "web_atoms"
20041version = "0.1.3"
20042source = "registry+https://github.com/rust-lang/crates.io-index"
20043checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20044dependencies = [
20045 "phf 0.11.3",
20046 "phf_codegen",
20047 "string_cache",
20048 "string_cache_codegen",
20049]
20050
20051[[package]]
20052name = "web_search"
20053version = "0.1.0"
20054dependencies = [
20055 "anyhow",
20056 "cloud_llm_client",
20057 "collections",
20058 "gpui",
20059 "serde",
20060]
20061
20062[[package]]
20063name = "web_search_providers"
20064version = "0.1.0"
20065dependencies = [
20066 "anyhow",
20067 "client",
20068 "cloud_api_types",
20069 "cloud_llm_client",
20070 "futures 0.3.31",
20071 "gpui",
20072 "http_client",
20073 "language_model",
20074 "serde",
20075 "serde_json",
20076 "web_search",
20077]
20078
20079[[package]]
20080name = "webpki-root-certs"
20081version = "0.26.8"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20084dependencies = [
20085 "rustls-pki-types",
20086]
20087
20088[[package]]
20089name = "webpki-roots"
20090version = "0.26.8"
20091source = "registry+https://github.com/rust-lang/crates.io-index"
20092checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20093dependencies = [
20094 "rustls-pki-types",
20095]
20096
20097[[package]]
20098name = "webrtc-sys"
20099version = "0.3.23"
20100source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20101dependencies = [
20102 "cc",
20103 "cxx",
20104 "cxx-build",
20105 "glob",
20106 "log",
20107 "pkg-config",
20108 "webrtc-sys-build",
20109]
20110
20111[[package]]
20112name = "webrtc-sys-build"
20113version = "0.3.13"
20114source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20115dependencies = [
20116 "anyhow",
20117 "fs2",
20118 "regex",
20119 "reqwest 0.12.24",
20120 "scratch",
20121 "semver",
20122 "zip 0.6.6",
20123]
20124
20125[[package]]
20126name = "weezl"
20127version = "0.1.10"
20128source = "registry+https://github.com/rust-lang/crates.io-index"
20129checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20130
20131[[package]]
20132name = "wgpu"
20133version = "29.0.0"
20134source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20135dependencies = [
20136 "arrayvec",
20137 "bitflags 2.10.0",
20138 "bytemuck",
20139 "cfg-if",
20140 "cfg_aliases 0.2.1",
20141 "document-features",
20142 "hashbrown 0.16.1",
20143 "js-sys",
20144 "log",
20145 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20146 "parking_lot",
20147 "portable-atomic",
20148 "profiling",
20149 "raw-window-handle",
20150 "smallvec",
20151 "static_assertions",
20152 "wasm-bindgen",
20153 "wasm-bindgen-futures",
20154 "web-sys",
20155 "wgpu-core",
20156 "wgpu-hal",
20157 "wgpu-types",
20158]
20159
20160[[package]]
20161name = "wgpu-core"
20162version = "29.0.0"
20163source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20164dependencies = [
20165 "arrayvec",
20166 "bit-set 0.9.1",
20167 "bit-vec 0.9.1",
20168 "bitflags 2.10.0",
20169 "bytemuck",
20170 "cfg_aliases 0.2.1",
20171 "document-features",
20172 "hashbrown 0.16.1",
20173 "indexmap",
20174 "log",
20175 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20176 "once_cell",
20177 "parking_lot",
20178 "portable-atomic",
20179 "profiling",
20180 "raw-window-handle",
20181 "rustc-hash 1.1.0",
20182 "smallvec",
20183 "thiserror 2.0.17",
20184 "wgpu-core-deps-apple",
20185 "wgpu-core-deps-emscripten",
20186 "wgpu-core-deps-windows-linux-android",
20187 "wgpu-hal",
20188 "wgpu-naga-bridge",
20189 "wgpu-types",
20190]
20191
20192[[package]]
20193name = "wgpu-core-deps-apple"
20194version = "29.0.0"
20195source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20196dependencies = [
20197 "wgpu-hal",
20198]
20199
20200[[package]]
20201name = "wgpu-core-deps-emscripten"
20202version = "29.0.0"
20203source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20204dependencies = [
20205 "wgpu-hal",
20206]
20207
20208[[package]]
20209name = "wgpu-core-deps-windows-linux-android"
20210version = "29.0.0"
20211source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20212dependencies = [
20213 "wgpu-hal",
20214]
20215
20216[[package]]
20217name = "wgpu-hal"
20218version = "29.0.0"
20219source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20220dependencies = [
20221 "android_system_properties",
20222 "arrayvec",
20223 "ash",
20224 "bit-set 0.9.1",
20225 "bitflags 2.10.0",
20226 "block2",
20227 "bytemuck",
20228 "cfg-if",
20229 "cfg_aliases 0.2.1",
20230 "glow",
20231 "glutin_wgl_sys",
20232 "gpu-allocator",
20233 "gpu-descriptor",
20234 "hashbrown 0.16.1",
20235 "js-sys",
20236 "khronos-egl",
20237 "libc",
20238 "libloading",
20239 "log",
20240 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20241 "ndk-sys",
20242 "objc2",
20243 "objc2-core-foundation",
20244 "objc2-foundation",
20245 "objc2-metal",
20246 "objc2-quartz-core",
20247 "once_cell",
20248 "ordered-float 4.6.0",
20249 "parking_lot",
20250 "portable-atomic",
20251 "portable-atomic-util",
20252 "profiling",
20253 "range-alloc",
20254 "raw-window-handle",
20255 "raw-window-metal",
20256 "renderdoc-sys",
20257 "smallvec",
20258 "thiserror 2.0.17",
20259 "wasm-bindgen",
20260 "wayland-sys",
20261 "web-sys",
20262 "wgpu-naga-bridge",
20263 "wgpu-types",
20264 "windows 0.62.2",
20265 "windows-core 0.62.2",
20266]
20267
20268[[package]]
20269name = "wgpu-naga-bridge"
20270version = "29.0.0"
20271source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20272dependencies = [
20273 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20274 "wgpu-types",
20275]
20276
20277[[package]]
20278name = "wgpu-types"
20279version = "29.0.0"
20280source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20281dependencies = [
20282 "bitflags 2.10.0",
20283 "bytemuck",
20284 "js-sys",
20285 "log",
20286 "raw-window-handle",
20287 "web-sys",
20288]
20289
20290[[package]]
20291name = "which"
20292version = "4.4.2"
20293source = "registry+https://github.com/rust-lang/crates.io-index"
20294checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20295dependencies = [
20296 "either",
20297 "home",
20298 "once_cell",
20299 "rustix 0.38.44",
20300]
20301
20302[[package]]
20303name = "which"
20304version = "6.0.3"
20305source = "registry+https://github.com/rust-lang/crates.io-index"
20306checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20307dependencies = [
20308 "either",
20309 "home",
20310 "rustix 0.38.44",
20311 "winsafe",
20312]
20313
20314[[package]]
20315name = "which_key"
20316version = "0.1.0"
20317dependencies = [
20318 "command_palette",
20319 "gpui",
20320 "serde",
20321 "settings",
20322 "theme",
20323 "ui",
20324 "util",
20325 "workspace",
20326]
20327
20328[[package]]
20329name = "whoami"
20330version = "1.6.1"
20331source = "registry+https://github.com/rust-lang/crates.io-index"
20332checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20333dependencies = [
20334 "libredox",
20335 "wasite",
20336]
20337
20338[[package]]
20339name = "wiggle"
20340version = "33.0.2"
20341source = "registry+https://github.com/rust-lang/crates.io-index"
20342checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20343dependencies = [
20344 "anyhow",
20345 "async-trait",
20346 "bitflags 2.10.0",
20347 "thiserror 2.0.17",
20348 "tracing",
20349 "wasmtime",
20350 "wiggle-macro",
20351]
20352
20353[[package]]
20354name = "wiggle-generate"
20355version = "33.0.2"
20356source = "registry+https://github.com/rust-lang/crates.io-index"
20357checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20358dependencies = [
20359 "anyhow",
20360 "heck 0.5.0",
20361 "proc-macro2",
20362 "quote",
20363 "syn 2.0.117",
20364 "witx",
20365]
20366
20367[[package]]
20368name = "wiggle-macro"
20369version = "33.0.2"
20370source = "registry+https://github.com/rust-lang/crates.io-index"
20371checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20372dependencies = [
20373 "proc-macro2",
20374 "quote",
20375 "syn 2.0.117",
20376 "wiggle-generate",
20377]
20378
20379[[package]]
20380name = "winapi"
20381version = "0.3.9"
20382source = "registry+https://github.com/rust-lang/crates.io-index"
20383checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20384dependencies = [
20385 "winapi-i686-pc-windows-gnu",
20386 "winapi-x86_64-pc-windows-gnu",
20387]
20388
20389[[package]]
20390name = "winapi-i686-pc-windows-gnu"
20391version = "0.4.0"
20392source = "registry+https://github.com/rust-lang/crates.io-index"
20393checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20394
20395[[package]]
20396name = "winapi-util"
20397version = "0.1.11"
20398source = "registry+https://github.com/rust-lang/crates.io-index"
20399checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20400dependencies = [
20401 "windows-sys 0.61.2",
20402]
20403
20404[[package]]
20405name = "winapi-x86_64-pc-windows-gnu"
20406version = "0.4.0"
20407source = "registry+https://github.com/rust-lang/crates.io-index"
20408checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20409
20410[[package]]
20411name = "winch-codegen"
20412version = "33.0.2"
20413source = "registry+https://github.com/rust-lang/crates.io-index"
20414checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20415dependencies = [
20416 "anyhow",
20417 "cranelift-assembler-x64",
20418 "cranelift-codegen",
20419 "gimli 0.31.1",
20420 "regalloc2",
20421 "smallvec",
20422 "target-lexicon 0.13.3",
20423 "thiserror 2.0.17",
20424 "wasmparser 0.229.0",
20425 "wasmtime-cranelift",
20426 "wasmtime-environ",
20427]
20428
20429[[package]]
20430name = "windows"
20431version = "0.57.0"
20432source = "registry+https://github.com/rust-lang/crates.io-index"
20433checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20434dependencies = [
20435 "windows-core 0.57.0",
20436 "windows-targets 0.52.6",
20437]
20438
20439[[package]]
20440name = "windows"
20441version = "0.58.0"
20442source = "registry+https://github.com/rust-lang/crates.io-index"
20443checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20444dependencies = [
20445 "windows-core 0.58.0",
20446 "windows-targets 0.52.6",
20447]
20448
20449[[package]]
20450name = "windows"
20451version = "0.61.3"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20454dependencies = [
20455 "windows-collections 0.2.0",
20456 "windows-core 0.61.2",
20457 "windows-future 0.2.1",
20458 "windows-link 0.1.3",
20459 "windows-numerics 0.2.0",
20460]
20461
20462[[package]]
20463name = "windows"
20464version = "0.62.2"
20465source = "registry+https://github.com/rust-lang/crates.io-index"
20466checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20467dependencies = [
20468 "windows-collections 0.3.2",
20469 "windows-core 0.62.2",
20470 "windows-future 0.3.2",
20471 "windows-numerics 0.3.1",
20472]
20473
20474[[package]]
20475name = "windows-bindgen"
20476version = "0.61.1"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20479dependencies = [
20480 "serde",
20481 "serde_json",
20482 "windows-threading 0.1.0",
20483]
20484
20485[[package]]
20486name = "windows-capture"
20487version = "1.4.3"
20488source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20489dependencies = [
20490 "clap",
20491 "ctrlc",
20492 "parking_lot",
20493 "rayon",
20494 "thiserror 2.0.17",
20495 "windows 0.61.3",
20496 "windows-future 0.2.1",
20497]
20498
20499[[package]]
20500name = "windows-collections"
20501version = "0.2.0"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20504dependencies = [
20505 "windows-core 0.61.2",
20506]
20507
20508[[package]]
20509name = "windows-collections"
20510version = "0.3.2"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20513dependencies = [
20514 "windows-core 0.62.2",
20515]
20516
20517[[package]]
20518name = "windows-core"
20519version = "0.57.0"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20522dependencies = [
20523 "windows-implement 0.57.0",
20524 "windows-interface 0.57.0",
20525 "windows-result 0.1.2",
20526 "windows-targets 0.52.6",
20527]
20528
20529[[package]]
20530name = "windows-core"
20531version = "0.58.0"
20532source = "registry+https://github.com/rust-lang/crates.io-index"
20533checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20534dependencies = [
20535 "windows-implement 0.58.0",
20536 "windows-interface 0.58.0",
20537 "windows-result 0.2.0",
20538 "windows-strings 0.1.0",
20539 "windows-targets 0.52.6",
20540]
20541
20542[[package]]
20543name = "windows-core"
20544version = "0.61.2"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20547dependencies = [
20548 "windows-implement 0.60.2",
20549 "windows-interface 0.59.3",
20550 "windows-link 0.1.3",
20551 "windows-result 0.3.4",
20552 "windows-strings 0.4.2",
20553]
20554
20555[[package]]
20556name = "windows-core"
20557version = "0.62.2"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20560dependencies = [
20561 "windows-implement 0.60.2",
20562 "windows-interface 0.59.3",
20563 "windows-link 0.2.1",
20564 "windows-result 0.4.1",
20565 "windows-strings 0.5.1",
20566]
20567
20568[[package]]
20569name = "windows-future"
20570version = "0.2.1"
20571source = "registry+https://github.com/rust-lang/crates.io-index"
20572checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20573dependencies = [
20574 "windows-core 0.61.2",
20575 "windows-link 0.1.3",
20576 "windows-threading 0.1.0",
20577]
20578
20579[[package]]
20580name = "windows-future"
20581version = "0.3.2"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20584dependencies = [
20585 "windows-core 0.62.2",
20586 "windows-link 0.2.1",
20587 "windows-threading 0.2.1",
20588]
20589
20590[[package]]
20591name = "windows-implement"
20592version = "0.57.0"
20593source = "registry+https://github.com/rust-lang/crates.io-index"
20594checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20595dependencies = [
20596 "proc-macro2",
20597 "quote",
20598 "syn 2.0.117",
20599]
20600
20601[[package]]
20602name = "windows-implement"
20603version = "0.58.0"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20606dependencies = [
20607 "proc-macro2",
20608 "quote",
20609 "syn 2.0.117",
20610]
20611
20612[[package]]
20613name = "windows-implement"
20614version = "0.60.2"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20617dependencies = [
20618 "proc-macro2",
20619 "quote",
20620 "syn 2.0.117",
20621]
20622
20623[[package]]
20624name = "windows-interface"
20625version = "0.57.0"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20628dependencies = [
20629 "proc-macro2",
20630 "quote",
20631 "syn 2.0.117",
20632]
20633
20634[[package]]
20635name = "windows-interface"
20636version = "0.58.0"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20639dependencies = [
20640 "proc-macro2",
20641 "quote",
20642 "syn 2.0.117",
20643]
20644
20645[[package]]
20646name = "windows-interface"
20647version = "0.59.3"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20650dependencies = [
20651 "proc-macro2",
20652 "quote",
20653 "syn 2.0.117",
20654]
20655
20656[[package]]
20657name = "windows-link"
20658version = "0.1.3"
20659source = "registry+https://github.com/rust-lang/crates.io-index"
20660checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20661
20662[[package]]
20663name = "windows-link"
20664version = "0.2.1"
20665source = "registry+https://github.com/rust-lang/crates.io-index"
20666checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20667
20668[[package]]
20669name = "windows-numerics"
20670version = "0.2.0"
20671source = "registry+https://github.com/rust-lang/crates.io-index"
20672checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20673dependencies = [
20674 "windows-core 0.61.2",
20675 "windows-link 0.1.3",
20676]
20677
20678[[package]]
20679name = "windows-numerics"
20680version = "0.3.1"
20681source = "registry+https://github.com/rust-lang/crates.io-index"
20682checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20683dependencies = [
20684 "windows-core 0.62.2",
20685 "windows-link 0.2.1",
20686]
20687
20688[[package]]
20689name = "windows-registry"
20690version = "0.4.0"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20693dependencies = [
20694 "windows-result 0.3.4",
20695 "windows-strings 0.3.1",
20696 "windows-targets 0.53.5",
20697]
20698
20699[[package]]
20700name = "windows-registry"
20701version = "0.5.3"
20702source = "registry+https://github.com/rust-lang/crates.io-index"
20703checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20704dependencies = [
20705 "windows-link 0.1.3",
20706 "windows-result 0.3.4",
20707 "windows-strings 0.4.2",
20708]
20709
20710[[package]]
20711name = "windows-registry"
20712version = "0.6.1"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20715dependencies = [
20716 "windows-link 0.2.1",
20717 "windows-result 0.4.1",
20718 "windows-strings 0.5.1",
20719]
20720
20721[[package]]
20722name = "windows-result"
20723version = "0.1.2"
20724source = "registry+https://github.com/rust-lang/crates.io-index"
20725checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20726dependencies = [
20727 "windows-targets 0.52.6",
20728]
20729
20730[[package]]
20731name = "windows-result"
20732version = "0.2.0"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20735dependencies = [
20736 "windows-targets 0.52.6",
20737]
20738
20739[[package]]
20740name = "windows-result"
20741version = "0.3.4"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20744dependencies = [
20745 "windows-link 0.1.3",
20746]
20747
20748[[package]]
20749name = "windows-result"
20750version = "0.4.1"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20753dependencies = [
20754 "windows-link 0.2.1",
20755]
20756
20757[[package]]
20758name = "windows-strings"
20759version = "0.1.0"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20762dependencies = [
20763 "windows-result 0.2.0",
20764 "windows-targets 0.52.6",
20765]
20766
20767[[package]]
20768name = "windows-strings"
20769version = "0.3.1"
20770source = "registry+https://github.com/rust-lang/crates.io-index"
20771checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20772dependencies = [
20773 "windows-link 0.1.3",
20774]
20775
20776[[package]]
20777name = "windows-strings"
20778version = "0.4.2"
20779source = "registry+https://github.com/rust-lang/crates.io-index"
20780checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20781dependencies = [
20782 "windows-link 0.1.3",
20783]
20784
20785[[package]]
20786name = "windows-strings"
20787version = "0.5.1"
20788source = "registry+https://github.com/rust-lang/crates.io-index"
20789checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20790dependencies = [
20791 "windows-link 0.2.1",
20792]
20793
20794[[package]]
20795name = "windows-sys"
20796version = "0.45.0"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20799dependencies = [
20800 "windows-targets 0.42.2",
20801]
20802
20803[[package]]
20804name = "windows-sys"
20805version = "0.48.0"
20806source = "registry+https://github.com/rust-lang/crates.io-index"
20807checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20808dependencies = [
20809 "windows-targets 0.48.5",
20810]
20811
20812[[package]]
20813name = "windows-sys"
20814version = "0.52.0"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20817dependencies = [
20818 "windows-targets 0.52.6",
20819]
20820
20821[[package]]
20822name = "windows-sys"
20823version = "0.59.0"
20824source = "registry+https://github.com/rust-lang/crates.io-index"
20825checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20826dependencies = [
20827 "windows-targets 0.52.6",
20828]
20829
20830[[package]]
20831name = "windows-sys"
20832version = "0.60.2"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20835dependencies = [
20836 "windows-targets 0.53.5",
20837]
20838
20839[[package]]
20840name = "windows-sys"
20841version = "0.61.2"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20844dependencies = [
20845 "windows-link 0.2.1",
20846]
20847
20848[[package]]
20849name = "windows-targets"
20850version = "0.42.2"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20853dependencies = [
20854 "windows_aarch64_gnullvm 0.42.2",
20855 "windows_aarch64_msvc 0.42.2",
20856 "windows_i686_gnu 0.42.2",
20857 "windows_i686_msvc 0.42.2",
20858 "windows_x86_64_gnu 0.42.2",
20859 "windows_x86_64_gnullvm 0.42.2",
20860 "windows_x86_64_msvc 0.42.2",
20861]
20862
20863[[package]]
20864name = "windows-targets"
20865version = "0.48.5"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20868dependencies = [
20869 "windows_aarch64_gnullvm 0.48.5",
20870 "windows_aarch64_msvc 0.48.5",
20871 "windows_i686_gnu 0.48.5",
20872 "windows_i686_msvc 0.48.5",
20873 "windows_x86_64_gnu 0.48.5",
20874 "windows_x86_64_gnullvm 0.48.5",
20875 "windows_x86_64_msvc 0.48.5",
20876]
20877
20878[[package]]
20879name = "windows-targets"
20880version = "0.52.6"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20883dependencies = [
20884 "windows_aarch64_gnullvm 0.52.6",
20885 "windows_aarch64_msvc 0.52.6",
20886 "windows_i686_gnu 0.52.6",
20887 "windows_i686_gnullvm 0.52.6",
20888 "windows_i686_msvc 0.52.6",
20889 "windows_x86_64_gnu 0.52.6",
20890 "windows_x86_64_gnullvm 0.52.6",
20891 "windows_x86_64_msvc 0.52.6",
20892]
20893
20894[[package]]
20895name = "windows-targets"
20896version = "0.53.5"
20897source = "registry+https://github.com/rust-lang/crates.io-index"
20898checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20899dependencies = [
20900 "windows-link 0.2.1",
20901 "windows_aarch64_gnullvm 0.53.1",
20902 "windows_aarch64_msvc 0.53.1",
20903 "windows_i686_gnu 0.53.1",
20904 "windows_i686_gnullvm 0.53.1",
20905 "windows_i686_msvc 0.53.1",
20906 "windows_x86_64_gnu 0.53.1",
20907 "windows_x86_64_gnullvm 0.53.1",
20908 "windows_x86_64_msvc 0.53.1",
20909]
20910
20911[[package]]
20912name = "windows-threading"
20913version = "0.1.0"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20916dependencies = [
20917 "windows-link 0.1.3",
20918]
20919
20920[[package]]
20921name = "windows-threading"
20922version = "0.2.1"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20925dependencies = [
20926 "windows-link 0.2.1",
20927]
20928
20929[[package]]
20930name = "windows_aarch64_gnullvm"
20931version = "0.42.2"
20932source = "registry+https://github.com/rust-lang/crates.io-index"
20933checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20934
20935[[package]]
20936name = "windows_aarch64_gnullvm"
20937version = "0.48.5"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20940
20941[[package]]
20942name = "windows_aarch64_gnullvm"
20943version = "0.52.6"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20946
20947[[package]]
20948name = "windows_aarch64_gnullvm"
20949version = "0.53.1"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20952
20953[[package]]
20954name = "windows_aarch64_msvc"
20955version = "0.42.2"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20958
20959[[package]]
20960name = "windows_aarch64_msvc"
20961version = "0.48.5"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20964
20965[[package]]
20966name = "windows_aarch64_msvc"
20967version = "0.52.6"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20970
20971[[package]]
20972name = "windows_aarch64_msvc"
20973version = "0.53.1"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20976
20977[[package]]
20978name = "windows_i686_gnu"
20979version = "0.42.2"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20982
20983[[package]]
20984name = "windows_i686_gnu"
20985version = "0.48.5"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20988
20989[[package]]
20990name = "windows_i686_gnu"
20991version = "0.52.6"
20992source = "registry+https://github.com/rust-lang/crates.io-index"
20993checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20994
20995[[package]]
20996name = "windows_i686_gnu"
20997version = "0.53.1"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21000
21001[[package]]
21002name = "windows_i686_gnullvm"
21003version = "0.52.6"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21006
21007[[package]]
21008name = "windows_i686_gnullvm"
21009version = "0.53.1"
21010source = "registry+https://github.com/rust-lang/crates.io-index"
21011checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21012
21013[[package]]
21014name = "windows_i686_msvc"
21015version = "0.42.2"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21018
21019[[package]]
21020name = "windows_i686_msvc"
21021version = "0.48.5"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21024
21025[[package]]
21026name = "windows_i686_msvc"
21027version = "0.52.6"
21028source = "registry+https://github.com/rust-lang/crates.io-index"
21029checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21030
21031[[package]]
21032name = "windows_i686_msvc"
21033version = "0.53.1"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21036
21037[[package]]
21038name = "windows_x86_64_gnu"
21039version = "0.42.2"
21040source = "registry+https://github.com/rust-lang/crates.io-index"
21041checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21042
21043[[package]]
21044name = "windows_x86_64_gnu"
21045version = "0.48.5"
21046source = "registry+https://github.com/rust-lang/crates.io-index"
21047checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21048
21049[[package]]
21050name = "windows_x86_64_gnu"
21051version = "0.52.6"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21054
21055[[package]]
21056name = "windows_x86_64_gnu"
21057version = "0.53.1"
21058source = "registry+https://github.com/rust-lang/crates.io-index"
21059checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21060
21061[[package]]
21062name = "windows_x86_64_gnullvm"
21063version = "0.42.2"
21064source = "registry+https://github.com/rust-lang/crates.io-index"
21065checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21066
21067[[package]]
21068name = "windows_x86_64_gnullvm"
21069version = "0.48.5"
21070source = "registry+https://github.com/rust-lang/crates.io-index"
21071checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21072
21073[[package]]
21074name = "windows_x86_64_gnullvm"
21075version = "0.52.6"
21076source = "registry+https://github.com/rust-lang/crates.io-index"
21077checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21078
21079[[package]]
21080name = "windows_x86_64_gnullvm"
21081version = "0.53.1"
21082source = "registry+https://github.com/rust-lang/crates.io-index"
21083checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21084
21085[[package]]
21086name = "windows_x86_64_msvc"
21087version = "0.42.2"
21088source = "registry+https://github.com/rust-lang/crates.io-index"
21089checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21090
21091[[package]]
21092name = "windows_x86_64_msvc"
21093version = "0.48.5"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21096
21097[[package]]
21098name = "windows_x86_64_msvc"
21099version = "0.52.6"
21100source = "registry+https://github.com/rust-lang/crates.io-index"
21101checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21102
21103[[package]]
21104name = "windows_x86_64_msvc"
21105version = "0.53.1"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21108
21109[[package]]
21110name = "winnow"
21111version = "0.7.13"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21114dependencies = [
21115 "memchr",
21116]
21117
21118[[package]]
21119name = "winreg"
21120version = "0.10.1"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21123dependencies = [
21124 "winapi",
21125]
21126
21127[[package]]
21128name = "winreg"
21129version = "0.50.0"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21132dependencies = [
21133 "cfg-if",
21134 "windows-sys 0.48.0",
21135]
21136
21137[[package]]
21138name = "winreg"
21139version = "0.55.0"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21142dependencies = [
21143 "cfg-if",
21144 "windows-sys 0.59.0",
21145]
21146
21147[[package]]
21148name = "winresource"
21149version = "0.1.23"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21152dependencies = [
21153 "toml 0.8.23",
21154 "version_check",
21155]
21156
21157[[package]]
21158name = "winsafe"
21159version = "0.0.19"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21162
21163[[package]]
21164name = "winx"
21165version = "0.36.4"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21168dependencies = [
21169 "bitflags 2.10.0",
21170 "windows-sys 0.59.0",
21171]
21172
21173[[package]]
21174name = "wio"
21175version = "0.2.2"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21178dependencies = [
21179 "winapi",
21180]
21181
21182[[package]]
21183name = "wit-bindgen"
21184version = "0.22.0"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21187dependencies = [
21188 "bitflags 2.10.0",
21189 "wit-bindgen-rt 0.22.0",
21190 "wit-bindgen-rust-macro 0.22.0",
21191]
21192
21193[[package]]
21194name = "wit-bindgen"
21195version = "0.41.0"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21198dependencies = [
21199 "wit-bindgen-rt 0.41.0",
21200 "wit-bindgen-rust-macro 0.41.0",
21201]
21202
21203[[package]]
21204name = "wit-bindgen"
21205version = "0.46.0"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21208
21209[[package]]
21210name = "wit-bindgen"
21211version = "0.51.0"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21214dependencies = [
21215 "wit-bindgen-rust-macro 0.51.0",
21216]
21217
21218[[package]]
21219name = "wit-bindgen-core"
21220version = "0.22.0"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21223dependencies = [
21224 "anyhow",
21225 "wit-parser 0.201.0",
21226]
21227
21228[[package]]
21229name = "wit-bindgen-core"
21230version = "0.41.0"
21231source = "registry+https://github.com/rust-lang/crates.io-index"
21232checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21233dependencies = [
21234 "anyhow",
21235 "heck 0.5.0",
21236 "wit-parser 0.227.1",
21237]
21238
21239[[package]]
21240name = "wit-bindgen-core"
21241version = "0.51.0"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21244dependencies = [
21245 "anyhow",
21246 "heck 0.5.0",
21247 "wit-parser 0.244.0",
21248]
21249
21250[[package]]
21251name = "wit-bindgen-rt"
21252version = "0.22.0"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21255
21256[[package]]
21257name = "wit-bindgen-rt"
21258version = "0.41.0"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21261dependencies = [
21262 "bitflags 2.10.0",
21263 "futures 0.3.31",
21264 "once_cell",
21265]
21266
21267[[package]]
21268name = "wit-bindgen-rust"
21269version = "0.22.0"
21270source = "registry+https://github.com/rust-lang/crates.io-index"
21271checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21272dependencies = [
21273 "anyhow",
21274 "heck 0.4.1",
21275 "indexmap",
21276 "wasm-metadata 0.201.0",
21277 "wit-bindgen-core 0.22.0",
21278 "wit-component 0.201.0",
21279]
21280
21281[[package]]
21282name = "wit-bindgen-rust"
21283version = "0.41.0"
21284source = "registry+https://github.com/rust-lang/crates.io-index"
21285checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21286dependencies = [
21287 "anyhow",
21288 "heck 0.5.0",
21289 "indexmap",
21290 "prettyplease",
21291 "syn 2.0.117",
21292 "wasm-metadata 0.227.1",
21293 "wit-bindgen-core 0.41.0",
21294 "wit-component 0.227.1",
21295]
21296
21297[[package]]
21298name = "wit-bindgen-rust"
21299version = "0.51.0"
21300source = "registry+https://github.com/rust-lang/crates.io-index"
21301checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21302dependencies = [
21303 "anyhow",
21304 "heck 0.5.0",
21305 "indexmap",
21306 "prettyplease",
21307 "syn 2.0.117",
21308 "wasm-metadata 0.244.0",
21309 "wit-bindgen-core 0.51.0",
21310 "wit-component 0.244.0",
21311]
21312
21313[[package]]
21314name = "wit-bindgen-rust-macro"
21315version = "0.22.0"
21316source = "registry+https://github.com/rust-lang/crates.io-index"
21317checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21318dependencies = [
21319 "anyhow",
21320 "proc-macro2",
21321 "quote",
21322 "syn 2.0.117",
21323 "wit-bindgen-core 0.22.0",
21324 "wit-bindgen-rust 0.22.0",
21325]
21326
21327[[package]]
21328name = "wit-bindgen-rust-macro"
21329version = "0.41.0"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21332dependencies = [
21333 "anyhow",
21334 "prettyplease",
21335 "proc-macro2",
21336 "quote",
21337 "syn 2.0.117",
21338 "wit-bindgen-core 0.41.0",
21339 "wit-bindgen-rust 0.41.0",
21340]
21341
21342[[package]]
21343name = "wit-bindgen-rust-macro"
21344version = "0.51.0"
21345source = "registry+https://github.com/rust-lang/crates.io-index"
21346checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21347dependencies = [
21348 "anyhow",
21349 "prettyplease",
21350 "proc-macro2",
21351 "quote",
21352 "syn 2.0.117",
21353 "wit-bindgen-core 0.51.0",
21354 "wit-bindgen-rust 0.51.0",
21355]
21356
21357[[package]]
21358name = "wit-component"
21359version = "0.201.0"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21362dependencies = [
21363 "anyhow",
21364 "bitflags 2.10.0",
21365 "indexmap",
21366 "log",
21367 "serde",
21368 "serde_derive",
21369 "serde_json",
21370 "wasm-encoder 0.201.0",
21371 "wasm-metadata 0.201.0",
21372 "wasmparser 0.201.0",
21373 "wit-parser 0.201.0",
21374]
21375
21376[[package]]
21377name = "wit-component"
21378version = "0.227.1"
21379source = "registry+https://github.com/rust-lang/crates.io-index"
21380checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21381dependencies = [
21382 "anyhow",
21383 "bitflags 2.10.0",
21384 "indexmap",
21385 "log",
21386 "serde",
21387 "serde_derive",
21388 "serde_json",
21389 "wasm-encoder 0.227.1",
21390 "wasm-metadata 0.227.1",
21391 "wasmparser 0.227.1",
21392 "wit-parser 0.227.1",
21393]
21394
21395[[package]]
21396name = "wit-component"
21397version = "0.244.0"
21398source = "registry+https://github.com/rust-lang/crates.io-index"
21399checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21400dependencies = [
21401 "anyhow",
21402 "bitflags 2.10.0",
21403 "indexmap",
21404 "log",
21405 "serde",
21406 "serde_derive",
21407 "serde_json",
21408 "wasm-encoder 0.244.0",
21409 "wasm-metadata 0.244.0",
21410 "wasmparser 0.244.0",
21411 "wit-parser 0.244.0",
21412]
21413
21414[[package]]
21415name = "wit-parser"
21416version = "0.201.0"
21417source = "registry+https://github.com/rust-lang/crates.io-index"
21418checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21419dependencies = [
21420 "anyhow",
21421 "id-arena",
21422 "indexmap",
21423 "log",
21424 "semver",
21425 "serde",
21426 "serde_derive",
21427 "serde_json",
21428 "unicode-xid",
21429 "wasmparser 0.201.0",
21430]
21431
21432[[package]]
21433name = "wit-parser"
21434version = "0.227.1"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21437dependencies = [
21438 "anyhow",
21439 "id-arena",
21440 "indexmap",
21441 "log",
21442 "semver",
21443 "serde",
21444 "serde_derive",
21445 "serde_json",
21446 "unicode-xid",
21447 "wasmparser 0.227.1",
21448]
21449
21450[[package]]
21451name = "wit-parser"
21452version = "0.229.0"
21453source = "registry+https://github.com/rust-lang/crates.io-index"
21454checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21455dependencies = [
21456 "anyhow",
21457 "id-arena",
21458 "indexmap",
21459 "log",
21460 "semver",
21461 "serde",
21462 "serde_derive",
21463 "serde_json",
21464 "unicode-xid",
21465 "wasmparser 0.229.0",
21466]
21467
21468[[package]]
21469name = "wit-parser"
21470version = "0.244.0"
21471source = "registry+https://github.com/rust-lang/crates.io-index"
21472checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21473dependencies = [
21474 "anyhow",
21475 "id-arena",
21476 "indexmap",
21477 "log",
21478 "semver",
21479 "serde",
21480 "serde_derive",
21481 "serde_json",
21482 "unicode-xid",
21483 "wasmparser 0.244.0",
21484]
21485
21486[[package]]
21487name = "witx"
21488version = "0.9.1"
21489source = "registry+https://github.com/rust-lang/crates.io-index"
21490checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21491dependencies = [
21492 "anyhow",
21493 "log",
21494 "thiserror 1.0.69",
21495 "wast",
21496]
21497
21498[[package]]
21499name = "workspace"
21500version = "0.1.0"
21501dependencies = [
21502 "any_vec",
21503 "anyhow",
21504 "async-recursion",
21505 "chrono",
21506 "client",
21507 "clock",
21508 "collections",
21509 "component",
21510 "db",
21511 "feature_flags",
21512 "fs",
21513 "futures 0.3.31",
21514 "git",
21515 "gpui",
21516 "http_client",
21517 "itertools 0.14.0",
21518 "language",
21519 "log",
21520 "markdown",
21521 "menu",
21522 "node_runtime",
21523 "parking_lot",
21524 "postage",
21525 "pretty_assertions",
21526 "project",
21527 "remote",
21528 "schemars",
21529 "serde",
21530 "serde_json",
21531 "session",
21532 "settings",
21533 "smallvec",
21534 "sqlez",
21535 "strum 0.27.2",
21536 "task",
21537 "telemetry",
21538 "tempfile",
21539 "theme",
21540 "ui",
21541 "util",
21542 "uuid",
21543 "vim_mode_setting",
21544 "windows 0.61.3",
21545 "zed_actions",
21546 "zlog",
21547]
21548
21549[[package]]
21550name = "worktree"
21551version = "0.1.0"
21552dependencies = [
21553 "anyhow",
21554 "async-lock 2.8.0",
21555 "chardetng",
21556 "clock",
21557 "collections",
21558 "encoding_rs",
21559 "fs",
21560 "futures 0.3.31",
21561 "fuzzy",
21562 "git",
21563 "gpui",
21564 "ignore",
21565 "language",
21566 "log",
21567 "parking_lot",
21568 "paths",
21569 "postage",
21570 "pretty_assertions",
21571 "rand 0.9.2",
21572 "rpc",
21573 "serde",
21574 "serde_json",
21575 "settings",
21576 "smallvec",
21577 "smol",
21578 "sum_tree",
21579 "text",
21580 "tracing",
21581 "util",
21582 "worktree",
21583 "zlog",
21584 "ztracing",
21585]
21586
21587[[package]]
21588name = "worktree_benchmarks"
21589version = "0.1.0"
21590dependencies = [
21591 "fs",
21592 "gpui_platform",
21593 "settings",
21594 "worktree",
21595]
21596
21597[[package]]
21598name = "wprcontrol"
21599version = "0.1.0"
21600source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21601dependencies = [
21602 "windows 0.61.3",
21603 "windows-bindgen",
21604 "windows-core 0.61.2",
21605 "windows-link 0.2.1",
21606]
21607
21608[[package]]
21609name = "writeable"
21610version = "0.6.1"
21611source = "registry+https://github.com/rust-lang/crates.io-index"
21612checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21613
21614[[package]]
21615name = "wyz"
21616version = "0.5.1"
21617source = "registry+https://github.com/rust-lang/crates.io-index"
21618checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21619dependencies = [
21620 "tap",
21621]
21622
21623[[package]]
21624name = "x11"
21625version = "2.21.0"
21626source = "registry+https://github.com/rust-lang/crates.io-index"
21627checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21628dependencies = [
21629 "libc",
21630 "pkg-config",
21631]
21632
21633[[package]]
21634name = "x11-clipboard"
21635version = "0.9.3"
21636source = "registry+https://github.com/rust-lang/crates.io-index"
21637checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21638dependencies = [
21639 "libc",
21640 "x11rb",
21641]
21642
21643[[package]]
21644name = "x11rb"
21645version = "0.13.2"
21646source = "registry+https://github.com/rust-lang/crates.io-index"
21647checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21648dependencies = [
21649 "as-raw-xcb-connection",
21650 "gethostname",
21651 "libc",
21652 "rustix 1.1.2",
21653 "x11rb-protocol",
21654 "xcursor",
21655]
21656
21657[[package]]
21658name = "x11rb-protocol"
21659version = "0.13.2"
21660source = "registry+https://github.com/rust-lang/crates.io-index"
21661checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21662
21663[[package]]
21664name = "x_ai"
21665version = "0.1.0"
21666dependencies = [
21667 "anyhow",
21668 "schemars",
21669 "serde",
21670 "strum 0.27.2",
21671]
21672
21673[[package]]
21674name = "xattr"
21675version = "0.2.3"
21676source = "registry+https://github.com/rust-lang/crates.io-index"
21677checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21678dependencies = [
21679 "libc",
21680]
21681
21682[[package]]
21683name = "xcb"
21684version = "1.6.0"
21685source = "registry+https://github.com/rust-lang/crates.io-index"
21686checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21687dependencies = [
21688 "bitflags 1.3.2",
21689 "libc",
21690 "quick-xml 0.30.0",
21691 "x11",
21692]
21693
21694[[package]]
21695name = "xcursor"
21696version = "0.3.10"
21697source = "registry+https://github.com/rust-lang/crates.io-index"
21698checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21699
21700[[package]]
21701name = "xim-ctext"
21702version = "0.3.0"
21703source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21704dependencies = [
21705 "encoding_rs",
21706]
21707
21708[[package]]
21709name = "xim-parser"
21710version = "0.2.1"
21711source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21712dependencies = [
21713 "bitflags 2.10.0",
21714]
21715
21716[[package]]
21717name = "xkbcommon"
21718version = "0.8.0"
21719source = "registry+https://github.com/rust-lang/crates.io-index"
21720checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21721dependencies = [
21722 "as-raw-xcb-connection",
21723 "libc",
21724 "memmap2",
21725 "xkeysym",
21726]
21727
21728[[package]]
21729name = "xkeysym"
21730version = "0.2.1"
21731source = "registry+https://github.com/rust-lang/crates.io-index"
21732checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21733
21734[[package]]
21735name = "xml-rs"
21736version = "0.8.28"
21737source = "registry+https://github.com/rust-lang/crates.io-index"
21738checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21739
21740[[package]]
21741name = "xml5ever"
21742version = "0.18.1"
21743source = "registry+https://github.com/rust-lang/crates.io-index"
21744checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21745dependencies = [
21746 "log",
21747 "mac",
21748 "markup5ever 0.12.1",
21749]
21750
21751[[package]]
21752name = "xmlparser"
21753version = "0.13.6"
21754source = "registry+https://github.com/rust-lang/crates.io-index"
21755checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21756
21757[[package]]
21758name = "xmlwriter"
21759version = "0.1.0"
21760source = "registry+https://github.com/rust-lang/crates.io-index"
21761checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21762
21763[[package]]
21764name = "xtask"
21765version = "0.1.0"
21766dependencies = [
21767 "annotate-snippets",
21768 "anyhow",
21769 "backtrace",
21770 "cargo_metadata",
21771 "cargo_toml",
21772 "clap",
21773 "gh-workflow",
21774 "indexmap",
21775 "indoc",
21776 "itertools 0.14.0",
21777 "regex",
21778 "serde",
21779 "serde_json",
21780 "serde_yaml",
21781 "strum 0.27.2",
21782 "toml 0.8.23",
21783 "toml_edit 0.22.27",
21784]
21785
21786[[package]]
21787name = "yaml-rust2"
21788version = "0.8.1"
21789source = "registry+https://github.com/rust-lang/crates.io-index"
21790checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21791dependencies = [
21792 "arraydeque",
21793 "encoding_rs",
21794 "hashlink 0.8.4",
21795]
21796
21797[[package]]
21798name = "yansi"
21799version = "1.0.1"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21802
21803[[package]]
21804name = "yawc"
21805version = "0.2.5"
21806source = "registry+https://github.com/rust-lang/crates.io-index"
21807checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21808dependencies = [
21809 "base64 0.22.1",
21810 "bytes 1.11.1",
21811 "flate2",
21812 "futures 0.3.31",
21813 "http-body-util",
21814 "hyper 1.7.0",
21815 "hyper-util",
21816 "js-sys",
21817 "nom 8.0.0",
21818 "pin-project",
21819 "rand 0.8.5",
21820 "sha1",
21821 "thiserror 1.0.69",
21822 "tokio",
21823 "tokio-rustls 0.26.2",
21824 "tokio-util",
21825 "url",
21826 "wasm-bindgen",
21827 "wasm-bindgen-futures",
21828 "web-sys",
21829 "webpki-roots",
21830]
21831
21832[[package]]
21833name = "yazi"
21834version = "0.2.1"
21835source = "registry+https://github.com/rust-lang/crates.io-index"
21836checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21837
21838[[package]]
21839name = "yeslogic-fontconfig-sys"
21840version = "6.0.0"
21841source = "registry+https://github.com/rust-lang/crates.io-index"
21842checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21843dependencies = [
21844 "dlib",
21845 "once_cell",
21846 "pkg-config",
21847]
21848
21849[[package]]
21850name = "yoke"
21851version = "0.7.5"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21854dependencies = [
21855 "serde",
21856 "stable_deref_trait",
21857 "yoke-derive 0.7.5",
21858 "zerofrom",
21859]
21860
21861[[package]]
21862name = "yoke"
21863version = "0.8.0"
21864source = "registry+https://github.com/rust-lang/crates.io-index"
21865checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21866dependencies = [
21867 "serde",
21868 "stable_deref_trait",
21869 "yoke-derive 0.8.0",
21870 "zerofrom",
21871]
21872
21873[[package]]
21874name = "yoke-derive"
21875version = "0.7.5"
21876source = "registry+https://github.com/rust-lang/crates.io-index"
21877checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21878dependencies = [
21879 "proc-macro2",
21880 "quote",
21881 "syn 2.0.117",
21882 "synstructure",
21883]
21884
21885[[package]]
21886name = "yoke-derive"
21887version = "0.8.0"
21888source = "registry+https://github.com/rust-lang/crates.io-index"
21889checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21890dependencies = [
21891 "proc-macro2",
21892 "quote",
21893 "syn 2.0.117",
21894 "synstructure",
21895]
21896
21897[[package]]
21898name = "zbus"
21899version = "5.13.2"
21900source = "registry+https://github.com/rust-lang/crates.io-index"
21901checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21902dependencies = [
21903 "async-broadcast",
21904 "async-executor",
21905 "async-io",
21906 "async-lock 3.4.2",
21907 "async-process",
21908 "async-recursion",
21909 "async-task",
21910 "async-trait",
21911 "blocking",
21912 "enumflags2",
21913 "event-listener 5.4.1",
21914 "futures-core",
21915 "futures-lite 2.6.1",
21916 "hex",
21917 "libc",
21918 "ordered-stream",
21919 "rustix 1.1.2",
21920 "serde",
21921 "serde_repr",
21922 "tracing",
21923 "uds_windows",
21924 "uuid",
21925 "windows-sys 0.61.2",
21926 "winnow",
21927 "zbus_macros",
21928 "zbus_names",
21929 "zvariant",
21930]
21931
21932[[package]]
21933name = "zbus_macros"
21934version = "5.13.2"
21935source = "registry+https://github.com/rust-lang/crates.io-index"
21936checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21937dependencies = [
21938 "proc-macro-crate",
21939 "proc-macro2",
21940 "quote",
21941 "syn 2.0.117",
21942 "zbus_names",
21943 "zvariant",
21944 "zvariant_utils",
21945]
21946
21947[[package]]
21948name = "zbus_names"
21949version = "4.3.1"
21950source = "registry+https://github.com/rust-lang/crates.io-index"
21951checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21952dependencies = [
21953 "serde",
21954 "winnow",
21955 "zvariant",
21956]
21957
21958[[package]]
21959name = "zed"
21960version = "0.230.0"
21961dependencies = [
21962 "acp_thread",
21963 "acp_tools",
21964 "action_log",
21965 "activity_indicator",
21966 "agent",
21967 "agent-client-protocol",
21968 "agent_servers",
21969 "agent_settings",
21970 "agent_ui",
21971 "anyhow",
21972 "ashpd",
21973 "askpass",
21974 "assets",
21975 "audio",
21976 "auto_update",
21977 "auto_update_ui",
21978 "breadcrumbs",
21979 "call",
21980 "channel",
21981 "chrono",
21982 "clap",
21983 "cli",
21984 "client",
21985 "clock",
21986 "codestral",
21987 "collab_ui",
21988 "collections",
21989 "command_palette",
21990 "component",
21991 "component_preview",
21992 "copilot",
21993 "copilot_chat",
21994 "copilot_ui",
21995 "crashes",
21996 "csv_preview",
21997 "dap_adapters",
21998 "db",
21999 "debug_adapter_extension",
22000 "debugger_tools",
22001 "debugger_ui",
22002 "dev_container",
22003 "diagnostics",
22004 "edit_prediction",
22005 "edit_prediction_ui",
22006 "editor",
22007 "encoding_selector",
22008 "env_logger 0.11.8",
22009 "etw_tracing",
22010 "extension",
22011 "extension_host",
22012 "extensions_ui",
22013 "feature_flags",
22014 "feedback",
22015 "file_finder",
22016 "fs",
22017 "futures 0.3.31",
22018 "git",
22019 "git_graph",
22020 "git_hosting_providers",
22021 "git_ui",
22022 "go_to_line",
22023 "gpui",
22024 "gpui_platform",
22025 "gpui_tokio",
22026 "http_client",
22027 "image",
22028 "image_viewer",
22029 "inspector_ui",
22030 "install_cli",
22031 "itertools 0.14.0",
22032 "journal",
22033 "json_schema_store",
22034 "keymap_editor",
22035 "language",
22036 "language_extension",
22037 "language_model",
22038 "language_models",
22039 "language_onboarding",
22040 "language_selector",
22041 "language_tools",
22042 "languages",
22043 "line_ending_selector",
22044 "log",
22045 "markdown",
22046 "markdown_preview",
22047 "menu",
22048 "migrator",
22049 "mimalloc",
22050 "miniprofiler_ui",
22051 "nc",
22052 "node_runtime",
22053 "notifications",
22054 "onboarding",
22055 "outline",
22056 "outline_panel",
22057 "parking_lot",
22058 "paths",
22059 "picker",
22060 "pkg-config",
22061 "pretty_assertions",
22062 "profiling",
22063 "project",
22064 "project_panel",
22065 "project_symbols",
22066 "prompt_store",
22067 "proto",
22068 "rayon",
22069 "recent_projects",
22070 "release_channel",
22071 "remote",
22072 "repl",
22073 "reqwest_client",
22074 "rope",
22075 "search",
22076 "semver",
22077 "serde",
22078 "serde_json",
22079 "session",
22080 "settings",
22081 "settings_profile_selector",
22082 "settings_ui",
22083 "shellexpand 2.1.2",
22084 "sidebar",
22085 "smol",
22086 "snippet_provider",
22087 "snippets_ui",
22088 "svg_preview",
22089 "sysinfo 0.37.2",
22090 "system_specs",
22091 "tab_switcher",
22092 "task",
22093 "tasks_ui",
22094 "telemetry",
22095 "telemetry_events",
22096 "tempfile",
22097 "terminal_view",
22098 "theme",
22099 "theme_extension",
22100 "theme_selector",
22101 "time",
22102 "time_format",
22103 "title_bar",
22104 "toolchain_selector",
22105 "tracing",
22106 "ui",
22107 "ui_prompt",
22108 "url",
22109 "urlencoding",
22110 "util",
22111 "uuid",
22112 "vim",
22113 "vim_mode_setting",
22114 "watch",
22115 "web_search",
22116 "web_search_providers",
22117 "which_key",
22118 "windows 0.61.3",
22119 "winresource",
22120 "workspace",
22121 "zed-reqwest",
22122 "zed_actions",
22123 "zed_env_vars",
22124 "zlog",
22125 "zlog_settings",
22126 "ztracing",
22127]
22128
22129[[package]]
22130name = "zed-font-kit"
22131version = "0.14.1-zed"
22132source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22133dependencies = [
22134 "bitflags 2.10.0",
22135 "byteorder",
22136 "core-foundation 0.10.0",
22137 "core-graphics 0.24.0",
22138 "core-text",
22139 "dirs 5.0.1",
22140 "dwrote",
22141 "float-ord",
22142 "freetype-sys",
22143 "lazy_static",
22144 "libc",
22145 "log",
22146 "pathfinder_geometry",
22147 "pathfinder_simd",
22148 "walkdir",
22149 "winapi",
22150 "yeslogic-fontconfig-sys",
22151]
22152
22153[[package]]
22154name = "zed-reqwest"
22155version = "0.12.15-zed"
22156source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22157dependencies = [
22158 "base64 0.22.1",
22159 "bytes 1.11.1",
22160 "encoding_rs",
22161 "futures-core",
22162 "futures-util",
22163 "h2 0.4.12",
22164 "http 1.3.1",
22165 "http-body 1.0.1",
22166 "http-body-util",
22167 "hyper 1.7.0",
22168 "hyper-rustls 0.27.7",
22169 "hyper-util",
22170 "ipnet",
22171 "js-sys",
22172 "log",
22173 "mime",
22174 "mime_guess",
22175 "once_cell",
22176 "percent-encoding",
22177 "pin-project-lite",
22178 "quinn",
22179 "rustls 0.23.33",
22180 "rustls-native-certs 0.8.2",
22181 "rustls-pemfile 2.2.0",
22182 "rustls-pki-types",
22183 "serde",
22184 "serde_json",
22185 "serde_urlencoded",
22186 "sync_wrapper 1.0.2",
22187 "system-configuration 0.6.1",
22188 "tokio",
22189 "tokio-rustls 0.26.2",
22190 "tokio-socks",
22191 "tokio-util",
22192 "tower 0.5.2",
22193 "tower-service",
22194 "url",
22195 "wasm-bindgen",
22196 "wasm-bindgen-futures",
22197 "wasm-streams",
22198 "web-sys",
22199 "windows-registry 0.4.0",
22200]
22201
22202[[package]]
22203name = "zed-scap"
22204version = "0.0.8-zed"
22205source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22206dependencies = [
22207 "anyhow",
22208 "cocoa 0.25.0",
22209 "core-graphics-helmer-fork",
22210 "log",
22211 "objc",
22212 "rand 0.8.5",
22213 "screencapturekit",
22214 "screencapturekit-sys",
22215 "sysinfo 0.31.4",
22216 "tao-core-video-sys",
22217 "windows 0.61.3",
22218 "windows-capture",
22219 "x11",
22220 "xcb",
22221]
22222
22223[[package]]
22224name = "zed-xim"
22225version = "0.4.0-zed"
22226source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22227dependencies = [
22228 "ahash 0.8.12",
22229 "hashbrown 0.14.5",
22230 "log",
22231 "x11rb",
22232 "xim-ctext",
22233 "xim-parser",
22234]
22235
22236[[package]]
22237name = "zed_actions"
22238version = "0.1.0"
22239dependencies = [
22240 "gpui",
22241 "schemars",
22242 "serde",
22243 "util",
22244 "uuid",
22245]
22246
22247[[package]]
22248name = "zed_env_vars"
22249version = "0.1.0"
22250dependencies = [
22251 "gpui",
22252]
22253
22254[[package]]
22255name = "zed_extension_api"
22256version = "0.1.0"
22257source = "registry+https://github.com/rust-lang/crates.io-index"
22258checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22259dependencies = [
22260 "serde",
22261 "serde_json",
22262 "wit-bindgen 0.22.0",
22263]
22264
22265[[package]]
22266name = "zed_extension_api"
22267version = "0.7.0"
22268source = "registry+https://github.com/rust-lang/crates.io-index"
22269checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22270dependencies = [
22271 "serde",
22272 "serde_json",
22273 "wit-bindgen 0.41.0",
22274]
22275
22276[[package]]
22277name = "zed_extension_api"
22278version = "0.8.0"
22279dependencies = [
22280 "serde",
22281 "serde_json",
22282 "wit-bindgen 0.41.0",
22283]
22284
22285[[package]]
22286name = "zed_glsl"
22287version = "0.2.2"
22288dependencies = [
22289 "zed_extension_api 0.1.0",
22290]
22291
22292[[package]]
22293name = "zed_html"
22294version = "0.3.1"
22295dependencies = [
22296 "zed_extension_api 0.7.0",
22297]
22298
22299[[package]]
22300name = "zed_proto"
22301version = "0.3.1"
22302dependencies = [
22303 "zed_extension_api 0.7.0",
22304]
22305
22306[[package]]
22307name = "zed_test_extension"
22308version = "0.1.0"
22309dependencies = [
22310 "zed_extension_api 0.8.0",
22311]
22312
22313[[package]]
22314name = "zeno"
22315version = "0.3.3"
22316source = "registry+https://github.com/rust-lang/crates.io-index"
22317checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22318
22319[[package]]
22320name = "zerocopy"
22321version = "0.8.27"
22322source = "registry+https://github.com/rust-lang/crates.io-index"
22323checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22324dependencies = [
22325 "zerocopy-derive",
22326]
22327
22328[[package]]
22329name = "zerocopy-derive"
22330version = "0.8.27"
22331source = "registry+https://github.com/rust-lang/crates.io-index"
22332checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22333dependencies = [
22334 "proc-macro2",
22335 "quote",
22336 "syn 2.0.117",
22337]
22338
22339[[package]]
22340name = "zerofrom"
22341version = "0.1.6"
22342source = "registry+https://github.com/rust-lang/crates.io-index"
22343checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22344dependencies = [
22345 "zerofrom-derive",
22346]
22347
22348[[package]]
22349name = "zerofrom-derive"
22350version = "0.1.6"
22351source = "registry+https://github.com/rust-lang/crates.io-index"
22352checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22353dependencies = [
22354 "proc-macro2",
22355 "quote",
22356 "syn 2.0.117",
22357 "synstructure",
22358]
22359
22360[[package]]
22361name = "zeroize"
22362version = "1.8.2"
22363source = "registry+https://github.com/rust-lang/crates.io-index"
22364checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22365dependencies = [
22366 "zeroize_derive",
22367]
22368
22369[[package]]
22370name = "zeroize_derive"
22371version = "1.4.2"
22372source = "registry+https://github.com/rust-lang/crates.io-index"
22373checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22374dependencies = [
22375 "proc-macro2",
22376 "quote",
22377 "syn 2.0.117",
22378]
22379
22380[[package]]
22381name = "zeromq"
22382version = "0.5.0"
22383source = "registry+https://github.com/rust-lang/crates.io-index"
22384checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22385dependencies = [
22386 "async-dispatcher",
22387 "async-std",
22388 "async-trait",
22389 "asynchronous-codec",
22390 "bytes 1.11.1",
22391 "crossbeam-queue",
22392 "futures 0.3.31",
22393 "log",
22394 "num-traits",
22395 "once_cell",
22396 "parking_lot",
22397 "rand 0.9.2",
22398 "regex",
22399 "scc",
22400 "thiserror 1.0.69",
22401 "uuid",
22402]
22403
22404[[package]]
22405name = "zerotrie"
22406version = "0.2.2"
22407source = "registry+https://github.com/rust-lang/crates.io-index"
22408checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22409dependencies = [
22410 "displaydoc",
22411 "yoke 0.8.0",
22412 "zerofrom",
22413]
22414
22415[[package]]
22416name = "zerovec"
22417version = "0.11.4"
22418source = "registry+https://github.com/rust-lang/crates.io-index"
22419checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22420dependencies = [
22421 "yoke 0.8.0",
22422 "zerofrom",
22423 "zerovec-derive",
22424]
22425
22426[[package]]
22427name = "zerovec-derive"
22428version = "0.11.1"
22429source = "registry+https://github.com/rust-lang/crates.io-index"
22430checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22431dependencies = [
22432 "proc-macro2",
22433 "quote",
22434 "syn 2.0.117",
22435]
22436
22437[[package]]
22438name = "zeta_prompt"
22439version = "0.1.0"
22440dependencies = [
22441 "anyhow",
22442 "indoc",
22443 "serde",
22444 "strum 0.27.2",
22445]
22446
22447[[package]]
22448name = "zip"
22449version = "0.6.6"
22450source = "registry+https://github.com/rust-lang/crates.io-index"
22451checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22452dependencies = [
22453 "aes",
22454 "byteorder",
22455 "bzip2",
22456 "constant_time_eq",
22457 "crc32fast",
22458 "crossbeam-utils",
22459 "flate2",
22460 "hmac",
22461 "pbkdf2 0.11.0",
22462 "sha1",
22463 "time",
22464 "zstd",
22465]
22466
22467[[package]]
22468name = "zip"
22469version = "1.1.4"
22470source = "registry+https://github.com/rust-lang/crates.io-index"
22471checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22472dependencies = [
22473 "arbitrary",
22474 "crc32fast",
22475 "crossbeam-utils",
22476 "displaydoc",
22477 "indexmap",
22478 "num_enum",
22479 "thiserror 1.0.69",
22480]
22481
22482[[package]]
22483name = "zlog"
22484version = "0.1.0"
22485dependencies = [
22486 "anyhow",
22487 "chrono",
22488 "collections",
22489 "log",
22490 "tempfile",
22491]
22492
22493[[package]]
22494name = "zlog_settings"
22495version = "0.1.0"
22496dependencies = [
22497 "collections",
22498 "gpui",
22499 "settings",
22500 "zlog",
22501]
22502
22503[[package]]
22504name = "zstd"
22505version = "0.11.2+zstd.1.5.2"
22506source = "registry+https://github.com/rust-lang/crates.io-index"
22507checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22508dependencies = [
22509 "zstd-safe",
22510]
22511
22512[[package]]
22513name = "zstd-safe"
22514version = "5.0.2+zstd.1.5.2"
22515source = "registry+https://github.com/rust-lang/crates.io-index"
22516checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22517dependencies = [
22518 "libc",
22519 "zstd-sys",
22520]
22521
22522[[package]]
22523name = "zstd-sys"
22524version = "2.0.16+zstd.1.5.7"
22525source = "registry+https://github.com/rust-lang/crates.io-index"
22526checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22527dependencies = [
22528 "cc",
22529 "pkg-config",
22530]
22531
22532[[package]]
22533name = "ztracing"
22534version = "0.1.0"
22535dependencies = [
22536 "tracing",
22537 "tracing-subscriber",
22538 "tracing-tracy",
22539 "tracy-client",
22540 "zlog",
22541 "ztracing_macro",
22542]
22543
22544[[package]]
22545name = "ztracing_macro"
22546version = "0.1.0"
22547
22548[[package]]
22549name = "zune-core"
22550version = "0.4.12"
22551source = "registry+https://github.com/rust-lang/crates.io-index"
22552checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22553
22554[[package]]
22555name = "zune-inflate"
22556version = "0.2.54"
22557source = "registry+https://github.com/rust-lang/crates.io-index"
22558checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22559dependencies = [
22560 "simd-adler32",
22561]
22562
22563[[package]]
22564name = "zune-jpeg"
22565version = "0.4.21"
22566source = "registry+https://github.com/rust-lang/crates.io-index"
22567checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22568dependencies = [
22569 "zune-core",
22570]
22571
22572[[package]]
22573name = "zvariant"
22574version = "5.9.2"
22575source = "registry+https://github.com/rust-lang/crates.io-index"
22576checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22577dependencies = [
22578 "endi",
22579 "enumflags2",
22580 "serde",
22581 "serde_bytes",
22582 "winnow",
22583 "zvariant_derive",
22584 "zvariant_utils",
22585]
22586
22587[[package]]
22588name = "zvariant_derive"
22589version = "5.9.2"
22590source = "registry+https://github.com/rust-lang/crates.io-index"
22591checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22592dependencies = [
22593 "proc-macro-crate",
22594 "proc-macro2",
22595 "quote",
22596 "syn 2.0.117",
22597 "zvariant_utils",
22598]
22599
22600[[package]]
22601name = "zvariant_utils"
22602version = "3.3.0"
22603source = "registry+https://github.com/rust-lang/crates.io-index"
22604checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22605dependencies = [
22606 "proc-macro2",
22607 "quote",
22608 "serde",
22609 "syn 2.0.117",
22610 "winnow",
22611]