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 "fs",
275 "futures 0.3.31",
276 "google_ai",
277 "gpui",
278 "gpui_tokio",
279 "http_client",
280 "indoc",
281 "language_model",
282 "libc",
283 "log",
284 "nix 0.29.0",
285 "project",
286 "release_channel",
287 "reqwest_client",
288 "serde",
289 "serde_json",
290 "settings",
291 "smol",
292 "task",
293 "tempfile",
294 "terminal",
295 "thiserror 2.0.17",
296 "ui",
297 "util",
298 "uuid",
299 "watch",
300]
301
302[[package]]
303name = "agent_settings"
304version = "0.1.0"
305dependencies = [
306 "agent-client-protocol",
307 "anyhow",
308 "collections",
309 "convert_case 0.8.0",
310 "fs",
311 "gpui",
312 "language_model",
313 "log",
314 "project",
315 "regex",
316 "schemars",
317 "serde",
318 "serde_json",
319 "serde_json_lenient",
320 "settings",
321 "util",
322]
323
324[[package]]
325name = "agent_ui"
326version = "0.1.0"
327dependencies = [
328 "acp_thread",
329 "action_log",
330 "agent",
331 "agent-client-protocol",
332 "agent_servers",
333 "agent_settings",
334 "ai_onboarding",
335 "anyhow",
336 "arrayvec",
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 "html_to_markdown",
366 "http_client",
367 "image",
368 "indoc",
369 "itertools 0.14.0",
370 "jsonschema",
371 "language",
372 "language_model",
373 "language_models",
374 "languages",
375 "log",
376 "lsp",
377 "markdown",
378 "menu",
379 "multi_buffer",
380 "notifications",
381 "ordered-float 2.10.1",
382 "parking_lot",
383 "paths",
384 "picker",
385 "postage",
386 "pretty_assertions",
387 "project",
388 "prompt_store",
389 "proto",
390 "rand 0.9.2",
391 "release_channel",
392 "reqwest_client",
393 "rope",
394 "rules_library",
395 "schemars",
396 "search",
397 "semver",
398 "serde",
399 "serde_json",
400 "serde_json_lenient",
401 "settings",
402 "smol",
403 "streaming_diff",
404 "task",
405 "telemetry",
406 "terminal",
407 "terminal_view",
408 "text",
409 "theme",
410 "time",
411 "time_format",
412 "tree-sitter-md",
413 "ui",
414 "ui_input",
415 "unindent",
416 "url",
417 "util",
418 "uuid",
419 "watch",
420 "workspace",
421 "zed_actions",
422]
423
424[[package]]
425name = "ahash"
426version = "0.7.8"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
429dependencies = [
430 "getrandom 0.2.16",
431 "once_cell",
432 "version_check",
433]
434
435[[package]]
436name = "ahash"
437version = "0.8.12"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
440dependencies = [
441 "cfg-if",
442 "const-random",
443 "getrandom 0.3.4",
444 "once_cell",
445 "serde",
446 "version_check",
447 "zerocopy",
448]
449
450[[package]]
451name = "aho-corasick"
452version = "1.1.3"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
455dependencies = [
456 "memchr",
457]
458
459[[package]]
460name = "ai_onboarding"
461version = "0.1.0"
462dependencies = [
463 "client",
464 "cloud_api_types",
465 "component",
466 "gpui",
467 "language_model",
468 "serde",
469 "smallvec",
470 "telemetry",
471 "ui",
472 "zed_actions",
473]
474
475[[package]]
476name = "alacritty_terminal"
477version = "0.25.1"
478source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
479dependencies = [
480 "base64 0.22.1",
481 "bitflags 2.10.0",
482 "home",
483 "libc",
484 "log",
485 "mach2 0.5.0",
486 "miow",
487 "parking_lot",
488 "piper",
489 "polling",
490 "regex-automata",
491 "rustix 1.1.2",
492 "rustix-openpty",
493 "serde",
494 "signal-hook",
495 "unicode-width",
496 "vte",
497 "windows-sys 0.59.0",
498]
499
500[[package]]
501name = "aliasable"
502version = "0.1.3"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
505
506[[package]]
507name = "aligned-vec"
508version = "0.6.4"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
511dependencies = [
512 "equator",
513]
514
515[[package]]
516name = "alloc-no-stdlib"
517version = "2.0.4"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
520
521[[package]]
522name = "alloc-stdlib"
523version = "0.2.2"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
526dependencies = [
527 "alloc-no-stdlib",
528]
529
530[[package]]
531name = "allocator-api2"
532version = "0.2.21"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
535
536[[package]]
537name = "alsa"
538version = "0.10.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
541dependencies = [
542 "alsa-sys",
543 "bitflags 2.10.0",
544 "cfg-if",
545 "libc",
546]
547
548[[package]]
549name = "alsa-sys"
550version = "0.3.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
553dependencies = [
554 "libc",
555 "pkg-config",
556]
557
558[[package]]
559name = "ambient-authority"
560version = "0.0.2"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
563
564[[package]]
565name = "ammonia"
566version = "4.1.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
569dependencies = [
570 "cssparser",
571 "html5ever 0.35.0",
572 "maplit",
573 "tendril",
574 "url",
575]
576
577[[package]]
578name = "android_system_properties"
579version = "0.1.5"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
582dependencies = [
583 "libc",
584]
585
586[[package]]
587name = "anes"
588version = "0.1.6"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
591
592[[package]]
593name = "annotate-snippets"
594version = "0.12.12"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
597dependencies = [
598 "anstyle",
599 "memchr",
600 "unicode-width",
601]
602
603[[package]]
604name = "anstream"
605version = "0.6.21"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
608dependencies = [
609 "anstyle",
610 "anstyle-parse",
611 "anstyle-query",
612 "anstyle-wincon",
613 "colorchoice",
614 "is_terminal_polyfill",
615 "utf8parse",
616]
617
618[[package]]
619name = "anstyle"
620version = "1.0.13"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
623
624[[package]]
625name = "anstyle-parse"
626version = "0.2.7"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
629dependencies = [
630 "utf8parse",
631]
632
633[[package]]
634name = "anstyle-query"
635version = "1.1.4"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
638dependencies = [
639 "windows-sys 0.60.2",
640]
641
642[[package]]
643name = "anstyle-wincon"
644version = "3.0.10"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
647dependencies = [
648 "anstyle",
649 "once_cell_polyfill",
650 "windows-sys 0.60.2",
651]
652
653[[package]]
654name = "anthropic"
655version = "0.1.0"
656dependencies = [
657 "anyhow",
658 "chrono",
659 "futures 0.3.31",
660 "http_client",
661 "schemars",
662 "serde",
663 "serde_json",
664 "settings",
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"
736dependencies = [
737 "serde",
738]
739
740[[package]]
741name = "as-raw-xcb-connection"
742version = "1.0.1"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
745
746[[package]]
747name = "ascii"
748version = "1.1.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
751
752[[package]]
753name = "ash"
754version = "0.38.0+1.3.281"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
757dependencies = [
758 "libloading",
759]
760
761[[package]]
762name = "ashpd"
763version = "0.13.2"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
766dependencies = [
767 "enumflags2",
768 "futures-channel",
769 "futures-util",
770 "getrandom 0.4.1",
771 "serde",
772 "serde_repr",
773 "wayland-backend",
774 "wayland-client",
775 "wayland-protocols",
776 "zbus",
777]
778
779[[package]]
780name = "askpass"
781version = "0.1.0"
782dependencies = [
783 "anyhow",
784 "futures 0.3.31",
785 "gpui",
786 "log",
787 "net",
788 "smol",
789 "tempfile",
790 "util",
791 "windows 0.61.3",
792 "zeroize",
793]
794
795[[package]]
796name = "assets"
797version = "0.1.0"
798dependencies = [
799 "anyhow",
800 "gpui",
801 "rust-embed",
802]
803
804[[package]]
805name = "assistant_slash_command"
806version = "0.1.0"
807dependencies = [
808 "anyhow",
809 "async-trait",
810 "collections",
811 "derive_more",
812 "extension",
813 "futures 0.3.31",
814 "gpui",
815 "language",
816 "language_model",
817 "parking_lot",
818 "pretty_assertions",
819 "serde",
820 "serde_json",
821 "ui",
822 "util",
823 "workspace",
824]
825
826[[package]]
827name = "assistant_slash_commands"
828version = "0.1.0"
829dependencies = [
830 "anyhow",
831 "assistant_slash_command",
832 "chrono",
833 "collections",
834 "editor",
835 "feature_flags",
836 "fs",
837 "futures 0.3.31",
838 "fuzzy",
839 "gpui",
840 "html_to_markdown",
841 "http_client",
842 "language",
843 "multi_buffer",
844 "pretty_assertions",
845 "project",
846 "prompt_store",
847 "rope",
848 "serde",
849 "serde_json",
850 "settings",
851 "smol",
852 "text",
853 "ui",
854 "util",
855 "workspace",
856 "worktree",
857 "zlog",
858]
859
860[[package]]
861name = "assistant_text_thread"
862version = "0.1.0"
863dependencies = [
864 "agent_settings",
865 "anyhow",
866 "assistant_slash_command",
867 "assistant_slash_commands",
868 "chrono",
869 "client",
870 "clock",
871 "cloud_llm_client",
872 "collections",
873 "context_server",
874 "fs",
875 "futures 0.3.31",
876 "fuzzy",
877 "gpui",
878 "itertools 0.14.0",
879 "language",
880 "language_model",
881 "log",
882 "open_ai",
883 "parking_lot",
884 "paths",
885 "pretty_assertions",
886 "project",
887 "prompt_store",
888 "proto",
889 "rand 0.9.2",
890 "regex",
891 "rpc",
892 "serde",
893 "serde_json",
894 "settings",
895 "smallvec",
896 "smol",
897 "telemetry",
898 "text",
899 "ui",
900 "unindent",
901 "util",
902 "uuid",
903 "workspace",
904 "zed_env_vars",
905]
906
907[[package]]
908name = "async-attributes"
909version = "1.1.2"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
912dependencies = [
913 "quote",
914 "syn 1.0.109",
915]
916
917[[package]]
918name = "async-broadcast"
919version = "0.7.2"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
922dependencies = [
923 "event-listener 5.4.1",
924 "event-listener-strategy",
925 "futures-core",
926 "pin-project-lite",
927]
928
929[[package]]
930name = "async-channel"
931version = "1.9.0"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
934dependencies = [
935 "concurrent-queue",
936 "event-listener 2.5.3",
937 "futures-core",
938]
939
940[[package]]
941name = "async-channel"
942version = "2.5.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
945dependencies = [
946 "concurrent-queue",
947 "event-listener-strategy",
948 "futures-core",
949 "pin-project-lite",
950]
951
952[[package]]
953name = "async-compat"
954version = "0.2.5"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
957dependencies = [
958 "futures-core",
959 "futures-io",
960 "once_cell",
961 "pin-project-lite",
962 "tokio",
963]
964
965[[package]]
966name = "async-compression"
967version = "0.4.32"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
970dependencies = [
971 "compression-codecs",
972 "compression-core",
973 "futures-core",
974 "futures-io",
975 "pin-project-lite",
976]
977
978[[package]]
979name = "async-dispatcher"
980version = "0.1.2"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
983dependencies = [
984 "async-task",
985 "futures-lite 1.13.0",
986]
987
988[[package]]
989name = "async-executor"
990version = "1.13.3"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
993dependencies = [
994 "async-task",
995 "concurrent-queue",
996 "fastrand 2.3.0",
997 "futures-lite 2.6.1",
998 "pin-project-lite",
999 "slab",
1000]
1001
1002[[package]]
1003name = "async-fs"
1004version = "2.2.0"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
1007dependencies = [
1008 "async-lock 3.4.2",
1009 "blocking",
1010 "futures-lite 2.6.1",
1011]
1012
1013[[package]]
1014name = "async-global-executor"
1015version = "2.4.1"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1018dependencies = [
1019 "async-channel 2.5.0",
1020 "async-executor",
1021 "async-io",
1022 "async-lock 3.4.2",
1023 "blocking",
1024 "futures-lite 2.6.1",
1025 "once_cell",
1026]
1027
1028[[package]]
1029name = "async-io"
1030version = "2.6.0"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1033dependencies = [
1034 "autocfg",
1035 "cfg-if",
1036 "concurrent-queue",
1037 "futures-io",
1038 "futures-lite 2.6.1",
1039 "parking",
1040 "polling",
1041 "rustix 1.1.2",
1042 "slab",
1043 "windows-sys 0.61.2",
1044]
1045
1046[[package]]
1047name = "async-lock"
1048version = "2.8.0"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1051dependencies = [
1052 "event-listener 2.5.3",
1053]
1054
1055[[package]]
1056name = "async-lock"
1057version = "3.4.2"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
1060dependencies = [
1061 "event-listener 5.4.1",
1062 "event-listener-strategy",
1063 "pin-project-lite",
1064]
1065
1066[[package]]
1067name = "async-net"
1068version = "2.0.0"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1071dependencies = [
1072 "async-io",
1073 "blocking",
1074 "futures-lite 2.6.1",
1075]
1076
1077[[package]]
1078name = "async-pipe"
1079version = "0.1.3"
1080source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1081dependencies = [
1082 "futures 0.3.31",
1083 "log",
1084]
1085
1086[[package]]
1087name = "async-process"
1088version = "2.5.0"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1091dependencies = [
1092 "async-channel 2.5.0",
1093 "async-io",
1094 "async-lock 3.4.2",
1095 "async-signal",
1096 "async-task",
1097 "blocking",
1098 "cfg-if",
1099 "event-listener 5.4.1",
1100 "futures-lite 2.6.1",
1101 "rustix 1.1.2",
1102]
1103
1104[[package]]
1105name = "async-recursion"
1106version = "1.1.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1109dependencies = [
1110 "proc-macro2",
1111 "quote",
1112 "syn 2.0.117",
1113]
1114
1115[[package]]
1116name = "async-signal"
1117version = "0.2.13"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1120dependencies = [
1121 "async-io",
1122 "async-lock 3.4.2",
1123 "atomic-waker",
1124 "cfg-if",
1125 "futures-core",
1126 "futures-io",
1127 "rustix 1.1.2",
1128 "signal-hook-registry",
1129 "slab",
1130 "windows-sys 0.61.2",
1131]
1132
1133[[package]]
1134name = "async-std"
1135version = "1.13.2"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1138dependencies = [
1139 "async-attributes",
1140 "async-channel 1.9.0",
1141 "async-global-executor",
1142 "async-io",
1143 "async-lock 3.4.2",
1144 "async-process",
1145 "crossbeam-utils",
1146 "futures-channel",
1147 "futures-core",
1148 "futures-io",
1149 "futures-lite 2.6.1",
1150 "gloo-timers",
1151 "kv-log-macro",
1152 "log",
1153 "memchr",
1154 "once_cell",
1155 "pin-project-lite",
1156 "pin-utils",
1157 "slab",
1158 "wasm-bindgen-futures",
1159]
1160
1161[[package]]
1162name = "async-stream"
1163version = "0.3.6"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1166dependencies = [
1167 "async-stream-impl",
1168 "futures-core",
1169 "pin-project-lite",
1170]
1171
1172[[package]]
1173name = "async-stream-impl"
1174version = "0.3.6"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1177dependencies = [
1178 "proc-macro2",
1179 "quote",
1180 "syn 2.0.117",
1181]
1182
1183[[package]]
1184name = "async-tar"
1185version = "0.5.1"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1188dependencies = [
1189 "async-std",
1190 "filetime",
1191 "libc",
1192 "pin-project",
1193 "redox_syscall 0.2.16",
1194 "xattr",
1195]
1196
1197[[package]]
1198name = "async-task"
1199version = "4.7.1"
1200source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1201
1202[[package]]
1203name = "async-trait"
1204version = "0.1.89"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1207dependencies = [
1208 "proc-macro2",
1209 "quote",
1210 "syn 2.0.117",
1211]
1212
1213[[package]]
1214name = "async-tungstenite"
1215version = "0.31.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1218dependencies = [
1219 "atomic-waker",
1220 "futures-core",
1221 "futures-io",
1222 "futures-task",
1223 "futures-util",
1224 "log",
1225 "pin-project-lite",
1226 "rustls-pki-types",
1227 "tokio",
1228 "tokio-rustls 0.26.2",
1229 "tungstenite 0.27.0",
1230]
1231
1232[[package]]
1233name = "async_zip"
1234version = "0.0.18"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1237dependencies = [
1238 "async-compression",
1239 "crc32fast",
1240 "futures-lite 2.6.1",
1241 "pin-project",
1242 "thiserror 2.0.17",
1243]
1244
1245[[package]]
1246name = "asynchronous-codec"
1247version = "0.7.0"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1250dependencies = [
1251 "bytes 1.11.1",
1252 "futures-sink",
1253 "futures-util",
1254 "memchr",
1255 "pin-project-lite",
1256]
1257
1258[[package]]
1259name = "atoi"
1260version = "2.0.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1263dependencies = [
1264 "num-traits",
1265]
1266
1267[[package]]
1268name = "atomic"
1269version = "0.5.3"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1272
1273[[package]]
1274name = "atomic-waker"
1275version = "1.1.2"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1278
1279[[package]]
1280name = "audio"
1281version = "0.1.0"
1282dependencies = [
1283 "anyhow",
1284 "async-tar",
1285 "collections",
1286 "cpal",
1287 "crossbeam",
1288 "denoise",
1289 "gpui",
1290 "libwebrtc",
1291 "log",
1292 "parking_lot",
1293 "rodio",
1294 "serde",
1295 "settings",
1296 "smol",
1297 "thiserror 2.0.17",
1298 "util",
1299]
1300
1301[[package]]
1302name = "auditable-serde"
1303version = "0.8.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1306dependencies = [
1307 "semver",
1308 "serde",
1309 "serde_json",
1310 "topological-sort",
1311]
1312
1313[[package]]
1314name = "auto_update"
1315version = "0.1.0"
1316dependencies = [
1317 "anyhow",
1318 "client",
1319 "clock",
1320 "ctor",
1321 "db",
1322 "futures 0.3.31",
1323 "futures-lite 1.13.0",
1324 "gpui",
1325 "http_client",
1326 "log",
1327 "parking_lot",
1328 "paths",
1329 "release_channel",
1330 "semver",
1331 "serde",
1332 "serde_json",
1333 "settings",
1334 "smol",
1335 "tempfile",
1336 "util",
1337 "which 6.0.3",
1338 "workspace",
1339 "zlog",
1340]
1341
1342[[package]]
1343name = "auto_update_helper"
1344version = "0.1.0"
1345dependencies = [
1346 "anyhow",
1347 "log",
1348 "scopeguard",
1349 "simplelog",
1350 "tempfile",
1351 "windows 0.61.3",
1352 "winresource",
1353]
1354
1355[[package]]
1356name = "auto_update_ui"
1357version = "0.1.0"
1358dependencies = [
1359 "anyhow",
1360 "auto_update",
1361 "client",
1362 "editor",
1363 "gpui",
1364 "markdown_preview",
1365 "release_channel",
1366 "semver",
1367 "serde",
1368 "serde_json",
1369 "smol",
1370 "ui",
1371 "util",
1372 "workspace",
1373]
1374
1375[[package]]
1376name = "autocfg"
1377version = "1.5.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1380
1381[[package]]
1382name = "av1-grain"
1383version = "0.2.4"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1386dependencies = [
1387 "anyhow",
1388 "arrayvec",
1389 "log",
1390 "nom 7.1.3",
1391 "num-rational",
1392 "v_frame",
1393]
1394
1395[[package]]
1396name = "avif-serialize"
1397version = "0.8.6"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1400dependencies = [
1401 "arrayvec",
1402]
1403
1404[[package]]
1405name = "aws-config"
1406version = "1.8.10"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1409dependencies = [
1410 "aws-credential-types",
1411 "aws-runtime",
1412 "aws-sdk-sso",
1413 "aws-sdk-ssooidc",
1414 "aws-sdk-sts",
1415 "aws-smithy-async",
1416 "aws-smithy-http",
1417 "aws-smithy-json",
1418 "aws-smithy-runtime",
1419 "aws-smithy-runtime-api",
1420 "aws-smithy-types",
1421 "aws-types",
1422 "bytes 1.11.1",
1423 "fastrand 2.3.0",
1424 "hex",
1425 "http 1.3.1",
1426 "ring",
1427 "time",
1428 "tokio",
1429 "tracing",
1430 "url",
1431 "zeroize",
1432]
1433
1434[[package]]
1435name = "aws-credential-types"
1436version = "1.2.10"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1439dependencies = [
1440 "aws-smithy-async",
1441 "aws-smithy-runtime-api",
1442 "aws-smithy-types",
1443 "zeroize",
1444]
1445
1446[[package]]
1447name = "aws-lc-rs"
1448version = "1.15.4"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1451dependencies = [
1452 "aws-lc-sys",
1453 "untrusted 0.7.1",
1454 "zeroize",
1455]
1456
1457[[package]]
1458name = "aws-lc-sys"
1459version = "0.37.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1462dependencies = [
1463 "cc",
1464 "cmake",
1465 "dunce",
1466 "fs_extra",
1467]
1468
1469[[package]]
1470name = "aws-runtime"
1471version = "1.5.16"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1474dependencies = [
1475 "aws-credential-types",
1476 "aws-sigv4",
1477 "aws-smithy-async",
1478 "aws-smithy-eventstream",
1479 "aws-smithy-http",
1480 "aws-smithy-runtime",
1481 "aws-smithy-runtime-api",
1482 "aws-smithy-types",
1483 "aws-types",
1484 "bytes 1.11.1",
1485 "fastrand 2.3.0",
1486 "http 0.2.12",
1487 "http-body 0.4.6",
1488 "percent-encoding",
1489 "pin-project-lite",
1490 "tracing",
1491 "uuid",
1492]
1493
1494[[package]]
1495name = "aws-sdk-bedrockruntime"
1496version = "1.113.0"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1499dependencies = [
1500 "aws-credential-types",
1501 "aws-runtime",
1502 "aws-sigv4",
1503 "aws-smithy-async",
1504 "aws-smithy-eventstream",
1505 "aws-smithy-http",
1506 "aws-smithy-json",
1507 "aws-smithy-runtime",
1508 "aws-smithy-runtime-api",
1509 "aws-smithy-types",
1510 "aws-types",
1511 "bytes 1.11.1",
1512 "fastrand 2.3.0",
1513 "http 0.2.12",
1514 "hyper 0.14.32",
1515 "regex-lite",
1516 "tracing",
1517]
1518
1519[[package]]
1520name = "aws-sdk-kinesis"
1521version = "1.95.0"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1524dependencies = [
1525 "aws-credential-types",
1526 "aws-runtime",
1527 "aws-smithy-async",
1528 "aws-smithy-eventstream",
1529 "aws-smithy-http",
1530 "aws-smithy-json",
1531 "aws-smithy-runtime",
1532 "aws-smithy-runtime-api",
1533 "aws-smithy-types",
1534 "aws-types",
1535 "bytes 1.11.1",
1536 "fastrand 2.3.0",
1537 "http 0.2.12",
1538 "regex-lite",
1539 "tracing",
1540]
1541
1542[[package]]
1543name = "aws-sdk-s3"
1544version = "1.112.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1547dependencies = [
1548 "aws-credential-types",
1549 "aws-runtime",
1550 "aws-sigv4",
1551 "aws-smithy-async",
1552 "aws-smithy-checksums",
1553 "aws-smithy-eventstream",
1554 "aws-smithy-http",
1555 "aws-smithy-json",
1556 "aws-smithy-runtime",
1557 "aws-smithy-runtime-api",
1558 "aws-smithy-types",
1559 "aws-smithy-xml",
1560 "aws-types",
1561 "bytes 1.11.1",
1562 "fastrand 2.3.0",
1563 "hex",
1564 "hmac",
1565 "http 0.2.12",
1566 "http 1.3.1",
1567 "http-body 0.4.6",
1568 "lru",
1569 "percent-encoding",
1570 "regex-lite",
1571 "sha2",
1572 "tracing",
1573 "url",
1574]
1575
1576[[package]]
1577name = "aws-sdk-sso"
1578version = "1.88.0"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1581dependencies = [
1582 "aws-credential-types",
1583 "aws-runtime",
1584 "aws-smithy-async",
1585 "aws-smithy-http",
1586 "aws-smithy-json",
1587 "aws-smithy-runtime",
1588 "aws-smithy-runtime-api",
1589 "aws-smithy-types",
1590 "aws-types",
1591 "bytes 1.11.1",
1592 "fastrand 2.3.0",
1593 "http 0.2.12",
1594 "regex-lite",
1595 "tracing",
1596]
1597
1598[[package]]
1599name = "aws-sdk-ssooidc"
1600version = "1.90.0"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1603dependencies = [
1604 "aws-credential-types",
1605 "aws-runtime",
1606 "aws-smithy-async",
1607 "aws-smithy-http",
1608 "aws-smithy-json",
1609 "aws-smithy-runtime",
1610 "aws-smithy-runtime-api",
1611 "aws-smithy-types",
1612 "aws-types",
1613 "bytes 1.11.1",
1614 "fastrand 2.3.0",
1615 "http 0.2.12",
1616 "regex-lite",
1617 "tracing",
1618]
1619
1620[[package]]
1621name = "aws-sdk-sts"
1622version = "1.90.0"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1625dependencies = [
1626 "aws-credential-types",
1627 "aws-runtime",
1628 "aws-smithy-async",
1629 "aws-smithy-http",
1630 "aws-smithy-json",
1631 "aws-smithy-query",
1632 "aws-smithy-runtime",
1633 "aws-smithy-runtime-api",
1634 "aws-smithy-types",
1635 "aws-smithy-xml",
1636 "aws-types",
1637 "fastrand 2.3.0",
1638 "http 0.2.12",
1639 "regex-lite",
1640 "tracing",
1641]
1642
1643[[package]]
1644name = "aws-sigv4"
1645version = "1.3.6"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1648dependencies = [
1649 "aws-credential-types",
1650 "aws-smithy-eventstream",
1651 "aws-smithy-http",
1652 "aws-smithy-runtime-api",
1653 "aws-smithy-types",
1654 "bytes 1.11.1",
1655 "crypto-bigint 0.5.5",
1656 "form_urlencoded",
1657 "hex",
1658 "hmac",
1659 "http 0.2.12",
1660 "http 1.3.1",
1661 "p256",
1662 "percent-encoding",
1663 "ring",
1664 "sha2",
1665 "subtle",
1666 "time",
1667 "tracing",
1668 "zeroize",
1669]
1670
1671[[package]]
1672name = "aws-smithy-async"
1673version = "1.2.6"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1676dependencies = [
1677 "futures-util",
1678 "pin-project-lite",
1679 "tokio",
1680]
1681
1682[[package]]
1683name = "aws-smithy-checksums"
1684version = "0.63.11"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1687dependencies = [
1688 "aws-smithy-http",
1689 "aws-smithy-types",
1690 "bytes 1.11.1",
1691 "crc-fast",
1692 "hex",
1693 "http 0.2.12",
1694 "http-body 0.4.6",
1695 "md-5",
1696 "pin-project-lite",
1697 "sha1",
1698 "sha2",
1699 "tracing",
1700]
1701
1702[[package]]
1703name = "aws-smithy-eventstream"
1704version = "0.60.13"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1707dependencies = [
1708 "aws-smithy-types",
1709 "bytes 1.11.1",
1710 "crc32fast",
1711]
1712
1713[[package]]
1714name = "aws-smithy-http"
1715version = "0.62.5"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1718dependencies = [
1719 "aws-smithy-eventstream",
1720 "aws-smithy-runtime-api",
1721 "aws-smithy-types",
1722 "bytes 1.11.1",
1723 "bytes-utils",
1724 "futures-core",
1725 "futures-util",
1726 "http 0.2.12",
1727 "http 1.3.1",
1728 "http-body 0.4.6",
1729 "percent-encoding",
1730 "pin-project-lite",
1731 "pin-utils",
1732 "tracing",
1733]
1734
1735[[package]]
1736name = "aws-smithy-http-client"
1737version = "1.1.4"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1740dependencies = [
1741 "aws-smithy-async",
1742 "aws-smithy-runtime-api",
1743 "aws-smithy-types",
1744 "h2 0.3.27",
1745 "h2 0.4.12",
1746 "http 0.2.12",
1747 "http 1.3.1",
1748 "http-body 0.4.6",
1749 "hyper 0.14.32",
1750 "hyper 1.7.0",
1751 "hyper-rustls 0.24.2",
1752 "hyper-rustls 0.27.7",
1753 "hyper-util",
1754 "pin-project-lite",
1755 "rustls 0.21.12",
1756 "rustls 0.23.33",
1757 "rustls-native-certs 0.8.2",
1758 "rustls-pki-types",
1759 "tokio",
1760 "tokio-rustls 0.26.2",
1761 "tower 0.5.2",
1762 "tracing",
1763]
1764
1765[[package]]
1766name = "aws-smithy-json"
1767version = "0.61.7"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1770dependencies = [
1771 "aws-smithy-types",
1772]
1773
1774[[package]]
1775name = "aws-smithy-observability"
1776version = "0.1.4"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1779dependencies = [
1780 "aws-smithy-runtime-api",
1781]
1782
1783[[package]]
1784name = "aws-smithy-query"
1785version = "0.60.8"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1788dependencies = [
1789 "aws-smithy-types",
1790 "urlencoding",
1791]
1792
1793[[package]]
1794name = "aws-smithy-runtime"
1795version = "1.9.4"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1798dependencies = [
1799 "aws-smithy-async",
1800 "aws-smithy-http",
1801 "aws-smithy-http-client",
1802 "aws-smithy-observability",
1803 "aws-smithy-runtime-api",
1804 "aws-smithy-types",
1805 "bytes 1.11.1",
1806 "fastrand 2.3.0",
1807 "http 0.2.12",
1808 "http 1.3.1",
1809 "http-body 0.4.6",
1810 "http-body 1.0.1",
1811 "pin-project-lite",
1812 "pin-utils",
1813 "tokio",
1814 "tracing",
1815]
1816
1817[[package]]
1818name = "aws-smithy-runtime-api"
1819version = "1.9.2"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1822dependencies = [
1823 "aws-smithy-async",
1824 "aws-smithy-types",
1825 "bytes 1.11.1",
1826 "http 0.2.12",
1827 "http 1.3.1",
1828 "pin-project-lite",
1829 "tokio",
1830 "tracing",
1831 "zeroize",
1832]
1833
1834[[package]]
1835name = "aws-smithy-types"
1836version = "1.3.4"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1839dependencies = [
1840 "base64-simd",
1841 "bytes 1.11.1",
1842 "bytes-utils",
1843 "futures-core",
1844 "http 0.2.12",
1845 "http 1.3.1",
1846 "http-body 0.4.6",
1847 "http-body 1.0.1",
1848 "http-body-util",
1849 "itoa",
1850 "num-integer",
1851 "pin-project-lite",
1852 "pin-utils",
1853 "ryu",
1854 "serde",
1855 "time",
1856 "tokio",
1857 "tokio-util",
1858]
1859
1860[[package]]
1861name = "aws-smithy-xml"
1862version = "0.60.12"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1865dependencies = [
1866 "xmlparser",
1867]
1868
1869[[package]]
1870name = "aws-types"
1871version = "1.3.10"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1874dependencies = [
1875 "aws-credential-types",
1876 "aws-smithy-async",
1877 "aws-smithy-runtime-api",
1878 "aws-smithy-types",
1879 "rustc_version",
1880 "tracing",
1881]
1882
1883[[package]]
1884name = "aws_http_client"
1885version = "0.1.0"
1886dependencies = [
1887 "aws-smithy-runtime-api",
1888 "aws-smithy-types",
1889 "http_client",
1890]
1891
1892[[package]]
1893name = "axum"
1894version = "0.6.20"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1897dependencies = [
1898 "async-trait",
1899 "axum-core",
1900 "base64 0.21.7",
1901 "bitflags 1.3.2",
1902 "bytes 1.11.1",
1903 "futures-util",
1904 "headers",
1905 "http 0.2.12",
1906 "http-body 0.4.6",
1907 "hyper 0.14.32",
1908 "itoa",
1909 "matchit",
1910 "memchr",
1911 "mime",
1912 "percent-encoding",
1913 "pin-project-lite",
1914 "rustversion",
1915 "serde",
1916 "serde_json",
1917 "serde_path_to_error",
1918 "serde_urlencoded",
1919 "sha1",
1920 "sync_wrapper 0.1.2",
1921 "tokio",
1922 "tokio-tungstenite 0.20.1",
1923 "tower 0.4.13",
1924 "tower-layer",
1925 "tower-service",
1926]
1927
1928[[package]]
1929name = "axum-core"
1930version = "0.3.4"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1933dependencies = [
1934 "async-trait",
1935 "bytes 1.11.1",
1936 "futures-util",
1937 "http 0.2.12",
1938 "http-body 0.4.6",
1939 "mime",
1940 "rustversion",
1941 "tower-layer",
1942 "tower-service",
1943]
1944
1945[[package]]
1946name = "backtrace"
1947version = "0.3.76"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1950dependencies = [
1951 "addr2line 0.25.1",
1952 "cfg-if",
1953 "libc",
1954 "miniz_oxide",
1955 "object 0.37.3",
1956 "rustc-demangle",
1957 "windows-link 0.2.1",
1958]
1959
1960[[package]]
1961name = "base16ct"
1962version = "0.1.1"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1965
1966[[package]]
1967name = "base64"
1968version = "0.21.7"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1971
1972[[package]]
1973name = "base64"
1974version = "0.22.1"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1977
1978[[package]]
1979name = "base64-simd"
1980version = "0.8.0"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1983dependencies = [
1984 "outref",
1985 "vsimd",
1986]
1987
1988[[package]]
1989name = "base64ct"
1990version = "1.8.0"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1993
1994[[package]]
1995name = "bedrock"
1996version = "0.1.0"
1997dependencies = [
1998 "anyhow",
1999 "aws-sdk-bedrockruntime",
2000 "aws-smithy-types",
2001 "futures 0.3.31",
2002 "schemars",
2003 "serde",
2004 "serde_json",
2005 "strum 0.27.2",
2006 "thiserror 2.0.17",
2007]
2008
2009[[package]]
2010name = "bigdecimal"
2011version = "0.4.8"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2014dependencies = [
2015 "autocfg",
2016 "libm",
2017 "num-bigint",
2018 "num-integer",
2019 "num-traits",
2020 "serde",
2021]
2022
2023[[package]]
2024name = "bincode"
2025version = "1.3.3"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2028dependencies = [
2029 "serde",
2030]
2031
2032[[package]]
2033name = "bindgen"
2034version = "0.71.1"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2037dependencies = [
2038 "bitflags 2.10.0",
2039 "cexpr",
2040 "clang-sys",
2041 "itertools 0.12.1",
2042 "log",
2043 "prettyplease",
2044 "proc-macro2",
2045 "quote",
2046 "regex",
2047 "rustc-hash 2.1.1",
2048 "shlex",
2049 "syn 2.0.117",
2050]
2051
2052[[package]]
2053name = "bindgen"
2054version = "0.72.1"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2057dependencies = [
2058 "bitflags 2.10.0",
2059 "cexpr",
2060 "clang-sys",
2061 "itertools 0.12.1",
2062 "proc-macro2",
2063 "quote",
2064 "regex",
2065 "rustc-hash 2.1.1",
2066 "shlex",
2067 "syn 2.0.117",
2068]
2069
2070[[package]]
2071name = "bit-set"
2072version = "0.8.0"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2075dependencies = [
2076 "bit-vec",
2077]
2078
2079[[package]]
2080name = "bit-vec"
2081version = "0.8.0"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2084
2085[[package]]
2086name = "bit_field"
2087version = "0.10.3"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2090
2091[[package]]
2092name = "bitflags"
2093version = "1.3.2"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2096
2097[[package]]
2098name = "bitflags"
2099version = "2.10.0"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2102dependencies = [
2103 "serde_core",
2104]
2105
2106[[package]]
2107name = "bitstream-io"
2108version = "2.6.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2111
2112[[package]]
2113name = "bitvec"
2114version = "1.0.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2117dependencies = [
2118 "funty",
2119 "radium",
2120 "tap",
2121 "wyz",
2122]
2123
2124[[package]]
2125name = "block"
2126version = "0.1.6"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2129
2130[[package]]
2131name = "block-buffer"
2132version = "0.10.4"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2135dependencies = [
2136 "generic-array",
2137]
2138
2139[[package]]
2140name = "block-padding"
2141version = "0.3.3"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2144dependencies = [
2145 "generic-array",
2146]
2147
2148[[package]]
2149name = "block2"
2150version = "0.6.2"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2153dependencies = [
2154 "objc2",
2155]
2156
2157[[package]]
2158name = "blocking"
2159version = "1.6.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2162dependencies = [
2163 "async-channel 2.5.0",
2164 "async-task",
2165 "futures-io",
2166 "futures-lite 2.6.1",
2167 "piper",
2168]
2169
2170[[package]]
2171name = "bmrng"
2172version = "0.5.2"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2175dependencies = [
2176 "futures-core",
2177 "tokio",
2178]
2179
2180[[package]]
2181name = "bon"
2182version = "3.8.2"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2185dependencies = [
2186 "bon-macros",
2187 "rustversion",
2188]
2189
2190[[package]]
2191name = "bon-macros"
2192version = "3.8.2"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2195dependencies = [
2196 "darling 0.21.3",
2197 "ident_case",
2198 "prettyplease",
2199 "proc-macro2",
2200 "quote",
2201 "rustversion",
2202 "syn 2.0.117",
2203]
2204
2205[[package]]
2206name = "borrow-or-share"
2207version = "0.2.4"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2210
2211[[package]]
2212name = "borsh"
2213version = "1.5.7"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2216dependencies = [
2217 "borsh-derive",
2218 "cfg_aliases 0.2.1",
2219]
2220
2221[[package]]
2222name = "borsh-derive"
2223version = "1.5.7"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2226dependencies = [
2227 "once_cell",
2228 "proc-macro-crate",
2229 "proc-macro2",
2230 "quote",
2231 "syn 2.0.117",
2232]
2233
2234[[package]]
2235name = "breadcrumbs"
2236version = "0.1.0"
2237dependencies = [
2238 "gpui",
2239 "ui",
2240 "workspace",
2241]
2242
2243[[package]]
2244name = "brotli"
2245version = "8.0.2"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
2248dependencies = [
2249 "alloc-no-stdlib",
2250 "alloc-stdlib",
2251 "brotli-decompressor",
2252]
2253
2254[[package]]
2255name = "brotli-decompressor"
2256version = "5.0.0"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2259dependencies = [
2260 "alloc-no-stdlib",
2261 "alloc-stdlib",
2262]
2263
2264[[package]]
2265name = "brush-parser"
2266version = "0.3.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2269dependencies = [
2270 "bon",
2271 "cached",
2272 "indenter",
2273 "peg",
2274 "thiserror 2.0.17",
2275 "tracing",
2276 "utf8-chars",
2277]
2278
2279[[package]]
2280name = "bstr"
2281version = "1.12.0"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2284dependencies = [
2285 "memchr",
2286 "regex-automata",
2287 "serde",
2288]
2289
2290[[package]]
2291name = "buffer_diff"
2292version = "0.1.0"
2293dependencies = [
2294 "clock",
2295 "ctor",
2296 "futures 0.3.31",
2297 "git2",
2298 "gpui",
2299 "language",
2300 "log",
2301 "pretty_assertions",
2302 "rand 0.9.2",
2303 "rope",
2304 "settings",
2305 "sum_tree",
2306 "text",
2307 "tracing",
2308 "unindent",
2309 "util",
2310 "zlog",
2311 "ztracing",
2312]
2313
2314[[package]]
2315name = "built"
2316version = "0.7.7"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2319
2320[[package]]
2321name = "bumpalo"
2322version = "3.19.0"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2325dependencies = [
2326 "allocator-api2",
2327]
2328
2329[[package]]
2330name = "by_address"
2331version = "1.2.1"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2334
2335[[package]]
2336name = "bytecheck"
2337version = "0.6.12"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2340dependencies = [
2341 "bytecheck_derive",
2342 "ptr_meta",
2343 "simdutf8",
2344]
2345
2346[[package]]
2347name = "bytecheck_derive"
2348version = "0.6.12"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2351dependencies = [
2352 "proc-macro2",
2353 "quote",
2354 "syn 1.0.109",
2355]
2356
2357[[package]]
2358name = "bytecount"
2359version = "0.6.9"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2362
2363[[package]]
2364name = "bytemuck"
2365version = "1.24.0"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2368dependencies = [
2369 "bytemuck_derive",
2370]
2371
2372[[package]]
2373name = "bytemuck_derive"
2374version = "1.10.2"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2377dependencies = [
2378 "proc-macro2",
2379 "quote",
2380 "syn 2.0.117",
2381]
2382
2383[[package]]
2384name = "byteorder"
2385version = "1.5.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2388
2389[[package]]
2390name = "byteorder-lite"
2391version = "0.1.0"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2394
2395[[package]]
2396name = "bytes"
2397version = "0.4.12"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2400dependencies = [
2401 "byteorder",
2402 "iovec",
2403]
2404
2405[[package]]
2406name = "bytes"
2407version = "1.11.1"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2410
2411[[package]]
2412name = "bytes-utils"
2413version = "0.1.4"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2416dependencies = [
2417 "bytes 1.11.1",
2418 "either",
2419]
2420
2421[[package]]
2422name = "bzip2"
2423version = "0.4.4"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2426dependencies = [
2427 "bzip2-sys",
2428 "libc",
2429]
2430
2431[[package]]
2432name = "bzip2-sys"
2433version = "0.1.13+1.0.8"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2436dependencies = [
2437 "cc",
2438 "pkg-config",
2439]
2440
2441[[package]]
2442name = "cached"
2443version = "0.56.0"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2446dependencies = [
2447 "ahash 0.8.12",
2448 "cached_proc_macro",
2449 "cached_proc_macro_types",
2450 "hashbrown 0.15.5",
2451 "once_cell",
2452 "thiserror 2.0.17",
2453 "web-time",
2454]
2455
2456[[package]]
2457name = "cached_proc_macro"
2458version = "0.25.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2461dependencies = [
2462 "darling 0.20.11",
2463 "proc-macro2",
2464 "quote",
2465 "syn 2.0.117",
2466]
2467
2468[[package]]
2469name = "cached_proc_macro_types"
2470version = "0.1.1"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2473
2474[[package]]
2475name = "call"
2476version = "0.1.0"
2477dependencies = [
2478 "anyhow",
2479 "audio",
2480 "client",
2481 "collections",
2482 "feature_flags",
2483 "fs",
2484 "futures 0.3.31",
2485 "gpui",
2486 "gpui_tokio",
2487 "language",
2488 "livekit_client",
2489 "log",
2490 "postage",
2491 "project",
2492 "serde",
2493 "settings",
2494 "telemetry",
2495 "util",
2496 "workspace",
2497]
2498
2499[[package]]
2500name = "calloop"
2501version = "0.14.3"
2502source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2503dependencies = [
2504 "bitflags 2.10.0",
2505 "polling",
2506 "rustix 1.1.2",
2507 "slab",
2508 "tracing",
2509]
2510
2511[[package]]
2512name = "calloop-wayland-source"
2513version = "0.4.1"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2516dependencies = [
2517 "calloop",
2518 "rustix 1.1.2",
2519 "wayland-backend",
2520 "wayland-client",
2521]
2522
2523[[package]]
2524name = "camino"
2525version = "1.2.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2528dependencies = [
2529 "serde_core",
2530]
2531
2532[[package]]
2533name = "candle-core"
2534version = "0.9.1"
2535source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2536dependencies = [
2537 "byteorder",
2538 "float8",
2539 "gemm 0.17.1",
2540 "half",
2541 "memmap2",
2542 "num-traits",
2543 "num_cpus",
2544 "rand 0.9.2",
2545 "rand_distr",
2546 "rayon",
2547 "safetensors",
2548 "thiserror 1.0.69",
2549 "ug",
2550 "yoke 0.7.5",
2551 "zip 1.1.4",
2552]
2553
2554[[package]]
2555name = "candle-nn"
2556version = "0.9.1"
2557source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2558dependencies = [
2559 "candle-core",
2560 "half",
2561 "libc",
2562 "num-traits",
2563 "rayon",
2564 "safetensors",
2565 "serde",
2566 "thiserror 1.0.69",
2567]
2568
2569[[package]]
2570name = "candle-onnx"
2571version = "0.9.1"
2572source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2573dependencies = [
2574 "candle-core",
2575 "candle-nn",
2576 "prost 0.12.6",
2577]
2578
2579[[package]]
2580name = "cap-fs-ext"
2581version = "3.4.4"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2584dependencies = [
2585 "cap-primitives",
2586 "cap-std",
2587 "io-lifetimes",
2588 "windows-sys 0.59.0",
2589]
2590
2591[[package]]
2592name = "cap-net-ext"
2593version = "3.4.4"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2596dependencies = [
2597 "cap-primitives",
2598 "cap-std",
2599 "rustix 1.1.2",
2600 "smallvec",
2601]
2602
2603[[package]]
2604name = "cap-primitives"
2605version = "3.4.4"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2608dependencies = [
2609 "ambient-authority",
2610 "fs-set-times",
2611 "io-extras",
2612 "io-lifetimes",
2613 "ipnet",
2614 "maybe-owned",
2615 "rustix 1.1.2",
2616 "rustix-linux-procfs",
2617 "windows-sys 0.59.0",
2618 "winx",
2619]
2620
2621[[package]]
2622name = "cap-rand"
2623version = "3.4.4"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2626dependencies = [
2627 "ambient-authority",
2628 "rand 0.8.5",
2629]
2630
2631[[package]]
2632name = "cap-std"
2633version = "3.4.4"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2636dependencies = [
2637 "cap-primitives",
2638 "io-extras",
2639 "io-lifetimes",
2640 "rustix 1.1.2",
2641]
2642
2643[[package]]
2644name = "cap-time-ext"
2645version = "3.4.4"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2648dependencies = [
2649 "ambient-authority",
2650 "cap-primitives",
2651 "iana-time-zone",
2652 "once_cell",
2653 "rustix 1.1.2",
2654 "winx",
2655]
2656
2657[[package]]
2658name = "cargo-platform"
2659version = "0.1.9"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2662dependencies = [
2663 "serde",
2664]
2665
2666[[package]]
2667name = "cargo_metadata"
2668version = "0.19.2"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2671dependencies = [
2672 "camino",
2673 "cargo-platform",
2674 "semver",
2675 "serde",
2676 "serde_json",
2677 "thiserror 2.0.17",
2678]
2679
2680[[package]]
2681name = "cargo_toml"
2682version = "0.21.0"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2685dependencies = [
2686 "serde",
2687 "toml 0.8.23",
2688]
2689
2690[[package]]
2691name = "cast"
2692version = "0.3.0"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2695
2696[[package]]
2697name = "cbc"
2698version = "0.1.2"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2701dependencies = [
2702 "cipher",
2703]
2704
2705[[package]]
2706name = "cbindgen"
2707version = "0.28.0"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2710dependencies = [
2711 "heck 0.4.1",
2712 "indexmap",
2713 "log",
2714 "proc-macro2",
2715 "quote",
2716 "serde",
2717 "serde_json",
2718 "syn 2.0.117",
2719 "tempfile",
2720 "toml 0.8.23",
2721]
2722
2723[[package]]
2724name = "cc"
2725version = "1.2.49"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2728dependencies = [
2729 "find-msvc-tools",
2730 "jobserver",
2731 "libc",
2732 "shlex",
2733]
2734
2735[[package]]
2736name = "cesu8"
2737version = "1.1.0"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2740
2741[[package]]
2742name = "cexpr"
2743version = "0.6.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2746dependencies = [
2747 "nom 7.1.3",
2748]
2749
2750[[package]]
2751name = "cfg-expr"
2752version = "0.15.8"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2755dependencies = [
2756 "smallvec",
2757 "target-lexicon 0.12.16",
2758]
2759
2760[[package]]
2761name = "cfg-expr"
2762version = "0.20.6"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2765dependencies = [
2766 "smallvec",
2767 "target-lexicon 0.13.3",
2768]
2769
2770[[package]]
2771name = "cfg-if"
2772version = "1.0.4"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2775
2776[[package]]
2777name = "cfg_aliases"
2778version = "0.1.1"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2781
2782[[package]]
2783name = "cfg_aliases"
2784version = "0.2.1"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2787
2788[[package]]
2789name = "cgl"
2790version = "0.3.2"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2793dependencies = [
2794 "libc",
2795]
2796
2797[[package]]
2798name = "channel"
2799version = "0.1.0"
2800dependencies = [
2801 "anyhow",
2802 "client",
2803 "clock",
2804 "collections",
2805 "futures 0.3.31",
2806 "gpui",
2807 "http_client",
2808 "language",
2809 "log",
2810 "postage",
2811 "release_channel",
2812 "rpc",
2813 "semver",
2814 "settings",
2815 "text",
2816 "time",
2817 "util",
2818]
2819
2820[[package]]
2821name = "chardetng"
2822version = "0.1.17"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2825dependencies = [
2826 "cfg-if",
2827 "encoding_rs",
2828 "memchr",
2829]
2830
2831[[package]]
2832name = "chrono"
2833version = "0.4.42"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2836dependencies = [
2837 "iana-time-zone",
2838 "js-sys",
2839 "num-traits",
2840 "serde",
2841 "wasm-bindgen",
2842 "windows-link 0.2.1",
2843]
2844
2845[[package]]
2846name = "chunked_transfer"
2847version = "1.5.0"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2850
2851[[package]]
2852name = "ciborium"
2853version = "0.2.2"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2856dependencies = [
2857 "ciborium-io",
2858 "ciborium-ll",
2859 "serde",
2860]
2861
2862[[package]]
2863name = "ciborium-io"
2864version = "0.2.2"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2867
2868[[package]]
2869name = "ciborium-ll"
2870version = "0.2.2"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2873dependencies = [
2874 "ciborium-io",
2875 "half",
2876]
2877
2878[[package]]
2879name = "cipher"
2880version = "0.4.4"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2883dependencies = [
2884 "crypto-common",
2885 "inout",
2886 "zeroize",
2887]
2888
2889[[package]]
2890name = "circular-buffer"
2891version = "1.2.0"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2894
2895[[package]]
2896name = "clang-sys"
2897version = "1.8.1"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2900dependencies = [
2901 "glob",
2902 "libc",
2903 "libloading",
2904]
2905
2906[[package]]
2907name = "clap"
2908version = "4.5.49"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2911dependencies = [
2912 "clap_builder",
2913 "clap_derive",
2914]
2915
2916[[package]]
2917name = "clap_builder"
2918version = "4.5.49"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2921dependencies = [
2922 "anstream",
2923 "anstyle",
2924 "clap_lex",
2925 "strsim",
2926 "terminal_size",
2927]
2928
2929[[package]]
2930name = "clap_complete"
2931version = "4.5.59"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2934dependencies = [
2935 "clap",
2936]
2937
2938[[package]]
2939name = "clap_derive"
2940version = "4.5.49"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2943dependencies = [
2944 "heck 0.5.0",
2945 "proc-macro2",
2946 "quote",
2947 "syn 2.0.117",
2948]
2949
2950[[package]]
2951name = "clap_lex"
2952version = "0.7.6"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2955
2956[[package]]
2957name = "cli"
2958version = "0.1.0"
2959dependencies = [
2960 "anyhow",
2961 "askpass",
2962 "clap",
2963 "collections",
2964 "core-foundation 0.10.0",
2965 "core-services",
2966 "exec",
2967 "fork",
2968 "ipc-channel",
2969 "parking_lot",
2970 "paths",
2971 "plist",
2972 "rayon",
2973 "release_channel",
2974 "serde",
2975 "serde_json",
2976 "tempfile",
2977 "util",
2978 "walkdir",
2979 "windows 0.61.3",
2980]
2981
2982[[package]]
2983name = "client"
2984version = "0.1.0"
2985dependencies = [
2986 "anyhow",
2987 "async-tungstenite",
2988 "base64 0.22.1",
2989 "chrono",
2990 "clock",
2991 "cloud_api_client",
2992 "cloud_llm_client",
2993 "collections",
2994 "credentials_provider",
2995 "derive_more",
2996 "feature_flags",
2997 "fs",
2998 "futures 0.3.31",
2999 "gpui",
3000 "gpui_tokio",
3001 "http_client",
3002 "http_client_tls",
3003 "httparse",
3004 "log",
3005 "objc2-foundation",
3006 "parking_lot",
3007 "paths",
3008 "postage",
3009 "rand 0.9.2",
3010 "regex",
3011 "release_channel",
3012 "rpc",
3013 "rustls-pki-types",
3014 "semver",
3015 "serde",
3016 "serde_json",
3017 "serde_urlencoded",
3018 "settings",
3019 "sha2",
3020 "smol",
3021 "telemetry",
3022 "telemetry_events",
3023 "text",
3024 "thiserror 2.0.17",
3025 "time",
3026 "tiny_http",
3027 "tokio",
3028 "tokio-native-tls",
3029 "tokio-rustls 0.26.2",
3030 "tokio-socks",
3031 "url",
3032 "util",
3033 "windows 0.61.3",
3034 "worktree",
3035]
3036
3037[[package]]
3038name = "clock"
3039version = "0.1.0"
3040dependencies = [
3041 "parking_lot",
3042 "serde",
3043 "smallvec",
3044]
3045
3046[[package]]
3047name = "cloud_api_client"
3048version = "0.1.0"
3049dependencies = [
3050 "anyhow",
3051 "cloud_api_types",
3052 "futures 0.3.31",
3053 "gpui",
3054 "gpui_tokio",
3055 "http_client",
3056 "parking_lot",
3057 "serde_json",
3058 "thiserror 2.0.17",
3059 "yawc",
3060]
3061
3062[[package]]
3063name = "cloud_api_types"
3064version = "0.1.0"
3065dependencies = [
3066 "anyhow",
3067 "chrono",
3068 "ciborium",
3069 "cloud_llm_client",
3070 "pretty_assertions",
3071 "serde",
3072 "serde_json",
3073 "strum 0.27.2",
3074]
3075
3076[[package]]
3077name = "cloud_llm_client"
3078version = "0.1.0"
3079dependencies = [
3080 "anyhow",
3081 "serde",
3082 "serde_json",
3083 "strum 0.27.2",
3084 "uuid",
3085 "zeta_prompt",
3086]
3087
3088[[package]]
3089name = "cmake"
3090version = "0.1.56"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3093dependencies = [
3094 "cc",
3095]
3096
3097[[package]]
3098name = "cobs"
3099version = "0.3.0"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3102dependencies = [
3103 "thiserror 2.0.17",
3104]
3105
3106[[package]]
3107name = "cocoa"
3108version = "0.25.0"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3111dependencies = [
3112 "bitflags 1.3.2",
3113 "block",
3114 "cocoa-foundation 0.1.2",
3115 "core-foundation 0.9.4",
3116 "core-graphics 0.23.2",
3117 "foreign-types 0.5.0",
3118 "libc",
3119 "objc",
3120]
3121
3122[[package]]
3123name = "cocoa"
3124version = "0.26.0"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3127dependencies = [
3128 "bitflags 2.10.0",
3129 "block",
3130 "cocoa-foundation 0.2.0",
3131 "core-foundation 0.10.0",
3132 "core-graphics 0.24.0",
3133 "foreign-types 0.5.0",
3134 "libc",
3135 "objc",
3136]
3137
3138[[package]]
3139name = "cocoa-foundation"
3140version = "0.1.2"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3143dependencies = [
3144 "bitflags 1.3.2",
3145 "block",
3146 "core-foundation 0.9.4",
3147 "core-graphics-types 0.1.3",
3148 "libc",
3149 "objc",
3150]
3151
3152[[package]]
3153name = "cocoa-foundation"
3154version = "0.2.0"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3157dependencies = [
3158 "bitflags 2.10.0",
3159 "block",
3160 "core-foundation 0.10.0",
3161 "core-graphics-types 0.2.0",
3162 "libc",
3163 "objc",
3164]
3165
3166[[package]]
3167name = "codespan-reporting"
3168version = "0.12.0"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3171dependencies = [
3172 "serde",
3173 "termcolor",
3174 "unicode-width",
3175]
3176
3177[[package]]
3178name = "codespan-reporting"
3179version = "0.13.0"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3182dependencies = [
3183 "serde",
3184 "termcolor",
3185 "unicode-width",
3186]
3187
3188[[package]]
3189name = "codestral"
3190version = "0.1.0"
3191dependencies = [
3192 "anyhow",
3193 "edit_prediction",
3194 "edit_prediction_types",
3195 "futures 0.3.31",
3196 "gpui",
3197 "http_client",
3198 "icons",
3199 "language",
3200 "language_model",
3201 "log",
3202 "serde",
3203 "serde_json",
3204 "text",
3205 "zeta_prompt",
3206]
3207
3208[[package]]
3209name = "collab"
3210version = "0.44.0"
3211dependencies = [
3212 "agent",
3213 "anyhow",
3214 "assistant_slash_command",
3215 "assistant_text_thread",
3216 "async-trait",
3217 "async-tungstenite",
3218 "aws-config",
3219 "aws-sdk-kinesis",
3220 "aws-sdk-s3",
3221 "axum",
3222 "buffer_diff",
3223 "call",
3224 "channel",
3225 "chrono",
3226 "client",
3227 "clock",
3228 "cloud_api_types",
3229 "collab",
3230 "collab_ui",
3231 "collections",
3232 "command_palette_hooks",
3233 "ctor",
3234 "dap",
3235 "dap_adapters",
3236 "dashmap",
3237 "debugger_ui",
3238 "editor",
3239 "envy",
3240 "extension",
3241 "file_finder",
3242 "fs",
3243 "futures 0.3.31",
3244 "git",
3245 "git_hosting_providers",
3246 "git_ui",
3247 "gpui",
3248 "gpui_tokio",
3249 "hex",
3250 "http_client",
3251 "indoc",
3252 "language",
3253 "language_model",
3254 "livekit_api",
3255 "livekit_client",
3256 "log",
3257 "lsp",
3258 "menu",
3259 "multi_buffer",
3260 "nanoid",
3261 "node_runtime",
3262 "notifications",
3263 "parking_lot",
3264 "pretty_assertions",
3265 "project",
3266 "prometheus",
3267 "prompt_store",
3268 "prost 0.9.0",
3269 "rand 0.9.2",
3270 "recent_projects",
3271 "release_channel",
3272 "remote",
3273 "remote_server",
3274 "reqwest 0.11.27",
3275 "rpc",
3276 "sea-orm",
3277 "sea-orm-macros",
3278 "semver",
3279 "serde",
3280 "serde_json",
3281 "session",
3282 "settings",
3283 "sha2",
3284 "smol",
3285 "sqlx",
3286 "strum 0.27.2",
3287 "task",
3288 "telemetry_events",
3289 "text",
3290 "theme",
3291 "time",
3292 "tokio",
3293 "toml 0.8.23",
3294 "tower 0.4.13",
3295 "tower-http 0.4.4",
3296 "tracing",
3297 "tracing-subscriber",
3298 "unindent",
3299 "util",
3300 "uuid",
3301 "workspace",
3302 "worktree",
3303 "zed_actions",
3304 "zlog",
3305]
3306
3307[[package]]
3308name = "collab_ui"
3309version = "0.1.0"
3310dependencies = [
3311 "anyhow",
3312 "call",
3313 "channel",
3314 "chrono",
3315 "client",
3316 "collections",
3317 "db",
3318 "editor",
3319 "futures 0.3.31",
3320 "fuzzy",
3321 "gpui",
3322 "livekit_client",
3323 "log",
3324 "menu",
3325 "notifications",
3326 "picker",
3327 "project",
3328 "release_channel",
3329 "rpc",
3330 "serde",
3331 "serde_json",
3332 "settings",
3333 "smallvec",
3334 "telemetry",
3335 "theme",
3336 "time",
3337 "time_format",
3338 "title_bar",
3339 "ui",
3340 "util",
3341 "workspace",
3342 "zed_actions",
3343]
3344
3345[[package]]
3346name = "collections"
3347version = "0.1.0"
3348dependencies = [
3349 "indexmap",
3350 "rustc-hash 2.1.1",
3351]
3352
3353[[package]]
3354name = "color_quant"
3355version = "1.1.0"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3358
3359[[package]]
3360name = "colorchoice"
3361version = "1.0.4"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3364
3365[[package]]
3366name = "combine"
3367version = "4.6.7"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3370dependencies = [
3371 "bytes 1.11.1",
3372 "memchr",
3373]
3374
3375[[package]]
3376name = "command-fds"
3377version = "0.3.2"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3380dependencies = [
3381 "nix 0.30.1",
3382 "thiserror 2.0.17",
3383]
3384
3385[[package]]
3386name = "command_palette"
3387version = "0.1.0"
3388dependencies = [
3389 "anyhow",
3390 "client",
3391 "collections",
3392 "command_palette_hooks",
3393 "db",
3394 "editor",
3395 "fuzzy",
3396 "go_to_line",
3397 "gpui",
3398 "language",
3399 "log",
3400 "menu",
3401 "picker",
3402 "postage",
3403 "project",
3404 "serde",
3405 "settings",
3406 "telemetry",
3407 "theme",
3408 "time",
3409 "ui",
3410 "util",
3411 "workspace",
3412 "zed_actions",
3413]
3414
3415[[package]]
3416name = "command_palette_hooks"
3417version = "0.1.0"
3418dependencies = [
3419 "collections",
3420 "derive_more",
3421 "gpui",
3422 "workspace",
3423]
3424
3425[[package]]
3426name = "component"
3427version = "0.1.0"
3428dependencies = [
3429 "collections",
3430 "documented",
3431 "gpui",
3432 "inventory",
3433 "parking_lot",
3434 "strum 0.27.2",
3435 "theme",
3436]
3437
3438[[package]]
3439name = "component_preview"
3440version = "0.1.0"
3441dependencies = [
3442 "anyhow",
3443 "client",
3444 "collections",
3445 "component",
3446 "db",
3447 "fs",
3448 "gpui",
3449 "gpui_platform",
3450 "language",
3451 "log",
3452 "node_runtime",
3453 "notifications",
3454 "project",
3455 "release_channel",
3456 "reqwest_client",
3457 "session",
3458 "settings",
3459 "theme",
3460 "ui",
3461 "ui_input",
3462 "uuid",
3463 "workspace",
3464]
3465
3466[[package]]
3467name = "compression-codecs"
3468version = "0.4.31"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3471dependencies = [
3472 "compression-core",
3473 "deflate64",
3474 "flate2",
3475 "memchr",
3476]
3477
3478[[package]]
3479name = "compression-core"
3480version = "0.4.29"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3483
3484[[package]]
3485name = "concurrent-queue"
3486version = "2.5.0"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3489dependencies = [
3490 "crossbeam-utils",
3491]
3492
3493[[package]]
3494name = "console"
3495version = "0.15.11"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3498dependencies = [
3499 "encode_unicode",
3500 "libc",
3501 "once_cell",
3502 "unicode-width",
3503 "windows-sys 0.59.0",
3504]
3505
3506[[package]]
3507name = "console_error_panic_hook"
3508version = "0.1.7"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3511dependencies = [
3512 "cfg-if",
3513 "wasm-bindgen",
3514]
3515
3516[[package]]
3517name = "const-oid"
3518version = "0.9.6"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3521
3522[[package]]
3523name = "const-random"
3524version = "0.1.18"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3527dependencies = [
3528 "const-random-macro",
3529]
3530
3531[[package]]
3532name = "const-random-macro"
3533version = "0.1.16"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3536dependencies = [
3537 "getrandom 0.2.16",
3538 "once_cell",
3539 "tiny-keccak",
3540]
3541
3542[[package]]
3543name = "const_format"
3544version = "0.2.35"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3547dependencies = [
3548 "const_format_proc_macros",
3549]
3550
3551[[package]]
3552name = "const_format_proc_macros"
3553version = "0.2.34"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3556dependencies = [
3557 "proc-macro2",
3558 "quote",
3559 "unicode-xid",
3560]
3561
3562[[package]]
3563name = "constant_time_eq"
3564version = "0.1.5"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3567
3568[[package]]
3569name = "context_server"
3570version = "0.1.0"
3571dependencies = [
3572 "anyhow",
3573 "async-trait",
3574 "collections",
3575 "futures 0.3.31",
3576 "gpui",
3577 "http_client",
3578 "log",
3579 "net",
3580 "parking_lot",
3581 "postage",
3582 "schemars",
3583 "serde",
3584 "serde_json",
3585 "settings",
3586 "slotmap",
3587 "smol",
3588 "tempfile",
3589 "terminal",
3590 "url",
3591 "util",
3592]
3593
3594[[package]]
3595name = "convert_case"
3596version = "0.8.0"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3599dependencies = [
3600 "unicode-segmentation",
3601]
3602
3603[[package]]
3604name = "convert_case"
3605version = "0.10.0"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3608dependencies = [
3609 "unicode-segmentation",
3610]
3611
3612[[package]]
3613name = "convert_case"
3614version = "0.11.0"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3617dependencies = [
3618 "unicode-segmentation",
3619]
3620
3621[[package]]
3622name = "copilot"
3623version = "0.1.0"
3624dependencies = [
3625 "anyhow",
3626 "async-std",
3627 "collections",
3628 "command_palette_hooks",
3629 "copilot_chat",
3630 "edit_prediction_types",
3631 "editor",
3632 "fs",
3633 "futures 0.3.31",
3634 "gpui",
3635 "icons",
3636 "indoc",
3637 "language",
3638 "log",
3639 "lsp",
3640 "node_runtime",
3641 "parking_lot",
3642 "paths",
3643 "pretty_assertions",
3644 "project",
3645 "rpc",
3646 "semver",
3647 "serde",
3648 "serde_json",
3649 "settings",
3650 "sum_tree",
3651 "theme",
3652 "util",
3653 "workspace",
3654 "zlog",
3655]
3656
3657[[package]]
3658name = "copilot_chat"
3659version = "0.1.0"
3660dependencies = [
3661 "anthropic",
3662 "anyhow",
3663 "collections",
3664 "dirs 4.0.0",
3665 "fs",
3666 "futures 0.3.31",
3667 "gpui",
3668 "http_client",
3669 "log",
3670 "paths",
3671 "serde",
3672 "serde_json",
3673 "settings",
3674]
3675
3676[[package]]
3677name = "copilot_ui"
3678version = "0.1.0"
3679dependencies = [
3680 "anyhow",
3681 "copilot",
3682 "gpui",
3683 "language",
3684 "log",
3685 "lsp",
3686 "menu",
3687 "project",
3688 "serde_json",
3689 "settings",
3690 "ui",
3691 "util",
3692 "workspace",
3693]
3694
3695[[package]]
3696name = "core-foundation"
3697version = "0.9.4"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3700dependencies = [
3701 "core-foundation-sys",
3702 "libc",
3703]
3704
3705[[package]]
3706name = "core-foundation"
3707version = "0.10.0"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3710dependencies = [
3711 "core-foundation-sys",
3712 "libc",
3713]
3714
3715[[package]]
3716name = "core-foundation-sys"
3717version = "0.8.7"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3720
3721[[package]]
3722name = "core-graphics"
3723version = "0.23.2"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3726dependencies = [
3727 "bitflags 1.3.2",
3728 "core-foundation 0.9.4",
3729 "core-graphics-types 0.1.3",
3730 "foreign-types 0.5.0",
3731 "libc",
3732]
3733
3734[[package]]
3735name = "core-graphics"
3736version = "0.24.0"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3739dependencies = [
3740 "bitflags 2.10.0",
3741 "core-foundation 0.10.0",
3742 "core-graphics-types 0.2.0",
3743 "foreign-types 0.5.0",
3744 "libc",
3745]
3746
3747[[package]]
3748name = "core-graphics-helmer-fork"
3749version = "0.24.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3752dependencies = [
3753 "bitflags 2.10.0",
3754 "core-foundation 0.9.4",
3755 "core-graphics-types 0.1.3",
3756 "foreign-types 0.5.0",
3757 "libc",
3758]
3759
3760[[package]]
3761name = "core-graphics-types"
3762version = "0.1.3"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3765dependencies = [
3766 "bitflags 1.3.2",
3767 "core-foundation 0.9.4",
3768 "libc",
3769]
3770
3771[[package]]
3772name = "core-graphics-types"
3773version = "0.2.0"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3776dependencies = [
3777 "bitflags 2.10.0",
3778 "core-foundation 0.10.0",
3779 "libc",
3780]
3781
3782[[package]]
3783name = "core-graphics2"
3784version = "0.5.2"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3787dependencies = [
3788 "bitflags 2.10.0",
3789 "block",
3790 "cfg-if",
3791 "core-foundation 0.10.0",
3792 "libc",
3793]
3794
3795[[package]]
3796name = "core-services"
3797version = "0.2.1"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3800dependencies = [
3801 "core-foundation 0.9.4",
3802]
3803
3804[[package]]
3805name = "core-text"
3806version = "21.0.0"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3809dependencies = [
3810 "core-foundation 0.10.0",
3811 "core-graphics 0.24.0",
3812 "foreign-types 0.5.0",
3813 "libc",
3814]
3815
3816[[package]]
3817name = "core-video"
3818version = "0.5.2"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3821dependencies = [
3822 "block",
3823 "core-foundation 0.10.0",
3824 "core-graphics2",
3825 "io-surface",
3826 "libc",
3827 "metal",
3828]
3829
3830[[package]]
3831name = "core_maths"
3832version = "0.1.1"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3835dependencies = [
3836 "libm",
3837]
3838
3839[[package]]
3840name = "coreaudio-rs"
3841version = "0.12.1"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3844dependencies = [
3845 "bitflags 1.3.2",
3846 "core-foundation-sys",
3847 "coreaudio-sys",
3848]
3849
3850[[package]]
3851name = "coreaudio-rs"
3852version = "0.13.0"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3855dependencies = [
3856 "bitflags 1.3.2",
3857 "libc",
3858 "objc2-audio-toolbox",
3859 "objc2-core-audio",
3860 "objc2-core-audio-types",
3861 "objc2-core-foundation",
3862]
3863
3864[[package]]
3865name = "coreaudio-sys"
3866version = "0.2.17"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3869dependencies = [
3870 "bindgen 0.72.1",
3871]
3872
3873[[package]]
3874name = "cosmic-text"
3875version = "0.17.1"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3878dependencies = [
3879 "bitflags 2.10.0",
3880 "fontdb 0.23.0",
3881 "harfrust",
3882 "linebender_resource_handle",
3883 "log",
3884 "rangemap",
3885 "rustc-hash 2.1.1",
3886 "self_cell",
3887 "skrifa 0.40.0",
3888 "smol_str",
3889 "swash",
3890 "sys-locale",
3891 "unicode-bidi",
3892 "unicode-linebreak",
3893 "unicode-script",
3894 "unicode-segmentation",
3895]
3896
3897[[package]]
3898name = "cpal"
3899version = "0.17.1"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3902dependencies = [
3903 "alsa",
3904 "coreaudio-rs 0.13.0",
3905 "dasp_sample",
3906 "jni",
3907 "js-sys",
3908 "libc",
3909 "mach2 0.5.0",
3910 "ndk",
3911 "ndk-context",
3912 "num-derive",
3913 "num-traits",
3914 "objc2",
3915 "objc2-audio-toolbox",
3916 "objc2-avf-audio",
3917 "objc2-core-audio",
3918 "objc2-core-audio-types",
3919 "objc2-core-foundation",
3920 "objc2-foundation",
3921 "wasm-bindgen",
3922 "wasm-bindgen-futures",
3923 "web-sys",
3924 "windows 0.62.2",
3925]
3926
3927[[package]]
3928name = "cpp_demangle"
3929version = "0.4.5"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3932dependencies = [
3933 "cfg-if",
3934]
3935
3936[[package]]
3937name = "cpufeatures"
3938version = "0.2.17"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3941dependencies = [
3942 "libc",
3943]
3944
3945[[package]]
3946name = "cranelift-assembler-x64"
3947version = "0.120.2"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3950dependencies = [
3951 "cranelift-assembler-x64-meta",
3952]
3953
3954[[package]]
3955name = "cranelift-assembler-x64-meta"
3956version = "0.120.2"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3959dependencies = [
3960 "cranelift-srcgen",
3961]
3962
3963[[package]]
3964name = "cranelift-bforest"
3965version = "0.120.2"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3968dependencies = [
3969 "cranelift-entity",
3970]
3971
3972[[package]]
3973name = "cranelift-bitset"
3974version = "0.120.2"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3977dependencies = [
3978 "serde",
3979 "serde_derive",
3980]
3981
3982[[package]]
3983name = "cranelift-codegen"
3984version = "0.120.2"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3987dependencies = [
3988 "bumpalo",
3989 "cranelift-assembler-x64",
3990 "cranelift-bforest",
3991 "cranelift-bitset",
3992 "cranelift-codegen-meta",
3993 "cranelift-codegen-shared",
3994 "cranelift-control",
3995 "cranelift-entity",
3996 "cranelift-isle",
3997 "gimli 0.31.1",
3998 "hashbrown 0.15.5",
3999 "log",
4000 "postcard",
4001 "pulley-interpreter",
4002 "regalloc2",
4003 "rustc-hash 2.1.1",
4004 "serde",
4005 "serde_derive",
4006 "sha2",
4007 "smallvec",
4008 "target-lexicon 0.13.3",
4009]
4010
4011[[package]]
4012name = "cranelift-codegen-meta"
4013version = "0.120.2"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
4016dependencies = [
4017 "cranelift-assembler-x64-meta",
4018 "cranelift-codegen-shared",
4019 "cranelift-srcgen",
4020 "pulley-interpreter",
4021]
4022
4023[[package]]
4024name = "cranelift-codegen-shared"
4025version = "0.120.2"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4028
4029[[package]]
4030name = "cranelift-control"
4031version = "0.120.2"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4034dependencies = [
4035 "arbitrary",
4036]
4037
4038[[package]]
4039name = "cranelift-entity"
4040version = "0.120.2"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4043dependencies = [
4044 "cranelift-bitset",
4045 "serde",
4046 "serde_derive",
4047]
4048
4049[[package]]
4050name = "cranelift-frontend"
4051version = "0.120.2"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4054dependencies = [
4055 "cranelift-codegen",
4056 "log",
4057 "smallvec",
4058 "target-lexicon 0.13.3",
4059]
4060
4061[[package]]
4062name = "cranelift-isle"
4063version = "0.120.2"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4066
4067[[package]]
4068name = "cranelift-native"
4069version = "0.120.2"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4072dependencies = [
4073 "cranelift-codegen",
4074 "libc",
4075 "target-lexicon 0.13.3",
4076]
4077
4078[[package]]
4079name = "cranelift-srcgen"
4080version = "0.120.2"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4083
4084[[package]]
4085name = "crash-context"
4086version = "0.6.3"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4089dependencies = [
4090 "cfg-if",
4091 "libc",
4092 "mach2 0.4.3",
4093]
4094
4095[[package]]
4096name = "crash-handler"
4097version = "0.6.3"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4100dependencies = [
4101 "cfg-if",
4102 "crash-context",
4103 "libc",
4104 "mach2 0.4.3",
4105 "parking_lot",
4106]
4107
4108[[package]]
4109name = "crashes"
4110version = "0.1.0"
4111dependencies = [
4112 "cfg-if",
4113 "crash-handler",
4114 "futures 0.3.31",
4115 "log",
4116 "mach2 0.5.0",
4117 "minidumper",
4118 "parking_lot",
4119 "paths",
4120 "release_channel",
4121 "serde",
4122 "serde_json",
4123 "smol",
4124 "system_specs",
4125 "windows 0.61.3",
4126 "zstd",
4127]
4128
4129[[package]]
4130name = "crc"
4131version = "3.3.0"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4134dependencies = [
4135 "crc-catalog",
4136]
4137
4138[[package]]
4139name = "crc-catalog"
4140version = "2.4.0"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4143
4144[[package]]
4145name = "crc-fast"
4146version = "1.6.0"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4149dependencies = [
4150 "crc",
4151 "digest",
4152 "rand 0.9.2",
4153 "regex",
4154 "rustversion",
4155]
4156
4157[[package]]
4158name = "crc32fast"
4159version = "1.5.0"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4162dependencies = [
4163 "cfg-if",
4164]
4165
4166[[package]]
4167name = "credentials_provider"
4168version = "0.1.0"
4169dependencies = [
4170 "anyhow",
4171 "futures 0.3.31",
4172 "gpui",
4173 "paths",
4174 "release_channel",
4175 "serde",
4176 "serde_json",
4177]
4178
4179[[package]]
4180name = "criterion"
4181version = "0.5.1"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4184dependencies = [
4185 "anes",
4186 "cast",
4187 "ciborium",
4188 "clap",
4189 "criterion-plot",
4190 "is-terminal",
4191 "itertools 0.10.5",
4192 "num-traits",
4193 "once_cell",
4194 "oorandom",
4195 "plotters",
4196 "rayon",
4197 "regex",
4198 "serde",
4199 "serde_derive",
4200 "serde_json",
4201 "tinytemplate",
4202 "walkdir",
4203]
4204
4205[[package]]
4206name = "criterion-plot"
4207version = "0.5.0"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4210dependencies = [
4211 "cast",
4212 "itertools 0.10.5",
4213]
4214
4215[[package]]
4216name = "crossbeam"
4217version = "0.8.4"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4220dependencies = [
4221 "crossbeam-channel",
4222 "crossbeam-deque",
4223 "crossbeam-epoch",
4224 "crossbeam-queue",
4225 "crossbeam-utils",
4226]
4227
4228[[package]]
4229name = "crossbeam-channel"
4230version = "0.5.15"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4233dependencies = [
4234 "crossbeam-utils",
4235]
4236
4237[[package]]
4238name = "crossbeam-deque"
4239version = "0.8.6"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4242dependencies = [
4243 "crossbeam-epoch",
4244 "crossbeam-utils",
4245]
4246
4247[[package]]
4248name = "crossbeam-epoch"
4249version = "0.9.18"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4252dependencies = [
4253 "crossbeam-utils",
4254]
4255
4256[[package]]
4257name = "crossbeam-queue"
4258version = "0.3.12"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4261dependencies = [
4262 "crossbeam-utils",
4263]
4264
4265[[package]]
4266name = "crossbeam-utils"
4267version = "0.8.21"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4270
4271[[package]]
4272name = "crunchy"
4273version = "0.2.4"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4276
4277[[package]]
4278name = "crypto-bigint"
4279version = "0.4.9"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4282dependencies = [
4283 "generic-array",
4284 "rand_core 0.6.4",
4285 "subtle",
4286 "zeroize",
4287]
4288
4289[[package]]
4290name = "crypto-bigint"
4291version = "0.5.5"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4294dependencies = [
4295 "rand_core 0.6.4",
4296 "subtle",
4297]
4298
4299[[package]]
4300name = "crypto-common"
4301version = "0.1.6"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4304dependencies = [
4305 "generic-array",
4306 "typenum",
4307]
4308
4309[[package]]
4310name = "cssparser"
4311version = "0.35.0"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4314dependencies = [
4315 "cssparser-macros",
4316 "dtoa-short",
4317 "itoa",
4318 "phf 0.11.3",
4319 "smallvec",
4320]
4321
4322[[package]]
4323name = "cssparser-macros"
4324version = "0.6.1"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4327dependencies = [
4328 "quote",
4329 "syn 2.0.117",
4330]
4331
4332[[package]]
4333name = "csv_preview"
4334version = "0.1.0"
4335dependencies = [
4336 "anyhow",
4337 "editor",
4338 "feature_flags",
4339 "gpui",
4340 "log",
4341 "text",
4342 "ui",
4343 "workspace",
4344]
4345
4346[[package]]
4347name = "ctor"
4348version = "0.4.3"
4349source = "registry+https://github.com/rust-lang/crates.io-index"
4350checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4351dependencies = [
4352 "ctor-proc-macro",
4353 "dtor",
4354]
4355
4356[[package]]
4357name = "ctor-proc-macro"
4358version = "0.0.6"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4361
4362[[package]]
4363name = "ctrlc"
4364version = "3.5.0"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4367dependencies = [
4368 "dispatch",
4369 "nix 0.30.1",
4370 "windows-sys 0.61.2",
4371]
4372
4373[[package]]
4374name = "cursor-icon"
4375version = "1.2.0"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4378
4379[[package]]
4380name = "cxx"
4381version = "1.0.187"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4384dependencies = [
4385 "cc",
4386 "cxx-build",
4387 "cxxbridge-cmd",
4388 "cxxbridge-flags",
4389 "cxxbridge-macro",
4390 "foldhash 0.2.0",
4391 "link-cplusplus",
4392]
4393
4394[[package]]
4395name = "cxx-build"
4396version = "1.0.187"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4399dependencies = [
4400 "cc",
4401 "codespan-reporting 0.13.0",
4402 "indexmap",
4403 "proc-macro2",
4404 "quote",
4405 "scratch",
4406 "syn 2.0.117",
4407]
4408
4409[[package]]
4410name = "cxxbridge-cmd"
4411version = "1.0.187"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4414dependencies = [
4415 "clap",
4416 "codespan-reporting 0.13.0",
4417 "indexmap",
4418 "proc-macro2",
4419 "quote",
4420 "syn 2.0.117",
4421]
4422
4423[[package]]
4424name = "cxxbridge-flags"
4425version = "1.0.187"
4426source = "registry+https://github.com/rust-lang/crates.io-index"
4427checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4428
4429[[package]]
4430name = "cxxbridge-macro"
4431version = "1.0.187"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4434dependencies = [
4435 "indexmap",
4436 "proc-macro2",
4437 "quote",
4438 "syn 2.0.117",
4439]
4440
4441[[package]]
4442name = "dap"
4443version = "0.1.0"
4444dependencies = [
4445 "anyhow",
4446 "async-compression",
4447 "async-pipe",
4448 "async-tar",
4449 "async-trait",
4450 "client",
4451 "collections",
4452 "dap-types",
4453 "fs",
4454 "futures 0.3.31",
4455 "gpui",
4456 "http_client",
4457 "language",
4458 "libc",
4459 "log",
4460 "node_runtime",
4461 "parking_lot",
4462 "paths",
4463 "proto",
4464 "schemars",
4465 "serde",
4466 "serde_json",
4467 "settings",
4468 "smallvec",
4469 "smol",
4470 "task",
4471 "telemetry",
4472 "util",
4473 "zlog",
4474]
4475
4476[[package]]
4477name = "dap-types"
4478version = "0.0.1"
4479source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4480dependencies = [
4481 "schemars",
4482 "serde",
4483 "serde_json",
4484]
4485
4486[[package]]
4487name = "dap_adapters"
4488version = "0.1.0"
4489dependencies = [
4490 "anyhow",
4491 "async-trait",
4492 "collections",
4493 "dap",
4494 "dotenvy",
4495 "fs",
4496 "futures 0.3.31",
4497 "gpui",
4498 "http_client",
4499 "json_dotpath",
4500 "language",
4501 "log",
4502 "node_runtime",
4503 "paths",
4504 "serde",
4505 "serde_json",
4506 "settings",
4507 "smol",
4508 "task",
4509 "util",
4510]
4511
4512[[package]]
4513name = "darling"
4514version = "0.20.11"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4517dependencies = [
4518 "darling_core 0.20.11",
4519 "darling_macro 0.20.11",
4520]
4521
4522[[package]]
4523name = "darling"
4524version = "0.21.3"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4527dependencies = [
4528 "darling_core 0.21.3",
4529 "darling_macro 0.21.3",
4530]
4531
4532[[package]]
4533name = "darling_core"
4534version = "0.20.11"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4537dependencies = [
4538 "fnv",
4539 "ident_case",
4540 "proc-macro2",
4541 "quote",
4542 "strsim",
4543 "syn 2.0.117",
4544]
4545
4546[[package]]
4547name = "darling_core"
4548version = "0.21.3"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4551dependencies = [
4552 "fnv",
4553 "ident_case",
4554 "proc-macro2",
4555 "quote",
4556 "strsim",
4557 "syn 2.0.117",
4558]
4559
4560[[package]]
4561name = "darling_macro"
4562version = "0.20.11"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4565dependencies = [
4566 "darling_core 0.20.11",
4567 "quote",
4568 "syn 2.0.117",
4569]
4570
4571[[package]]
4572name = "darling_macro"
4573version = "0.21.3"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4576dependencies = [
4577 "darling_core 0.21.3",
4578 "quote",
4579 "syn 2.0.117",
4580]
4581
4582[[package]]
4583name = "dashmap"
4584version = "6.1.0"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4587dependencies = [
4588 "cfg-if",
4589 "crossbeam-utils",
4590 "hashbrown 0.14.5",
4591 "lock_api",
4592 "once_cell",
4593 "parking_lot_core",
4594]
4595
4596[[package]]
4597name = "dasp_sample"
4598version = "0.11.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4601
4602[[package]]
4603name = "data-encoding"
4604version = "2.9.0"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4607
4608[[package]]
4609name = "data-url"
4610version = "0.3.2"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4613
4614[[package]]
4615name = "db"
4616version = "0.1.0"
4617dependencies = [
4618 "anyhow",
4619 "gpui",
4620 "indoc",
4621 "inventory",
4622 "log",
4623 "paths",
4624 "release_channel",
4625 "smol",
4626 "sqlez",
4627 "sqlez_macros",
4628 "tempfile",
4629 "util",
4630 "uuid",
4631 "zed_env_vars",
4632]
4633
4634[[package]]
4635name = "dbus"
4636version = "0.9.9"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4639dependencies = [
4640 "libc",
4641 "libdbus-sys",
4642 "windows-sys 0.59.0",
4643]
4644
4645[[package]]
4646name = "debug_adapter_extension"
4647version = "0.1.0"
4648dependencies = [
4649 "anyhow",
4650 "async-trait",
4651 "collections",
4652 "dap",
4653 "extension",
4654 "gpui",
4655 "serde_json",
4656 "task",
4657 "util",
4658]
4659
4660[[package]]
4661name = "debugger_tools"
4662version = "0.1.0"
4663dependencies = [
4664 "anyhow",
4665 "dap",
4666 "editor",
4667 "futures 0.3.31",
4668 "gpui",
4669 "project",
4670 "serde_json",
4671 "settings",
4672 "smol",
4673 "util",
4674 "workspace",
4675]
4676
4677[[package]]
4678name = "debugger_ui"
4679version = "0.1.0"
4680dependencies = [
4681 "alacritty_terminal",
4682 "anyhow",
4683 "bitflags 2.10.0",
4684 "client",
4685 "collections",
4686 "command_palette_hooks",
4687 "dap",
4688 "dap_adapters",
4689 "db",
4690 "debugger_tools",
4691 "editor",
4692 "feature_flags",
4693 "file_icons",
4694 "futures 0.3.31",
4695 "fuzzy",
4696 "gpui",
4697 "hex",
4698 "indoc",
4699 "itertools 0.14.0",
4700 "language",
4701 "log",
4702 "menu",
4703 "notifications",
4704 "parking_lot",
4705 "parse_int",
4706 "paths",
4707 "picker",
4708 "pretty_assertions",
4709 "project",
4710 "rpc",
4711 "schemars",
4712 "serde",
4713 "serde_json",
4714 "serde_json_lenient",
4715 "settings",
4716 "sysinfo 0.37.2",
4717 "task",
4718 "tasks_ui",
4719 "terminal_view",
4720 "text",
4721 "theme",
4722 "tree-sitter",
4723 "tree-sitter-go",
4724 "tree-sitter-json",
4725 "ui",
4726 "ui_input",
4727 "unindent",
4728 "util",
4729 "workspace",
4730 "zed_actions",
4731 "zlog",
4732]
4733
4734[[package]]
4735name = "debugid"
4736version = "0.8.0"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4739dependencies = [
4740 "uuid",
4741]
4742
4743[[package]]
4744name = "deepseek"
4745version = "0.1.0"
4746dependencies = [
4747 "anyhow",
4748 "futures 0.3.31",
4749 "http_client",
4750 "schemars",
4751 "serde",
4752 "serde_json",
4753]
4754
4755[[package]]
4756name = "deflate64"
4757version = "0.1.10"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4760
4761[[package]]
4762name = "denoise"
4763version = "0.1.0"
4764dependencies = [
4765 "candle-core",
4766 "candle-onnx",
4767 "log",
4768 "realfft",
4769 "rodio",
4770 "rustfft",
4771 "thiserror 2.0.17",
4772]
4773
4774[[package]]
4775name = "der"
4776version = "0.6.1"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4779dependencies = [
4780 "const-oid",
4781 "zeroize",
4782]
4783
4784[[package]]
4785name = "der"
4786version = "0.7.10"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4789dependencies = [
4790 "const-oid",
4791 "pem-rfc7468",
4792 "zeroize",
4793]
4794
4795[[package]]
4796name = "deranged"
4797version = "0.5.4"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4800dependencies = [
4801 "powerfmt",
4802 "serde_core",
4803]
4804
4805[[package]]
4806name = "derive_arbitrary"
4807version = "1.4.2"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4810dependencies = [
4811 "proc-macro2",
4812 "quote",
4813 "syn 2.0.117",
4814]
4815
4816[[package]]
4817name = "derive_more"
4818version = "2.1.1"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4821dependencies = [
4822 "derive_more-impl",
4823]
4824
4825[[package]]
4826name = "derive_more-impl"
4827version = "2.1.1"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4830dependencies = [
4831 "convert_case 0.10.0",
4832 "proc-macro2",
4833 "quote",
4834 "rustc_version",
4835 "syn 2.0.117",
4836 "unicode-xid",
4837]
4838
4839[[package]]
4840name = "derive_refineable"
4841version = "0.1.0"
4842dependencies = [
4843 "proc-macro2",
4844 "quote",
4845 "syn 2.0.117",
4846]
4847
4848[[package]]
4849name = "derive_setters"
4850version = "0.1.9"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4853dependencies = [
4854 "darling 0.21.3",
4855 "proc-macro2",
4856 "quote",
4857 "syn 2.0.117",
4858]
4859
4860[[package]]
4861name = "dev_container"
4862version = "0.1.0"
4863dependencies = [
4864 "fs",
4865 "futures 0.3.31",
4866 "gpui",
4867 "http 1.3.1",
4868 "http_client",
4869 "log",
4870 "menu",
4871 "node_runtime",
4872 "paths",
4873 "picker",
4874 "project",
4875 "serde",
4876 "serde_json",
4877 "settings",
4878 "smol",
4879 "ui",
4880 "util",
4881 "workspace",
4882 "worktree",
4883]
4884
4885[[package]]
4886name = "diagnostics"
4887version = "0.1.0"
4888dependencies = [
4889 "anyhow",
4890 "collections",
4891 "component",
4892 "ctor",
4893 "editor",
4894 "gpui",
4895 "indoc",
4896 "itertools 0.14.0",
4897 "language",
4898 "log",
4899 "lsp",
4900 "markdown",
4901 "pretty_assertions",
4902 "project",
4903 "rand 0.9.2",
4904 "serde",
4905 "serde_json",
4906 "settings",
4907 "text",
4908 "theme",
4909 "ui",
4910 "unindent",
4911 "util",
4912 "workspace",
4913 "zed_actions",
4914 "zlog",
4915]
4916
4917[[package]]
4918name = "dialoguer"
4919version = "0.11.0"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4922dependencies = [
4923 "console",
4924 "fuzzy-matcher",
4925 "shell-words",
4926 "tempfile",
4927 "thiserror 1.0.69",
4928 "zeroize",
4929]
4930
4931[[package]]
4932name = "diff"
4933version = "0.1.13"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4936
4937[[package]]
4938name = "diffy"
4939version = "0.4.2"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4942dependencies = [
4943 "nu-ansi-term",
4944]
4945
4946[[package]]
4947name = "digest"
4948version = "0.10.7"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4951dependencies = [
4952 "block-buffer",
4953 "const-oid",
4954 "crypto-common",
4955 "subtle",
4956]
4957
4958[[package]]
4959name = "dirs"
4960version = "4.0.0"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4963dependencies = [
4964 "dirs-sys 0.3.7",
4965]
4966
4967[[package]]
4968name = "dirs"
4969version = "5.0.1"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4972dependencies = [
4973 "dirs-sys 0.4.1",
4974]
4975
4976[[package]]
4977name = "dirs"
4978version = "6.0.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4981dependencies = [
4982 "dirs-sys 0.5.0",
4983]
4984
4985[[package]]
4986name = "dirs-sys"
4987version = "0.3.7"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4990dependencies = [
4991 "libc",
4992 "redox_users 0.4.6",
4993 "winapi",
4994]
4995
4996[[package]]
4997name = "dirs-sys"
4998version = "0.4.1"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5001dependencies = [
5002 "libc",
5003 "option-ext",
5004 "redox_users 0.4.6",
5005 "windows-sys 0.48.0",
5006]
5007
5008[[package]]
5009name = "dirs-sys"
5010version = "0.5.0"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5013dependencies = [
5014 "libc",
5015 "option-ext",
5016 "redox_users 0.5.2",
5017 "windows-sys 0.61.2",
5018]
5019
5020[[package]]
5021name = "dispatch"
5022version = "0.2.0"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5025
5026[[package]]
5027name = "dispatch2"
5028version = "0.3.1"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5031dependencies = [
5032 "bitflags 2.10.0",
5033 "block2",
5034 "libc",
5035 "objc2",
5036]
5037
5038[[package]]
5039name = "displaydoc"
5040version = "0.2.5"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5043dependencies = [
5044 "proc-macro2",
5045 "quote",
5046 "syn 2.0.117",
5047]
5048
5049[[package]]
5050name = "dlib"
5051version = "0.5.2"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5054dependencies = [
5055 "libloading",
5056]
5057
5058[[package]]
5059name = "docs_preprocessor"
5060version = "0.1.0"
5061dependencies = [
5062 "anyhow",
5063 "collections",
5064 "jsonschema",
5065 "mdbook",
5066 "regex",
5067 "schemars",
5068 "serde",
5069 "serde_json",
5070 "settings",
5071 "task",
5072 "theme",
5073 "util",
5074 "zlog",
5075]
5076
5077[[package]]
5078name = "document-features"
5079version = "0.2.12"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5082dependencies = [
5083 "litrs",
5084]
5085
5086[[package]]
5087name = "documented"
5088version = "0.9.2"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5091dependencies = [
5092 "documented-macros",
5093 "phf 0.12.1",
5094 "thiserror 2.0.17",
5095]
5096
5097[[package]]
5098name = "documented-macros"
5099version = "0.9.2"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5102dependencies = [
5103 "convert_case 0.8.0",
5104 "itertools 0.14.0",
5105 "optfield",
5106 "proc-macro2",
5107 "quote",
5108 "strum 0.27.2",
5109 "syn 2.0.117",
5110]
5111
5112[[package]]
5113name = "dotenvy"
5114version = "0.15.7"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5117
5118[[package]]
5119name = "downcast-rs"
5120version = "1.2.1"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5123
5124[[package]]
5125name = "doxygen-rs"
5126version = "0.4.2"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5129dependencies = [
5130 "phf 0.11.3",
5131]
5132
5133[[package]]
5134name = "dtoa"
5135version = "1.0.10"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5138
5139[[package]]
5140name = "dtoa-short"
5141version = "0.3.5"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5144dependencies = [
5145 "dtoa",
5146]
5147
5148[[package]]
5149name = "dtor"
5150version = "0.0.6"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5153dependencies = [
5154 "dtor-proc-macro",
5155]
5156
5157[[package]]
5158name = "dtor-proc-macro"
5159version = "0.0.5"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5162
5163[[package]]
5164name = "dunce"
5165version = "1.0.5"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5168
5169[[package]]
5170name = "dwrote"
5171version = "0.11.5"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5174dependencies = [
5175 "lazy_static",
5176 "libc",
5177 "winapi",
5178 "wio",
5179]
5180
5181[[package]]
5182name = "dyn-clone"
5183version = "1.0.20"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5186
5187[[package]]
5188name = "dyn-stack"
5189version = "0.10.0"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5192dependencies = [
5193 "bytemuck",
5194 "reborrow",
5195]
5196
5197[[package]]
5198name = "dyn-stack"
5199version = "0.13.2"
5200source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5202dependencies = [
5203 "bytemuck",
5204 "dyn-stack-macros",
5205]
5206
5207[[package]]
5208name = "dyn-stack-macros"
5209version = "0.1.3"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5212
5213[[package]]
5214name = "ec4rs"
5215version = "1.2.0"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5218
5219[[package]]
5220name = "ecdsa"
5221version = "0.14.8"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5224dependencies = [
5225 "der 0.6.1",
5226 "elliptic-curve",
5227 "rfc6979",
5228 "signature 1.6.4",
5229]
5230
5231[[package]]
5232name = "edit_prediction"
5233version = "0.1.0"
5234dependencies = [
5235 "ai_onboarding",
5236 "anyhow",
5237 "arrayvec",
5238 "brotli",
5239 "buffer_diff",
5240 "client",
5241 "clock",
5242 "cloud_api_types",
5243 "cloud_llm_client",
5244 "collections",
5245 "copilot",
5246 "copilot_ui",
5247 "ctor",
5248 "db",
5249 "edit_prediction_context",
5250 "edit_prediction_types",
5251 "feature_flags",
5252 "fs",
5253 "futures 0.3.31",
5254 "gpui",
5255 "indoc",
5256 "itertools 0.14.0",
5257 "language",
5258 "language_model",
5259 "log",
5260 "lsp",
5261 "menu",
5262 "open_ai",
5263 "parking_lot",
5264 "postage",
5265 "pretty_assertions",
5266 "project",
5267 "pulldown-cmark 0.13.0",
5268 "rand 0.9.2",
5269 "regex",
5270 "release_channel",
5271 "semver",
5272 "serde",
5273 "serde_json",
5274 "settings",
5275 "strum 0.27.2",
5276 "telemetry",
5277 "telemetry_events",
5278 "text",
5279 "thiserror 2.0.17",
5280 "time",
5281 "toml 0.8.23",
5282 "ui",
5283 "util",
5284 "uuid",
5285 "workspace",
5286 "worktree",
5287 "zed_actions",
5288 "zeta_prompt",
5289 "zlog",
5290 "zstd",
5291]
5292
5293[[package]]
5294name = "edit_prediction_cli"
5295version = "0.1.0"
5296dependencies = [
5297 "anthropic",
5298 "anyhow",
5299 "chrono",
5300 "clap",
5301 "client",
5302 "cloud_llm_client",
5303 "collections",
5304 "debug_adapter_extension",
5305 "dirs 4.0.0",
5306 "edit_prediction",
5307 "extension",
5308 "flate2",
5309 "fs",
5310 "futures 0.3.31",
5311 "gaoya",
5312 "gpui",
5313 "gpui_platform",
5314 "gpui_tokio",
5315 "http_client",
5316 "indoc",
5317 "language",
5318 "language_extension",
5319 "language_model",
5320 "language_models",
5321 "languages",
5322 "libc",
5323 "log",
5324 "node_runtime",
5325 "open_ai",
5326 "paths",
5327 "pretty_assertions",
5328 "project",
5329 "prompt_store",
5330 "rand 0.9.2",
5331 "release_channel",
5332 "reqwest_client",
5333 "rust-embed",
5334 "serde",
5335 "serde_json",
5336 "settings",
5337 "shellexpand 2.1.2",
5338 "similar",
5339 "smol",
5340 "sqlez",
5341 "sqlez_macros",
5342 "strum 0.27.2",
5343 "telemetry_events",
5344 "tempfile",
5345 "terminal_view",
5346 "toml 0.8.23",
5347 "util",
5348 "wasmtime",
5349 "watch",
5350 "workspace",
5351 "zeta_prompt",
5352]
5353
5354[[package]]
5355name = "edit_prediction_context"
5356version = "0.1.0"
5357dependencies = [
5358 "anyhow",
5359 "clock",
5360 "collections",
5361 "env_logger 0.11.8",
5362 "futures 0.3.31",
5363 "gpui",
5364 "indoc",
5365 "language",
5366 "log",
5367 "lsp",
5368 "parking_lot",
5369 "pretty_assertions",
5370 "project",
5371 "serde",
5372 "serde_json",
5373 "settings",
5374 "smallvec",
5375 "text",
5376 "tree-sitter",
5377 "util",
5378 "zeta_prompt",
5379]
5380
5381[[package]]
5382name = "edit_prediction_types"
5383version = "0.1.0"
5384dependencies = [
5385 "client",
5386 "gpui",
5387 "icons",
5388 "language",
5389 "text",
5390]
5391
5392[[package]]
5393name = "edit_prediction_ui"
5394version = "0.1.0"
5395dependencies = [
5396 "anyhow",
5397 "buffer_diff",
5398 "client",
5399 "cloud_llm_client",
5400 "codestral",
5401 "collections",
5402 "command_palette_hooks",
5403 "copilot",
5404 "copilot_chat",
5405 "copilot_ui",
5406 "edit_prediction",
5407 "edit_prediction_types",
5408 "editor",
5409 "feature_flags",
5410 "fs",
5411 "futures 0.3.31",
5412 "gpui",
5413 "indoc",
5414 "language",
5415 "markdown",
5416 "menu",
5417 "multi_buffer",
5418 "paths",
5419 "project",
5420 "regex",
5421 "settings",
5422 "telemetry",
5423 "text",
5424 "theme",
5425 "time",
5426 "ui",
5427 "util",
5428 "workspace",
5429 "zed_actions",
5430 "zeta_prompt",
5431]
5432
5433[[package]]
5434name = "editor"
5435version = "0.1.0"
5436dependencies = [
5437 "aho-corasick",
5438 "anyhow",
5439 "assets",
5440 "breadcrumbs",
5441 "buffer_diff",
5442 "client",
5443 "clock",
5444 "collections",
5445 "convert_case 0.8.0",
5446 "criterion",
5447 "ctor",
5448 "dap",
5449 "db",
5450 "edit_prediction_types",
5451 "emojis",
5452 "feature_flags",
5453 "file_icons",
5454 "fs",
5455 "futures 0.3.31",
5456 "fuzzy",
5457 "git",
5458 "gpui",
5459 "indoc",
5460 "itertools 0.14.0",
5461 "language",
5462 "languages",
5463 "linkify",
5464 "log",
5465 "lsp",
5466 "markdown",
5467 "menu",
5468 "multi_buffer",
5469 "ordered-float 2.10.1",
5470 "parking_lot",
5471 "pretty_assertions",
5472 "project",
5473 "proptest",
5474 "proptest-derive",
5475 "rand 0.9.2",
5476 "regex",
5477 "release_channel",
5478 "rope",
5479 "rpc",
5480 "schemars",
5481 "semver",
5482 "serde",
5483 "serde_json",
5484 "settings",
5485 "smallvec",
5486 "smol",
5487 "snippet",
5488 "sum_tree",
5489 "task",
5490 "telemetry",
5491 "text",
5492 "theme",
5493 "time",
5494 "tracing",
5495 "tree-sitter-bash",
5496 "tree-sitter-c",
5497 "tree-sitter-html",
5498 "tree-sitter-md",
5499 "tree-sitter-python",
5500 "tree-sitter-rust",
5501 "tree-sitter-typescript",
5502 "tree-sitter-yaml",
5503 "ui",
5504 "ui_input",
5505 "unicode-script",
5506 "unicode-segmentation",
5507 "unicode-width",
5508 "unindent",
5509 "url",
5510 "util",
5511 "uuid",
5512 "vim_mode_setting",
5513 "workspace",
5514 "zed_actions",
5515 "zlog",
5516 "ztracing",
5517]
5518
5519[[package]]
5520name = "either"
5521version = "1.15.0"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5524dependencies = [
5525 "serde",
5526]
5527
5528[[package]]
5529name = "elasticlunr-rs"
5530version = "3.0.2"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5533dependencies = [
5534 "regex",
5535 "serde",
5536 "serde_derive",
5537 "serde_json",
5538]
5539
5540[[package]]
5541name = "elliptic-curve"
5542version = "0.12.3"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5545dependencies = [
5546 "base16ct",
5547 "crypto-bigint 0.4.9",
5548 "der 0.6.1",
5549 "digest",
5550 "ff",
5551 "generic-array",
5552 "group",
5553 "pkcs8 0.9.0",
5554 "rand_core 0.6.4",
5555 "sec1",
5556 "subtle",
5557 "zeroize",
5558]
5559
5560[[package]]
5561name = "email_address"
5562version = "0.2.9"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5565dependencies = [
5566 "serde",
5567]
5568
5569[[package]]
5570name = "embed-resource"
5571version = "3.0.6"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5574dependencies = [
5575 "cc",
5576 "memchr",
5577 "rustc_version",
5578 "toml 0.9.8",
5579 "vswhom",
5580 "winreg 0.55.0",
5581]
5582
5583[[package]]
5584name = "embedded-io"
5585version = "0.4.0"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5588
5589[[package]]
5590name = "embedded-io"
5591version = "0.6.1"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5594
5595[[package]]
5596name = "emojis"
5597version = "0.6.4"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5600dependencies = [
5601 "phf 0.11.3",
5602]
5603
5604[[package]]
5605name = "encode_unicode"
5606version = "1.0.0"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5609
5610[[package]]
5611name = "encoding_rs"
5612version = "0.8.35"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5615dependencies = [
5616 "cfg-if",
5617]
5618
5619[[package]]
5620name = "encoding_selector"
5621version = "0.1.0"
5622dependencies = [
5623 "editor",
5624 "encoding_rs",
5625 "fuzzy",
5626 "gpui",
5627 "language",
5628 "picker",
5629 "project",
5630 "ui",
5631 "util",
5632 "workspace",
5633]
5634
5635[[package]]
5636name = "endi"
5637version = "1.1.0"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5640
5641[[package]]
5642name = "enum-as-inner"
5643version = "0.6.1"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5646dependencies = [
5647 "heck 0.5.0",
5648 "proc-macro2",
5649 "quote",
5650 "syn 2.0.117",
5651]
5652
5653[[package]]
5654name = "enumflags2"
5655version = "0.7.12"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5658dependencies = [
5659 "enumflags2_derive",
5660 "serde",
5661]
5662
5663[[package]]
5664name = "enumflags2_derive"
5665version = "0.7.12"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5668dependencies = [
5669 "proc-macro2",
5670 "quote",
5671 "syn 2.0.117",
5672]
5673
5674[[package]]
5675name = "env_filter"
5676version = "0.1.4"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5679dependencies = [
5680 "log",
5681 "regex",
5682]
5683
5684[[package]]
5685name = "env_logger"
5686version = "0.10.2"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5689dependencies = [
5690 "humantime",
5691 "is-terminal",
5692 "log",
5693 "regex",
5694 "termcolor",
5695]
5696
5697[[package]]
5698name = "env_logger"
5699version = "0.11.8"
5700source = "registry+https://github.com/rust-lang/crates.io-index"
5701checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5702dependencies = [
5703 "anstream",
5704 "anstyle",
5705 "env_filter",
5706 "jiff",
5707 "log",
5708]
5709
5710[[package]]
5711name = "envy"
5712version = "0.4.2"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5715dependencies = [
5716 "serde",
5717]
5718
5719[[package]]
5720name = "equator"
5721version = "0.4.2"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5724dependencies = [
5725 "equator-macro",
5726]
5727
5728[[package]]
5729name = "equator-macro"
5730version = "0.4.2"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5733dependencies = [
5734 "proc-macro2",
5735 "quote",
5736 "syn 2.0.117",
5737]
5738
5739[[package]]
5740name = "equivalent"
5741version = "1.0.2"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5744
5745[[package]]
5746name = "erased-serde"
5747version = "0.4.9"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5750dependencies = [
5751 "serde",
5752 "serde_core",
5753 "typeid",
5754]
5755
5756[[package]]
5757name = "errno"
5758version = "0.2.8"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5761dependencies = [
5762 "errno-dragonfly",
5763 "libc",
5764 "winapi",
5765]
5766
5767[[package]]
5768name = "errno"
5769version = "0.3.14"
5770source = "registry+https://github.com/rust-lang/crates.io-index"
5771checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5772dependencies = [
5773 "libc",
5774 "windows-sys 0.61.2",
5775]
5776
5777[[package]]
5778name = "errno-dragonfly"
5779version = "0.1.2"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5782dependencies = [
5783 "cc",
5784 "libc",
5785]
5786
5787[[package]]
5788name = "error-graph"
5789version = "0.1.1"
5790source = "registry+https://github.com/rust-lang/crates.io-index"
5791checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5792dependencies = [
5793 "serde",
5794]
5795
5796[[package]]
5797name = "etagere"
5798version = "0.2.15"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5801dependencies = [
5802 "euclid",
5803 "svg_fmt",
5804]
5805
5806[[package]]
5807name = "etcetera"
5808version = "0.8.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5811dependencies = [
5812 "cfg-if",
5813 "home",
5814 "windows-sys 0.48.0",
5815]
5816
5817[[package]]
5818name = "etw_tracing"
5819version = "0.1.0"
5820dependencies = [
5821 "anyhow",
5822 "gpui",
5823 "log",
5824 "net",
5825 "serde",
5826 "serde_json",
5827 "util",
5828 "windows 0.61.3",
5829 "windows-core 0.61.2",
5830 "workspace",
5831 "wprcontrol",
5832]
5833
5834[[package]]
5835name = "euclid"
5836version = "0.22.11"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5839dependencies = [
5840 "num-traits",
5841]
5842
5843[[package]]
5844name = "eval"
5845version = "0.1.0"
5846dependencies = [
5847 "acp_thread",
5848 "agent",
5849 "agent-client-protocol",
5850 "agent_settings",
5851 "agent_ui",
5852 "anyhow",
5853 "async-trait",
5854 "buffer_diff",
5855 "chrono",
5856 "clap",
5857 "client",
5858 "collections",
5859 "debug_adapter_extension",
5860 "dirs 4.0.0",
5861 "dotenvy",
5862 "env_logger 0.11.8",
5863 "extension",
5864 "fs",
5865 "futures 0.3.31",
5866 "gpui",
5867 "gpui_platform",
5868 "gpui_tokio",
5869 "handlebars 4.5.0",
5870 "language",
5871 "language_extension",
5872 "language_model",
5873 "language_models",
5874 "languages",
5875 "markdown",
5876 "node_runtime",
5877 "pathdiff",
5878 "paths",
5879 "pretty_assertions",
5880 "project",
5881 "prompt_store",
5882 "rand 0.9.2",
5883 "regex",
5884 "release_channel",
5885 "reqwest_client",
5886 "serde",
5887 "serde_json",
5888 "settings",
5889 "shellexpand 2.1.2",
5890 "telemetry",
5891 "terminal_view",
5892 "toml 0.8.23",
5893 "unindent",
5894 "util",
5895 "uuid",
5896 "watch",
5897]
5898
5899[[package]]
5900name = "eval_cli"
5901version = "0.1.0"
5902dependencies = [
5903 "acp_thread",
5904 "agent",
5905 "agent-client-protocol",
5906 "agent_ui",
5907 "anyhow",
5908 "clap",
5909 "client",
5910 "ctrlc",
5911 "debug_adapter_extension",
5912 "env_logger 0.11.8",
5913 "extension",
5914 "feature_flags",
5915 "fs",
5916 "futures 0.3.31",
5917 "gpui",
5918 "gpui_platform",
5919 "gpui_tokio",
5920 "language",
5921 "language_extension",
5922 "language_model",
5923 "language_models",
5924 "languages",
5925 "node_runtime",
5926 "paths",
5927 "project",
5928 "prompt_store",
5929 "release_channel",
5930 "reqwest_client",
5931 "serde",
5932 "serde_json",
5933 "settings",
5934 "shellexpand 2.1.2",
5935 "terminal_view",
5936 "util",
5937 "watch",
5938]
5939
5940[[package]]
5941name = "eval_utils"
5942version = "0.1.0"
5943dependencies = [
5944 "gpui_platform",
5945 "serde",
5946 "smol",
5947]
5948
5949[[package]]
5950name = "event-listener"
5951version = "2.5.3"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5954
5955[[package]]
5956name = "event-listener"
5957version = "5.4.1"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5960dependencies = [
5961 "concurrent-queue",
5962 "parking",
5963 "pin-project-lite",
5964]
5965
5966[[package]]
5967name = "event-listener-strategy"
5968version = "0.5.4"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5971dependencies = [
5972 "event-listener 5.4.1",
5973 "pin-project-lite",
5974]
5975
5976[[package]]
5977name = "exec"
5978version = "0.3.1"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5981dependencies = [
5982 "errno 0.2.8",
5983 "libc",
5984]
5985
5986[[package]]
5987name = "explorer_command_injector"
5988version = "0.1.0"
5989dependencies = [
5990 "windows 0.61.3",
5991 "windows-core 0.61.2",
5992 "windows-registry 0.5.3",
5993]
5994
5995[[package]]
5996name = "exr"
5997version = "1.73.0"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
6000dependencies = [
6001 "bit_field",
6002 "half",
6003 "lebe",
6004 "miniz_oxide",
6005 "rayon-core",
6006 "smallvec",
6007 "zune-inflate",
6008]
6009
6010[[package]]
6011name = "extended"
6012version = "0.1.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6015
6016[[package]]
6017name = "extension"
6018version = "0.1.0"
6019dependencies = [
6020 "anyhow",
6021 "async-trait",
6022 "cloud_api_types",
6023 "collections",
6024 "dap",
6025 "fs",
6026 "futures 0.3.31",
6027 "gpui",
6028 "heck 0.5.0",
6029 "http_client",
6030 "indoc",
6031 "language",
6032 "log",
6033 "lsp",
6034 "parking_lot",
6035 "pretty_assertions",
6036 "proto",
6037 "semver",
6038 "serde",
6039 "serde_json",
6040 "task",
6041 "tempfile",
6042 "toml 0.8.23",
6043 "tracing",
6044 "url",
6045 "util",
6046 "wasm-encoder 0.221.3",
6047 "wasmparser 0.221.3",
6048 "ztracing",
6049]
6050
6051[[package]]
6052name = "extension_cli"
6053version = "0.1.0"
6054dependencies = [
6055 "anyhow",
6056 "clap",
6057 "cloud_api_types",
6058 "env_logger 0.11.8",
6059 "extension",
6060 "fs",
6061 "gpui_platform",
6062 "language",
6063 "log",
6064 "reqwest_client",
6065 "serde",
6066 "serde_json",
6067 "serde_json_lenient",
6068 "settings_content",
6069 "snippet_provider",
6070 "task",
6071 "theme",
6072 "tokio",
6073 "toml 0.8.23",
6074 "tree-sitter",
6075 "wasmtime",
6076]
6077
6078[[package]]
6079name = "extension_host"
6080version = "0.1.0"
6081dependencies = [
6082 "anyhow",
6083 "async-compression",
6084 "async-tar",
6085 "async-trait",
6086 "client",
6087 "cloud_api_types",
6088 "collections",
6089 "criterion",
6090 "ctor",
6091 "dap",
6092 "extension",
6093 "fs",
6094 "futures 0.3.31",
6095 "gpui",
6096 "gpui_tokio",
6097 "http_client",
6098 "language",
6099 "language_extension",
6100 "log",
6101 "lsp",
6102 "moka",
6103 "node_runtime",
6104 "parking_lot",
6105 "paths",
6106 "project",
6107 "release_channel",
6108 "remote",
6109 "reqwest_client",
6110 "semver",
6111 "serde",
6112 "serde_json",
6113 "serde_json_lenient",
6114 "settings",
6115 "task",
6116 "telemetry",
6117 "tempfile",
6118 "theme",
6119 "theme_extension",
6120 "toml 0.8.23",
6121 "tracing",
6122 "url",
6123 "util",
6124 "wasmparser 0.221.3",
6125 "wasmtime",
6126 "wasmtime-wasi",
6127 "zlog",
6128 "ztracing",
6129]
6130
6131[[package]]
6132name = "extensions_ui"
6133version = "0.1.0"
6134dependencies = [
6135 "anyhow",
6136 "client",
6137 "cloud_api_types",
6138 "collections",
6139 "db",
6140 "editor",
6141 "extension",
6142 "extension_host",
6143 "fs",
6144 "fuzzy",
6145 "gpui",
6146 "language",
6147 "log",
6148 "num-format",
6149 "picker",
6150 "project",
6151 "release_channel",
6152 "semver",
6153 "serde",
6154 "settings",
6155 "smallvec",
6156 "strum 0.27.2",
6157 "telemetry",
6158 "theme",
6159 "ui",
6160 "util",
6161 "vim_mode_setting",
6162 "workspace",
6163 "zed_actions",
6164]
6165
6166[[package]]
6167name = "failspot"
6168version = "0.2.0"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6171
6172[[package]]
6173name = "fallible-iterator"
6174version = "0.3.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6177
6178[[package]]
6179name = "fancy-regex"
6180version = "0.16.2"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6183dependencies = [
6184 "bit-set",
6185 "regex-automata",
6186 "regex-syntax",
6187]
6188
6189[[package]]
6190name = "fancy-regex"
6191version = "0.17.0"
6192source = "registry+https://github.com/rust-lang/crates.io-index"
6193checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6194dependencies = [
6195 "bit-set",
6196 "regex-automata",
6197 "regex-syntax",
6198]
6199
6200[[package]]
6201name = "fast-srgb8"
6202version = "1.0.0"
6203source = "registry+https://github.com/rust-lang/crates.io-index"
6204checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6205
6206[[package]]
6207name = "fastrand"
6208version = "1.9.0"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6211dependencies = [
6212 "instant",
6213]
6214
6215[[package]]
6216name = "fastrand"
6217version = "2.3.0"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6220
6221[[package]]
6222name = "fax"
6223version = "0.2.6"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6226dependencies = [
6227 "fax_derive",
6228]
6229
6230[[package]]
6231name = "fax_derive"
6232version = "0.2.0"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6235dependencies = [
6236 "proc-macro2",
6237 "quote",
6238 "syn 2.0.117",
6239]
6240
6241[[package]]
6242name = "fd-lock"
6243version = "4.0.4"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6246dependencies = [
6247 "cfg-if",
6248 "rustix 1.1.2",
6249 "windows-sys 0.59.0",
6250]
6251
6252[[package]]
6253name = "fdeflate"
6254version = "0.3.7"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6257dependencies = [
6258 "simd-adler32",
6259]
6260
6261[[package]]
6262name = "feature_flags"
6263version = "0.1.0"
6264dependencies = [
6265 "gpui",
6266]
6267
6268[[package]]
6269name = "feedback"
6270version = "0.1.0"
6271dependencies = [
6272 "gpui",
6273 "system_specs",
6274 "urlencoding",
6275 "util",
6276 "workspace",
6277 "zed_actions",
6278]
6279
6280[[package]]
6281name = "ff"
6282version = "0.12.1"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6285dependencies = [
6286 "rand_core 0.6.4",
6287 "subtle",
6288]
6289
6290[[package]]
6291name = "file_finder"
6292version = "0.1.0"
6293dependencies = [
6294 "anyhow",
6295 "channel",
6296 "client",
6297 "collections",
6298 "ctor",
6299 "editor",
6300 "file_icons",
6301 "futures 0.3.31",
6302 "fuzzy",
6303 "gpui",
6304 "menu",
6305 "open_path_prompt",
6306 "picker",
6307 "pretty_assertions",
6308 "project",
6309 "project_panel",
6310 "remote_connection",
6311 "serde",
6312 "serde_json",
6313 "settings",
6314 "theme",
6315 "ui",
6316 "util",
6317 "workspace",
6318 "zed_actions",
6319 "zlog",
6320]
6321
6322[[package]]
6323name = "file_icons"
6324version = "0.1.0"
6325dependencies = [
6326 "gpui",
6327 "serde",
6328 "theme",
6329 "util",
6330]
6331
6332[[package]]
6333name = "filedescriptor"
6334version = "0.8.3"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6337dependencies = [
6338 "libc",
6339 "thiserror 1.0.69",
6340 "winapi",
6341]
6342
6343[[package]]
6344name = "filetime"
6345version = "0.2.26"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6348dependencies = [
6349 "cfg-if",
6350 "libc",
6351 "libredox",
6352 "windows-sys 0.60.2",
6353]
6354
6355[[package]]
6356name = "find-msvc-tools"
6357version = "0.1.5"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6360
6361[[package]]
6362name = "fixedbitset"
6363version = "0.4.2"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6366
6367[[package]]
6368name = "fixedbitset"
6369version = "0.5.7"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6372
6373[[package]]
6374name = "flate2"
6375version = "1.1.8"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6378dependencies = [
6379 "crc32fast",
6380 "miniz_oxide",
6381]
6382
6383[[package]]
6384name = "float-cmp"
6385version = "0.9.0"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6388
6389[[package]]
6390name = "float-ord"
6391version = "0.3.2"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6394
6395[[package]]
6396name = "float8"
6397version = "0.4.2"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6400dependencies = [
6401 "half",
6402 "num-traits",
6403 "rand 0.9.2",
6404 "rand_distr",
6405]
6406
6407[[package]]
6408name = "float_next_after"
6409version = "1.0.0"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6412
6413[[package]]
6414name = "fluent-uri"
6415version = "0.4.1"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6418dependencies = [
6419 "borrow-or-share",
6420 "ref-cast",
6421 "serde",
6422]
6423
6424[[package]]
6425name = "flume"
6426version = "0.11.1"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6429dependencies = [
6430 "futures-core",
6431 "futures-sink",
6432 "nanorand",
6433 "spin 0.9.8",
6434]
6435
6436[[package]]
6437name = "fnv"
6438version = "1.0.7"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6441
6442[[package]]
6443name = "foldhash"
6444version = "0.1.5"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6447
6448[[package]]
6449name = "foldhash"
6450version = "0.2.0"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6453
6454[[package]]
6455name = "font-types"
6456version = "0.10.0"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6459dependencies = [
6460 "bytemuck",
6461]
6462
6463[[package]]
6464name = "font-types"
6465version = "0.11.0"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6468dependencies = [
6469 "bytemuck",
6470]
6471
6472[[package]]
6473name = "fontconfig-parser"
6474version = "0.5.8"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6477dependencies = [
6478 "roxmltree",
6479]
6480
6481[[package]]
6482name = "fontdb"
6483version = "0.16.2"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6486dependencies = [
6487 "fontconfig-parser",
6488 "log",
6489 "memmap2",
6490 "slotmap",
6491 "tinyvec",
6492 "ttf-parser 0.20.0",
6493]
6494
6495[[package]]
6496name = "fontdb"
6497version = "0.23.0"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6500dependencies = [
6501 "fontconfig-parser",
6502 "log",
6503 "memmap2",
6504 "slotmap",
6505 "tinyvec",
6506 "ttf-parser 0.25.1",
6507]
6508
6509[[package]]
6510name = "foreign-types"
6511version = "0.3.2"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6514dependencies = [
6515 "foreign-types-shared 0.1.1",
6516]
6517
6518[[package]]
6519name = "foreign-types"
6520version = "0.5.0"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6523dependencies = [
6524 "foreign-types-macros",
6525 "foreign-types-shared 0.3.1",
6526]
6527
6528[[package]]
6529name = "foreign-types-macros"
6530version = "0.2.3"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6533dependencies = [
6534 "proc-macro2",
6535 "quote",
6536 "syn 2.0.117",
6537]
6538
6539[[package]]
6540name = "foreign-types-shared"
6541version = "0.1.1"
6542source = "registry+https://github.com/rust-lang/crates.io-index"
6543checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6544
6545[[package]]
6546name = "foreign-types-shared"
6547version = "0.3.1"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6550
6551[[package]]
6552name = "fork"
6553version = "0.4.0"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6556dependencies = [
6557 "libc",
6558]
6559
6560[[package]]
6561name = "form_urlencoded"
6562version = "1.2.2"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6565dependencies = [
6566 "percent-encoding",
6567]
6568
6569[[package]]
6570name = "fraction"
6571version = "0.15.3"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6574dependencies = [
6575 "lazy_static",
6576 "num",
6577]
6578
6579[[package]]
6580name = "freetype-sys"
6581version = "0.20.1"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6584dependencies = [
6585 "cc",
6586 "libc",
6587 "pkg-config",
6588]
6589
6590[[package]]
6591name = "fs"
6592version = "0.1.0"
6593dependencies = [
6594 "anyhow",
6595 "ashpd",
6596 "async-tar",
6597 "async-trait",
6598 "cocoa 0.26.0",
6599 "collections",
6600 "dunce",
6601 "fs",
6602 "futures 0.3.31",
6603 "git",
6604 "gpui",
6605 "ignore",
6606 "is_executable",
6607 "libc",
6608 "log",
6609 "notify 8.2.0",
6610 "objc",
6611 "parking_lot",
6612 "paths",
6613 "proto",
6614 "rope",
6615 "serde",
6616 "serde_json",
6617 "smol",
6618 "tempfile",
6619 "text",
6620 "time",
6621 "util",
6622 "windows 0.61.3",
6623]
6624
6625[[package]]
6626name = "fs-set-times"
6627version = "0.20.3"
6628source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6630dependencies = [
6631 "io-lifetimes",
6632 "rustix 1.1.2",
6633 "windows-sys 0.59.0",
6634]
6635
6636[[package]]
6637name = "fs2"
6638version = "0.4.3"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6641dependencies = [
6642 "libc",
6643 "winapi",
6644]
6645
6646[[package]]
6647name = "fs_benchmarks"
6648version = "0.1.0"
6649dependencies = [
6650 "fs",
6651 "gpui",
6652 "gpui_platform",
6653]
6654
6655[[package]]
6656name = "fs_extra"
6657version = "1.3.0"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6660
6661[[package]]
6662name = "fsevent-sys"
6663version = "4.1.0"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6666dependencies = [
6667 "libc",
6668]
6669
6670[[package]]
6671name = "fuchsia-cprng"
6672version = "0.1.1"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6675
6676[[package]]
6677name = "funty"
6678version = "2.0.0"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6681
6682[[package]]
6683name = "futf"
6684version = "0.1.5"
6685source = "registry+https://github.com/rust-lang/crates.io-index"
6686checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6687dependencies = [
6688 "mac",
6689 "new_debug_unreachable",
6690]
6691
6692[[package]]
6693name = "futures"
6694version = "0.1.31"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6697
6698[[package]]
6699name = "futures"
6700version = "0.3.31"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6703dependencies = [
6704 "futures-channel",
6705 "futures-core",
6706 "futures-executor",
6707 "futures-io",
6708 "futures-sink",
6709 "futures-task",
6710 "futures-util",
6711]
6712
6713[[package]]
6714name = "futures-channel"
6715version = "0.3.31"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6718dependencies = [
6719 "futures-core",
6720 "futures-sink",
6721]
6722
6723[[package]]
6724name = "futures-concurrency"
6725version = "7.7.1"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6728dependencies = [
6729 "fixedbitset 0.5.7",
6730 "futures-core",
6731 "futures-lite 2.6.1",
6732 "pin-project",
6733 "smallvec",
6734]
6735
6736[[package]]
6737name = "futures-core"
6738version = "0.3.31"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6741
6742[[package]]
6743name = "futures-executor"
6744version = "0.3.31"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6747dependencies = [
6748 "futures-core",
6749 "futures-task",
6750 "futures-util",
6751]
6752
6753[[package]]
6754name = "futures-intrusive"
6755version = "0.5.0"
6756source = "registry+https://github.com/rust-lang/crates.io-index"
6757checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6758dependencies = [
6759 "futures-core",
6760 "lock_api",
6761 "parking_lot",
6762]
6763
6764[[package]]
6765name = "futures-io"
6766version = "0.3.31"
6767source = "registry+https://github.com/rust-lang/crates.io-index"
6768checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6769
6770[[package]]
6771name = "futures-lite"
6772version = "1.13.0"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6775dependencies = [
6776 "fastrand 1.9.0",
6777 "futures-core",
6778 "futures-io",
6779 "memchr",
6780 "parking",
6781 "pin-project-lite",
6782 "waker-fn",
6783]
6784
6785[[package]]
6786name = "futures-lite"
6787version = "2.6.1"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6790dependencies = [
6791 "fastrand 2.3.0",
6792 "futures-core",
6793 "futures-io",
6794 "parking",
6795 "pin-project-lite",
6796]
6797
6798[[package]]
6799name = "futures-macro"
6800version = "0.3.31"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6803dependencies = [
6804 "proc-macro2",
6805 "quote",
6806 "syn 2.0.117",
6807]
6808
6809[[package]]
6810name = "futures-sink"
6811version = "0.3.31"
6812source = "registry+https://github.com/rust-lang/crates.io-index"
6813checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6814
6815[[package]]
6816name = "futures-task"
6817version = "0.3.31"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6820
6821[[package]]
6822name = "futures-util"
6823version = "0.3.31"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6826dependencies = [
6827 "futures 0.1.31",
6828 "futures-channel",
6829 "futures-core",
6830 "futures-io",
6831 "futures-macro",
6832 "futures-sink",
6833 "futures-task",
6834 "memchr",
6835 "pin-project-lite",
6836 "pin-utils",
6837 "slab",
6838 "tokio-io",
6839]
6840
6841[[package]]
6842name = "fuzzy"
6843version = "0.1.0"
6844dependencies = [
6845 "gpui",
6846 "log",
6847 "util",
6848]
6849
6850[[package]]
6851name = "fuzzy-matcher"
6852version = "0.3.7"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6855dependencies = [
6856 "thread_local",
6857]
6858
6859[[package]]
6860name = "gaoya"
6861version = "0.2.0"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6864dependencies = [
6865 "ahash 0.8.12",
6866 "crossbeam-utils",
6867 "fnv",
6868 "itertools 0.10.5",
6869 "num-traits",
6870 "rand 0.8.5",
6871 "rand_pcg",
6872 "random_choice",
6873 "rayon",
6874 "seahash",
6875 "sha-1",
6876 "shingles",
6877 "siphasher 0.3.11",
6878 "smallvec",
6879 "triomphe",
6880]
6881
6882[[package]]
6883name = "gemm"
6884version = "0.17.1"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6887dependencies = [
6888 "dyn-stack 0.10.0",
6889 "gemm-c32 0.17.1",
6890 "gemm-c64 0.17.1",
6891 "gemm-common 0.17.1",
6892 "gemm-f16 0.17.1",
6893 "gemm-f32 0.17.1",
6894 "gemm-f64 0.17.1",
6895 "num-complex",
6896 "num-traits",
6897 "paste",
6898 "raw-cpuid 10.7.0",
6899 "seq-macro",
6900]
6901
6902[[package]]
6903name = "gemm"
6904version = "0.18.2"
6905source = "registry+https://github.com/rust-lang/crates.io-index"
6906checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6907dependencies = [
6908 "dyn-stack 0.13.2",
6909 "gemm-c32 0.18.2",
6910 "gemm-c64 0.18.2",
6911 "gemm-common 0.18.2",
6912 "gemm-f16 0.18.2",
6913 "gemm-f32 0.18.2",
6914 "gemm-f64 0.18.2",
6915 "num-complex",
6916 "num-traits",
6917 "paste",
6918 "raw-cpuid 11.6.0",
6919 "seq-macro",
6920]
6921
6922[[package]]
6923name = "gemm-c32"
6924version = "0.17.1"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6927dependencies = [
6928 "dyn-stack 0.10.0",
6929 "gemm-common 0.17.1",
6930 "num-complex",
6931 "num-traits",
6932 "paste",
6933 "raw-cpuid 10.7.0",
6934 "seq-macro",
6935]
6936
6937[[package]]
6938name = "gemm-c32"
6939version = "0.18.2"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6942dependencies = [
6943 "dyn-stack 0.13.2",
6944 "gemm-common 0.18.2",
6945 "num-complex",
6946 "num-traits",
6947 "paste",
6948 "raw-cpuid 11.6.0",
6949 "seq-macro",
6950]
6951
6952[[package]]
6953name = "gemm-c64"
6954version = "0.17.1"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6957dependencies = [
6958 "dyn-stack 0.10.0",
6959 "gemm-common 0.17.1",
6960 "num-complex",
6961 "num-traits",
6962 "paste",
6963 "raw-cpuid 10.7.0",
6964 "seq-macro",
6965]
6966
6967[[package]]
6968name = "gemm-c64"
6969version = "0.18.2"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6972dependencies = [
6973 "dyn-stack 0.13.2",
6974 "gemm-common 0.18.2",
6975 "num-complex",
6976 "num-traits",
6977 "paste",
6978 "raw-cpuid 11.6.0",
6979 "seq-macro",
6980]
6981
6982[[package]]
6983name = "gemm-common"
6984version = "0.17.1"
6985source = "registry+https://github.com/rust-lang/crates.io-index"
6986checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6987dependencies = [
6988 "bytemuck",
6989 "dyn-stack 0.10.0",
6990 "half",
6991 "num-complex",
6992 "num-traits",
6993 "once_cell",
6994 "paste",
6995 "pulp 0.18.22",
6996 "raw-cpuid 10.7.0",
6997 "rayon",
6998 "seq-macro",
6999 "sysctl 0.5.5",
7000]
7001
7002[[package]]
7003name = "gemm-common"
7004version = "0.18.2"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7007dependencies = [
7008 "bytemuck",
7009 "dyn-stack 0.13.2",
7010 "half",
7011 "libm",
7012 "num-complex",
7013 "num-traits",
7014 "once_cell",
7015 "paste",
7016 "pulp 0.21.5",
7017 "raw-cpuid 11.6.0",
7018 "rayon",
7019 "seq-macro",
7020 "sysctl 0.6.0",
7021]
7022
7023[[package]]
7024name = "gemm-f16"
7025version = "0.17.1"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7028dependencies = [
7029 "dyn-stack 0.10.0",
7030 "gemm-common 0.17.1",
7031 "gemm-f32 0.17.1",
7032 "half",
7033 "num-complex",
7034 "num-traits",
7035 "paste",
7036 "raw-cpuid 10.7.0",
7037 "rayon",
7038 "seq-macro",
7039]
7040
7041[[package]]
7042name = "gemm-f16"
7043version = "0.18.2"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7046dependencies = [
7047 "dyn-stack 0.13.2",
7048 "gemm-common 0.18.2",
7049 "gemm-f32 0.18.2",
7050 "half",
7051 "num-complex",
7052 "num-traits",
7053 "paste",
7054 "raw-cpuid 11.6.0",
7055 "rayon",
7056 "seq-macro",
7057]
7058
7059[[package]]
7060name = "gemm-f32"
7061version = "0.17.1"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7064dependencies = [
7065 "dyn-stack 0.10.0",
7066 "gemm-common 0.17.1",
7067 "num-complex",
7068 "num-traits",
7069 "paste",
7070 "raw-cpuid 10.7.0",
7071 "seq-macro",
7072]
7073
7074[[package]]
7075name = "gemm-f32"
7076version = "0.18.2"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7079dependencies = [
7080 "dyn-stack 0.13.2",
7081 "gemm-common 0.18.2",
7082 "num-complex",
7083 "num-traits",
7084 "paste",
7085 "raw-cpuid 11.6.0",
7086 "seq-macro",
7087]
7088
7089[[package]]
7090name = "gemm-f64"
7091version = "0.17.1"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7094dependencies = [
7095 "dyn-stack 0.10.0",
7096 "gemm-common 0.17.1",
7097 "num-complex",
7098 "num-traits",
7099 "paste",
7100 "raw-cpuid 10.7.0",
7101 "seq-macro",
7102]
7103
7104[[package]]
7105name = "gemm-f64"
7106version = "0.18.2"
7107source = "registry+https://github.com/rust-lang/crates.io-index"
7108checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7109dependencies = [
7110 "dyn-stack 0.13.2",
7111 "gemm-common 0.18.2",
7112 "num-complex",
7113 "num-traits",
7114 "paste",
7115 "raw-cpuid 11.6.0",
7116 "seq-macro",
7117]
7118
7119[[package]]
7120name = "generator"
7121version = "0.8.7"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7124dependencies = [
7125 "cc",
7126 "cfg-if",
7127 "libc",
7128 "log",
7129 "rustversion",
7130 "windows 0.61.3",
7131]
7132
7133[[package]]
7134name = "generic-array"
7135version = "0.14.7"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7138dependencies = [
7139 "typenum",
7140 "version_check",
7141]
7142
7143[[package]]
7144name = "gethostname"
7145version = "1.1.0"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7148dependencies = [
7149 "rustix 1.1.2",
7150 "windows-link 0.2.1",
7151]
7152
7153[[package]]
7154name = "getrandom"
7155version = "0.2.16"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7158dependencies = [
7159 "cfg-if",
7160 "js-sys",
7161 "libc",
7162 "wasi",
7163 "wasm-bindgen",
7164]
7165
7166[[package]]
7167name = "getrandom"
7168version = "0.3.4"
7169source = "registry+https://github.com/rust-lang/crates.io-index"
7170checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7171dependencies = [
7172 "cfg-if",
7173 "js-sys",
7174 "libc",
7175 "r-efi",
7176 "wasip2",
7177 "wasm-bindgen",
7178]
7179
7180[[package]]
7181name = "getrandom"
7182version = "0.4.1"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7185dependencies = [
7186 "cfg-if",
7187 "libc",
7188 "r-efi",
7189 "wasip2",
7190 "wasip3",
7191]
7192
7193[[package]]
7194name = "gh-workflow"
7195version = "0.8.0"
7196source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7197dependencies = [
7198 "async-trait",
7199 "derive_more",
7200 "derive_setters",
7201 "gh-workflow-macros",
7202 "indexmap",
7203 "merge",
7204 "serde",
7205 "serde_json",
7206 "serde_yaml",
7207 "strum_macros 0.27.2",
7208]
7209
7210[[package]]
7211name = "gh-workflow-macros"
7212version = "0.8.0"
7213source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7214dependencies = [
7215 "heck 0.5.0",
7216 "quote",
7217 "syn 2.0.117",
7218]
7219
7220[[package]]
7221name = "gif"
7222version = "0.13.3"
7223source = "registry+https://github.com/rust-lang/crates.io-index"
7224checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7225dependencies = [
7226 "color_quant",
7227 "weezl",
7228]
7229
7230[[package]]
7231name = "gimli"
7232version = "0.31.1"
7233source = "registry+https://github.com/rust-lang/crates.io-index"
7234checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7235dependencies = [
7236 "fallible-iterator",
7237 "indexmap",
7238 "stable_deref_trait",
7239]
7240
7241[[package]]
7242name = "gimli"
7243version = "0.32.3"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7246
7247[[package]]
7248name = "gio-sys"
7249version = "0.21.5"
7250source = "registry+https://github.com/rust-lang/crates.io-index"
7251checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7252dependencies = [
7253 "glib-sys",
7254 "gobject-sys",
7255 "libc",
7256 "system-deps 7.0.7",
7257 "windows-sys 0.61.2",
7258]
7259
7260[[package]]
7261name = "git"
7262version = "0.1.0"
7263dependencies = [
7264 "anyhow",
7265 "askpass",
7266 "async-trait",
7267 "collections",
7268 "derive_more",
7269 "futures 0.3.31",
7270 "git2",
7271 "gpui",
7272 "http_client",
7273 "itertools 0.14.0",
7274 "log",
7275 "parking_lot",
7276 "pretty_assertions",
7277 "rand 0.9.2",
7278 "regex",
7279 "rope",
7280 "schemars",
7281 "serde",
7282 "serde_json",
7283 "smallvec",
7284 "smol",
7285 "sum_tree",
7286 "tempfile",
7287 "text",
7288 "thiserror 2.0.17",
7289 "time",
7290 "url",
7291 "urlencoding",
7292 "util",
7293 "uuid",
7294 "ztracing",
7295]
7296
7297[[package]]
7298name = "git2"
7299version = "0.20.4"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7302dependencies = [
7303 "bitflags 2.10.0",
7304 "libc",
7305 "libgit2-sys",
7306 "log",
7307 "url",
7308]
7309
7310[[package]]
7311name = "git_graph"
7312version = "0.1.0"
7313dependencies = [
7314 "anyhow",
7315 "collections",
7316 "db",
7317 "feature_flags",
7318 "fs",
7319 "git",
7320 "git_ui",
7321 "gpui",
7322 "language",
7323 "menu",
7324 "project",
7325 "rand 0.9.2",
7326 "serde_json",
7327 "settings",
7328 "smallvec",
7329 "theme",
7330 "time",
7331 "ui",
7332 "workspace",
7333]
7334
7335[[package]]
7336name = "git_hosting_providers"
7337version = "0.1.0"
7338dependencies = [
7339 "anyhow",
7340 "async-trait",
7341 "futures 0.3.31",
7342 "git",
7343 "gpui",
7344 "http_client",
7345 "indoc",
7346 "itertools 0.14.0",
7347 "pretty_assertions",
7348 "regex",
7349 "serde",
7350 "serde_json",
7351 "settings",
7352 "url",
7353 "urlencoding",
7354 "util",
7355]
7356
7357[[package]]
7358name = "git_ui"
7359version = "0.1.0"
7360dependencies = [
7361 "agent_settings",
7362 "anyhow",
7363 "askpass",
7364 "buffer_diff",
7365 "call",
7366 "cloud_llm_client",
7367 "collections",
7368 "component",
7369 "ctor",
7370 "db",
7371 "editor",
7372 "feature_flags",
7373 "file_icons",
7374 "futures 0.3.31",
7375 "fuzzy",
7376 "git",
7377 "gpui",
7378 "indoc",
7379 "itertools 0.14.0",
7380 "language",
7381 "language_model",
7382 "linkify",
7383 "log",
7384 "markdown",
7385 "menu",
7386 "multi_buffer",
7387 "notifications",
7388 "panel",
7389 "picker",
7390 "pretty_assertions",
7391 "project",
7392 "prompt_store",
7393 "proto",
7394 "rand 0.9.2",
7395 "remote",
7396 "remote_connection",
7397 "schemars",
7398 "serde",
7399 "serde_json",
7400 "settings",
7401 "smallvec",
7402 "smol",
7403 "strum 0.27.2",
7404 "telemetry",
7405 "theme",
7406 "time",
7407 "time_format",
7408 "tracing",
7409 "ui",
7410 "ui_input",
7411 "unindent",
7412 "util",
7413 "watch",
7414 "windows 0.61.3",
7415 "workspace",
7416 "zed_actions",
7417 "zeroize",
7418 "zlog",
7419 "ztracing",
7420]
7421
7422[[package]]
7423name = "gl_generator"
7424version = "0.14.0"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7427dependencies = [
7428 "khronos_api",
7429 "log",
7430 "xml-rs",
7431]
7432
7433[[package]]
7434name = "glib"
7435version = "0.21.5"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7438dependencies = [
7439 "bitflags 2.10.0",
7440 "futures-channel",
7441 "futures-core",
7442 "futures-executor",
7443 "futures-task",
7444 "futures-util",
7445 "gio-sys",
7446 "glib-macros",
7447 "glib-sys",
7448 "gobject-sys",
7449 "libc",
7450 "memchr",
7451 "smallvec",
7452]
7453
7454[[package]]
7455name = "glib-macros"
7456version = "0.21.5"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7459dependencies = [
7460 "heck 0.5.0",
7461 "proc-macro-crate",
7462 "proc-macro2",
7463 "quote",
7464 "syn 2.0.117",
7465]
7466
7467[[package]]
7468name = "glib-sys"
7469version = "0.21.5"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7472dependencies = [
7473 "libc",
7474 "system-deps 7.0.7",
7475]
7476
7477[[package]]
7478name = "glob"
7479version = "0.3.3"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7482
7483[[package]]
7484name = "globset"
7485version = "0.4.17"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7488dependencies = [
7489 "aho-corasick",
7490 "bstr",
7491 "log",
7492 "regex-automata",
7493 "regex-syntax",
7494]
7495
7496[[package]]
7497name = "gloo-timers"
7498version = "0.3.0"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7501dependencies = [
7502 "futures-channel",
7503 "futures-core",
7504 "js-sys",
7505 "wasm-bindgen",
7506]
7507
7508[[package]]
7509name = "glow"
7510version = "0.16.0"
7511source = "registry+https://github.com/rust-lang/crates.io-index"
7512checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7513dependencies = [
7514 "js-sys",
7515 "slotmap",
7516 "wasm-bindgen",
7517 "web-sys",
7518]
7519
7520[[package]]
7521name = "glutin_wgl_sys"
7522version = "0.6.1"
7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7525dependencies = [
7526 "gl_generator",
7527]
7528
7529[[package]]
7530name = "go_to_line"
7531version = "0.1.0"
7532dependencies = [
7533 "editor",
7534 "gpui",
7535 "indoc",
7536 "language",
7537 "menu",
7538 "multi_buffer",
7539 "project",
7540 "rope",
7541 "serde",
7542 "serde_json",
7543 "settings",
7544 "text",
7545 "theme",
7546 "ui",
7547 "util",
7548 "workspace",
7549]
7550
7551[[package]]
7552name = "gobject-sys"
7553version = "0.21.5"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7556dependencies = [
7557 "glib-sys",
7558 "libc",
7559 "system-deps 7.0.7",
7560]
7561
7562[[package]]
7563name = "goblin"
7564version = "0.9.3"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7567dependencies = [
7568 "log",
7569 "plain",
7570 "scroll",
7571]
7572
7573[[package]]
7574name = "google_ai"
7575version = "0.1.0"
7576dependencies = [
7577 "anyhow",
7578 "futures 0.3.31",
7579 "http_client",
7580 "schemars",
7581 "serde",
7582 "serde_json",
7583 "settings",
7584 "strum 0.27.2",
7585]
7586
7587[[package]]
7588name = "gpu-allocator"
7589version = "0.28.0"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7592dependencies = [
7593 "ash",
7594 "hashbrown 0.16.1",
7595 "log",
7596 "presser",
7597 "thiserror 2.0.17",
7598 "windows 0.62.2",
7599]
7600
7601[[package]]
7602name = "gpu-descriptor"
7603version = "0.3.2"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7606dependencies = [
7607 "bitflags 2.10.0",
7608 "gpu-descriptor-types",
7609 "hashbrown 0.15.5",
7610]
7611
7612[[package]]
7613name = "gpu-descriptor-types"
7614version = "0.2.0"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7617dependencies = [
7618 "bitflags 2.10.0",
7619]
7620
7621[[package]]
7622name = "gpui"
7623version = "0.2.2"
7624dependencies = [
7625 "anyhow",
7626 "async-channel 2.5.0",
7627 "async-task",
7628 "backtrace",
7629 "bindgen 0.71.1",
7630 "bitflags 2.10.0",
7631 "block",
7632 "cbindgen",
7633 "chrono",
7634 "circular-buffer",
7635 "cocoa 0.26.0",
7636 "cocoa-foundation 0.2.0",
7637 "collections",
7638 "core-foundation 0.10.0",
7639 "core-foundation-sys",
7640 "core-graphics 0.24.0",
7641 "core-text",
7642 "core-video",
7643 "ctor",
7644 "derive_more",
7645 "embed-resource",
7646 "env_logger 0.11.8",
7647 "etagere",
7648 "foreign-types 0.5.0",
7649 "futures 0.3.31",
7650 "futures-concurrency",
7651 "getrandom 0.3.4",
7652 "gpui_macros",
7653 "gpui_platform",
7654 "gpui_util",
7655 "gpui_web",
7656 "http_client",
7657 "image",
7658 "inventory",
7659 "itertools 0.14.0",
7660 "log",
7661 "lyon",
7662 "mach2 0.5.0",
7663 "media",
7664 "metal",
7665 "naga 28.0.0",
7666 "num_cpus",
7667 "objc",
7668 "objc2",
7669 "objc2-metal",
7670 "parking",
7671 "parking_lot",
7672 "pathfinder_geometry",
7673 "pin-project",
7674 "pollster 0.4.0",
7675 "postage",
7676 "profiling",
7677 "proptest",
7678 "rand 0.9.2",
7679 "raw-window-handle",
7680 "refineable",
7681 "reqwest_client",
7682 "resvg",
7683 "scheduler",
7684 "schemars",
7685 "seahash",
7686 "serde",
7687 "serde_json",
7688 "slotmap",
7689 "smallvec",
7690 "spin 0.10.0",
7691 "stacksafe",
7692 "strum 0.27.2",
7693 "sum_tree",
7694 "taffy",
7695 "thiserror 2.0.17",
7696 "unicode-segmentation",
7697 "url",
7698 "usvg",
7699 "util_macros",
7700 "uuid",
7701 "waker-fn",
7702 "wasm-bindgen",
7703 "web-time",
7704 "windows 0.61.3",
7705 "zed-font-kit",
7706 "zed-scap",
7707]
7708
7709[[package]]
7710name = "gpui_linux"
7711version = "0.1.0"
7712dependencies = [
7713 "anyhow",
7714 "as-raw-xcb-connection",
7715 "ashpd",
7716 "bitflags 2.10.0",
7717 "bytemuck",
7718 "calloop",
7719 "calloop-wayland-source",
7720 "collections",
7721 "filedescriptor",
7722 "futures 0.3.31",
7723 "gpui",
7724 "gpui_wgpu",
7725 "http_client",
7726 "itertools 0.14.0",
7727 "libc",
7728 "log",
7729 "oo7",
7730 "open",
7731 "parking_lot",
7732 "pathfinder_geometry",
7733 "pollster 0.4.0",
7734 "profiling",
7735 "raw-window-handle",
7736 "smallvec",
7737 "smol",
7738 "strum 0.27.2",
7739 "swash",
7740 "url",
7741 "util",
7742 "uuid",
7743 "wayland-backend",
7744 "wayland-client",
7745 "wayland-cursor",
7746 "wayland-protocols",
7747 "wayland-protocols-plasma",
7748 "wayland-protocols-wlr",
7749 "x11-clipboard",
7750 "x11rb",
7751 "xkbcommon",
7752 "zed-scap",
7753 "zed-xim",
7754]
7755
7756[[package]]
7757name = "gpui_macos"
7758version = "0.1.0"
7759dependencies = [
7760 "anyhow",
7761 "async-task",
7762 "block",
7763 "cbindgen",
7764 "cocoa 0.26.0",
7765 "collections",
7766 "core-foundation 0.10.0",
7767 "core-foundation-sys",
7768 "core-graphics 0.24.0",
7769 "core-text",
7770 "core-video",
7771 "ctor",
7772 "derive_more",
7773 "dispatch2",
7774 "etagere",
7775 "foreign-types 0.5.0",
7776 "futures 0.3.31",
7777 "gpui",
7778 "image",
7779 "itertools 0.14.0",
7780 "libc",
7781 "log",
7782 "mach2 0.5.0",
7783 "media",
7784 "metal",
7785 "objc",
7786 "parking_lot",
7787 "pathfinder_geometry",
7788 "raw-window-handle",
7789 "semver",
7790 "smallvec",
7791 "strum 0.27.2",
7792 "util",
7793 "uuid",
7794 "zed-font-kit",
7795]
7796
7797[[package]]
7798name = "gpui_macros"
7799version = "0.1.0"
7800dependencies = [
7801 "gpui",
7802 "heck 0.5.0",
7803 "proc-macro2",
7804 "quote",
7805 "syn 2.0.117",
7806]
7807
7808[[package]]
7809name = "gpui_platform"
7810version = "0.1.0"
7811dependencies = [
7812 "console_error_panic_hook",
7813 "gpui",
7814 "gpui_linux",
7815 "gpui_macos",
7816 "gpui_web",
7817 "gpui_windows",
7818]
7819
7820[[package]]
7821name = "gpui_tokio"
7822version = "0.1.0"
7823dependencies = [
7824 "anyhow",
7825 "gpui",
7826 "tokio",
7827 "util",
7828]
7829
7830[[package]]
7831name = "gpui_util"
7832version = "0.1.0"
7833dependencies = [
7834 "anyhow",
7835 "log",
7836]
7837
7838[[package]]
7839name = "gpui_web"
7840version = "0.1.0"
7841dependencies = [
7842 "anyhow",
7843 "console_error_panic_hook",
7844 "futures 0.3.31",
7845 "gpui",
7846 "gpui_wgpu",
7847 "http_client",
7848 "js-sys",
7849 "log",
7850 "parking_lot",
7851 "raw-window-handle",
7852 "smallvec",
7853 "uuid",
7854 "wasm-bindgen",
7855 "wasm-bindgen-futures",
7856 "wasm_thread",
7857 "web-sys",
7858 "web-time",
7859]
7860
7861[[package]]
7862name = "gpui_wgpu"
7863version = "0.1.0"
7864dependencies = [
7865 "anyhow",
7866 "bytemuck",
7867 "collections",
7868 "cosmic-text",
7869 "etagere",
7870 "gpui",
7871 "gpui_util",
7872 "itertools 0.14.0",
7873 "js-sys",
7874 "log",
7875 "parking_lot",
7876 "pollster 0.4.0",
7877 "profiling",
7878 "raw-window-handle",
7879 "smallvec",
7880 "swash",
7881 "wasm-bindgen",
7882 "wasm-bindgen-futures",
7883 "web-sys",
7884 "wgpu",
7885 "zed-font-kit",
7886]
7887
7888[[package]]
7889name = "gpui_windows"
7890version = "0.1.0"
7891dependencies = [
7892 "anyhow",
7893 "collections",
7894 "etagere",
7895 "futures 0.3.31",
7896 "gpui",
7897 "image",
7898 "itertools 0.14.0",
7899 "log",
7900 "parking_lot",
7901 "rand 0.9.2",
7902 "raw-window-handle",
7903 "smallvec",
7904 "util",
7905 "uuid",
7906 "windows 0.61.3",
7907 "windows-core 0.61.2",
7908 "windows-numerics 0.2.0",
7909 "windows-registry 0.5.3",
7910 "zed-scap",
7911]
7912
7913[[package]]
7914name = "grid"
7915version = "0.18.0"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7918
7919[[package]]
7920name = "group"
7921version = "0.12.1"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7924dependencies = [
7925 "ff",
7926 "rand_core 0.6.4",
7927 "subtle",
7928]
7929
7930[[package]]
7931name = "h2"
7932version = "0.3.27"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7935dependencies = [
7936 "bytes 1.11.1",
7937 "fnv",
7938 "futures-core",
7939 "futures-sink",
7940 "futures-util",
7941 "http 0.2.12",
7942 "indexmap",
7943 "slab",
7944 "tokio",
7945 "tokio-util",
7946 "tracing",
7947]
7948
7949[[package]]
7950name = "h2"
7951version = "0.4.12"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7954dependencies = [
7955 "atomic-waker",
7956 "bytes 1.11.1",
7957 "fnv",
7958 "futures-core",
7959 "futures-sink",
7960 "http 1.3.1",
7961 "indexmap",
7962 "slab",
7963 "tokio",
7964 "tokio-util",
7965 "tracing",
7966]
7967
7968[[package]]
7969name = "half"
7970version = "2.7.1"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7973dependencies = [
7974 "bytemuck",
7975 "cfg-if",
7976 "crunchy",
7977 "num-traits",
7978 "rand 0.9.2",
7979 "rand_distr",
7980 "zerocopy",
7981]
7982
7983[[package]]
7984name = "handlebars"
7985version = "4.5.0"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7988dependencies = [
7989 "log",
7990 "pest",
7991 "pest_derive",
7992 "rust-embed",
7993 "serde",
7994 "serde_json",
7995 "thiserror 1.0.69",
7996]
7997
7998[[package]]
7999name = "handlebars"
8000version = "5.1.2"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8003dependencies = [
8004 "log",
8005 "pest",
8006 "pest_derive",
8007 "serde",
8008 "serde_json",
8009 "thiserror 1.0.69",
8010]
8011
8012[[package]]
8013name = "harfrust"
8014version = "0.5.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8017dependencies = [
8018 "bitflags 2.10.0",
8019 "bytemuck",
8020 "core_maths",
8021 "read-fonts 0.37.0",
8022 "smallvec",
8023]
8024
8025[[package]]
8026name = "hashbrown"
8027version = "0.12.3"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8030dependencies = [
8031 "ahash 0.7.8",
8032]
8033
8034[[package]]
8035name = "hashbrown"
8036version = "0.14.5"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8039dependencies = [
8040 "ahash 0.8.12",
8041 "allocator-api2",
8042]
8043
8044[[package]]
8045name = "hashbrown"
8046version = "0.15.5"
8047source = "registry+https://github.com/rust-lang/crates.io-index"
8048checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8049dependencies = [
8050 "allocator-api2",
8051 "equivalent",
8052 "foldhash 0.1.5",
8053 "serde",
8054]
8055
8056[[package]]
8057name = "hashbrown"
8058version = "0.16.1"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8061dependencies = [
8062 "allocator-api2",
8063 "equivalent",
8064 "foldhash 0.2.0",
8065]
8066
8067[[package]]
8068name = "hashlink"
8069version = "0.8.4"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8072dependencies = [
8073 "hashbrown 0.14.5",
8074]
8075
8076[[package]]
8077name = "hashlink"
8078version = "0.10.0"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8081dependencies = [
8082 "hashbrown 0.15.5",
8083]
8084
8085[[package]]
8086name = "headers"
8087version = "0.3.9"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8090dependencies = [
8091 "base64 0.21.7",
8092 "bytes 1.11.1",
8093 "headers-core",
8094 "http 0.2.12",
8095 "httpdate",
8096 "mime",
8097 "sha1",
8098]
8099
8100[[package]]
8101name = "headers-core"
8102version = "0.2.0"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8105dependencies = [
8106 "http 0.2.12",
8107]
8108
8109[[package]]
8110name = "heck"
8111version = "0.3.3"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8114dependencies = [
8115 "unicode-segmentation",
8116]
8117
8118[[package]]
8119name = "heck"
8120version = "0.4.1"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8123dependencies = [
8124 "unicode-segmentation",
8125]
8126
8127[[package]]
8128name = "heck"
8129version = "0.5.0"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8132
8133[[package]]
8134name = "heed"
8135version = "0.21.0"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8138dependencies = [
8139 "bitflags 2.10.0",
8140 "byteorder",
8141 "heed-traits",
8142 "heed-types",
8143 "libc",
8144 "lmdb-master-sys",
8145 "once_cell",
8146 "page_size",
8147 "serde",
8148 "synchronoise",
8149 "url",
8150]
8151
8152[[package]]
8153name = "heed-traits"
8154version = "0.20.0"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8157
8158[[package]]
8159name = "heed-types"
8160version = "0.21.0"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8163dependencies = [
8164 "bincode",
8165 "byteorder",
8166 "heed-traits",
8167 "serde",
8168 "serde_json",
8169]
8170
8171[[package]]
8172name = "hermit-abi"
8173version = "0.5.2"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8176
8177[[package]]
8178name = "hex"
8179version = "0.4.3"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8182
8183[[package]]
8184name = "hexf-parse"
8185version = "0.2.1"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8188
8189[[package]]
8190name = "hkdf"
8191version = "0.12.4"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8194dependencies = [
8195 "hmac",
8196]
8197
8198[[package]]
8199name = "hmac"
8200version = "0.12.1"
8201source = "registry+https://github.com/rust-lang/crates.io-index"
8202checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8203dependencies = [
8204 "digest",
8205]
8206
8207[[package]]
8208name = "home"
8209version = "0.5.11"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8212dependencies = [
8213 "windows-sys 0.59.0",
8214]
8215
8216[[package]]
8217name = "hound"
8218version = "3.5.1"
8219source = "registry+https://github.com/rust-lang/crates.io-index"
8220checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8221
8222[[package]]
8223name = "html5ever"
8224version = "0.27.0"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8227dependencies = [
8228 "log",
8229 "mac",
8230 "markup5ever 0.12.1",
8231 "proc-macro2",
8232 "quote",
8233 "syn 2.0.117",
8234]
8235
8236[[package]]
8237name = "html5ever"
8238version = "0.35.0"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8241dependencies = [
8242 "log",
8243 "markup5ever 0.35.0",
8244 "match_token",
8245]
8246
8247[[package]]
8248name = "html_to_markdown"
8249version = "0.1.0"
8250dependencies = [
8251 "anyhow",
8252 "html5ever 0.27.0",
8253 "indoc",
8254 "markup5ever_rcdom",
8255 "pretty_assertions",
8256 "regex",
8257]
8258
8259[[package]]
8260name = "http"
8261version = "0.2.12"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8264dependencies = [
8265 "bytes 1.11.1",
8266 "fnv",
8267 "itoa",
8268]
8269
8270[[package]]
8271name = "http"
8272version = "1.3.1"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8275dependencies = [
8276 "bytes 1.11.1",
8277 "fnv",
8278 "itoa",
8279]
8280
8281[[package]]
8282name = "http-body"
8283version = "0.4.6"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8286dependencies = [
8287 "bytes 1.11.1",
8288 "http 0.2.12",
8289 "pin-project-lite",
8290]
8291
8292[[package]]
8293name = "http-body"
8294version = "1.0.1"
8295source = "registry+https://github.com/rust-lang/crates.io-index"
8296checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8297dependencies = [
8298 "bytes 1.11.1",
8299 "http 1.3.1",
8300]
8301
8302[[package]]
8303name = "http-body-util"
8304version = "0.1.3"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8307dependencies = [
8308 "bytes 1.11.1",
8309 "futures-core",
8310 "http 1.3.1",
8311 "http-body 1.0.1",
8312 "pin-project-lite",
8313]
8314
8315[[package]]
8316name = "http-range-header"
8317version = "0.3.1"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8320
8321[[package]]
8322name = "http_client"
8323version = "0.1.0"
8324dependencies = [
8325 "anyhow",
8326 "async-compression",
8327 "async-fs",
8328 "async-tar",
8329 "bytes 1.11.1",
8330 "derive_more",
8331 "futures 0.3.31",
8332 "http 1.3.1",
8333 "http-body 1.0.1",
8334 "log",
8335 "parking_lot",
8336 "serde",
8337 "serde_json",
8338 "serde_urlencoded",
8339 "sha2",
8340 "tempfile",
8341 "url",
8342 "util",
8343]
8344
8345[[package]]
8346name = "http_client_tls"
8347version = "0.1.0"
8348dependencies = [
8349 "rustls 0.23.33",
8350 "rustls-platform-verifier",
8351]
8352
8353[[package]]
8354name = "httparse"
8355version = "1.10.1"
8356source = "registry+https://github.com/rust-lang/crates.io-index"
8357checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8358
8359[[package]]
8360name = "httpdate"
8361version = "1.0.3"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8364
8365[[package]]
8366name = "human_bytes"
8367version = "0.4.3"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8370
8371[[package]]
8372name = "humantime"
8373version = "2.3.0"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8376
8377[[package]]
8378name = "hyper"
8379version = "0.14.32"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8382dependencies = [
8383 "bytes 1.11.1",
8384 "futures-channel",
8385 "futures-core",
8386 "futures-util",
8387 "h2 0.3.27",
8388 "http 0.2.12",
8389 "http-body 0.4.6",
8390 "httparse",
8391 "httpdate",
8392 "itoa",
8393 "pin-project-lite",
8394 "socket2 0.5.10",
8395 "tokio",
8396 "tower-service",
8397 "tracing",
8398 "want",
8399]
8400
8401[[package]]
8402name = "hyper"
8403version = "1.7.0"
8404source = "registry+https://github.com/rust-lang/crates.io-index"
8405checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8406dependencies = [
8407 "atomic-waker",
8408 "bytes 1.11.1",
8409 "futures-channel",
8410 "futures-core",
8411 "h2 0.4.12",
8412 "http 1.3.1",
8413 "http-body 1.0.1",
8414 "httparse",
8415 "itoa",
8416 "pin-project-lite",
8417 "pin-utils",
8418 "smallvec",
8419 "tokio",
8420 "want",
8421]
8422
8423[[package]]
8424name = "hyper-rustls"
8425version = "0.24.2"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8428dependencies = [
8429 "futures-util",
8430 "http 0.2.12",
8431 "hyper 0.14.32",
8432 "log",
8433 "rustls 0.21.12",
8434 "rustls-native-certs 0.6.3",
8435 "tokio",
8436 "tokio-rustls 0.24.1",
8437]
8438
8439[[package]]
8440name = "hyper-rustls"
8441version = "0.27.7"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8444dependencies = [
8445 "http 1.3.1",
8446 "hyper 1.7.0",
8447 "hyper-util",
8448 "rustls 0.23.33",
8449 "rustls-native-certs 0.8.2",
8450 "rustls-pki-types",
8451 "tokio",
8452 "tokio-rustls 0.26.2",
8453 "tower-service",
8454]
8455
8456[[package]]
8457name = "hyper-tls"
8458version = "0.5.0"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8461dependencies = [
8462 "bytes 1.11.1",
8463 "hyper 0.14.32",
8464 "native-tls",
8465 "tokio",
8466 "tokio-native-tls",
8467]
8468
8469[[package]]
8470name = "hyper-util"
8471version = "0.1.17"
8472source = "registry+https://github.com/rust-lang/crates.io-index"
8473checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8474dependencies = [
8475 "base64 0.22.1",
8476 "bytes 1.11.1",
8477 "futures-channel",
8478 "futures-core",
8479 "futures-util",
8480 "http 1.3.1",
8481 "http-body 1.0.1",
8482 "hyper 1.7.0",
8483 "ipnet",
8484 "libc",
8485 "percent-encoding",
8486 "pin-project-lite",
8487 "socket2 0.6.1",
8488 "tokio",
8489 "tower-service",
8490 "tracing",
8491]
8492
8493[[package]]
8494name = "iana-time-zone"
8495version = "0.1.64"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8498dependencies = [
8499 "android_system_properties",
8500 "core-foundation-sys",
8501 "iana-time-zone-haiku",
8502 "js-sys",
8503 "log",
8504 "wasm-bindgen",
8505 "windows-core 0.62.2",
8506]
8507
8508[[package]]
8509name = "iana-time-zone-haiku"
8510version = "0.1.2"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8513dependencies = [
8514 "cc",
8515]
8516
8517[[package]]
8518name = "icons"
8519version = "0.1.0"
8520dependencies = [
8521 "serde",
8522 "strum 0.27.2",
8523]
8524
8525[[package]]
8526name = "icu_collections"
8527version = "2.0.0"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8530dependencies = [
8531 "displaydoc",
8532 "potential_utf",
8533 "yoke 0.8.0",
8534 "zerofrom",
8535 "zerovec",
8536]
8537
8538[[package]]
8539name = "icu_locale_core"
8540version = "2.0.0"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8543dependencies = [
8544 "displaydoc",
8545 "litemap",
8546 "tinystr",
8547 "writeable",
8548 "zerovec",
8549]
8550
8551[[package]]
8552name = "icu_normalizer"
8553version = "2.0.0"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8556dependencies = [
8557 "displaydoc",
8558 "icu_collections",
8559 "icu_normalizer_data",
8560 "icu_properties",
8561 "icu_provider",
8562 "smallvec",
8563 "zerovec",
8564]
8565
8566[[package]]
8567name = "icu_normalizer_data"
8568version = "2.0.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8571
8572[[package]]
8573name = "icu_properties"
8574version = "2.0.1"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8577dependencies = [
8578 "displaydoc",
8579 "icu_collections",
8580 "icu_locale_core",
8581 "icu_properties_data",
8582 "icu_provider",
8583 "potential_utf",
8584 "zerotrie",
8585 "zerovec",
8586]
8587
8588[[package]]
8589name = "icu_properties_data"
8590version = "2.0.1"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8593
8594[[package]]
8595name = "icu_provider"
8596version = "2.0.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8599dependencies = [
8600 "displaydoc",
8601 "icu_locale_core",
8602 "stable_deref_trait",
8603 "tinystr",
8604 "writeable",
8605 "yoke 0.8.0",
8606 "zerofrom",
8607 "zerotrie",
8608 "zerovec",
8609]
8610
8611[[package]]
8612name = "id-arena"
8613version = "2.2.1"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8616
8617[[package]]
8618name = "ident_case"
8619version = "1.0.1"
8620source = "registry+https://github.com/rust-lang/crates.io-index"
8621checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8622
8623[[package]]
8624name = "idna"
8625version = "1.1.0"
8626source = "registry+https://github.com/rust-lang/crates.io-index"
8627checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8628dependencies = [
8629 "idna_adapter",
8630 "smallvec",
8631 "utf8_iter",
8632]
8633
8634[[package]]
8635name = "idna_adapter"
8636version = "1.2.1"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8639dependencies = [
8640 "icu_normalizer",
8641 "icu_properties",
8642]
8643
8644[[package]]
8645name = "ignore"
8646version = "0.4.24"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8649dependencies = [
8650 "crossbeam-deque",
8651 "globset",
8652 "log",
8653 "memchr",
8654 "regex-automata",
8655 "same-file",
8656 "walkdir",
8657 "winapi-util",
8658]
8659
8660[[package]]
8661name = "image"
8662version = "0.25.8"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8665dependencies = [
8666 "bytemuck",
8667 "byteorder-lite",
8668 "color_quant",
8669 "exr",
8670 "gif",
8671 "image-webp",
8672 "moxcms",
8673 "num-traits",
8674 "png 0.18.0",
8675 "qoi",
8676 "ravif",
8677 "rayon",
8678 "rgb",
8679 "tiff",
8680 "zune-core",
8681 "zune-jpeg",
8682]
8683
8684[[package]]
8685name = "image-webp"
8686version = "0.2.4"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8689dependencies = [
8690 "byteorder-lite",
8691 "quick-error 2.0.1",
8692]
8693
8694[[package]]
8695name = "image_viewer"
8696version = "0.1.0"
8697dependencies = [
8698 "anyhow",
8699 "db",
8700 "editor",
8701 "file_icons",
8702 "gpui",
8703 "language",
8704 "log",
8705 "project",
8706 "serde",
8707 "settings",
8708 "theme",
8709 "ui",
8710 "util",
8711 "workspace",
8712]
8713
8714[[package]]
8715name = "imagesize"
8716version = "0.13.0"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8719
8720[[package]]
8721name = "imara-diff"
8722version = "0.1.8"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8725dependencies = [
8726 "hashbrown 0.15.5",
8727]
8728
8729[[package]]
8730name = "imgref"
8731version = "1.12.0"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8734
8735[[package]]
8736name = "indenter"
8737version = "0.3.4"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8740
8741[[package]]
8742name = "indexmap"
8743version = "2.11.4"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8746dependencies = [
8747 "equivalent",
8748 "hashbrown 0.16.1",
8749 "serde",
8750 "serde_core",
8751]
8752
8753[[package]]
8754name = "indoc"
8755version = "2.0.6"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8758
8759[[package]]
8760name = "inherent"
8761version = "1.0.13"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8764dependencies = [
8765 "proc-macro2",
8766 "quote",
8767 "syn 2.0.117",
8768]
8769
8770[[package]]
8771name = "inotify"
8772version = "0.9.6"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8775dependencies = [
8776 "bitflags 1.3.2",
8777 "inotify-sys",
8778 "libc",
8779]
8780
8781[[package]]
8782name = "inotify"
8783version = "0.11.0"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8786dependencies = [
8787 "bitflags 2.10.0",
8788 "inotify-sys",
8789 "libc",
8790]
8791
8792[[package]]
8793name = "inotify-sys"
8794version = "0.1.5"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8797dependencies = [
8798 "libc",
8799]
8800
8801[[package]]
8802name = "inout"
8803version = "0.1.4"
8804source = "registry+https://github.com/rust-lang/crates.io-index"
8805checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8806dependencies = [
8807 "block-padding",
8808 "generic-array",
8809]
8810
8811[[package]]
8812name = "inspector_ui"
8813version = "0.1.0"
8814dependencies = [
8815 "anyhow",
8816 "command_palette_hooks",
8817 "editor",
8818 "fuzzy",
8819 "gpui",
8820 "language",
8821 "project",
8822 "serde_json",
8823 "serde_json_lenient",
8824 "theme",
8825 "ui",
8826 "util",
8827 "util_macros",
8828 "workspace",
8829 "zed_actions",
8830]
8831
8832[[package]]
8833name = "install_cli"
8834version = "0.1.0"
8835dependencies = [
8836 "anyhow",
8837 "client",
8838 "gpui",
8839 "release_channel",
8840 "smol",
8841 "util",
8842 "workspace",
8843]
8844
8845[[package]]
8846name = "instant"
8847version = "0.1.13"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8850dependencies = [
8851 "cfg-if",
8852]
8853
8854[[package]]
8855name = "interpolate_name"
8856version = "0.2.4"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8859dependencies = [
8860 "proc-macro2",
8861 "quote",
8862 "syn 2.0.117",
8863]
8864
8865[[package]]
8866name = "inventory"
8867version = "0.3.21"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8870dependencies = [
8871 "rustversion",
8872]
8873
8874[[package]]
8875name = "io-extras"
8876version = "0.18.4"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8879dependencies = [
8880 "io-lifetimes",
8881 "windows-sys 0.59.0",
8882]
8883
8884[[package]]
8885name = "io-lifetimes"
8886version = "2.0.4"
8887source = "registry+https://github.com/rust-lang/crates.io-index"
8888checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8889
8890[[package]]
8891name = "io-surface"
8892version = "0.16.1"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8895dependencies = [
8896 "cgl",
8897 "core-foundation 0.10.0",
8898 "core-foundation-sys",
8899 "leaky-cow",
8900]
8901
8902[[package]]
8903name = "iovec"
8904version = "0.1.4"
8905source = "registry+https://github.com/rust-lang/crates.io-index"
8906checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8907dependencies = [
8908 "libc",
8909]
8910
8911[[package]]
8912name = "ipc-channel"
8913version = "0.19.0"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8916dependencies = [
8917 "bincode",
8918 "crossbeam-channel",
8919 "fnv",
8920 "lazy_static",
8921 "libc",
8922 "mio 1.1.0",
8923 "rand 0.8.5",
8924 "serde",
8925 "tempfile",
8926 "uuid",
8927 "windows 0.58.0",
8928]
8929
8930[[package]]
8931name = "ipnet"
8932version = "2.11.0"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8935
8936[[package]]
8937name = "iri-string"
8938version = "0.7.8"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8941dependencies = [
8942 "memchr",
8943 "serde",
8944]
8945
8946[[package]]
8947name = "is-docker"
8948version = "0.2.0"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8951dependencies = [
8952 "once_cell",
8953]
8954
8955[[package]]
8956name = "is-terminal"
8957version = "0.4.16"
8958source = "registry+https://github.com/rust-lang/crates.io-index"
8959checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8960dependencies = [
8961 "hermit-abi",
8962 "libc",
8963 "windows-sys 0.59.0",
8964]
8965
8966[[package]]
8967name = "is-wsl"
8968version = "0.4.0"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8971dependencies = [
8972 "is-docker",
8973 "once_cell",
8974]
8975
8976[[package]]
8977name = "is_executable"
8978version = "1.0.5"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
8981dependencies = [
8982 "windows-sys 0.60.2",
8983]
8984
8985[[package]]
8986name = "is_terminal_polyfill"
8987version = "1.70.1"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8990
8991[[package]]
8992name = "itertools"
8993version = "0.10.5"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8996dependencies = [
8997 "either",
8998]
8999
9000[[package]]
9001name = "itertools"
9002version = "0.11.0"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9005dependencies = [
9006 "either",
9007]
9008
9009[[package]]
9010name = "itertools"
9011version = "0.12.1"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9014dependencies = [
9015 "either",
9016]
9017
9018[[package]]
9019name = "itertools"
9020version = "0.14.0"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9023dependencies = [
9024 "either",
9025]
9026
9027[[package]]
9028name = "itoa"
9029version = "1.0.15"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9032
9033[[package]]
9034name = "jiff"
9035version = "0.2.15"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9038dependencies = [
9039 "jiff-static",
9040 "log",
9041 "portable-atomic",
9042 "portable-atomic-util",
9043 "serde",
9044]
9045
9046[[package]]
9047name = "jiff-static"
9048version = "0.2.15"
9049source = "registry+https://github.com/rust-lang/crates.io-index"
9050checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9051dependencies = [
9052 "proc-macro2",
9053 "quote",
9054 "syn 2.0.117",
9055]
9056
9057[[package]]
9058name = "jni"
9059version = "0.21.1"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9062dependencies = [
9063 "cesu8",
9064 "cfg-if",
9065 "combine",
9066 "jni-sys",
9067 "log",
9068 "thiserror 1.0.69",
9069 "walkdir",
9070 "windows-sys 0.45.0",
9071]
9072
9073[[package]]
9074name = "jni-sys"
9075version = "0.3.0"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9078
9079[[package]]
9080name = "jobserver"
9081version = "0.1.34"
9082source = "registry+https://github.com/rust-lang/crates.io-index"
9083checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9084dependencies = [
9085 "getrandom 0.3.4",
9086 "libc",
9087]
9088
9089[[package]]
9090name = "journal"
9091version = "0.1.0"
9092dependencies = [
9093 "anyhow",
9094 "chrono",
9095 "editor",
9096 "gpui",
9097 "log",
9098 "serde",
9099 "settings",
9100 "shellexpand 2.1.2",
9101 "workspace",
9102]
9103
9104[[package]]
9105name = "js-sys"
9106version = "0.3.90"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9109dependencies = [
9110 "once_cell",
9111 "wasm-bindgen",
9112]
9113
9114[[package]]
9115name = "json5"
9116version = "0.4.1"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9119dependencies = [
9120 "pest",
9121 "pest_derive",
9122 "serde",
9123]
9124
9125[[package]]
9126name = "json_dotpath"
9127version = "1.1.0"
9128source = "registry+https://github.com/rust-lang/crates.io-index"
9129checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9130dependencies = [
9131 "serde",
9132 "serde_derive",
9133 "serde_json",
9134 "thiserror 1.0.69",
9135]
9136
9137[[package]]
9138name = "json_schema_store"
9139version = "0.1.0"
9140dependencies = [
9141 "anyhow",
9142 "collections",
9143 "dap",
9144 "extension",
9145 "gpui",
9146 "language",
9147 "parking_lot",
9148 "paths",
9149 "project",
9150 "schemars",
9151 "serde",
9152 "serde_json",
9153 "settings",
9154 "snippet_provider",
9155 "task",
9156 "theme",
9157 "util",
9158]
9159
9160[[package]]
9161name = "jsonschema"
9162version = "0.37.4"
9163source = "registry+https://github.com/rust-lang/crates.io-index"
9164checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9165dependencies = [
9166 "ahash 0.8.12",
9167 "bytecount",
9168 "data-encoding",
9169 "email_address",
9170 "fancy-regex 0.16.2",
9171 "fraction",
9172 "getrandom 0.3.4",
9173 "idna",
9174 "itoa",
9175 "num-cmp",
9176 "num-traits",
9177 "percent-encoding",
9178 "referencing",
9179 "regex",
9180 "regex-syntax",
9181 "reqwest 0.12.24",
9182 "serde",
9183 "serde_json",
9184 "unicode-general-category",
9185 "uuid-simd",
9186]
9187
9188[[package]]
9189name = "jsonwebtoken"
9190version = "10.3.0"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9193dependencies = [
9194 "aws-lc-rs",
9195 "base64 0.22.1",
9196 "getrandom 0.2.16",
9197 "js-sys",
9198 "pem",
9199 "serde",
9200 "serde_json",
9201 "signature 2.2.0",
9202 "simple_asn1",
9203]
9204
9205[[package]]
9206name = "jupyter-protocol"
9207version = "1.4.0"
9208source = "registry+https://github.com/rust-lang/crates.io-index"
9209checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9210dependencies = [
9211 "async-trait",
9212 "bytes 1.11.1",
9213 "chrono",
9214 "futures 0.3.31",
9215 "serde",
9216 "serde_json",
9217 "thiserror 2.0.17",
9218 "uuid",
9219]
9220
9221[[package]]
9222name = "jupyter-websocket-client"
9223version = "1.0.0"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9226dependencies = [
9227 "anyhow",
9228 "async-trait",
9229 "async-tungstenite",
9230 "futures 0.3.31",
9231 "jupyter-protocol",
9232 "serde",
9233 "serde_json",
9234 "tokio",
9235 "url",
9236 "uuid",
9237]
9238
9239[[package]]
9240name = "keymap_editor"
9241version = "0.1.0"
9242dependencies = [
9243 "anyhow",
9244 "collections",
9245 "command_palette",
9246 "component",
9247 "db",
9248 "editor",
9249 "fs",
9250 "fuzzy",
9251 "gpui",
9252 "itertools 0.14.0",
9253 "json_schema_store",
9254 "language",
9255 "log",
9256 "menu",
9257 "notifications",
9258 "paths",
9259 "project",
9260 "search",
9261 "serde",
9262 "serde_json",
9263 "settings",
9264 "telemetry",
9265 "tempfile",
9266 "theme",
9267 "tree-sitter-json",
9268 "tree-sitter-rust",
9269 "ui",
9270 "ui_input",
9271 "util",
9272 "workspace",
9273 "zed_actions",
9274]
9275
9276[[package]]
9277name = "khronos-egl"
9278version = "6.0.0"
9279source = "registry+https://github.com/rust-lang/crates.io-index"
9280checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9281dependencies = [
9282 "libc",
9283 "libloading",
9284 "pkg-config",
9285]
9286
9287[[package]]
9288name = "khronos_api"
9289version = "3.1.0"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9292
9293[[package]]
9294name = "kqueue"
9295version = "1.1.1"
9296source = "registry+https://github.com/rust-lang/crates.io-index"
9297checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9298dependencies = [
9299 "kqueue-sys",
9300 "libc",
9301]
9302
9303[[package]]
9304name = "kqueue-sys"
9305version = "1.0.4"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9308dependencies = [
9309 "bitflags 1.3.2",
9310 "libc",
9311]
9312
9313[[package]]
9314name = "kurbo"
9315version = "0.11.3"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9318dependencies = [
9319 "arrayvec",
9320 "euclid",
9321 "smallvec",
9322]
9323
9324[[package]]
9325name = "kv-log-macro"
9326version = "1.0.7"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9329dependencies = [
9330 "log",
9331]
9332
9333[[package]]
9334name = "language"
9335version = "0.1.0"
9336dependencies = [
9337 "anyhow",
9338 "async-trait",
9339 "clock",
9340 "collections",
9341 "ctor",
9342 "diffy",
9343 "ec4rs",
9344 "encoding_rs",
9345 "fs",
9346 "futures 0.3.31",
9347 "fuzzy",
9348 "globset",
9349 "gpui",
9350 "http_client",
9351 "imara-diff",
9352 "indoc",
9353 "itertools 0.14.0",
9354 "log",
9355 "lsp",
9356 "parking_lot",
9357 "postage",
9358 "pretty_assertions",
9359 "rand 0.9.2",
9360 "regex",
9361 "rpc",
9362 "schemars",
9363 "semver",
9364 "serde",
9365 "serde_json",
9366 "settings",
9367 "shellexpand 2.1.2",
9368 "smallvec",
9369 "smol",
9370 "streaming-iterator",
9371 "strsim",
9372 "sum_tree",
9373 "task",
9374 "text",
9375 "theme",
9376 "toml 0.8.23",
9377 "tracing",
9378 "tree-sitter",
9379 "tree-sitter-elixir",
9380 "tree-sitter-embedded-template",
9381 "tree-sitter-heex",
9382 "tree-sitter-html",
9383 "tree-sitter-json",
9384 "tree-sitter-md",
9385 "tree-sitter-python",
9386 "tree-sitter-ruby",
9387 "tree-sitter-rust",
9388 "tree-sitter-typescript",
9389 "unicase",
9390 "unindent",
9391 "util",
9392 "watch",
9393 "zlog",
9394 "ztracing",
9395]
9396
9397[[package]]
9398name = "language_extension"
9399version = "0.1.0"
9400dependencies = [
9401 "anyhow",
9402 "async-trait",
9403 "collections",
9404 "extension",
9405 "fs",
9406 "futures 0.3.31",
9407 "gpui",
9408 "language",
9409 "log",
9410 "lsp",
9411 "project",
9412 "serde",
9413 "serde_json",
9414 "tracing",
9415 "util",
9416 "ztracing",
9417]
9418
9419[[package]]
9420name = "language_model"
9421version = "0.1.0"
9422dependencies = [
9423 "anthropic",
9424 "anyhow",
9425 "base64 0.22.1",
9426 "client",
9427 "cloud_api_client",
9428 "cloud_api_types",
9429 "cloud_llm_client",
9430 "collections",
9431 "credentials_provider",
9432 "futures 0.3.31",
9433 "gpui",
9434 "http_client",
9435 "icons",
9436 "image",
9437 "log",
9438 "open_ai",
9439 "open_router",
9440 "parking_lot",
9441 "proto",
9442 "schemars",
9443 "serde",
9444 "serde_json",
9445 "settings",
9446 "smol",
9447 "thiserror 2.0.17",
9448 "util",
9449 "zed_env_vars",
9450]
9451
9452[[package]]
9453name = "language_models"
9454version = "0.1.0"
9455dependencies = [
9456 "ai_onboarding",
9457 "anthropic",
9458 "anyhow",
9459 "aws-config",
9460 "aws-credential-types",
9461 "aws_http_client",
9462 "base64 0.22.1",
9463 "bedrock",
9464 "client",
9465 "cloud_api_types",
9466 "cloud_llm_client",
9467 "collections",
9468 "component",
9469 "convert_case 0.8.0",
9470 "copilot",
9471 "copilot_chat",
9472 "copilot_ui",
9473 "credentials_provider",
9474 "deepseek",
9475 "extension",
9476 "extension_host",
9477 "fs",
9478 "futures 0.3.31",
9479 "google_ai",
9480 "gpui",
9481 "gpui_tokio",
9482 "http_client",
9483 "language",
9484 "language_model",
9485 "lmstudio",
9486 "log",
9487 "menu",
9488 "mistral",
9489 "ollama",
9490 "open_ai",
9491 "open_router",
9492 "partial-json-fixer",
9493 "pretty_assertions",
9494 "release_channel",
9495 "schemars",
9496 "semver",
9497 "serde",
9498 "serde_json",
9499 "settings",
9500 "smol",
9501 "strum 0.27.2",
9502 "thiserror 2.0.17",
9503 "tiktoken-rs",
9504 "tokio",
9505 "ui",
9506 "ui_input",
9507 "util",
9508 "vercel",
9509 "x_ai",
9510]
9511
9512[[package]]
9513name = "language_onboarding"
9514version = "0.1.0"
9515dependencies = [
9516 "db",
9517 "editor",
9518 "gpui",
9519 "project",
9520 "ui",
9521 "workspace",
9522]
9523
9524[[package]]
9525name = "language_selector"
9526version = "0.1.0"
9527dependencies = [
9528 "anyhow",
9529 "editor",
9530 "file_icons",
9531 "fuzzy",
9532 "gpui",
9533 "language",
9534 "open_path_prompt",
9535 "picker",
9536 "project",
9537 "serde_json",
9538 "settings",
9539 "ui",
9540 "util",
9541 "workspace",
9542]
9543
9544[[package]]
9545name = "language_tools"
9546version = "0.1.0"
9547dependencies = [
9548 "anyhow",
9549 "client",
9550 "collections",
9551 "command_palette_hooks",
9552 "edit_prediction",
9553 "editor",
9554 "futures 0.3.31",
9555 "gpui",
9556 "itertools 0.14.0",
9557 "language",
9558 "lsp",
9559 "menu",
9560 "project",
9561 "proto",
9562 "release_channel",
9563 "semver",
9564 "serde_json",
9565 "settings",
9566 "sysinfo 0.37.2",
9567 "telemetry",
9568 "theme",
9569 "tree-sitter",
9570 "ui",
9571 "util",
9572 "workspace",
9573 "zed_actions",
9574 "zlog",
9575]
9576
9577[[package]]
9578name = "languages"
9579version = "0.1.0"
9580dependencies = [
9581 "anyhow",
9582 "async-compression",
9583 "async-fs",
9584 "async-tar",
9585 "async-trait",
9586 "chrono",
9587 "collections",
9588 "futures 0.3.31",
9589 "globset",
9590 "gpui",
9591 "http_client",
9592 "itertools 0.14.0",
9593 "json_schema_store",
9594 "language",
9595 "log",
9596 "lsp",
9597 "node_runtime",
9598 "parking_lot",
9599 "pet",
9600 "pet-conda",
9601 "pet-core",
9602 "pet-fs",
9603 "pet-poetry",
9604 "pet-reporter",
9605 "pet-virtualenv",
9606 "pretty_assertions",
9607 "project",
9608 "regex",
9609 "rope",
9610 "rust-embed",
9611 "semver",
9612 "serde",
9613 "serde_json",
9614 "serde_json_lenient",
9615 "settings",
9616 "smallvec",
9617 "smol",
9618 "snippet",
9619 "task",
9620 "terminal",
9621 "theme",
9622 "toml 0.8.23",
9623 "tree-sitter",
9624 "tree-sitter-bash",
9625 "tree-sitter-c",
9626 "tree-sitter-cpp",
9627 "tree-sitter-css",
9628 "tree-sitter-diff",
9629 "tree-sitter-gitcommit",
9630 "tree-sitter-go",
9631 "tree-sitter-gomod",
9632 "tree-sitter-gowork",
9633 "tree-sitter-jsdoc",
9634 "tree-sitter-json",
9635 "tree-sitter-md",
9636 "tree-sitter-python",
9637 "tree-sitter-regex",
9638 "tree-sitter-rust",
9639 "tree-sitter-typescript",
9640 "tree-sitter-yaml",
9641 "unindent",
9642 "url",
9643 "util",
9644]
9645
9646[[package]]
9647name = "lazy_static"
9648version = "1.5.0"
9649source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9651dependencies = [
9652 "spin 0.9.8",
9653]
9654
9655[[package]]
9656name = "leak"
9657version = "0.1.2"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9660
9661[[package]]
9662name = "leaky-cow"
9663version = "0.1.1"
9664source = "registry+https://github.com/rust-lang/crates.io-index"
9665checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9666dependencies = [
9667 "leak",
9668]
9669
9670[[package]]
9671name = "leb128"
9672version = "0.2.5"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9675
9676[[package]]
9677name = "leb128fmt"
9678version = "0.1.0"
9679source = "registry+https://github.com/rust-lang/crates.io-index"
9680checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9681
9682[[package]]
9683name = "lebe"
9684version = "0.5.3"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9687
9688[[package]]
9689name = "libc"
9690version = "0.2.182"
9691source = "registry+https://github.com/rust-lang/crates.io-index"
9692checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9693
9694[[package]]
9695name = "libdbus-sys"
9696version = "0.2.6"
9697source = "registry+https://github.com/rust-lang/crates.io-index"
9698checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9699dependencies = [
9700 "cc",
9701 "pkg-config",
9702]
9703
9704[[package]]
9705name = "libfuzzer-sys"
9706version = "0.4.10"
9707source = "registry+https://github.com/rust-lang/crates.io-index"
9708checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9709dependencies = [
9710 "arbitrary",
9711 "cc",
9712]
9713
9714[[package]]
9715name = "libgit2-sys"
9716version = "0.18.3+1.9.2"
9717source = "registry+https://github.com/rust-lang/crates.io-index"
9718checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9719dependencies = [
9720 "cc",
9721 "libc",
9722 "libz-sys",
9723 "pkg-config",
9724]
9725
9726[[package]]
9727name = "libloading"
9728version = "0.8.9"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9731dependencies = [
9732 "cfg-if",
9733 "windows-link 0.2.1",
9734]
9735
9736[[package]]
9737name = "libm"
9738version = "0.2.15"
9739source = "registry+https://github.com/rust-lang/crates.io-index"
9740checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9741
9742[[package]]
9743name = "libmimalloc-sys"
9744version = "0.1.44"
9745source = "registry+https://github.com/rust-lang/crates.io-index"
9746checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9747dependencies = [
9748 "cc",
9749 "libc",
9750]
9751
9752[[package]]
9753name = "libredox"
9754version = "0.1.10"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9757dependencies = [
9758 "bitflags 2.10.0",
9759 "libc",
9760 "redox_syscall 0.5.18",
9761]
9762
9763[[package]]
9764name = "libsqlite3-sys"
9765version = "0.30.1"
9766source = "registry+https://github.com/rust-lang/crates.io-index"
9767checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9768dependencies = [
9769 "cc",
9770 "pkg-config",
9771 "vcpkg",
9772]
9773
9774[[package]]
9775name = "libwebrtc"
9776version = "0.3.26"
9777source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9778dependencies = [
9779 "cxx",
9780 "glib",
9781 "jni",
9782 "js-sys",
9783 "lazy_static",
9784 "livekit-protocol",
9785 "livekit-runtime",
9786 "log",
9787 "parking_lot",
9788 "serde",
9789 "serde_json",
9790 "thiserror 1.0.69",
9791 "tokio",
9792 "wasm-bindgen",
9793 "wasm-bindgen-futures",
9794 "web-sys",
9795 "webrtc-sys",
9796]
9797
9798[[package]]
9799name = "libz-sys"
9800version = "1.1.22"
9801source = "registry+https://github.com/rust-lang/crates.io-index"
9802checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9803dependencies = [
9804 "cc",
9805 "libc",
9806 "pkg-config",
9807 "vcpkg",
9808]
9809
9810[[package]]
9811name = "line_ending_selector"
9812version = "0.1.0"
9813dependencies = [
9814 "editor",
9815 "gpui",
9816 "language",
9817 "picker",
9818 "project",
9819 "ui",
9820 "util",
9821 "workspace",
9822]
9823
9824[[package]]
9825name = "linebender_resource_handle"
9826version = "0.1.1"
9827source = "registry+https://github.com/rust-lang/crates.io-index"
9828checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9829
9830[[package]]
9831name = "link-cplusplus"
9832version = "1.0.12"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9835dependencies = [
9836 "cc",
9837]
9838
9839[[package]]
9840name = "linkify"
9841version = "0.10.0"
9842source = "registry+https://github.com/rust-lang/crates.io-index"
9843checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9844dependencies = [
9845 "memchr",
9846]
9847
9848[[package]]
9849name = "linux-raw-sys"
9850version = "0.4.15"
9851source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9853
9854[[package]]
9855name = "linux-raw-sys"
9856version = "0.11.0"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9859
9860[[package]]
9861name = "litemap"
9862version = "0.8.0"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9865
9866[[package]]
9867name = "litrs"
9868version = "1.0.0"
9869source = "registry+https://github.com/rust-lang/crates.io-index"
9870checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9871
9872[[package]]
9873name = "livekit"
9874version = "0.7.32"
9875source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9876dependencies = [
9877 "base64 0.22.1",
9878 "bmrng",
9879 "bytes 1.11.1",
9880 "chrono",
9881 "futures-util",
9882 "lazy_static",
9883 "libloading",
9884 "libwebrtc",
9885 "livekit-api",
9886 "livekit-protocol",
9887 "livekit-runtime",
9888 "log",
9889 "parking_lot",
9890 "prost 0.12.6",
9891 "semver",
9892 "serde",
9893 "serde_json",
9894 "thiserror 1.0.69",
9895 "tokio",
9896]
9897
9898[[package]]
9899name = "livekit-api"
9900version = "0.4.14"
9901source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9902dependencies = [
9903 "base64 0.21.7",
9904 "futures-util",
9905 "http 1.3.1",
9906 "livekit-protocol",
9907 "livekit-runtime",
9908 "log",
9909 "parking_lot",
9910 "pbjson-types",
9911 "prost 0.12.6",
9912 "rand 0.9.2",
9913 "reqwest 0.12.24",
9914 "rustls-native-certs 0.6.3",
9915 "scopeguard",
9916 "serde",
9917 "sha2",
9918 "thiserror 1.0.69",
9919 "tokio",
9920 "tokio-rustls 0.26.2",
9921 "tokio-tungstenite 0.28.0",
9922 "url",
9923]
9924
9925[[package]]
9926name = "livekit-protocol"
9927version = "0.7.1"
9928source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9929dependencies = [
9930 "futures-util",
9931 "livekit-runtime",
9932 "parking_lot",
9933 "pbjson",
9934 "pbjson-types",
9935 "prost 0.12.6",
9936 "serde",
9937 "thiserror 1.0.69",
9938 "tokio",
9939]
9940
9941[[package]]
9942name = "livekit-runtime"
9943version = "0.4.0"
9944source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9945dependencies = [
9946 "tokio",
9947 "tokio-stream",
9948]
9949
9950[[package]]
9951name = "livekit_api"
9952version = "0.1.0"
9953dependencies = [
9954 "anyhow",
9955 "async-trait",
9956 "jsonwebtoken",
9957 "log",
9958 "prost 0.9.0",
9959 "prost-build 0.9.0",
9960 "prost-types 0.9.0",
9961 "serde",
9962 "zed-reqwest",
9963]
9964
9965[[package]]
9966name = "livekit_client"
9967version = "0.1.0"
9968dependencies = [
9969 "anyhow",
9970 "async-trait",
9971 "audio",
9972 "cocoa 0.26.0",
9973 "collections",
9974 "core-foundation 0.10.0",
9975 "core-video",
9976 "coreaudio-rs 0.12.1",
9977 "cpal",
9978 "futures 0.3.31",
9979 "gpui",
9980 "gpui_platform",
9981 "gpui_tokio",
9982 "http_client_tls",
9983 "image",
9984 "libwebrtc",
9985 "livekit",
9986 "livekit_api",
9987 "log",
9988 "nanoid",
9989 "objc",
9990 "parking_lot",
9991 "postage",
9992 "rodio",
9993 "serde",
9994 "serde_json",
9995 "serde_urlencoded",
9996 "settings",
9997 "simplelog",
9998 "smallvec",
9999 "ui",
10000 "util",
10001 "zed-scap",
10002]
10003
10004[[package]]
10005name = "lmdb-master-sys"
10006version = "0.2.5"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10009dependencies = [
10010 "cc",
10011 "doxygen-rs",
10012 "libc",
10013]
10014
10015[[package]]
10016name = "lmstudio"
10017version = "0.1.0"
10018dependencies = [
10019 "anyhow",
10020 "futures 0.3.31",
10021 "http_client",
10022 "schemars",
10023 "serde",
10024 "serde_json",
10025]
10026
10027[[package]]
10028name = "lock_api"
10029version = "0.4.14"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10032dependencies = [
10033 "scopeguard",
10034]
10035
10036[[package]]
10037name = "log"
10038version = "0.4.29"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10041dependencies = [
10042 "serde_core",
10043 "value-bag",
10044]
10045
10046[[package]]
10047name = "loom"
10048version = "0.7.2"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10051dependencies = [
10052 "cfg-if",
10053 "generator",
10054 "scoped-tls",
10055 "tracing",
10056 "tracing-subscriber",
10057]
10058
10059[[package]]
10060name = "loop9"
10061version = "0.1.5"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10064dependencies = [
10065 "imgref",
10066]
10067
10068[[package]]
10069name = "lru"
10070version = "0.12.5"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10073dependencies = [
10074 "hashbrown 0.15.5",
10075]
10076
10077[[package]]
10078name = "lru-slab"
10079version = "0.1.2"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10082
10083[[package]]
10084name = "lsp"
10085version = "0.1.0"
10086dependencies = [
10087 "anyhow",
10088 "async-pipe",
10089 "collections",
10090 "ctor",
10091 "futures 0.3.31",
10092 "gpui",
10093 "gpui_util",
10094 "log",
10095 "lsp-types",
10096 "parking_lot",
10097 "postage",
10098 "release_channel",
10099 "schemars",
10100 "semver",
10101 "serde",
10102 "serde_json",
10103 "smol",
10104 "util",
10105 "zlog",
10106]
10107
10108[[package]]
10109name = "lsp-types"
10110version = "0.95.1"
10111source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10112dependencies = [
10113 "bitflags 1.3.2",
10114 "serde",
10115 "serde_json",
10116 "url",
10117]
10118
10119[[package]]
10120name = "lyon"
10121version = "1.0.16"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10124dependencies = [
10125 "lyon_algorithms",
10126 "lyon_extra",
10127 "lyon_tessellation",
10128]
10129
10130[[package]]
10131name = "lyon_algorithms"
10132version = "1.0.16"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10135dependencies = [
10136 "lyon_path",
10137 "num-traits",
10138]
10139
10140[[package]]
10141name = "lyon_extra"
10142version = "1.0.3"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10145dependencies = [
10146 "lyon_path",
10147 "thiserror 1.0.69",
10148]
10149
10150[[package]]
10151name = "lyon_geom"
10152version = "1.0.17"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10155dependencies = [
10156 "arrayvec",
10157 "euclid",
10158 "num-traits",
10159]
10160
10161[[package]]
10162name = "lyon_path"
10163version = "1.0.16"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10166dependencies = [
10167 "lyon_geom",
10168 "num-traits",
10169]
10170
10171[[package]]
10172name = "lyon_tessellation"
10173version = "1.0.16"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10176dependencies = [
10177 "float_next_after",
10178 "lyon_path",
10179 "num-traits",
10180]
10181
10182[[package]]
10183name = "mac"
10184version = "0.1.1"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10187
10188[[package]]
10189name = "mach2"
10190version = "0.4.3"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10193dependencies = [
10194 "libc",
10195]
10196
10197[[package]]
10198name = "mach2"
10199version = "0.5.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10202dependencies = [
10203 "libc",
10204]
10205
10206[[package]]
10207name = "malloc_buf"
10208version = "0.0.6"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10211dependencies = [
10212 "libc",
10213]
10214
10215[[package]]
10216name = "maplit"
10217version = "1.0.2"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10220
10221[[package]]
10222name = "markdown"
10223version = "0.1.0"
10224dependencies = [
10225 "assets",
10226 "base64 0.22.1",
10227 "collections",
10228 "env_logger 0.11.8",
10229 "fs",
10230 "futures 0.3.31",
10231 "gpui",
10232 "gpui_platform",
10233 "language",
10234 "languages",
10235 "linkify",
10236 "log",
10237 "node_runtime",
10238 "pulldown-cmark 0.13.0",
10239 "settings",
10240 "sum_tree",
10241 "theme",
10242 "ui",
10243 "util",
10244]
10245
10246[[package]]
10247name = "markdown_preview"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "async-recursion",
10252 "collections",
10253 "editor",
10254 "fs",
10255 "gpui",
10256 "html5ever 0.27.0",
10257 "language",
10258 "linkify",
10259 "log",
10260 "markdown",
10261 "markup5ever_rcdom",
10262 "mermaid-rs-renderer",
10263 "pretty_assertions",
10264 "pulldown-cmark 0.13.0",
10265 "settings",
10266 "stacksafe",
10267 "theme",
10268 "ui",
10269 "urlencoding",
10270 "util",
10271 "workspace",
10272 "zed_actions",
10273]
10274
10275[[package]]
10276name = "markup5ever"
10277version = "0.12.1"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10280dependencies = [
10281 "log",
10282 "phf 0.11.3",
10283 "phf_codegen",
10284 "string_cache",
10285 "string_cache_codegen",
10286 "tendril",
10287]
10288
10289[[package]]
10290name = "markup5ever"
10291version = "0.35.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10294dependencies = [
10295 "log",
10296 "tendril",
10297 "web_atoms",
10298]
10299
10300[[package]]
10301name = "markup5ever_rcdom"
10302version = "0.3.0"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10305dependencies = [
10306 "html5ever 0.27.0",
10307 "markup5ever 0.12.1",
10308 "tendril",
10309 "xml5ever",
10310]
10311
10312[[package]]
10313name = "match_token"
10314version = "0.35.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10317dependencies = [
10318 "proc-macro2",
10319 "quote",
10320 "syn 2.0.117",
10321]
10322
10323[[package]]
10324name = "matchers"
10325version = "0.2.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10328dependencies = [
10329 "regex-automata",
10330]
10331
10332[[package]]
10333name = "matchit"
10334version = "0.7.3"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10337
10338[[package]]
10339name = "maybe-owned"
10340version = "0.3.4"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10343
10344[[package]]
10345name = "maybe-rayon"
10346version = "0.1.1"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10349dependencies = [
10350 "cfg-if",
10351 "rayon",
10352]
10353
10354[[package]]
10355name = "md-5"
10356version = "0.10.6"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10359dependencies = [
10360 "cfg-if",
10361 "digest",
10362]
10363
10364[[package]]
10365name = "mdbook"
10366version = "0.4.40"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10369dependencies = [
10370 "ammonia",
10371 "anyhow",
10372 "chrono",
10373 "clap",
10374 "clap_complete",
10375 "elasticlunr-rs",
10376 "env_logger 0.11.8",
10377 "futures-util",
10378 "handlebars 5.1.2",
10379 "ignore",
10380 "log",
10381 "memchr",
10382 "notify 6.1.1",
10383 "notify-debouncer-mini",
10384 "once_cell",
10385 "opener",
10386 "pathdiff",
10387 "pulldown-cmark 0.10.3",
10388 "regex",
10389 "serde",
10390 "serde_json",
10391 "shlex",
10392 "tempfile",
10393 "tokio",
10394 "toml 0.5.11",
10395 "topological-sort",
10396 "walkdir",
10397 "warp",
10398]
10399
10400[[package]]
10401name = "media"
10402version = "0.1.0"
10403dependencies = [
10404 "anyhow",
10405 "bindgen 0.71.1",
10406 "core-foundation 0.10.0",
10407 "core-video",
10408 "ctor",
10409 "foreign-types 0.5.0",
10410 "metal",
10411 "objc",
10412]
10413
10414[[package]]
10415name = "memchr"
10416version = "2.7.6"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10419
10420[[package]]
10421name = "memfd"
10422version = "0.6.5"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10425dependencies = [
10426 "rustix 1.1.2",
10427]
10428
10429[[package]]
10430name = "memmap2"
10431version = "0.9.8"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10434dependencies = [
10435 "libc",
10436 "stable_deref_trait",
10437]
10438
10439[[package]]
10440name = "memoffset"
10441version = "0.9.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10444dependencies = [
10445 "autocfg",
10446]
10447
10448[[package]]
10449name = "menu"
10450version = "0.1.0"
10451dependencies = [
10452 "gpui",
10453]
10454
10455[[package]]
10456name = "merge"
10457version = "0.1.0"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10460dependencies = [
10461 "merge_derive",
10462 "num-traits",
10463]
10464
10465[[package]]
10466name = "merge_derive"
10467version = "0.1.0"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10470dependencies = [
10471 "proc-macro-error",
10472 "proc-macro2",
10473 "quote",
10474 "syn 1.0.109",
10475]
10476
10477[[package]]
10478name = "mermaid-rs-renderer"
10479version = "0.2.0"
10480source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10481dependencies = [
10482 "anyhow",
10483 "fontdb 0.16.2",
10484 "json5",
10485 "once_cell",
10486 "regex",
10487 "serde",
10488 "serde_json",
10489 "thiserror 2.0.17",
10490 "ttf-parser 0.20.0",
10491]
10492
10493[[package]]
10494name = "metal"
10495version = "0.33.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10498dependencies = [
10499 "bitflags 2.10.0",
10500 "block",
10501 "core-graphics-types 0.2.0",
10502 "foreign-types 0.5.0",
10503 "log",
10504 "objc",
10505 "paste",
10506]
10507
10508[[package]]
10509name = "migrator"
10510version = "0.1.0"
10511dependencies = [
10512 "anyhow",
10513 "collections",
10514 "convert_case 0.8.0",
10515 "log",
10516 "pretty_assertions",
10517 "serde_json",
10518 "serde_json_lenient",
10519 "settings_content",
10520 "settings_json",
10521 "streaming-iterator",
10522 "tree-sitter",
10523 "tree-sitter-json",
10524 "unindent",
10525]
10526
10527[[package]]
10528name = "mimalloc"
10529version = "0.1.48"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10532dependencies = [
10533 "libmimalloc-sys",
10534]
10535
10536[[package]]
10537name = "mime"
10538version = "0.3.17"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10541
10542[[package]]
10543name = "mime_guess"
10544version = "2.0.5"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10547dependencies = [
10548 "mime",
10549 "unicase",
10550]
10551
10552[[package]]
10553name = "minidump-common"
10554version = "0.26.1"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10557dependencies = [
10558 "bitflags 2.10.0",
10559 "debugid",
10560 "num-derive",
10561 "num-traits",
10562 "range-map",
10563 "scroll",
10564 "smart-default",
10565]
10566
10567[[package]]
10568name = "minidump-writer"
10569version = "0.11.0"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10572dependencies = [
10573 "bitflags 2.10.0",
10574 "byteorder",
10575 "cfg-if",
10576 "crash-context",
10577 "error-graph",
10578 "failspot",
10579 "goblin",
10580 "libc",
10581 "log",
10582 "mach2 0.4.3",
10583 "memmap2",
10584 "memoffset",
10585 "minidump-common",
10586 "nix 0.29.0",
10587 "procfs-core",
10588 "scroll",
10589 "serde",
10590 "serde_json",
10591 "tempfile",
10592 "thiserror 2.0.17",
10593]
10594
10595[[package]]
10596name = "minidumper"
10597version = "0.9.0"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10600dependencies = [
10601 "cfg-if",
10602 "crash-context",
10603 "libc",
10604 "log",
10605 "minidump-writer",
10606 "parking_lot",
10607 "polling",
10608 "scroll",
10609 "thiserror 2.0.17",
10610 "uds",
10611]
10612
10613[[package]]
10614name = "minimal-lexical"
10615version = "0.2.1"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10618
10619[[package]]
10620name = "miniprofiler_ui"
10621version = "0.1.0"
10622dependencies = [
10623 "gpui",
10624 "rpc",
10625 "serde_json",
10626 "smol",
10627 "theme",
10628 "util",
10629 "workspace",
10630 "zed_actions",
10631]
10632
10633[[package]]
10634name = "miniz_oxide"
10635version = "0.8.9"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10638dependencies = [
10639 "adler2",
10640 "simd-adler32",
10641]
10642
10643[[package]]
10644name = "mio"
10645version = "0.8.11"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10648dependencies = [
10649 "libc",
10650 "log",
10651 "wasi",
10652 "windows-sys 0.48.0",
10653]
10654
10655[[package]]
10656name = "mio"
10657version = "1.1.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10660dependencies = [
10661 "libc",
10662 "log",
10663 "wasi",
10664 "windows-sys 0.61.2",
10665]
10666
10667[[package]]
10668name = "miow"
10669version = "0.6.1"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10672dependencies = [
10673 "windows-sys 0.61.2",
10674]
10675
10676[[package]]
10677name = "mistral"
10678version = "0.1.0"
10679dependencies = [
10680 "anyhow",
10681 "futures 0.3.31",
10682 "http_client",
10683 "schemars",
10684 "serde",
10685 "serde_json",
10686 "strum 0.27.2",
10687]
10688
10689[[package]]
10690name = "moka"
10691version = "0.12.11"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10694dependencies = [
10695 "crossbeam-channel",
10696 "crossbeam-epoch",
10697 "crossbeam-utils",
10698 "equivalent",
10699 "parking_lot",
10700 "portable-atomic",
10701 "rustc_version",
10702 "smallvec",
10703 "tagptr",
10704 "uuid",
10705]
10706
10707[[package]]
10708name = "moxcms"
10709version = "0.7.7"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10712dependencies = [
10713 "num-traits",
10714 "pxfm",
10715]
10716
10717[[package]]
10718name = "msvc_spectre_libs"
10719version = "0.1.3"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10722dependencies = [
10723 "cc",
10724]
10725
10726[[package]]
10727name = "multi_buffer"
10728version = "0.1.0"
10729dependencies = [
10730 "anyhow",
10731 "buffer_diff",
10732 "clock",
10733 "collections",
10734 "ctor",
10735 "gpui",
10736 "indoc",
10737 "itertools 0.14.0",
10738 "language",
10739 "log",
10740 "parking_lot",
10741 "pretty_assertions",
10742 "rand 0.9.2",
10743 "rope",
10744 "serde",
10745 "settings",
10746 "smallvec",
10747 "smol",
10748 "sum_tree",
10749 "text",
10750 "theme",
10751 "tracing",
10752 "tree-sitter",
10753 "util",
10754 "zlog",
10755 "ztracing",
10756]
10757
10758[[package]]
10759name = "multimap"
10760version = "0.8.3"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10763
10764[[package]]
10765name = "naga"
10766version = "28.0.0"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
10769dependencies = [
10770 "arrayvec",
10771 "bit-set",
10772 "bitflags 2.10.0",
10773 "cfg-if",
10774 "cfg_aliases 0.2.1",
10775 "codespan-reporting 0.12.0",
10776 "half",
10777 "hashbrown 0.16.1",
10778 "hexf-parse",
10779 "indexmap",
10780 "libm",
10781 "log",
10782 "num-traits",
10783 "once_cell",
10784 "rustc-hash 1.1.0",
10785 "thiserror 2.0.17",
10786 "unicode-ident",
10787]
10788
10789[[package]]
10790name = "naga"
10791version = "28.0.1"
10792source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
10793dependencies = [
10794 "arrayvec",
10795 "bit-set",
10796 "bitflags 2.10.0",
10797 "cfg-if",
10798 "cfg_aliases 0.2.1",
10799 "codespan-reporting 0.12.0",
10800 "half",
10801 "hashbrown 0.16.1",
10802 "hexf-parse",
10803 "indexmap",
10804 "libm",
10805 "log",
10806 "num-traits",
10807 "once_cell",
10808 "rustc-hash 1.1.0",
10809 "spirv",
10810 "thiserror 2.0.17",
10811 "unicode-ident",
10812]
10813
10814[[package]]
10815name = "nanoid"
10816version = "0.4.0"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10819dependencies = [
10820 "rand 0.8.5",
10821]
10822
10823[[package]]
10824name = "nanorand"
10825version = "0.7.0"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10828dependencies = [
10829 "getrandom 0.2.16",
10830]
10831
10832[[package]]
10833name = "native-tls"
10834version = "0.2.14"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10837dependencies = [
10838 "libc",
10839 "log",
10840 "openssl",
10841 "openssl-probe",
10842 "openssl-sys",
10843 "schannel",
10844 "security-framework 2.11.1",
10845 "security-framework-sys",
10846 "tempfile",
10847]
10848
10849[[package]]
10850name = "nbformat"
10851version = "1.2.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10854dependencies = [
10855 "anyhow",
10856 "chrono",
10857 "jupyter-protocol",
10858 "serde",
10859 "serde_json",
10860 "thiserror 1.0.69",
10861 "uuid",
10862]
10863
10864[[package]]
10865name = "nc"
10866version = "0.1.0"
10867dependencies = [
10868 "anyhow",
10869 "futures 0.3.31",
10870 "net",
10871 "smol",
10872]
10873
10874[[package]]
10875name = "ndk"
10876version = "0.9.0"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10879dependencies = [
10880 "bitflags 2.10.0",
10881 "jni-sys",
10882 "log",
10883 "ndk-sys",
10884 "num_enum",
10885 "thiserror 1.0.69",
10886]
10887
10888[[package]]
10889name = "ndk-context"
10890version = "0.1.1"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10893
10894[[package]]
10895name = "ndk-sys"
10896version = "0.6.0+11769913"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10899dependencies = [
10900 "jni-sys",
10901]
10902
10903[[package]]
10904name = "net"
10905version = "0.1.0"
10906dependencies = [
10907 "anyhow",
10908 "async-io",
10909 "smol",
10910 "tempfile",
10911 "windows 0.61.3",
10912]
10913
10914[[package]]
10915name = "new_debug_unreachable"
10916version = "1.0.6"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10919
10920[[package]]
10921name = "nix"
10922version = "0.28.0"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10925dependencies = [
10926 "bitflags 2.10.0",
10927 "cfg-if",
10928 "cfg_aliases 0.1.1",
10929 "libc",
10930]
10931
10932[[package]]
10933name = "nix"
10934version = "0.29.0"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10937dependencies = [
10938 "bitflags 2.10.0",
10939 "cfg-if",
10940 "cfg_aliases 0.2.1",
10941 "libc",
10942]
10943
10944[[package]]
10945name = "nix"
10946version = "0.30.1"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10949dependencies = [
10950 "bitflags 2.10.0",
10951 "cfg-if",
10952 "cfg_aliases 0.2.1",
10953 "libc",
10954]
10955
10956[[package]]
10957name = "node_runtime"
10958version = "0.1.0"
10959dependencies = [
10960 "anyhow",
10961 "async-compression",
10962 "async-std",
10963 "async-tar",
10964 "async-trait",
10965 "futures 0.3.31",
10966 "http_client",
10967 "log",
10968 "paths",
10969 "semver",
10970 "serde",
10971 "serde_json",
10972 "smol",
10973 "util",
10974 "watch",
10975 "which 6.0.3",
10976]
10977
10978[[package]]
10979name = "nom"
10980version = "7.1.3"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10983dependencies = [
10984 "memchr",
10985 "minimal-lexical",
10986]
10987
10988[[package]]
10989name = "nom"
10990version = "8.0.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10993dependencies = [
10994 "memchr",
10995]
10996
10997[[package]]
10998name = "noop_proc_macro"
10999version = "0.3.0"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11002
11003[[package]]
11004name = "normpath"
11005version = "1.5.0"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11008dependencies = [
11009 "windows-sys 0.61.2",
11010]
11011
11012[[package]]
11013name = "notifications"
11014version = "0.1.0"
11015dependencies = [
11016 "anyhow",
11017 "channel",
11018 "client",
11019 "component",
11020 "db",
11021 "gpui",
11022 "rpc",
11023 "sum_tree",
11024 "time",
11025 "ui",
11026 "util",
11027 "workspace",
11028 "zed_actions",
11029]
11030
11031[[package]]
11032name = "notify"
11033version = "6.1.1"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11036dependencies = [
11037 "bitflags 2.10.0",
11038 "crossbeam-channel",
11039 "filetime",
11040 "fsevent-sys",
11041 "inotify 0.9.6",
11042 "kqueue",
11043 "libc",
11044 "log",
11045 "mio 0.8.11",
11046 "walkdir",
11047 "windows-sys 0.48.0",
11048]
11049
11050[[package]]
11051name = "notify"
11052version = "8.2.0"
11053source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11054dependencies = [
11055 "bitflags 2.10.0",
11056 "fsevent-sys",
11057 "inotify 0.11.0",
11058 "kqueue",
11059 "libc",
11060 "log",
11061 "mio 1.1.0",
11062 "notify-types",
11063 "walkdir",
11064 "windows-sys 0.60.2",
11065]
11066
11067[[package]]
11068name = "notify-debouncer-mini"
11069version = "0.4.1"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11072dependencies = [
11073 "crossbeam-channel",
11074 "log",
11075 "notify 6.1.1",
11076]
11077
11078[[package]]
11079name = "notify-types"
11080version = "2.0.0"
11081source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11082
11083[[package]]
11084name = "ntapi"
11085version = "0.4.1"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11088dependencies = [
11089 "winapi",
11090]
11091
11092[[package]]
11093name = "nu-ansi-term"
11094version = "0.50.3"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11097dependencies = [
11098 "windows-sys 0.61.2",
11099]
11100
11101[[package]]
11102name = "num"
11103version = "0.4.3"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11106dependencies = [
11107 "num-bigint",
11108 "num-complex",
11109 "num-integer",
11110 "num-iter",
11111 "num-rational",
11112 "num-traits",
11113]
11114
11115[[package]]
11116name = "num-bigint"
11117version = "0.4.6"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11120dependencies = [
11121 "num-integer",
11122 "num-traits",
11123]
11124
11125[[package]]
11126name = "num-bigint-dig"
11127version = "0.8.6"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11130dependencies = [
11131 "lazy_static",
11132 "libm",
11133 "num-integer",
11134 "num-iter",
11135 "num-traits",
11136 "rand 0.8.5",
11137 "smallvec",
11138 "zeroize",
11139]
11140
11141[[package]]
11142name = "num-bigint-dig"
11143version = "0.9.1"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11146dependencies = [
11147 "libm",
11148 "num-integer",
11149 "num-iter",
11150 "num-traits",
11151 "once_cell",
11152 "rand 0.9.2",
11153 "serde",
11154 "smallvec",
11155 "zeroize",
11156]
11157
11158[[package]]
11159name = "num-cmp"
11160version = "0.1.0"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11163
11164[[package]]
11165name = "num-complex"
11166version = "0.4.6"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11169dependencies = [
11170 "bytemuck",
11171 "num-traits",
11172]
11173
11174[[package]]
11175name = "num-conv"
11176version = "0.2.0"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11179
11180[[package]]
11181name = "num-derive"
11182version = "0.4.2"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11185dependencies = [
11186 "proc-macro2",
11187 "quote",
11188 "syn 2.0.117",
11189]
11190
11191[[package]]
11192name = "num-format"
11193version = "0.4.4"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11196dependencies = [
11197 "arrayvec",
11198 "itoa",
11199]
11200
11201[[package]]
11202name = "num-integer"
11203version = "0.1.46"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11206dependencies = [
11207 "num-traits",
11208]
11209
11210[[package]]
11211name = "num-iter"
11212version = "0.1.45"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11215dependencies = [
11216 "autocfg",
11217 "num-integer",
11218 "num-traits",
11219]
11220
11221[[package]]
11222name = "num-rational"
11223version = "0.4.2"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11226dependencies = [
11227 "num-bigint",
11228 "num-integer",
11229 "num-traits",
11230]
11231
11232[[package]]
11233name = "num-traits"
11234version = "0.2.19"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11237dependencies = [
11238 "autocfg",
11239 "libm",
11240]
11241
11242[[package]]
11243name = "num_cpus"
11244version = "1.17.0"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11247dependencies = [
11248 "hermit-abi",
11249 "libc",
11250]
11251
11252[[package]]
11253name = "num_enum"
11254version = "0.7.4"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11257dependencies = [
11258 "num_enum_derive",
11259 "rustversion",
11260]
11261
11262[[package]]
11263name = "num_enum_derive"
11264version = "0.7.4"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11267dependencies = [
11268 "proc-macro-crate",
11269 "proc-macro2",
11270 "quote",
11271 "syn 2.0.117",
11272]
11273
11274[[package]]
11275name = "num_threads"
11276version = "0.1.7"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11279dependencies = [
11280 "libc",
11281]
11282
11283[[package]]
11284name = "nvim-rs"
11285version = "0.9.2"
11286source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11287dependencies = [
11288 "async-trait",
11289 "futures 0.3.31",
11290 "log",
11291 "rmp",
11292 "rmpv",
11293 "tokio",
11294 "tokio-util",
11295]
11296
11297[[package]]
11298name = "objc"
11299version = "0.2.7"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11302dependencies = [
11303 "malloc_buf",
11304 "objc_exception",
11305]
11306
11307[[package]]
11308name = "objc-foundation"
11309version = "0.1.1"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11312dependencies = [
11313 "block",
11314 "objc",
11315 "objc_id",
11316]
11317
11318[[package]]
11319name = "objc2"
11320version = "0.6.3"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11323dependencies = [
11324 "objc2-encode",
11325]
11326
11327[[package]]
11328name = "objc2-audio-toolbox"
11329version = "0.3.1"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
11332dependencies = [
11333 "bitflags 2.10.0",
11334 "libc",
11335 "objc2",
11336 "objc2-core-audio",
11337 "objc2-core-audio-types",
11338 "objc2-core-foundation",
11339 "objc2-foundation",
11340]
11341
11342[[package]]
11343name = "objc2-avf-audio"
11344version = "0.3.1"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "bfc1d11521c211a7ebe17739fc806719da41f56c6b3f949d9861b459188ce910"
11347dependencies = [
11348 "objc2",
11349 "objc2-foundation",
11350]
11351
11352[[package]]
11353name = "objc2-core-audio"
11354version = "0.3.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
11357dependencies = [
11358 "dispatch2",
11359 "objc2",
11360 "objc2-core-audio-types",
11361 "objc2-core-foundation",
11362 "objc2-foundation",
11363]
11364
11365[[package]]
11366name = "objc2-core-audio-types"
11367version = "0.3.2"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11370dependencies = [
11371 "bitflags 2.10.0",
11372 "objc2",
11373]
11374
11375[[package]]
11376name = "objc2-core-foundation"
11377version = "0.3.2"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11380dependencies = [
11381 "bitflags 2.10.0",
11382 "block2",
11383 "dispatch2",
11384 "libc",
11385 "objc2",
11386]
11387
11388[[package]]
11389name = "objc2-encode"
11390version = "4.1.0"
11391source = "registry+https://github.com/rust-lang/crates.io-index"
11392checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11393
11394[[package]]
11395name = "objc2-foundation"
11396version = "0.3.1"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
11399dependencies = [
11400 "bitflags 2.10.0",
11401 "block2",
11402 "libc",
11403 "objc2",
11404 "objc2-core-foundation",
11405]
11406
11407[[package]]
11408name = "objc2-io-kit"
11409version = "0.3.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11412dependencies = [
11413 "libc",
11414 "objc2-core-foundation",
11415]
11416
11417[[package]]
11418name = "objc2-metal"
11419version = "0.3.1"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
11422dependencies = [
11423 "bitflags 2.10.0",
11424 "block2",
11425 "dispatch2",
11426 "objc2",
11427 "objc2-core-foundation",
11428 "objc2-foundation",
11429]
11430
11431[[package]]
11432name = "objc_exception"
11433version = "0.1.2"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11436dependencies = [
11437 "cc",
11438]
11439
11440[[package]]
11441name = "objc_id"
11442version = "0.1.1"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11445dependencies = [
11446 "objc",
11447]
11448
11449[[package]]
11450name = "object"
11451version = "0.36.7"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11454dependencies = [
11455 "crc32fast",
11456 "hashbrown 0.15.5",
11457 "indexmap",
11458 "memchr",
11459]
11460
11461[[package]]
11462name = "object"
11463version = "0.37.3"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11466dependencies = [
11467 "memchr",
11468]
11469
11470[[package]]
11471name = "ollama"
11472version = "0.1.0"
11473dependencies = [
11474 "anyhow",
11475 "futures 0.3.31",
11476 "http_client",
11477 "schemars",
11478 "serde",
11479 "serde_json",
11480 "settings",
11481]
11482
11483[[package]]
11484name = "onboarding"
11485version = "0.1.0"
11486dependencies = [
11487 "anyhow",
11488 "client",
11489 "component",
11490 "db",
11491 "documented",
11492 "fs",
11493 "fuzzy",
11494 "gpui",
11495 "menu",
11496 "notifications",
11497 "picker",
11498 "project",
11499 "schemars",
11500 "serde",
11501 "settings",
11502 "telemetry",
11503 "theme",
11504 "ui",
11505 "util",
11506 "vim_mode_setting",
11507 "workspace",
11508 "zed_actions",
11509 "zlog",
11510]
11511
11512[[package]]
11513name = "once_cell"
11514version = "1.21.3"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11517
11518[[package]]
11519name = "once_cell_polyfill"
11520version = "1.70.1"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11523
11524[[package]]
11525name = "oo7"
11526version = "0.6.0"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11529dependencies = [
11530 "aes",
11531 "ashpd",
11532 "async-fs",
11533 "async-io",
11534 "async-lock 3.4.2",
11535 "blocking",
11536 "cbc",
11537 "cipher",
11538 "digest",
11539 "endi",
11540 "futures-lite 2.6.1",
11541 "futures-util",
11542 "getrandom 0.4.1",
11543 "hkdf",
11544 "hmac",
11545 "md-5",
11546 "num",
11547 "num-bigint-dig 0.9.1",
11548 "pbkdf2 0.12.2",
11549 "serde",
11550 "serde_bytes",
11551 "sha2",
11552 "subtle",
11553 "zbus",
11554 "zbus_macros",
11555 "zeroize",
11556 "zvariant",
11557]
11558
11559[[package]]
11560name = "oorandom"
11561version = "11.1.5"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11564
11565[[package]]
11566name = "open"
11567version = "5.3.2"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11570dependencies = [
11571 "is-wsl",
11572 "libc",
11573 "pathdiff",
11574]
11575
11576[[package]]
11577name = "open_ai"
11578version = "0.1.0"
11579dependencies = [
11580 "anyhow",
11581 "futures 0.3.31",
11582 "http_client",
11583 "log",
11584 "rand 0.9.2",
11585 "schemars",
11586 "serde",
11587 "serde_json",
11588 "settings",
11589 "strum 0.27.2",
11590 "thiserror 2.0.17",
11591]
11592
11593[[package]]
11594name = "open_path_prompt"
11595version = "0.1.0"
11596dependencies = [
11597 "editor",
11598 "file_icons",
11599 "futures 0.3.31",
11600 "fuzzy",
11601 "gpui",
11602 "picker",
11603 "project",
11604 "schemars",
11605 "serde",
11606 "serde_json",
11607 "settings",
11608 "theme",
11609 "ui",
11610 "util",
11611 "workspace",
11612]
11613
11614[[package]]
11615name = "open_router"
11616version = "0.1.0"
11617dependencies = [
11618 "anyhow",
11619 "futures 0.3.31",
11620 "http_client",
11621 "schemars",
11622 "serde",
11623 "serde_json",
11624 "settings",
11625 "strum 0.27.2",
11626 "thiserror 2.0.17",
11627]
11628
11629[[package]]
11630name = "opener"
11631version = "0.7.2"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11634dependencies = [
11635 "bstr",
11636 "dbus",
11637 "normpath",
11638 "windows-sys 0.59.0",
11639]
11640
11641[[package]]
11642name = "openssl"
11643version = "0.10.74"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11646dependencies = [
11647 "bitflags 2.10.0",
11648 "cfg-if",
11649 "foreign-types 0.3.2",
11650 "libc",
11651 "once_cell",
11652 "openssl-macros",
11653 "openssl-sys",
11654]
11655
11656[[package]]
11657name = "openssl-macros"
11658version = "0.1.1"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11661dependencies = [
11662 "proc-macro2",
11663 "quote",
11664 "syn 2.0.117",
11665]
11666
11667[[package]]
11668name = "openssl-probe"
11669version = "0.1.6"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11672
11673[[package]]
11674name = "openssl-sys"
11675version = "0.9.110"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11678dependencies = [
11679 "cc",
11680 "libc",
11681 "pkg-config",
11682 "vcpkg",
11683]
11684
11685[[package]]
11686name = "optfield"
11687version = "0.4.0"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11690dependencies = [
11691 "proc-macro2",
11692 "quote",
11693 "syn 2.0.117",
11694]
11695
11696[[package]]
11697name = "option-ext"
11698version = "0.2.0"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11701
11702[[package]]
11703name = "ordered-float"
11704version = "2.10.1"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11707dependencies = [
11708 "num-traits",
11709]
11710
11711[[package]]
11712name = "ordered-float"
11713version = "4.6.0"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11716dependencies = [
11717 "num-traits",
11718]
11719
11720[[package]]
11721name = "ordered-stream"
11722version = "0.2.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11725dependencies = [
11726 "futures-core",
11727 "pin-project-lite",
11728]
11729
11730[[package]]
11731name = "ouroboros"
11732version = "0.18.5"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11735dependencies = [
11736 "aliasable",
11737 "ouroboros_macro",
11738 "static_assertions",
11739]
11740
11741[[package]]
11742name = "ouroboros_macro"
11743version = "0.18.5"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11746dependencies = [
11747 "heck 0.4.1",
11748 "proc-macro2",
11749 "proc-macro2-diagnostics",
11750 "quote",
11751 "syn 2.0.117",
11752]
11753
11754[[package]]
11755name = "outline"
11756version = "0.1.0"
11757dependencies = [
11758 "editor",
11759 "fuzzy",
11760 "gpui",
11761 "indoc",
11762 "language",
11763 "lsp",
11764 "menu",
11765 "ordered-float 2.10.1",
11766 "picker",
11767 "project",
11768 "rope",
11769 "serde_json",
11770 "settings",
11771 "smol",
11772 "theme",
11773 "ui",
11774 "util",
11775 "workspace",
11776 "zed_actions",
11777]
11778
11779[[package]]
11780name = "outline_panel"
11781version = "0.1.0"
11782dependencies = [
11783 "anyhow",
11784 "collections",
11785 "db",
11786 "editor",
11787 "file_icons",
11788 "fuzzy",
11789 "gpui",
11790 "itertools 0.14.0",
11791 "language",
11792 "log",
11793 "lsp",
11794 "menu",
11795 "outline",
11796 "pretty_assertions",
11797 "project",
11798 "search",
11799 "serde",
11800 "serde_json",
11801 "settings",
11802 "smallvec",
11803 "smol",
11804 "theme",
11805 "ui",
11806 "util",
11807 "workspace",
11808 "worktree",
11809 "zed_actions",
11810]
11811
11812[[package]]
11813name = "outref"
11814version = "0.5.2"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11817
11818[[package]]
11819name = "p256"
11820version = "0.11.1"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11823dependencies = [
11824 "ecdsa",
11825 "elliptic-curve",
11826 "sha2",
11827]
11828
11829[[package]]
11830name = "page_size"
11831version = "0.6.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11834dependencies = [
11835 "libc",
11836 "winapi",
11837]
11838
11839[[package]]
11840name = "palette"
11841version = "0.7.6"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11844dependencies = [
11845 "approx",
11846 "fast-srgb8",
11847 "palette_derive",
11848]
11849
11850[[package]]
11851name = "palette_derive"
11852version = "0.7.6"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11855dependencies = [
11856 "by_address",
11857 "proc-macro2",
11858 "quote",
11859 "syn 2.0.117",
11860]
11861
11862[[package]]
11863name = "panel"
11864version = "0.1.0"
11865dependencies = [
11866 "gpui",
11867 "ui",
11868 "workspace",
11869]
11870
11871[[package]]
11872name = "parking"
11873version = "2.2.1"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11876
11877[[package]]
11878name = "parking_lot"
11879version = "0.12.5"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11882dependencies = [
11883 "lock_api",
11884 "parking_lot_core",
11885]
11886
11887[[package]]
11888name = "parking_lot_core"
11889version = "0.9.12"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11892dependencies = [
11893 "cfg-if",
11894 "libc",
11895 "redox_syscall 0.5.18",
11896 "smallvec",
11897 "windows-link 0.2.1",
11898]
11899
11900[[package]]
11901name = "parse_int"
11902version = "0.9.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11905dependencies = [
11906 "num-traits",
11907]
11908
11909[[package]]
11910name = "partial-json-fixer"
11911version = "0.5.3"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11914
11915[[package]]
11916name = "password-hash"
11917version = "0.4.2"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11920dependencies = [
11921 "base64ct",
11922 "rand_core 0.6.4",
11923 "subtle",
11924]
11925
11926[[package]]
11927name = "paste"
11928version = "1.0.15"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11931
11932[[package]]
11933name = "pathdiff"
11934version = "0.2.3"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11937
11938[[package]]
11939name = "pathfinder_geometry"
11940version = "0.5.1"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11943dependencies = [
11944 "log",
11945 "pathfinder_simd",
11946]
11947
11948[[package]]
11949name = "pathfinder_simd"
11950version = "0.5.5"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11953dependencies = [
11954 "rustc_version",
11955]
11956
11957[[package]]
11958name = "paths"
11959version = "0.1.0"
11960dependencies = [
11961 "dirs 4.0.0",
11962 "ignore",
11963 "util",
11964]
11965
11966[[package]]
11967name = "pbjson"
11968version = "0.6.0"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11971dependencies = [
11972 "base64 0.21.7",
11973 "serde",
11974]
11975
11976[[package]]
11977name = "pbjson-build"
11978version = "0.6.2"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11981dependencies = [
11982 "heck 0.4.1",
11983 "itertools 0.11.0",
11984 "prost 0.12.6",
11985 "prost-types 0.12.6",
11986]
11987
11988[[package]]
11989name = "pbjson-types"
11990version = "0.6.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11993dependencies = [
11994 "bytes 1.11.1",
11995 "chrono",
11996 "pbjson",
11997 "pbjson-build",
11998 "prost 0.12.6",
11999 "prost-build 0.12.6",
12000 "serde",
12001]
12002
12003[[package]]
12004name = "pbkdf2"
12005version = "0.11.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12008dependencies = [
12009 "digest",
12010 "hmac",
12011 "password-hash",
12012 "sha2",
12013]
12014
12015[[package]]
12016name = "pbkdf2"
12017version = "0.12.2"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12020dependencies = [
12021 "digest",
12022 "hmac",
12023]
12024
12025[[package]]
12026name = "pciid-parser"
12027version = "0.8.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12030
12031[[package]]
12032name = "peg"
12033version = "0.8.5"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12036dependencies = [
12037 "peg-macros",
12038 "peg-runtime",
12039]
12040
12041[[package]]
12042name = "peg-macros"
12043version = "0.8.5"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12046dependencies = [
12047 "peg-runtime",
12048 "proc-macro2",
12049 "quote",
12050]
12051
12052[[package]]
12053name = "peg-runtime"
12054version = "0.8.5"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12057
12058[[package]]
12059name = "pem"
12060version = "3.0.6"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12063dependencies = [
12064 "base64 0.22.1",
12065 "serde_core",
12066]
12067
12068[[package]]
12069name = "pem-rfc7468"
12070version = "0.7.0"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12073dependencies = [
12074 "base64ct",
12075]
12076
12077[[package]]
12078name = "percent-encoding"
12079version = "2.3.2"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12082
12083[[package]]
12084name = "perf"
12085version = "0.1.0"
12086dependencies = [
12087 "collections",
12088 "serde",
12089 "serde_json",
12090]
12091
12092[[package]]
12093name = "pest"
12094version = "2.8.3"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12097dependencies = [
12098 "memchr",
12099 "ucd-trie",
12100]
12101
12102[[package]]
12103name = "pest_derive"
12104version = "2.8.3"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12107dependencies = [
12108 "pest",
12109 "pest_generator",
12110]
12111
12112[[package]]
12113name = "pest_generator"
12114version = "2.8.3"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12117dependencies = [
12118 "pest",
12119 "pest_meta",
12120 "proc-macro2",
12121 "quote",
12122 "syn 2.0.117",
12123]
12124
12125[[package]]
12126name = "pest_meta"
12127version = "2.8.3"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12130dependencies = [
12131 "pest",
12132 "sha2",
12133]
12134
12135[[package]]
12136name = "pet"
12137version = "0.1.0"
12138source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12139dependencies = [
12140 "clap",
12141 "env_logger 0.10.2",
12142 "lazy_static",
12143 "log",
12144 "msvc_spectre_libs",
12145 "pet-conda",
12146 "pet-core",
12147 "pet-env-var-path",
12148 "pet-fs",
12149 "pet-global-virtualenvs",
12150 "pet-homebrew",
12151 "pet-jsonrpc",
12152 "pet-linux-global-python",
12153 "pet-mac-commandlinetools",
12154 "pet-mac-python-org",
12155 "pet-mac-xcode",
12156 "pet-pipenv",
12157 "pet-pixi",
12158 "pet-poetry",
12159 "pet-pyenv",
12160 "pet-python-utils",
12161 "pet-reporter",
12162 "pet-telemetry",
12163 "pet-uv",
12164 "pet-venv",
12165 "pet-virtualenv",
12166 "pet-virtualenvwrapper",
12167 "pet-windows-registry",
12168 "pet-windows-store",
12169 "pet-winpython",
12170 "serde",
12171 "serde_json",
12172 "tracing",
12173 "tracing-subscriber",
12174 "winresource",
12175]
12176
12177[[package]]
12178name = "pet-conda"
12179version = "0.1.0"
12180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12181dependencies = [
12182 "env_logger 0.10.2",
12183 "lazy_static",
12184 "log",
12185 "msvc_spectre_libs",
12186 "pet-core",
12187 "pet-fs",
12188 "pet-python-utils",
12189 "pet-reporter",
12190 "rayon",
12191 "regex",
12192 "serde",
12193 "serde_json",
12194 "yaml-rust2",
12195]
12196
12197[[package]]
12198name = "pet-core"
12199version = "0.1.0"
12200source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12201dependencies = [
12202 "clap",
12203 "lazy_static",
12204 "log",
12205 "msvc_spectre_libs",
12206 "pet-fs",
12207 "regex",
12208 "serde",
12209 "serde_json",
12210]
12211
12212[[package]]
12213name = "pet-env-var-path"
12214version = "0.1.0"
12215source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12216dependencies = [
12217 "lazy_static",
12218 "log",
12219 "msvc_spectre_libs",
12220 "pet-conda",
12221 "pet-core",
12222 "pet-fs",
12223 "pet-python-utils",
12224 "pet-virtualenv",
12225 "regex",
12226]
12227
12228[[package]]
12229name = "pet-fs"
12230version = "0.1.0"
12231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12232dependencies = [
12233 "glob",
12234 "log",
12235 "msvc_spectre_libs",
12236 "windows-sys 0.59.0",
12237]
12238
12239[[package]]
12240name = "pet-global-virtualenvs"
12241version = "0.1.0"
12242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12243dependencies = [
12244 "log",
12245 "msvc_spectre_libs",
12246 "pet-conda",
12247 "pet-core",
12248 "pet-fs",
12249 "pet-virtualenv",
12250]
12251
12252[[package]]
12253name = "pet-homebrew"
12254version = "0.1.0"
12255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12256dependencies = [
12257 "lazy_static",
12258 "log",
12259 "msvc_spectre_libs",
12260 "pet-conda",
12261 "pet-core",
12262 "pet-fs",
12263 "pet-python-utils",
12264 "pet-virtualenv",
12265 "rayon",
12266 "regex",
12267 "serde",
12268 "serde_json",
12269]
12270
12271[[package]]
12272name = "pet-jsonrpc"
12273version = "0.1.0"
12274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12275dependencies = [
12276 "env_logger 0.10.2",
12277 "log",
12278 "msvc_spectre_libs",
12279 "pet-core",
12280 "serde",
12281 "serde_json",
12282]
12283
12284[[package]]
12285name = "pet-linux-global-python"
12286version = "0.1.0"
12287source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12288dependencies = [
12289 "log",
12290 "msvc_spectre_libs",
12291 "pet-core",
12292 "pet-fs",
12293 "pet-python-utils",
12294 "pet-virtualenv",
12295]
12296
12297[[package]]
12298name = "pet-mac-commandlinetools"
12299version = "0.1.0"
12300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12301dependencies = [
12302 "log",
12303 "msvc_spectre_libs",
12304 "pet-core",
12305 "pet-fs",
12306 "pet-python-utils",
12307 "pet-virtualenv",
12308]
12309
12310[[package]]
12311name = "pet-mac-python-org"
12312version = "0.1.0"
12313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12314dependencies = [
12315 "log",
12316 "msvc_spectre_libs",
12317 "pet-core",
12318 "pet-fs",
12319 "pet-python-utils",
12320 "pet-virtualenv",
12321]
12322
12323[[package]]
12324name = "pet-mac-xcode"
12325version = "0.1.0"
12326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12327dependencies = [
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-core",
12331 "pet-fs",
12332 "pet-python-utils",
12333 "pet-virtualenv",
12334]
12335
12336[[package]]
12337name = "pet-pipenv"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "lazy_static",
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-core",
12345 "pet-fs",
12346 "pet-python-utils",
12347 "pet-virtualenv",
12348 "regex",
12349]
12350
12351[[package]]
12352name = "pet-pixi"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "log",
12357 "msvc_spectre_libs",
12358 "pet-conda",
12359 "pet-core",
12360 "pet-python-utils",
12361]
12362
12363[[package]]
12364name = "pet-poetry"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "base64 0.22.1",
12369 "lazy_static",
12370 "log",
12371 "msvc_spectre_libs",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-python-utils",
12375 "pet-reporter",
12376 "pet-virtualenv",
12377 "regex",
12378 "serde",
12379 "serde_json",
12380 "sha2",
12381 "toml 0.8.23",
12382]
12383
12384[[package]]
12385name = "pet-pyenv"
12386version = "0.1.0"
12387source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12388dependencies = [
12389 "lazy_static",
12390 "log",
12391 "msvc_spectre_libs",
12392 "pet-conda",
12393 "pet-core",
12394 "pet-fs",
12395 "pet-python-utils",
12396 "pet-reporter",
12397 "regex",
12398 "serde",
12399 "serde_json",
12400]
12401
12402[[package]]
12403name = "pet-python-utils"
12404version = "0.1.0"
12405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12406dependencies = [
12407 "env_logger 0.10.2",
12408 "lazy_static",
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-core",
12412 "pet-fs",
12413 "regex",
12414 "serde",
12415 "serde_json",
12416 "sha2",
12417]
12418
12419[[package]]
12420name = "pet-reporter"
12421version = "0.1.0"
12422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12423dependencies = [
12424 "env_logger 0.10.2",
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-core",
12428 "pet-jsonrpc",
12429 "serde",
12430 "serde_json",
12431]
12432
12433[[package]]
12434name = "pet-telemetry"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "env_logger 0.10.2",
12439 "lazy_static",
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "regex",
12446]
12447
12448[[package]]
12449name = "pet-uv"
12450version = "0.1.0"
12451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12452dependencies = [
12453 "log",
12454 "pet-core",
12455 "pet-python-utils",
12456 "serde",
12457 "toml 0.9.8",
12458]
12459
12460[[package]]
12461name = "pet-venv"
12462version = "0.1.0"
12463source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12464dependencies = [
12465 "log",
12466 "msvc_spectre_libs",
12467 "pet-core",
12468 "pet-python-utils",
12469 "pet-virtualenv",
12470]
12471
12472[[package]]
12473name = "pet-virtualenv"
12474version = "0.1.0"
12475source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12476dependencies = [
12477 "log",
12478 "msvc_spectre_libs",
12479 "pet-core",
12480 "pet-fs",
12481 "pet-python-utils",
12482]
12483
12484[[package]]
12485name = "pet-virtualenvwrapper"
12486version = "0.1.0"
12487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12488dependencies = [
12489 "log",
12490 "msvc_spectre_libs",
12491 "pet-core",
12492 "pet-fs",
12493 "pet-python-utils",
12494 "pet-virtualenv",
12495]
12496
12497[[package]]
12498name = "pet-windows-registry"
12499version = "0.1.0"
12500source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12501dependencies = [
12502 "lazy_static",
12503 "log",
12504 "msvc_spectre_libs",
12505 "pet-conda",
12506 "pet-core",
12507 "pet-fs",
12508 "pet-python-utils",
12509 "pet-virtualenv",
12510 "pet-windows-store",
12511 "regex",
12512 "winreg 0.55.0",
12513]
12514
12515[[package]]
12516name = "pet-windows-store"
12517version = "0.1.0"
12518source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12519dependencies = [
12520 "lazy_static",
12521 "log",
12522 "msvc_spectre_libs",
12523 "pet-core",
12524 "pet-fs",
12525 "pet-python-utils",
12526 "pet-virtualenv",
12527 "regex",
12528 "winreg 0.55.0",
12529]
12530
12531[[package]]
12532name = "pet-winpython"
12533version = "0.1.0"
12534source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12535dependencies = [
12536 "lazy_static",
12537 "log",
12538 "pet-core",
12539 "pet-fs",
12540 "pet-python-utils",
12541 "pet-virtualenv",
12542 "regex",
12543]
12544
12545[[package]]
12546name = "petgraph"
12547version = "0.6.5"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12550dependencies = [
12551 "fixedbitset 0.4.2",
12552 "indexmap",
12553]
12554
12555[[package]]
12556name = "pgvector"
12557version = "0.4.1"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12560dependencies = [
12561 "serde",
12562]
12563
12564[[package]]
12565name = "phf"
12566version = "0.11.3"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12569dependencies = [
12570 "phf_macros 0.11.3",
12571 "phf_shared 0.11.3",
12572]
12573
12574[[package]]
12575name = "phf"
12576version = "0.12.1"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12579dependencies = [
12580 "phf_macros 0.12.1",
12581 "phf_shared 0.12.1",
12582]
12583
12584[[package]]
12585name = "phf_codegen"
12586version = "0.11.3"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12589dependencies = [
12590 "phf_generator 0.11.3",
12591 "phf_shared 0.11.3",
12592]
12593
12594[[package]]
12595name = "phf_generator"
12596version = "0.11.3"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12599dependencies = [
12600 "phf_shared 0.11.3",
12601 "rand 0.8.5",
12602]
12603
12604[[package]]
12605name = "phf_generator"
12606version = "0.12.1"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12609dependencies = [
12610 "fastrand 2.3.0",
12611 "phf_shared 0.12.1",
12612]
12613
12614[[package]]
12615name = "phf_macros"
12616version = "0.11.3"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12619dependencies = [
12620 "phf_generator 0.11.3",
12621 "phf_shared 0.11.3",
12622 "proc-macro2",
12623 "quote",
12624 "syn 2.0.117",
12625]
12626
12627[[package]]
12628name = "phf_macros"
12629version = "0.12.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12632dependencies = [
12633 "phf_generator 0.12.1",
12634 "phf_shared 0.12.1",
12635 "proc-macro2",
12636 "quote",
12637 "syn 2.0.117",
12638]
12639
12640[[package]]
12641name = "phf_shared"
12642version = "0.11.3"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12645dependencies = [
12646 "siphasher 1.0.1",
12647]
12648
12649[[package]]
12650name = "phf_shared"
12651version = "0.12.1"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12654dependencies = [
12655 "siphasher 1.0.1",
12656]
12657
12658[[package]]
12659name = "picker"
12660version = "0.1.0"
12661dependencies = [
12662 "anyhow",
12663 "editor",
12664 "gpui",
12665 "menu",
12666 "schemars",
12667 "serde",
12668 "settings",
12669 "theme",
12670 "ui",
12671 "ui_input",
12672 "workspace",
12673 "zed_actions",
12674]
12675
12676[[package]]
12677name = "pico-args"
12678version = "0.5.0"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12681
12682[[package]]
12683name = "pin-project"
12684version = "1.1.10"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12687dependencies = [
12688 "pin-project-internal",
12689]
12690
12691[[package]]
12692name = "pin-project-internal"
12693version = "1.1.10"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12696dependencies = [
12697 "proc-macro2",
12698 "quote",
12699 "syn 2.0.117",
12700]
12701
12702[[package]]
12703name = "pin-project-lite"
12704version = "0.2.16"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12707
12708[[package]]
12709name = "pin-utils"
12710version = "0.1.0"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12713
12714[[package]]
12715name = "piper"
12716version = "0.2.4"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12719dependencies = [
12720 "atomic-waker",
12721 "fastrand 2.3.0",
12722 "futures-io",
12723]
12724
12725[[package]]
12726name = "pkcs1"
12727version = "0.7.5"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12730dependencies = [
12731 "der 0.7.10",
12732 "pkcs8 0.10.2",
12733 "spki 0.7.3",
12734]
12735
12736[[package]]
12737name = "pkcs8"
12738version = "0.9.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12741dependencies = [
12742 "der 0.6.1",
12743 "spki 0.6.0",
12744]
12745
12746[[package]]
12747name = "pkcs8"
12748version = "0.10.2"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12751dependencies = [
12752 "der 0.7.10",
12753 "spki 0.7.3",
12754]
12755
12756[[package]]
12757name = "pkg-config"
12758version = "0.3.32"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12761
12762[[package]]
12763name = "plain"
12764version = "0.2.3"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12767
12768[[package]]
12769name = "platform_title_bar"
12770version = "0.1.0"
12771dependencies = [
12772 "feature_flags",
12773 "gpui",
12774 "project",
12775 "settings",
12776 "smallvec",
12777 "theme",
12778 "ui",
12779 "windows 0.61.3",
12780 "workspace",
12781 "zed_actions",
12782]
12783
12784[[package]]
12785name = "plist"
12786version = "1.8.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12789dependencies = [
12790 "base64 0.22.1",
12791 "indexmap",
12792 "quick-xml 0.38.3",
12793 "serde",
12794 "time",
12795]
12796
12797[[package]]
12798name = "plotters"
12799version = "0.3.7"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12802dependencies = [
12803 "num-traits",
12804 "plotters-backend",
12805 "plotters-svg",
12806 "wasm-bindgen",
12807 "web-sys",
12808]
12809
12810[[package]]
12811name = "plotters-backend"
12812version = "0.3.7"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12815
12816[[package]]
12817name = "plotters-svg"
12818version = "0.3.7"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12821dependencies = [
12822 "plotters-backend",
12823]
12824
12825[[package]]
12826name = "png"
12827version = "0.17.16"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12830dependencies = [
12831 "bitflags 1.3.2",
12832 "crc32fast",
12833 "fdeflate",
12834 "flate2",
12835 "miniz_oxide",
12836]
12837
12838[[package]]
12839name = "png"
12840version = "0.18.0"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12843dependencies = [
12844 "bitflags 2.10.0",
12845 "crc32fast",
12846 "fdeflate",
12847 "flate2",
12848 "miniz_oxide",
12849]
12850
12851[[package]]
12852name = "polling"
12853version = "3.11.0"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12856dependencies = [
12857 "cfg-if",
12858 "concurrent-queue",
12859 "hermit-abi",
12860 "pin-project-lite",
12861 "rustix 1.1.2",
12862 "windows-sys 0.61.2",
12863]
12864
12865[[package]]
12866name = "pollster"
12867version = "0.2.5"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12870
12871[[package]]
12872name = "pollster"
12873version = "0.4.0"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12876
12877[[package]]
12878name = "pori"
12879version = "0.0.0"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12882dependencies = [
12883 "nom 7.1.3",
12884]
12885
12886[[package]]
12887name = "portable-atomic"
12888version = "1.11.1"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12891
12892[[package]]
12893name = "portable-atomic-util"
12894version = "0.2.4"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12897dependencies = [
12898 "portable-atomic",
12899]
12900
12901[[package]]
12902name = "portable-pty"
12903version = "0.9.0"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12906dependencies = [
12907 "anyhow",
12908 "bitflags 1.3.2",
12909 "downcast-rs",
12910 "filedescriptor",
12911 "lazy_static",
12912 "libc",
12913 "log",
12914 "nix 0.28.0",
12915 "serial2",
12916 "shared_library",
12917 "shell-words",
12918 "winapi",
12919 "winreg 0.10.1",
12920]
12921
12922[[package]]
12923name = "postage"
12924version = "0.5.0"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12927dependencies = [
12928 "atomic",
12929 "crossbeam-queue",
12930 "futures 0.3.31",
12931 "log",
12932 "parking_lot",
12933 "pin-project",
12934 "pollster 0.2.5",
12935 "static_assertions",
12936 "thiserror 1.0.69",
12937]
12938
12939[[package]]
12940name = "postcard"
12941version = "1.1.3"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12944dependencies = [
12945 "cobs",
12946 "embedded-io 0.4.0",
12947 "embedded-io 0.6.1",
12948 "serde",
12949]
12950
12951[[package]]
12952name = "potential_utf"
12953version = "0.1.3"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12956dependencies = [
12957 "zerovec",
12958]
12959
12960[[package]]
12961name = "powerfmt"
12962version = "0.2.0"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12965
12966[[package]]
12967name = "ppv-lite86"
12968version = "0.2.21"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12971dependencies = [
12972 "zerocopy",
12973]
12974
12975[[package]]
12976name = "precomputed-hash"
12977version = "0.1.1"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12980
12981[[package]]
12982name = "presser"
12983version = "0.3.1"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12986
12987[[package]]
12988name = "prettier"
12989version = "0.1.0"
12990dependencies = [
12991 "anyhow",
12992 "collections",
12993 "fs",
12994 "gpui",
12995 "language",
12996 "log",
12997 "lsp",
12998 "node_runtime",
12999 "parking_lot",
13000 "paths",
13001 "serde",
13002 "serde_json",
13003 "util",
13004]
13005
13006[[package]]
13007name = "pretty_assertions"
13008version = "1.4.1"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13011dependencies = [
13012 "diff",
13013 "yansi",
13014]
13015
13016[[package]]
13017name = "prettyplease"
13018version = "0.2.37"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13021dependencies = [
13022 "proc-macro2",
13023 "syn 2.0.117",
13024]
13025
13026[[package]]
13027name = "primal-check"
13028version = "0.3.4"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13031dependencies = [
13032 "num-integer",
13033]
13034
13035[[package]]
13036name = "proc-macro-crate"
13037version = "3.4.0"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13040dependencies = [
13041 "toml_edit 0.23.7",
13042]
13043
13044[[package]]
13045name = "proc-macro-error"
13046version = "1.0.4"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13049dependencies = [
13050 "proc-macro-error-attr",
13051 "proc-macro2",
13052 "quote",
13053 "syn 1.0.109",
13054 "version_check",
13055]
13056
13057[[package]]
13058name = "proc-macro-error-attr"
13059version = "1.0.4"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13062dependencies = [
13063 "proc-macro2",
13064 "quote",
13065 "version_check",
13066]
13067
13068[[package]]
13069name = "proc-macro-error-attr2"
13070version = "2.0.0"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13073dependencies = [
13074 "proc-macro2",
13075 "quote",
13076]
13077
13078[[package]]
13079name = "proc-macro-error2"
13080version = "2.0.1"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13083dependencies = [
13084 "proc-macro-error-attr2",
13085 "proc-macro2",
13086 "quote",
13087 "syn 2.0.117",
13088]
13089
13090[[package]]
13091name = "proc-macro2"
13092version = "1.0.101"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13095dependencies = [
13096 "unicode-ident",
13097]
13098
13099[[package]]
13100name = "proc-macro2-diagnostics"
13101version = "0.10.1"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13104dependencies = [
13105 "proc-macro2",
13106 "quote",
13107 "syn 2.0.117",
13108 "version_check",
13109 "yansi",
13110]
13111
13112[[package]]
13113name = "procfs-core"
13114version = "0.17.0"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13117dependencies = [
13118 "bitflags 2.10.0",
13119 "hex",
13120 "serde",
13121]
13122
13123[[package]]
13124name = "profiling"
13125version = "1.0.17"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13128dependencies = [
13129 "profiling-procmacros",
13130]
13131
13132[[package]]
13133name = "profiling-procmacros"
13134version = "1.0.17"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13137dependencies = [
13138 "quote",
13139 "syn 2.0.117",
13140]
13141
13142[[package]]
13143name = "project"
13144version = "0.1.0"
13145dependencies = [
13146 "aho-corasick",
13147 "anyhow",
13148 "askpass",
13149 "async-trait",
13150 "base64 0.22.1",
13151 "buffer_diff",
13152 "circular-buffer",
13153 "client",
13154 "clock",
13155 "collections",
13156 "context_server",
13157 "dap",
13158 "encoding_rs",
13159 "extension",
13160 "fancy-regex 0.17.0",
13161 "fs",
13162 "futures 0.3.31",
13163 "fuzzy",
13164 "git",
13165 "git2",
13166 "git_hosting_providers",
13167 "globset",
13168 "gpui",
13169 "http_client",
13170 "image",
13171 "indexmap",
13172 "itertools 0.14.0",
13173 "language",
13174 "log",
13175 "lsp",
13176 "markdown",
13177 "node_runtime",
13178 "parking_lot",
13179 "paths",
13180 "postage",
13181 "prettier",
13182 "pretty_assertions",
13183 "project",
13184 "rand 0.9.2",
13185 "regex",
13186 "release_channel",
13187 "remote",
13188 "rpc",
13189 "schemars",
13190 "semver",
13191 "serde",
13192 "serde_json",
13193 "settings",
13194 "sha2",
13195 "shellexpand 2.1.2",
13196 "smallvec",
13197 "smol",
13198 "snippet",
13199 "snippet_provider",
13200 "sum_tree",
13201 "task",
13202 "tempfile",
13203 "terminal",
13204 "text",
13205 "toml 0.8.23",
13206 "tracing",
13207 "unindent",
13208 "url",
13209 "util",
13210 "watch",
13211 "wax",
13212 "which 6.0.3",
13213 "worktree",
13214 "zeroize",
13215 "zlog",
13216 "ztracing",
13217]
13218
13219[[package]]
13220name = "project_benchmarks"
13221version = "0.1.0"
13222dependencies = [
13223 "anyhow",
13224 "askpass",
13225 "clap",
13226 "client",
13227 "futures 0.3.31",
13228 "gpui",
13229 "gpui_platform",
13230 "http_client",
13231 "language",
13232 "node_runtime",
13233 "project",
13234 "release_channel",
13235 "remote",
13236 "rpassword",
13237 "semver",
13238 "settings",
13239 "watch",
13240]
13241
13242[[package]]
13243name = "project_panel"
13244version = "0.1.0"
13245dependencies = [
13246 "anyhow",
13247 "client",
13248 "collections",
13249 "command_palette_hooks",
13250 "criterion",
13251 "db",
13252 "editor",
13253 "feature_flags",
13254 "file_icons",
13255 "git",
13256 "git_ui",
13257 "gpui",
13258 "itertools 0.14.0",
13259 "language",
13260 "menu",
13261 "notifications",
13262 "pretty_assertions",
13263 "project",
13264 "rayon",
13265 "remote_connection",
13266 "schemars",
13267 "search",
13268 "serde",
13269 "serde_json",
13270 "settings",
13271 "smallvec",
13272 "telemetry",
13273 "tempfile",
13274 "theme",
13275 "ui",
13276 "util",
13277 "workspace",
13278 "worktree",
13279 "zed_actions",
13280]
13281
13282[[package]]
13283name = "project_symbols"
13284version = "0.1.0"
13285dependencies = [
13286 "anyhow",
13287 "editor",
13288 "futures 0.3.31",
13289 "fuzzy",
13290 "gpui",
13291 "language",
13292 "lsp",
13293 "ordered-float 2.10.1",
13294 "picker",
13295 "project",
13296 "release_channel",
13297 "semver",
13298 "serde_json",
13299 "settings",
13300 "theme",
13301 "util",
13302 "workspace",
13303]
13304
13305[[package]]
13306name = "prometheus"
13307version = "0.14.0"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13310dependencies = [
13311 "cfg-if",
13312 "fnv",
13313 "lazy_static",
13314 "memchr",
13315 "parking_lot",
13316 "protobuf",
13317 "thiserror 2.0.17",
13318]
13319
13320[[package]]
13321name = "prompt_store"
13322version = "0.1.0"
13323dependencies = [
13324 "anyhow",
13325 "assets",
13326 "chrono",
13327 "collections",
13328 "fs",
13329 "futures 0.3.31",
13330 "fuzzy",
13331 "gpui",
13332 "handlebars 4.5.0",
13333 "heed",
13334 "language",
13335 "log",
13336 "parking_lot",
13337 "paths",
13338 "rope",
13339 "serde",
13340 "strum 0.27.2",
13341 "tempfile",
13342 "text",
13343 "util",
13344 "uuid",
13345]
13346
13347[[package]]
13348name = "proptest"
13349version = "1.10.0"
13350source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13351dependencies = [
13352 "bit-set",
13353 "bit-vec",
13354 "bitflags 2.10.0",
13355 "num-traits",
13356 "proptest-macro",
13357 "rand 0.9.2",
13358 "rand_chacha 0.9.0",
13359 "rand_xorshift",
13360 "regex-syntax",
13361 "rusty-fork",
13362 "tempfile",
13363 "unarray",
13364]
13365
13366[[package]]
13367name = "proptest-derive"
13368version = "0.8.0"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13371dependencies = [
13372 "proc-macro2",
13373 "quote",
13374 "syn 2.0.117",
13375]
13376
13377[[package]]
13378name = "proptest-macro"
13379version = "0.5.0"
13380source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13381dependencies = [
13382 "convert_case 0.11.0",
13383 "proc-macro2",
13384 "quote",
13385 "syn 2.0.117",
13386]
13387
13388[[package]]
13389name = "prost"
13390version = "0.9.0"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13393dependencies = [
13394 "bytes 1.11.1",
13395 "prost-derive 0.9.0",
13396]
13397
13398[[package]]
13399name = "prost"
13400version = "0.12.6"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13403dependencies = [
13404 "bytes 1.11.1",
13405 "prost-derive 0.12.6",
13406]
13407
13408[[package]]
13409name = "prost-build"
13410version = "0.9.0"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13413dependencies = [
13414 "bytes 1.11.1",
13415 "heck 0.3.3",
13416 "itertools 0.10.5",
13417 "lazy_static",
13418 "log",
13419 "multimap",
13420 "petgraph",
13421 "prost 0.9.0",
13422 "prost-types 0.9.0",
13423 "regex",
13424 "tempfile",
13425 "which 4.4.2",
13426]
13427
13428[[package]]
13429name = "prost-build"
13430version = "0.12.6"
13431source = "registry+https://github.com/rust-lang/crates.io-index"
13432checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13433dependencies = [
13434 "bytes 1.11.1",
13435 "heck 0.5.0",
13436 "itertools 0.12.1",
13437 "log",
13438 "multimap",
13439 "once_cell",
13440 "petgraph",
13441 "prettyplease",
13442 "prost 0.12.6",
13443 "prost-types 0.12.6",
13444 "regex",
13445 "syn 2.0.117",
13446 "tempfile",
13447]
13448
13449[[package]]
13450name = "prost-derive"
13451version = "0.9.0"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13454dependencies = [
13455 "anyhow",
13456 "itertools 0.10.5",
13457 "proc-macro2",
13458 "quote",
13459 "syn 1.0.109",
13460]
13461
13462[[package]]
13463name = "prost-derive"
13464version = "0.12.6"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13467dependencies = [
13468 "anyhow",
13469 "itertools 0.12.1",
13470 "proc-macro2",
13471 "quote",
13472 "syn 2.0.117",
13473]
13474
13475[[package]]
13476name = "prost-types"
13477version = "0.9.0"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13480dependencies = [
13481 "bytes 1.11.1",
13482 "prost 0.9.0",
13483]
13484
13485[[package]]
13486name = "prost-types"
13487version = "0.12.6"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13490dependencies = [
13491 "prost 0.12.6",
13492]
13493
13494[[package]]
13495name = "proto"
13496version = "0.1.0"
13497dependencies = [
13498 "anyhow",
13499 "prost 0.9.0",
13500 "prost-build 0.9.0",
13501 "serde",
13502]
13503
13504[[package]]
13505name = "protobuf"
13506version = "3.7.2"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13509dependencies = [
13510 "once_cell",
13511 "protobuf-support",
13512 "thiserror 1.0.69",
13513]
13514
13515[[package]]
13516name = "protobuf-support"
13517version = "3.7.2"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13520dependencies = [
13521 "thiserror 1.0.69",
13522]
13523
13524[[package]]
13525name = "psm"
13526version = "0.1.30"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13529dependencies = [
13530 "ar_archive_writer",
13531 "cc",
13532]
13533
13534[[package]]
13535name = "ptr_meta"
13536version = "0.1.4"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13539dependencies = [
13540 "ptr_meta_derive",
13541]
13542
13543[[package]]
13544name = "ptr_meta_derive"
13545version = "0.1.4"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13548dependencies = [
13549 "proc-macro2",
13550 "quote",
13551 "syn 1.0.109",
13552]
13553
13554[[package]]
13555name = "pulldown-cmark"
13556version = "0.10.3"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13559dependencies = [
13560 "bitflags 2.10.0",
13561 "memchr",
13562 "pulldown-cmark-escape",
13563 "unicase",
13564]
13565
13566[[package]]
13567name = "pulldown-cmark"
13568version = "0.13.0"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13571dependencies = [
13572 "bitflags 2.10.0",
13573 "memchr",
13574 "unicase",
13575]
13576
13577[[package]]
13578name = "pulldown-cmark-escape"
13579version = "0.10.1"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13582
13583[[package]]
13584name = "pulley-interpreter"
13585version = "33.0.2"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13588dependencies = [
13589 "cranelift-bitset",
13590 "log",
13591 "wasmtime-math",
13592]
13593
13594[[package]]
13595name = "pulp"
13596version = "0.18.22"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13599dependencies = [
13600 "bytemuck",
13601 "libm",
13602 "num-complex",
13603 "reborrow",
13604]
13605
13606[[package]]
13607name = "pulp"
13608version = "0.21.5"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13611dependencies = [
13612 "bytemuck",
13613 "cfg-if",
13614 "libm",
13615 "num-complex",
13616 "reborrow",
13617 "version_check",
13618]
13619
13620[[package]]
13621name = "pxfm"
13622version = "0.1.25"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13625dependencies = [
13626 "num-traits",
13627]
13628
13629[[package]]
13630name = "qoi"
13631version = "0.4.1"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13634dependencies = [
13635 "bytemuck",
13636]
13637
13638[[package]]
13639name = "quick-error"
13640version = "1.2.3"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13643
13644[[package]]
13645name = "quick-error"
13646version = "2.0.1"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13649
13650[[package]]
13651name = "quick-xml"
13652version = "0.30.0"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13655dependencies = [
13656 "memchr",
13657]
13658
13659[[package]]
13660name = "quick-xml"
13661version = "0.37.5"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13664dependencies = [
13665 "memchr",
13666]
13667
13668[[package]]
13669name = "quick-xml"
13670version = "0.38.3"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13673dependencies = [
13674 "memchr",
13675]
13676
13677[[package]]
13678name = "quinn"
13679version = "0.11.9"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13682dependencies = [
13683 "bytes 1.11.1",
13684 "cfg_aliases 0.2.1",
13685 "pin-project-lite",
13686 "quinn-proto",
13687 "quinn-udp",
13688 "rustc-hash 2.1.1",
13689 "rustls 0.23.33",
13690 "socket2 0.6.1",
13691 "thiserror 2.0.17",
13692 "tokio",
13693 "tracing",
13694 "web-time",
13695]
13696
13697[[package]]
13698name = "quinn-proto"
13699version = "0.11.13"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13702dependencies = [
13703 "bytes 1.11.1",
13704 "getrandom 0.3.4",
13705 "lru-slab",
13706 "rand 0.9.2",
13707 "ring",
13708 "rustc-hash 2.1.1",
13709 "rustls 0.23.33",
13710 "rustls-pki-types",
13711 "slab",
13712 "thiserror 2.0.17",
13713 "tinyvec",
13714 "tracing",
13715 "web-time",
13716]
13717
13718[[package]]
13719name = "quinn-udp"
13720version = "0.5.14"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13723dependencies = [
13724 "cfg_aliases 0.2.1",
13725 "libc",
13726 "once_cell",
13727 "socket2 0.6.1",
13728 "tracing",
13729 "windows-sys 0.60.2",
13730]
13731
13732[[package]]
13733name = "quote"
13734version = "1.0.41"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13737dependencies = [
13738 "proc-macro2",
13739]
13740
13741[[package]]
13742name = "r-efi"
13743version = "5.3.0"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13746
13747[[package]]
13748name = "radium"
13749version = "0.7.0"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13752
13753[[package]]
13754name = "rand"
13755version = "0.3.23"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13758dependencies = [
13759 "libc",
13760 "rand 0.4.6",
13761]
13762
13763[[package]]
13764name = "rand"
13765version = "0.4.6"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13768dependencies = [
13769 "fuchsia-cprng",
13770 "libc",
13771 "rand_core 0.3.1",
13772 "rdrand",
13773 "winapi",
13774]
13775
13776[[package]]
13777name = "rand"
13778version = "0.8.5"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13781dependencies = [
13782 "libc",
13783 "rand_chacha 0.3.1",
13784 "rand_core 0.6.4",
13785]
13786
13787[[package]]
13788name = "rand"
13789version = "0.9.2"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13792dependencies = [
13793 "rand_chacha 0.9.0",
13794 "rand_core 0.9.3",
13795]
13796
13797[[package]]
13798name = "rand_chacha"
13799version = "0.3.1"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13802dependencies = [
13803 "ppv-lite86",
13804 "rand_core 0.6.4",
13805]
13806
13807[[package]]
13808name = "rand_chacha"
13809version = "0.9.0"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13812dependencies = [
13813 "ppv-lite86",
13814 "rand_core 0.9.3",
13815]
13816
13817[[package]]
13818name = "rand_core"
13819version = "0.3.1"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13822dependencies = [
13823 "rand_core 0.4.2",
13824]
13825
13826[[package]]
13827name = "rand_core"
13828version = "0.4.2"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13831
13832[[package]]
13833name = "rand_core"
13834version = "0.6.4"
13835source = "registry+https://github.com/rust-lang/crates.io-index"
13836checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13837dependencies = [
13838 "getrandom 0.2.16",
13839]
13840
13841[[package]]
13842name = "rand_core"
13843version = "0.9.3"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13846dependencies = [
13847 "getrandom 0.3.4",
13848]
13849
13850[[package]]
13851name = "rand_distr"
13852version = "0.5.1"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13855dependencies = [
13856 "num-traits",
13857 "rand 0.9.2",
13858]
13859
13860[[package]]
13861name = "rand_pcg"
13862version = "0.3.1"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13865dependencies = [
13866 "rand_core 0.6.4",
13867]
13868
13869[[package]]
13870name = "rand_xorshift"
13871version = "0.4.0"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13874dependencies = [
13875 "rand_core 0.9.3",
13876]
13877
13878[[package]]
13879name = "random_choice"
13880version = "0.3.2"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13883dependencies = [
13884 "rand 0.3.23",
13885]
13886
13887[[package]]
13888name = "range-alloc"
13889version = "0.1.4"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13892
13893[[package]]
13894name = "range-map"
13895version = "0.2.0"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13898dependencies = [
13899 "num-traits",
13900]
13901
13902[[package]]
13903name = "rangemap"
13904version = "1.7.1"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13907
13908[[package]]
13909name = "rav1e"
13910version = "0.7.1"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13913dependencies = [
13914 "arbitrary",
13915 "arg_enum_proc_macro",
13916 "arrayvec",
13917 "av1-grain",
13918 "bitstream-io",
13919 "built",
13920 "cfg-if",
13921 "interpolate_name",
13922 "itertools 0.12.1",
13923 "libc",
13924 "libfuzzer-sys",
13925 "log",
13926 "maybe-rayon",
13927 "new_debug_unreachable",
13928 "noop_proc_macro",
13929 "num-derive",
13930 "num-traits",
13931 "once_cell",
13932 "paste",
13933 "profiling",
13934 "rand 0.8.5",
13935 "rand_chacha 0.3.1",
13936 "simd_helpers",
13937 "system-deps 6.2.2",
13938 "thiserror 1.0.69",
13939 "v_frame",
13940 "wasm-bindgen",
13941]
13942
13943[[package]]
13944name = "ravif"
13945version = "0.11.20"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13948dependencies = [
13949 "avif-serialize",
13950 "imgref",
13951 "loop9",
13952 "quick-error 2.0.1",
13953 "rav1e",
13954 "rayon",
13955 "rgb",
13956]
13957
13958[[package]]
13959name = "raw-cpuid"
13960version = "10.7.0"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13963dependencies = [
13964 "bitflags 1.3.2",
13965]
13966
13967[[package]]
13968name = "raw-cpuid"
13969version = "11.6.0"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13972dependencies = [
13973 "bitflags 2.10.0",
13974]
13975
13976[[package]]
13977name = "raw-window-handle"
13978version = "0.6.2"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13981
13982[[package]]
13983name = "rayon"
13984version = "1.11.0"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13987dependencies = [
13988 "either",
13989 "rayon-core",
13990]
13991
13992[[package]]
13993name = "rayon-core"
13994version = "1.13.0"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13997dependencies = [
13998 "crossbeam-deque",
13999 "crossbeam-utils",
14000]
14001
14002[[package]]
14003name = "rdrand"
14004version = "0.4.0"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14007dependencies = [
14008 "rand_core 0.3.1",
14009]
14010
14011[[package]]
14012name = "read-fonts"
14013version = "0.35.0"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14016dependencies = [
14017 "bytemuck",
14018 "font-types 0.10.0",
14019]
14020
14021[[package]]
14022name = "read-fonts"
14023version = "0.37.0"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14026dependencies = [
14027 "bytemuck",
14028 "core_maths",
14029 "font-types 0.11.0",
14030]
14031
14032[[package]]
14033name = "realfft"
14034version = "3.5.0"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14037dependencies = [
14038 "rustfft",
14039]
14040
14041[[package]]
14042name = "reborrow"
14043version = "0.5.5"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14046
14047[[package]]
14048name = "recent_projects"
14049version = "0.1.0"
14050dependencies = [
14051 "anyhow",
14052 "askpass",
14053 "chrono",
14054 "db",
14055 "dev_container",
14056 "editor",
14057 "extension",
14058 "extension_host",
14059 "fs",
14060 "futures 0.3.31",
14061 "fuzzy",
14062 "gpui",
14063 "http_client",
14064 "indoc",
14065 "language",
14066 "log",
14067 "menu",
14068 "node_runtime",
14069 "open_path_prompt",
14070 "ordered-float 2.10.1",
14071 "paths",
14072 "picker",
14073 "project",
14074 "release_channel",
14075 "remote",
14076 "remote_connection",
14077 "remote_server",
14078 "semver",
14079 "serde",
14080 "serde_json",
14081 "settings",
14082 "smol",
14083 "task",
14084 "telemetry",
14085 "ui",
14086 "ui_input",
14087 "util",
14088 "windows-registry 0.6.1",
14089 "workspace",
14090 "worktree",
14091 "zed_actions",
14092]
14093
14094[[package]]
14095name = "redox_syscall"
14096version = "0.2.16"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14099dependencies = [
14100 "bitflags 1.3.2",
14101]
14102
14103[[package]]
14104name = "redox_syscall"
14105version = "0.5.18"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14108dependencies = [
14109 "bitflags 2.10.0",
14110]
14111
14112[[package]]
14113name = "redox_users"
14114version = "0.4.6"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14117dependencies = [
14118 "getrandom 0.2.16",
14119 "libredox",
14120 "thiserror 1.0.69",
14121]
14122
14123[[package]]
14124name = "redox_users"
14125version = "0.5.2"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14128dependencies = [
14129 "getrandom 0.2.16",
14130 "libredox",
14131 "thiserror 2.0.17",
14132]
14133
14134[[package]]
14135name = "ref-cast"
14136version = "1.0.25"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14139dependencies = [
14140 "ref-cast-impl",
14141]
14142
14143[[package]]
14144name = "ref-cast-impl"
14145version = "1.0.25"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14148dependencies = [
14149 "proc-macro2",
14150 "quote",
14151 "syn 2.0.117",
14152]
14153
14154[[package]]
14155name = "referencing"
14156version = "0.37.4"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14159dependencies = [
14160 "ahash 0.8.12",
14161 "fluent-uri",
14162 "getrandom 0.3.4",
14163 "hashbrown 0.16.1",
14164 "parking_lot",
14165 "percent-encoding",
14166 "serde_json",
14167]
14168
14169[[package]]
14170name = "refineable"
14171version = "0.1.0"
14172dependencies = [
14173 "derive_refineable",
14174]
14175
14176[[package]]
14177name = "regalloc2"
14178version = "0.12.2"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14181dependencies = [
14182 "allocator-api2",
14183 "bumpalo",
14184 "hashbrown 0.15.5",
14185 "log",
14186 "rustc-hash 2.1.1",
14187 "serde",
14188 "smallvec",
14189]
14190
14191[[package]]
14192name = "regex"
14193version = "1.12.2"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14196dependencies = [
14197 "aho-corasick",
14198 "memchr",
14199 "regex-automata",
14200 "regex-syntax",
14201]
14202
14203[[package]]
14204name = "regex-automata"
14205version = "0.4.13"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14208dependencies = [
14209 "aho-corasick",
14210 "memchr",
14211 "regex-syntax",
14212]
14213
14214[[package]]
14215name = "regex-lite"
14216version = "0.1.8"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14219
14220[[package]]
14221name = "regex-syntax"
14222version = "0.8.8"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14225
14226[[package]]
14227name = "release_channel"
14228version = "0.1.0"
14229dependencies = [
14230 "gpui",
14231 "semver",
14232]
14233
14234[[package]]
14235name = "remote"
14236version = "0.1.0"
14237dependencies = [
14238 "anyhow",
14239 "askpass",
14240 "async-trait",
14241 "base64 0.22.1",
14242 "collections",
14243 "fs",
14244 "futures 0.3.31",
14245 "gpui",
14246 "log",
14247 "parking_lot",
14248 "paths",
14249 "prost 0.9.0",
14250 "release_channel",
14251 "rpc",
14252 "schemars",
14253 "semver",
14254 "serde",
14255 "serde_json",
14256 "settings",
14257 "smol",
14258 "tempfile",
14259 "thiserror 2.0.17",
14260 "urlencoding",
14261 "util",
14262 "which 6.0.3",
14263]
14264
14265[[package]]
14266name = "remote_connection"
14267version = "0.1.0"
14268dependencies = [
14269 "anyhow",
14270 "askpass",
14271 "auto_update",
14272 "futures 0.3.31",
14273 "gpui",
14274 "log",
14275 "markdown",
14276 "menu",
14277 "release_channel",
14278 "remote",
14279 "semver",
14280 "settings",
14281 "theme",
14282 "ui",
14283 "ui_input",
14284 "workspace",
14285]
14286
14287[[package]]
14288name = "remote_server"
14289version = "0.1.0"
14290dependencies = [
14291 "action_log",
14292 "agent",
14293 "anyhow",
14294 "askpass",
14295 "cargo_toml",
14296 "clap",
14297 "client",
14298 "clock",
14299 "collections",
14300 "crash-handler",
14301 "crashes",
14302 "dap_adapters",
14303 "debug_adapter_extension",
14304 "editor",
14305 "env_logger 0.11.8",
14306 "extension",
14307 "extension_host",
14308 "fork",
14309 "fs",
14310 "futures 0.3.31",
14311 "git",
14312 "git2",
14313 "git_hosting_providers",
14314 "gpui",
14315 "gpui_platform",
14316 "gpui_tokio",
14317 "http_client",
14318 "image",
14319 "json_schema_store",
14320 "language",
14321 "language_extension",
14322 "language_model",
14323 "languages",
14324 "libc",
14325 "log",
14326 "lsp",
14327 "minidumper",
14328 "net",
14329 "node_runtime",
14330 "paths",
14331 "pretty_assertions",
14332 "project",
14333 "proto",
14334 "rayon",
14335 "release_channel",
14336 "remote",
14337 "reqwest_client",
14338 "rpc",
14339 "rust-embed",
14340 "semver",
14341 "serde",
14342 "serde_json",
14343 "settings",
14344 "shellexpand 2.1.2",
14345 "smol",
14346 "sysinfo 0.37.2",
14347 "task",
14348 "theme",
14349 "thiserror 2.0.17",
14350 "toml 0.8.23",
14351 "unindent",
14352 "util",
14353 "uuid",
14354 "watch",
14355 "windows 0.61.3",
14356 "worktree",
14357 "zlog",
14358]
14359
14360[[package]]
14361name = "rend"
14362version = "0.4.2"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14365dependencies = [
14366 "bytecheck",
14367]
14368
14369[[package]]
14370name = "renderdoc-sys"
14371version = "1.1.0"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14374
14375[[package]]
14376name = "repl"
14377version = "0.1.0"
14378dependencies = [
14379 "alacritty_terminal",
14380 "anyhow",
14381 "async-dispatcher",
14382 "async-task",
14383 "async-tungstenite",
14384 "base64 0.22.1",
14385 "client",
14386 "collections",
14387 "command_palette_hooks",
14388 "editor",
14389 "feature_flags",
14390 "file_icons",
14391 "futures 0.3.31",
14392 "gpui",
14393 "html_to_markdown",
14394 "http_client",
14395 "image",
14396 "indoc",
14397 "jupyter-protocol",
14398 "jupyter-websocket-client",
14399 "language",
14400 "languages",
14401 "log",
14402 "markdown",
14403 "menu",
14404 "multi_buffer",
14405 "nbformat",
14406 "picker",
14407 "project",
14408 "remote",
14409 "runtimelib",
14410 "serde",
14411 "serde_json",
14412 "settings",
14413 "shlex",
14414 "smol",
14415 "telemetry",
14416 "terminal",
14417 "terminal_view",
14418 "theme",
14419 "tree-sitter-md",
14420 "tree-sitter-python",
14421 "tree-sitter-typescript",
14422 "ui",
14423 "util",
14424 "uuid",
14425 "workspace",
14426 "zed_actions",
14427]
14428
14429[[package]]
14430name = "reqwest"
14431version = "0.11.27"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14434dependencies = [
14435 "base64 0.21.7",
14436 "bytes 1.11.1",
14437 "encoding_rs",
14438 "futures-core",
14439 "futures-util",
14440 "h2 0.3.27",
14441 "http 0.2.12",
14442 "http-body 0.4.6",
14443 "hyper 0.14.32",
14444 "hyper-tls",
14445 "ipnet",
14446 "js-sys",
14447 "log",
14448 "mime",
14449 "native-tls",
14450 "once_cell",
14451 "percent-encoding",
14452 "pin-project-lite",
14453 "rustls-pemfile 1.0.4",
14454 "serde",
14455 "serde_json",
14456 "serde_urlencoded",
14457 "sync_wrapper 0.1.2",
14458 "system-configuration 0.5.1",
14459 "tokio",
14460 "tokio-native-tls",
14461 "tower-service",
14462 "url",
14463 "wasm-bindgen",
14464 "wasm-bindgen-futures",
14465 "web-sys",
14466 "winreg 0.50.0",
14467]
14468
14469[[package]]
14470name = "reqwest"
14471version = "0.12.24"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14474dependencies = [
14475 "base64 0.22.1",
14476 "bytes 1.11.1",
14477 "futures-channel",
14478 "futures-core",
14479 "futures-util",
14480 "http 1.3.1",
14481 "http-body 1.0.1",
14482 "http-body-util",
14483 "hyper 1.7.0",
14484 "hyper-rustls 0.27.7",
14485 "hyper-util",
14486 "js-sys",
14487 "log",
14488 "percent-encoding",
14489 "pin-project-lite",
14490 "quinn",
14491 "rustls 0.23.33",
14492 "rustls-native-certs 0.8.2",
14493 "rustls-pki-types",
14494 "serde",
14495 "serde_json",
14496 "serde_urlencoded",
14497 "sync_wrapper 1.0.2",
14498 "tokio",
14499 "tokio-rustls 0.26.2",
14500 "tower 0.5.2",
14501 "tower-http 0.6.6",
14502 "tower-service",
14503 "url",
14504 "wasm-bindgen",
14505 "wasm-bindgen-futures",
14506 "web-sys",
14507]
14508
14509[[package]]
14510name = "reqwest_client"
14511version = "0.1.0"
14512dependencies = [
14513 "anyhow",
14514 "bytes 1.11.1",
14515 "futures 0.3.31",
14516 "gpui_util",
14517 "http_client",
14518 "http_client_tls",
14519 "log",
14520 "regex",
14521 "serde",
14522 "tokio",
14523 "zed-reqwest",
14524]
14525
14526[[package]]
14527name = "resvg"
14528version = "0.45.1"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14531dependencies = [
14532 "log",
14533 "pico-args",
14534 "rgb",
14535 "svgtypes",
14536 "tiny-skia",
14537 "usvg",
14538]
14539
14540[[package]]
14541name = "rfc6979"
14542version = "0.3.1"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14545dependencies = [
14546 "crypto-bigint 0.4.9",
14547 "hmac",
14548 "zeroize",
14549]
14550
14551[[package]]
14552name = "rgb"
14553version = "0.8.52"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14556dependencies = [
14557 "bytemuck",
14558]
14559
14560[[package]]
14561name = "ring"
14562version = "0.17.14"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14565dependencies = [
14566 "cc",
14567 "cfg-if",
14568 "getrandom 0.2.16",
14569 "libc",
14570 "untrusted 0.9.0",
14571 "windows-sys 0.52.0",
14572]
14573
14574[[package]]
14575name = "rkyv"
14576version = "0.7.45"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14579dependencies = [
14580 "bitvec",
14581 "bytecheck",
14582 "bytes 1.11.1",
14583 "hashbrown 0.12.3",
14584 "ptr_meta",
14585 "rend",
14586 "rkyv_derive",
14587 "seahash",
14588 "tinyvec",
14589 "uuid",
14590]
14591
14592[[package]]
14593name = "rkyv_derive"
14594version = "0.7.45"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14597dependencies = [
14598 "proc-macro2",
14599 "quote",
14600 "syn 1.0.109",
14601]
14602
14603[[package]]
14604name = "rmp"
14605version = "0.8.14"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14608dependencies = [
14609 "byteorder",
14610 "num-traits",
14611 "paste",
14612]
14613
14614[[package]]
14615name = "rmpv"
14616version = "1.3.0"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14619dependencies = [
14620 "num-traits",
14621 "rmp",
14622]
14623
14624[[package]]
14625name = "rodio"
14626version = "0.21.1"
14627source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14628dependencies = [
14629 "cpal",
14630 "dasp_sample",
14631 "hound",
14632 "num-rational",
14633 "rand 0.9.2",
14634 "rand_distr",
14635 "rtrb",
14636 "symphonia",
14637 "thiserror 2.0.17",
14638]
14639
14640[[package]]
14641name = "rope"
14642version = "0.1.0"
14643dependencies = [
14644 "arrayvec",
14645 "criterion",
14646 "ctor",
14647 "gpui",
14648 "log",
14649 "rand 0.9.2",
14650 "rayon",
14651 "sum_tree",
14652 "tracing",
14653 "unicode-segmentation",
14654 "util",
14655 "zlog",
14656 "ztracing",
14657]
14658
14659[[package]]
14660name = "roxmltree"
14661version = "0.20.0"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14664
14665[[package]]
14666name = "rpassword"
14667version = "7.4.0"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14670dependencies = [
14671 "libc",
14672 "rtoolbox",
14673 "windows-sys 0.59.0",
14674]
14675
14676[[package]]
14677name = "rpc"
14678version = "0.1.0"
14679dependencies = [
14680 "anyhow",
14681 "async-tungstenite",
14682 "base64 0.22.1",
14683 "collections",
14684 "futures 0.3.31",
14685 "gpui",
14686 "parking_lot",
14687 "proto",
14688 "rand 0.9.2",
14689 "rsa",
14690 "serde",
14691 "serde_json",
14692 "sha2",
14693 "strum 0.27.2",
14694 "tracing",
14695 "util",
14696 "zlog",
14697 "zstd",
14698]
14699
14700[[package]]
14701name = "rsa"
14702version = "0.9.10"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14705dependencies = [
14706 "const-oid",
14707 "digest",
14708 "num-bigint-dig 0.8.6",
14709 "num-integer",
14710 "num-traits",
14711 "pkcs1",
14712 "pkcs8 0.10.2",
14713 "rand_core 0.6.4",
14714 "signature 2.2.0",
14715 "spki 0.7.3",
14716 "subtle",
14717 "zeroize",
14718]
14719
14720[[package]]
14721name = "rtoolbox"
14722version = "0.0.3"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14725dependencies = [
14726 "libc",
14727 "windows-sys 0.52.0",
14728]
14729
14730[[package]]
14731name = "rtrb"
14732version = "0.3.2"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14735
14736[[package]]
14737name = "rules_library"
14738version = "0.1.0"
14739dependencies = [
14740 "anyhow",
14741 "collections",
14742 "editor",
14743 "gpui",
14744 "language",
14745 "language_model",
14746 "log",
14747 "menu",
14748 "picker",
14749 "platform_title_bar",
14750 "prompt_store",
14751 "release_channel",
14752 "rope",
14753 "serde",
14754 "settings",
14755 "theme",
14756 "ui",
14757 "ui_input",
14758 "util",
14759 "workspace",
14760 "zed_actions",
14761]
14762
14763[[package]]
14764name = "runtimelib"
14765version = "1.4.0"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14768dependencies = [
14769 "async-dispatcher",
14770 "async-std",
14771 "aws-lc-rs",
14772 "base64 0.22.1",
14773 "bytes 1.11.1",
14774 "chrono",
14775 "data-encoding",
14776 "dirs 6.0.0",
14777 "futures 0.3.31",
14778 "glob",
14779 "jupyter-protocol",
14780 "serde",
14781 "serde_json",
14782 "shellexpand 3.1.1",
14783 "smol",
14784 "thiserror 2.0.17",
14785 "uuid",
14786 "zeromq",
14787]
14788
14789[[package]]
14790name = "rust-embed"
14791version = "8.7.2"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14794dependencies = [
14795 "rust-embed-impl",
14796 "rust-embed-utils",
14797 "walkdir",
14798]
14799
14800[[package]]
14801name = "rust-embed-impl"
14802version = "8.7.2"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14805dependencies = [
14806 "proc-macro2",
14807 "quote",
14808 "rust-embed-utils",
14809 "syn 2.0.117",
14810 "walkdir",
14811]
14812
14813[[package]]
14814name = "rust-embed-utils"
14815version = "8.7.2"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14818dependencies = [
14819 "globset",
14820 "sha2",
14821 "walkdir",
14822]
14823
14824[[package]]
14825name = "rust_decimal"
14826version = "1.39.0"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14829dependencies = [
14830 "arrayvec",
14831 "borsh",
14832 "bytes 1.11.1",
14833 "num-traits",
14834 "rand 0.8.5",
14835 "rkyv",
14836 "serde",
14837 "serde_json",
14838]
14839
14840[[package]]
14841name = "rustc-demangle"
14842version = "0.1.26"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14845
14846[[package]]
14847name = "rustc-hash"
14848version = "1.1.0"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14851
14852[[package]]
14853name = "rustc-hash"
14854version = "2.1.1"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14857
14858[[package]]
14859name = "rustc_version"
14860version = "0.4.1"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14863dependencies = [
14864 "semver",
14865]
14866
14867[[package]]
14868name = "rustfft"
14869version = "6.4.1"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14872dependencies = [
14873 "num-complex",
14874 "num-integer",
14875 "num-traits",
14876 "primal-check",
14877 "strength_reduce",
14878 "transpose",
14879]
14880
14881[[package]]
14882name = "rustix"
14883version = "0.38.44"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14886dependencies = [
14887 "bitflags 2.10.0",
14888 "errno 0.3.14",
14889 "libc",
14890 "linux-raw-sys 0.4.15",
14891 "windows-sys 0.59.0",
14892]
14893
14894[[package]]
14895name = "rustix"
14896version = "1.1.2"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14899dependencies = [
14900 "bitflags 2.10.0",
14901 "errno 0.3.14",
14902 "libc",
14903 "linux-raw-sys 0.11.0",
14904 "windows-sys 0.61.2",
14905]
14906
14907[[package]]
14908name = "rustix-linux-procfs"
14909version = "0.1.1"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14912dependencies = [
14913 "once_cell",
14914 "rustix 1.1.2",
14915]
14916
14917[[package]]
14918name = "rustix-openpty"
14919version = "0.2.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14922dependencies = [
14923 "errno 0.3.14",
14924 "libc",
14925 "rustix 1.1.2",
14926]
14927
14928[[package]]
14929name = "rustls"
14930version = "0.21.12"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14933dependencies = [
14934 "log",
14935 "ring",
14936 "rustls-webpki 0.101.7",
14937 "sct",
14938]
14939
14940[[package]]
14941name = "rustls"
14942version = "0.23.33"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14945dependencies = [
14946 "aws-lc-rs",
14947 "log",
14948 "once_cell",
14949 "ring",
14950 "rustls-pki-types",
14951 "rustls-webpki 0.103.7",
14952 "subtle",
14953 "zeroize",
14954]
14955
14956[[package]]
14957name = "rustls-native-certs"
14958version = "0.6.3"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14961dependencies = [
14962 "openssl-probe",
14963 "rustls-pemfile 1.0.4",
14964 "schannel",
14965 "security-framework 2.11.1",
14966]
14967
14968[[package]]
14969name = "rustls-native-certs"
14970version = "0.8.2"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14973dependencies = [
14974 "openssl-probe",
14975 "rustls-pki-types",
14976 "schannel",
14977 "security-framework 3.5.1",
14978]
14979
14980[[package]]
14981name = "rustls-pemfile"
14982version = "1.0.4"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14985dependencies = [
14986 "base64 0.21.7",
14987]
14988
14989[[package]]
14990name = "rustls-pemfile"
14991version = "2.2.0"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14994dependencies = [
14995 "rustls-pki-types",
14996]
14997
14998[[package]]
14999name = "rustls-pki-types"
15000version = "1.12.0"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15003dependencies = [
15004 "web-time",
15005 "zeroize",
15006]
15007
15008[[package]]
15009name = "rustls-platform-verifier"
15010version = "0.5.3"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15013dependencies = [
15014 "core-foundation 0.10.0",
15015 "core-foundation-sys",
15016 "jni",
15017 "log",
15018 "once_cell",
15019 "rustls 0.23.33",
15020 "rustls-native-certs 0.8.2",
15021 "rustls-platform-verifier-android",
15022 "rustls-webpki 0.103.7",
15023 "security-framework 3.5.1",
15024 "security-framework-sys",
15025 "webpki-root-certs",
15026 "windows-sys 0.59.0",
15027]
15028
15029[[package]]
15030name = "rustls-platform-verifier-android"
15031version = "0.1.1"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15034
15035[[package]]
15036name = "rustls-webpki"
15037version = "0.101.7"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15040dependencies = [
15041 "ring",
15042 "untrusted 0.9.0",
15043]
15044
15045[[package]]
15046name = "rustls-webpki"
15047version = "0.103.7"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15050dependencies = [
15051 "aws-lc-rs",
15052 "ring",
15053 "rustls-pki-types",
15054 "untrusted 0.9.0",
15055]
15056
15057[[package]]
15058name = "rustversion"
15059version = "1.0.22"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15062
15063[[package]]
15064name = "rusty-fork"
15065version = "0.3.1"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15068dependencies = [
15069 "fnv",
15070 "quick-error 1.2.3",
15071 "tempfile",
15072 "wait-timeout",
15073]
15074
15075[[package]]
15076name = "rustybuzz"
15077version = "0.20.1"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15080dependencies = [
15081 "bitflags 2.10.0",
15082 "bytemuck",
15083 "core_maths",
15084 "log",
15085 "smallvec",
15086 "ttf-parser 0.25.1",
15087 "unicode-bidi-mirroring",
15088 "unicode-ccc",
15089 "unicode-properties",
15090 "unicode-script",
15091]
15092
15093[[package]]
15094name = "ryu"
15095version = "1.0.20"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15098
15099[[package]]
15100name = "saa"
15101version = "5.4.9"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15104
15105[[package]]
15106name = "safetensors"
15107version = "0.4.5"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15110dependencies = [
15111 "serde",
15112 "serde_json",
15113]
15114
15115[[package]]
15116name = "same-file"
15117version = "1.0.6"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15120dependencies = [
15121 "winapi-util",
15122]
15123
15124[[package]]
15125name = "scc"
15126version = "3.5.6"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15129dependencies = [
15130 "saa",
15131 "sdd",
15132]
15133
15134[[package]]
15135name = "schannel"
15136version = "0.1.28"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15139dependencies = [
15140 "windows-sys 0.61.2",
15141]
15142
15143[[package]]
15144name = "scheduler"
15145version = "0.1.0"
15146dependencies = [
15147 "async-task",
15148 "backtrace",
15149 "chrono",
15150 "flume",
15151 "futures 0.3.31",
15152 "parking_lot",
15153 "rand 0.9.2",
15154 "web-time",
15155]
15156
15157[[package]]
15158name = "schema_generator"
15159version = "0.1.0"
15160dependencies = [
15161 "anyhow",
15162 "clap",
15163 "env_logger 0.11.8",
15164 "schemars",
15165 "serde",
15166 "serde_json",
15167 "settings",
15168 "theme",
15169]
15170
15171[[package]]
15172name = "schemars"
15173version = "1.0.4"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15176dependencies = [
15177 "dyn-clone",
15178 "indexmap",
15179 "ref-cast",
15180 "schemars_derive",
15181 "serde",
15182 "serde_json",
15183]
15184
15185[[package]]
15186name = "schemars_derive"
15187version = "1.0.4"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15190dependencies = [
15191 "proc-macro2",
15192 "quote",
15193 "serde_derive_internals",
15194 "syn 2.0.117",
15195]
15196
15197[[package]]
15198name = "scoped-tls"
15199version = "1.0.1"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15202
15203[[package]]
15204name = "scopeguard"
15205version = "1.2.0"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15208
15209[[package]]
15210name = "scratch"
15211version = "1.0.9"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15214
15215[[package]]
15216name = "screencapturekit"
15217version = "0.2.8"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15220dependencies = [
15221 "screencapturekit-sys",
15222]
15223
15224[[package]]
15225name = "screencapturekit-sys"
15226version = "0.2.8"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15229dependencies = [
15230 "block",
15231 "dispatch",
15232 "objc",
15233 "objc-foundation",
15234 "objc_id",
15235 "once_cell",
15236]
15237
15238[[package]]
15239name = "scroll"
15240version = "0.12.0"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15243dependencies = [
15244 "scroll_derive",
15245]
15246
15247[[package]]
15248name = "scroll_derive"
15249version = "0.12.1"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15252dependencies = [
15253 "proc-macro2",
15254 "quote",
15255 "syn 2.0.117",
15256]
15257
15258[[package]]
15259name = "sct"
15260version = "0.7.1"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15263dependencies = [
15264 "ring",
15265 "untrusted 0.9.0",
15266]
15267
15268[[package]]
15269name = "sdd"
15270version = "4.6.2"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15273
15274[[package]]
15275name = "sea-bae"
15276version = "0.2.1"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15279dependencies = [
15280 "heck 0.4.1",
15281 "proc-macro-error2",
15282 "proc-macro2",
15283 "quote",
15284 "syn 2.0.117",
15285]
15286
15287[[package]]
15288name = "sea-orm"
15289version = "1.1.10"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15292dependencies = [
15293 "async-stream",
15294 "async-trait",
15295 "bigdecimal",
15296 "chrono",
15297 "futures-util",
15298 "log",
15299 "ouroboros",
15300 "pgvector",
15301 "rust_decimal",
15302 "sea-orm-macros",
15303 "sea-query",
15304 "sea-query-binder",
15305 "serde",
15306 "serde_json",
15307 "sqlx",
15308 "strum 0.26.3",
15309 "thiserror 2.0.17",
15310 "time",
15311 "tracing",
15312 "url",
15313 "uuid",
15314]
15315
15316[[package]]
15317name = "sea-orm-macros"
15318version = "1.1.10"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15321dependencies = [
15322 "heck 0.4.1",
15323 "proc-macro2",
15324 "quote",
15325 "sea-bae",
15326 "syn 2.0.117",
15327 "unicode-ident",
15328]
15329
15330[[package]]
15331name = "sea-query"
15332version = "0.32.7"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15335dependencies = [
15336 "bigdecimal",
15337 "chrono",
15338 "inherent",
15339 "ordered-float 4.6.0",
15340 "rust_decimal",
15341 "serde_json",
15342 "time",
15343 "uuid",
15344]
15345
15346[[package]]
15347name = "sea-query-binder"
15348version = "0.7.0"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15351dependencies = [
15352 "bigdecimal",
15353 "chrono",
15354 "rust_decimal",
15355 "sea-query",
15356 "serde_json",
15357 "sqlx",
15358 "time",
15359 "uuid",
15360]
15361
15362[[package]]
15363name = "seahash"
15364version = "4.1.0"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15367
15368[[package]]
15369name = "search"
15370version = "0.1.0"
15371dependencies = [
15372 "any_vec",
15373 "anyhow",
15374 "bitflags 2.10.0",
15375 "collections",
15376 "editor",
15377 "fs",
15378 "futures 0.3.31",
15379 "gpui",
15380 "itertools 0.14.0",
15381 "language",
15382 "lsp",
15383 "menu",
15384 "pretty_assertions",
15385 "project",
15386 "serde",
15387 "serde_json",
15388 "settings",
15389 "smol",
15390 "theme",
15391 "tracing",
15392 "ui",
15393 "unindent",
15394 "util",
15395 "util_macros",
15396 "workspace",
15397 "zed_actions",
15398 "ztracing",
15399]
15400
15401[[package]]
15402name = "sec1"
15403version = "0.3.0"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15406dependencies = [
15407 "base16ct",
15408 "der 0.6.1",
15409 "generic-array",
15410 "pkcs8 0.9.0",
15411 "subtle",
15412 "zeroize",
15413]
15414
15415[[package]]
15416name = "security-framework"
15417version = "2.11.1"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15420dependencies = [
15421 "bitflags 2.10.0",
15422 "core-foundation 0.9.4",
15423 "core-foundation-sys",
15424 "libc",
15425 "security-framework-sys",
15426]
15427
15428[[package]]
15429name = "security-framework"
15430version = "3.5.1"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15433dependencies = [
15434 "bitflags 2.10.0",
15435 "core-foundation 0.10.0",
15436 "core-foundation-sys",
15437 "libc",
15438 "security-framework-sys",
15439]
15440
15441[[package]]
15442name = "security-framework-sys"
15443version = "2.15.0"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15446dependencies = [
15447 "core-foundation-sys",
15448 "libc",
15449]
15450
15451[[package]]
15452name = "self_cell"
15453version = "1.2.2"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15456
15457[[package]]
15458name = "semver"
15459version = "1.0.27"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15462dependencies = [
15463 "serde",
15464 "serde_core",
15465]
15466
15467[[package]]
15468name = "seq-macro"
15469version = "0.3.6"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15472
15473[[package]]
15474name = "serde"
15475version = "1.0.228"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15478dependencies = [
15479 "serde_core",
15480 "serde_derive",
15481]
15482
15483[[package]]
15484name = "serde_bytes"
15485version = "0.11.19"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15488dependencies = [
15489 "serde",
15490 "serde_core",
15491]
15492
15493[[package]]
15494name = "serde_core"
15495version = "1.0.228"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15498dependencies = [
15499 "serde_derive",
15500]
15501
15502[[package]]
15503name = "serde_derive"
15504version = "1.0.228"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15507dependencies = [
15508 "proc-macro2",
15509 "quote",
15510 "syn 2.0.117",
15511]
15512
15513[[package]]
15514name = "serde_derive_internals"
15515version = "0.29.1"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15518dependencies = [
15519 "proc-macro2",
15520 "quote",
15521 "syn 2.0.117",
15522]
15523
15524[[package]]
15525name = "serde_fmt"
15526version = "1.0.3"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15529dependencies = [
15530 "serde",
15531]
15532
15533[[package]]
15534name = "serde_json"
15535version = "1.0.145"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15538dependencies = [
15539 "indexmap",
15540 "itoa",
15541 "memchr",
15542 "ryu",
15543 "serde",
15544 "serde_core",
15545]
15546
15547[[package]]
15548name = "serde_json_lenient"
15549version = "0.2.4"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15552dependencies = [
15553 "indexmap",
15554 "itoa",
15555 "memchr",
15556 "ryu",
15557 "serde",
15558]
15559
15560[[package]]
15561name = "serde_path_to_error"
15562version = "0.1.20"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15565dependencies = [
15566 "itoa",
15567 "serde",
15568 "serde_core",
15569]
15570
15571[[package]]
15572name = "serde_repr"
15573version = "0.1.20"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15576dependencies = [
15577 "proc-macro2",
15578 "quote",
15579 "syn 2.0.117",
15580]
15581
15582[[package]]
15583name = "serde_spanned"
15584version = "0.6.9"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15587dependencies = [
15588 "serde",
15589]
15590
15591[[package]]
15592name = "serde_spanned"
15593version = "1.0.3"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15596dependencies = [
15597 "serde_core",
15598]
15599
15600[[package]]
15601name = "serde_urlencoded"
15602version = "0.7.1"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15605dependencies = [
15606 "form_urlencoded",
15607 "itoa",
15608 "ryu",
15609 "serde",
15610]
15611
15612[[package]]
15613name = "serde_yaml"
15614version = "0.9.34+deprecated"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15617dependencies = [
15618 "indexmap",
15619 "itoa",
15620 "ryu",
15621 "serde",
15622 "unsafe-libyaml",
15623]
15624
15625[[package]]
15626name = "serial2"
15627version = "0.2.33"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15630dependencies = [
15631 "cfg-if",
15632 "libc",
15633 "winapi",
15634]
15635
15636[[package]]
15637name = "session"
15638version = "0.1.0"
15639dependencies = [
15640 "db",
15641 "gpui",
15642 "serde_json",
15643 "util",
15644 "uuid",
15645]
15646
15647[[package]]
15648name = "settings"
15649version = "0.1.0"
15650dependencies = [
15651 "anyhow",
15652 "collections",
15653 "ec4rs",
15654 "fs",
15655 "futures 0.3.31",
15656 "gpui",
15657 "indoc",
15658 "inventory",
15659 "log",
15660 "migrator",
15661 "paths",
15662 "pretty_assertions",
15663 "release_channel",
15664 "rust-embed",
15665 "schemars",
15666 "serde",
15667 "serde_json",
15668 "serde_json_lenient",
15669 "settings_content",
15670 "settings_json",
15671 "settings_macros",
15672 "smallvec",
15673 "unindent",
15674 "util",
15675 "zlog",
15676]
15677
15678[[package]]
15679name = "settings_content"
15680version = "0.1.0"
15681dependencies = [
15682 "anyhow",
15683 "collections",
15684 "derive_more",
15685 "gpui",
15686 "log",
15687 "schemars",
15688 "serde",
15689 "serde_json",
15690 "serde_json_lenient",
15691 "settings_json",
15692 "settings_macros",
15693 "strum 0.27.2",
15694 "util",
15695]
15696
15697[[package]]
15698name = "settings_json"
15699version = "0.1.0"
15700dependencies = [
15701 "anyhow",
15702 "pretty_assertions",
15703 "serde",
15704 "serde_json",
15705 "serde_json_lenient",
15706 "serde_path_to_error",
15707 "tree-sitter",
15708 "tree-sitter-json",
15709 "unindent",
15710 "util",
15711]
15712
15713[[package]]
15714name = "settings_macros"
15715version = "0.1.0"
15716dependencies = [
15717 "quote",
15718 "settings",
15719 "syn 2.0.117",
15720]
15721
15722[[package]]
15723name = "settings_profile_selector"
15724version = "0.1.0"
15725dependencies = [
15726 "editor",
15727 "fuzzy",
15728 "gpui",
15729 "menu",
15730 "picker",
15731 "project",
15732 "serde_json",
15733 "settings",
15734 "theme",
15735 "ui",
15736 "workspace",
15737 "zed_actions",
15738]
15739
15740[[package]]
15741name = "settings_ui"
15742version = "0.1.0"
15743dependencies = [
15744 "agent",
15745 "agent_settings",
15746 "anyhow",
15747 "audio",
15748 "codestral",
15749 "component",
15750 "copilot",
15751 "copilot_ui",
15752 "cpal",
15753 "edit_prediction",
15754 "edit_prediction_ui",
15755 "editor",
15756 "feature_flags",
15757 "fs",
15758 "futures 0.3.31",
15759 "fuzzy",
15760 "gpui",
15761 "heck 0.5.0",
15762 "itertools 0.14.0",
15763 "language",
15764 "log",
15765 "menu",
15766 "paths",
15767 "picker",
15768 "platform_title_bar",
15769 "pretty_assertions",
15770 "project",
15771 "regex",
15772 "release_channel",
15773 "rodio",
15774 "schemars",
15775 "search",
15776 "serde",
15777 "serde_json",
15778 "settings",
15779 "shell_command_parser",
15780 "strum 0.27.2",
15781 "telemetry",
15782 "theme",
15783 "title_bar",
15784 "ui",
15785 "util",
15786 "workspace",
15787 "zed_actions",
15788]
15789
15790[[package]]
15791name = "sha-1"
15792version = "0.10.1"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15795dependencies = [
15796 "cfg-if",
15797 "cpufeatures",
15798 "digest",
15799]
15800
15801[[package]]
15802name = "sha1"
15803version = "0.10.6"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15806dependencies = [
15807 "cfg-if",
15808 "cpufeatures",
15809 "digest",
15810]
15811
15812[[package]]
15813name = "sha1_smol"
15814version = "1.0.1"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15817
15818[[package]]
15819name = "sha2"
15820version = "0.10.9"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15823dependencies = [
15824 "cfg-if",
15825 "cpufeatures",
15826 "digest",
15827]
15828
15829[[package]]
15830name = "sharded-slab"
15831version = "0.1.7"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15834dependencies = [
15835 "lazy_static",
15836]
15837
15838[[package]]
15839name = "shared_library"
15840version = "0.1.9"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15843dependencies = [
15844 "lazy_static",
15845 "libc",
15846]
15847
15848[[package]]
15849name = "shell-words"
15850version = "1.1.0"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15853
15854[[package]]
15855name = "shell_command_parser"
15856version = "0.1.0"
15857dependencies = [
15858 "brush-parser",
15859]
15860
15861[[package]]
15862name = "shellexpand"
15863version = "2.1.2"
15864source = "registry+https://github.com/rust-lang/crates.io-index"
15865checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15866dependencies = [
15867 "dirs 4.0.0",
15868]
15869
15870[[package]]
15871name = "shellexpand"
15872version = "3.1.1"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15875dependencies = [
15876 "dirs 6.0.0",
15877]
15878
15879[[package]]
15880name = "shingles"
15881version = "0.1.1"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15884
15885[[package]]
15886name = "shlex"
15887version = "1.3.0"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15890
15891[[package]]
15892name = "sidebar"
15893version = "0.1.0"
15894dependencies = [
15895 "acp_thread",
15896 "action_log",
15897 "agent",
15898 "agent-client-protocol",
15899 "agent_ui",
15900 "anyhow",
15901 "assistant_text_thread",
15902 "chrono",
15903 "editor",
15904 "feature_flags",
15905 "fs",
15906 "git",
15907 "gpui",
15908 "language_model",
15909 "menu",
15910 "pretty_assertions",
15911 "project",
15912 "prompt_store",
15913 "recent_projects",
15914 "serde_json",
15915 "settings",
15916 "theme",
15917 "ui",
15918 "util",
15919 "vim_mode_setting",
15920 "workspace",
15921 "zed_actions",
15922]
15923
15924[[package]]
15925name = "signal-hook"
15926version = "0.3.18"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15929dependencies = [
15930 "libc",
15931 "signal-hook-registry",
15932]
15933
15934[[package]]
15935name = "signal-hook-registry"
15936version = "1.4.6"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15939dependencies = [
15940 "libc",
15941]
15942
15943[[package]]
15944name = "signature"
15945version = "1.6.4"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15948dependencies = [
15949 "digest",
15950 "rand_core 0.6.4",
15951]
15952
15953[[package]]
15954name = "signature"
15955version = "2.2.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15958dependencies = [
15959 "digest",
15960 "rand_core 0.6.4",
15961]
15962
15963[[package]]
15964name = "simd-adler32"
15965version = "0.3.7"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15968
15969[[package]]
15970name = "simd_helpers"
15971version = "0.1.0"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15974dependencies = [
15975 "quote",
15976]
15977
15978[[package]]
15979name = "simdutf8"
15980version = "0.1.5"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15983
15984[[package]]
15985name = "similar"
15986version = "2.7.0"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15989
15990[[package]]
15991name = "simple_asn1"
15992version = "0.6.3"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15995dependencies = [
15996 "num-bigint",
15997 "num-traits",
15998 "thiserror 2.0.17",
15999 "time",
16000]
16001
16002[[package]]
16003name = "simplecss"
16004version = "0.2.2"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16007dependencies = [
16008 "log",
16009]
16010
16011[[package]]
16012name = "simplelog"
16013version = "0.12.2"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16016dependencies = [
16017 "log",
16018 "termcolor",
16019 "time",
16020]
16021
16022[[package]]
16023name = "siphasher"
16024version = "0.3.11"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16027
16028[[package]]
16029name = "siphasher"
16030version = "1.0.1"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16033
16034[[package]]
16035name = "skrifa"
16036version = "0.37.0"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16039dependencies = [
16040 "bytemuck",
16041 "read-fonts 0.35.0",
16042]
16043
16044[[package]]
16045name = "skrifa"
16046version = "0.40.0"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16049dependencies = [
16050 "bytemuck",
16051 "read-fonts 0.37.0",
16052]
16053
16054[[package]]
16055name = "slab"
16056version = "0.4.11"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16059
16060[[package]]
16061name = "slash_commands_example"
16062version = "0.1.0"
16063dependencies = [
16064 "zed_extension_api 0.1.0",
16065]
16066
16067[[package]]
16068name = "slotmap"
16069version = "1.0.7"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16072dependencies = [
16073 "version_check",
16074]
16075
16076[[package]]
16077name = "smallvec"
16078version = "1.15.1"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16081dependencies = [
16082 "serde",
16083]
16084
16085[[package]]
16086name = "smart-default"
16087version = "0.7.1"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16090dependencies = [
16091 "proc-macro2",
16092 "quote",
16093 "syn 2.0.117",
16094]
16095
16096[[package]]
16097name = "smol"
16098version = "2.0.2"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16101dependencies = [
16102 "async-channel 2.5.0",
16103 "async-executor",
16104 "async-fs",
16105 "async-io",
16106 "async-lock 3.4.2",
16107 "async-net",
16108 "async-process",
16109 "blocking",
16110 "futures-lite 2.6.1",
16111]
16112
16113[[package]]
16114name = "smol_str"
16115version = "0.3.5"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16118
16119[[package]]
16120name = "snippet"
16121version = "0.1.0"
16122dependencies = [
16123 "anyhow",
16124 "smallvec",
16125]
16126
16127[[package]]
16128name = "snippet_provider"
16129version = "0.1.0"
16130dependencies = [
16131 "anyhow",
16132 "collections",
16133 "extension",
16134 "fs",
16135 "futures 0.3.31",
16136 "gpui",
16137 "indoc",
16138 "parking_lot",
16139 "paths",
16140 "schemars",
16141 "serde",
16142 "serde_json",
16143 "serde_json_lenient",
16144 "snippet",
16145 "util",
16146]
16147
16148[[package]]
16149name = "snippets_ui"
16150version = "0.1.0"
16151dependencies = [
16152 "file_icons",
16153 "fuzzy",
16154 "gpui",
16155 "language",
16156 "open_path_prompt",
16157 "paths",
16158 "picker",
16159 "settings",
16160 "ui",
16161 "util",
16162 "workspace",
16163]
16164
16165[[package]]
16166name = "socket2"
16167version = "0.5.10"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16170dependencies = [
16171 "libc",
16172 "windows-sys 0.52.0",
16173]
16174
16175[[package]]
16176name = "socket2"
16177version = "0.6.1"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16180dependencies = [
16181 "libc",
16182 "windows-sys 0.60.2",
16183]
16184
16185[[package]]
16186name = "spdx"
16187version = "0.10.9"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16190dependencies = [
16191 "smallvec",
16192]
16193
16194[[package]]
16195name = "spin"
16196version = "0.9.8"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16199dependencies = [
16200 "lock_api",
16201]
16202
16203[[package]]
16204name = "spin"
16205version = "0.10.0"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16208dependencies = [
16209 "lock_api",
16210]
16211
16212[[package]]
16213name = "spirv"
16214version = "0.3.0+sdk-1.3.268.0"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
16217dependencies = [
16218 "bitflags 2.10.0",
16219]
16220
16221[[package]]
16222name = "spki"
16223version = "0.6.0"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16226dependencies = [
16227 "base64ct",
16228 "der 0.6.1",
16229]
16230
16231[[package]]
16232name = "spki"
16233version = "0.7.3"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16236dependencies = [
16237 "base64ct",
16238 "der 0.7.10",
16239]
16240
16241[[package]]
16242name = "sptr"
16243version = "0.3.2"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16246
16247[[package]]
16248name = "sqlez"
16249version = "0.1.0"
16250dependencies = [
16251 "anyhow",
16252 "collections",
16253 "futures 0.3.31",
16254 "indoc",
16255 "libsqlite3-sys",
16256 "log",
16257 "parking_lot",
16258 "smol",
16259 "sqlformat",
16260 "thread_local",
16261 "util",
16262 "uuid",
16263]
16264
16265[[package]]
16266name = "sqlez_macros"
16267version = "0.1.0"
16268dependencies = [
16269 "sqlez",
16270 "sqlformat",
16271 "syn 2.0.117",
16272]
16273
16274[[package]]
16275name = "sqlformat"
16276version = "0.2.6"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16279dependencies = [
16280 "nom 7.1.3",
16281 "unicode_categories",
16282]
16283
16284[[package]]
16285name = "sqlx"
16286version = "0.8.6"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16289dependencies = [
16290 "sqlx-core",
16291 "sqlx-macros",
16292 "sqlx-mysql",
16293 "sqlx-postgres",
16294 "sqlx-sqlite",
16295]
16296
16297[[package]]
16298name = "sqlx-core"
16299version = "0.8.6"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16302dependencies = [
16303 "base64 0.22.1",
16304 "bigdecimal",
16305 "bytes 1.11.1",
16306 "chrono",
16307 "crc",
16308 "crossbeam-queue",
16309 "either",
16310 "event-listener 5.4.1",
16311 "futures-core",
16312 "futures-intrusive",
16313 "futures-io",
16314 "futures-util",
16315 "hashbrown 0.15.5",
16316 "hashlink 0.10.0",
16317 "indexmap",
16318 "log",
16319 "memchr",
16320 "once_cell",
16321 "percent-encoding",
16322 "rust_decimal",
16323 "rustls 0.23.33",
16324 "serde",
16325 "serde_json",
16326 "sha2",
16327 "smallvec",
16328 "thiserror 2.0.17",
16329 "time",
16330 "tokio",
16331 "tokio-stream",
16332 "tracing",
16333 "url",
16334 "uuid",
16335 "webpki-roots",
16336]
16337
16338[[package]]
16339name = "sqlx-macros"
16340version = "0.8.6"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16343dependencies = [
16344 "proc-macro2",
16345 "quote",
16346 "sqlx-core",
16347 "sqlx-macros-core",
16348 "syn 2.0.117",
16349]
16350
16351[[package]]
16352name = "sqlx-macros-core"
16353version = "0.8.6"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16356dependencies = [
16357 "dotenvy",
16358 "either",
16359 "heck 0.5.0",
16360 "hex",
16361 "once_cell",
16362 "proc-macro2",
16363 "quote",
16364 "serde",
16365 "serde_json",
16366 "sha2",
16367 "sqlx-core",
16368 "sqlx-mysql",
16369 "sqlx-postgres",
16370 "sqlx-sqlite",
16371 "syn 2.0.117",
16372 "tokio",
16373 "url",
16374]
16375
16376[[package]]
16377name = "sqlx-mysql"
16378version = "0.8.6"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16381dependencies = [
16382 "atoi",
16383 "base64 0.22.1",
16384 "bigdecimal",
16385 "bitflags 2.10.0",
16386 "byteorder",
16387 "bytes 1.11.1",
16388 "chrono",
16389 "crc",
16390 "digest",
16391 "dotenvy",
16392 "either",
16393 "futures-channel",
16394 "futures-core",
16395 "futures-io",
16396 "futures-util",
16397 "generic-array",
16398 "hex",
16399 "hkdf",
16400 "hmac",
16401 "itoa",
16402 "log",
16403 "md-5",
16404 "memchr",
16405 "once_cell",
16406 "percent-encoding",
16407 "rand 0.8.5",
16408 "rsa",
16409 "rust_decimal",
16410 "serde",
16411 "sha1",
16412 "sha2",
16413 "smallvec",
16414 "sqlx-core",
16415 "stringprep",
16416 "thiserror 2.0.17",
16417 "time",
16418 "tracing",
16419 "uuid",
16420 "whoami",
16421]
16422
16423[[package]]
16424name = "sqlx-postgres"
16425version = "0.8.6"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16428dependencies = [
16429 "atoi",
16430 "base64 0.22.1",
16431 "bigdecimal",
16432 "bitflags 2.10.0",
16433 "byteorder",
16434 "chrono",
16435 "crc",
16436 "dotenvy",
16437 "etcetera",
16438 "futures-channel",
16439 "futures-core",
16440 "futures-util",
16441 "hex",
16442 "hkdf",
16443 "hmac",
16444 "home",
16445 "itoa",
16446 "log",
16447 "md-5",
16448 "memchr",
16449 "num-bigint",
16450 "once_cell",
16451 "rand 0.8.5",
16452 "rust_decimal",
16453 "serde",
16454 "serde_json",
16455 "sha2",
16456 "smallvec",
16457 "sqlx-core",
16458 "stringprep",
16459 "thiserror 2.0.17",
16460 "time",
16461 "tracing",
16462 "uuid",
16463 "whoami",
16464]
16465
16466[[package]]
16467name = "sqlx-sqlite"
16468version = "0.8.6"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16471dependencies = [
16472 "atoi",
16473 "chrono",
16474 "flume",
16475 "futures-channel",
16476 "futures-core",
16477 "futures-executor",
16478 "futures-intrusive",
16479 "futures-util",
16480 "libsqlite3-sys",
16481 "log",
16482 "percent-encoding",
16483 "serde",
16484 "serde_urlencoded",
16485 "sqlx-core",
16486 "thiserror 2.0.17",
16487 "time",
16488 "tracing",
16489 "url",
16490 "uuid",
16491]
16492
16493[[package]]
16494name = "stable_deref_trait"
16495version = "1.2.1"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16498
16499[[package]]
16500name = "stacker"
16501version = "0.1.23"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16504dependencies = [
16505 "cc",
16506 "cfg-if",
16507 "libc",
16508 "psm",
16509 "windows-sys 0.59.0",
16510]
16511
16512[[package]]
16513name = "stacksafe"
16514version = "0.1.4"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16517dependencies = [
16518 "stacker",
16519 "stacksafe-macro",
16520]
16521
16522[[package]]
16523name = "stacksafe-macro"
16524version = "0.1.4"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16527dependencies = [
16528 "proc-macro-error2",
16529 "quote",
16530 "syn 2.0.117",
16531]
16532
16533[[package]]
16534name = "static_assertions"
16535version = "1.1.0"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16538
16539[[package]]
16540name = "story"
16541version = "0.1.0"
16542dependencies = [
16543 "gpui",
16544 "itertools 0.14.0",
16545 "smallvec",
16546]
16547
16548[[package]]
16549name = "storybook"
16550version = "0.1.0"
16551dependencies = [
16552 "anyhow",
16553 "clap",
16554 "ctrlc",
16555 "dialoguer",
16556 "editor",
16557 "fuzzy",
16558 "gpui",
16559 "gpui_platform",
16560 "indoc",
16561 "language",
16562 "log",
16563 "menu",
16564 "picker",
16565 "reqwest_client",
16566 "rust-embed",
16567 "settings",
16568 "simplelog",
16569 "story",
16570 "strum 0.27.2",
16571 "theme",
16572 "title_bar",
16573 "ui",
16574]
16575
16576[[package]]
16577name = "streaming-iterator"
16578version = "0.1.9"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16581
16582[[package]]
16583name = "streaming_diff"
16584version = "0.1.0"
16585dependencies = [
16586 "ordered-float 2.10.1",
16587 "rand 0.9.2",
16588 "rope",
16589 "util",
16590]
16591
16592[[package]]
16593name = "strength_reduce"
16594version = "0.2.4"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16597
16598[[package]]
16599name = "strict-num"
16600version = "0.1.1"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16603dependencies = [
16604 "float-cmp",
16605]
16606
16607[[package]]
16608name = "string_cache"
16609version = "0.8.9"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16612dependencies = [
16613 "new_debug_unreachable",
16614 "parking_lot",
16615 "phf_shared 0.11.3",
16616 "precomputed-hash",
16617 "serde",
16618]
16619
16620[[package]]
16621name = "string_cache_codegen"
16622version = "0.5.4"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16625dependencies = [
16626 "phf_generator 0.11.3",
16627 "phf_shared 0.11.3",
16628 "proc-macro2",
16629 "quote",
16630]
16631
16632[[package]]
16633name = "stringprep"
16634version = "0.1.5"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16637dependencies = [
16638 "unicode-bidi",
16639 "unicode-normalization",
16640 "unicode-properties",
16641]
16642
16643[[package]]
16644name = "strsim"
16645version = "0.11.1"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16648
16649[[package]]
16650name = "strum"
16651version = "0.26.3"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16654
16655[[package]]
16656name = "strum"
16657version = "0.27.2"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16660dependencies = [
16661 "strum_macros 0.27.2",
16662]
16663
16664[[package]]
16665name = "strum"
16666version = "0.28.0"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16669dependencies = [
16670 "strum_macros 0.28.0",
16671]
16672
16673[[package]]
16674name = "strum_macros"
16675version = "0.27.2"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16678dependencies = [
16679 "heck 0.5.0",
16680 "proc-macro2",
16681 "quote",
16682 "syn 2.0.117",
16683]
16684
16685[[package]]
16686name = "strum_macros"
16687version = "0.28.0"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16690dependencies = [
16691 "heck 0.5.0",
16692 "proc-macro2",
16693 "quote",
16694 "syn 2.0.117",
16695]
16696
16697[[package]]
16698name = "subtle"
16699version = "2.6.1"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16702
16703[[package]]
16704name = "sum_tree"
16705version = "0.1.0"
16706dependencies = [
16707 "arrayvec",
16708 "ctor",
16709 "log",
16710 "proptest",
16711 "rand 0.9.2",
16712 "rayon",
16713 "tracing",
16714 "zlog",
16715 "ztracing",
16716]
16717
16718[[package]]
16719name = "sval"
16720version = "2.15.0"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16723
16724[[package]]
16725name = "sval_buffer"
16726version = "2.15.0"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16729dependencies = [
16730 "sval",
16731 "sval_ref",
16732]
16733
16734[[package]]
16735name = "sval_dynamic"
16736version = "2.15.0"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16739dependencies = [
16740 "sval",
16741]
16742
16743[[package]]
16744name = "sval_fmt"
16745version = "2.15.0"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16748dependencies = [
16749 "itoa",
16750 "ryu",
16751 "sval",
16752]
16753
16754[[package]]
16755name = "sval_json"
16756version = "2.15.0"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16759dependencies = [
16760 "itoa",
16761 "ryu",
16762 "sval",
16763]
16764
16765[[package]]
16766name = "sval_nested"
16767version = "2.15.0"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16770dependencies = [
16771 "sval",
16772 "sval_buffer",
16773 "sval_ref",
16774]
16775
16776[[package]]
16777name = "sval_ref"
16778version = "2.15.0"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16781dependencies = [
16782 "sval",
16783]
16784
16785[[package]]
16786name = "sval_serde"
16787version = "2.15.0"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16790dependencies = [
16791 "serde_core",
16792 "sval",
16793 "sval_nested",
16794]
16795
16796[[package]]
16797name = "svg_fmt"
16798version = "0.4.5"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16801
16802[[package]]
16803name = "svg_preview"
16804version = "0.1.0"
16805dependencies = [
16806 "file_icons",
16807 "gpui",
16808 "language",
16809 "multi_buffer",
16810 "ui",
16811 "workspace",
16812 "zed_actions",
16813]
16814
16815[[package]]
16816name = "svgtypes"
16817version = "0.15.3"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16820dependencies = [
16821 "kurbo",
16822 "siphasher 1.0.1",
16823]
16824
16825[[package]]
16826name = "swash"
16827version = "0.2.6"
16828source = "registry+https://github.com/rust-lang/crates.io-index"
16829checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16830dependencies = [
16831 "skrifa 0.37.0",
16832 "yazi",
16833 "zeno",
16834]
16835
16836[[package]]
16837name = "symphonia"
16838version = "0.5.5"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16841dependencies = [
16842 "lazy_static",
16843 "symphonia-bundle-flac",
16844 "symphonia-bundle-mp3",
16845 "symphonia-codec-aac",
16846 "symphonia-codec-pcm",
16847 "symphonia-codec-vorbis",
16848 "symphonia-core",
16849 "symphonia-format-isomp4",
16850 "symphonia-format-ogg",
16851 "symphonia-format-riff",
16852 "symphonia-metadata",
16853]
16854
16855[[package]]
16856name = "symphonia-bundle-flac"
16857version = "0.5.5"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16860dependencies = [
16861 "log",
16862 "symphonia-core",
16863 "symphonia-metadata",
16864 "symphonia-utils-xiph",
16865]
16866
16867[[package]]
16868name = "symphonia-bundle-mp3"
16869version = "0.5.5"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16872dependencies = [
16873 "lazy_static",
16874 "log",
16875 "symphonia-core",
16876 "symphonia-metadata",
16877]
16878
16879[[package]]
16880name = "symphonia-codec-aac"
16881version = "0.5.5"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16884dependencies = [
16885 "lazy_static",
16886 "log",
16887 "symphonia-core",
16888]
16889
16890[[package]]
16891name = "symphonia-codec-pcm"
16892version = "0.5.5"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16895dependencies = [
16896 "log",
16897 "symphonia-core",
16898]
16899
16900[[package]]
16901name = "symphonia-codec-vorbis"
16902version = "0.5.5"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16905dependencies = [
16906 "log",
16907 "symphonia-core",
16908 "symphonia-utils-xiph",
16909]
16910
16911[[package]]
16912name = "symphonia-core"
16913version = "0.5.5"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16916dependencies = [
16917 "arrayvec",
16918 "bitflags 1.3.2",
16919 "bytemuck",
16920 "lazy_static",
16921 "log",
16922]
16923
16924[[package]]
16925name = "symphonia-format-isomp4"
16926version = "0.5.5"
16927source = "registry+https://github.com/rust-lang/crates.io-index"
16928checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16929dependencies = [
16930 "encoding_rs",
16931 "log",
16932 "symphonia-core",
16933 "symphonia-metadata",
16934 "symphonia-utils-xiph",
16935]
16936
16937[[package]]
16938name = "symphonia-format-ogg"
16939version = "0.5.5"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16942dependencies = [
16943 "log",
16944 "symphonia-core",
16945 "symphonia-metadata",
16946 "symphonia-utils-xiph",
16947]
16948
16949[[package]]
16950name = "symphonia-format-riff"
16951version = "0.5.5"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16954dependencies = [
16955 "extended",
16956 "log",
16957 "symphonia-core",
16958 "symphonia-metadata",
16959]
16960
16961[[package]]
16962name = "symphonia-metadata"
16963version = "0.5.5"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16966dependencies = [
16967 "encoding_rs",
16968 "lazy_static",
16969 "log",
16970 "symphonia-core",
16971]
16972
16973[[package]]
16974name = "symphonia-utils-xiph"
16975version = "0.5.5"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16978dependencies = [
16979 "symphonia-core",
16980 "symphonia-metadata",
16981]
16982
16983[[package]]
16984name = "syn"
16985version = "1.0.109"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16988dependencies = [
16989 "proc-macro2",
16990 "quote",
16991 "unicode-ident",
16992]
16993
16994[[package]]
16995name = "syn"
16996version = "2.0.117"
16997source = "registry+https://github.com/rust-lang/crates.io-index"
16998checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16999dependencies = [
17000 "proc-macro2",
17001 "quote",
17002 "unicode-ident",
17003]
17004
17005[[package]]
17006name = "sync_wrapper"
17007version = "0.1.2"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17010
17011[[package]]
17012name = "sync_wrapper"
17013version = "1.0.2"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17016dependencies = [
17017 "futures-core",
17018]
17019
17020[[package]]
17021name = "synchronoise"
17022version = "1.0.1"
17023source = "registry+https://github.com/rust-lang/crates.io-index"
17024checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17025dependencies = [
17026 "crossbeam-queue",
17027]
17028
17029[[package]]
17030name = "synstructure"
17031version = "0.13.2"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17034dependencies = [
17035 "proc-macro2",
17036 "quote",
17037 "syn 2.0.117",
17038]
17039
17040[[package]]
17041name = "sys-locale"
17042version = "0.3.2"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17045dependencies = [
17046 "libc",
17047]
17048
17049[[package]]
17050name = "sysctl"
17051version = "0.5.5"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17054dependencies = [
17055 "bitflags 2.10.0",
17056 "byteorder",
17057 "enum-as-inner",
17058 "libc",
17059 "thiserror 1.0.69",
17060 "walkdir",
17061]
17062
17063[[package]]
17064name = "sysctl"
17065version = "0.6.0"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17068dependencies = [
17069 "bitflags 2.10.0",
17070 "byteorder",
17071 "enum-as-inner",
17072 "libc",
17073 "thiserror 1.0.69",
17074 "walkdir",
17075]
17076
17077[[package]]
17078name = "sysinfo"
17079version = "0.31.4"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17082dependencies = [
17083 "core-foundation-sys",
17084 "libc",
17085 "memchr",
17086 "ntapi",
17087 "rayon",
17088 "windows 0.57.0",
17089]
17090
17091[[package]]
17092name = "sysinfo"
17093version = "0.37.2"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17096dependencies = [
17097 "libc",
17098 "memchr",
17099 "ntapi",
17100 "objc2-core-foundation",
17101 "objc2-io-kit",
17102 "windows 0.61.3",
17103]
17104
17105[[package]]
17106name = "system-configuration"
17107version = "0.5.1"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17110dependencies = [
17111 "bitflags 1.3.2",
17112 "core-foundation 0.9.4",
17113 "system-configuration-sys 0.5.0",
17114]
17115
17116[[package]]
17117name = "system-configuration"
17118version = "0.6.1"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17121dependencies = [
17122 "bitflags 2.10.0",
17123 "core-foundation 0.9.4",
17124 "system-configuration-sys 0.6.0",
17125]
17126
17127[[package]]
17128name = "system-configuration-sys"
17129version = "0.5.0"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17132dependencies = [
17133 "core-foundation-sys",
17134 "libc",
17135]
17136
17137[[package]]
17138name = "system-configuration-sys"
17139version = "0.6.0"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17142dependencies = [
17143 "core-foundation-sys",
17144 "libc",
17145]
17146
17147[[package]]
17148name = "system-deps"
17149version = "6.2.2"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17152dependencies = [
17153 "cfg-expr 0.15.8",
17154 "heck 0.5.0",
17155 "pkg-config",
17156 "toml 0.8.23",
17157 "version-compare",
17158]
17159
17160[[package]]
17161name = "system-deps"
17162version = "7.0.7"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17165dependencies = [
17166 "cfg-expr 0.20.6",
17167 "heck 0.5.0",
17168 "pkg-config",
17169 "toml 0.9.8",
17170 "version-compare",
17171]
17172
17173[[package]]
17174name = "system-interface"
17175version = "0.27.3"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17178dependencies = [
17179 "bitflags 2.10.0",
17180 "cap-fs-ext",
17181 "cap-std",
17182 "fd-lock",
17183 "io-lifetimes",
17184 "rustix 0.38.44",
17185 "windows-sys 0.59.0",
17186 "winx",
17187]
17188
17189[[package]]
17190name = "system_specs"
17191version = "0.1.0"
17192dependencies = [
17193 "anyhow",
17194 "client",
17195 "gpui",
17196 "human_bytes",
17197 "pciid-parser",
17198 "release_channel",
17199 "semver",
17200 "serde",
17201 "sysinfo 0.37.2",
17202]
17203
17204[[package]]
17205name = "tab_switcher"
17206version = "0.1.0"
17207dependencies = [
17208 "collections",
17209 "ctor",
17210 "editor",
17211 "fuzzy",
17212 "gpui",
17213 "menu",
17214 "picker",
17215 "project",
17216 "schemars",
17217 "serde",
17218 "serde_json",
17219 "settings",
17220 "smol",
17221 "theme",
17222 "ui",
17223 "util",
17224 "workspace",
17225 "zlog",
17226]
17227
17228[[package]]
17229name = "taffy"
17230version = "0.9.0"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17233dependencies = [
17234 "arrayvec",
17235 "grid",
17236 "serde",
17237 "slotmap",
17238]
17239
17240[[package]]
17241name = "tagptr"
17242version = "0.2.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17245
17246[[package]]
17247name = "take-until"
17248version = "0.2.0"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17251
17252[[package]]
17253name = "tao-core-video-sys"
17254version = "0.2.0"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17257dependencies = [
17258 "cfg-if",
17259 "core-foundation-sys",
17260 "libc",
17261 "objc",
17262]
17263
17264[[package]]
17265name = "tap"
17266version = "1.0.1"
17267source = "registry+https://github.com/rust-lang/crates.io-index"
17268checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17269
17270[[package]]
17271name = "target-lexicon"
17272version = "0.12.16"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17275
17276[[package]]
17277name = "target-lexicon"
17278version = "0.13.3"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17281
17282[[package]]
17283name = "task"
17284version = "0.1.0"
17285dependencies = [
17286 "anyhow",
17287 "collections",
17288 "futures 0.3.31",
17289 "gpui",
17290 "hex",
17291 "log",
17292 "parking_lot",
17293 "pretty_assertions",
17294 "proto",
17295 "schemars",
17296 "serde",
17297 "serde_json",
17298 "serde_json_lenient",
17299 "sha2",
17300 "shellexpand 2.1.2",
17301 "util",
17302 "zed_actions",
17303]
17304
17305[[package]]
17306name = "tasks_ui"
17307version = "0.1.0"
17308dependencies = [
17309 "anyhow",
17310 "collections",
17311 "editor",
17312 "file_icons",
17313 "fuzzy",
17314 "gpui",
17315 "itertools 0.14.0",
17316 "language",
17317 "menu",
17318 "picker",
17319 "project",
17320 "serde",
17321 "serde_json",
17322 "task",
17323 "tree-sitter-rust",
17324 "tree-sitter-typescript",
17325 "ui",
17326 "util",
17327 "workspace",
17328 "zed_actions",
17329]
17330
17331[[package]]
17332name = "telemetry"
17333version = "0.1.0"
17334dependencies = [
17335 "futures 0.3.31",
17336 "serde",
17337 "serde_json",
17338 "telemetry_events",
17339]
17340
17341[[package]]
17342name = "telemetry_events"
17343version = "0.1.0"
17344dependencies = [
17345 "semver",
17346 "serde",
17347 "serde_json",
17348]
17349
17350[[package]]
17351name = "tempfile"
17352version = "3.23.0"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17355dependencies = [
17356 "fastrand 2.3.0",
17357 "getrandom 0.3.4",
17358 "once_cell",
17359 "rustix 1.1.2",
17360 "windows-sys 0.61.2",
17361]
17362
17363[[package]]
17364name = "tendril"
17365version = "0.4.3"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17368dependencies = [
17369 "futf",
17370 "mac",
17371 "utf-8",
17372]
17373
17374[[package]]
17375name = "termcolor"
17376version = "1.4.1"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17379dependencies = [
17380 "winapi-util",
17381]
17382
17383[[package]]
17384name = "terminal"
17385version = "0.1.0"
17386dependencies = [
17387 "alacritty_terminal",
17388 "anyhow",
17389 "collections",
17390 "futures 0.3.31",
17391 "gpui",
17392 "itertools 0.14.0",
17393 "libc",
17394 "log",
17395 "parking_lot",
17396 "rand 0.9.2",
17397 "regex",
17398 "release_channel",
17399 "schemars",
17400 "serde",
17401 "settings",
17402 "smol",
17403 "sysinfo 0.37.2",
17404 "task",
17405 "theme",
17406 "thiserror 2.0.17",
17407 "url",
17408 "urlencoding",
17409 "util",
17410 "util_macros",
17411 "windows 0.61.3",
17412]
17413
17414[[package]]
17415name = "terminal_size"
17416version = "0.4.3"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17419dependencies = [
17420 "rustix 1.1.2",
17421 "windows-sys 0.60.2",
17422]
17423
17424[[package]]
17425name = "terminal_view"
17426version = "0.1.0"
17427dependencies = [
17428 "anyhow",
17429 "assistant_slash_command",
17430 "async-recursion",
17431 "breadcrumbs",
17432 "collections",
17433 "db",
17434 "dirs 4.0.0",
17435 "editor",
17436 "futures 0.3.31",
17437 "gpui",
17438 "itertools 0.14.0",
17439 "language",
17440 "log",
17441 "menu",
17442 "pretty_assertions",
17443 "project",
17444 "regex",
17445 "schemars",
17446 "serde",
17447 "serde_json",
17448 "settings",
17449 "shellexpand 2.1.2",
17450 "task",
17451 "terminal",
17452 "theme",
17453 "ui",
17454 "util",
17455 "workspace",
17456 "zed_actions",
17457]
17458
17459[[package]]
17460name = "text"
17461version = "0.1.0"
17462dependencies = [
17463 "anyhow",
17464 "clock",
17465 "collections",
17466 "ctor",
17467 "gpui",
17468 "log",
17469 "parking_lot",
17470 "postage",
17471 "rand 0.9.2",
17472 "regex",
17473 "rope",
17474 "smallvec",
17475 "sum_tree",
17476 "util",
17477 "zlog",
17478]
17479
17480[[package]]
17481name = "theme"
17482version = "0.1.0"
17483dependencies = [
17484 "anyhow",
17485 "collections",
17486 "derive_more",
17487 "fs",
17488 "futures 0.3.31",
17489 "gpui",
17490 "log",
17491 "palette",
17492 "parking_lot",
17493 "refineable",
17494 "schemars",
17495 "serde",
17496 "serde_json",
17497 "serde_json_lenient",
17498 "settings",
17499 "strum 0.27.2",
17500 "thiserror 2.0.17",
17501 "util",
17502 "uuid",
17503]
17504
17505[[package]]
17506name = "theme_extension"
17507version = "0.1.0"
17508dependencies = [
17509 "anyhow",
17510 "extension",
17511 "fs",
17512 "gpui",
17513 "theme",
17514]
17515
17516[[package]]
17517name = "theme_importer"
17518version = "0.1.0"
17519dependencies = [
17520 "anyhow",
17521 "clap",
17522 "collections",
17523 "gpui",
17524 "indexmap",
17525 "log",
17526 "palette",
17527 "serde",
17528 "serde_json",
17529 "serde_json_lenient",
17530 "simplelog",
17531 "strum 0.27.2",
17532 "theme",
17533 "vscode_theme",
17534]
17535
17536[[package]]
17537name = "theme_selector"
17538version = "0.1.0"
17539dependencies = [
17540 "fs",
17541 "fuzzy",
17542 "gpui",
17543 "log",
17544 "picker",
17545 "serde",
17546 "settings",
17547 "telemetry",
17548 "theme",
17549 "ui",
17550 "util",
17551 "workspace",
17552 "zed_actions",
17553]
17554
17555[[package]]
17556name = "thiserror"
17557version = "1.0.69"
17558source = "registry+https://github.com/rust-lang/crates.io-index"
17559checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17560dependencies = [
17561 "thiserror-impl 1.0.69",
17562]
17563
17564[[package]]
17565name = "thiserror"
17566version = "2.0.17"
17567source = "registry+https://github.com/rust-lang/crates.io-index"
17568checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17569dependencies = [
17570 "thiserror-impl 2.0.17",
17571]
17572
17573[[package]]
17574name = "thiserror-impl"
17575version = "1.0.69"
17576source = "registry+https://github.com/rust-lang/crates.io-index"
17577checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17578dependencies = [
17579 "proc-macro2",
17580 "quote",
17581 "syn 2.0.117",
17582]
17583
17584[[package]]
17585name = "thiserror-impl"
17586version = "2.0.17"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17589dependencies = [
17590 "proc-macro2",
17591 "quote",
17592 "syn 2.0.117",
17593]
17594
17595[[package]]
17596name = "thread_local"
17597version = "1.1.9"
17598source = "registry+https://github.com/rust-lang/crates.io-index"
17599checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17600dependencies = [
17601 "cfg-if",
17602]
17603
17604[[package]]
17605name = "tiff"
17606version = "0.10.3"
17607source = "registry+https://github.com/rust-lang/crates.io-index"
17608checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17609dependencies = [
17610 "fax",
17611 "flate2",
17612 "half",
17613 "quick-error 2.0.1",
17614 "weezl",
17615 "zune-jpeg",
17616]
17617
17618[[package]]
17619name = "tiktoken-rs"
17620version = "0.9.1"
17621source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17622dependencies = [
17623 "anyhow",
17624 "base64 0.22.1",
17625 "bstr",
17626 "fancy-regex 0.16.2",
17627 "lazy_static",
17628 "regex",
17629 "rustc-hash 1.1.0",
17630]
17631
17632[[package]]
17633name = "time"
17634version = "0.3.47"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17637dependencies = [
17638 "deranged",
17639 "itoa",
17640 "libc",
17641 "num-conv",
17642 "num_threads",
17643 "powerfmt",
17644 "serde_core",
17645 "time-core",
17646 "time-macros",
17647]
17648
17649[[package]]
17650name = "time-core"
17651version = "0.1.8"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17654
17655[[package]]
17656name = "time-macros"
17657version = "0.2.27"
17658source = "registry+https://github.com/rust-lang/crates.io-index"
17659checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17660dependencies = [
17661 "num-conv",
17662 "time-core",
17663]
17664
17665[[package]]
17666name = "time_format"
17667version = "0.1.0"
17668dependencies = [
17669 "core-foundation 0.10.0",
17670 "core-foundation-sys",
17671 "sys-locale",
17672 "time",
17673 "windows 0.61.3",
17674]
17675
17676[[package]]
17677name = "tiny-keccak"
17678version = "2.0.2"
17679source = "registry+https://github.com/rust-lang/crates.io-index"
17680checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17681dependencies = [
17682 "crunchy",
17683]
17684
17685[[package]]
17686name = "tiny-skia"
17687version = "0.11.4"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17690dependencies = [
17691 "arrayref",
17692 "arrayvec",
17693 "bytemuck",
17694 "cfg-if",
17695 "log",
17696 "png 0.17.16",
17697 "tiny-skia-path",
17698]
17699
17700[[package]]
17701name = "tiny-skia-path"
17702version = "0.11.4"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17705dependencies = [
17706 "arrayref",
17707 "bytemuck",
17708 "strict-num",
17709]
17710
17711[[package]]
17712name = "tiny_http"
17713version = "0.8.2"
17714source = "registry+https://github.com/rust-lang/crates.io-index"
17715checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17716dependencies = [
17717 "ascii",
17718 "chrono",
17719 "chunked_transfer",
17720 "log",
17721 "url",
17722]
17723
17724[[package]]
17725name = "tinystr"
17726version = "0.8.1"
17727source = "registry+https://github.com/rust-lang/crates.io-index"
17728checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17729dependencies = [
17730 "displaydoc",
17731 "zerovec",
17732]
17733
17734[[package]]
17735name = "tinytemplate"
17736version = "1.2.1"
17737source = "registry+https://github.com/rust-lang/crates.io-index"
17738checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17739dependencies = [
17740 "serde",
17741 "serde_json",
17742]
17743
17744[[package]]
17745name = "tinyvec"
17746version = "1.10.0"
17747source = "registry+https://github.com/rust-lang/crates.io-index"
17748checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17749dependencies = [
17750 "tinyvec_macros",
17751]
17752
17753[[package]]
17754name = "tinyvec_macros"
17755version = "0.1.1"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17758
17759[[package]]
17760name = "title_bar"
17761version = "0.1.0"
17762dependencies = [
17763 "anyhow",
17764 "auto_update",
17765 "call",
17766 "channel",
17767 "chrono",
17768 "client",
17769 "cloud_api_types",
17770 "db",
17771 "feature_flags",
17772 "git_ui",
17773 "gpui",
17774 "icons",
17775 "livekit_client",
17776 "notifications",
17777 "platform_title_bar",
17778 "project",
17779 "recent_projects",
17780 "release_channel",
17781 "remote",
17782 "remote_connection",
17783 "rpc",
17784 "schemars",
17785 "semver",
17786 "serde",
17787 "settings",
17788 "smallvec",
17789 "story",
17790 "telemetry",
17791 "theme",
17792 "ui",
17793 "util",
17794 "windows 0.61.3",
17795 "workspace",
17796 "zed_actions",
17797]
17798
17799[[package]]
17800name = "tokio"
17801version = "1.48.0"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17804dependencies = [
17805 "bytes 1.11.1",
17806 "libc",
17807 "mio 1.1.0",
17808 "parking_lot",
17809 "pin-project-lite",
17810 "signal-hook-registry",
17811 "socket2 0.6.1",
17812 "tokio-macros",
17813 "windows-sys 0.61.2",
17814]
17815
17816[[package]]
17817name = "tokio-io"
17818version = "0.1.13"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17821dependencies = [
17822 "bytes 0.4.12",
17823 "futures 0.1.31",
17824 "log",
17825]
17826
17827[[package]]
17828name = "tokio-macros"
17829version = "2.6.0"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17832dependencies = [
17833 "proc-macro2",
17834 "quote",
17835 "syn 2.0.117",
17836]
17837
17838[[package]]
17839name = "tokio-native-tls"
17840version = "0.3.1"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17843dependencies = [
17844 "native-tls",
17845 "tokio",
17846]
17847
17848[[package]]
17849name = "tokio-rustls"
17850version = "0.24.1"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17853dependencies = [
17854 "rustls 0.21.12",
17855 "tokio",
17856]
17857
17858[[package]]
17859name = "tokio-rustls"
17860version = "0.26.2"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17863dependencies = [
17864 "rustls 0.23.33",
17865 "tokio",
17866]
17867
17868[[package]]
17869name = "tokio-socks"
17870version = "0.5.2"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17873dependencies = [
17874 "either",
17875 "futures-io",
17876 "futures-util",
17877 "thiserror 1.0.69",
17878 "tokio",
17879]
17880
17881[[package]]
17882name = "tokio-stream"
17883version = "0.1.17"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17886dependencies = [
17887 "futures-core",
17888 "pin-project-lite",
17889 "tokio",
17890]
17891
17892[[package]]
17893name = "tokio-tungstenite"
17894version = "0.20.1"
17895source = "registry+https://github.com/rust-lang/crates.io-index"
17896checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17897dependencies = [
17898 "futures-util",
17899 "log",
17900 "tokio",
17901 "tungstenite 0.20.1",
17902]
17903
17904[[package]]
17905name = "tokio-tungstenite"
17906version = "0.21.0"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17909dependencies = [
17910 "futures-util",
17911 "log",
17912 "tokio",
17913 "tungstenite 0.21.0",
17914]
17915
17916[[package]]
17917name = "tokio-tungstenite"
17918version = "0.28.0"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17921dependencies = [
17922 "futures-util",
17923 "log",
17924 "rustls 0.23.33",
17925 "rustls-native-certs 0.8.2",
17926 "rustls-pki-types",
17927 "tokio",
17928 "tokio-rustls 0.26.2",
17929 "tungstenite 0.28.0",
17930]
17931
17932[[package]]
17933name = "tokio-util"
17934version = "0.7.16"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17937dependencies = [
17938 "bytes 1.11.1",
17939 "futures-core",
17940 "futures-io",
17941 "futures-sink",
17942 "pin-project-lite",
17943 "tokio",
17944]
17945
17946[[package]]
17947name = "toml"
17948version = "0.5.11"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17951dependencies = [
17952 "serde",
17953]
17954
17955[[package]]
17956name = "toml"
17957version = "0.8.23"
17958source = "registry+https://github.com/rust-lang/crates.io-index"
17959checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17960dependencies = [
17961 "serde",
17962 "serde_spanned 0.6.9",
17963 "toml_datetime 0.6.11",
17964 "toml_edit 0.22.27",
17965]
17966
17967[[package]]
17968name = "toml"
17969version = "0.9.8"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17972dependencies = [
17973 "indexmap",
17974 "serde_core",
17975 "serde_spanned 1.0.3",
17976 "toml_datetime 0.7.3",
17977 "toml_parser",
17978 "toml_writer",
17979 "winnow",
17980]
17981
17982[[package]]
17983name = "toml_datetime"
17984version = "0.6.11"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17987dependencies = [
17988 "serde",
17989]
17990
17991[[package]]
17992name = "toml_datetime"
17993version = "0.7.3"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17996dependencies = [
17997 "serde_core",
17998]
17999
18000[[package]]
18001name = "toml_edit"
18002version = "0.22.27"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18005dependencies = [
18006 "indexmap",
18007 "serde",
18008 "serde_spanned 0.6.9",
18009 "toml_datetime 0.6.11",
18010 "toml_write",
18011 "winnow",
18012]
18013
18014[[package]]
18015name = "toml_edit"
18016version = "0.23.7"
18017source = "registry+https://github.com/rust-lang/crates.io-index"
18018checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18019dependencies = [
18020 "indexmap",
18021 "toml_datetime 0.7.3",
18022 "toml_parser",
18023 "winnow",
18024]
18025
18026[[package]]
18027name = "toml_parser"
18028version = "1.0.4"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18031dependencies = [
18032 "winnow",
18033]
18034
18035[[package]]
18036name = "toml_write"
18037version = "0.1.2"
18038source = "registry+https://github.com/rust-lang/crates.io-index"
18039checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18040
18041[[package]]
18042name = "toml_writer"
18043version = "1.0.4"
18044source = "registry+https://github.com/rust-lang/crates.io-index"
18045checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18046
18047[[package]]
18048name = "toolchain_selector"
18049version = "0.1.0"
18050dependencies = [
18051 "anyhow",
18052 "convert_case 0.8.0",
18053 "editor",
18054 "futures 0.3.31",
18055 "fuzzy",
18056 "gpui",
18057 "language",
18058 "menu",
18059 "open_path_prompt",
18060 "picker",
18061 "project",
18062 "ui",
18063 "util",
18064 "workspace",
18065]
18066
18067[[package]]
18068name = "topological-sort"
18069version = "0.2.2"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18072
18073[[package]]
18074name = "tower"
18075version = "0.4.13"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18078dependencies = [
18079 "futures-core",
18080 "futures-util",
18081 "pin-project",
18082 "pin-project-lite",
18083 "tokio",
18084 "tower-layer",
18085 "tower-service",
18086 "tracing",
18087]
18088
18089[[package]]
18090name = "tower"
18091version = "0.5.2"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18094dependencies = [
18095 "futures-core",
18096 "futures-util",
18097 "pin-project-lite",
18098 "sync_wrapper 1.0.2",
18099 "tokio",
18100 "tower-layer",
18101 "tower-service",
18102]
18103
18104[[package]]
18105name = "tower-http"
18106version = "0.4.4"
18107source = "registry+https://github.com/rust-lang/crates.io-index"
18108checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18109dependencies = [
18110 "bitflags 2.10.0",
18111 "bytes 1.11.1",
18112 "futures-core",
18113 "futures-util",
18114 "http 0.2.12",
18115 "http-body 0.4.6",
18116 "http-range-header",
18117 "pin-project-lite",
18118 "tower-layer",
18119 "tower-service",
18120 "tracing",
18121]
18122
18123[[package]]
18124name = "tower-http"
18125version = "0.6.6"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18128dependencies = [
18129 "bitflags 2.10.0",
18130 "bytes 1.11.1",
18131 "futures-util",
18132 "http 1.3.1",
18133 "http-body 1.0.1",
18134 "iri-string",
18135 "pin-project-lite",
18136 "tower 0.5.2",
18137 "tower-layer",
18138 "tower-service",
18139]
18140
18141[[package]]
18142name = "tower-layer"
18143version = "0.3.3"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18146
18147[[package]]
18148name = "tower-service"
18149version = "0.3.3"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18152
18153[[package]]
18154name = "tracing"
18155version = "0.1.43"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18158dependencies = [
18159 "log",
18160 "pin-project-lite",
18161 "tracing-attributes",
18162 "tracing-core",
18163]
18164
18165[[package]]
18166name = "tracing-attributes"
18167version = "0.1.31"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18170dependencies = [
18171 "proc-macro2",
18172 "quote",
18173 "syn 2.0.117",
18174]
18175
18176[[package]]
18177name = "tracing-core"
18178version = "0.1.35"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18181dependencies = [
18182 "once_cell",
18183 "valuable",
18184]
18185
18186[[package]]
18187name = "tracing-log"
18188version = "0.2.0"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18191dependencies = [
18192 "log",
18193 "once_cell",
18194 "tracing-core",
18195]
18196
18197[[package]]
18198name = "tracing-serde"
18199version = "0.2.0"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18202dependencies = [
18203 "serde",
18204 "tracing-core",
18205]
18206
18207[[package]]
18208name = "tracing-subscriber"
18209version = "0.3.22"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18212dependencies = [
18213 "matchers",
18214 "nu-ansi-term",
18215 "once_cell",
18216 "regex-automata",
18217 "serde",
18218 "serde_json",
18219 "sharded-slab",
18220 "smallvec",
18221 "thread_local",
18222 "tracing",
18223 "tracing-core",
18224 "tracing-log",
18225 "tracing-serde",
18226]
18227
18228[[package]]
18229name = "tracing-tracy"
18230version = "0.11.4"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18233dependencies = [
18234 "tracing-core",
18235 "tracing-subscriber",
18236 "tracy-client",
18237]
18238
18239[[package]]
18240name = "tracy-client"
18241version = "0.18.3"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18244dependencies = [
18245 "loom",
18246 "once_cell",
18247 "tracy-client-sys",
18248]
18249
18250[[package]]
18251name = "tracy-client-sys"
18252version = "0.27.0"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18255dependencies = [
18256 "cc",
18257 "windows-targets 0.52.6",
18258]
18259
18260[[package]]
18261name = "trait-variant"
18262version = "0.1.2"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18265dependencies = [
18266 "proc-macro2",
18267 "quote",
18268 "syn 2.0.117",
18269]
18270
18271[[package]]
18272name = "transpose"
18273version = "0.2.3"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18276dependencies = [
18277 "num-integer",
18278 "strength_reduce",
18279]
18280
18281[[package]]
18282name = "tree-sitter"
18283version = "0.26.3"
18284source = "registry+https://github.com/rust-lang/crates.io-index"
18285checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18286dependencies = [
18287 "cc",
18288 "regex",
18289 "regex-syntax",
18290 "serde_json",
18291 "streaming-iterator",
18292 "tree-sitter-language",
18293 "wasmtime-c-api-impl",
18294]
18295
18296[[package]]
18297name = "tree-sitter-bash"
18298version = "0.25.1"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18301dependencies = [
18302 "cc",
18303 "tree-sitter-language",
18304]
18305
18306[[package]]
18307name = "tree-sitter-c"
18308version = "0.24.1"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18311dependencies = [
18312 "cc",
18313 "tree-sitter-language",
18314]
18315
18316[[package]]
18317name = "tree-sitter-cpp"
18318version = "0.23.4"
18319source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18320dependencies = [
18321 "cc",
18322 "tree-sitter-language",
18323]
18324
18325[[package]]
18326name = "tree-sitter-css"
18327version = "0.23.2"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18330dependencies = [
18331 "cc",
18332 "tree-sitter-language",
18333]
18334
18335[[package]]
18336name = "tree-sitter-diff"
18337version = "0.1.0"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18340dependencies = [
18341 "cc",
18342 "tree-sitter-language",
18343]
18344
18345[[package]]
18346name = "tree-sitter-elixir"
18347version = "0.3.4"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18350dependencies = [
18351 "cc",
18352 "tree-sitter-language",
18353]
18354
18355[[package]]
18356name = "tree-sitter-embedded-template"
18357version = "0.23.2"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18360dependencies = [
18361 "cc",
18362 "tree-sitter-language",
18363]
18364
18365[[package]]
18366name = "tree-sitter-gitcommit"
18367version = "0.0.1"
18368source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18369dependencies = [
18370 "cc",
18371 "tree-sitter-language",
18372]
18373
18374[[package]]
18375name = "tree-sitter-go"
18376version = "0.25.0"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18379dependencies = [
18380 "cc",
18381 "tree-sitter-language",
18382]
18383
18384[[package]]
18385name = "tree-sitter-gomod"
18386version = "1.1.1"
18387source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18388dependencies = [
18389 "cc",
18390 "tree-sitter-language",
18391]
18392
18393[[package]]
18394name = "tree-sitter-gowork"
18395version = "0.0.1"
18396source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18397dependencies = [
18398 "cc",
18399 "tree-sitter-language",
18400]
18401
18402[[package]]
18403name = "tree-sitter-heex"
18404version = "0.0.1"
18405source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18406dependencies = [
18407 "cc",
18408 "tree-sitter-language",
18409]
18410
18411[[package]]
18412name = "tree-sitter-html"
18413version = "0.23.2"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18416dependencies = [
18417 "cc",
18418 "tree-sitter-language",
18419]
18420
18421[[package]]
18422name = "tree-sitter-jsdoc"
18423version = "0.23.2"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18426dependencies = [
18427 "cc",
18428 "tree-sitter-language",
18429]
18430
18431[[package]]
18432name = "tree-sitter-json"
18433version = "0.24.8"
18434source = "registry+https://github.com/rust-lang/crates.io-index"
18435checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18436dependencies = [
18437 "cc",
18438 "tree-sitter-language",
18439]
18440
18441[[package]]
18442name = "tree-sitter-language"
18443version = "0.1.5"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18446
18447[[package]]
18448name = "tree-sitter-md"
18449version = "0.3.2"
18450source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18451dependencies = [
18452 "cc",
18453 "tree-sitter-language",
18454]
18455
18456[[package]]
18457name = "tree-sitter-python"
18458version = "0.25.0"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18461dependencies = [
18462 "cc",
18463 "tree-sitter-language",
18464]
18465
18466[[package]]
18467name = "tree-sitter-regex"
18468version = "0.24.3"
18469source = "registry+https://github.com/rust-lang/crates.io-index"
18470checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18471dependencies = [
18472 "cc",
18473 "tree-sitter-language",
18474]
18475
18476[[package]]
18477name = "tree-sitter-ruby"
18478version = "0.23.1"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18481dependencies = [
18482 "cc",
18483 "tree-sitter-language",
18484]
18485
18486[[package]]
18487name = "tree-sitter-rust"
18488version = "0.24.0"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-typescript"
18498version = "0.23.2"
18499source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18500dependencies = [
18501 "cc",
18502 "tree-sitter-language",
18503]
18504
18505[[package]]
18506name = "tree-sitter-yaml"
18507version = "0.6.1"
18508source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18509dependencies = [
18510 "cc",
18511 "tree-sitter-language",
18512]
18513
18514[[package]]
18515name = "triomphe"
18516version = "0.1.15"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18519dependencies = [
18520 "serde",
18521 "stable_deref_trait",
18522]
18523
18524[[package]]
18525name = "try-lock"
18526version = "0.2.5"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18529
18530[[package]]
18531name = "ttf-parser"
18532version = "0.20.0"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18535
18536[[package]]
18537name = "ttf-parser"
18538version = "0.25.1"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18541dependencies = [
18542 "core_maths",
18543]
18544
18545[[package]]
18546name = "tungstenite"
18547version = "0.20.1"
18548source = "registry+https://github.com/rust-lang/crates.io-index"
18549checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18550dependencies = [
18551 "byteorder",
18552 "bytes 1.11.1",
18553 "data-encoding",
18554 "http 0.2.12",
18555 "httparse",
18556 "log",
18557 "rand 0.8.5",
18558 "sha1",
18559 "thiserror 1.0.69",
18560 "url",
18561 "utf-8",
18562]
18563
18564[[package]]
18565name = "tungstenite"
18566version = "0.21.0"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18569dependencies = [
18570 "byteorder",
18571 "bytes 1.11.1",
18572 "data-encoding",
18573 "http 1.3.1",
18574 "httparse",
18575 "log",
18576 "rand 0.8.5",
18577 "sha1",
18578 "thiserror 1.0.69",
18579 "url",
18580 "utf-8",
18581]
18582
18583[[package]]
18584name = "tungstenite"
18585version = "0.27.0"
18586source = "registry+https://github.com/rust-lang/crates.io-index"
18587checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18588dependencies = [
18589 "bytes 1.11.1",
18590 "data-encoding",
18591 "http 1.3.1",
18592 "httparse",
18593 "log",
18594 "rand 0.9.2",
18595 "rustls 0.23.33",
18596 "rustls-pki-types",
18597 "sha1",
18598 "thiserror 2.0.17",
18599 "utf-8",
18600]
18601
18602[[package]]
18603name = "tungstenite"
18604version = "0.28.0"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18607dependencies = [
18608 "bytes 1.11.1",
18609 "data-encoding",
18610 "http 1.3.1",
18611 "httparse",
18612 "log",
18613 "rand 0.9.2",
18614 "rustls 0.23.33",
18615 "rustls-pki-types",
18616 "sha1",
18617 "thiserror 2.0.17",
18618 "utf-8",
18619]
18620
18621[[package]]
18622name = "typeid"
18623version = "1.0.3"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18626
18627[[package]]
18628name = "typenum"
18629version = "1.19.0"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18632
18633[[package]]
18634name = "ucd-trie"
18635version = "0.1.7"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18638
18639[[package]]
18640name = "uds"
18641version = "0.4.2"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18644dependencies = [
18645 "libc",
18646]
18647
18648[[package]]
18649name = "uds_windows"
18650version = "1.1.0"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18653dependencies = [
18654 "memoffset",
18655 "tempfile",
18656 "winapi",
18657]
18658
18659[[package]]
18660name = "ug"
18661version = "0.4.0"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18664dependencies = [
18665 "gemm 0.18.2",
18666 "half",
18667 "libloading",
18668 "memmap2",
18669 "num",
18670 "num-traits",
18671 "num_cpus",
18672 "rayon",
18673 "safetensors",
18674 "serde",
18675 "thiserror 1.0.69",
18676 "tracing",
18677 "yoke 0.7.5",
18678]
18679
18680[[package]]
18681name = "ui"
18682version = "0.1.0"
18683dependencies = [
18684 "chrono",
18685 "component",
18686 "documented",
18687 "gpui",
18688 "gpui_macros",
18689 "icons",
18690 "itertools 0.14.0",
18691 "menu",
18692 "schemars",
18693 "serde",
18694 "settings",
18695 "smallvec",
18696 "story",
18697 "strum 0.27.2",
18698 "theme",
18699 "ui_macros",
18700 "util",
18701 "windows 0.61.3",
18702]
18703
18704[[package]]
18705name = "ui_input"
18706version = "0.1.0"
18707dependencies = [
18708 "component",
18709 "gpui",
18710 "ui",
18711]
18712
18713[[package]]
18714name = "ui_macros"
18715version = "0.1.0"
18716dependencies = [
18717 "component",
18718 "quote",
18719 "syn 2.0.117",
18720 "ui",
18721]
18722
18723[[package]]
18724name = "ui_prompt"
18725version = "0.1.0"
18726dependencies = [
18727 "gpui",
18728 "markdown",
18729 "menu",
18730 "settings",
18731 "theme",
18732 "ui",
18733 "workspace",
18734]
18735
18736[[package]]
18737name = "unarray"
18738version = "0.1.4"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18741
18742[[package]]
18743name = "unicase"
18744version = "2.8.1"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18747
18748[[package]]
18749name = "unicode-bidi"
18750version = "0.3.18"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18753
18754[[package]]
18755name = "unicode-bidi-mirroring"
18756version = "0.4.0"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18759
18760[[package]]
18761name = "unicode-ccc"
18762version = "0.4.0"
18763source = "registry+https://github.com/rust-lang/crates.io-index"
18764checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18765
18766[[package]]
18767name = "unicode-general-category"
18768version = "1.1.0"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18771
18772[[package]]
18773name = "unicode-ident"
18774version = "1.0.19"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18777
18778[[package]]
18779name = "unicode-linebreak"
18780version = "0.1.5"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18783
18784[[package]]
18785name = "unicode-normalization"
18786version = "0.1.24"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18789dependencies = [
18790 "tinyvec",
18791]
18792
18793[[package]]
18794name = "unicode-properties"
18795version = "0.1.3"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18798
18799[[package]]
18800name = "unicode-script"
18801version = "0.5.8"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18804
18805[[package]]
18806name = "unicode-segmentation"
18807version = "1.12.0"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18810
18811[[package]]
18812name = "unicode-vo"
18813version = "0.1.0"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18816
18817[[package]]
18818name = "unicode-width"
18819version = "0.2.2"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18822
18823[[package]]
18824name = "unicode-xid"
18825version = "0.2.6"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18828
18829[[package]]
18830name = "unicode_categories"
18831version = "0.1.1"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18834
18835[[package]]
18836name = "unindent"
18837version = "0.2.4"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18840
18841[[package]]
18842name = "unsafe-libyaml"
18843version = "0.2.11"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18846
18847[[package]]
18848name = "untrusted"
18849version = "0.7.1"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18852
18853[[package]]
18854name = "untrusted"
18855version = "0.9.0"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18858
18859[[package]]
18860name = "url"
18861version = "2.5.7"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18864dependencies = [
18865 "form_urlencoded",
18866 "idna",
18867 "percent-encoding",
18868 "serde",
18869]
18870
18871[[package]]
18872name = "urlencoding"
18873version = "2.1.3"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18876
18877[[package]]
18878name = "usvg"
18879version = "0.45.1"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18882dependencies = [
18883 "base64 0.22.1",
18884 "data-url",
18885 "flate2",
18886 "fontdb 0.23.0",
18887 "imagesize",
18888 "kurbo",
18889 "log",
18890 "pico-args",
18891 "roxmltree",
18892 "rustybuzz",
18893 "simplecss",
18894 "siphasher 1.0.1",
18895 "strict-num",
18896 "svgtypes",
18897 "tiny-skia-path",
18898 "unicode-bidi",
18899 "unicode-script",
18900 "unicode-vo",
18901 "xmlwriter",
18902]
18903
18904[[package]]
18905name = "utf-8"
18906version = "0.7.6"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18909
18910[[package]]
18911name = "utf8-chars"
18912version = "3.0.6"
18913source = "registry+https://github.com/rust-lang/crates.io-index"
18914checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18915dependencies = [
18916 "arrayvec",
18917]
18918
18919[[package]]
18920name = "utf8_iter"
18921version = "1.0.4"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18924
18925[[package]]
18926name = "utf8parse"
18927version = "0.2.2"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18930
18931[[package]]
18932name = "util"
18933version = "0.1.0"
18934dependencies = [
18935 "anyhow",
18936 "async-fs",
18937 "async_zip",
18938 "collections",
18939 "command-fds",
18940 "dirs 4.0.0",
18941 "dunce",
18942 "futures 0.3.31",
18943 "futures-lite 1.13.0",
18944 "git2",
18945 "globset",
18946 "gpui_util",
18947 "itertools 0.14.0",
18948 "libc",
18949 "log",
18950 "mach2 0.5.0",
18951 "nix 0.29.0",
18952 "percent-encoding",
18953 "pretty_assertions",
18954 "rand 0.9.2",
18955 "regex",
18956 "rust-embed",
18957 "schemars",
18958 "serde",
18959 "serde_json",
18960 "serde_json_lenient",
18961 "shlex",
18962 "smol",
18963 "take-until",
18964 "tempfile",
18965 "tendril",
18966 "unicase",
18967 "url",
18968 "util_macros",
18969 "walkdir",
18970 "which 6.0.3",
18971]
18972
18973[[package]]
18974name = "util_macros"
18975version = "0.1.0"
18976dependencies = [
18977 "perf",
18978 "quote",
18979 "syn 2.0.117",
18980]
18981
18982[[package]]
18983name = "uuid"
18984version = "1.18.1"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18987dependencies = [
18988 "getrandom 0.3.4",
18989 "js-sys",
18990 "serde",
18991 "sha1_smol",
18992 "wasm-bindgen",
18993]
18994
18995[[package]]
18996name = "uuid-simd"
18997version = "0.8.0"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19000dependencies = [
19001 "outref",
19002 "vsimd",
19003]
19004
19005[[package]]
19006name = "v_frame"
19007version = "0.3.9"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19010dependencies = [
19011 "aligned-vec",
19012 "num-traits",
19013 "wasm-bindgen",
19014]
19015
19016[[package]]
19017name = "valuable"
19018version = "0.1.1"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19021
19022[[package]]
19023name = "value-bag"
19024version = "1.12.0"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19027dependencies = [
19028 "value-bag-serde1",
19029 "value-bag-sval2",
19030]
19031
19032[[package]]
19033name = "value-bag-serde1"
19034version = "1.12.0"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19037dependencies = [
19038 "erased-serde",
19039 "serde_core",
19040 "serde_fmt",
19041]
19042
19043[[package]]
19044name = "value-bag-sval2"
19045version = "1.12.0"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19048dependencies = [
19049 "sval",
19050 "sval_buffer",
19051 "sval_dynamic",
19052 "sval_fmt",
19053 "sval_json",
19054 "sval_ref",
19055 "sval_serde",
19056]
19057
19058[[package]]
19059name = "vcpkg"
19060version = "0.2.15"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19063
19064[[package]]
19065name = "vercel"
19066version = "0.1.0"
19067dependencies = [
19068 "anyhow",
19069 "schemars",
19070 "serde",
19071 "strum 0.27.2",
19072]
19073
19074[[package]]
19075name = "version-compare"
19076version = "0.2.0"
19077source = "registry+https://github.com/rust-lang/crates.io-index"
19078checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19079
19080[[package]]
19081name = "version_check"
19082version = "0.9.5"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19085
19086[[package]]
19087name = "vim"
19088version = "0.1.0"
19089dependencies = [
19090 "anyhow",
19091 "async-compat",
19092 "async-trait",
19093 "collections",
19094 "command_palette",
19095 "command_palette_hooks",
19096 "db",
19097 "editor",
19098 "env_logger 0.11.8",
19099 "futures 0.3.31",
19100 "fuzzy",
19101 "git_ui",
19102 "gpui",
19103 "indoc",
19104 "itertools 0.14.0",
19105 "language",
19106 "log",
19107 "lsp",
19108 "markdown_preview",
19109 "menu",
19110 "multi_buffer",
19111 "nvim-rs",
19112 "outline_panel",
19113 "parking_lot",
19114 "perf",
19115 "picker",
19116 "project",
19117 "project_panel",
19118 "regex",
19119 "release_channel",
19120 "schemars",
19121 "search",
19122 "semver",
19123 "serde",
19124 "serde_json",
19125 "settings",
19126 "settings_ui",
19127 "task",
19128 "text",
19129 "theme",
19130 "tokio",
19131 "ui",
19132 "util",
19133 "util_macros",
19134 "vim_mode_setting",
19135 "workspace",
19136 "zed_actions",
19137]
19138
19139[[package]]
19140name = "vim_mode_setting"
19141version = "0.1.0"
19142dependencies = [
19143 "settings",
19144]
19145
19146[[package]]
19147name = "vscode_theme"
19148version = "0.2.0"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19151dependencies = [
19152 "serde",
19153]
19154
19155[[package]]
19156name = "vsimd"
19157version = "0.8.0"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19160
19161[[package]]
19162name = "vswhom"
19163version = "0.1.0"
19164source = "registry+https://github.com/rust-lang/crates.io-index"
19165checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19166dependencies = [
19167 "libc",
19168 "vswhom-sys",
19169]
19170
19171[[package]]
19172name = "vswhom-sys"
19173version = "0.1.3"
19174source = "registry+https://github.com/rust-lang/crates.io-index"
19175checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19176dependencies = [
19177 "cc",
19178 "libc",
19179]
19180
19181[[package]]
19182name = "vte"
19183version = "0.15.0"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19186dependencies = [
19187 "arrayvec",
19188 "bitflags 2.10.0",
19189 "cursor-icon",
19190 "log",
19191 "memchr",
19192 "serde",
19193]
19194
19195[[package]]
19196name = "wait-timeout"
19197version = "0.2.1"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19200dependencies = [
19201 "libc",
19202]
19203
19204[[package]]
19205name = "waker-fn"
19206version = "1.2.0"
19207source = "registry+https://github.com/rust-lang/crates.io-index"
19208checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19209
19210[[package]]
19211name = "walkdir"
19212version = "2.5.0"
19213source = "registry+https://github.com/rust-lang/crates.io-index"
19214checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19215dependencies = [
19216 "same-file",
19217 "winapi-util",
19218]
19219
19220[[package]]
19221name = "want"
19222version = "0.3.1"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19225dependencies = [
19226 "try-lock",
19227]
19228
19229[[package]]
19230name = "warp"
19231version = "0.3.7"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19234dependencies = [
19235 "bytes 1.11.1",
19236 "futures-channel",
19237 "futures-util",
19238 "headers",
19239 "http 0.2.12",
19240 "hyper 0.14.32",
19241 "log",
19242 "mime",
19243 "mime_guess",
19244 "percent-encoding",
19245 "pin-project",
19246 "scoped-tls",
19247 "serde",
19248 "serde_json",
19249 "serde_urlencoded",
19250 "tokio",
19251 "tokio-tungstenite 0.21.0",
19252 "tokio-util",
19253 "tower-service",
19254 "tracing",
19255]
19256
19257[[package]]
19258name = "wasi"
19259version = "0.11.1+wasi-snapshot-preview1"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19262
19263[[package]]
19264name = "wasip2"
19265version = "1.0.1+wasi-0.2.4"
19266source = "registry+https://github.com/rust-lang/crates.io-index"
19267checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19268dependencies = [
19269 "wit-bindgen 0.46.0",
19270]
19271
19272[[package]]
19273name = "wasip3"
19274version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19277dependencies = [
19278 "wit-bindgen 0.51.0",
19279]
19280
19281[[package]]
19282name = "wasite"
19283version = "0.1.0"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19286
19287[[package]]
19288name = "wasm-bindgen"
19289version = "0.2.113"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19292dependencies = [
19293 "cfg-if",
19294 "once_cell",
19295 "rustversion",
19296 "wasm-bindgen-macro",
19297 "wasm-bindgen-shared",
19298]
19299
19300[[package]]
19301name = "wasm-bindgen-futures"
19302version = "0.4.63"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19305dependencies = [
19306 "cfg-if",
19307 "futures-util",
19308 "js-sys",
19309 "once_cell",
19310 "wasm-bindgen",
19311 "web-sys",
19312]
19313
19314[[package]]
19315name = "wasm-bindgen-macro"
19316version = "0.2.113"
19317source = "registry+https://github.com/rust-lang/crates.io-index"
19318checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19319dependencies = [
19320 "quote",
19321 "wasm-bindgen-macro-support",
19322]
19323
19324[[package]]
19325name = "wasm-bindgen-macro-support"
19326version = "0.2.113"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19329dependencies = [
19330 "bumpalo",
19331 "proc-macro2",
19332 "quote",
19333 "syn 2.0.117",
19334 "wasm-bindgen-shared",
19335]
19336
19337[[package]]
19338name = "wasm-bindgen-shared"
19339version = "0.2.113"
19340source = "registry+https://github.com/rust-lang/crates.io-index"
19341checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19342dependencies = [
19343 "unicode-ident",
19344]
19345
19346[[package]]
19347name = "wasm-encoder"
19348version = "0.201.0"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19351dependencies = [
19352 "leb128",
19353]
19354
19355[[package]]
19356name = "wasm-encoder"
19357version = "0.221.3"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19360dependencies = [
19361 "leb128",
19362 "wasmparser 0.221.3",
19363]
19364
19365[[package]]
19366name = "wasm-encoder"
19367version = "0.227.1"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19370dependencies = [
19371 "leb128fmt",
19372 "wasmparser 0.227.1",
19373]
19374
19375[[package]]
19376name = "wasm-encoder"
19377version = "0.229.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19380dependencies = [
19381 "leb128fmt",
19382 "wasmparser 0.229.0",
19383]
19384
19385[[package]]
19386name = "wasm-encoder"
19387version = "0.244.0"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19390dependencies = [
19391 "leb128fmt",
19392 "wasmparser 0.244.0",
19393]
19394
19395[[package]]
19396name = "wasm-metadata"
19397version = "0.201.0"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19400dependencies = [
19401 "anyhow",
19402 "indexmap",
19403 "serde",
19404 "serde_derive",
19405 "serde_json",
19406 "spdx",
19407 "wasm-encoder 0.201.0",
19408 "wasmparser 0.201.0",
19409]
19410
19411[[package]]
19412name = "wasm-metadata"
19413version = "0.227.1"
19414source = "registry+https://github.com/rust-lang/crates.io-index"
19415checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19416dependencies = [
19417 "anyhow",
19418 "auditable-serde",
19419 "flate2",
19420 "indexmap",
19421 "serde",
19422 "serde_derive",
19423 "serde_json",
19424 "spdx",
19425 "url",
19426 "wasm-encoder 0.227.1",
19427 "wasmparser 0.227.1",
19428]
19429
19430[[package]]
19431name = "wasm-metadata"
19432version = "0.244.0"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19435dependencies = [
19436 "anyhow",
19437 "indexmap",
19438 "wasm-encoder 0.244.0",
19439 "wasmparser 0.244.0",
19440]
19441
19442[[package]]
19443name = "wasm-streams"
19444version = "0.4.2"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19447dependencies = [
19448 "futures-util",
19449 "js-sys",
19450 "wasm-bindgen",
19451 "wasm-bindgen-futures",
19452 "web-sys",
19453]
19454
19455[[package]]
19456name = "wasm_thread"
19457version = "0.3.3"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19460dependencies = [
19461 "futures 0.3.31",
19462 "js-sys",
19463 "wasm-bindgen",
19464 "web-sys",
19465]
19466
19467[[package]]
19468name = "wasmparser"
19469version = "0.201.0"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19472dependencies = [
19473 "bitflags 2.10.0",
19474 "indexmap",
19475 "semver",
19476]
19477
19478[[package]]
19479name = "wasmparser"
19480version = "0.221.3"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19483dependencies = [
19484 "bitflags 2.10.0",
19485 "hashbrown 0.15.5",
19486 "indexmap",
19487 "semver",
19488 "serde",
19489]
19490
19491[[package]]
19492name = "wasmparser"
19493version = "0.227.1"
19494source = "registry+https://github.com/rust-lang/crates.io-index"
19495checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19496dependencies = [
19497 "bitflags 2.10.0",
19498 "hashbrown 0.15.5",
19499 "indexmap",
19500 "semver",
19501]
19502
19503[[package]]
19504name = "wasmparser"
19505version = "0.229.0"
19506source = "registry+https://github.com/rust-lang/crates.io-index"
19507checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19508dependencies = [
19509 "bitflags 2.10.0",
19510 "hashbrown 0.15.5",
19511 "indexmap",
19512 "semver",
19513 "serde",
19514]
19515
19516[[package]]
19517name = "wasmparser"
19518version = "0.244.0"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19521dependencies = [
19522 "bitflags 2.10.0",
19523 "hashbrown 0.15.5",
19524 "indexmap",
19525 "semver",
19526]
19527
19528[[package]]
19529name = "wasmprinter"
19530version = "0.229.0"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19533dependencies = [
19534 "anyhow",
19535 "termcolor",
19536 "wasmparser 0.229.0",
19537]
19538
19539[[package]]
19540name = "wasmtime"
19541version = "33.0.2"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19544dependencies = [
19545 "addr2line 0.24.2",
19546 "anyhow",
19547 "async-trait",
19548 "bitflags 2.10.0",
19549 "bumpalo",
19550 "cc",
19551 "cfg-if",
19552 "encoding_rs",
19553 "hashbrown 0.15.5",
19554 "indexmap",
19555 "libc",
19556 "log",
19557 "mach2 0.4.3",
19558 "memfd",
19559 "object 0.36.7",
19560 "once_cell",
19561 "postcard",
19562 "psm",
19563 "pulley-interpreter",
19564 "rayon",
19565 "rustix 1.1.2",
19566 "semver",
19567 "serde",
19568 "serde_derive",
19569 "smallvec",
19570 "sptr",
19571 "target-lexicon 0.13.3",
19572 "trait-variant",
19573 "wasmparser 0.229.0",
19574 "wasmtime-asm-macros",
19575 "wasmtime-component-macro",
19576 "wasmtime-component-util",
19577 "wasmtime-cranelift",
19578 "wasmtime-environ",
19579 "wasmtime-fiber",
19580 "wasmtime-jit-icache-coherence",
19581 "wasmtime-math",
19582 "wasmtime-slab",
19583 "wasmtime-versioned-export-macros",
19584 "wasmtime-winch",
19585 "windows-sys 0.59.0",
19586]
19587
19588[[package]]
19589name = "wasmtime-asm-macros"
19590version = "33.0.2"
19591source = "registry+https://github.com/rust-lang/crates.io-index"
19592checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19593dependencies = [
19594 "cfg-if",
19595]
19596
19597[[package]]
19598name = "wasmtime-c-api-impl"
19599version = "33.0.2"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19602dependencies = [
19603 "anyhow",
19604 "log",
19605 "tracing",
19606 "wasmtime",
19607 "wasmtime-c-api-macros",
19608]
19609
19610[[package]]
19611name = "wasmtime-c-api-macros"
19612version = "33.0.2"
19613source = "registry+https://github.com/rust-lang/crates.io-index"
19614checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19615dependencies = [
19616 "proc-macro2",
19617 "quote",
19618]
19619
19620[[package]]
19621name = "wasmtime-component-macro"
19622version = "33.0.2"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19625dependencies = [
19626 "anyhow",
19627 "proc-macro2",
19628 "quote",
19629 "syn 2.0.117",
19630 "wasmtime-component-util",
19631 "wasmtime-wit-bindgen",
19632 "wit-parser 0.229.0",
19633]
19634
19635[[package]]
19636name = "wasmtime-component-util"
19637version = "33.0.2"
19638source = "registry+https://github.com/rust-lang/crates.io-index"
19639checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19640
19641[[package]]
19642name = "wasmtime-cranelift"
19643version = "33.0.2"
19644source = "registry+https://github.com/rust-lang/crates.io-index"
19645checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19646dependencies = [
19647 "anyhow",
19648 "cfg-if",
19649 "cranelift-codegen",
19650 "cranelift-control",
19651 "cranelift-entity",
19652 "cranelift-frontend",
19653 "cranelift-native",
19654 "gimli 0.31.1",
19655 "itertools 0.14.0",
19656 "log",
19657 "object 0.36.7",
19658 "pulley-interpreter",
19659 "smallvec",
19660 "target-lexicon 0.13.3",
19661 "thiserror 2.0.17",
19662 "wasmparser 0.229.0",
19663 "wasmtime-environ",
19664 "wasmtime-versioned-export-macros",
19665]
19666
19667[[package]]
19668name = "wasmtime-environ"
19669version = "33.0.2"
19670source = "registry+https://github.com/rust-lang/crates.io-index"
19671checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19672dependencies = [
19673 "anyhow",
19674 "cpp_demangle",
19675 "cranelift-bitset",
19676 "cranelift-entity",
19677 "gimli 0.31.1",
19678 "indexmap",
19679 "log",
19680 "object 0.36.7",
19681 "postcard",
19682 "rustc-demangle",
19683 "semver",
19684 "serde",
19685 "serde_derive",
19686 "smallvec",
19687 "target-lexicon 0.13.3",
19688 "wasm-encoder 0.229.0",
19689 "wasmparser 0.229.0",
19690 "wasmprinter",
19691 "wasmtime-component-util",
19692]
19693
19694[[package]]
19695name = "wasmtime-fiber"
19696version = "33.0.2"
19697source = "registry+https://github.com/rust-lang/crates.io-index"
19698checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19699dependencies = [
19700 "anyhow",
19701 "cc",
19702 "cfg-if",
19703 "rustix 1.1.2",
19704 "wasmtime-asm-macros",
19705 "wasmtime-versioned-export-macros",
19706 "windows-sys 0.59.0",
19707]
19708
19709[[package]]
19710name = "wasmtime-jit-icache-coherence"
19711version = "33.0.2"
19712source = "registry+https://github.com/rust-lang/crates.io-index"
19713checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19714dependencies = [
19715 "anyhow",
19716 "cfg-if",
19717 "libc",
19718 "windows-sys 0.59.0",
19719]
19720
19721[[package]]
19722name = "wasmtime-math"
19723version = "33.0.2"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19726dependencies = [
19727 "libm",
19728]
19729
19730[[package]]
19731name = "wasmtime-slab"
19732version = "33.0.2"
19733source = "registry+https://github.com/rust-lang/crates.io-index"
19734checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19735
19736[[package]]
19737name = "wasmtime-versioned-export-macros"
19738version = "33.0.2"
19739source = "registry+https://github.com/rust-lang/crates.io-index"
19740checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19741dependencies = [
19742 "proc-macro2",
19743 "quote",
19744 "syn 2.0.117",
19745]
19746
19747[[package]]
19748name = "wasmtime-wasi"
19749version = "33.0.2"
19750source = "registry+https://github.com/rust-lang/crates.io-index"
19751checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19752dependencies = [
19753 "anyhow",
19754 "async-trait",
19755 "bitflags 2.10.0",
19756 "bytes 1.11.1",
19757 "cap-fs-ext",
19758 "cap-net-ext",
19759 "cap-rand",
19760 "cap-std",
19761 "cap-time-ext",
19762 "fs-set-times",
19763 "futures 0.3.31",
19764 "io-extras",
19765 "io-lifetimes",
19766 "rustix 1.1.2",
19767 "system-interface",
19768 "thiserror 2.0.17",
19769 "tokio",
19770 "tracing",
19771 "url",
19772 "wasmtime",
19773 "wasmtime-wasi-io",
19774 "wiggle",
19775 "windows-sys 0.59.0",
19776]
19777
19778[[package]]
19779name = "wasmtime-wasi-io"
19780version = "33.0.2"
19781source = "registry+https://github.com/rust-lang/crates.io-index"
19782checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19783dependencies = [
19784 "anyhow",
19785 "async-trait",
19786 "bytes 1.11.1",
19787 "futures 0.3.31",
19788 "wasmtime",
19789]
19790
19791[[package]]
19792name = "wasmtime-winch"
19793version = "33.0.2"
19794source = "registry+https://github.com/rust-lang/crates.io-index"
19795checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19796dependencies = [
19797 "anyhow",
19798 "cranelift-codegen",
19799 "gimli 0.31.1",
19800 "object 0.36.7",
19801 "target-lexicon 0.13.3",
19802 "wasmparser 0.229.0",
19803 "wasmtime-cranelift",
19804 "wasmtime-environ",
19805 "winch-codegen",
19806]
19807
19808[[package]]
19809name = "wasmtime-wit-bindgen"
19810version = "33.0.2"
19811source = "registry+https://github.com/rust-lang/crates.io-index"
19812checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19813dependencies = [
19814 "anyhow",
19815 "heck 0.5.0",
19816 "indexmap",
19817 "wit-parser 0.229.0",
19818]
19819
19820[[package]]
19821name = "wast"
19822version = "35.0.2"
19823source = "registry+https://github.com/rust-lang/crates.io-index"
19824checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19825dependencies = [
19826 "leb128",
19827]
19828
19829[[package]]
19830name = "watch"
19831version = "0.1.0"
19832dependencies = [
19833 "ctor",
19834 "futures 0.3.31",
19835 "gpui",
19836 "parking_lot",
19837 "zlog",
19838]
19839
19840[[package]]
19841name = "wax"
19842version = "0.7.0"
19843source = "registry+https://github.com/rust-lang/crates.io-index"
19844checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19845dependencies = [
19846 "const_format",
19847 "itertools 0.14.0",
19848 "nom 7.1.3",
19849 "pori",
19850 "regex",
19851 "thiserror 2.0.17",
19852 "walkdir",
19853]
19854
19855[[package]]
19856name = "wayland-backend"
19857version = "0.3.11"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19860dependencies = [
19861 "cc",
19862 "downcast-rs",
19863 "rustix 1.1.2",
19864 "scoped-tls",
19865 "smallvec",
19866 "wayland-sys",
19867]
19868
19869[[package]]
19870name = "wayland-client"
19871version = "0.31.11"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19874dependencies = [
19875 "bitflags 2.10.0",
19876 "rustix 1.1.2",
19877 "wayland-backend",
19878 "wayland-scanner",
19879]
19880
19881[[package]]
19882name = "wayland-cursor"
19883version = "0.31.11"
19884source = "registry+https://github.com/rust-lang/crates.io-index"
19885checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19886dependencies = [
19887 "rustix 1.1.2",
19888 "wayland-client",
19889 "xcursor",
19890]
19891
19892[[package]]
19893name = "wayland-protocols"
19894version = "0.32.9"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19897dependencies = [
19898 "bitflags 2.10.0",
19899 "wayland-backend",
19900 "wayland-client",
19901 "wayland-scanner",
19902]
19903
19904[[package]]
19905name = "wayland-protocols-plasma"
19906version = "0.3.9"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19909dependencies = [
19910 "bitflags 2.10.0",
19911 "wayland-backend",
19912 "wayland-client",
19913 "wayland-protocols",
19914 "wayland-scanner",
19915]
19916
19917[[package]]
19918name = "wayland-protocols-wlr"
19919version = "0.3.9"
19920source = "registry+https://github.com/rust-lang/crates.io-index"
19921checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19922dependencies = [
19923 "bitflags 2.10.0",
19924 "wayland-backend",
19925 "wayland-client",
19926 "wayland-protocols",
19927 "wayland-scanner",
19928]
19929
19930[[package]]
19931name = "wayland-scanner"
19932version = "0.31.7"
19933source = "registry+https://github.com/rust-lang/crates.io-index"
19934checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19935dependencies = [
19936 "proc-macro2",
19937 "quick-xml 0.37.5",
19938 "quote",
19939]
19940
19941[[package]]
19942name = "wayland-sys"
19943version = "0.31.7"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19946dependencies = [
19947 "dlib",
19948 "log",
19949 "once_cell",
19950 "pkg-config",
19951]
19952
19953[[package]]
19954name = "web-sys"
19955version = "0.3.90"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19958dependencies = [
19959 "js-sys",
19960 "wasm-bindgen",
19961]
19962
19963[[package]]
19964name = "web-time"
19965version = "1.1.0"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19968dependencies = [
19969 "js-sys",
19970 "wasm-bindgen",
19971]
19972
19973[[package]]
19974name = "web_atoms"
19975version = "0.1.3"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19978dependencies = [
19979 "phf 0.11.3",
19980 "phf_codegen",
19981 "string_cache",
19982 "string_cache_codegen",
19983]
19984
19985[[package]]
19986name = "web_search"
19987version = "0.1.0"
19988dependencies = [
19989 "anyhow",
19990 "cloud_llm_client",
19991 "collections",
19992 "gpui",
19993 "serde",
19994]
19995
19996[[package]]
19997name = "web_search_providers"
19998version = "0.1.0"
19999dependencies = [
20000 "anyhow",
20001 "client",
20002 "cloud_api_types",
20003 "cloud_llm_client",
20004 "futures 0.3.31",
20005 "gpui",
20006 "http_client",
20007 "language_model",
20008 "serde",
20009 "serde_json",
20010 "web_search",
20011]
20012
20013[[package]]
20014name = "webpki-root-certs"
20015version = "0.26.8"
20016source = "registry+https://github.com/rust-lang/crates.io-index"
20017checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20018dependencies = [
20019 "rustls-pki-types",
20020]
20021
20022[[package]]
20023name = "webpki-roots"
20024version = "0.26.8"
20025source = "registry+https://github.com/rust-lang/crates.io-index"
20026checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20027dependencies = [
20028 "rustls-pki-types",
20029]
20030
20031[[package]]
20032name = "webrtc-sys"
20033version = "0.3.23"
20034source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20035dependencies = [
20036 "cc",
20037 "cxx",
20038 "cxx-build",
20039 "glob",
20040 "log",
20041 "pkg-config",
20042 "webrtc-sys-build",
20043]
20044
20045[[package]]
20046name = "webrtc-sys-build"
20047version = "0.3.13"
20048source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20049dependencies = [
20050 "anyhow",
20051 "fs2",
20052 "regex",
20053 "reqwest 0.12.24",
20054 "scratch",
20055 "semver",
20056 "zip 0.6.6",
20057]
20058
20059[[package]]
20060name = "weezl"
20061version = "0.1.10"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20064
20065[[package]]
20066name = "wgpu"
20067version = "28.0.1"
20068source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20069dependencies = [
20070 "arrayvec",
20071 "bitflags 2.10.0",
20072 "bytemuck",
20073 "cfg-if",
20074 "cfg_aliases 0.2.1",
20075 "document-features",
20076 "hashbrown 0.16.1",
20077 "js-sys",
20078 "log",
20079 "naga 28.0.1",
20080 "parking_lot",
20081 "portable-atomic",
20082 "profiling",
20083 "raw-window-handle",
20084 "smallvec",
20085 "static_assertions",
20086 "wasm-bindgen",
20087 "wasm-bindgen-futures",
20088 "web-sys",
20089 "wgpu-core",
20090 "wgpu-hal",
20091 "wgpu-types",
20092]
20093
20094[[package]]
20095name = "wgpu-core"
20096version = "28.0.1"
20097source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20098dependencies = [
20099 "arrayvec",
20100 "bit-set",
20101 "bit-vec",
20102 "bitflags 2.10.0",
20103 "bytemuck",
20104 "cfg_aliases 0.2.1",
20105 "document-features",
20106 "hashbrown 0.16.1",
20107 "indexmap",
20108 "log",
20109 "naga 28.0.1",
20110 "once_cell",
20111 "parking_lot",
20112 "portable-atomic",
20113 "profiling",
20114 "raw-window-handle",
20115 "rustc-hash 1.1.0",
20116 "smallvec",
20117 "thiserror 2.0.17",
20118 "wgpu-core-deps-apple",
20119 "wgpu-core-deps-emscripten",
20120 "wgpu-core-deps-windows-linux-android",
20121 "wgpu-hal",
20122 "wgpu-types",
20123]
20124
20125[[package]]
20126name = "wgpu-core-deps-apple"
20127version = "28.0.1"
20128source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20129dependencies = [
20130 "wgpu-hal",
20131]
20132
20133[[package]]
20134name = "wgpu-core-deps-emscripten"
20135version = "28.0.1"
20136source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20137dependencies = [
20138 "wgpu-hal",
20139]
20140
20141[[package]]
20142name = "wgpu-core-deps-windows-linux-android"
20143version = "28.0.1"
20144source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20145dependencies = [
20146 "wgpu-hal",
20147]
20148
20149[[package]]
20150name = "wgpu-hal"
20151version = "28.0.1"
20152source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20153dependencies = [
20154 "android_system_properties",
20155 "arrayvec",
20156 "ash",
20157 "bit-set",
20158 "bitflags 2.10.0",
20159 "block",
20160 "bytemuck",
20161 "cfg-if",
20162 "cfg_aliases 0.2.1",
20163 "core-graphics-types 0.2.0",
20164 "glow",
20165 "glutin_wgl_sys",
20166 "gpu-allocator",
20167 "gpu-descriptor",
20168 "hashbrown 0.16.1",
20169 "js-sys",
20170 "khronos-egl",
20171 "libc",
20172 "libloading",
20173 "log",
20174 "metal",
20175 "naga 28.0.1",
20176 "ndk-sys",
20177 "objc",
20178 "once_cell",
20179 "ordered-float 4.6.0",
20180 "parking_lot",
20181 "portable-atomic",
20182 "portable-atomic-util",
20183 "profiling",
20184 "range-alloc",
20185 "raw-window-handle",
20186 "renderdoc-sys",
20187 "smallvec",
20188 "thiserror 2.0.17",
20189 "wasm-bindgen",
20190 "web-sys",
20191 "wgpu-types",
20192 "windows 0.62.2",
20193 "windows-core 0.62.2",
20194]
20195
20196[[package]]
20197name = "wgpu-types"
20198version = "28.0.1"
20199source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20200dependencies = [
20201 "bitflags 2.10.0",
20202 "bytemuck",
20203 "js-sys",
20204 "log",
20205 "web-sys",
20206]
20207
20208[[package]]
20209name = "which"
20210version = "4.4.2"
20211source = "registry+https://github.com/rust-lang/crates.io-index"
20212checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20213dependencies = [
20214 "either",
20215 "home",
20216 "once_cell",
20217 "rustix 0.38.44",
20218]
20219
20220[[package]]
20221name = "which"
20222version = "6.0.3"
20223source = "registry+https://github.com/rust-lang/crates.io-index"
20224checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20225dependencies = [
20226 "either",
20227 "home",
20228 "rustix 0.38.44",
20229 "winsafe",
20230]
20231
20232[[package]]
20233name = "which_key"
20234version = "0.1.0"
20235dependencies = [
20236 "command_palette",
20237 "gpui",
20238 "serde",
20239 "settings",
20240 "theme",
20241 "ui",
20242 "util",
20243 "workspace",
20244]
20245
20246[[package]]
20247name = "whoami"
20248version = "1.6.1"
20249source = "registry+https://github.com/rust-lang/crates.io-index"
20250checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20251dependencies = [
20252 "libredox",
20253 "wasite",
20254]
20255
20256[[package]]
20257name = "wiggle"
20258version = "33.0.2"
20259source = "registry+https://github.com/rust-lang/crates.io-index"
20260checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20261dependencies = [
20262 "anyhow",
20263 "async-trait",
20264 "bitflags 2.10.0",
20265 "thiserror 2.0.17",
20266 "tracing",
20267 "wasmtime",
20268 "wiggle-macro",
20269]
20270
20271[[package]]
20272name = "wiggle-generate"
20273version = "33.0.2"
20274source = "registry+https://github.com/rust-lang/crates.io-index"
20275checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20276dependencies = [
20277 "anyhow",
20278 "heck 0.5.0",
20279 "proc-macro2",
20280 "quote",
20281 "syn 2.0.117",
20282 "witx",
20283]
20284
20285[[package]]
20286name = "wiggle-macro"
20287version = "33.0.2"
20288source = "registry+https://github.com/rust-lang/crates.io-index"
20289checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20290dependencies = [
20291 "proc-macro2",
20292 "quote",
20293 "syn 2.0.117",
20294 "wiggle-generate",
20295]
20296
20297[[package]]
20298name = "winapi"
20299version = "0.3.9"
20300source = "registry+https://github.com/rust-lang/crates.io-index"
20301checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20302dependencies = [
20303 "winapi-i686-pc-windows-gnu",
20304 "winapi-x86_64-pc-windows-gnu",
20305]
20306
20307[[package]]
20308name = "winapi-i686-pc-windows-gnu"
20309version = "0.4.0"
20310source = "registry+https://github.com/rust-lang/crates.io-index"
20311checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20312
20313[[package]]
20314name = "winapi-util"
20315version = "0.1.11"
20316source = "registry+https://github.com/rust-lang/crates.io-index"
20317checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20318dependencies = [
20319 "windows-sys 0.61.2",
20320]
20321
20322[[package]]
20323name = "winapi-x86_64-pc-windows-gnu"
20324version = "0.4.0"
20325source = "registry+https://github.com/rust-lang/crates.io-index"
20326checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20327
20328[[package]]
20329name = "winch-codegen"
20330version = "33.0.2"
20331source = "registry+https://github.com/rust-lang/crates.io-index"
20332checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20333dependencies = [
20334 "anyhow",
20335 "cranelift-assembler-x64",
20336 "cranelift-codegen",
20337 "gimli 0.31.1",
20338 "regalloc2",
20339 "smallvec",
20340 "target-lexicon 0.13.3",
20341 "thiserror 2.0.17",
20342 "wasmparser 0.229.0",
20343 "wasmtime-cranelift",
20344 "wasmtime-environ",
20345]
20346
20347[[package]]
20348name = "windows"
20349version = "0.57.0"
20350source = "registry+https://github.com/rust-lang/crates.io-index"
20351checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20352dependencies = [
20353 "windows-core 0.57.0",
20354 "windows-targets 0.52.6",
20355]
20356
20357[[package]]
20358name = "windows"
20359version = "0.58.0"
20360source = "registry+https://github.com/rust-lang/crates.io-index"
20361checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20362dependencies = [
20363 "windows-core 0.58.0",
20364 "windows-targets 0.52.6",
20365]
20366
20367[[package]]
20368name = "windows"
20369version = "0.61.3"
20370source = "registry+https://github.com/rust-lang/crates.io-index"
20371checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20372dependencies = [
20373 "windows-collections 0.2.0",
20374 "windows-core 0.61.2",
20375 "windows-future 0.2.1",
20376 "windows-link 0.1.3",
20377 "windows-numerics 0.2.0",
20378]
20379
20380[[package]]
20381name = "windows"
20382version = "0.62.2"
20383source = "registry+https://github.com/rust-lang/crates.io-index"
20384checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20385dependencies = [
20386 "windows-collections 0.3.2",
20387 "windows-core 0.62.2",
20388 "windows-future 0.3.2",
20389 "windows-numerics 0.3.1",
20390]
20391
20392[[package]]
20393name = "windows-bindgen"
20394version = "0.61.1"
20395source = "registry+https://github.com/rust-lang/crates.io-index"
20396checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20397dependencies = [
20398 "serde",
20399 "serde_json",
20400 "windows-threading 0.1.0",
20401]
20402
20403[[package]]
20404name = "windows-capture"
20405version = "1.4.3"
20406source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20407dependencies = [
20408 "clap",
20409 "ctrlc",
20410 "parking_lot",
20411 "rayon",
20412 "thiserror 2.0.17",
20413 "windows 0.61.3",
20414 "windows-future 0.2.1",
20415]
20416
20417[[package]]
20418name = "windows-collections"
20419version = "0.2.0"
20420source = "registry+https://github.com/rust-lang/crates.io-index"
20421checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20422dependencies = [
20423 "windows-core 0.61.2",
20424]
20425
20426[[package]]
20427name = "windows-collections"
20428version = "0.3.2"
20429source = "registry+https://github.com/rust-lang/crates.io-index"
20430checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20431dependencies = [
20432 "windows-core 0.62.2",
20433]
20434
20435[[package]]
20436name = "windows-core"
20437version = "0.57.0"
20438source = "registry+https://github.com/rust-lang/crates.io-index"
20439checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20440dependencies = [
20441 "windows-implement 0.57.0",
20442 "windows-interface 0.57.0",
20443 "windows-result 0.1.2",
20444 "windows-targets 0.52.6",
20445]
20446
20447[[package]]
20448name = "windows-core"
20449version = "0.58.0"
20450source = "registry+https://github.com/rust-lang/crates.io-index"
20451checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20452dependencies = [
20453 "windows-implement 0.58.0",
20454 "windows-interface 0.58.0",
20455 "windows-result 0.2.0",
20456 "windows-strings 0.1.0",
20457 "windows-targets 0.52.6",
20458]
20459
20460[[package]]
20461name = "windows-core"
20462version = "0.61.2"
20463source = "registry+https://github.com/rust-lang/crates.io-index"
20464checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20465dependencies = [
20466 "windows-implement 0.60.2",
20467 "windows-interface 0.59.3",
20468 "windows-link 0.1.3",
20469 "windows-result 0.3.4",
20470 "windows-strings 0.4.2",
20471]
20472
20473[[package]]
20474name = "windows-core"
20475version = "0.62.2"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20478dependencies = [
20479 "windows-implement 0.60.2",
20480 "windows-interface 0.59.3",
20481 "windows-link 0.2.1",
20482 "windows-result 0.4.1",
20483 "windows-strings 0.5.1",
20484]
20485
20486[[package]]
20487name = "windows-future"
20488version = "0.2.1"
20489source = "registry+https://github.com/rust-lang/crates.io-index"
20490checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20491dependencies = [
20492 "windows-core 0.61.2",
20493 "windows-link 0.1.3",
20494 "windows-threading 0.1.0",
20495]
20496
20497[[package]]
20498name = "windows-future"
20499version = "0.3.2"
20500source = "registry+https://github.com/rust-lang/crates.io-index"
20501checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20502dependencies = [
20503 "windows-core 0.62.2",
20504 "windows-link 0.2.1",
20505 "windows-threading 0.2.1",
20506]
20507
20508[[package]]
20509name = "windows-implement"
20510version = "0.57.0"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20513dependencies = [
20514 "proc-macro2",
20515 "quote",
20516 "syn 2.0.117",
20517]
20518
20519[[package]]
20520name = "windows-implement"
20521version = "0.58.0"
20522source = "registry+https://github.com/rust-lang/crates.io-index"
20523checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20524dependencies = [
20525 "proc-macro2",
20526 "quote",
20527 "syn 2.0.117",
20528]
20529
20530[[package]]
20531name = "windows-implement"
20532version = "0.60.2"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20535dependencies = [
20536 "proc-macro2",
20537 "quote",
20538 "syn 2.0.117",
20539]
20540
20541[[package]]
20542name = "windows-interface"
20543version = "0.57.0"
20544source = "registry+https://github.com/rust-lang/crates.io-index"
20545checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20546dependencies = [
20547 "proc-macro2",
20548 "quote",
20549 "syn 2.0.117",
20550]
20551
20552[[package]]
20553name = "windows-interface"
20554version = "0.58.0"
20555source = "registry+https://github.com/rust-lang/crates.io-index"
20556checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20557dependencies = [
20558 "proc-macro2",
20559 "quote",
20560 "syn 2.0.117",
20561]
20562
20563[[package]]
20564name = "windows-interface"
20565version = "0.59.3"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20568dependencies = [
20569 "proc-macro2",
20570 "quote",
20571 "syn 2.0.117",
20572]
20573
20574[[package]]
20575name = "windows-link"
20576version = "0.1.3"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20579
20580[[package]]
20581name = "windows-link"
20582version = "0.2.1"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20585
20586[[package]]
20587name = "windows-numerics"
20588version = "0.2.0"
20589source = "registry+https://github.com/rust-lang/crates.io-index"
20590checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20591dependencies = [
20592 "windows-core 0.61.2",
20593 "windows-link 0.1.3",
20594]
20595
20596[[package]]
20597name = "windows-numerics"
20598version = "0.3.1"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20601dependencies = [
20602 "windows-core 0.62.2",
20603 "windows-link 0.2.1",
20604]
20605
20606[[package]]
20607name = "windows-registry"
20608version = "0.4.0"
20609source = "registry+https://github.com/rust-lang/crates.io-index"
20610checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20611dependencies = [
20612 "windows-result 0.3.4",
20613 "windows-strings 0.3.1",
20614 "windows-targets 0.53.5",
20615]
20616
20617[[package]]
20618name = "windows-registry"
20619version = "0.5.3"
20620source = "registry+https://github.com/rust-lang/crates.io-index"
20621checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20622dependencies = [
20623 "windows-link 0.1.3",
20624 "windows-result 0.3.4",
20625 "windows-strings 0.4.2",
20626]
20627
20628[[package]]
20629name = "windows-registry"
20630version = "0.6.1"
20631source = "registry+https://github.com/rust-lang/crates.io-index"
20632checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20633dependencies = [
20634 "windows-link 0.2.1",
20635 "windows-result 0.4.1",
20636 "windows-strings 0.5.1",
20637]
20638
20639[[package]]
20640name = "windows-result"
20641version = "0.1.2"
20642source = "registry+https://github.com/rust-lang/crates.io-index"
20643checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20644dependencies = [
20645 "windows-targets 0.52.6",
20646]
20647
20648[[package]]
20649name = "windows-result"
20650version = "0.2.0"
20651source = "registry+https://github.com/rust-lang/crates.io-index"
20652checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20653dependencies = [
20654 "windows-targets 0.52.6",
20655]
20656
20657[[package]]
20658name = "windows-result"
20659version = "0.3.4"
20660source = "registry+https://github.com/rust-lang/crates.io-index"
20661checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20662dependencies = [
20663 "windows-link 0.1.3",
20664]
20665
20666[[package]]
20667name = "windows-result"
20668version = "0.4.1"
20669source = "registry+https://github.com/rust-lang/crates.io-index"
20670checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20671dependencies = [
20672 "windows-link 0.2.1",
20673]
20674
20675[[package]]
20676name = "windows-strings"
20677version = "0.1.0"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20680dependencies = [
20681 "windows-result 0.2.0",
20682 "windows-targets 0.52.6",
20683]
20684
20685[[package]]
20686name = "windows-strings"
20687version = "0.3.1"
20688source = "registry+https://github.com/rust-lang/crates.io-index"
20689checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20690dependencies = [
20691 "windows-link 0.1.3",
20692]
20693
20694[[package]]
20695name = "windows-strings"
20696version = "0.4.2"
20697source = "registry+https://github.com/rust-lang/crates.io-index"
20698checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20699dependencies = [
20700 "windows-link 0.1.3",
20701]
20702
20703[[package]]
20704name = "windows-strings"
20705version = "0.5.1"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20708dependencies = [
20709 "windows-link 0.2.1",
20710]
20711
20712[[package]]
20713name = "windows-sys"
20714version = "0.45.0"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20717dependencies = [
20718 "windows-targets 0.42.2",
20719]
20720
20721[[package]]
20722name = "windows-sys"
20723version = "0.48.0"
20724source = "registry+https://github.com/rust-lang/crates.io-index"
20725checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20726dependencies = [
20727 "windows-targets 0.48.5",
20728]
20729
20730[[package]]
20731name = "windows-sys"
20732version = "0.52.0"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20735dependencies = [
20736 "windows-targets 0.52.6",
20737]
20738
20739[[package]]
20740name = "windows-sys"
20741version = "0.59.0"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20744dependencies = [
20745 "windows-targets 0.52.6",
20746]
20747
20748[[package]]
20749name = "windows-sys"
20750version = "0.60.2"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20753dependencies = [
20754 "windows-targets 0.53.5",
20755]
20756
20757[[package]]
20758name = "windows-sys"
20759version = "0.61.2"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20762dependencies = [
20763 "windows-link 0.2.1",
20764]
20765
20766[[package]]
20767name = "windows-targets"
20768version = "0.42.2"
20769source = "registry+https://github.com/rust-lang/crates.io-index"
20770checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20771dependencies = [
20772 "windows_aarch64_gnullvm 0.42.2",
20773 "windows_aarch64_msvc 0.42.2",
20774 "windows_i686_gnu 0.42.2",
20775 "windows_i686_msvc 0.42.2",
20776 "windows_x86_64_gnu 0.42.2",
20777 "windows_x86_64_gnullvm 0.42.2",
20778 "windows_x86_64_msvc 0.42.2",
20779]
20780
20781[[package]]
20782name = "windows-targets"
20783version = "0.48.5"
20784source = "registry+https://github.com/rust-lang/crates.io-index"
20785checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20786dependencies = [
20787 "windows_aarch64_gnullvm 0.48.5",
20788 "windows_aarch64_msvc 0.48.5",
20789 "windows_i686_gnu 0.48.5",
20790 "windows_i686_msvc 0.48.5",
20791 "windows_x86_64_gnu 0.48.5",
20792 "windows_x86_64_gnullvm 0.48.5",
20793 "windows_x86_64_msvc 0.48.5",
20794]
20795
20796[[package]]
20797name = "windows-targets"
20798version = "0.52.6"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20801dependencies = [
20802 "windows_aarch64_gnullvm 0.52.6",
20803 "windows_aarch64_msvc 0.52.6",
20804 "windows_i686_gnu 0.52.6",
20805 "windows_i686_gnullvm 0.52.6",
20806 "windows_i686_msvc 0.52.6",
20807 "windows_x86_64_gnu 0.52.6",
20808 "windows_x86_64_gnullvm 0.52.6",
20809 "windows_x86_64_msvc 0.52.6",
20810]
20811
20812[[package]]
20813name = "windows-targets"
20814version = "0.53.5"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20817dependencies = [
20818 "windows-link 0.2.1",
20819 "windows_aarch64_gnullvm 0.53.1",
20820 "windows_aarch64_msvc 0.53.1",
20821 "windows_i686_gnu 0.53.1",
20822 "windows_i686_gnullvm 0.53.1",
20823 "windows_i686_msvc 0.53.1",
20824 "windows_x86_64_gnu 0.53.1",
20825 "windows_x86_64_gnullvm 0.53.1",
20826 "windows_x86_64_msvc 0.53.1",
20827]
20828
20829[[package]]
20830name = "windows-threading"
20831version = "0.1.0"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20834dependencies = [
20835 "windows-link 0.1.3",
20836]
20837
20838[[package]]
20839name = "windows-threading"
20840version = "0.2.1"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20843dependencies = [
20844 "windows-link 0.2.1",
20845]
20846
20847[[package]]
20848name = "windows_aarch64_gnullvm"
20849version = "0.42.2"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20852
20853[[package]]
20854name = "windows_aarch64_gnullvm"
20855version = "0.48.5"
20856source = "registry+https://github.com/rust-lang/crates.io-index"
20857checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20858
20859[[package]]
20860name = "windows_aarch64_gnullvm"
20861version = "0.52.6"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20864
20865[[package]]
20866name = "windows_aarch64_gnullvm"
20867version = "0.53.1"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20870
20871[[package]]
20872name = "windows_aarch64_msvc"
20873version = "0.42.2"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20876
20877[[package]]
20878name = "windows_aarch64_msvc"
20879version = "0.48.5"
20880source = "registry+https://github.com/rust-lang/crates.io-index"
20881checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20882
20883[[package]]
20884name = "windows_aarch64_msvc"
20885version = "0.52.6"
20886source = "registry+https://github.com/rust-lang/crates.io-index"
20887checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20888
20889[[package]]
20890name = "windows_aarch64_msvc"
20891version = "0.53.1"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20894
20895[[package]]
20896name = "windows_i686_gnu"
20897version = "0.42.2"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20900
20901[[package]]
20902name = "windows_i686_gnu"
20903version = "0.48.5"
20904source = "registry+https://github.com/rust-lang/crates.io-index"
20905checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20906
20907[[package]]
20908name = "windows_i686_gnu"
20909version = "0.52.6"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20912
20913[[package]]
20914name = "windows_i686_gnu"
20915version = "0.53.1"
20916source = "registry+https://github.com/rust-lang/crates.io-index"
20917checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20918
20919[[package]]
20920name = "windows_i686_gnullvm"
20921version = "0.52.6"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20924
20925[[package]]
20926name = "windows_i686_gnullvm"
20927version = "0.53.1"
20928source = "registry+https://github.com/rust-lang/crates.io-index"
20929checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20930
20931[[package]]
20932name = "windows_i686_msvc"
20933version = "0.42.2"
20934source = "registry+https://github.com/rust-lang/crates.io-index"
20935checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20936
20937[[package]]
20938name = "windows_i686_msvc"
20939version = "0.48.5"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20942
20943[[package]]
20944name = "windows_i686_msvc"
20945version = "0.52.6"
20946source = "registry+https://github.com/rust-lang/crates.io-index"
20947checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20948
20949[[package]]
20950name = "windows_i686_msvc"
20951version = "0.53.1"
20952source = "registry+https://github.com/rust-lang/crates.io-index"
20953checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20954
20955[[package]]
20956name = "windows_x86_64_gnu"
20957version = "0.42.2"
20958source = "registry+https://github.com/rust-lang/crates.io-index"
20959checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20960
20961[[package]]
20962name = "windows_x86_64_gnu"
20963version = "0.48.5"
20964source = "registry+https://github.com/rust-lang/crates.io-index"
20965checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20966
20967[[package]]
20968name = "windows_x86_64_gnu"
20969version = "0.52.6"
20970source = "registry+https://github.com/rust-lang/crates.io-index"
20971checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20972
20973[[package]]
20974name = "windows_x86_64_gnu"
20975version = "0.53.1"
20976source = "registry+https://github.com/rust-lang/crates.io-index"
20977checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20978
20979[[package]]
20980name = "windows_x86_64_gnullvm"
20981version = "0.42.2"
20982source = "registry+https://github.com/rust-lang/crates.io-index"
20983checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20984
20985[[package]]
20986name = "windows_x86_64_gnullvm"
20987version = "0.48.5"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20990
20991[[package]]
20992name = "windows_x86_64_gnullvm"
20993version = "0.52.6"
20994source = "registry+https://github.com/rust-lang/crates.io-index"
20995checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20996
20997[[package]]
20998name = "windows_x86_64_gnullvm"
20999version = "0.53.1"
21000source = "registry+https://github.com/rust-lang/crates.io-index"
21001checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21002
21003[[package]]
21004name = "windows_x86_64_msvc"
21005version = "0.42.2"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21008
21009[[package]]
21010name = "windows_x86_64_msvc"
21011version = "0.48.5"
21012source = "registry+https://github.com/rust-lang/crates.io-index"
21013checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21014
21015[[package]]
21016name = "windows_x86_64_msvc"
21017version = "0.52.6"
21018source = "registry+https://github.com/rust-lang/crates.io-index"
21019checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21020
21021[[package]]
21022name = "windows_x86_64_msvc"
21023version = "0.53.1"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21026
21027[[package]]
21028name = "winnow"
21029version = "0.7.13"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21032dependencies = [
21033 "memchr",
21034]
21035
21036[[package]]
21037name = "winreg"
21038version = "0.10.1"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21041dependencies = [
21042 "winapi",
21043]
21044
21045[[package]]
21046name = "winreg"
21047version = "0.50.0"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21050dependencies = [
21051 "cfg-if",
21052 "windows-sys 0.48.0",
21053]
21054
21055[[package]]
21056name = "winreg"
21057version = "0.55.0"
21058source = "registry+https://github.com/rust-lang/crates.io-index"
21059checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21060dependencies = [
21061 "cfg-if",
21062 "windows-sys 0.59.0",
21063]
21064
21065[[package]]
21066name = "winresource"
21067version = "0.1.23"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21070dependencies = [
21071 "toml 0.8.23",
21072 "version_check",
21073]
21074
21075[[package]]
21076name = "winsafe"
21077version = "0.0.19"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21080
21081[[package]]
21082name = "winx"
21083version = "0.36.4"
21084source = "registry+https://github.com/rust-lang/crates.io-index"
21085checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21086dependencies = [
21087 "bitflags 2.10.0",
21088 "windows-sys 0.59.0",
21089]
21090
21091[[package]]
21092name = "wio"
21093version = "0.2.2"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21096dependencies = [
21097 "winapi",
21098]
21099
21100[[package]]
21101name = "wit-bindgen"
21102version = "0.22.0"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21105dependencies = [
21106 "bitflags 2.10.0",
21107 "wit-bindgen-rt 0.22.0",
21108 "wit-bindgen-rust-macro 0.22.0",
21109]
21110
21111[[package]]
21112name = "wit-bindgen"
21113version = "0.41.0"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21116dependencies = [
21117 "wit-bindgen-rt 0.41.0",
21118 "wit-bindgen-rust-macro 0.41.0",
21119]
21120
21121[[package]]
21122name = "wit-bindgen"
21123version = "0.46.0"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21126
21127[[package]]
21128name = "wit-bindgen"
21129version = "0.51.0"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21132dependencies = [
21133 "wit-bindgen-rust-macro 0.51.0",
21134]
21135
21136[[package]]
21137name = "wit-bindgen-core"
21138version = "0.22.0"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21141dependencies = [
21142 "anyhow",
21143 "wit-parser 0.201.0",
21144]
21145
21146[[package]]
21147name = "wit-bindgen-core"
21148version = "0.41.0"
21149source = "registry+https://github.com/rust-lang/crates.io-index"
21150checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21151dependencies = [
21152 "anyhow",
21153 "heck 0.5.0",
21154 "wit-parser 0.227.1",
21155]
21156
21157[[package]]
21158name = "wit-bindgen-core"
21159version = "0.51.0"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21162dependencies = [
21163 "anyhow",
21164 "heck 0.5.0",
21165 "wit-parser 0.244.0",
21166]
21167
21168[[package]]
21169name = "wit-bindgen-rt"
21170version = "0.22.0"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21173
21174[[package]]
21175name = "wit-bindgen-rt"
21176version = "0.41.0"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21179dependencies = [
21180 "bitflags 2.10.0",
21181 "futures 0.3.31",
21182 "once_cell",
21183]
21184
21185[[package]]
21186name = "wit-bindgen-rust"
21187version = "0.22.0"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21190dependencies = [
21191 "anyhow",
21192 "heck 0.4.1",
21193 "indexmap",
21194 "wasm-metadata 0.201.0",
21195 "wit-bindgen-core 0.22.0",
21196 "wit-component 0.201.0",
21197]
21198
21199[[package]]
21200name = "wit-bindgen-rust"
21201version = "0.41.0"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21204dependencies = [
21205 "anyhow",
21206 "heck 0.5.0",
21207 "indexmap",
21208 "prettyplease",
21209 "syn 2.0.117",
21210 "wasm-metadata 0.227.1",
21211 "wit-bindgen-core 0.41.0",
21212 "wit-component 0.227.1",
21213]
21214
21215[[package]]
21216name = "wit-bindgen-rust"
21217version = "0.51.0"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21220dependencies = [
21221 "anyhow",
21222 "heck 0.5.0",
21223 "indexmap",
21224 "prettyplease",
21225 "syn 2.0.117",
21226 "wasm-metadata 0.244.0",
21227 "wit-bindgen-core 0.51.0",
21228 "wit-component 0.244.0",
21229]
21230
21231[[package]]
21232name = "wit-bindgen-rust-macro"
21233version = "0.22.0"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21236dependencies = [
21237 "anyhow",
21238 "proc-macro2",
21239 "quote",
21240 "syn 2.0.117",
21241 "wit-bindgen-core 0.22.0",
21242 "wit-bindgen-rust 0.22.0",
21243]
21244
21245[[package]]
21246name = "wit-bindgen-rust-macro"
21247version = "0.41.0"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21250dependencies = [
21251 "anyhow",
21252 "prettyplease",
21253 "proc-macro2",
21254 "quote",
21255 "syn 2.0.117",
21256 "wit-bindgen-core 0.41.0",
21257 "wit-bindgen-rust 0.41.0",
21258]
21259
21260[[package]]
21261name = "wit-bindgen-rust-macro"
21262version = "0.51.0"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21265dependencies = [
21266 "anyhow",
21267 "prettyplease",
21268 "proc-macro2",
21269 "quote",
21270 "syn 2.0.117",
21271 "wit-bindgen-core 0.51.0",
21272 "wit-bindgen-rust 0.51.0",
21273]
21274
21275[[package]]
21276name = "wit-component"
21277version = "0.201.0"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21280dependencies = [
21281 "anyhow",
21282 "bitflags 2.10.0",
21283 "indexmap",
21284 "log",
21285 "serde",
21286 "serde_derive",
21287 "serde_json",
21288 "wasm-encoder 0.201.0",
21289 "wasm-metadata 0.201.0",
21290 "wasmparser 0.201.0",
21291 "wit-parser 0.201.0",
21292]
21293
21294[[package]]
21295name = "wit-component"
21296version = "0.227.1"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21299dependencies = [
21300 "anyhow",
21301 "bitflags 2.10.0",
21302 "indexmap",
21303 "log",
21304 "serde",
21305 "serde_derive",
21306 "serde_json",
21307 "wasm-encoder 0.227.1",
21308 "wasm-metadata 0.227.1",
21309 "wasmparser 0.227.1",
21310 "wit-parser 0.227.1",
21311]
21312
21313[[package]]
21314name = "wit-component"
21315version = "0.244.0"
21316source = "registry+https://github.com/rust-lang/crates.io-index"
21317checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21318dependencies = [
21319 "anyhow",
21320 "bitflags 2.10.0",
21321 "indexmap",
21322 "log",
21323 "serde",
21324 "serde_derive",
21325 "serde_json",
21326 "wasm-encoder 0.244.0",
21327 "wasm-metadata 0.244.0",
21328 "wasmparser 0.244.0",
21329 "wit-parser 0.244.0",
21330]
21331
21332[[package]]
21333name = "wit-parser"
21334version = "0.201.0"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21337dependencies = [
21338 "anyhow",
21339 "id-arena",
21340 "indexmap",
21341 "log",
21342 "semver",
21343 "serde",
21344 "serde_derive",
21345 "serde_json",
21346 "unicode-xid",
21347 "wasmparser 0.201.0",
21348]
21349
21350[[package]]
21351name = "wit-parser"
21352version = "0.227.1"
21353source = "registry+https://github.com/rust-lang/crates.io-index"
21354checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21355dependencies = [
21356 "anyhow",
21357 "id-arena",
21358 "indexmap",
21359 "log",
21360 "semver",
21361 "serde",
21362 "serde_derive",
21363 "serde_json",
21364 "unicode-xid",
21365 "wasmparser 0.227.1",
21366]
21367
21368[[package]]
21369name = "wit-parser"
21370version = "0.229.0"
21371source = "registry+https://github.com/rust-lang/crates.io-index"
21372checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21373dependencies = [
21374 "anyhow",
21375 "id-arena",
21376 "indexmap",
21377 "log",
21378 "semver",
21379 "serde",
21380 "serde_derive",
21381 "serde_json",
21382 "unicode-xid",
21383 "wasmparser 0.229.0",
21384]
21385
21386[[package]]
21387name = "wit-parser"
21388version = "0.244.0"
21389source = "registry+https://github.com/rust-lang/crates.io-index"
21390checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21391dependencies = [
21392 "anyhow",
21393 "id-arena",
21394 "indexmap",
21395 "log",
21396 "semver",
21397 "serde",
21398 "serde_derive",
21399 "serde_json",
21400 "unicode-xid",
21401 "wasmparser 0.244.0",
21402]
21403
21404[[package]]
21405name = "witx"
21406version = "0.9.1"
21407source = "registry+https://github.com/rust-lang/crates.io-index"
21408checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21409dependencies = [
21410 "anyhow",
21411 "log",
21412 "thiserror 1.0.69",
21413 "wast",
21414]
21415
21416[[package]]
21417name = "workspace"
21418version = "0.1.0"
21419dependencies = [
21420 "any_vec",
21421 "anyhow",
21422 "async-recursion",
21423 "chrono",
21424 "client",
21425 "clock",
21426 "collections",
21427 "component",
21428 "db",
21429 "feature_flags",
21430 "fs",
21431 "futures 0.3.31",
21432 "git",
21433 "gpui",
21434 "http_client",
21435 "itertools 0.14.0",
21436 "language",
21437 "log",
21438 "markdown",
21439 "menu",
21440 "node_runtime",
21441 "parking_lot",
21442 "postage",
21443 "pretty_assertions",
21444 "project",
21445 "remote",
21446 "schemars",
21447 "serde",
21448 "serde_json",
21449 "session",
21450 "settings",
21451 "smallvec",
21452 "sqlez",
21453 "strum 0.27.2",
21454 "task",
21455 "telemetry",
21456 "tempfile",
21457 "theme",
21458 "ui",
21459 "util",
21460 "uuid",
21461 "windows 0.61.3",
21462 "zed_actions",
21463 "zlog",
21464]
21465
21466[[package]]
21467name = "worktree"
21468version = "0.1.0"
21469dependencies = [
21470 "anyhow",
21471 "async-lock 2.8.0",
21472 "chardetng",
21473 "clock",
21474 "collections",
21475 "encoding_rs",
21476 "fs",
21477 "futures 0.3.31",
21478 "fuzzy",
21479 "git",
21480 "gpui",
21481 "ignore",
21482 "language",
21483 "log",
21484 "parking_lot",
21485 "paths",
21486 "postage",
21487 "pretty_assertions",
21488 "rand 0.9.2",
21489 "rpc",
21490 "serde",
21491 "serde_json",
21492 "settings",
21493 "smallvec",
21494 "smol",
21495 "sum_tree",
21496 "text",
21497 "tracing",
21498 "util",
21499 "worktree",
21500 "zlog",
21501 "ztracing",
21502]
21503
21504[[package]]
21505name = "worktree_benchmarks"
21506version = "0.1.0"
21507dependencies = [
21508 "fs",
21509 "gpui_platform",
21510 "settings",
21511 "worktree",
21512]
21513
21514[[package]]
21515name = "wprcontrol"
21516version = "0.1.0"
21517source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21518dependencies = [
21519 "windows 0.61.3",
21520 "windows-bindgen",
21521 "windows-core 0.61.2",
21522 "windows-link 0.2.1",
21523]
21524
21525[[package]]
21526name = "writeable"
21527version = "0.6.1"
21528source = "registry+https://github.com/rust-lang/crates.io-index"
21529checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21530
21531[[package]]
21532name = "wyz"
21533version = "0.5.1"
21534source = "registry+https://github.com/rust-lang/crates.io-index"
21535checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21536dependencies = [
21537 "tap",
21538]
21539
21540[[package]]
21541name = "x11"
21542version = "2.21.0"
21543source = "registry+https://github.com/rust-lang/crates.io-index"
21544checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21545dependencies = [
21546 "libc",
21547 "pkg-config",
21548]
21549
21550[[package]]
21551name = "x11-clipboard"
21552version = "0.9.3"
21553source = "registry+https://github.com/rust-lang/crates.io-index"
21554checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21555dependencies = [
21556 "libc",
21557 "x11rb",
21558]
21559
21560[[package]]
21561name = "x11rb"
21562version = "0.13.2"
21563source = "registry+https://github.com/rust-lang/crates.io-index"
21564checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21565dependencies = [
21566 "as-raw-xcb-connection",
21567 "gethostname",
21568 "libc",
21569 "rustix 1.1.2",
21570 "x11rb-protocol",
21571 "xcursor",
21572]
21573
21574[[package]]
21575name = "x11rb-protocol"
21576version = "0.13.2"
21577source = "registry+https://github.com/rust-lang/crates.io-index"
21578checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21579
21580[[package]]
21581name = "x_ai"
21582version = "0.1.0"
21583dependencies = [
21584 "anyhow",
21585 "schemars",
21586 "serde",
21587 "strum 0.27.2",
21588]
21589
21590[[package]]
21591name = "xattr"
21592version = "0.2.3"
21593source = "registry+https://github.com/rust-lang/crates.io-index"
21594checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21595dependencies = [
21596 "libc",
21597]
21598
21599[[package]]
21600name = "xcb"
21601version = "1.6.0"
21602source = "registry+https://github.com/rust-lang/crates.io-index"
21603checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21604dependencies = [
21605 "bitflags 1.3.2",
21606 "libc",
21607 "quick-xml 0.30.0",
21608 "x11",
21609]
21610
21611[[package]]
21612name = "xcursor"
21613version = "0.3.10"
21614source = "registry+https://github.com/rust-lang/crates.io-index"
21615checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21616
21617[[package]]
21618name = "xim-ctext"
21619version = "0.3.0"
21620source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21621dependencies = [
21622 "encoding_rs",
21623]
21624
21625[[package]]
21626name = "xim-parser"
21627version = "0.2.1"
21628source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21629dependencies = [
21630 "bitflags 2.10.0",
21631]
21632
21633[[package]]
21634name = "xkbcommon"
21635version = "0.8.0"
21636source = "registry+https://github.com/rust-lang/crates.io-index"
21637checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21638dependencies = [
21639 "as-raw-xcb-connection",
21640 "libc",
21641 "memmap2",
21642 "xkeysym",
21643]
21644
21645[[package]]
21646name = "xkeysym"
21647version = "0.2.1"
21648source = "registry+https://github.com/rust-lang/crates.io-index"
21649checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21650
21651[[package]]
21652name = "xml-rs"
21653version = "0.8.28"
21654source = "registry+https://github.com/rust-lang/crates.io-index"
21655checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21656
21657[[package]]
21658name = "xml5ever"
21659version = "0.18.1"
21660source = "registry+https://github.com/rust-lang/crates.io-index"
21661checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21662dependencies = [
21663 "log",
21664 "mac",
21665 "markup5ever 0.12.1",
21666]
21667
21668[[package]]
21669name = "xmlparser"
21670version = "0.13.6"
21671source = "registry+https://github.com/rust-lang/crates.io-index"
21672checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21673
21674[[package]]
21675name = "xmlwriter"
21676version = "0.1.0"
21677source = "registry+https://github.com/rust-lang/crates.io-index"
21678checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21679
21680[[package]]
21681name = "xtask"
21682version = "0.1.0"
21683dependencies = [
21684 "annotate-snippets",
21685 "anyhow",
21686 "backtrace",
21687 "cargo_metadata",
21688 "cargo_toml",
21689 "clap",
21690 "gh-workflow",
21691 "indexmap",
21692 "indoc",
21693 "itertools 0.14.0",
21694 "regex",
21695 "serde",
21696 "serde_json",
21697 "serde_yaml",
21698 "strum 0.27.2",
21699 "toml 0.8.23",
21700 "toml_edit 0.22.27",
21701]
21702
21703[[package]]
21704name = "yaml-rust2"
21705version = "0.8.1"
21706source = "registry+https://github.com/rust-lang/crates.io-index"
21707checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21708dependencies = [
21709 "arraydeque",
21710 "encoding_rs",
21711 "hashlink 0.8.4",
21712]
21713
21714[[package]]
21715name = "yansi"
21716version = "1.0.1"
21717source = "registry+https://github.com/rust-lang/crates.io-index"
21718checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21719
21720[[package]]
21721name = "yawc"
21722version = "0.2.5"
21723source = "registry+https://github.com/rust-lang/crates.io-index"
21724checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21725dependencies = [
21726 "base64 0.22.1",
21727 "bytes 1.11.1",
21728 "flate2",
21729 "futures 0.3.31",
21730 "http-body-util",
21731 "hyper 1.7.0",
21732 "hyper-util",
21733 "js-sys",
21734 "nom 8.0.0",
21735 "pin-project",
21736 "rand 0.8.5",
21737 "sha1",
21738 "thiserror 1.0.69",
21739 "tokio",
21740 "tokio-rustls 0.26.2",
21741 "tokio-util",
21742 "url",
21743 "wasm-bindgen",
21744 "wasm-bindgen-futures",
21745 "web-sys",
21746 "webpki-roots",
21747]
21748
21749[[package]]
21750name = "yazi"
21751version = "0.2.1"
21752source = "registry+https://github.com/rust-lang/crates.io-index"
21753checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21754
21755[[package]]
21756name = "yeslogic-fontconfig-sys"
21757version = "6.0.0"
21758source = "registry+https://github.com/rust-lang/crates.io-index"
21759checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21760dependencies = [
21761 "dlib",
21762 "once_cell",
21763 "pkg-config",
21764]
21765
21766[[package]]
21767name = "yoke"
21768version = "0.7.5"
21769source = "registry+https://github.com/rust-lang/crates.io-index"
21770checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21771dependencies = [
21772 "serde",
21773 "stable_deref_trait",
21774 "yoke-derive 0.7.5",
21775 "zerofrom",
21776]
21777
21778[[package]]
21779name = "yoke"
21780version = "0.8.0"
21781source = "registry+https://github.com/rust-lang/crates.io-index"
21782checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21783dependencies = [
21784 "serde",
21785 "stable_deref_trait",
21786 "yoke-derive 0.8.0",
21787 "zerofrom",
21788]
21789
21790[[package]]
21791name = "yoke-derive"
21792version = "0.7.5"
21793source = "registry+https://github.com/rust-lang/crates.io-index"
21794checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21795dependencies = [
21796 "proc-macro2",
21797 "quote",
21798 "syn 2.0.117",
21799 "synstructure",
21800]
21801
21802[[package]]
21803name = "yoke-derive"
21804version = "0.8.0"
21805source = "registry+https://github.com/rust-lang/crates.io-index"
21806checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21807dependencies = [
21808 "proc-macro2",
21809 "quote",
21810 "syn 2.0.117",
21811 "synstructure",
21812]
21813
21814[[package]]
21815name = "zbus"
21816version = "5.13.2"
21817source = "registry+https://github.com/rust-lang/crates.io-index"
21818checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21819dependencies = [
21820 "async-broadcast",
21821 "async-executor",
21822 "async-io",
21823 "async-lock 3.4.2",
21824 "async-process",
21825 "async-recursion",
21826 "async-task",
21827 "async-trait",
21828 "blocking",
21829 "enumflags2",
21830 "event-listener 5.4.1",
21831 "futures-core",
21832 "futures-lite 2.6.1",
21833 "hex",
21834 "libc",
21835 "ordered-stream",
21836 "rustix 1.1.2",
21837 "serde",
21838 "serde_repr",
21839 "tracing",
21840 "uds_windows",
21841 "uuid",
21842 "windows-sys 0.61.2",
21843 "winnow",
21844 "zbus_macros",
21845 "zbus_names",
21846 "zvariant",
21847]
21848
21849[[package]]
21850name = "zbus_macros"
21851version = "5.13.2"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21854dependencies = [
21855 "proc-macro-crate",
21856 "proc-macro2",
21857 "quote",
21858 "syn 2.0.117",
21859 "zbus_names",
21860 "zvariant",
21861 "zvariant_utils",
21862]
21863
21864[[package]]
21865name = "zbus_names"
21866version = "4.3.1"
21867source = "registry+https://github.com/rust-lang/crates.io-index"
21868checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21869dependencies = [
21870 "serde",
21871 "winnow",
21872 "zvariant",
21873]
21874
21875[[package]]
21876name = "zed"
21877version = "0.230.0"
21878dependencies = [
21879 "acp_thread",
21880 "acp_tools",
21881 "action_log",
21882 "activity_indicator",
21883 "agent",
21884 "agent-client-protocol",
21885 "agent_servers",
21886 "agent_settings",
21887 "agent_ui",
21888 "anyhow",
21889 "ashpd",
21890 "askpass",
21891 "assets",
21892 "audio",
21893 "auto_update",
21894 "auto_update_ui",
21895 "breadcrumbs",
21896 "call",
21897 "channel",
21898 "chrono",
21899 "clap",
21900 "cli",
21901 "client",
21902 "clock",
21903 "codestral",
21904 "collab_ui",
21905 "collections",
21906 "command_palette",
21907 "component",
21908 "component_preview",
21909 "copilot",
21910 "copilot_chat",
21911 "copilot_ui",
21912 "crashes",
21913 "csv_preview",
21914 "dap_adapters",
21915 "db",
21916 "debug_adapter_extension",
21917 "debugger_tools",
21918 "debugger_ui",
21919 "dev_container",
21920 "diagnostics",
21921 "edit_prediction",
21922 "edit_prediction_ui",
21923 "editor",
21924 "encoding_selector",
21925 "env_logger 0.11.8",
21926 "etw_tracing",
21927 "extension",
21928 "extension_host",
21929 "extensions_ui",
21930 "feature_flags",
21931 "feedback",
21932 "file_finder",
21933 "fs",
21934 "futures 0.3.31",
21935 "git",
21936 "git_graph",
21937 "git_hosting_providers",
21938 "git_ui",
21939 "go_to_line",
21940 "gpui",
21941 "gpui_platform",
21942 "gpui_tokio",
21943 "http_client",
21944 "image",
21945 "image_viewer",
21946 "inspector_ui",
21947 "install_cli",
21948 "itertools 0.14.0",
21949 "journal",
21950 "json_schema_store",
21951 "keymap_editor",
21952 "language",
21953 "language_extension",
21954 "language_model",
21955 "language_models",
21956 "language_onboarding",
21957 "language_selector",
21958 "language_tools",
21959 "languages",
21960 "line_ending_selector",
21961 "log",
21962 "markdown",
21963 "markdown_preview",
21964 "menu",
21965 "migrator",
21966 "mimalloc",
21967 "miniprofiler_ui",
21968 "nc",
21969 "node_runtime",
21970 "notifications",
21971 "onboarding",
21972 "outline",
21973 "outline_panel",
21974 "parking_lot",
21975 "paths",
21976 "picker",
21977 "pkg-config",
21978 "pretty_assertions",
21979 "profiling",
21980 "project",
21981 "project_panel",
21982 "project_symbols",
21983 "prompt_store",
21984 "proto",
21985 "rayon",
21986 "recent_projects",
21987 "release_channel",
21988 "remote",
21989 "repl",
21990 "reqwest_client",
21991 "rope",
21992 "search",
21993 "semver",
21994 "serde",
21995 "serde_json",
21996 "session",
21997 "settings",
21998 "settings_profile_selector",
21999 "settings_ui",
22000 "shellexpand 2.1.2",
22001 "sidebar",
22002 "smol",
22003 "snippet_provider",
22004 "snippets_ui",
22005 "svg_preview",
22006 "sysinfo 0.37.2",
22007 "system_specs",
22008 "tab_switcher",
22009 "task",
22010 "tasks_ui",
22011 "telemetry",
22012 "telemetry_events",
22013 "tempfile",
22014 "terminal_view",
22015 "theme",
22016 "theme_extension",
22017 "theme_selector",
22018 "time",
22019 "time_format",
22020 "title_bar",
22021 "toolchain_selector",
22022 "tracing",
22023 "ui",
22024 "ui_prompt",
22025 "url",
22026 "urlencoding",
22027 "util",
22028 "uuid",
22029 "vim",
22030 "vim_mode_setting",
22031 "watch",
22032 "web_search",
22033 "web_search_providers",
22034 "which_key",
22035 "windows 0.61.3",
22036 "winresource",
22037 "workspace",
22038 "zed-reqwest",
22039 "zed_actions",
22040 "zed_env_vars",
22041 "zlog",
22042 "zlog_settings",
22043 "ztracing",
22044]
22045
22046[[package]]
22047name = "zed-font-kit"
22048version = "0.14.1-zed"
22049source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22050dependencies = [
22051 "bitflags 2.10.0",
22052 "byteorder",
22053 "core-foundation 0.10.0",
22054 "core-graphics 0.24.0",
22055 "core-text",
22056 "dirs 5.0.1",
22057 "dwrote",
22058 "float-ord",
22059 "freetype-sys",
22060 "lazy_static",
22061 "libc",
22062 "log",
22063 "pathfinder_geometry",
22064 "pathfinder_simd",
22065 "walkdir",
22066 "winapi",
22067 "yeslogic-fontconfig-sys",
22068]
22069
22070[[package]]
22071name = "zed-reqwest"
22072version = "0.12.15-zed"
22073source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22074dependencies = [
22075 "base64 0.22.1",
22076 "bytes 1.11.1",
22077 "encoding_rs",
22078 "futures-core",
22079 "futures-util",
22080 "h2 0.4.12",
22081 "http 1.3.1",
22082 "http-body 1.0.1",
22083 "http-body-util",
22084 "hyper 1.7.0",
22085 "hyper-rustls 0.27.7",
22086 "hyper-util",
22087 "ipnet",
22088 "js-sys",
22089 "log",
22090 "mime",
22091 "mime_guess",
22092 "once_cell",
22093 "percent-encoding",
22094 "pin-project-lite",
22095 "quinn",
22096 "rustls 0.23.33",
22097 "rustls-native-certs 0.8.2",
22098 "rustls-pemfile 2.2.0",
22099 "rustls-pki-types",
22100 "serde",
22101 "serde_json",
22102 "serde_urlencoded",
22103 "sync_wrapper 1.0.2",
22104 "system-configuration 0.6.1",
22105 "tokio",
22106 "tokio-rustls 0.26.2",
22107 "tokio-socks",
22108 "tokio-util",
22109 "tower 0.5.2",
22110 "tower-service",
22111 "url",
22112 "wasm-bindgen",
22113 "wasm-bindgen-futures",
22114 "wasm-streams",
22115 "web-sys",
22116 "windows-registry 0.4.0",
22117]
22118
22119[[package]]
22120name = "zed-scap"
22121version = "0.0.8-zed"
22122source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22123dependencies = [
22124 "anyhow",
22125 "cocoa 0.25.0",
22126 "core-graphics-helmer-fork",
22127 "log",
22128 "objc",
22129 "rand 0.8.5",
22130 "screencapturekit",
22131 "screencapturekit-sys",
22132 "sysinfo 0.31.4",
22133 "tao-core-video-sys",
22134 "windows 0.61.3",
22135 "windows-capture",
22136 "x11",
22137 "xcb",
22138]
22139
22140[[package]]
22141name = "zed-xim"
22142version = "0.4.0-zed"
22143source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22144dependencies = [
22145 "ahash 0.8.12",
22146 "hashbrown 0.14.5",
22147 "log",
22148 "x11rb",
22149 "xim-ctext",
22150 "xim-parser",
22151]
22152
22153[[package]]
22154name = "zed_actions"
22155version = "0.1.0"
22156dependencies = [
22157 "gpui",
22158 "schemars",
22159 "serde",
22160 "util",
22161 "uuid",
22162]
22163
22164[[package]]
22165name = "zed_env_vars"
22166version = "0.1.0"
22167dependencies = [
22168 "gpui",
22169]
22170
22171[[package]]
22172name = "zed_extension_api"
22173version = "0.1.0"
22174source = "registry+https://github.com/rust-lang/crates.io-index"
22175checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22176dependencies = [
22177 "serde",
22178 "serde_json",
22179 "wit-bindgen 0.22.0",
22180]
22181
22182[[package]]
22183name = "zed_extension_api"
22184version = "0.7.0"
22185source = "registry+https://github.com/rust-lang/crates.io-index"
22186checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22187dependencies = [
22188 "serde",
22189 "serde_json",
22190 "wit-bindgen 0.41.0",
22191]
22192
22193[[package]]
22194name = "zed_extension_api"
22195version = "0.8.0"
22196dependencies = [
22197 "serde",
22198 "serde_json",
22199 "wit-bindgen 0.41.0",
22200]
22201
22202[[package]]
22203name = "zed_glsl"
22204version = "0.2.2"
22205dependencies = [
22206 "zed_extension_api 0.1.0",
22207]
22208
22209[[package]]
22210name = "zed_html"
22211version = "0.3.1"
22212dependencies = [
22213 "zed_extension_api 0.7.0",
22214]
22215
22216[[package]]
22217name = "zed_proto"
22218version = "0.3.1"
22219dependencies = [
22220 "zed_extension_api 0.7.0",
22221]
22222
22223[[package]]
22224name = "zed_test_extension"
22225version = "0.1.0"
22226dependencies = [
22227 "zed_extension_api 0.8.0",
22228]
22229
22230[[package]]
22231name = "zeno"
22232version = "0.3.3"
22233source = "registry+https://github.com/rust-lang/crates.io-index"
22234checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22235
22236[[package]]
22237name = "zerocopy"
22238version = "0.8.27"
22239source = "registry+https://github.com/rust-lang/crates.io-index"
22240checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22241dependencies = [
22242 "zerocopy-derive",
22243]
22244
22245[[package]]
22246name = "zerocopy-derive"
22247version = "0.8.27"
22248source = "registry+https://github.com/rust-lang/crates.io-index"
22249checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22250dependencies = [
22251 "proc-macro2",
22252 "quote",
22253 "syn 2.0.117",
22254]
22255
22256[[package]]
22257name = "zerofrom"
22258version = "0.1.6"
22259source = "registry+https://github.com/rust-lang/crates.io-index"
22260checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22261dependencies = [
22262 "zerofrom-derive",
22263]
22264
22265[[package]]
22266name = "zerofrom-derive"
22267version = "0.1.6"
22268source = "registry+https://github.com/rust-lang/crates.io-index"
22269checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22270dependencies = [
22271 "proc-macro2",
22272 "quote",
22273 "syn 2.0.117",
22274 "synstructure",
22275]
22276
22277[[package]]
22278name = "zeroize"
22279version = "1.8.2"
22280source = "registry+https://github.com/rust-lang/crates.io-index"
22281checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22282dependencies = [
22283 "zeroize_derive",
22284]
22285
22286[[package]]
22287name = "zeroize_derive"
22288version = "1.4.2"
22289source = "registry+https://github.com/rust-lang/crates.io-index"
22290checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22291dependencies = [
22292 "proc-macro2",
22293 "quote",
22294 "syn 2.0.117",
22295]
22296
22297[[package]]
22298name = "zeromq"
22299version = "0.5.0"
22300source = "registry+https://github.com/rust-lang/crates.io-index"
22301checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22302dependencies = [
22303 "async-dispatcher",
22304 "async-std",
22305 "async-trait",
22306 "asynchronous-codec",
22307 "bytes 1.11.1",
22308 "crossbeam-queue",
22309 "futures 0.3.31",
22310 "log",
22311 "num-traits",
22312 "once_cell",
22313 "parking_lot",
22314 "rand 0.9.2",
22315 "regex",
22316 "scc",
22317 "thiserror 1.0.69",
22318 "uuid",
22319]
22320
22321[[package]]
22322name = "zerotrie"
22323version = "0.2.2"
22324source = "registry+https://github.com/rust-lang/crates.io-index"
22325checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22326dependencies = [
22327 "displaydoc",
22328 "yoke 0.8.0",
22329 "zerofrom",
22330]
22331
22332[[package]]
22333name = "zerovec"
22334version = "0.11.4"
22335source = "registry+https://github.com/rust-lang/crates.io-index"
22336checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22337dependencies = [
22338 "yoke 0.8.0",
22339 "zerofrom",
22340 "zerovec-derive",
22341]
22342
22343[[package]]
22344name = "zerovec-derive"
22345version = "0.11.1"
22346source = "registry+https://github.com/rust-lang/crates.io-index"
22347checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22348dependencies = [
22349 "proc-macro2",
22350 "quote",
22351 "syn 2.0.117",
22352]
22353
22354[[package]]
22355name = "zeta_prompt"
22356version = "0.1.0"
22357dependencies = [
22358 "anyhow",
22359 "indoc",
22360 "serde",
22361 "strum 0.27.2",
22362]
22363
22364[[package]]
22365name = "zip"
22366version = "0.6.6"
22367source = "registry+https://github.com/rust-lang/crates.io-index"
22368checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22369dependencies = [
22370 "aes",
22371 "byteorder",
22372 "bzip2",
22373 "constant_time_eq",
22374 "crc32fast",
22375 "crossbeam-utils",
22376 "flate2",
22377 "hmac",
22378 "pbkdf2 0.11.0",
22379 "sha1",
22380 "time",
22381 "zstd",
22382]
22383
22384[[package]]
22385name = "zip"
22386version = "1.1.4"
22387source = "registry+https://github.com/rust-lang/crates.io-index"
22388checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22389dependencies = [
22390 "arbitrary",
22391 "crc32fast",
22392 "crossbeam-utils",
22393 "displaydoc",
22394 "indexmap",
22395 "num_enum",
22396 "thiserror 1.0.69",
22397]
22398
22399[[package]]
22400name = "zlog"
22401version = "0.1.0"
22402dependencies = [
22403 "anyhow",
22404 "chrono",
22405 "collections",
22406 "log",
22407 "tempfile",
22408]
22409
22410[[package]]
22411name = "zlog_settings"
22412version = "0.1.0"
22413dependencies = [
22414 "collections",
22415 "gpui",
22416 "settings",
22417 "zlog",
22418]
22419
22420[[package]]
22421name = "zstd"
22422version = "0.11.2+zstd.1.5.2"
22423source = "registry+https://github.com/rust-lang/crates.io-index"
22424checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22425dependencies = [
22426 "zstd-safe",
22427]
22428
22429[[package]]
22430name = "zstd-safe"
22431version = "5.0.2+zstd.1.5.2"
22432source = "registry+https://github.com/rust-lang/crates.io-index"
22433checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22434dependencies = [
22435 "libc",
22436 "zstd-sys",
22437]
22438
22439[[package]]
22440name = "zstd-sys"
22441version = "2.0.16+zstd.1.5.7"
22442source = "registry+https://github.com/rust-lang/crates.io-index"
22443checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22444dependencies = [
22445 "cc",
22446 "pkg-config",
22447]
22448
22449[[package]]
22450name = "ztracing"
22451version = "0.1.0"
22452dependencies = [
22453 "tracing",
22454 "tracing-subscriber",
22455 "tracing-tracy",
22456 "tracy-client",
22457 "zlog",
22458 "ztracing_macro",
22459]
22460
22461[[package]]
22462name = "ztracing_macro"
22463version = "0.1.0"
22464
22465[[package]]
22466name = "zune-core"
22467version = "0.4.12"
22468source = "registry+https://github.com/rust-lang/crates.io-index"
22469checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22470
22471[[package]]
22472name = "zune-inflate"
22473version = "0.2.54"
22474source = "registry+https://github.com/rust-lang/crates.io-index"
22475checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22476dependencies = [
22477 "simd-adler32",
22478]
22479
22480[[package]]
22481name = "zune-jpeg"
22482version = "0.4.21"
22483source = "registry+https://github.com/rust-lang/crates.io-index"
22484checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22485dependencies = [
22486 "zune-core",
22487]
22488
22489[[package]]
22490name = "zvariant"
22491version = "5.9.2"
22492source = "registry+https://github.com/rust-lang/crates.io-index"
22493checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22494dependencies = [
22495 "endi",
22496 "enumflags2",
22497 "serde",
22498 "serde_bytes",
22499 "winnow",
22500 "zvariant_derive",
22501 "zvariant_utils",
22502]
22503
22504[[package]]
22505name = "zvariant_derive"
22506version = "5.9.2"
22507source = "registry+https://github.com/rust-lang/crates.io-index"
22508checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22509dependencies = [
22510 "proc-macro-crate",
22511 "proc-macro2",
22512 "quote",
22513 "syn 2.0.117",
22514 "zvariant_utils",
22515]
22516
22517[[package]]
22518name = "zvariant_utils"
22519version = "3.3.0"
22520source = "registry+https://github.com/rust-lang/crates.io-index"
22521checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22522dependencies = [
22523 "proc-macro2",
22524 "quote",
22525 "serde",
22526 "syn 2.0.117",
22527 "winnow",
22528]