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.20.11",
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"
2433version = "0.6.1"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
2436dependencies = [
2437 "libbz2-rs-sys",
2438]
2439
2440[[package]]
2441name = "bzip2-sys"
2442version = "0.1.13+1.0.8"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2445dependencies = [
2446 "cc",
2447 "pkg-config",
2448]
2449
2450[[package]]
2451name = "cached"
2452version = "0.56.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2455dependencies = [
2456 "ahash 0.8.12",
2457 "cached_proc_macro",
2458 "cached_proc_macro_types",
2459 "hashbrown 0.15.5",
2460 "once_cell",
2461 "thiserror 2.0.17",
2462 "web-time",
2463]
2464
2465[[package]]
2466name = "cached_proc_macro"
2467version = "0.25.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2470dependencies = [
2471 "darling 0.20.11",
2472 "proc-macro2",
2473 "quote",
2474 "syn 2.0.117",
2475]
2476
2477[[package]]
2478name = "cached_proc_macro_types"
2479version = "0.1.1"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2482
2483[[package]]
2484name = "call"
2485version = "0.1.0"
2486dependencies = [
2487 "anyhow",
2488 "audio",
2489 "client",
2490 "collections",
2491 "feature_flags",
2492 "fs",
2493 "futures 0.3.31",
2494 "gpui",
2495 "gpui_tokio",
2496 "language",
2497 "livekit_client",
2498 "log",
2499 "postage",
2500 "project",
2501 "serde",
2502 "settings",
2503 "telemetry",
2504 "util",
2505 "workspace",
2506]
2507
2508[[package]]
2509name = "calloop"
2510version = "0.14.3"
2511source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2512dependencies = [
2513 "bitflags 2.10.0",
2514 "polling",
2515 "rustix 1.1.2",
2516 "slab",
2517 "tracing",
2518]
2519
2520[[package]]
2521name = "calloop-wayland-source"
2522version = "0.4.1"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2525dependencies = [
2526 "calloop",
2527 "rustix 1.1.2",
2528 "wayland-backend",
2529 "wayland-client",
2530]
2531
2532[[package]]
2533name = "camino"
2534version = "1.2.1"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2537dependencies = [
2538 "serde_core",
2539]
2540
2541[[package]]
2542name = "candle-core"
2543version = "0.9.1"
2544source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2545dependencies = [
2546 "byteorder",
2547 "float8",
2548 "gemm 0.17.1",
2549 "half",
2550 "memmap2",
2551 "num-traits",
2552 "num_cpus",
2553 "rand 0.9.2",
2554 "rand_distr",
2555 "rayon",
2556 "safetensors",
2557 "thiserror 1.0.69",
2558 "ug",
2559 "yoke 0.7.5",
2560 "zip 1.1.4",
2561]
2562
2563[[package]]
2564name = "candle-nn"
2565version = "0.9.1"
2566source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2567dependencies = [
2568 "candle-core",
2569 "half",
2570 "libc",
2571 "num-traits",
2572 "rayon",
2573 "safetensors",
2574 "serde",
2575 "thiserror 1.0.69",
2576]
2577
2578[[package]]
2579name = "candle-onnx"
2580version = "0.9.1"
2581source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2582dependencies = [
2583 "candle-core",
2584 "candle-nn",
2585 "prost 0.12.6",
2586]
2587
2588[[package]]
2589name = "cap-fs-ext"
2590version = "3.4.4"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2593dependencies = [
2594 "cap-primitives",
2595 "cap-std",
2596 "io-lifetimes",
2597 "windows-sys 0.59.0",
2598]
2599
2600[[package]]
2601name = "cap-net-ext"
2602version = "3.4.4"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2605dependencies = [
2606 "cap-primitives",
2607 "cap-std",
2608 "rustix 1.1.2",
2609 "smallvec",
2610]
2611
2612[[package]]
2613name = "cap-primitives"
2614version = "3.4.4"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2617dependencies = [
2618 "ambient-authority",
2619 "fs-set-times",
2620 "io-extras",
2621 "io-lifetimes",
2622 "ipnet",
2623 "maybe-owned",
2624 "rustix 1.1.2",
2625 "rustix-linux-procfs",
2626 "windows-sys 0.59.0",
2627 "winx",
2628]
2629
2630[[package]]
2631name = "cap-rand"
2632version = "3.4.4"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2635dependencies = [
2636 "ambient-authority",
2637 "rand 0.8.5",
2638]
2639
2640[[package]]
2641name = "cap-std"
2642version = "3.4.4"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2645dependencies = [
2646 "cap-primitives",
2647 "io-extras",
2648 "io-lifetimes",
2649 "rustix 1.1.2",
2650]
2651
2652[[package]]
2653name = "cap-time-ext"
2654version = "3.4.4"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2657dependencies = [
2658 "ambient-authority",
2659 "cap-primitives",
2660 "iana-time-zone",
2661 "once_cell",
2662 "rustix 1.1.2",
2663 "winx",
2664]
2665
2666[[package]]
2667name = "cargo-platform"
2668version = "0.1.9"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2671dependencies = [
2672 "serde",
2673]
2674
2675[[package]]
2676name = "cargo_metadata"
2677version = "0.19.2"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2680dependencies = [
2681 "camino",
2682 "cargo-platform",
2683 "semver",
2684 "serde",
2685 "serde_json",
2686 "thiserror 2.0.17",
2687]
2688
2689[[package]]
2690name = "cargo_toml"
2691version = "0.21.0"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2694dependencies = [
2695 "serde",
2696 "toml 0.8.23",
2697]
2698
2699[[package]]
2700name = "cast"
2701version = "0.3.0"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2704
2705[[package]]
2706name = "cbc"
2707version = "0.1.2"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2710dependencies = [
2711 "cipher",
2712]
2713
2714[[package]]
2715name = "cbindgen"
2716version = "0.28.0"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2719dependencies = [
2720 "heck 0.4.1",
2721 "indexmap",
2722 "log",
2723 "proc-macro2",
2724 "quote",
2725 "serde",
2726 "serde_json",
2727 "syn 2.0.117",
2728 "tempfile",
2729 "toml 0.8.23",
2730]
2731
2732[[package]]
2733name = "cc"
2734version = "1.2.49"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2737dependencies = [
2738 "find-msvc-tools",
2739 "jobserver",
2740 "libc",
2741 "shlex",
2742]
2743
2744[[package]]
2745name = "cesu8"
2746version = "1.1.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2749
2750[[package]]
2751name = "cexpr"
2752version = "0.6.0"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2755dependencies = [
2756 "nom 7.1.3",
2757]
2758
2759[[package]]
2760name = "cfg-expr"
2761version = "0.15.8"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2764dependencies = [
2765 "smallvec",
2766 "target-lexicon 0.12.16",
2767]
2768
2769[[package]]
2770name = "cfg-expr"
2771version = "0.20.6"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2774dependencies = [
2775 "smallvec",
2776 "target-lexicon 0.13.3",
2777]
2778
2779[[package]]
2780name = "cfg-if"
2781version = "1.0.4"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2784
2785[[package]]
2786name = "cfg_aliases"
2787version = "0.1.1"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2790
2791[[package]]
2792name = "cfg_aliases"
2793version = "0.2.1"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2796
2797[[package]]
2798name = "cgl"
2799version = "0.3.2"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2802dependencies = [
2803 "libc",
2804]
2805
2806[[package]]
2807name = "channel"
2808version = "0.1.0"
2809dependencies = [
2810 "anyhow",
2811 "client",
2812 "clock",
2813 "collections",
2814 "futures 0.3.31",
2815 "gpui",
2816 "http_client",
2817 "language",
2818 "log",
2819 "postage",
2820 "release_channel",
2821 "rpc",
2822 "semver",
2823 "settings",
2824 "text",
2825 "time",
2826 "util",
2827]
2828
2829[[package]]
2830name = "chardetng"
2831version = "0.1.17"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2834dependencies = [
2835 "cfg-if",
2836 "encoding_rs",
2837 "memchr",
2838]
2839
2840[[package]]
2841name = "chrono"
2842version = "0.4.42"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2845dependencies = [
2846 "iana-time-zone",
2847 "js-sys",
2848 "num-traits",
2849 "serde",
2850 "wasm-bindgen",
2851 "windows-link 0.2.1",
2852]
2853
2854[[package]]
2855name = "chunked_transfer"
2856version = "1.5.0"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2859
2860[[package]]
2861name = "ciborium"
2862version = "0.2.2"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2865dependencies = [
2866 "ciborium-io",
2867 "ciborium-ll",
2868 "serde",
2869]
2870
2871[[package]]
2872name = "ciborium-io"
2873version = "0.2.2"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2876
2877[[package]]
2878name = "ciborium-ll"
2879version = "0.2.2"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2882dependencies = [
2883 "ciborium-io",
2884 "half",
2885]
2886
2887[[package]]
2888name = "cipher"
2889version = "0.4.4"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2892dependencies = [
2893 "crypto-common",
2894 "inout",
2895 "zeroize",
2896]
2897
2898[[package]]
2899name = "circular-buffer"
2900version = "1.2.0"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2903
2904[[package]]
2905name = "clang-sys"
2906version = "1.8.1"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2909dependencies = [
2910 "glob",
2911 "libc",
2912 "libloading",
2913]
2914
2915[[package]]
2916name = "clap"
2917version = "4.5.49"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2920dependencies = [
2921 "clap_builder",
2922 "clap_derive",
2923]
2924
2925[[package]]
2926name = "clap_builder"
2927version = "4.5.49"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2930dependencies = [
2931 "anstream",
2932 "anstyle",
2933 "clap_lex",
2934 "strsim",
2935 "terminal_size",
2936]
2937
2938[[package]]
2939name = "clap_complete"
2940version = "4.5.59"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2943dependencies = [
2944 "clap",
2945]
2946
2947[[package]]
2948name = "clap_derive"
2949version = "4.5.49"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2952dependencies = [
2953 "heck 0.5.0",
2954 "proc-macro2",
2955 "quote",
2956 "syn 2.0.117",
2957]
2958
2959[[package]]
2960name = "clap_lex"
2961version = "0.7.6"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2964
2965[[package]]
2966name = "cli"
2967version = "0.1.0"
2968dependencies = [
2969 "anyhow",
2970 "askpass",
2971 "clap",
2972 "collections",
2973 "core-foundation 0.10.0",
2974 "core-services",
2975 "exec",
2976 "fork",
2977 "ipc-channel",
2978 "parking_lot",
2979 "paths",
2980 "plist",
2981 "rayon",
2982 "release_channel",
2983 "serde",
2984 "serde_json",
2985 "tempfile",
2986 "util",
2987 "walkdir",
2988 "windows 0.61.3",
2989]
2990
2991[[package]]
2992name = "client"
2993version = "0.1.0"
2994dependencies = [
2995 "anyhow",
2996 "async-tungstenite",
2997 "base64 0.22.1",
2998 "chrono",
2999 "clock",
3000 "cloud_api_client",
3001 "cloud_llm_client",
3002 "collections",
3003 "credentials_provider",
3004 "derive_more",
3005 "feature_flags",
3006 "fs",
3007 "futures 0.3.31",
3008 "gpui",
3009 "gpui_tokio",
3010 "http_client",
3011 "http_client_tls",
3012 "httparse",
3013 "log",
3014 "objc2-foundation",
3015 "parking_lot",
3016 "paths",
3017 "postage",
3018 "rand 0.9.2",
3019 "regex",
3020 "release_channel",
3021 "rpc",
3022 "rustls-pki-types",
3023 "semver",
3024 "serde",
3025 "serde_json",
3026 "serde_urlencoded",
3027 "settings",
3028 "sha2",
3029 "smol",
3030 "telemetry",
3031 "telemetry_events",
3032 "text",
3033 "thiserror 2.0.17",
3034 "time",
3035 "tiny_http",
3036 "tokio",
3037 "tokio-native-tls",
3038 "tokio-rustls 0.26.2",
3039 "tokio-socks",
3040 "url",
3041 "util",
3042 "windows 0.61.3",
3043 "worktree",
3044]
3045
3046[[package]]
3047name = "clock"
3048version = "0.1.0"
3049dependencies = [
3050 "parking_lot",
3051 "serde",
3052 "smallvec",
3053]
3054
3055[[package]]
3056name = "cloud_api_client"
3057version = "0.1.0"
3058dependencies = [
3059 "anyhow",
3060 "cloud_api_types",
3061 "futures 0.3.31",
3062 "gpui",
3063 "gpui_tokio",
3064 "http_client",
3065 "parking_lot",
3066 "serde_json",
3067 "thiserror 2.0.17",
3068 "yawc",
3069]
3070
3071[[package]]
3072name = "cloud_api_types"
3073version = "0.1.0"
3074dependencies = [
3075 "anyhow",
3076 "chrono",
3077 "ciborium",
3078 "cloud_llm_client",
3079 "pretty_assertions",
3080 "serde",
3081 "serde_json",
3082 "strum 0.27.2",
3083]
3084
3085[[package]]
3086name = "cloud_llm_client"
3087version = "0.1.0"
3088dependencies = [
3089 "anyhow",
3090 "serde",
3091 "serde_json",
3092 "strum 0.27.2",
3093 "uuid",
3094 "zeta_prompt",
3095]
3096
3097[[package]]
3098name = "cmake"
3099version = "0.1.56"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3102dependencies = [
3103 "cc",
3104]
3105
3106[[package]]
3107name = "cobs"
3108version = "0.3.0"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3111dependencies = [
3112 "thiserror 2.0.17",
3113]
3114
3115[[package]]
3116name = "cocoa"
3117version = "0.25.0"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3120dependencies = [
3121 "bitflags 1.3.2",
3122 "block",
3123 "cocoa-foundation 0.1.2",
3124 "core-foundation 0.9.4",
3125 "core-graphics 0.23.2",
3126 "foreign-types 0.5.0",
3127 "libc",
3128 "objc",
3129]
3130
3131[[package]]
3132name = "cocoa"
3133version = "0.26.0"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3136dependencies = [
3137 "bitflags 2.10.0",
3138 "block",
3139 "cocoa-foundation 0.2.0",
3140 "core-foundation 0.10.0",
3141 "core-graphics 0.24.0",
3142 "foreign-types 0.5.0",
3143 "libc",
3144 "objc",
3145]
3146
3147[[package]]
3148name = "cocoa-foundation"
3149version = "0.1.2"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3152dependencies = [
3153 "bitflags 1.3.2",
3154 "block",
3155 "core-foundation 0.9.4",
3156 "core-graphics-types 0.1.3",
3157 "libc",
3158 "objc",
3159]
3160
3161[[package]]
3162name = "cocoa-foundation"
3163version = "0.2.0"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3166dependencies = [
3167 "bitflags 2.10.0",
3168 "block",
3169 "core-foundation 0.10.0",
3170 "core-graphics-types 0.2.0",
3171 "libc",
3172 "objc",
3173]
3174
3175[[package]]
3176name = "codespan-reporting"
3177version = "0.12.0"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3180dependencies = [
3181 "serde",
3182 "termcolor",
3183 "unicode-width",
3184]
3185
3186[[package]]
3187name = "codespan-reporting"
3188version = "0.13.0"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3191dependencies = [
3192 "serde",
3193 "termcolor",
3194 "unicode-width",
3195]
3196
3197[[package]]
3198name = "codestral"
3199version = "0.1.0"
3200dependencies = [
3201 "anyhow",
3202 "edit_prediction",
3203 "edit_prediction_types",
3204 "futures 0.3.31",
3205 "gpui",
3206 "http_client",
3207 "icons",
3208 "language",
3209 "language_model",
3210 "log",
3211 "serde",
3212 "serde_json",
3213 "text",
3214 "zeta_prompt",
3215]
3216
3217[[package]]
3218name = "collab"
3219version = "0.44.0"
3220dependencies = [
3221 "agent",
3222 "anyhow",
3223 "assistant_slash_command",
3224 "assistant_text_thread",
3225 "async-trait",
3226 "async-tungstenite",
3227 "aws-config",
3228 "aws-sdk-kinesis",
3229 "aws-sdk-s3",
3230 "axum",
3231 "buffer_diff",
3232 "call",
3233 "channel",
3234 "chrono",
3235 "client",
3236 "clock",
3237 "cloud_api_types",
3238 "collab",
3239 "collab_ui",
3240 "collections",
3241 "command_palette_hooks",
3242 "ctor",
3243 "dap",
3244 "dap_adapters",
3245 "dashmap",
3246 "debugger_ui",
3247 "editor",
3248 "envy",
3249 "extension",
3250 "file_finder",
3251 "fs",
3252 "futures 0.3.31",
3253 "git",
3254 "git_hosting_providers",
3255 "git_ui",
3256 "gpui",
3257 "gpui_tokio",
3258 "hex",
3259 "http_client",
3260 "indoc",
3261 "language",
3262 "language_model",
3263 "livekit_api",
3264 "livekit_client",
3265 "log",
3266 "lsp",
3267 "menu",
3268 "multi_buffer",
3269 "nanoid",
3270 "node_runtime",
3271 "notifications",
3272 "parking_lot",
3273 "pretty_assertions",
3274 "project",
3275 "prometheus",
3276 "prompt_store",
3277 "prost 0.9.0",
3278 "rand 0.9.2",
3279 "recent_projects",
3280 "release_channel",
3281 "remote",
3282 "remote_server",
3283 "reqwest 0.11.27",
3284 "rpc",
3285 "sea-orm",
3286 "sea-orm-macros",
3287 "semver",
3288 "serde",
3289 "serde_json",
3290 "session",
3291 "settings",
3292 "sha2",
3293 "smol",
3294 "sqlx",
3295 "strum 0.27.2",
3296 "task",
3297 "telemetry_events",
3298 "text",
3299 "theme",
3300 "time",
3301 "tokio",
3302 "toml 0.8.23",
3303 "tower 0.4.13",
3304 "tower-http 0.4.4",
3305 "tracing",
3306 "tracing-subscriber",
3307 "unindent",
3308 "util",
3309 "uuid",
3310 "workspace",
3311 "worktree",
3312 "zed_actions",
3313 "zlog",
3314]
3315
3316[[package]]
3317name = "collab_ui"
3318version = "0.1.0"
3319dependencies = [
3320 "anyhow",
3321 "call",
3322 "channel",
3323 "chrono",
3324 "client",
3325 "collections",
3326 "db",
3327 "editor",
3328 "futures 0.3.31",
3329 "fuzzy",
3330 "gpui",
3331 "log",
3332 "menu",
3333 "notifications",
3334 "picker",
3335 "project",
3336 "release_channel",
3337 "rpc",
3338 "serde",
3339 "serde_json",
3340 "settings",
3341 "smallvec",
3342 "telemetry",
3343 "theme",
3344 "time",
3345 "time_format",
3346 "title_bar",
3347 "ui",
3348 "util",
3349 "workspace",
3350]
3351
3352[[package]]
3353name = "collections"
3354version = "0.1.0"
3355dependencies = [
3356 "indexmap",
3357 "rustc-hash 2.1.1",
3358]
3359
3360[[package]]
3361name = "color_quant"
3362version = "1.1.0"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3365
3366[[package]]
3367name = "colorchoice"
3368version = "1.0.4"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3371
3372[[package]]
3373name = "combine"
3374version = "4.6.7"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3377dependencies = [
3378 "bytes 1.11.1",
3379 "memchr",
3380]
3381
3382[[package]]
3383name = "command-fds"
3384version = "0.3.2"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3387dependencies = [
3388 "nix 0.30.1",
3389 "thiserror 2.0.17",
3390]
3391
3392[[package]]
3393name = "command_palette"
3394version = "0.1.0"
3395dependencies = [
3396 "anyhow",
3397 "client",
3398 "collections",
3399 "command_palette_hooks",
3400 "db",
3401 "editor",
3402 "fuzzy",
3403 "go_to_line",
3404 "gpui",
3405 "language",
3406 "log",
3407 "menu",
3408 "picker",
3409 "postage",
3410 "project",
3411 "serde",
3412 "settings",
3413 "telemetry",
3414 "theme",
3415 "time",
3416 "ui",
3417 "util",
3418 "workspace",
3419 "zed_actions",
3420]
3421
3422[[package]]
3423name = "command_palette_hooks"
3424version = "0.1.0"
3425dependencies = [
3426 "collections",
3427 "derive_more",
3428 "gpui",
3429 "workspace",
3430]
3431
3432[[package]]
3433name = "component"
3434version = "0.1.0"
3435dependencies = [
3436 "collections",
3437 "documented",
3438 "gpui",
3439 "inventory",
3440 "parking_lot",
3441 "strum 0.27.2",
3442 "theme",
3443]
3444
3445[[package]]
3446name = "component_preview"
3447version = "0.1.0"
3448dependencies = [
3449 "anyhow",
3450 "client",
3451 "collections",
3452 "component",
3453 "db",
3454 "fs",
3455 "gpui",
3456 "gpui_platform",
3457 "language",
3458 "log",
3459 "node_runtime",
3460 "notifications",
3461 "project",
3462 "release_channel",
3463 "reqwest_client",
3464 "session",
3465 "settings",
3466 "theme",
3467 "ui",
3468 "ui_input",
3469 "uuid",
3470 "workspace",
3471]
3472
3473[[package]]
3474name = "compression-codecs"
3475version = "0.4.31"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3478dependencies = [
3479 "bzip2 0.6.1",
3480 "compression-core",
3481 "deflate64",
3482 "flate2",
3483 "memchr",
3484]
3485
3486[[package]]
3487name = "compression-core"
3488version = "0.4.29"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3491
3492[[package]]
3493name = "concurrent-queue"
3494version = "2.5.0"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3497dependencies = [
3498 "crossbeam-utils",
3499]
3500
3501[[package]]
3502name = "console"
3503version = "0.15.11"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3506dependencies = [
3507 "encode_unicode",
3508 "libc",
3509 "once_cell",
3510 "unicode-width",
3511 "windows-sys 0.59.0",
3512]
3513
3514[[package]]
3515name = "console_error_panic_hook"
3516version = "0.1.7"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3519dependencies = [
3520 "cfg-if",
3521 "wasm-bindgen",
3522]
3523
3524[[package]]
3525name = "const-oid"
3526version = "0.9.6"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3529
3530[[package]]
3531name = "const-random"
3532version = "0.1.18"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3535dependencies = [
3536 "const-random-macro",
3537]
3538
3539[[package]]
3540name = "const-random-macro"
3541version = "0.1.16"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3544dependencies = [
3545 "getrandom 0.2.16",
3546 "once_cell",
3547 "tiny-keccak",
3548]
3549
3550[[package]]
3551name = "const_format"
3552version = "0.2.35"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3555dependencies = [
3556 "const_format_proc_macros",
3557]
3558
3559[[package]]
3560name = "const_format_proc_macros"
3561version = "0.2.34"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3564dependencies = [
3565 "proc-macro2",
3566 "quote",
3567 "unicode-xid",
3568]
3569
3570[[package]]
3571name = "constant_time_eq"
3572version = "0.1.5"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3575
3576[[package]]
3577name = "context_server"
3578version = "0.1.0"
3579dependencies = [
3580 "anyhow",
3581 "async-trait",
3582 "collections",
3583 "futures 0.3.31",
3584 "gpui",
3585 "http_client",
3586 "log",
3587 "net",
3588 "parking_lot",
3589 "postage",
3590 "schemars",
3591 "serde",
3592 "serde_json",
3593 "settings",
3594 "slotmap",
3595 "smol",
3596 "tempfile",
3597 "terminal",
3598 "url",
3599 "util",
3600]
3601
3602[[package]]
3603name = "convert_case"
3604version = "0.8.0"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3607dependencies = [
3608 "unicode-segmentation",
3609]
3610
3611[[package]]
3612name = "convert_case"
3613version = "0.10.0"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3616dependencies = [
3617 "unicode-segmentation",
3618]
3619
3620[[package]]
3621name = "convert_case"
3622version = "0.11.0"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3625dependencies = [
3626 "unicode-segmentation",
3627]
3628
3629[[package]]
3630name = "copilot"
3631version = "0.1.0"
3632dependencies = [
3633 "anyhow",
3634 "async-std",
3635 "collections",
3636 "command_palette_hooks",
3637 "copilot_chat",
3638 "edit_prediction_types",
3639 "editor",
3640 "fs",
3641 "futures 0.3.31",
3642 "gpui",
3643 "icons",
3644 "indoc",
3645 "language",
3646 "log",
3647 "lsp",
3648 "node_runtime",
3649 "parking_lot",
3650 "paths",
3651 "pretty_assertions",
3652 "project",
3653 "rpc",
3654 "semver",
3655 "serde",
3656 "serde_json",
3657 "settings",
3658 "sum_tree",
3659 "theme",
3660 "util",
3661 "workspace",
3662 "zlog",
3663]
3664
3665[[package]]
3666name = "copilot_chat"
3667version = "0.1.0"
3668dependencies = [
3669 "anthropic",
3670 "anyhow",
3671 "collections",
3672 "dirs 4.0.0",
3673 "fs",
3674 "futures 0.3.31",
3675 "gpui",
3676 "http_client",
3677 "log",
3678 "paths",
3679 "serde",
3680 "serde_json",
3681 "settings",
3682]
3683
3684[[package]]
3685name = "copilot_ui"
3686version = "0.1.0"
3687dependencies = [
3688 "anyhow",
3689 "copilot",
3690 "gpui",
3691 "language",
3692 "log",
3693 "lsp",
3694 "menu",
3695 "project",
3696 "serde_json",
3697 "settings",
3698 "ui",
3699 "util",
3700 "workspace",
3701]
3702
3703[[package]]
3704name = "core-foundation"
3705version = "0.9.4"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3708dependencies = [
3709 "core-foundation-sys",
3710 "libc",
3711]
3712
3713[[package]]
3714name = "core-foundation"
3715version = "0.10.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3718dependencies = [
3719 "core-foundation-sys",
3720 "libc",
3721]
3722
3723[[package]]
3724name = "core-foundation-sys"
3725version = "0.8.7"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3728
3729[[package]]
3730name = "core-graphics"
3731version = "0.23.2"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3734dependencies = [
3735 "bitflags 1.3.2",
3736 "core-foundation 0.9.4",
3737 "core-graphics-types 0.1.3",
3738 "foreign-types 0.5.0",
3739 "libc",
3740]
3741
3742[[package]]
3743name = "core-graphics"
3744version = "0.24.0"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3747dependencies = [
3748 "bitflags 2.10.0",
3749 "core-foundation 0.10.0",
3750 "core-graphics-types 0.2.0",
3751 "foreign-types 0.5.0",
3752 "libc",
3753]
3754
3755[[package]]
3756name = "core-graphics-helmer-fork"
3757version = "0.24.0"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3760dependencies = [
3761 "bitflags 2.10.0",
3762 "core-foundation 0.9.4",
3763 "core-graphics-types 0.1.3",
3764 "foreign-types 0.5.0",
3765 "libc",
3766]
3767
3768[[package]]
3769name = "core-graphics-types"
3770version = "0.1.3"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3773dependencies = [
3774 "bitflags 1.3.2",
3775 "core-foundation 0.9.4",
3776 "libc",
3777]
3778
3779[[package]]
3780name = "core-graphics-types"
3781version = "0.2.0"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3784dependencies = [
3785 "bitflags 2.10.0",
3786 "core-foundation 0.10.0",
3787 "libc",
3788]
3789
3790[[package]]
3791name = "core-graphics2"
3792version = "0.5.2"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3795dependencies = [
3796 "bitflags 2.10.0",
3797 "block",
3798 "cfg-if",
3799 "core-foundation 0.10.0",
3800 "libc",
3801]
3802
3803[[package]]
3804name = "core-services"
3805version = "0.2.1"
3806source = "registry+https://github.com/rust-lang/crates.io-index"
3807checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3808dependencies = [
3809 "core-foundation 0.9.4",
3810]
3811
3812[[package]]
3813name = "core-text"
3814version = "21.0.0"
3815source = "registry+https://github.com/rust-lang/crates.io-index"
3816checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3817dependencies = [
3818 "core-foundation 0.10.0",
3819 "core-graphics 0.24.0",
3820 "foreign-types 0.5.0",
3821 "libc",
3822]
3823
3824[[package]]
3825name = "core-video"
3826version = "0.5.2"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3829dependencies = [
3830 "block",
3831 "core-foundation 0.10.0",
3832 "core-graphics2",
3833 "io-surface",
3834 "libc",
3835 "metal",
3836]
3837
3838[[package]]
3839name = "core_maths"
3840version = "0.1.1"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3843dependencies = [
3844 "libm",
3845]
3846
3847[[package]]
3848name = "coreaudio-rs"
3849version = "0.12.1"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3852dependencies = [
3853 "bitflags 1.3.2",
3854 "core-foundation-sys",
3855 "coreaudio-sys",
3856]
3857
3858[[package]]
3859name = "coreaudio-rs"
3860version = "0.13.0"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3863dependencies = [
3864 "bitflags 1.3.2",
3865 "libc",
3866 "objc2-audio-toolbox",
3867 "objc2-core-audio",
3868 "objc2-core-audio-types",
3869 "objc2-core-foundation",
3870]
3871
3872[[package]]
3873name = "coreaudio-sys"
3874version = "0.2.17"
3875source = "registry+https://github.com/rust-lang/crates.io-index"
3876checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3877dependencies = [
3878 "bindgen 0.72.1",
3879]
3880
3881[[package]]
3882name = "cosmic-text"
3883version = "0.17.1"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3886dependencies = [
3887 "bitflags 2.10.0",
3888 "fontdb 0.23.0",
3889 "harfrust",
3890 "linebender_resource_handle",
3891 "log",
3892 "rangemap",
3893 "rustc-hash 2.1.1",
3894 "self_cell",
3895 "skrifa 0.40.0",
3896 "smol_str",
3897 "swash",
3898 "sys-locale",
3899 "unicode-bidi",
3900 "unicode-linebreak",
3901 "unicode-script",
3902 "unicode-segmentation",
3903]
3904
3905[[package]]
3906name = "cpal"
3907version = "0.17.1"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3910dependencies = [
3911 "alsa",
3912 "coreaudio-rs 0.13.0",
3913 "dasp_sample",
3914 "jni",
3915 "js-sys",
3916 "libc",
3917 "mach2 0.5.0",
3918 "ndk",
3919 "ndk-context",
3920 "num-derive",
3921 "num-traits",
3922 "objc2",
3923 "objc2-audio-toolbox",
3924 "objc2-avf-audio",
3925 "objc2-core-audio",
3926 "objc2-core-audio-types",
3927 "objc2-core-foundation",
3928 "objc2-foundation",
3929 "wasm-bindgen",
3930 "wasm-bindgen-futures",
3931 "web-sys",
3932 "windows 0.62.2",
3933]
3934
3935[[package]]
3936name = "cpp_demangle"
3937version = "0.4.5"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3940dependencies = [
3941 "cfg-if",
3942]
3943
3944[[package]]
3945name = "cpufeatures"
3946version = "0.2.17"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3949dependencies = [
3950 "libc",
3951]
3952
3953[[package]]
3954name = "cranelift-assembler-x64"
3955version = "0.120.2"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3958dependencies = [
3959 "cranelift-assembler-x64-meta",
3960]
3961
3962[[package]]
3963name = "cranelift-assembler-x64-meta"
3964version = "0.120.2"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3967dependencies = [
3968 "cranelift-srcgen",
3969]
3970
3971[[package]]
3972name = "cranelift-bforest"
3973version = "0.120.2"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3976dependencies = [
3977 "cranelift-entity",
3978]
3979
3980[[package]]
3981name = "cranelift-bitset"
3982version = "0.120.2"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3985dependencies = [
3986 "serde",
3987 "serde_derive",
3988]
3989
3990[[package]]
3991name = "cranelift-codegen"
3992version = "0.120.2"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3995dependencies = [
3996 "bumpalo",
3997 "cranelift-assembler-x64",
3998 "cranelift-bforest",
3999 "cranelift-bitset",
4000 "cranelift-codegen-meta",
4001 "cranelift-codegen-shared",
4002 "cranelift-control",
4003 "cranelift-entity",
4004 "cranelift-isle",
4005 "gimli 0.31.1",
4006 "hashbrown 0.15.5",
4007 "log",
4008 "postcard",
4009 "pulley-interpreter",
4010 "regalloc2",
4011 "rustc-hash 2.1.1",
4012 "serde",
4013 "serde_derive",
4014 "sha2",
4015 "smallvec",
4016 "target-lexicon 0.13.3",
4017]
4018
4019[[package]]
4020name = "cranelift-codegen-meta"
4021version = "0.120.2"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
4024dependencies = [
4025 "cranelift-assembler-x64-meta",
4026 "cranelift-codegen-shared",
4027 "cranelift-srcgen",
4028 "pulley-interpreter",
4029]
4030
4031[[package]]
4032name = "cranelift-codegen-shared"
4033version = "0.120.2"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4036
4037[[package]]
4038name = "cranelift-control"
4039version = "0.120.2"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4042dependencies = [
4043 "arbitrary",
4044]
4045
4046[[package]]
4047name = "cranelift-entity"
4048version = "0.120.2"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4051dependencies = [
4052 "cranelift-bitset",
4053 "serde",
4054 "serde_derive",
4055]
4056
4057[[package]]
4058name = "cranelift-frontend"
4059version = "0.120.2"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4062dependencies = [
4063 "cranelift-codegen",
4064 "log",
4065 "smallvec",
4066 "target-lexicon 0.13.3",
4067]
4068
4069[[package]]
4070name = "cranelift-isle"
4071version = "0.120.2"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4074
4075[[package]]
4076name = "cranelift-native"
4077version = "0.120.2"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4080dependencies = [
4081 "cranelift-codegen",
4082 "libc",
4083 "target-lexicon 0.13.3",
4084]
4085
4086[[package]]
4087name = "cranelift-srcgen"
4088version = "0.120.2"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4091
4092[[package]]
4093name = "crash-context"
4094version = "0.6.3"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4097dependencies = [
4098 "cfg-if",
4099 "libc",
4100 "mach2 0.4.3",
4101]
4102
4103[[package]]
4104name = "crash-handler"
4105version = "0.6.3"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4108dependencies = [
4109 "cfg-if",
4110 "crash-context",
4111 "libc",
4112 "mach2 0.4.3",
4113 "parking_lot",
4114]
4115
4116[[package]]
4117name = "crashes"
4118version = "0.1.0"
4119dependencies = [
4120 "cfg-if",
4121 "crash-handler",
4122 "futures 0.3.31",
4123 "log",
4124 "mach2 0.5.0",
4125 "minidumper",
4126 "parking_lot",
4127 "paths",
4128 "release_channel",
4129 "serde",
4130 "serde_json",
4131 "smol",
4132 "system_specs",
4133 "windows 0.61.3",
4134 "zstd",
4135]
4136
4137[[package]]
4138name = "crc"
4139version = "3.3.0"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4142dependencies = [
4143 "crc-catalog",
4144]
4145
4146[[package]]
4147name = "crc-catalog"
4148version = "2.4.0"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4151
4152[[package]]
4153name = "crc-fast"
4154version = "1.6.0"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4157dependencies = [
4158 "crc",
4159 "digest",
4160 "rand 0.9.2",
4161 "regex",
4162 "rustversion",
4163]
4164
4165[[package]]
4166name = "crc32fast"
4167version = "1.5.0"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4170dependencies = [
4171 "cfg-if",
4172]
4173
4174[[package]]
4175name = "credentials_provider"
4176version = "0.1.0"
4177dependencies = [
4178 "anyhow",
4179 "futures 0.3.31",
4180 "gpui",
4181 "paths",
4182 "release_channel",
4183 "serde",
4184 "serde_json",
4185]
4186
4187[[package]]
4188name = "criterion"
4189version = "0.5.1"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4192dependencies = [
4193 "anes",
4194 "cast",
4195 "ciborium",
4196 "clap",
4197 "criterion-plot",
4198 "is-terminal",
4199 "itertools 0.10.5",
4200 "num-traits",
4201 "once_cell",
4202 "oorandom",
4203 "plotters",
4204 "rayon",
4205 "regex",
4206 "serde",
4207 "serde_derive",
4208 "serde_json",
4209 "tinytemplate",
4210 "walkdir",
4211]
4212
4213[[package]]
4214name = "criterion-plot"
4215version = "0.5.0"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4218dependencies = [
4219 "cast",
4220 "itertools 0.10.5",
4221]
4222
4223[[package]]
4224name = "crossbeam"
4225version = "0.8.4"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4228dependencies = [
4229 "crossbeam-channel",
4230 "crossbeam-deque",
4231 "crossbeam-epoch",
4232 "crossbeam-queue",
4233 "crossbeam-utils",
4234]
4235
4236[[package]]
4237name = "crossbeam-channel"
4238version = "0.5.15"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4241dependencies = [
4242 "crossbeam-utils",
4243]
4244
4245[[package]]
4246name = "crossbeam-deque"
4247version = "0.8.6"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4250dependencies = [
4251 "crossbeam-epoch",
4252 "crossbeam-utils",
4253]
4254
4255[[package]]
4256name = "crossbeam-epoch"
4257version = "0.9.18"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4260dependencies = [
4261 "crossbeam-utils",
4262]
4263
4264[[package]]
4265name = "crossbeam-queue"
4266version = "0.3.12"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4269dependencies = [
4270 "crossbeam-utils",
4271]
4272
4273[[package]]
4274name = "crossbeam-utils"
4275version = "0.8.21"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4278
4279[[package]]
4280name = "crunchy"
4281version = "0.2.4"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4284
4285[[package]]
4286name = "crypto-bigint"
4287version = "0.4.9"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4290dependencies = [
4291 "generic-array",
4292 "rand_core 0.6.4",
4293 "subtle",
4294 "zeroize",
4295]
4296
4297[[package]]
4298name = "crypto-bigint"
4299version = "0.5.5"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4302dependencies = [
4303 "rand_core 0.6.4",
4304 "subtle",
4305]
4306
4307[[package]]
4308name = "crypto-common"
4309version = "0.1.6"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4312dependencies = [
4313 "generic-array",
4314 "typenum",
4315]
4316
4317[[package]]
4318name = "cssparser"
4319version = "0.35.0"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4322dependencies = [
4323 "cssparser-macros",
4324 "dtoa-short",
4325 "itoa",
4326 "phf 0.11.3",
4327 "smallvec",
4328]
4329
4330[[package]]
4331name = "cssparser-macros"
4332version = "0.6.1"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4335dependencies = [
4336 "quote",
4337 "syn 2.0.117",
4338]
4339
4340[[package]]
4341name = "csv_preview"
4342version = "0.1.0"
4343dependencies = [
4344 "anyhow",
4345 "editor",
4346 "feature_flags",
4347 "gpui",
4348 "log",
4349 "text",
4350 "ui",
4351 "workspace",
4352]
4353
4354[[package]]
4355name = "ctor"
4356version = "0.4.3"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4359dependencies = [
4360 "ctor-proc-macro",
4361 "dtor",
4362]
4363
4364[[package]]
4365name = "ctor-proc-macro"
4366version = "0.0.6"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4369
4370[[package]]
4371name = "ctrlc"
4372version = "3.5.0"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4375dependencies = [
4376 "dispatch",
4377 "nix 0.30.1",
4378 "windows-sys 0.61.2",
4379]
4380
4381[[package]]
4382name = "cursor-icon"
4383version = "1.2.0"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4386
4387[[package]]
4388name = "cxx"
4389version = "1.0.187"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4392dependencies = [
4393 "cc",
4394 "cxx-build",
4395 "cxxbridge-cmd",
4396 "cxxbridge-flags",
4397 "cxxbridge-macro",
4398 "foldhash 0.2.0",
4399 "link-cplusplus",
4400]
4401
4402[[package]]
4403name = "cxx-build"
4404version = "1.0.187"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4407dependencies = [
4408 "cc",
4409 "codespan-reporting 0.13.0",
4410 "indexmap",
4411 "proc-macro2",
4412 "quote",
4413 "scratch",
4414 "syn 2.0.117",
4415]
4416
4417[[package]]
4418name = "cxxbridge-cmd"
4419version = "1.0.187"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4422dependencies = [
4423 "clap",
4424 "codespan-reporting 0.13.0",
4425 "indexmap",
4426 "proc-macro2",
4427 "quote",
4428 "syn 2.0.117",
4429]
4430
4431[[package]]
4432name = "cxxbridge-flags"
4433version = "1.0.187"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4436
4437[[package]]
4438name = "cxxbridge-macro"
4439version = "1.0.187"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4442dependencies = [
4443 "indexmap",
4444 "proc-macro2",
4445 "quote",
4446 "syn 2.0.117",
4447]
4448
4449[[package]]
4450name = "dap"
4451version = "0.1.0"
4452dependencies = [
4453 "anyhow",
4454 "async-compression",
4455 "async-pipe",
4456 "async-tar",
4457 "async-trait",
4458 "client",
4459 "collections",
4460 "dap-types",
4461 "fs",
4462 "futures 0.3.31",
4463 "gpui",
4464 "http_client",
4465 "language",
4466 "libc",
4467 "log",
4468 "node_runtime",
4469 "parking_lot",
4470 "paths",
4471 "proto",
4472 "schemars",
4473 "serde",
4474 "serde_json",
4475 "settings",
4476 "smallvec",
4477 "smol",
4478 "task",
4479 "telemetry",
4480 "util",
4481 "zlog",
4482]
4483
4484[[package]]
4485name = "dap-types"
4486version = "0.0.1"
4487source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4488dependencies = [
4489 "schemars",
4490 "serde",
4491 "serde_json",
4492]
4493
4494[[package]]
4495name = "dap_adapters"
4496version = "0.1.0"
4497dependencies = [
4498 "anyhow",
4499 "async-trait",
4500 "collections",
4501 "dap",
4502 "dotenvy",
4503 "fs",
4504 "futures 0.3.31",
4505 "gpui",
4506 "http_client",
4507 "json_dotpath",
4508 "language",
4509 "log",
4510 "node_runtime",
4511 "paths",
4512 "serde",
4513 "serde_json",
4514 "settings",
4515 "smol",
4516 "task",
4517 "util",
4518]
4519
4520[[package]]
4521name = "darling"
4522version = "0.20.11"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4525dependencies = [
4526 "darling_core 0.20.11",
4527 "darling_macro 0.20.11",
4528]
4529
4530[[package]]
4531name = "darling"
4532version = "0.21.3"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4535dependencies = [
4536 "darling_core 0.21.3",
4537 "darling_macro 0.21.3",
4538]
4539
4540[[package]]
4541name = "darling_core"
4542version = "0.20.11"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4545dependencies = [
4546 "fnv",
4547 "ident_case",
4548 "proc-macro2",
4549 "quote",
4550 "strsim",
4551 "syn 2.0.117",
4552]
4553
4554[[package]]
4555name = "darling_core"
4556version = "0.21.3"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4559dependencies = [
4560 "fnv",
4561 "ident_case",
4562 "proc-macro2",
4563 "quote",
4564 "strsim",
4565 "syn 2.0.117",
4566]
4567
4568[[package]]
4569name = "darling_macro"
4570version = "0.20.11"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4573dependencies = [
4574 "darling_core 0.20.11",
4575 "quote",
4576 "syn 2.0.117",
4577]
4578
4579[[package]]
4580name = "darling_macro"
4581version = "0.21.3"
4582source = "registry+https://github.com/rust-lang/crates.io-index"
4583checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4584dependencies = [
4585 "darling_core 0.21.3",
4586 "quote",
4587 "syn 2.0.117",
4588]
4589
4590[[package]]
4591name = "dashmap"
4592version = "6.1.0"
4593source = "registry+https://github.com/rust-lang/crates.io-index"
4594checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4595dependencies = [
4596 "cfg-if",
4597 "crossbeam-utils",
4598 "hashbrown 0.14.5",
4599 "lock_api",
4600 "once_cell",
4601 "parking_lot_core",
4602]
4603
4604[[package]]
4605name = "dasp_sample"
4606version = "0.11.0"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4609
4610[[package]]
4611name = "data-encoding"
4612version = "2.9.0"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4615
4616[[package]]
4617name = "data-url"
4618version = "0.3.2"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4621
4622[[package]]
4623name = "db"
4624version = "0.1.0"
4625dependencies = [
4626 "anyhow",
4627 "gpui",
4628 "indoc",
4629 "log",
4630 "paths",
4631 "release_channel",
4632 "smol",
4633 "sqlez",
4634 "sqlez_macros",
4635 "tempfile",
4636 "util",
4637 "zed_env_vars",
4638]
4639
4640[[package]]
4641name = "dbus"
4642version = "0.9.9"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4645dependencies = [
4646 "libc",
4647 "libdbus-sys",
4648 "windows-sys 0.59.0",
4649]
4650
4651[[package]]
4652name = "debug_adapter_extension"
4653version = "0.1.0"
4654dependencies = [
4655 "anyhow",
4656 "async-trait",
4657 "collections",
4658 "dap",
4659 "extension",
4660 "gpui",
4661 "serde_json",
4662 "task",
4663 "util",
4664]
4665
4666[[package]]
4667name = "debugger_tools"
4668version = "0.1.0"
4669dependencies = [
4670 "anyhow",
4671 "dap",
4672 "editor",
4673 "futures 0.3.31",
4674 "gpui",
4675 "project",
4676 "serde_json",
4677 "settings",
4678 "smol",
4679 "util",
4680 "workspace",
4681]
4682
4683[[package]]
4684name = "debugger_ui"
4685version = "0.1.0"
4686dependencies = [
4687 "alacritty_terminal",
4688 "anyhow",
4689 "bitflags 2.10.0",
4690 "client",
4691 "collections",
4692 "command_palette_hooks",
4693 "dap",
4694 "dap_adapters",
4695 "db",
4696 "debugger_tools",
4697 "editor",
4698 "feature_flags",
4699 "file_icons",
4700 "futures 0.3.31",
4701 "fuzzy",
4702 "gpui",
4703 "hex",
4704 "indoc",
4705 "itertools 0.14.0",
4706 "language",
4707 "log",
4708 "menu",
4709 "notifications",
4710 "parking_lot",
4711 "parse_int",
4712 "paths",
4713 "picker",
4714 "pretty_assertions",
4715 "project",
4716 "rpc",
4717 "schemars",
4718 "serde",
4719 "serde_json",
4720 "serde_json_lenient",
4721 "settings",
4722 "sysinfo 0.37.2",
4723 "task",
4724 "tasks_ui",
4725 "terminal_view",
4726 "text",
4727 "theme",
4728 "tree-sitter",
4729 "tree-sitter-go",
4730 "tree-sitter-json",
4731 "ui",
4732 "ui_input",
4733 "unindent",
4734 "util",
4735 "workspace",
4736 "zed_actions",
4737 "zlog",
4738]
4739
4740[[package]]
4741name = "debugid"
4742version = "0.8.0"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4745dependencies = [
4746 "uuid",
4747]
4748
4749[[package]]
4750name = "deepseek"
4751version = "0.1.0"
4752dependencies = [
4753 "anyhow",
4754 "futures 0.3.31",
4755 "http_client",
4756 "schemars",
4757 "serde",
4758 "serde_json",
4759]
4760
4761[[package]]
4762name = "deflate64"
4763version = "0.1.10"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4766
4767[[package]]
4768name = "denoise"
4769version = "0.1.0"
4770dependencies = [
4771 "candle-core",
4772 "candle-onnx",
4773 "log",
4774 "realfft",
4775 "rodio",
4776 "rustfft",
4777 "thiserror 2.0.17",
4778]
4779
4780[[package]]
4781name = "der"
4782version = "0.6.1"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4785dependencies = [
4786 "const-oid",
4787 "zeroize",
4788]
4789
4790[[package]]
4791name = "der"
4792version = "0.7.10"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4795dependencies = [
4796 "const-oid",
4797 "pem-rfc7468",
4798 "zeroize",
4799]
4800
4801[[package]]
4802name = "deranged"
4803version = "0.5.4"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4806dependencies = [
4807 "powerfmt",
4808 "serde_core",
4809]
4810
4811[[package]]
4812name = "derive_arbitrary"
4813version = "1.4.2"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4816dependencies = [
4817 "proc-macro2",
4818 "quote",
4819 "syn 2.0.117",
4820]
4821
4822[[package]]
4823name = "derive_more"
4824version = "2.1.1"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4827dependencies = [
4828 "derive_more-impl",
4829]
4830
4831[[package]]
4832name = "derive_more-impl"
4833version = "2.1.1"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4836dependencies = [
4837 "convert_case 0.10.0",
4838 "proc-macro2",
4839 "quote",
4840 "rustc_version",
4841 "syn 2.0.117",
4842 "unicode-xid",
4843]
4844
4845[[package]]
4846name = "derive_refineable"
4847version = "0.1.0"
4848dependencies = [
4849 "proc-macro2",
4850 "quote",
4851 "syn 2.0.117",
4852]
4853
4854[[package]]
4855name = "derive_setters"
4856version = "0.1.9"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4859dependencies = [
4860 "darling 0.21.3",
4861 "proc-macro2",
4862 "quote",
4863 "syn 2.0.117",
4864]
4865
4866[[package]]
4867name = "dev_container"
4868version = "0.1.0"
4869dependencies = [
4870 "fs",
4871 "futures 0.3.31",
4872 "gpui",
4873 "http 1.3.1",
4874 "http_client",
4875 "log",
4876 "menu",
4877 "node_runtime",
4878 "paths",
4879 "picker",
4880 "project",
4881 "serde",
4882 "serde_json",
4883 "settings",
4884 "smol",
4885 "ui",
4886 "util",
4887 "workspace",
4888 "worktree",
4889]
4890
4891[[package]]
4892name = "diagnostics"
4893version = "0.1.0"
4894dependencies = [
4895 "anyhow",
4896 "collections",
4897 "component",
4898 "ctor",
4899 "editor",
4900 "gpui",
4901 "indoc",
4902 "itertools 0.14.0",
4903 "language",
4904 "log",
4905 "lsp",
4906 "markdown",
4907 "pretty_assertions",
4908 "project",
4909 "rand 0.9.2",
4910 "serde",
4911 "serde_json",
4912 "settings",
4913 "text",
4914 "theme",
4915 "ui",
4916 "unindent",
4917 "util",
4918 "workspace",
4919 "zed_actions",
4920 "zlog",
4921]
4922
4923[[package]]
4924name = "dialoguer"
4925version = "0.11.0"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4928dependencies = [
4929 "console",
4930 "fuzzy-matcher",
4931 "shell-words",
4932 "tempfile",
4933 "thiserror 1.0.69",
4934 "zeroize",
4935]
4936
4937[[package]]
4938name = "diff"
4939version = "0.1.13"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4942
4943[[package]]
4944name = "diffy"
4945version = "0.4.2"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4948dependencies = [
4949 "nu-ansi-term",
4950]
4951
4952[[package]]
4953name = "digest"
4954version = "0.10.7"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4957dependencies = [
4958 "block-buffer",
4959 "const-oid",
4960 "crypto-common",
4961 "subtle",
4962]
4963
4964[[package]]
4965name = "dirs"
4966version = "4.0.0"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4969dependencies = [
4970 "dirs-sys 0.3.7",
4971]
4972
4973[[package]]
4974name = "dirs"
4975version = "5.0.1"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4978dependencies = [
4979 "dirs-sys 0.4.1",
4980]
4981
4982[[package]]
4983name = "dirs"
4984version = "6.0.0"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4987dependencies = [
4988 "dirs-sys 0.5.0",
4989]
4990
4991[[package]]
4992name = "dirs-sys"
4993version = "0.3.7"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4996dependencies = [
4997 "libc",
4998 "redox_users 0.4.6",
4999 "winapi",
5000]
5001
5002[[package]]
5003name = "dirs-sys"
5004version = "0.4.1"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5007dependencies = [
5008 "libc",
5009 "option-ext",
5010 "redox_users 0.4.6",
5011 "windows-sys 0.48.0",
5012]
5013
5014[[package]]
5015name = "dirs-sys"
5016version = "0.5.0"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5019dependencies = [
5020 "libc",
5021 "option-ext",
5022 "redox_users 0.5.2",
5023 "windows-sys 0.61.2",
5024]
5025
5026[[package]]
5027name = "dispatch"
5028version = "0.2.0"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5031
5032[[package]]
5033name = "dispatch2"
5034version = "0.3.1"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5037dependencies = [
5038 "bitflags 2.10.0",
5039 "block2",
5040 "libc",
5041 "objc2",
5042]
5043
5044[[package]]
5045name = "displaydoc"
5046version = "0.2.5"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5049dependencies = [
5050 "proc-macro2",
5051 "quote",
5052 "syn 2.0.117",
5053]
5054
5055[[package]]
5056name = "dlib"
5057version = "0.5.2"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5060dependencies = [
5061 "libloading",
5062]
5063
5064[[package]]
5065name = "docs_preprocessor"
5066version = "0.1.0"
5067dependencies = [
5068 "anyhow",
5069 "collections",
5070 "jsonschema",
5071 "mdbook",
5072 "regex",
5073 "schemars",
5074 "serde",
5075 "serde_json",
5076 "settings",
5077 "task",
5078 "theme",
5079 "util",
5080 "zlog",
5081]
5082
5083[[package]]
5084name = "document-features"
5085version = "0.2.12"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5088dependencies = [
5089 "litrs",
5090]
5091
5092[[package]]
5093name = "documented"
5094version = "0.9.2"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5097dependencies = [
5098 "documented-macros",
5099 "phf 0.12.1",
5100 "thiserror 2.0.17",
5101]
5102
5103[[package]]
5104name = "documented-macros"
5105version = "0.9.2"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5108dependencies = [
5109 "convert_case 0.8.0",
5110 "itertools 0.14.0",
5111 "optfield",
5112 "proc-macro2",
5113 "quote",
5114 "strum 0.27.2",
5115 "syn 2.0.117",
5116]
5117
5118[[package]]
5119name = "dotenvy"
5120version = "0.15.7"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5123
5124[[package]]
5125name = "downcast-rs"
5126version = "1.2.1"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5129
5130[[package]]
5131name = "doxygen-rs"
5132version = "0.4.2"
5133source = "registry+https://github.com/rust-lang/crates.io-index"
5134checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5135dependencies = [
5136 "phf 0.11.3",
5137]
5138
5139[[package]]
5140name = "dtoa"
5141version = "1.0.10"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5144
5145[[package]]
5146name = "dtoa-short"
5147version = "0.3.5"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5150dependencies = [
5151 "dtoa",
5152]
5153
5154[[package]]
5155name = "dtor"
5156version = "0.0.6"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5159dependencies = [
5160 "dtor-proc-macro",
5161]
5162
5163[[package]]
5164name = "dtor-proc-macro"
5165version = "0.0.5"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5168
5169[[package]]
5170name = "dunce"
5171version = "1.0.5"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5174
5175[[package]]
5176name = "dwrote"
5177version = "0.11.5"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5180dependencies = [
5181 "lazy_static",
5182 "libc",
5183 "winapi",
5184 "wio",
5185]
5186
5187[[package]]
5188name = "dyn-clone"
5189version = "1.0.20"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5192
5193[[package]]
5194name = "dyn-stack"
5195version = "0.10.0"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5198dependencies = [
5199 "bytemuck",
5200 "reborrow",
5201]
5202
5203[[package]]
5204name = "dyn-stack"
5205version = "0.13.2"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5208dependencies = [
5209 "bytemuck",
5210 "dyn-stack-macros",
5211]
5212
5213[[package]]
5214name = "dyn-stack-macros"
5215version = "0.1.3"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5218
5219[[package]]
5220name = "ec4rs"
5221version = "1.2.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5224
5225[[package]]
5226name = "ecdsa"
5227version = "0.14.8"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5230dependencies = [
5231 "der 0.6.1",
5232 "elliptic-curve",
5233 "rfc6979",
5234 "signature 1.6.4",
5235]
5236
5237[[package]]
5238name = "edit_prediction"
5239version = "0.1.0"
5240dependencies = [
5241 "ai_onboarding",
5242 "anyhow",
5243 "arrayvec",
5244 "brotli",
5245 "buffer_diff",
5246 "client",
5247 "clock",
5248 "cloud_api_types",
5249 "cloud_llm_client",
5250 "collections",
5251 "copilot",
5252 "copilot_ui",
5253 "ctor",
5254 "db",
5255 "edit_prediction_context",
5256 "edit_prediction_types",
5257 "feature_flags",
5258 "fs",
5259 "futures 0.3.31",
5260 "gpui",
5261 "indoc",
5262 "itertools 0.14.0",
5263 "language",
5264 "language_model",
5265 "log",
5266 "lsp",
5267 "menu",
5268 "open_ai",
5269 "parking_lot",
5270 "postage",
5271 "pretty_assertions",
5272 "project",
5273 "pulldown-cmark 0.13.0",
5274 "rand 0.9.2",
5275 "regex",
5276 "release_channel",
5277 "semver",
5278 "serde",
5279 "serde_json",
5280 "settings",
5281 "strum 0.27.2",
5282 "telemetry",
5283 "telemetry_events",
5284 "text",
5285 "thiserror 2.0.17",
5286 "time",
5287 "toml 0.8.23",
5288 "ui",
5289 "util",
5290 "uuid",
5291 "workspace",
5292 "worktree",
5293 "zed_actions",
5294 "zeta_prompt",
5295 "zlog",
5296 "zstd",
5297]
5298
5299[[package]]
5300name = "edit_prediction_cli"
5301version = "0.1.0"
5302dependencies = [
5303 "anthropic",
5304 "anyhow",
5305 "chrono",
5306 "clap",
5307 "client",
5308 "cloud_llm_client",
5309 "collections",
5310 "debug_adapter_extension",
5311 "dirs 4.0.0",
5312 "edit_prediction",
5313 "extension",
5314 "flate2",
5315 "fs",
5316 "futures 0.3.31",
5317 "gaoya",
5318 "gpui",
5319 "gpui_platform",
5320 "gpui_tokio",
5321 "http_client",
5322 "indoc",
5323 "language",
5324 "language_extension",
5325 "language_model",
5326 "language_models",
5327 "languages",
5328 "libc",
5329 "log",
5330 "node_runtime",
5331 "open_ai",
5332 "paths",
5333 "pretty_assertions",
5334 "project",
5335 "prompt_store",
5336 "rand 0.9.2",
5337 "release_channel",
5338 "reqwest_client",
5339 "rust-embed",
5340 "serde",
5341 "serde_json",
5342 "settings",
5343 "shellexpand 2.1.2",
5344 "similar",
5345 "smol",
5346 "sqlez",
5347 "sqlez_macros",
5348 "strum 0.27.2",
5349 "telemetry_events",
5350 "tempfile",
5351 "terminal_view",
5352 "toml 0.8.23",
5353 "util",
5354 "wasmtime",
5355 "watch",
5356 "workspace",
5357 "zeta_prompt",
5358]
5359
5360[[package]]
5361name = "edit_prediction_context"
5362version = "0.1.0"
5363dependencies = [
5364 "anyhow",
5365 "clock",
5366 "collections",
5367 "env_logger 0.11.8",
5368 "futures 0.3.31",
5369 "gpui",
5370 "indoc",
5371 "language",
5372 "log",
5373 "lsp",
5374 "parking_lot",
5375 "pretty_assertions",
5376 "project",
5377 "serde",
5378 "serde_json",
5379 "settings",
5380 "smallvec",
5381 "text",
5382 "tree-sitter",
5383 "util",
5384 "zeta_prompt",
5385]
5386
5387[[package]]
5388name = "edit_prediction_types"
5389version = "0.1.0"
5390dependencies = [
5391 "client",
5392 "gpui",
5393 "icons",
5394 "language",
5395 "text",
5396]
5397
5398[[package]]
5399name = "edit_prediction_ui"
5400version = "0.1.0"
5401dependencies = [
5402 "anyhow",
5403 "buffer_diff",
5404 "client",
5405 "cloud_llm_client",
5406 "codestral",
5407 "collections",
5408 "command_palette_hooks",
5409 "copilot",
5410 "copilot_chat",
5411 "copilot_ui",
5412 "edit_prediction",
5413 "edit_prediction_types",
5414 "editor",
5415 "feature_flags",
5416 "fs",
5417 "futures 0.3.31",
5418 "gpui",
5419 "indoc",
5420 "language",
5421 "markdown",
5422 "menu",
5423 "multi_buffer",
5424 "paths",
5425 "project",
5426 "regex",
5427 "settings",
5428 "telemetry",
5429 "text",
5430 "theme",
5431 "time",
5432 "ui",
5433 "util",
5434 "workspace",
5435 "zed_actions",
5436 "zeta_prompt",
5437]
5438
5439[[package]]
5440name = "editor"
5441version = "0.1.0"
5442dependencies = [
5443 "aho-corasick",
5444 "anyhow",
5445 "assets",
5446 "breadcrumbs",
5447 "buffer_diff",
5448 "client",
5449 "clock",
5450 "collections",
5451 "convert_case 0.8.0",
5452 "criterion",
5453 "ctor",
5454 "dap",
5455 "db",
5456 "edit_prediction_types",
5457 "emojis",
5458 "feature_flags",
5459 "file_icons",
5460 "fs",
5461 "futures 0.3.31",
5462 "fuzzy",
5463 "git",
5464 "gpui",
5465 "indoc",
5466 "itertools 0.14.0",
5467 "language",
5468 "languages",
5469 "linkify",
5470 "log",
5471 "lsp",
5472 "markdown",
5473 "menu",
5474 "multi_buffer",
5475 "ordered-float 2.10.1",
5476 "parking_lot",
5477 "pretty_assertions",
5478 "project",
5479 "proptest",
5480 "proptest-derive",
5481 "rand 0.9.2",
5482 "regex",
5483 "release_channel",
5484 "rope",
5485 "rpc",
5486 "schemars",
5487 "semver",
5488 "serde",
5489 "serde_json",
5490 "settings",
5491 "smallvec",
5492 "smol",
5493 "snippet",
5494 "sum_tree",
5495 "task",
5496 "telemetry",
5497 "text",
5498 "theme",
5499 "time",
5500 "tracing",
5501 "tree-sitter-bash",
5502 "tree-sitter-c",
5503 "tree-sitter-html",
5504 "tree-sitter-md",
5505 "tree-sitter-python",
5506 "tree-sitter-rust",
5507 "tree-sitter-typescript",
5508 "tree-sitter-yaml",
5509 "ui",
5510 "ui_input",
5511 "unicode-script",
5512 "unicode-segmentation",
5513 "unicode-width",
5514 "unindent",
5515 "url",
5516 "util",
5517 "uuid",
5518 "vim_mode_setting",
5519 "workspace",
5520 "zed_actions",
5521 "zlog",
5522 "ztracing",
5523]
5524
5525[[package]]
5526name = "either"
5527version = "1.15.0"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5530dependencies = [
5531 "serde",
5532]
5533
5534[[package]]
5535name = "elasticlunr-rs"
5536version = "3.0.2"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5539dependencies = [
5540 "regex",
5541 "serde",
5542 "serde_derive",
5543 "serde_json",
5544]
5545
5546[[package]]
5547name = "elliptic-curve"
5548version = "0.12.3"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5551dependencies = [
5552 "base16ct",
5553 "crypto-bigint 0.4.9",
5554 "der 0.6.1",
5555 "digest",
5556 "ff",
5557 "generic-array",
5558 "group",
5559 "pkcs8 0.9.0",
5560 "rand_core 0.6.4",
5561 "sec1",
5562 "subtle",
5563 "zeroize",
5564]
5565
5566[[package]]
5567name = "email_address"
5568version = "0.2.9"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5571dependencies = [
5572 "serde",
5573]
5574
5575[[package]]
5576name = "embed-resource"
5577version = "3.0.6"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5580dependencies = [
5581 "cc",
5582 "memchr",
5583 "rustc_version",
5584 "toml 0.9.8",
5585 "vswhom",
5586 "winreg 0.55.0",
5587]
5588
5589[[package]]
5590name = "embedded-io"
5591version = "0.4.0"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5594
5595[[package]]
5596name = "embedded-io"
5597version = "0.6.1"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5600
5601[[package]]
5602name = "emojis"
5603version = "0.6.4"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5606dependencies = [
5607 "phf 0.11.3",
5608]
5609
5610[[package]]
5611name = "encode_unicode"
5612version = "1.0.0"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5615
5616[[package]]
5617name = "encoding_rs"
5618version = "0.8.35"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5621dependencies = [
5622 "cfg-if",
5623]
5624
5625[[package]]
5626name = "encoding_selector"
5627version = "0.1.0"
5628dependencies = [
5629 "editor",
5630 "encoding_rs",
5631 "fuzzy",
5632 "gpui",
5633 "language",
5634 "picker",
5635 "project",
5636 "ui",
5637 "util",
5638 "workspace",
5639]
5640
5641[[package]]
5642name = "endi"
5643version = "1.1.0"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5646
5647[[package]]
5648name = "enum-as-inner"
5649version = "0.6.1"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5652dependencies = [
5653 "heck 0.5.0",
5654 "proc-macro2",
5655 "quote",
5656 "syn 2.0.117",
5657]
5658
5659[[package]]
5660name = "enumflags2"
5661version = "0.7.12"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5664dependencies = [
5665 "enumflags2_derive",
5666 "serde",
5667]
5668
5669[[package]]
5670name = "enumflags2_derive"
5671version = "0.7.12"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5674dependencies = [
5675 "proc-macro2",
5676 "quote",
5677 "syn 2.0.117",
5678]
5679
5680[[package]]
5681name = "env_filter"
5682version = "0.1.4"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5685dependencies = [
5686 "log",
5687 "regex",
5688]
5689
5690[[package]]
5691name = "env_logger"
5692version = "0.10.2"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5695dependencies = [
5696 "humantime",
5697 "is-terminal",
5698 "log",
5699 "regex",
5700 "termcolor",
5701]
5702
5703[[package]]
5704name = "env_logger"
5705version = "0.11.8"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5708dependencies = [
5709 "anstream",
5710 "anstyle",
5711 "env_filter",
5712 "jiff",
5713 "log",
5714]
5715
5716[[package]]
5717name = "envy"
5718version = "0.4.2"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5721dependencies = [
5722 "serde",
5723]
5724
5725[[package]]
5726name = "equator"
5727version = "0.4.2"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5730dependencies = [
5731 "equator-macro",
5732]
5733
5734[[package]]
5735name = "equator-macro"
5736version = "0.4.2"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5739dependencies = [
5740 "proc-macro2",
5741 "quote",
5742 "syn 2.0.117",
5743]
5744
5745[[package]]
5746name = "equivalent"
5747version = "1.0.2"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5750
5751[[package]]
5752name = "erased-serde"
5753version = "0.4.9"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5756dependencies = [
5757 "serde",
5758 "serde_core",
5759 "typeid",
5760]
5761
5762[[package]]
5763name = "errno"
5764version = "0.2.8"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5767dependencies = [
5768 "errno-dragonfly",
5769 "libc",
5770 "winapi",
5771]
5772
5773[[package]]
5774name = "errno"
5775version = "0.3.14"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5778dependencies = [
5779 "libc",
5780 "windows-sys 0.61.2",
5781]
5782
5783[[package]]
5784name = "errno-dragonfly"
5785version = "0.1.2"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5788dependencies = [
5789 "cc",
5790 "libc",
5791]
5792
5793[[package]]
5794name = "error-graph"
5795version = "0.1.1"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5798dependencies = [
5799 "serde",
5800]
5801
5802[[package]]
5803name = "etagere"
5804version = "0.2.15"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5807dependencies = [
5808 "euclid",
5809 "svg_fmt",
5810]
5811
5812[[package]]
5813name = "etcetera"
5814version = "0.8.0"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5817dependencies = [
5818 "cfg-if",
5819 "home",
5820 "windows-sys 0.48.0",
5821]
5822
5823[[package]]
5824name = "etw_tracing"
5825version = "0.1.0"
5826dependencies = [
5827 "anyhow",
5828 "gpui",
5829 "log",
5830 "net",
5831 "serde",
5832 "serde_json",
5833 "util",
5834 "windows 0.61.3",
5835 "windows-core 0.61.2",
5836 "workspace",
5837 "wprcontrol",
5838]
5839
5840[[package]]
5841name = "euclid"
5842version = "0.22.11"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5845dependencies = [
5846 "num-traits",
5847]
5848
5849[[package]]
5850name = "eval"
5851version = "0.1.0"
5852dependencies = [
5853 "acp_thread",
5854 "agent",
5855 "agent-client-protocol",
5856 "agent_settings",
5857 "agent_ui",
5858 "anyhow",
5859 "async-trait",
5860 "buffer_diff",
5861 "chrono",
5862 "clap",
5863 "client",
5864 "collections",
5865 "debug_adapter_extension",
5866 "dirs 4.0.0",
5867 "dotenvy",
5868 "env_logger 0.11.8",
5869 "extension",
5870 "fs",
5871 "futures 0.3.31",
5872 "gpui",
5873 "gpui_platform",
5874 "gpui_tokio",
5875 "handlebars 4.5.0",
5876 "language",
5877 "language_extension",
5878 "language_model",
5879 "language_models",
5880 "languages",
5881 "markdown",
5882 "node_runtime",
5883 "pathdiff",
5884 "paths",
5885 "pretty_assertions",
5886 "project",
5887 "prompt_store",
5888 "rand 0.9.2",
5889 "regex",
5890 "release_channel",
5891 "reqwest_client",
5892 "serde",
5893 "serde_json",
5894 "settings",
5895 "shellexpand 2.1.2",
5896 "telemetry",
5897 "terminal_view",
5898 "toml 0.8.23",
5899 "unindent",
5900 "util",
5901 "uuid",
5902 "watch",
5903]
5904
5905[[package]]
5906name = "eval_cli"
5907version = "0.1.0"
5908dependencies = [
5909 "acp_thread",
5910 "agent",
5911 "agent-client-protocol",
5912 "agent_ui",
5913 "anyhow",
5914 "clap",
5915 "client",
5916 "ctrlc",
5917 "debug_adapter_extension",
5918 "env_logger 0.11.8",
5919 "extension",
5920 "feature_flags",
5921 "fs",
5922 "futures 0.3.31",
5923 "gpui",
5924 "gpui_platform",
5925 "gpui_tokio",
5926 "language",
5927 "language_extension",
5928 "language_model",
5929 "language_models",
5930 "languages",
5931 "node_runtime",
5932 "paths",
5933 "project",
5934 "prompt_store",
5935 "release_channel",
5936 "reqwest_client",
5937 "serde",
5938 "serde_json",
5939 "settings",
5940 "shellexpand 2.1.2",
5941 "terminal_view",
5942 "util",
5943 "watch",
5944]
5945
5946[[package]]
5947name = "eval_utils"
5948version = "0.1.0"
5949dependencies = [
5950 "gpui_platform",
5951 "serde",
5952 "smol",
5953]
5954
5955[[package]]
5956name = "event-listener"
5957version = "2.5.3"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5960
5961[[package]]
5962name = "event-listener"
5963version = "5.4.1"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5966dependencies = [
5967 "concurrent-queue",
5968 "parking",
5969 "pin-project-lite",
5970]
5971
5972[[package]]
5973name = "event-listener-strategy"
5974version = "0.5.4"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5977dependencies = [
5978 "event-listener 5.4.1",
5979 "pin-project-lite",
5980]
5981
5982[[package]]
5983name = "exec"
5984version = "0.3.1"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5987dependencies = [
5988 "errno 0.2.8",
5989 "libc",
5990]
5991
5992[[package]]
5993name = "explorer_command_injector"
5994version = "0.1.0"
5995dependencies = [
5996 "windows 0.61.3",
5997 "windows-core 0.61.2",
5998 "windows-registry 0.5.3",
5999]
6000
6001[[package]]
6002name = "exr"
6003version = "1.73.0"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
6006dependencies = [
6007 "bit_field",
6008 "half",
6009 "lebe",
6010 "miniz_oxide",
6011 "rayon-core",
6012 "smallvec",
6013 "zune-inflate",
6014]
6015
6016[[package]]
6017name = "extended"
6018version = "0.1.0"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6021
6022[[package]]
6023name = "extension"
6024version = "0.1.0"
6025dependencies = [
6026 "anyhow",
6027 "async-trait",
6028 "cloud_api_types",
6029 "collections",
6030 "dap",
6031 "fs",
6032 "futures 0.3.31",
6033 "gpui",
6034 "heck 0.5.0",
6035 "http_client",
6036 "indoc",
6037 "language",
6038 "log",
6039 "lsp",
6040 "parking_lot",
6041 "pretty_assertions",
6042 "proto",
6043 "semver",
6044 "serde",
6045 "serde_json",
6046 "task",
6047 "tempfile",
6048 "toml 0.8.23",
6049 "tracing",
6050 "url",
6051 "util",
6052 "wasm-encoder 0.221.3",
6053 "wasmparser 0.221.3",
6054 "ztracing",
6055]
6056
6057[[package]]
6058name = "extension_cli"
6059version = "0.1.0"
6060dependencies = [
6061 "anyhow",
6062 "clap",
6063 "cloud_api_types",
6064 "env_logger 0.11.8",
6065 "extension",
6066 "fs",
6067 "gpui_platform",
6068 "language",
6069 "log",
6070 "reqwest_client",
6071 "serde",
6072 "serde_json",
6073 "serde_json_lenient",
6074 "settings_content",
6075 "snippet_provider",
6076 "task",
6077 "theme",
6078 "tokio",
6079 "toml 0.8.23",
6080 "tree-sitter",
6081 "wasmtime",
6082]
6083
6084[[package]]
6085name = "extension_host"
6086version = "0.1.0"
6087dependencies = [
6088 "anyhow",
6089 "async-compression",
6090 "async-tar",
6091 "async-trait",
6092 "client",
6093 "cloud_api_types",
6094 "collections",
6095 "criterion",
6096 "ctor",
6097 "dap",
6098 "extension",
6099 "fs",
6100 "futures 0.3.31",
6101 "gpui",
6102 "gpui_tokio",
6103 "http_client",
6104 "language",
6105 "language_extension",
6106 "log",
6107 "lsp",
6108 "moka",
6109 "node_runtime",
6110 "parking_lot",
6111 "paths",
6112 "project",
6113 "release_channel",
6114 "remote",
6115 "reqwest_client",
6116 "semver",
6117 "serde",
6118 "serde_json",
6119 "serde_json_lenient",
6120 "settings",
6121 "task",
6122 "telemetry",
6123 "tempfile",
6124 "theme",
6125 "theme_extension",
6126 "toml 0.8.23",
6127 "tracing",
6128 "url",
6129 "util",
6130 "wasmparser 0.221.3",
6131 "wasmtime",
6132 "wasmtime-wasi",
6133 "zlog",
6134 "ztracing",
6135]
6136
6137[[package]]
6138name = "extensions_ui"
6139version = "0.1.0"
6140dependencies = [
6141 "anyhow",
6142 "client",
6143 "cloud_api_types",
6144 "collections",
6145 "db",
6146 "editor",
6147 "extension",
6148 "extension_host",
6149 "fs",
6150 "fuzzy",
6151 "gpui",
6152 "language",
6153 "log",
6154 "num-format",
6155 "picker",
6156 "project",
6157 "release_channel",
6158 "semver",
6159 "serde",
6160 "settings",
6161 "smallvec",
6162 "strum 0.27.2",
6163 "telemetry",
6164 "theme",
6165 "ui",
6166 "util",
6167 "vim_mode_setting",
6168 "workspace",
6169 "zed_actions",
6170]
6171
6172[[package]]
6173name = "failspot"
6174version = "0.2.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6177
6178[[package]]
6179name = "fallible-iterator"
6180version = "0.3.0"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6183
6184[[package]]
6185name = "fancy-regex"
6186version = "0.16.2"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6189dependencies = [
6190 "bit-set",
6191 "regex-automata",
6192 "regex-syntax",
6193]
6194
6195[[package]]
6196name = "fast-srgb8"
6197version = "1.0.0"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6200
6201[[package]]
6202name = "fastrand"
6203version = "1.9.0"
6204source = "registry+https://github.com/rust-lang/crates.io-index"
6205checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6206dependencies = [
6207 "instant",
6208]
6209
6210[[package]]
6211name = "fastrand"
6212version = "2.3.0"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6215
6216[[package]]
6217name = "fax"
6218version = "0.2.6"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6221dependencies = [
6222 "fax_derive",
6223]
6224
6225[[package]]
6226name = "fax_derive"
6227version = "0.2.0"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6230dependencies = [
6231 "proc-macro2",
6232 "quote",
6233 "syn 2.0.117",
6234]
6235
6236[[package]]
6237name = "fd-lock"
6238version = "4.0.4"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6241dependencies = [
6242 "cfg-if",
6243 "rustix 1.1.2",
6244 "windows-sys 0.59.0",
6245]
6246
6247[[package]]
6248name = "fdeflate"
6249version = "0.3.7"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6252dependencies = [
6253 "simd-adler32",
6254]
6255
6256[[package]]
6257name = "feature_flags"
6258version = "0.1.0"
6259dependencies = [
6260 "gpui",
6261]
6262
6263[[package]]
6264name = "feedback"
6265version = "0.1.0"
6266dependencies = [
6267 "gpui",
6268 "system_specs",
6269 "urlencoding",
6270 "util",
6271 "workspace",
6272 "zed_actions",
6273]
6274
6275[[package]]
6276name = "ff"
6277version = "0.12.1"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6280dependencies = [
6281 "rand_core 0.6.4",
6282 "subtle",
6283]
6284
6285[[package]]
6286name = "file_finder"
6287version = "0.1.0"
6288dependencies = [
6289 "anyhow",
6290 "channel",
6291 "client",
6292 "collections",
6293 "ctor",
6294 "editor",
6295 "file_icons",
6296 "futures 0.3.31",
6297 "fuzzy",
6298 "gpui",
6299 "menu",
6300 "open_path_prompt",
6301 "picker",
6302 "pretty_assertions",
6303 "project",
6304 "project_panel",
6305 "remote_connection",
6306 "serde",
6307 "serde_json",
6308 "settings",
6309 "theme",
6310 "ui",
6311 "util",
6312 "workspace",
6313 "zed_actions",
6314 "zlog",
6315]
6316
6317[[package]]
6318name = "file_icons"
6319version = "0.1.0"
6320dependencies = [
6321 "gpui",
6322 "serde",
6323 "theme",
6324 "util",
6325]
6326
6327[[package]]
6328name = "filedescriptor"
6329version = "0.8.3"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6332dependencies = [
6333 "libc",
6334 "thiserror 1.0.69",
6335 "winapi",
6336]
6337
6338[[package]]
6339name = "filetime"
6340version = "0.2.26"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6343dependencies = [
6344 "cfg-if",
6345 "libc",
6346 "libredox",
6347 "windows-sys 0.60.2",
6348]
6349
6350[[package]]
6351name = "find-msvc-tools"
6352version = "0.1.5"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6355
6356[[package]]
6357name = "fixedbitset"
6358version = "0.4.2"
6359source = "registry+https://github.com/rust-lang/crates.io-index"
6360checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6361
6362[[package]]
6363name = "fixedbitset"
6364version = "0.5.7"
6365source = "registry+https://github.com/rust-lang/crates.io-index"
6366checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6367
6368[[package]]
6369name = "flate2"
6370version = "1.1.8"
6371source = "registry+https://github.com/rust-lang/crates.io-index"
6372checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6373dependencies = [
6374 "crc32fast",
6375 "miniz_oxide",
6376]
6377
6378[[package]]
6379name = "float-cmp"
6380version = "0.9.0"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6383
6384[[package]]
6385name = "float-ord"
6386version = "0.3.2"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6389
6390[[package]]
6391name = "float8"
6392version = "0.4.2"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6395dependencies = [
6396 "half",
6397 "num-traits",
6398 "rand 0.9.2",
6399 "rand_distr",
6400]
6401
6402[[package]]
6403name = "float_next_after"
6404version = "1.0.0"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6407
6408[[package]]
6409name = "fluent-uri"
6410version = "0.4.1"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6413dependencies = [
6414 "borrow-or-share",
6415 "ref-cast",
6416 "serde",
6417]
6418
6419[[package]]
6420name = "flume"
6421version = "0.11.1"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6424dependencies = [
6425 "futures-core",
6426 "futures-sink",
6427 "nanorand",
6428 "spin 0.9.8",
6429]
6430
6431[[package]]
6432name = "fnv"
6433version = "1.0.7"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6436
6437[[package]]
6438name = "foldhash"
6439version = "0.1.5"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6442
6443[[package]]
6444name = "foldhash"
6445version = "0.2.0"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6448
6449[[package]]
6450name = "font-types"
6451version = "0.10.0"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6454dependencies = [
6455 "bytemuck",
6456]
6457
6458[[package]]
6459name = "font-types"
6460version = "0.11.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6463dependencies = [
6464 "bytemuck",
6465]
6466
6467[[package]]
6468name = "fontconfig-parser"
6469version = "0.5.8"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6472dependencies = [
6473 "roxmltree",
6474]
6475
6476[[package]]
6477name = "fontdb"
6478version = "0.16.2"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6481dependencies = [
6482 "fontconfig-parser",
6483 "log",
6484 "memmap2",
6485 "slotmap",
6486 "tinyvec",
6487 "ttf-parser 0.20.0",
6488]
6489
6490[[package]]
6491name = "fontdb"
6492version = "0.23.0"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6495dependencies = [
6496 "fontconfig-parser",
6497 "log",
6498 "memmap2",
6499 "slotmap",
6500 "tinyvec",
6501 "ttf-parser 0.25.1",
6502]
6503
6504[[package]]
6505name = "foreign-types"
6506version = "0.3.2"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6509dependencies = [
6510 "foreign-types-shared 0.1.1",
6511]
6512
6513[[package]]
6514name = "foreign-types"
6515version = "0.5.0"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6518dependencies = [
6519 "foreign-types-macros",
6520 "foreign-types-shared 0.3.1",
6521]
6522
6523[[package]]
6524name = "foreign-types-macros"
6525version = "0.2.3"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6528dependencies = [
6529 "proc-macro2",
6530 "quote",
6531 "syn 2.0.117",
6532]
6533
6534[[package]]
6535name = "foreign-types-shared"
6536version = "0.1.1"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6539
6540[[package]]
6541name = "foreign-types-shared"
6542version = "0.3.1"
6543source = "registry+https://github.com/rust-lang/crates.io-index"
6544checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6545
6546[[package]]
6547name = "fork"
6548version = "0.4.0"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6551dependencies = [
6552 "libc",
6553]
6554
6555[[package]]
6556name = "form_urlencoded"
6557version = "1.2.2"
6558source = "registry+https://github.com/rust-lang/crates.io-index"
6559checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6560dependencies = [
6561 "percent-encoding",
6562]
6563
6564[[package]]
6565name = "fraction"
6566version = "0.15.3"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6569dependencies = [
6570 "lazy_static",
6571 "num",
6572]
6573
6574[[package]]
6575name = "freetype-sys"
6576version = "0.20.1"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6579dependencies = [
6580 "cc",
6581 "libc",
6582 "pkg-config",
6583]
6584
6585[[package]]
6586name = "fs"
6587version = "0.1.0"
6588dependencies = [
6589 "anyhow",
6590 "ashpd",
6591 "async-tar",
6592 "async-trait",
6593 "cocoa 0.26.0",
6594 "collections",
6595 "dunce",
6596 "fs",
6597 "futures 0.3.31",
6598 "git",
6599 "gpui",
6600 "ignore",
6601 "is_executable",
6602 "libc",
6603 "log",
6604 "notify 8.2.0",
6605 "objc",
6606 "parking_lot",
6607 "paths",
6608 "proto",
6609 "rope",
6610 "serde",
6611 "serde_json",
6612 "smol",
6613 "tempfile",
6614 "text",
6615 "time",
6616 "util",
6617 "windows 0.61.3",
6618]
6619
6620[[package]]
6621name = "fs-set-times"
6622version = "0.20.3"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6625dependencies = [
6626 "io-lifetimes",
6627 "rustix 1.1.2",
6628 "windows-sys 0.59.0",
6629]
6630
6631[[package]]
6632name = "fs2"
6633version = "0.4.3"
6634source = "registry+https://github.com/rust-lang/crates.io-index"
6635checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6636dependencies = [
6637 "libc",
6638 "winapi",
6639]
6640
6641[[package]]
6642name = "fs_benchmarks"
6643version = "0.1.0"
6644dependencies = [
6645 "fs",
6646 "gpui",
6647 "gpui_platform",
6648]
6649
6650[[package]]
6651name = "fs_extra"
6652version = "1.3.0"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6655
6656[[package]]
6657name = "fsevent-sys"
6658version = "4.1.0"
6659source = "registry+https://github.com/rust-lang/crates.io-index"
6660checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6661dependencies = [
6662 "libc",
6663]
6664
6665[[package]]
6666name = "fuchsia-cprng"
6667version = "0.1.1"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6670
6671[[package]]
6672name = "funty"
6673version = "2.0.0"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6676
6677[[package]]
6678name = "futf"
6679version = "0.1.5"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6682dependencies = [
6683 "mac",
6684 "new_debug_unreachable",
6685]
6686
6687[[package]]
6688name = "futures"
6689version = "0.1.31"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6692
6693[[package]]
6694name = "futures"
6695version = "0.3.31"
6696source = "registry+https://github.com/rust-lang/crates.io-index"
6697checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6698dependencies = [
6699 "futures-channel",
6700 "futures-core",
6701 "futures-executor",
6702 "futures-io",
6703 "futures-sink",
6704 "futures-task",
6705 "futures-util",
6706]
6707
6708[[package]]
6709name = "futures-channel"
6710version = "0.3.31"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6713dependencies = [
6714 "futures-core",
6715 "futures-sink",
6716]
6717
6718[[package]]
6719name = "futures-concurrency"
6720version = "7.7.1"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6723dependencies = [
6724 "fixedbitset 0.5.7",
6725 "futures-core",
6726 "futures-lite 2.6.1",
6727 "pin-project",
6728 "smallvec",
6729]
6730
6731[[package]]
6732name = "futures-core"
6733version = "0.3.31"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6736
6737[[package]]
6738name = "futures-executor"
6739version = "0.3.31"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6742dependencies = [
6743 "futures-core",
6744 "futures-task",
6745 "futures-util",
6746]
6747
6748[[package]]
6749name = "futures-intrusive"
6750version = "0.5.0"
6751source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6753dependencies = [
6754 "futures-core",
6755 "lock_api",
6756 "parking_lot",
6757]
6758
6759[[package]]
6760name = "futures-io"
6761version = "0.3.31"
6762source = "registry+https://github.com/rust-lang/crates.io-index"
6763checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6764
6765[[package]]
6766name = "futures-lite"
6767version = "1.13.0"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6770dependencies = [
6771 "fastrand 1.9.0",
6772 "futures-core",
6773 "futures-io",
6774 "memchr",
6775 "parking",
6776 "pin-project-lite",
6777 "waker-fn",
6778]
6779
6780[[package]]
6781name = "futures-lite"
6782version = "2.6.1"
6783source = "registry+https://github.com/rust-lang/crates.io-index"
6784checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6785dependencies = [
6786 "fastrand 2.3.0",
6787 "futures-core",
6788 "futures-io",
6789 "parking",
6790 "pin-project-lite",
6791]
6792
6793[[package]]
6794name = "futures-macro"
6795version = "0.3.31"
6796source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6798dependencies = [
6799 "proc-macro2",
6800 "quote",
6801 "syn 2.0.117",
6802]
6803
6804[[package]]
6805name = "futures-sink"
6806version = "0.3.31"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6809
6810[[package]]
6811name = "futures-task"
6812version = "0.3.31"
6813source = "registry+https://github.com/rust-lang/crates.io-index"
6814checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6815
6816[[package]]
6817name = "futures-util"
6818version = "0.3.31"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6821dependencies = [
6822 "futures 0.1.31",
6823 "futures-channel",
6824 "futures-core",
6825 "futures-io",
6826 "futures-macro",
6827 "futures-sink",
6828 "futures-task",
6829 "memchr",
6830 "pin-project-lite",
6831 "pin-utils",
6832 "slab",
6833 "tokio-io",
6834]
6835
6836[[package]]
6837name = "fuzzy"
6838version = "0.1.0"
6839dependencies = [
6840 "gpui",
6841 "log",
6842 "util",
6843]
6844
6845[[package]]
6846name = "fuzzy-matcher"
6847version = "0.3.7"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6850dependencies = [
6851 "thread_local",
6852]
6853
6854[[package]]
6855name = "gaoya"
6856version = "0.2.0"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6859dependencies = [
6860 "ahash 0.8.12",
6861 "crossbeam-utils",
6862 "fnv",
6863 "itertools 0.10.5",
6864 "num-traits",
6865 "rand 0.8.5",
6866 "rand_pcg",
6867 "random_choice",
6868 "rayon",
6869 "seahash",
6870 "sha-1",
6871 "shingles",
6872 "siphasher 0.3.11",
6873 "smallvec",
6874 "triomphe",
6875]
6876
6877[[package]]
6878name = "gemm"
6879version = "0.17.1"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6882dependencies = [
6883 "dyn-stack 0.10.0",
6884 "gemm-c32 0.17.1",
6885 "gemm-c64 0.17.1",
6886 "gemm-common 0.17.1",
6887 "gemm-f16 0.17.1",
6888 "gemm-f32 0.17.1",
6889 "gemm-f64 0.17.1",
6890 "num-complex",
6891 "num-traits",
6892 "paste",
6893 "raw-cpuid 10.7.0",
6894 "seq-macro",
6895]
6896
6897[[package]]
6898name = "gemm"
6899version = "0.18.2"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6902dependencies = [
6903 "dyn-stack 0.13.2",
6904 "gemm-c32 0.18.2",
6905 "gemm-c64 0.18.2",
6906 "gemm-common 0.18.2",
6907 "gemm-f16 0.18.2",
6908 "gemm-f32 0.18.2",
6909 "gemm-f64 0.18.2",
6910 "num-complex",
6911 "num-traits",
6912 "paste",
6913 "raw-cpuid 11.6.0",
6914 "seq-macro",
6915]
6916
6917[[package]]
6918name = "gemm-c32"
6919version = "0.17.1"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6922dependencies = [
6923 "dyn-stack 0.10.0",
6924 "gemm-common 0.17.1",
6925 "num-complex",
6926 "num-traits",
6927 "paste",
6928 "raw-cpuid 10.7.0",
6929 "seq-macro",
6930]
6931
6932[[package]]
6933name = "gemm-c32"
6934version = "0.18.2"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6937dependencies = [
6938 "dyn-stack 0.13.2",
6939 "gemm-common 0.18.2",
6940 "num-complex",
6941 "num-traits",
6942 "paste",
6943 "raw-cpuid 11.6.0",
6944 "seq-macro",
6945]
6946
6947[[package]]
6948name = "gemm-c64"
6949version = "0.17.1"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6952dependencies = [
6953 "dyn-stack 0.10.0",
6954 "gemm-common 0.17.1",
6955 "num-complex",
6956 "num-traits",
6957 "paste",
6958 "raw-cpuid 10.7.0",
6959 "seq-macro",
6960]
6961
6962[[package]]
6963name = "gemm-c64"
6964version = "0.18.2"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6967dependencies = [
6968 "dyn-stack 0.13.2",
6969 "gemm-common 0.18.2",
6970 "num-complex",
6971 "num-traits",
6972 "paste",
6973 "raw-cpuid 11.6.0",
6974 "seq-macro",
6975]
6976
6977[[package]]
6978name = "gemm-common"
6979version = "0.17.1"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6982dependencies = [
6983 "bytemuck",
6984 "dyn-stack 0.10.0",
6985 "half",
6986 "num-complex",
6987 "num-traits",
6988 "once_cell",
6989 "paste",
6990 "pulp 0.18.22",
6991 "raw-cpuid 10.7.0",
6992 "rayon",
6993 "seq-macro",
6994 "sysctl 0.5.5",
6995]
6996
6997[[package]]
6998name = "gemm-common"
6999version = "0.18.2"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7002dependencies = [
7003 "bytemuck",
7004 "dyn-stack 0.13.2",
7005 "half",
7006 "libm",
7007 "num-complex",
7008 "num-traits",
7009 "once_cell",
7010 "paste",
7011 "pulp 0.21.5",
7012 "raw-cpuid 11.6.0",
7013 "rayon",
7014 "seq-macro",
7015 "sysctl 0.6.0",
7016]
7017
7018[[package]]
7019name = "gemm-f16"
7020version = "0.17.1"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7023dependencies = [
7024 "dyn-stack 0.10.0",
7025 "gemm-common 0.17.1",
7026 "gemm-f32 0.17.1",
7027 "half",
7028 "num-complex",
7029 "num-traits",
7030 "paste",
7031 "raw-cpuid 10.7.0",
7032 "rayon",
7033 "seq-macro",
7034]
7035
7036[[package]]
7037name = "gemm-f16"
7038version = "0.18.2"
7039source = "registry+https://github.com/rust-lang/crates.io-index"
7040checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7041dependencies = [
7042 "dyn-stack 0.13.2",
7043 "gemm-common 0.18.2",
7044 "gemm-f32 0.18.2",
7045 "half",
7046 "num-complex",
7047 "num-traits",
7048 "paste",
7049 "raw-cpuid 11.6.0",
7050 "rayon",
7051 "seq-macro",
7052]
7053
7054[[package]]
7055name = "gemm-f32"
7056version = "0.17.1"
7057source = "registry+https://github.com/rust-lang/crates.io-index"
7058checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7059dependencies = [
7060 "dyn-stack 0.10.0",
7061 "gemm-common 0.17.1",
7062 "num-complex",
7063 "num-traits",
7064 "paste",
7065 "raw-cpuid 10.7.0",
7066 "seq-macro",
7067]
7068
7069[[package]]
7070name = "gemm-f32"
7071version = "0.18.2"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7074dependencies = [
7075 "dyn-stack 0.13.2",
7076 "gemm-common 0.18.2",
7077 "num-complex",
7078 "num-traits",
7079 "paste",
7080 "raw-cpuid 11.6.0",
7081 "seq-macro",
7082]
7083
7084[[package]]
7085name = "gemm-f64"
7086version = "0.17.1"
7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7089dependencies = [
7090 "dyn-stack 0.10.0",
7091 "gemm-common 0.17.1",
7092 "num-complex",
7093 "num-traits",
7094 "paste",
7095 "raw-cpuid 10.7.0",
7096 "seq-macro",
7097]
7098
7099[[package]]
7100name = "gemm-f64"
7101version = "0.18.2"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7104dependencies = [
7105 "dyn-stack 0.13.2",
7106 "gemm-common 0.18.2",
7107 "num-complex",
7108 "num-traits",
7109 "paste",
7110 "raw-cpuid 11.6.0",
7111 "seq-macro",
7112]
7113
7114[[package]]
7115name = "generator"
7116version = "0.8.7"
7117source = "registry+https://github.com/rust-lang/crates.io-index"
7118checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7119dependencies = [
7120 "cc",
7121 "cfg-if",
7122 "libc",
7123 "log",
7124 "rustversion",
7125 "windows 0.61.3",
7126]
7127
7128[[package]]
7129name = "generic-array"
7130version = "0.14.7"
7131source = "registry+https://github.com/rust-lang/crates.io-index"
7132checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7133dependencies = [
7134 "typenum",
7135 "version_check",
7136]
7137
7138[[package]]
7139name = "gethostname"
7140version = "1.1.0"
7141source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7143dependencies = [
7144 "rustix 1.1.2",
7145 "windows-link 0.2.1",
7146]
7147
7148[[package]]
7149name = "getrandom"
7150version = "0.2.16"
7151source = "registry+https://github.com/rust-lang/crates.io-index"
7152checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7153dependencies = [
7154 "cfg-if",
7155 "js-sys",
7156 "libc",
7157 "wasi",
7158 "wasm-bindgen",
7159]
7160
7161[[package]]
7162name = "getrandom"
7163version = "0.3.4"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7166dependencies = [
7167 "cfg-if",
7168 "js-sys",
7169 "libc",
7170 "r-efi",
7171 "wasip2",
7172 "wasm-bindgen",
7173]
7174
7175[[package]]
7176name = "getrandom"
7177version = "0.4.1"
7178source = "registry+https://github.com/rust-lang/crates.io-index"
7179checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7180dependencies = [
7181 "cfg-if",
7182 "libc",
7183 "r-efi",
7184 "wasip2",
7185 "wasip3",
7186]
7187
7188[[package]]
7189name = "gh-workflow"
7190version = "0.8.0"
7191source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7192dependencies = [
7193 "async-trait",
7194 "derive_more",
7195 "derive_setters",
7196 "gh-workflow-macros",
7197 "indexmap",
7198 "merge",
7199 "serde",
7200 "serde_json",
7201 "serde_yaml",
7202 "strum_macros 0.27.2",
7203]
7204
7205[[package]]
7206name = "gh-workflow-macros"
7207version = "0.8.0"
7208source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7209dependencies = [
7210 "heck 0.5.0",
7211 "quote",
7212 "syn 2.0.117",
7213]
7214
7215[[package]]
7216name = "gif"
7217version = "0.13.3"
7218source = "registry+https://github.com/rust-lang/crates.io-index"
7219checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7220dependencies = [
7221 "color_quant",
7222 "weezl",
7223]
7224
7225[[package]]
7226name = "gimli"
7227version = "0.31.1"
7228source = "registry+https://github.com/rust-lang/crates.io-index"
7229checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7230dependencies = [
7231 "fallible-iterator",
7232 "indexmap",
7233 "stable_deref_trait",
7234]
7235
7236[[package]]
7237name = "gimli"
7238version = "0.32.3"
7239source = "registry+https://github.com/rust-lang/crates.io-index"
7240checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7241
7242[[package]]
7243name = "gio-sys"
7244version = "0.21.5"
7245source = "registry+https://github.com/rust-lang/crates.io-index"
7246checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7247dependencies = [
7248 "glib-sys",
7249 "gobject-sys",
7250 "libc",
7251 "system-deps 7.0.7",
7252 "windows-sys 0.61.2",
7253]
7254
7255[[package]]
7256name = "git"
7257version = "0.1.0"
7258dependencies = [
7259 "anyhow",
7260 "askpass",
7261 "async-trait",
7262 "collections",
7263 "derive_more",
7264 "futures 0.3.31",
7265 "git2",
7266 "gpui",
7267 "http_client",
7268 "itertools 0.14.0",
7269 "log",
7270 "parking_lot",
7271 "pretty_assertions",
7272 "rand 0.9.2",
7273 "regex",
7274 "rope",
7275 "schemars",
7276 "serde",
7277 "serde_json",
7278 "smallvec",
7279 "smol",
7280 "sum_tree",
7281 "tempfile",
7282 "text",
7283 "thiserror 2.0.17",
7284 "time",
7285 "url",
7286 "urlencoding",
7287 "util",
7288 "uuid",
7289 "ztracing",
7290]
7291
7292[[package]]
7293name = "git2"
7294version = "0.20.4"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7297dependencies = [
7298 "bitflags 2.10.0",
7299 "libc",
7300 "libgit2-sys",
7301 "log",
7302 "url",
7303]
7304
7305[[package]]
7306name = "git_graph"
7307version = "0.1.0"
7308dependencies = [
7309 "anyhow",
7310 "collections",
7311 "db",
7312 "feature_flags",
7313 "fs",
7314 "git",
7315 "git_ui",
7316 "gpui",
7317 "language",
7318 "menu",
7319 "project",
7320 "rand 0.9.2",
7321 "serde_json",
7322 "settings",
7323 "smallvec",
7324 "theme",
7325 "time",
7326 "ui",
7327 "workspace",
7328]
7329
7330[[package]]
7331name = "git_hosting_providers"
7332version = "0.1.0"
7333dependencies = [
7334 "anyhow",
7335 "async-trait",
7336 "futures 0.3.31",
7337 "git",
7338 "gpui",
7339 "http_client",
7340 "indoc",
7341 "itertools 0.14.0",
7342 "pretty_assertions",
7343 "regex",
7344 "serde",
7345 "serde_json",
7346 "settings",
7347 "url",
7348 "urlencoding",
7349 "util",
7350]
7351
7352[[package]]
7353name = "git_ui"
7354version = "0.1.0"
7355dependencies = [
7356 "agent_settings",
7357 "anyhow",
7358 "askpass",
7359 "buffer_diff",
7360 "call",
7361 "cloud_llm_client",
7362 "collections",
7363 "component",
7364 "ctor",
7365 "db",
7366 "editor",
7367 "feature_flags",
7368 "file_icons",
7369 "futures 0.3.31",
7370 "fuzzy",
7371 "git",
7372 "gpui",
7373 "indoc",
7374 "itertools 0.14.0",
7375 "language",
7376 "language_model",
7377 "linkify",
7378 "log",
7379 "markdown",
7380 "menu",
7381 "multi_buffer",
7382 "notifications",
7383 "panel",
7384 "picker",
7385 "pretty_assertions",
7386 "project",
7387 "prompt_store",
7388 "proto",
7389 "rand 0.9.2",
7390 "remote",
7391 "remote_connection",
7392 "schemars",
7393 "serde",
7394 "serde_json",
7395 "settings",
7396 "smallvec",
7397 "smol",
7398 "strum 0.27.2",
7399 "telemetry",
7400 "theme",
7401 "time",
7402 "time_format",
7403 "tracing",
7404 "ui",
7405 "ui_input",
7406 "unindent",
7407 "util",
7408 "watch",
7409 "windows 0.61.3",
7410 "workspace",
7411 "zed_actions",
7412 "zeroize",
7413 "zlog",
7414 "ztracing",
7415]
7416
7417[[package]]
7418name = "gl_generator"
7419version = "0.14.0"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7422dependencies = [
7423 "khronos_api",
7424 "log",
7425 "xml-rs",
7426]
7427
7428[[package]]
7429name = "glib"
7430version = "0.21.5"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7433dependencies = [
7434 "bitflags 2.10.0",
7435 "futures-channel",
7436 "futures-core",
7437 "futures-executor",
7438 "futures-task",
7439 "futures-util",
7440 "gio-sys",
7441 "glib-macros",
7442 "glib-sys",
7443 "gobject-sys",
7444 "libc",
7445 "memchr",
7446 "smallvec",
7447]
7448
7449[[package]]
7450name = "glib-macros"
7451version = "0.21.5"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7454dependencies = [
7455 "heck 0.5.0",
7456 "proc-macro-crate",
7457 "proc-macro2",
7458 "quote",
7459 "syn 2.0.117",
7460]
7461
7462[[package]]
7463name = "glib-sys"
7464version = "0.21.5"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7467dependencies = [
7468 "libc",
7469 "system-deps 7.0.7",
7470]
7471
7472[[package]]
7473name = "glob"
7474version = "0.3.3"
7475source = "registry+https://github.com/rust-lang/crates.io-index"
7476checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7477
7478[[package]]
7479name = "globset"
7480version = "0.4.17"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7483dependencies = [
7484 "aho-corasick",
7485 "bstr",
7486 "log",
7487 "regex-automata",
7488 "regex-syntax",
7489]
7490
7491[[package]]
7492name = "gloo-timers"
7493version = "0.3.0"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7496dependencies = [
7497 "futures-channel",
7498 "futures-core",
7499 "js-sys",
7500 "wasm-bindgen",
7501]
7502
7503[[package]]
7504name = "glow"
7505version = "0.16.0"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7508dependencies = [
7509 "js-sys",
7510 "slotmap",
7511 "wasm-bindgen",
7512 "web-sys",
7513]
7514
7515[[package]]
7516name = "glutin_wgl_sys"
7517version = "0.6.1"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7520dependencies = [
7521 "gl_generator",
7522]
7523
7524[[package]]
7525name = "go_to_line"
7526version = "0.1.0"
7527dependencies = [
7528 "editor",
7529 "gpui",
7530 "indoc",
7531 "language",
7532 "menu",
7533 "multi_buffer",
7534 "project",
7535 "rope",
7536 "serde",
7537 "serde_json",
7538 "settings",
7539 "text",
7540 "theme",
7541 "ui",
7542 "util",
7543 "workspace",
7544]
7545
7546[[package]]
7547name = "gobject-sys"
7548version = "0.21.5"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7551dependencies = [
7552 "glib-sys",
7553 "libc",
7554 "system-deps 7.0.7",
7555]
7556
7557[[package]]
7558name = "goblin"
7559version = "0.9.3"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7562dependencies = [
7563 "log",
7564 "plain",
7565 "scroll",
7566]
7567
7568[[package]]
7569name = "google_ai"
7570version = "0.1.0"
7571dependencies = [
7572 "anyhow",
7573 "futures 0.3.31",
7574 "http_client",
7575 "schemars",
7576 "serde",
7577 "serde_json",
7578 "settings",
7579 "strum 0.27.2",
7580]
7581
7582[[package]]
7583name = "gpu-allocator"
7584version = "0.28.0"
7585source = "registry+https://github.com/rust-lang/crates.io-index"
7586checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7587dependencies = [
7588 "ash",
7589 "hashbrown 0.16.1",
7590 "log",
7591 "presser",
7592 "thiserror 2.0.17",
7593 "windows 0.62.2",
7594]
7595
7596[[package]]
7597name = "gpu-descriptor"
7598version = "0.3.2"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7601dependencies = [
7602 "bitflags 2.10.0",
7603 "gpu-descriptor-types",
7604 "hashbrown 0.15.5",
7605]
7606
7607[[package]]
7608name = "gpu-descriptor-types"
7609version = "0.2.0"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7612dependencies = [
7613 "bitflags 2.10.0",
7614]
7615
7616[[package]]
7617name = "gpui"
7618version = "0.2.2"
7619dependencies = [
7620 "anyhow",
7621 "async-channel 2.5.0",
7622 "async-task",
7623 "backtrace",
7624 "bindgen 0.71.1",
7625 "bitflags 2.10.0",
7626 "block",
7627 "cbindgen",
7628 "chrono",
7629 "circular-buffer",
7630 "cocoa 0.26.0",
7631 "cocoa-foundation 0.2.0",
7632 "collections",
7633 "core-foundation 0.10.0",
7634 "core-foundation-sys",
7635 "core-graphics 0.24.0",
7636 "core-text",
7637 "core-video",
7638 "ctor",
7639 "derive_more",
7640 "embed-resource",
7641 "env_logger 0.11.8",
7642 "etagere",
7643 "foreign-types 0.5.0",
7644 "futures 0.3.31",
7645 "futures-concurrency",
7646 "getrandom 0.3.4",
7647 "gpui_macros",
7648 "gpui_platform",
7649 "gpui_util",
7650 "gpui_web",
7651 "http_client",
7652 "image",
7653 "inventory",
7654 "itertools 0.14.0",
7655 "log",
7656 "lyon",
7657 "mach2 0.5.0",
7658 "media",
7659 "metal",
7660 "naga 28.0.0",
7661 "num_cpus",
7662 "objc",
7663 "objc2",
7664 "objc2-metal",
7665 "parking",
7666 "parking_lot",
7667 "pathfinder_geometry",
7668 "pin-project",
7669 "pollster 0.4.0",
7670 "postage",
7671 "profiling",
7672 "proptest",
7673 "rand 0.9.2",
7674 "raw-window-handle",
7675 "refineable",
7676 "reqwest_client",
7677 "resvg",
7678 "scheduler",
7679 "schemars",
7680 "seahash",
7681 "serde",
7682 "serde_json",
7683 "slotmap",
7684 "smallvec",
7685 "spin 0.10.0",
7686 "stacksafe",
7687 "strum 0.27.2",
7688 "sum_tree",
7689 "taffy",
7690 "thiserror 2.0.17",
7691 "unicode-segmentation",
7692 "url",
7693 "usvg",
7694 "util_macros",
7695 "uuid",
7696 "waker-fn",
7697 "wasm-bindgen",
7698 "web-time",
7699 "windows 0.61.3",
7700 "zed-font-kit",
7701 "zed-scap",
7702]
7703
7704[[package]]
7705name = "gpui_linux"
7706version = "0.1.0"
7707dependencies = [
7708 "anyhow",
7709 "as-raw-xcb-connection",
7710 "ashpd",
7711 "bitflags 2.10.0",
7712 "bytemuck",
7713 "calloop",
7714 "calloop-wayland-source",
7715 "collections",
7716 "filedescriptor",
7717 "futures 0.3.31",
7718 "gpui",
7719 "gpui_wgpu",
7720 "http_client",
7721 "itertools 0.14.0",
7722 "libc",
7723 "log",
7724 "oo7",
7725 "open",
7726 "parking_lot",
7727 "pathfinder_geometry",
7728 "pollster 0.4.0",
7729 "profiling",
7730 "raw-window-handle",
7731 "smallvec",
7732 "smol",
7733 "strum 0.27.2",
7734 "swash",
7735 "url",
7736 "util",
7737 "uuid",
7738 "wayland-backend",
7739 "wayland-client",
7740 "wayland-cursor",
7741 "wayland-protocols",
7742 "wayland-protocols-plasma",
7743 "wayland-protocols-wlr",
7744 "x11-clipboard",
7745 "x11rb",
7746 "xkbcommon",
7747 "zed-scap",
7748 "zed-xim",
7749]
7750
7751[[package]]
7752name = "gpui_macos"
7753version = "0.1.0"
7754dependencies = [
7755 "anyhow",
7756 "async-task",
7757 "block",
7758 "cbindgen",
7759 "cocoa 0.26.0",
7760 "collections",
7761 "core-foundation 0.10.0",
7762 "core-foundation-sys",
7763 "core-graphics 0.24.0",
7764 "core-text",
7765 "core-video",
7766 "ctor",
7767 "derive_more",
7768 "dispatch2",
7769 "etagere",
7770 "foreign-types 0.5.0",
7771 "futures 0.3.31",
7772 "gpui",
7773 "image",
7774 "itertools 0.14.0",
7775 "libc",
7776 "log",
7777 "mach2 0.5.0",
7778 "media",
7779 "metal",
7780 "objc",
7781 "parking_lot",
7782 "pathfinder_geometry",
7783 "raw-window-handle",
7784 "semver",
7785 "smallvec",
7786 "strum 0.27.2",
7787 "util",
7788 "uuid",
7789 "zed-font-kit",
7790]
7791
7792[[package]]
7793name = "gpui_macros"
7794version = "0.1.0"
7795dependencies = [
7796 "gpui",
7797 "heck 0.5.0",
7798 "proc-macro2",
7799 "quote",
7800 "syn 2.0.117",
7801]
7802
7803[[package]]
7804name = "gpui_platform"
7805version = "0.1.0"
7806dependencies = [
7807 "console_error_panic_hook",
7808 "gpui",
7809 "gpui_linux",
7810 "gpui_macos",
7811 "gpui_web",
7812 "gpui_windows",
7813]
7814
7815[[package]]
7816name = "gpui_tokio"
7817version = "0.1.0"
7818dependencies = [
7819 "anyhow",
7820 "gpui",
7821 "tokio",
7822 "util",
7823]
7824
7825[[package]]
7826name = "gpui_util"
7827version = "0.1.0"
7828dependencies = [
7829 "anyhow",
7830 "log",
7831]
7832
7833[[package]]
7834name = "gpui_web"
7835version = "0.1.0"
7836dependencies = [
7837 "anyhow",
7838 "console_error_panic_hook",
7839 "futures 0.3.31",
7840 "gpui",
7841 "gpui_wgpu",
7842 "http_client",
7843 "js-sys",
7844 "log",
7845 "parking_lot",
7846 "raw-window-handle",
7847 "smallvec",
7848 "uuid",
7849 "wasm-bindgen",
7850 "wasm-bindgen-futures",
7851 "wasm_thread",
7852 "web-sys",
7853 "web-time",
7854]
7855
7856[[package]]
7857name = "gpui_wgpu"
7858version = "0.1.0"
7859dependencies = [
7860 "anyhow",
7861 "bytemuck",
7862 "collections",
7863 "cosmic-text",
7864 "etagere",
7865 "gpui",
7866 "gpui_util",
7867 "itertools 0.14.0",
7868 "js-sys",
7869 "log",
7870 "parking_lot",
7871 "pollster 0.4.0",
7872 "profiling",
7873 "raw-window-handle",
7874 "smallvec",
7875 "swash",
7876 "wasm-bindgen",
7877 "wasm-bindgen-futures",
7878 "web-sys",
7879 "wgpu",
7880 "zed-font-kit",
7881]
7882
7883[[package]]
7884name = "gpui_windows"
7885version = "0.1.0"
7886dependencies = [
7887 "anyhow",
7888 "collections",
7889 "etagere",
7890 "futures 0.3.31",
7891 "gpui",
7892 "image",
7893 "itertools 0.14.0",
7894 "log",
7895 "parking_lot",
7896 "rand 0.9.2",
7897 "raw-window-handle",
7898 "smallvec",
7899 "util",
7900 "uuid",
7901 "windows 0.61.3",
7902 "windows-core 0.61.2",
7903 "windows-numerics 0.2.0",
7904 "windows-registry 0.5.3",
7905 "zed-scap",
7906]
7907
7908[[package]]
7909name = "grid"
7910version = "0.18.0"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7913
7914[[package]]
7915name = "group"
7916version = "0.12.1"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7919dependencies = [
7920 "ff",
7921 "rand_core 0.6.4",
7922 "subtle",
7923]
7924
7925[[package]]
7926name = "h2"
7927version = "0.3.27"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7930dependencies = [
7931 "bytes 1.11.1",
7932 "fnv",
7933 "futures-core",
7934 "futures-sink",
7935 "futures-util",
7936 "http 0.2.12",
7937 "indexmap",
7938 "slab",
7939 "tokio",
7940 "tokio-util",
7941 "tracing",
7942]
7943
7944[[package]]
7945name = "h2"
7946version = "0.4.12"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7949dependencies = [
7950 "atomic-waker",
7951 "bytes 1.11.1",
7952 "fnv",
7953 "futures-core",
7954 "futures-sink",
7955 "http 1.3.1",
7956 "indexmap",
7957 "slab",
7958 "tokio",
7959 "tokio-util",
7960 "tracing",
7961]
7962
7963[[package]]
7964name = "half"
7965version = "2.7.1"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7968dependencies = [
7969 "bytemuck",
7970 "cfg-if",
7971 "crunchy",
7972 "num-traits",
7973 "rand 0.9.2",
7974 "rand_distr",
7975 "zerocopy",
7976]
7977
7978[[package]]
7979name = "handlebars"
7980version = "4.5.0"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7983dependencies = [
7984 "log",
7985 "pest",
7986 "pest_derive",
7987 "rust-embed",
7988 "serde",
7989 "serde_json",
7990 "thiserror 1.0.69",
7991]
7992
7993[[package]]
7994name = "handlebars"
7995version = "5.1.2"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7998dependencies = [
7999 "log",
8000 "pest",
8001 "pest_derive",
8002 "serde",
8003 "serde_json",
8004 "thiserror 1.0.69",
8005]
8006
8007[[package]]
8008name = "harfrust"
8009version = "0.5.0"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8012dependencies = [
8013 "bitflags 2.10.0",
8014 "bytemuck",
8015 "core_maths",
8016 "read-fonts 0.37.0",
8017 "smallvec",
8018]
8019
8020[[package]]
8021name = "hashbrown"
8022version = "0.12.3"
8023source = "registry+https://github.com/rust-lang/crates.io-index"
8024checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8025dependencies = [
8026 "ahash 0.7.8",
8027]
8028
8029[[package]]
8030name = "hashbrown"
8031version = "0.14.5"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8034dependencies = [
8035 "ahash 0.8.12",
8036 "allocator-api2",
8037]
8038
8039[[package]]
8040name = "hashbrown"
8041version = "0.15.5"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8044dependencies = [
8045 "allocator-api2",
8046 "equivalent",
8047 "foldhash 0.1.5",
8048 "serde",
8049]
8050
8051[[package]]
8052name = "hashbrown"
8053version = "0.16.1"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8056dependencies = [
8057 "allocator-api2",
8058 "equivalent",
8059 "foldhash 0.2.0",
8060]
8061
8062[[package]]
8063name = "hashlink"
8064version = "0.8.4"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8067dependencies = [
8068 "hashbrown 0.14.5",
8069]
8070
8071[[package]]
8072name = "hashlink"
8073version = "0.10.0"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8076dependencies = [
8077 "hashbrown 0.15.5",
8078]
8079
8080[[package]]
8081name = "headers"
8082version = "0.3.9"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8085dependencies = [
8086 "base64 0.21.7",
8087 "bytes 1.11.1",
8088 "headers-core",
8089 "http 0.2.12",
8090 "httpdate",
8091 "mime",
8092 "sha1",
8093]
8094
8095[[package]]
8096name = "headers-core"
8097version = "0.2.0"
8098source = "registry+https://github.com/rust-lang/crates.io-index"
8099checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8100dependencies = [
8101 "http 0.2.12",
8102]
8103
8104[[package]]
8105name = "heck"
8106version = "0.3.3"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8109dependencies = [
8110 "unicode-segmentation",
8111]
8112
8113[[package]]
8114name = "heck"
8115version = "0.4.1"
8116source = "registry+https://github.com/rust-lang/crates.io-index"
8117checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8118dependencies = [
8119 "unicode-segmentation",
8120]
8121
8122[[package]]
8123name = "heck"
8124version = "0.5.0"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8127
8128[[package]]
8129name = "heed"
8130version = "0.21.0"
8131source = "registry+https://github.com/rust-lang/crates.io-index"
8132checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8133dependencies = [
8134 "bitflags 2.10.0",
8135 "byteorder",
8136 "heed-traits",
8137 "heed-types",
8138 "libc",
8139 "lmdb-master-sys",
8140 "once_cell",
8141 "page_size",
8142 "serde",
8143 "synchronoise",
8144 "url",
8145]
8146
8147[[package]]
8148name = "heed-traits"
8149version = "0.20.0"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8152
8153[[package]]
8154name = "heed-types"
8155version = "0.21.0"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8158dependencies = [
8159 "bincode",
8160 "byteorder",
8161 "heed-traits",
8162 "serde",
8163 "serde_json",
8164]
8165
8166[[package]]
8167name = "hermit-abi"
8168version = "0.5.2"
8169source = "registry+https://github.com/rust-lang/crates.io-index"
8170checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8171
8172[[package]]
8173name = "hex"
8174version = "0.4.3"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8177
8178[[package]]
8179name = "hexf-parse"
8180version = "0.2.1"
8181source = "registry+https://github.com/rust-lang/crates.io-index"
8182checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8183
8184[[package]]
8185name = "hkdf"
8186version = "0.12.4"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8189dependencies = [
8190 "hmac",
8191]
8192
8193[[package]]
8194name = "hmac"
8195version = "0.12.1"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8198dependencies = [
8199 "digest",
8200]
8201
8202[[package]]
8203name = "home"
8204version = "0.5.11"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8207dependencies = [
8208 "windows-sys 0.59.0",
8209]
8210
8211[[package]]
8212name = "hound"
8213version = "3.5.1"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8216
8217[[package]]
8218name = "html5ever"
8219version = "0.27.0"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8222dependencies = [
8223 "log",
8224 "mac",
8225 "markup5ever 0.12.1",
8226 "proc-macro2",
8227 "quote",
8228 "syn 2.0.117",
8229]
8230
8231[[package]]
8232name = "html5ever"
8233version = "0.35.0"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8236dependencies = [
8237 "log",
8238 "markup5ever 0.35.0",
8239 "match_token",
8240]
8241
8242[[package]]
8243name = "html_to_markdown"
8244version = "0.1.0"
8245dependencies = [
8246 "anyhow",
8247 "html5ever 0.27.0",
8248 "indoc",
8249 "markup5ever_rcdom",
8250 "pretty_assertions",
8251 "regex",
8252]
8253
8254[[package]]
8255name = "http"
8256version = "0.2.12"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8259dependencies = [
8260 "bytes 1.11.1",
8261 "fnv",
8262 "itoa",
8263]
8264
8265[[package]]
8266name = "http"
8267version = "1.3.1"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8270dependencies = [
8271 "bytes 1.11.1",
8272 "fnv",
8273 "itoa",
8274]
8275
8276[[package]]
8277name = "http-body"
8278version = "0.4.6"
8279source = "registry+https://github.com/rust-lang/crates.io-index"
8280checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8281dependencies = [
8282 "bytes 1.11.1",
8283 "http 0.2.12",
8284 "pin-project-lite",
8285]
8286
8287[[package]]
8288name = "http-body"
8289version = "1.0.1"
8290source = "registry+https://github.com/rust-lang/crates.io-index"
8291checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8292dependencies = [
8293 "bytes 1.11.1",
8294 "http 1.3.1",
8295]
8296
8297[[package]]
8298name = "http-body-util"
8299version = "0.1.3"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8302dependencies = [
8303 "bytes 1.11.1",
8304 "futures-core",
8305 "http 1.3.1",
8306 "http-body 1.0.1",
8307 "pin-project-lite",
8308]
8309
8310[[package]]
8311name = "http-range-header"
8312version = "0.3.1"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8315
8316[[package]]
8317name = "http_client"
8318version = "0.1.0"
8319dependencies = [
8320 "anyhow",
8321 "async-compression",
8322 "async-fs",
8323 "async-tar",
8324 "bytes 1.11.1",
8325 "derive_more",
8326 "futures 0.3.31",
8327 "http 1.3.1",
8328 "http-body 1.0.1",
8329 "log",
8330 "parking_lot",
8331 "serde",
8332 "serde_json",
8333 "serde_urlencoded",
8334 "sha2",
8335 "tempfile",
8336 "url",
8337 "util",
8338]
8339
8340[[package]]
8341name = "http_client_tls"
8342version = "0.1.0"
8343dependencies = [
8344 "rustls 0.23.33",
8345 "rustls-platform-verifier",
8346]
8347
8348[[package]]
8349name = "httparse"
8350version = "1.10.1"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8353
8354[[package]]
8355name = "httpdate"
8356version = "1.0.3"
8357source = "registry+https://github.com/rust-lang/crates.io-index"
8358checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8359
8360[[package]]
8361name = "human_bytes"
8362version = "0.4.3"
8363source = "registry+https://github.com/rust-lang/crates.io-index"
8364checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8365
8366[[package]]
8367name = "humantime"
8368version = "2.3.0"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8371
8372[[package]]
8373name = "hyper"
8374version = "0.14.32"
8375source = "registry+https://github.com/rust-lang/crates.io-index"
8376checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8377dependencies = [
8378 "bytes 1.11.1",
8379 "futures-channel",
8380 "futures-core",
8381 "futures-util",
8382 "h2 0.3.27",
8383 "http 0.2.12",
8384 "http-body 0.4.6",
8385 "httparse",
8386 "httpdate",
8387 "itoa",
8388 "pin-project-lite",
8389 "socket2 0.5.10",
8390 "tokio",
8391 "tower-service",
8392 "tracing",
8393 "want",
8394]
8395
8396[[package]]
8397name = "hyper"
8398version = "1.7.0"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8401dependencies = [
8402 "atomic-waker",
8403 "bytes 1.11.1",
8404 "futures-channel",
8405 "futures-core",
8406 "h2 0.4.12",
8407 "http 1.3.1",
8408 "http-body 1.0.1",
8409 "httparse",
8410 "itoa",
8411 "pin-project-lite",
8412 "pin-utils",
8413 "smallvec",
8414 "tokio",
8415 "want",
8416]
8417
8418[[package]]
8419name = "hyper-rustls"
8420version = "0.24.2"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8423dependencies = [
8424 "futures-util",
8425 "http 0.2.12",
8426 "hyper 0.14.32",
8427 "log",
8428 "rustls 0.21.12",
8429 "rustls-native-certs 0.6.3",
8430 "tokio",
8431 "tokio-rustls 0.24.1",
8432]
8433
8434[[package]]
8435name = "hyper-rustls"
8436version = "0.27.7"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8439dependencies = [
8440 "http 1.3.1",
8441 "hyper 1.7.0",
8442 "hyper-util",
8443 "rustls 0.23.33",
8444 "rustls-native-certs 0.8.2",
8445 "rustls-pki-types",
8446 "tokio",
8447 "tokio-rustls 0.26.2",
8448 "tower-service",
8449]
8450
8451[[package]]
8452name = "hyper-tls"
8453version = "0.5.0"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8456dependencies = [
8457 "bytes 1.11.1",
8458 "hyper 0.14.32",
8459 "native-tls",
8460 "tokio",
8461 "tokio-native-tls",
8462]
8463
8464[[package]]
8465name = "hyper-util"
8466version = "0.1.17"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8469dependencies = [
8470 "base64 0.22.1",
8471 "bytes 1.11.1",
8472 "futures-channel",
8473 "futures-core",
8474 "futures-util",
8475 "http 1.3.1",
8476 "http-body 1.0.1",
8477 "hyper 1.7.0",
8478 "ipnet",
8479 "libc",
8480 "percent-encoding",
8481 "pin-project-lite",
8482 "socket2 0.6.1",
8483 "tokio",
8484 "tower-service",
8485 "tracing",
8486]
8487
8488[[package]]
8489name = "iana-time-zone"
8490version = "0.1.64"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8493dependencies = [
8494 "android_system_properties",
8495 "core-foundation-sys",
8496 "iana-time-zone-haiku",
8497 "js-sys",
8498 "log",
8499 "wasm-bindgen",
8500 "windows-core 0.62.2",
8501]
8502
8503[[package]]
8504name = "iana-time-zone-haiku"
8505version = "0.1.2"
8506source = "registry+https://github.com/rust-lang/crates.io-index"
8507checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8508dependencies = [
8509 "cc",
8510]
8511
8512[[package]]
8513name = "icons"
8514version = "0.1.0"
8515dependencies = [
8516 "serde",
8517 "strum 0.27.2",
8518]
8519
8520[[package]]
8521name = "icu_collections"
8522version = "2.0.0"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8525dependencies = [
8526 "displaydoc",
8527 "potential_utf",
8528 "yoke 0.8.0",
8529 "zerofrom",
8530 "zerovec",
8531]
8532
8533[[package]]
8534name = "icu_locale_core"
8535version = "2.0.0"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8538dependencies = [
8539 "displaydoc",
8540 "litemap",
8541 "tinystr",
8542 "writeable",
8543 "zerovec",
8544]
8545
8546[[package]]
8547name = "icu_normalizer"
8548version = "2.0.0"
8549source = "registry+https://github.com/rust-lang/crates.io-index"
8550checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8551dependencies = [
8552 "displaydoc",
8553 "icu_collections",
8554 "icu_normalizer_data",
8555 "icu_properties",
8556 "icu_provider",
8557 "smallvec",
8558 "zerovec",
8559]
8560
8561[[package]]
8562name = "icu_normalizer_data"
8563version = "2.0.0"
8564source = "registry+https://github.com/rust-lang/crates.io-index"
8565checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8566
8567[[package]]
8568name = "icu_properties"
8569version = "2.0.1"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8572dependencies = [
8573 "displaydoc",
8574 "icu_collections",
8575 "icu_locale_core",
8576 "icu_properties_data",
8577 "icu_provider",
8578 "potential_utf",
8579 "zerotrie",
8580 "zerovec",
8581]
8582
8583[[package]]
8584name = "icu_properties_data"
8585version = "2.0.1"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8588
8589[[package]]
8590name = "icu_provider"
8591version = "2.0.0"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8594dependencies = [
8595 "displaydoc",
8596 "icu_locale_core",
8597 "stable_deref_trait",
8598 "tinystr",
8599 "writeable",
8600 "yoke 0.8.0",
8601 "zerofrom",
8602 "zerotrie",
8603 "zerovec",
8604]
8605
8606[[package]]
8607name = "id-arena"
8608version = "2.2.1"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8611
8612[[package]]
8613name = "ident_case"
8614version = "1.0.1"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8617
8618[[package]]
8619name = "idna"
8620version = "1.1.0"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8623dependencies = [
8624 "idna_adapter",
8625 "smallvec",
8626 "utf8_iter",
8627]
8628
8629[[package]]
8630name = "idna_adapter"
8631version = "1.2.1"
8632source = "registry+https://github.com/rust-lang/crates.io-index"
8633checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8634dependencies = [
8635 "icu_normalizer",
8636 "icu_properties",
8637]
8638
8639[[package]]
8640name = "ignore"
8641version = "0.4.24"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8644dependencies = [
8645 "crossbeam-deque",
8646 "globset",
8647 "log",
8648 "memchr",
8649 "regex-automata",
8650 "same-file",
8651 "walkdir",
8652 "winapi-util",
8653]
8654
8655[[package]]
8656name = "image"
8657version = "0.25.8"
8658source = "registry+https://github.com/rust-lang/crates.io-index"
8659checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8660dependencies = [
8661 "bytemuck",
8662 "byteorder-lite",
8663 "color_quant",
8664 "exr",
8665 "gif",
8666 "image-webp",
8667 "moxcms",
8668 "num-traits",
8669 "png 0.18.0",
8670 "qoi",
8671 "ravif",
8672 "rayon",
8673 "rgb",
8674 "tiff",
8675 "zune-core",
8676 "zune-jpeg",
8677]
8678
8679[[package]]
8680name = "image-webp"
8681version = "0.2.4"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8684dependencies = [
8685 "byteorder-lite",
8686 "quick-error 2.0.1",
8687]
8688
8689[[package]]
8690name = "image_viewer"
8691version = "0.1.0"
8692dependencies = [
8693 "anyhow",
8694 "db",
8695 "editor",
8696 "file_icons",
8697 "gpui",
8698 "language",
8699 "log",
8700 "project",
8701 "serde",
8702 "settings",
8703 "theme",
8704 "ui",
8705 "util",
8706 "workspace",
8707]
8708
8709[[package]]
8710name = "imagesize"
8711version = "0.13.0"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8714
8715[[package]]
8716name = "imara-diff"
8717version = "0.1.8"
8718source = "registry+https://github.com/rust-lang/crates.io-index"
8719checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8720dependencies = [
8721 "hashbrown 0.15.5",
8722]
8723
8724[[package]]
8725name = "imgref"
8726version = "1.12.0"
8727source = "registry+https://github.com/rust-lang/crates.io-index"
8728checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8729
8730[[package]]
8731name = "indenter"
8732version = "0.3.4"
8733source = "registry+https://github.com/rust-lang/crates.io-index"
8734checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8735
8736[[package]]
8737name = "indexmap"
8738version = "2.11.4"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8741dependencies = [
8742 "equivalent",
8743 "hashbrown 0.16.1",
8744 "serde",
8745 "serde_core",
8746]
8747
8748[[package]]
8749name = "indoc"
8750version = "2.0.6"
8751source = "registry+https://github.com/rust-lang/crates.io-index"
8752checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8753
8754[[package]]
8755name = "inherent"
8756version = "1.0.13"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8759dependencies = [
8760 "proc-macro2",
8761 "quote",
8762 "syn 2.0.117",
8763]
8764
8765[[package]]
8766name = "inotify"
8767version = "0.9.6"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8770dependencies = [
8771 "bitflags 1.3.2",
8772 "inotify-sys",
8773 "libc",
8774]
8775
8776[[package]]
8777name = "inotify"
8778version = "0.11.0"
8779source = "registry+https://github.com/rust-lang/crates.io-index"
8780checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8781dependencies = [
8782 "bitflags 2.10.0",
8783 "inotify-sys",
8784 "libc",
8785]
8786
8787[[package]]
8788name = "inotify-sys"
8789version = "0.1.5"
8790source = "registry+https://github.com/rust-lang/crates.io-index"
8791checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8792dependencies = [
8793 "libc",
8794]
8795
8796[[package]]
8797name = "inout"
8798version = "0.1.4"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8801dependencies = [
8802 "block-padding",
8803 "generic-array",
8804]
8805
8806[[package]]
8807name = "inspector_ui"
8808version = "0.1.0"
8809dependencies = [
8810 "anyhow",
8811 "command_palette_hooks",
8812 "editor",
8813 "fuzzy",
8814 "gpui",
8815 "language",
8816 "project",
8817 "serde_json",
8818 "serde_json_lenient",
8819 "theme",
8820 "ui",
8821 "util",
8822 "util_macros",
8823 "workspace",
8824 "zed_actions",
8825]
8826
8827[[package]]
8828name = "install_cli"
8829version = "0.1.0"
8830dependencies = [
8831 "anyhow",
8832 "client",
8833 "gpui",
8834 "release_channel",
8835 "smol",
8836 "util",
8837 "workspace",
8838]
8839
8840[[package]]
8841name = "instant"
8842version = "0.1.13"
8843source = "registry+https://github.com/rust-lang/crates.io-index"
8844checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8845dependencies = [
8846 "cfg-if",
8847]
8848
8849[[package]]
8850name = "interpolate_name"
8851version = "0.2.4"
8852source = "registry+https://github.com/rust-lang/crates.io-index"
8853checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8854dependencies = [
8855 "proc-macro2",
8856 "quote",
8857 "syn 2.0.117",
8858]
8859
8860[[package]]
8861name = "inventory"
8862version = "0.3.21"
8863source = "registry+https://github.com/rust-lang/crates.io-index"
8864checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8865dependencies = [
8866 "rustversion",
8867]
8868
8869[[package]]
8870name = "io-extras"
8871version = "0.18.4"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8874dependencies = [
8875 "io-lifetimes",
8876 "windows-sys 0.59.0",
8877]
8878
8879[[package]]
8880name = "io-lifetimes"
8881version = "2.0.4"
8882source = "registry+https://github.com/rust-lang/crates.io-index"
8883checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8884
8885[[package]]
8886name = "io-surface"
8887version = "0.16.1"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8890dependencies = [
8891 "cgl",
8892 "core-foundation 0.10.0",
8893 "core-foundation-sys",
8894 "leaky-cow",
8895]
8896
8897[[package]]
8898name = "iovec"
8899version = "0.1.4"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8902dependencies = [
8903 "libc",
8904]
8905
8906[[package]]
8907name = "ipc-channel"
8908version = "0.19.0"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8911dependencies = [
8912 "bincode",
8913 "crossbeam-channel",
8914 "fnv",
8915 "lazy_static",
8916 "libc",
8917 "mio 1.1.0",
8918 "rand 0.8.5",
8919 "serde",
8920 "tempfile",
8921 "uuid",
8922 "windows 0.58.0",
8923]
8924
8925[[package]]
8926name = "ipnet"
8927version = "2.11.0"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8930
8931[[package]]
8932name = "iri-string"
8933version = "0.7.8"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8936dependencies = [
8937 "memchr",
8938 "serde",
8939]
8940
8941[[package]]
8942name = "is-docker"
8943version = "0.2.0"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8946dependencies = [
8947 "once_cell",
8948]
8949
8950[[package]]
8951name = "is-terminal"
8952version = "0.4.16"
8953source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8955dependencies = [
8956 "hermit-abi",
8957 "libc",
8958 "windows-sys 0.59.0",
8959]
8960
8961[[package]]
8962name = "is-wsl"
8963version = "0.4.0"
8964source = "registry+https://github.com/rust-lang/crates.io-index"
8965checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8966dependencies = [
8967 "is-docker",
8968 "once_cell",
8969]
8970
8971[[package]]
8972name = "is_executable"
8973version = "1.0.5"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
8976dependencies = [
8977 "windows-sys 0.60.2",
8978]
8979
8980[[package]]
8981name = "is_terminal_polyfill"
8982version = "1.70.1"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8985
8986[[package]]
8987name = "itertools"
8988version = "0.10.5"
8989source = "registry+https://github.com/rust-lang/crates.io-index"
8990checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8991dependencies = [
8992 "either",
8993]
8994
8995[[package]]
8996name = "itertools"
8997version = "0.11.0"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9000dependencies = [
9001 "either",
9002]
9003
9004[[package]]
9005name = "itertools"
9006version = "0.12.1"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9009dependencies = [
9010 "either",
9011]
9012
9013[[package]]
9014name = "itertools"
9015version = "0.14.0"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9018dependencies = [
9019 "either",
9020]
9021
9022[[package]]
9023name = "itoa"
9024version = "1.0.15"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9027
9028[[package]]
9029name = "jiff"
9030version = "0.2.15"
9031source = "registry+https://github.com/rust-lang/crates.io-index"
9032checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9033dependencies = [
9034 "jiff-static",
9035 "log",
9036 "portable-atomic",
9037 "portable-atomic-util",
9038 "serde",
9039]
9040
9041[[package]]
9042name = "jiff-static"
9043version = "0.2.15"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9046dependencies = [
9047 "proc-macro2",
9048 "quote",
9049 "syn 2.0.117",
9050]
9051
9052[[package]]
9053name = "jni"
9054version = "0.21.1"
9055source = "registry+https://github.com/rust-lang/crates.io-index"
9056checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9057dependencies = [
9058 "cesu8",
9059 "cfg-if",
9060 "combine",
9061 "jni-sys",
9062 "log",
9063 "thiserror 1.0.69",
9064 "walkdir",
9065 "windows-sys 0.45.0",
9066]
9067
9068[[package]]
9069name = "jni-sys"
9070version = "0.3.0"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9073
9074[[package]]
9075name = "jobserver"
9076version = "0.1.34"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9079dependencies = [
9080 "getrandom 0.3.4",
9081 "libc",
9082]
9083
9084[[package]]
9085name = "journal"
9086version = "0.1.0"
9087dependencies = [
9088 "anyhow",
9089 "chrono",
9090 "editor",
9091 "gpui",
9092 "log",
9093 "serde",
9094 "settings",
9095 "shellexpand 2.1.2",
9096 "workspace",
9097]
9098
9099[[package]]
9100name = "js-sys"
9101version = "0.3.90"
9102source = "registry+https://github.com/rust-lang/crates.io-index"
9103checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9104dependencies = [
9105 "once_cell",
9106 "wasm-bindgen",
9107]
9108
9109[[package]]
9110name = "json5"
9111version = "0.4.1"
9112source = "registry+https://github.com/rust-lang/crates.io-index"
9113checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9114dependencies = [
9115 "pest",
9116 "pest_derive",
9117 "serde",
9118]
9119
9120[[package]]
9121name = "json_dotpath"
9122version = "1.1.0"
9123source = "registry+https://github.com/rust-lang/crates.io-index"
9124checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9125dependencies = [
9126 "serde",
9127 "serde_derive",
9128 "serde_json",
9129 "thiserror 1.0.69",
9130]
9131
9132[[package]]
9133name = "json_schema_store"
9134version = "0.1.0"
9135dependencies = [
9136 "anyhow",
9137 "collections",
9138 "dap",
9139 "extension",
9140 "gpui",
9141 "language",
9142 "parking_lot",
9143 "paths",
9144 "project",
9145 "schemars",
9146 "serde",
9147 "serde_json",
9148 "settings",
9149 "snippet_provider",
9150 "task",
9151 "theme",
9152 "util",
9153]
9154
9155[[package]]
9156name = "jsonschema"
9157version = "0.37.4"
9158source = "registry+https://github.com/rust-lang/crates.io-index"
9159checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9160dependencies = [
9161 "ahash 0.8.12",
9162 "bytecount",
9163 "data-encoding",
9164 "email_address",
9165 "fancy-regex",
9166 "fraction",
9167 "getrandom 0.3.4",
9168 "idna",
9169 "itoa",
9170 "num-cmp",
9171 "num-traits",
9172 "percent-encoding",
9173 "referencing",
9174 "regex",
9175 "regex-syntax",
9176 "reqwest 0.12.24",
9177 "serde",
9178 "serde_json",
9179 "unicode-general-category",
9180 "uuid-simd",
9181]
9182
9183[[package]]
9184name = "jsonwebtoken"
9185version = "10.3.0"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9188dependencies = [
9189 "aws-lc-rs",
9190 "base64 0.22.1",
9191 "getrandom 0.2.16",
9192 "js-sys",
9193 "pem",
9194 "serde",
9195 "serde_json",
9196 "signature 2.2.0",
9197 "simple_asn1",
9198]
9199
9200[[package]]
9201name = "jupyter-protocol"
9202version = "1.4.0"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9205dependencies = [
9206 "async-trait",
9207 "bytes 1.11.1",
9208 "chrono",
9209 "futures 0.3.31",
9210 "serde",
9211 "serde_json",
9212 "thiserror 2.0.17",
9213 "uuid",
9214]
9215
9216[[package]]
9217name = "jupyter-websocket-client"
9218version = "1.0.0"
9219source = "registry+https://github.com/rust-lang/crates.io-index"
9220checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9221dependencies = [
9222 "anyhow",
9223 "async-trait",
9224 "async-tungstenite",
9225 "futures 0.3.31",
9226 "jupyter-protocol",
9227 "serde",
9228 "serde_json",
9229 "tokio",
9230 "url",
9231 "uuid",
9232]
9233
9234[[package]]
9235name = "keymap_editor"
9236version = "0.1.0"
9237dependencies = [
9238 "anyhow",
9239 "collections",
9240 "command_palette",
9241 "component",
9242 "db",
9243 "editor",
9244 "fs",
9245 "fuzzy",
9246 "gpui",
9247 "itertools 0.14.0",
9248 "json_schema_store",
9249 "language",
9250 "log",
9251 "menu",
9252 "notifications",
9253 "paths",
9254 "project",
9255 "search",
9256 "serde",
9257 "serde_json",
9258 "settings",
9259 "telemetry",
9260 "tempfile",
9261 "theme",
9262 "tree-sitter-json",
9263 "tree-sitter-rust",
9264 "ui",
9265 "ui_input",
9266 "util",
9267 "workspace",
9268 "zed_actions",
9269]
9270
9271[[package]]
9272name = "khronos-egl"
9273version = "6.0.0"
9274source = "registry+https://github.com/rust-lang/crates.io-index"
9275checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9276dependencies = [
9277 "libc",
9278 "libloading",
9279 "pkg-config",
9280]
9281
9282[[package]]
9283name = "khronos_api"
9284version = "3.1.0"
9285source = "registry+https://github.com/rust-lang/crates.io-index"
9286checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9287
9288[[package]]
9289name = "kqueue"
9290version = "1.1.1"
9291source = "registry+https://github.com/rust-lang/crates.io-index"
9292checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9293dependencies = [
9294 "kqueue-sys",
9295 "libc",
9296]
9297
9298[[package]]
9299name = "kqueue-sys"
9300version = "1.0.4"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9303dependencies = [
9304 "bitflags 1.3.2",
9305 "libc",
9306]
9307
9308[[package]]
9309name = "kurbo"
9310version = "0.11.3"
9311source = "registry+https://github.com/rust-lang/crates.io-index"
9312checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9313dependencies = [
9314 "arrayvec",
9315 "euclid",
9316 "smallvec",
9317]
9318
9319[[package]]
9320name = "kv-log-macro"
9321version = "1.0.7"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9324dependencies = [
9325 "log",
9326]
9327
9328[[package]]
9329name = "language"
9330version = "0.1.0"
9331dependencies = [
9332 "anyhow",
9333 "async-trait",
9334 "clock",
9335 "collections",
9336 "ctor",
9337 "diffy",
9338 "ec4rs",
9339 "encoding_rs",
9340 "fs",
9341 "futures 0.3.31",
9342 "fuzzy",
9343 "globset",
9344 "gpui",
9345 "http_client",
9346 "imara-diff",
9347 "indoc",
9348 "itertools 0.14.0",
9349 "log",
9350 "lsp",
9351 "parking_lot",
9352 "postage",
9353 "pretty_assertions",
9354 "rand 0.9.2",
9355 "regex",
9356 "rpc",
9357 "schemars",
9358 "semver",
9359 "serde",
9360 "serde_json",
9361 "settings",
9362 "shellexpand 2.1.2",
9363 "smallvec",
9364 "smol",
9365 "streaming-iterator",
9366 "strsim",
9367 "sum_tree",
9368 "task",
9369 "text",
9370 "theme",
9371 "toml 0.8.23",
9372 "tracing",
9373 "tree-sitter",
9374 "tree-sitter-elixir",
9375 "tree-sitter-embedded-template",
9376 "tree-sitter-heex",
9377 "tree-sitter-html",
9378 "tree-sitter-json",
9379 "tree-sitter-md",
9380 "tree-sitter-python",
9381 "tree-sitter-ruby",
9382 "tree-sitter-rust",
9383 "tree-sitter-typescript",
9384 "unicase",
9385 "unindent",
9386 "util",
9387 "watch",
9388 "zlog",
9389 "ztracing",
9390]
9391
9392[[package]]
9393name = "language_extension"
9394version = "0.1.0"
9395dependencies = [
9396 "anyhow",
9397 "async-trait",
9398 "collections",
9399 "extension",
9400 "fs",
9401 "futures 0.3.31",
9402 "gpui",
9403 "language",
9404 "log",
9405 "lsp",
9406 "project",
9407 "serde",
9408 "serde_json",
9409 "tracing",
9410 "util",
9411 "ztracing",
9412]
9413
9414[[package]]
9415name = "language_model"
9416version = "0.1.0"
9417dependencies = [
9418 "anthropic",
9419 "anyhow",
9420 "base64 0.22.1",
9421 "client",
9422 "cloud_api_client",
9423 "cloud_api_types",
9424 "cloud_llm_client",
9425 "collections",
9426 "credentials_provider",
9427 "futures 0.3.31",
9428 "gpui",
9429 "http_client",
9430 "icons",
9431 "image",
9432 "log",
9433 "open_ai",
9434 "open_router",
9435 "parking_lot",
9436 "proto",
9437 "schemars",
9438 "serde",
9439 "serde_json",
9440 "settings",
9441 "smol",
9442 "thiserror 2.0.17",
9443 "util",
9444 "zed_env_vars",
9445]
9446
9447[[package]]
9448name = "language_models"
9449version = "0.1.0"
9450dependencies = [
9451 "ai_onboarding",
9452 "anthropic",
9453 "anyhow",
9454 "aws-config",
9455 "aws-credential-types",
9456 "aws_http_client",
9457 "base64 0.22.1",
9458 "bedrock",
9459 "client",
9460 "cloud_api_types",
9461 "cloud_llm_client",
9462 "collections",
9463 "component",
9464 "convert_case 0.8.0",
9465 "copilot",
9466 "copilot_chat",
9467 "copilot_ui",
9468 "credentials_provider",
9469 "deepseek",
9470 "extension",
9471 "extension_host",
9472 "fs",
9473 "futures 0.3.31",
9474 "google_ai",
9475 "gpui",
9476 "gpui_tokio",
9477 "http_client",
9478 "language",
9479 "language_model",
9480 "lmstudio",
9481 "log",
9482 "menu",
9483 "mistral",
9484 "ollama",
9485 "open_ai",
9486 "open_router",
9487 "partial-json-fixer",
9488 "pretty_assertions",
9489 "release_channel",
9490 "schemars",
9491 "semver",
9492 "serde",
9493 "serde_json",
9494 "settings",
9495 "smol",
9496 "strum 0.27.2",
9497 "thiserror 2.0.17",
9498 "tiktoken-rs",
9499 "tokio",
9500 "ui",
9501 "ui_input",
9502 "util",
9503 "vercel",
9504 "x_ai",
9505]
9506
9507[[package]]
9508name = "language_onboarding"
9509version = "0.1.0"
9510dependencies = [
9511 "db",
9512 "editor",
9513 "gpui",
9514 "project",
9515 "ui",
9516 "workspace",
9517]
9518
9519[[package]]
9520name = "language_selector"
9521version = "0.1.0"
9522dependencies = [
9523 "anyhow",
9524 "editor",
9525 "file_icons",
9526 "fuzzy",
9527 "gpui",
9528 "language",
9529 "open_path_prompt",
9530 "picker",
9531 "project",
9532 "serde_json",
9533 "settings",
9534 "ui",
9535 "util",
9536 "workspace",
9537]
9538
9539[[package]]
9540name = "language_tools"
9541version = "0.1.0"
9542dependencies = [
9543 "anyhow",
9544 "client",
9545 "collections",
9546 "command_palette_hooks",
9547 "edit_prediction",
9548 "editor",
9549 "futures 0.3.31",
9550 "gpui",
9551 "itertools 0.14.0",
9552 "language",
9553 "lsp",
9554 "menu",
9555 "project",
9556 "proto",
9557 "release_channel",
9558 "semver",
9559 "serde_json",
9560 "settings",
9561 "sysinfo 0.37.2",
9562 "telemetry",
9563 "theme",
9564 "tree-sitter",
9565 "ui",
9566 "util",
9567 "workspace",
9568 "zed_actions",
9569 "zlog",
9570]
9571
9572[[package]]
9573name = "languages"
9574version = "0.1.0"
9575dependencies = [
9576 "anyhow",
9577 "async-compression",
9578 "async-fs",
9579 "async-tar",
9580 "async-trait",
9581 "chrono",
9582 "collections",
9583 "futures 0.3.31",
9584 "globset",
9585 "gpui",
9586 "http_client",
9587 "itertools 0.14.0",
9588 "json_schema_store",
9589 "language",
9590 "log",
9591 "lsp",
9592 "node_runtime",
9593 "parking_lot",
9594 "pet",
9595 "pet-conda",
9596 "pet-core",
9597 "pet-fs",
9598 "pet-poetry",
9599 "pet-reporter",
9600 "pet-virtualenv",
9601 "pretty_assertions",
9602 "project",
9603 "regex",
9604 "rope",
9605 "rust-embed",
9606 "semver",
9607 "serde",
9608 "serde_json",
9609 "serde_json_lenient",
9610 "settings",
9611 "smallvec",
9612 "smol",
9613 "snippet",
9614 "task",
9615 "terminal",
9616 "theme",
9617 "toml 0.8.23",
9618 "tree-sitter",
9619 "tree-sitter-bash",
9620 "tree-sitter-c",
9621 "tree-sitter-cpp",
9622 "tree-sitter-css",
9623 "tree-sitter-diff",
9624 "tree-sitter-gitcommit",
9625 "tree-sitter-go",
9626 "tree-sitter-gomod",
9627 "tree-sitter-gowork",
9628 "tree-sitter-jsdoc",
9629 "tree-sitter-json",
9630 "tree-sitter-md",
9631 "tree-sitter-python",
9632 "tree-sitter-regex",
9633 "tree-sitter-rust",
9634 "tree-sitter-typescript",
9635 "tree-sitter-yaml",
9636 "unindent",
9637 "url",
9638 "util",
9639]
9640
9641[[package]]
9642name = "lazy_static"
9643version = "1.5.0"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9646dependencies = [
9647 "spin 0.9.8",
9648]
9649
9650[[package]]
9651name = "leak"
9652version = "0.1.2"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9655
9656[[package]]
9657name = "leaky-cow"
9658version = "0.1.1"
9659source = "registry+https://github.com/rust-lang/crates.io-index"
9660checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9661dependencies = [
9662 "leak",
9663]
9664
9665[[package]]
9666name = "leb128"
9667version = "0.2.5"
9668source = "registry+https://github.com/rust-lang/crates.io-index"
9669checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9670
9671[[package]]
9672name = "leb128fmt"
9673version = "0.1.0"
9674source = "registry+https://github.com/rust-lang/crates.io-index"
9675checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9676
9677[[package]]
9678name = "lebe"
9679version = "0.5.3"
9680source = "registry+https://github.com/rust-lang/crates.io-index"
9681checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9682
9683[[package]]
9684name = "libbz2-rs-sys"
9685version = "0.2.2"
9686source = "registry+https://github.com/rust-lang/crates.io-index"
9687checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9688
9689[[package]]
9690name = "libc"
9691version = "0.2.182"
9692source = "registry+https://github.com/rust-lang/crates.io-index"
9693checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9694
9695[[package]]
9696name = "libdbus-sys"
9697version = "0.2.6"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9700dependencies = [
9701 "cc",
9702 "pkg-config",
9703]
9704
9705[[package]]
9706name = "libfuzzer-sys"
9707version = "0.4.10"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9710dependencies = [
9711 "arbitrary",
9712 "cc",
9713]
9714
9715[[package]]
9716name = "libgit2-sys"
9717version = "0.18.3+1.9.2"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9720dependencies = [
9721 "cc",
9722 "libc",
9723 "libz-sys",
9724 "pkg-config",
9725]
9726
9727[[package]]
9728name = "libloading"
9729version = "0.8.9"
9730source = "registry+https://github.com/rust-lang/crates.io-index"
9731checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9732dependencies = [
9733 "cfg-if",
9734 "windows-link 0.2.1",
9735]
9736
9737[[package]]
9738name = "libm"
9739version = "0.2.15"
9740source = "registry+https://github.com/rust-lang/crates.io-index"
9741checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9742
9743[[package]]
9744name = "libmimalloc-sys"
9745version = "0.1.44"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9748dependencies = [
9749 "cc",
9750 "libc",
9751]
9752
9753[[package]]
9754name = "libredox"
9755version = "0.1.10"
9756source = "registry+https://github.com/rust-lang/crates.io-index"
9757checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9758dependencies = [
9759 "bitflags 2.10.0",
9760 "libc",
9761 "redox_syscall 0.5.18",
9762]
9763
9764[[package]]
9765name = "libsqlite3-sys"
9766version = "0.30.1"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9769dependencies = [
9770 "cc",
9771 "pkg-config",
9772 "vcpkg",
9773]
9774
9775[[package]]
9776name = "libwebrtc"
9777version = "0.3.26"
9778source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9779dependencies = [
9780 "cxx",
9781 "glib",
9782 "jni",
9783 "js-sys",
9784 "lazy_static",
9785 "livekit-protocol",
9786 "livekit-runtime",
9787 "log",
9788 "parking_lot",
9789 "serde",
9790 "serde_json",
9791 "thiserror 1.0.69",
9792 "tokio",
9793 "wasm-bindgen",
9794 "wasm-bindgen-futures",
9795 "web-sys",
9796 "webrtc-sys",
9797]
9798
9799[[package]]
9800name = "libz-sys"
9801version = "1.1.22"
9802source = "registry+https://github.com/rust-lang/crates.io-index"
9803checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9804dependencies = [
9805 "cc",
9806 "libc",
9807 "pkg-config",
9808 "vcpkg",
9809]
9810
9811[[package]]
9812name = "line_ending_selector"
9813version = "0.1.0"
9814dependencies = [
9815 "editor",
9816 "gpui",
9817 "language",
9818 "picker",
9819 "project",
9820 "ui",
9821 "util",
9822 "workspace",
9823]
9824
9825[[package]]
9826name = "linebender_resource_handle"
9827version = "0.1.1"
9828source = "registry+https://github.com/rust-lang/crates.io-index"
9829checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9830
9831[[package]]
9832name = "link-cplusplus"
9833version = "1.0.12"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9836dependencies = [
9837 "cc",
9838]
9839
9840[[package]]
9841name = "linkify"
9842version = "0.10.0"
9843source = "registry+https://github.com/rust-lang/crates.io-index"
9844checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9845dependencies = [
9846 "memchr",
9847]
9848
9849[[package]]
9850name = "linux-raw-sys"
9851version = "0.4.15"
9852source = "registry+https://github.com/rust-lang/crates.io-index"
9853checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9854
9855[[package]]
9856name = "linux-raw-sys"
9857version = "0.11.0"
9858source = "registry+https://github.com/rust-lang/crates.io-index"
9859checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9860
9861[[package]]
9862name = "litemap"
9863version = "0.8.0"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9866
9867[[package]]
9868name = "litrs"
9869version = "1.0.0"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9872
9873[[package]]
9874name = "livekit"
9875version = "0.7.32"
9876source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9877dependencies = [
9878 "base64 0.22.1",
9879 "bmrng",
9880 "bytes 1.11.1",
9881 "chrono",
9882 "futures-util",
9883 "lazy_static",
9884 "libloading",
9885 "libwebrtc",
9886 "livekit-api",
9887 "livekit-protocol",
9888 "livekit-runtime",
9889 "log",
9890 "parking_lot",
9891 "prost 0.12.6",
9892 "semver",
9893 "serde",
9894 "serde_json",
9895 "thiserror 1.0.69",
9896 "tokio",
9897]
9898
9899[[package]]
9900name = "livekit-api"
9901version = "0.4.14"
9902source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9903dependencies = [
9904 "base64 0.21.7",
9905 "futures-util",
9906 "http 1.3.1",
9907 "livekit-protocol",
9908 "livekit-runtime",
9909 "log",
9910 "parking_lot",
9911 "pbjson-types",
9912 "prost 0.12.6",
9913 "rand 0.9.2",
9914 "reqwest 0.12.24",
9915 "rustls-native-certs 0.6.3",
9916 "scopeguard",
9917 "serde",
9918 "sha2",
9919 "thiserror 1.0.69",
9920 "tokio",
9921 "tokio-rustls 0.26.2",
9922 "tokio-tungstenite 0.28.0",
9923 "url",
9924]
9925
9926[[package]]
9927name = "livekit-protocol"
9928version = "0.7.1"
9929source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9930dependencies = [
9931 "futures-util",
9932 "livekit-runtime",
9933 "parking_lot",
9934 "pbjson",
9935 "pbjson-types",
9936 "prost 0.12.6",
9937 "serde",
9938 "thiserror 1.0.69",
9939 "tokio",
9940]
9941
9942[[package]]
9943name = "livekit-runtime"
9944version = "0.4.0"
9945source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
9946dependencies = [
9947 "tokio",
9948 "tokio-stream",
9949]
9950
9951[[package]]
9952name = "livekit_api"
9953version = "0.1.0"
9954dependencies = [
9955 "anyhow",
9956 "async-trait",
9957 "jsonwebtoken",
9958 "log",
9959 "prost 0.9.0",
9960 "prost-build 0.9.0",
9961 "prost-types 0.9.0",
9962 "serde",
9963 "zed-reqwest",
9964]
9965
9966[[package]]
9967name = "livekit_client"
9968version = "0.1.0"
9969dependencies = [
9970 "anyhow",
9971 "async-trait",
9972 "audio",
9973 "cocoa 0.26.0",
9974 "collections",
9975 "core-foundation 0.10.0",
9976 "core-video",
9977 "coreaudio-rs 0.12.1",
9978 "cpal",
9979 "futures 0.3.31",
9980 "gpui",
9981 "gpui_platform",
9982 "gpui_tokio",
9983 "http_client_tls",
9984 "image",
9985 "libwebrtc",
9986 "livekit",
9987 "livekit_api",
9988 "log",
9989 "nanoid",
9990 "objc",
9991 "parking_lot",
9992 "postage",
9993 "rodio",
9994 "serde",
9995 "serde_json",
9996 "serde_urlencoded",
9997 "settings",
9998 "simplelog",
9999 "smallvec",
10000 "ui",
10001 "util",
10002 "zed-scap",
10003]
10004
10005[[package]]
10006name = "lmdb-master-sys"
10007version = "0.2.5"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10010dependencies = [
10011 "cc",
10012 "doxygen-rs",
10013 "libc",
10014]
10015
10016[[package]]
10017name = "lmstudio"
10018version = "0.1.0"
10019dependencies = [
10020 "anyhow",
10021 "futures 0.3.31",
10022 "http_client",
10023 "schemars",
10024 "serde",
10025 "serde_json",
10026]
10027
10028[[package]]
10029name = "lock_api"
10030version = "0.4.14"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10033dependencies = [
10034 "scopeguard",
10035]
10036
10037[[package]]
10038name = "log"
10039version = "0.4.29"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10042dependencies = [
10043 "serde_core",
10044 "value-bag",
10045]
10046
10047[[package]]
10048name = "loom"
10049version = "0.7.2"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10052dependencies = [
10053 "cfg-if",
10054 "generator",
10055 "scoped-tls",
10056 "tracing",
10057 "tracing-subscriber",
10058]
10059
10060[[package]]
10061name = "loop9"
10062version = "0.1.5"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10065dependencies = [
10066 "imgref",
10067]
10068
10069[[package]]
10070name = "lru"
10071version = "0.12.5"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10074dependencies = [
10075 "hashbrown 0.15.5",
10076]
10077
10078[[package]]
10079name = "lru-slab"
10080version = "0.1.2"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10083
10084[[package]]
10085name = "lsp"
10086version = "0.1.0"
10087dependencies = [
10088 "anyhow",
10089 "async-pipe",
10090 "collections",
10091 "ctor",
10092 "futures 0.3.31",
10093 "gpui",
10094 "gpui_util",
10095 "log",
10096 "lsp-types",
10097 "parking_lot",
10098 "postage",
10099 "release_channel",
10100 "schemars",
10101 "semver",
10102 "serde",
10103 "serde_json",
10104 "smol",
10105 "util",
10106 "zlog",
10107]
10108
10109[[package]]
10110name = "lsp-types"
10111version = "0.95.1"
10112source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10113dependencies = [
10114 "bitflags 1.3.2",
10115 "serde",
10116 "serde_json",
10117 "url",
10118]
10119
10120[[package]]
10121name = "lyon"
10122version = "1.0.16"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10125dependencies = [
10126 "lyon_algorithms",
10127 "lyon_extra",
10128 "lyon_tessellation",
10129]
10130
10131[[package]]
10132name = "lyon_algorithms"
10133version = "1.0.16"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10136dependencies = [
10137 "lyon_path",
10138 "num-traits",
10139]
10140
10141[[package]]
10142name = "lyon_extra"
10143version = "1.0.3"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10146dependencies = [
10147 "lyon_path",
10148 "thiserror 1.0.69",
10149]
10150
10151[[package]]
10152name = "lyon_geom"
10153version = "1.0.17"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10156dependencies = [
10157 "arrayvec",
10158 "euclid",
10159 "num-traits",
10160]
10161
10162[[package]]
10163name = "lyon_path"
10164version = "1.0.16"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10167dependencies = [
10168 "lyon_geom",
10169 "num-traits",
10170]
10171
10172[[package]]
10173name = "lyon_tessellation"
10174version = "1.0.16"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10177dependencies = [
10178 "float_next_after",
10179 "lyon_path",
10180 "num-traits",
10181]
10182
10183[[package]]
10184name = "mac"
10185version = "0.1.1"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10188
10189[[package]]
10190name = "mach2"
10191version = "0.4.3"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10194dependencies = [
10195 "libc",
10196]
10197
10198[[package]]
10199name = "mach2"
10200version = "0.5.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10203dependencies = [
10204 "libc",
10205]
10206
10207[[package]]
10208name = "malloc_buf"
10209version = "0.0.6"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10212dependencies = [
10213 "libc",
10214]
10215
10216[[package]]
10217name = "maplit"
10218version = "1.0.2"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10221
10222[[package]]
10223name = "markdown"
10224version = "0.1.0"
10225dependencies = [
10226 "assets",
10227 "base64 0.22.1",
10228 "collections",
10229 "env_logger 0.11.8",
10230 "fs",
10231 "futures 0.3.31",
10232 "gpui",
10233 "gpui_platform",
10234 "language",
10235 "languages",
10236 "linkify",
10237 "log",
10238 "node_runtime",
10239 "pulldown-cmark 0.13.0",
10240 "settings",
10241 "sum_tree",
10242 "theme",
10243 "ui",
10244 "util",
10245]
10246
10247[[package]]
10248name = "markdown_preview"
10249version = "0.1.0"
10250dependencies = [
10251 "anyhow",
10252 "async-recursion",
10253 "collections",
10254 "editor",
10255 "fs",
10256 "gpui",
10257 "html5ever 0.27.0",
10258 "language",
10259 "linkify",
10260 "log",
10261 "markdown",
10262 "markup5ever_rcdom",
10263 "mermaid-rs-renderer",
10264 "pretty_assertions",
10265 "pulldown-cmark 0.13.0",
10266 "settings",
10267 "stacksafe",
10268 "theme",
10269 "ui",
10270 "urlencoding",
10271 "util",
10272 "workspace",
10273 "zed_actions",
10274]
10275
10276[[package]]
10277name = "markup5ever"
10278version = "0.12.1"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10281dependencies = [
10282 "log",
10283 "phf 0.11.3",
10284 "phf_codegen",
10285 "string_cache",
10286 "string_cache_codegen",
10287 "tendril",
10288]
10289
10290[[package]]
10291name = "markup5ever"
10292version = "0.35.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10295dependencies = [
10296 "log",
10297 "tendril",
10298 "web_atoms",
10299]
10300
10301[[package]]
10302name = "markup5ever_rcdom"
10303version = "0.3.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10306dependencies = [
10307 "html5ever 0.27.0",
10308 "markup5ever 0.12.1",
10309 "tendril",
10310 "xml5ever",
10311]
10312
10313[[package]]
10314name = "match_token"
10315version = "0.35.0"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10318dependencies = [
10319 "proc-macro2",
10320 "quote",
10321 "syn 2.0.117",
10322]
10323
10324[[package]]
10325name = "matchers"
10326version = "0.2.0"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10329dependencies = [
10330 "regex-automata",
10331]
10332
10333[[package]]
10334name = "matchit"
10335version = "0.7.3"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10338
10339[[package]]
10340name = "maybe-owned"
10341version = "0.3.4"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10344
10345[[package]]
10346name = "maybe-rayon"
10347version = "0.1.1"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10350dependencies = [
10351 "cfg-if",
10352 "rayon",
10353]
10354
10355[[package]]
10356name = "md-5"
10357version = "0.10.6"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10360dependencies = [
10361 "cfg-if",
10362 "digest",
10363]
10364
10365[[package]]
10366name = "mdbook"
10367version = "0.4.40"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10370dependencies = [
10371 "ammonia",
10372 "anyhow",
10373 "chrono",
10374 "clap",
10375 "clap_complete",
10376 "elasticlunr-rs",
10377 "env_logger 0.11.8",
10378 "futures-util",
10379 "handlebars 5.1.2",
10380 "ignore",
10381 "log",
10382 "memchr",
10383 "notify 6.1.1",
10384 "notify-debouncer-mini",
10385 "once_cell",
10386 "opener",
10387 "pathdiff",
10388 "pulldown-cmark 0.10.3",
10389 "regex",
10390 "serde",
10391 "serde_json",
10392 "shlex",
10393 "tempfile",
10394 "tokio",
10395 "toml 0.5.11",
10396 "topological-sort",
10397 "walkdir",
10398 "warp",
10399]
10400
10401[[package]]
10402name = "media"
10403version = "0.1.0"
10404dependencies = [
10405 "anyhow",
10406 "bindgen 0.71.1",
10407 "core-foundation 0.10.0",
10408 "core-video",
10409 "ctor",
10410 "foreign-types 0.5.0",
10411 "metal",
10412 "objc",
10413]
10414
10415[[package]]
10416name = "memchr"
10417version = "2.7.6"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10420
10421[[package]]
10422name = "memfd"
10423version = "0.6.5"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10426dependencies = [
10427 "rustix 1.1.2",
10428]
10429
10430[[package]]
10431name = "memmap2"
10432version = "0.9.8"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10435dependencies = [
10436 "libc",
10437 "stable_deref_trait",
10438]
10439
10440[[package]]
10441name = "memoffset"
10442version = "0.9.1"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10445dependencies = [
10446 "autocfg",
10447]
10448
10449[[package]]
10450name = "menu"
10451version = "0.1.0"
10452dependencies = [
10453 "gpui",
10454]
10455
10456[[package]]
10457name = "merge"
10458version = "0.1.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10461dependencies = [
10462 "merge_derive",
10463 "num-traits",
10464]
10465
10466[[package]]
10467name = "merge_derive"
10468version = "0.1.0"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10471dependencies = [
10472 "proc-macro-error",
10473 "proc-macro2",
10474 "quote",
10475 "syn 1.0.109",
10476]
10477
10478[[package]]
10479name = "mermaid-rs-renderer"
10480version = "0.2.0"
10481source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10482dependencies = [
10483 "anyhow",
10484 "fontdb 0.16.2",
10485 "json5",
10486 "once_cell",
10487 "regex",
10488 "serde",
10489 "serde_json",
10490 "thiserror 2.0.17",
10491 "ttf-parser 0.20.0",
10492]
10493
10494[[package]]
10495name = "metal"
10496version = "0.33.0"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10499dependencies = [
10500 "bitflags 2.10.0",
10501 "block",
10502 "core-graphics-types 0.2.0",
10503 "foreign-types 0.5.0",
10504 "log",
10505 "objc",
10506 "paste",
10507]
10508
10509[[package]]
10510name = "migrator"
10511version = "0.1.0"
10512dependencies = [
10513 "anyhow",
10514 "collections",
10515 "convert_case 0.8.0",
10516 "log",
10517 "pretty_assertions",
10518 "serde_json",
10519 "serde_json_lenient",
10520 "settings_content",
10521 "settings_json",
10522 "streaming-iterator",
10523 "tree-sitter",
10524 "tree-sitter-json",
10525 "unindent",
10526]
10527
10528[[package]]
10529name = "mimalloc"
10530version = "0.1.48"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10533dependencies = [
10534 "libmimalloc-sys",
10535]
10536
10537[[package]]
10538name = "mime"
10539version = "0.3.17"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10542
10543[[package]]
10544name = "mime_guess"
10545version = "2.0.5"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10548dependencies = [
10549 "mime",
10550 "unicase",
10551]
10552
10553[[package]]
10554name = "minidump-common"
10555version = "0.26.1"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10558dependencies = [
10559 "bitflags 2.10.0",
10560 "debugid",
10561 "num-derive",
10562 "num-traits",
10563 "range-map",
10564 "scroll",
10565 "smart-default",
10566]
10567
10568[[package]]
10569name = "minidump-writer"
10570version = "0.11.0"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10573dependencies = [
10574 "bitflags 2.10.0",
10575 "byteorder",
10576 "cfg-if",
10577 "crash-context",
10578 "error-graph",
10579 "failspot",
10580 "goblin",
10581 "libc",
10582 "log",
10583 "mach2 0.4.3",
10584 "memmap2",
10585 "memoffset",
10586 "minidump-common",
10587 "nix 0.29.0",
10588 "procfs-core",
10589 "scroll",
10590 "serde",
10591 "serde_json",
10592 "tempfile",
10593 "thiserror 2.0.17",
10594]
10595
10596[[package]]
10597name = "minidumper"
10598version = "0.9.0"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10601dependencies = [
10602 "cfg-if",
10603 "crash-context",
10604 "libc",
10605 "log",
10606 "minidump-writer",
10607 "parking_lot",
10608 "polling",
10609 "scroll",
10610 "thiserror 2.0.17",
10611 "uds",
10612]
10613
10614[[package]]
10615name = "minimal-lexical"
10616version = "0.2.1"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10619
10620[[package]]
10621name = "miniprofiler_ui"
10622version = "0.1.0"
10623dependencies = [
10624 "gpui",
10625 "rpc",
10626 "serde_json",
10627 "smol",
10628 "theme",
10629 "util",
10630 "workspace",
10631 "zed_actions",
10632]
10633
10634[[package]]
10635name = "miniz_oxide"
10636version = "0.8.9"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10639dependencies = [
10640 "adler2",
10641 "simd-adler32",
10642]
10643
10644[[package]]
10645name = "mio"
10646version = "0.8.11"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10649dependencies = [
10650 "libc",
10651 "log",
10652 "wasi",
10653 "windows-sys 0.48.0",
10654]
10655
10656[[package]]
10657name = "mio"
10658version = "1.1.0"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10661dependencies = [
10662 "libc",
10663 "log",
10664 "wasi",
10665 "windows-sys 0.61.2",
10666]
10667
10668[[package]]
10669name = "miow"
10670version = "0.6.1"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10673dependencies = [
10674 "windows-sys 0.61.2",
10675]
10676
10677[[package]]
10678name = "mistral"
10679version = "0.1.0"
10680dependencies = [
10681 "anyhow",
10682 "futures 0.3.31",
10683 "http_client",
10684 "schemars",
10685 "serde",
10686 "serde_json",
10687 "strum 0.27.2",
10688]
10689
10690[[package]]
10691name = "moka"
10692version = "0.12.11"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10695dependencies = [
10696 "crossbeam-channel",
10697 "crossbeam-epoch",
10698 "crossbeam-utils",
10699 "equivalent",
10700 "parking_lot",
10701 "portable-atomic",
10702 "rustc_version",
10703 "smallvec",
10704 "tagptr",
10705 "uuid",
10706]
10707
10708[[package]]
10709name = "moxcms"
10710version = "0.7.7"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10713dependencies = [
10714 "num-traits",
10715 "pxfm",
10716]
10717
10718[[package]]
10719name = "msvc_spectre_libs"
10720version = "0.1.3"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10723dependencies = [
10724 "cc",
10725]
10726
10727[[package]]
10728name = "multi_buffer"
10729version = "0.1.0"
10730dependencies = [
10731 "anyhow",
10732 "buffer_diff",
10733 "clock",
10734 "collections",
10735 "ctor",
10736 "gpui",
10737 "indoc",
10738 "itertools 0.14.0",
10739 "language",
10740 "log",
10741 "parking_lot",
10742 "pretty_assertions",
10743 "rand 0.9.2",
10744 "rope",
10745 "serde",
10746 "settings",
10747 "smallvec",
10748 "smol",
10749 "sum_tree",
10750 "text",
10751 "theme",
10752 "tracing",
10753 "tree-sitter",
10754 "util",
10755 "zlog",
10756 "ztracing",
10757]
10758
10759[[package]]
10760name = "multimap"
10761version = "0.8.3"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10764
10765[[package]]
10766name = "naga"
10767version = "28.0.0"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
10770dependencies = [
10771 "arrayvec",
10772 "bit-set",
10773 "bitflags 2.10.0",
10774 "cfg-if",
10775 "cfg_aliases 0.2.1",
10776 "codespan-reporting 0.12.0",
10777 "half",
10778 "hashbrown 0.16.1",
10779 "hexf-parse",
10780 "indexmap",
10781 "libm",
10782 "log",
10783 "num-traits",
10784 "once_cell",
10785 "rustc-hash 1.1.0",
10786 "thiserror 2.0.17",
10787 "unicode-ident",
10788]
10789
10790[[package]]
10791name = "naga"
10792version = "28.0.1"
10793source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
10794dependencies = [
10795 "arrayvec",
10796 "bit-set",
10797 "bitflags 2.10.0",
10798 "cfg-if",
10799 "cfg_aliases 0.2.1",
10800 "codespan-reporting 0.12.0",
10801 "half",
10802 "hashbrown 0.16.1",
10803 "hexf-parse",
10804 "indexmap",
10805 "libm",
10806 "log",
10807 "num-traits",
10808 "once_cell",
10809 "rustc-hash 1.1.0",
10810 "spirv",
10811 "thiserror 2.0.17",
10812 "unicode-ident",
10813]
10814
10815[[package]]
10816name = "nanoid"
10817version = "0.4.0"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10820dependencies = [
10821 "rand 0.8.5",
10822]
10823
10824[[package]]
10825name = "nanorand"
10826version = "0.7.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10829dependencies = [
10830 "getrandom 0.2.16",
10831]
10832
10833[[package]]
10834name = "native-tls"
10835version = "0.2.14"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10838dependencies = [
10839 "libc",
10840 "log",
10841 "openssl",
10842 "openssl-probe",
10843 "openssl-sys",
10844 "schannel",
10845 "security-framework 2.11.1",
10846 "security-framework-sys",
10847 "tempfile",
10848]
10849
10850[[package]]
10851name = "nbformat"
10852version = "1.2.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10855dependencies = [
10856 "anyhow",
10857 "chrono",
10858 "jupyter-protocol",
10859 "serde",
10860 "serde_json",
10861 "thiserror 1.0.69",
10862 "uuid",
10863]
10864
10865[[package]]
10866name = "nc"
10867version = "0.1.0"
10868dependencies = [
10869 "anyhow",
10870 "futures 0.3.31",
10871 "net",
10872 "smol",
10873]
10874
10875[[package]]
10876name = "ndk"
10877version = "0.9.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10880dependencies = [
10881 "bitflags 2.10.0",
10882 "jni-sys",
10883 "log",
10884 "ndk-sys",
10885 "num_enum",
10886 "thiserror 1.0.69",
10887]
10888
10889[[package]]
10890name = "ndk-context"
10891version = "0.1.1"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10894
10895[[package]]
10896name = "ndk-sys"
10897version = "0.6.0+11769913"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10900dependencies = [
10901 "jni-sys",
10902]
10903
10904[[package]]
10905name = "net"
10906version = "0.1.0"
10907dependencies = [
10908 "anyhow",
10909 "async-io",
10910 "smol",
10911 "tempfile",
10912 "windows 0.61.3",
10913]
10914
10915[[package]]
10916name = "new_debug_unreachable"
10917version = "1.0.6"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10920
10921[[package]]
10922name = "nix"
10923version = "0.28.0"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10926dependencies = [
10927 "bitflags 2.10.0",
10928 "cfg-if",
10929 "cfg_aliases 0.1.1",
10930 "libc",
10931]
10932
10933[[package]]
10934name = "nix"
10935version = "0.29.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10938dependencies = [
10939 "bitflags 2.10.0",
10940 "cfg-if",
10941 "cfg_aliases 0.2.1",
10942 "libc",
10943]
10944
10945[[package]]
10946name = "nix"
10947version = "0.30.1"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10950dependencies = [
10951 "bitflags 2.10.0",
10952 "cfg-if",
10953 "cfg_aliases 0.2.1",
10954 "libc",
10955]
10956
10957[[package]]
10958name = "node_runtime"
10959version = "0.1.0"
10960dependencies = [
10961 "anyhow",
10962 "async-compression",
10963 "async-std",
10964 "async-tar",
10965 "async-trait",
10966 "futures 0.3.31",
10967 "http_client",
10968 "log",
10969 "paths",
10970 "semver",
10971 "serde",
10972 "serde_json",
10973 "smol",
10974 "util",
10975 "watch",
10976 "which 6.0.3",
10977]
10978
10979[[package]]
10980name = "nom"
10981version = "7.1.3"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10984dependencies = [
10985 "memchr",
10986 "minimal-lexical",
10987]
10988
10989[[package]]
10990name = "nom"
10991version = "8.0.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10994dependencies = [
10995 "memchr",
10996]
10997
10998[[package]]
10999name = "noop_proc_macro"
11000version = "0.3.0"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11003
11004[[package]]
11005name = "normpath"
11006version = "1.5.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11009dependencies = [
11010 "windows-sys 0.61.2",
11011]
11012
11013[[package]]
11014name = "notifications"
11015version = "0.1.0"
11016dependencies = [
11017 "anyhow",
11018 "channel",
11019 "client",
11020 "component",
11021 "db",
11022 "gpui",
11023 "rpc",
11024 "sum_tree",
11025 "time",
11026 "ui",
11027 "util",
11028 "workspace",
11029 "zed_actions",
11030]
11031
11032[[package]]
11033name = "notify"
11034version = "6.1.1"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11037dependencies = [
11038 "bitflags 2.10.0",
11039 "crossbeam-channel",
11040 "filetime",
11041 "fsevent-sys",
11042 "inotify 0.9.6",
11043 "kqueue",
11044 "libc",
11045 "log",
11046 "mio 0.8.11",
11047 "walkdir",
11048 "windows-sys 0.48.0",
11049]
11050
11051[[package]]
11052name = "notify"
11053version = "8.2.0"
11054source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11055dependencies = [
11056 "bitflags 2.10.0",
11057 "fsevent-sys",
11058 "inotify 0.11.0",
11059 "kqueue",
11060 "libc",
11061 "log",
11062 "mio 1.1.0",
11063 "notify-types",
11064 "walkdir",
11065 "windows-sys 0.60.2",
11066]
11067
11068[[package]]
11069name = "notify-debouncer-mini"
11070version = "0.4.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11073dependencies = [
11074 "crossbeam-channel",
11075 "log",
11076 "notify 6.1.1",
11077]
11078
11079[[package]]
11080name = "notify-types"
11081version = "2.0.0"
11082source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11083
11084[[package]]
11085name = "ntapi"
11086version = "0.4.1"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11089dependencies = [
11090 "winapi",
11091]
11092
11093[[package]]
11094name = "nu-ansi-term"
11095version = "0.50.3"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11098dependencies = [
11099 "windows-sys 0.61.2",
11100]
11101
11102[[package]]
11103name = "num"
11104version = "0.4.3"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11107dependencies = [
11108 "num-bigint",
11109 "num-complex",
11110 "num-integer",
11111 "num-iter",
11112 "num-rational",
11113 "num-traits",
11114]
11115
11116[[package]]
11117name = "num-bigint"
11118version = "0.4.6"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11121dependencies = [
11122 "num-integer",
11123 "num-traits",
11124]
11125
11126[[package]]
11127name = "num-bigint-dig"
11128version = "0.8.6"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11131dependencies = [
11132 "lazy_static",
11133 "libm",
11134 "num-integer",
11135 "num-iter",
11136 "num-traits",
11137 "rand 0.8.5",
11138 "smallvec",
11139 "zeroize",
11140]
11141
11142[[package]]
11143name = "num-bigint-dig"
11144version = "0.9.1"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11147dependencies = [
11148 "libm",
11149 "num-integer",
11150 "num-iter",
11151 "num-traits",
11152 "once_cell",
11153 "rand 0.9.2",
11154 "serde",
11155 "smallvec",
11156 "zeroize",
11157]
11158
11159[[package]]
11160name = "num-cmp"
11161version = "0.1.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11164
11165[[package]]
11166name = "num-complex"
11167version = "0.4.6"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11170dependencies = [
11171 "bytemuck",
11172 "num-traits",
11173]
11174
11175[[package]]
11176name = "num-conv"
11177version = "0.2.0"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11180
11181[[package]]
11182name = "num-derive"
11183version = "0.4.2"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11186dependencies = [
11187 "proc-macro2",
11188 "quote",
11189 "syn 2.0.117",
11190]
11191
11192[[package]]
11193name = "num-format"
11194version = "0.4.4"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11197dependencies = [
11198 "arrayvec",
11199 "itoa",
11200]
11201
11202[[package]]
11203name = "num-integer"
11204version = "0.1.46"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11207dependencies = [
11208 "num-traits",
11209]
11210
11211[[package]]
11212name = "num-iter"
11213version = "0.1.45"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11216dependencies = [
11217 "autocfg",
11218 "num-integer",
11219 "num-traits",
11220]
11221
11222[[package]]
11223name = "num-rational"
11224version = "0.4.2"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11227dependencies = [
11228 "num-bigint",
11229 "num-integer",
11230 "num-traits",
11231]
11232
11233[[package]]
11234name = "num-traits"
11235version = "0.2.19"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11238dependencies = [
11239 "autocfg",
11240 "libm",
11241]
11242
11243[[package]]
11244name = "num_cpus"
11245version = "1.17.0"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11248dependencies = [
11249 "hermit-abi",
11250 "libc",
11251]
11252
11253[[package]]
11254name = "num_enum"
11255version = "0.7.4"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11258dependencies = [
11259 "num_enum_derive",
11260 "rustversion",
11261]
11262
11263[[package]]
11264name = "num_enum_derive"
11265version = "0.7.4"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11268dependencies = [
11269 "proc-macro-crate",
11270 "proc-macro2",
11271 "quote",
11272 "syn 2.0.117",
11273]
11274
11275[[package]]
11276name = "num_threads"
11277version = "0.1.7"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11280dependencies = [
11281 "libc",
11282]
11283
11284[[package]]
11285name = "nvim-rs"
11286version = "0.9.2"
11287source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11288dependencies = [
11289 "async-trait",
11290 "futures 0.3.31",
11291 "log",
11292 "rmp",
11293 "rmpv",
11294 "tokio",
11295 "tokio-util",
11296]
11297
11298[[package]]
11299name = "objc"
11300version = "0.2.7"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11303dependencies = [
11304 "malloc_buf",
11305 "objc_exception",
11306]
11307
11308[[package]]
11309name = "objc-foundation"
11310version = "0.1.1"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11313dependencies = [
11314 "block",
11315 "objc",
11316 "objc_id",
11317]
11318
11319[[package]]
11320name = "objc2"
11321version = "0.6.3"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11324dependencies = [
11325 "objc2-encode",
11326]
11327
11328[[package]]
11329name = "objc2-audio-toolbox"
11330version = "0.3.1"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
11333dependencies = [
11334 "bitflags 2.10.0",
11335 "libc",
11336 "objc2",
11337 "objc2-core-audio",
11338 "objc2-core-audio-types",
11339 "objc2-core-foundation",
11340 "objc2-foundation",
11341]
11342
11343[[package]]
11344name = "objc2-avf-audio"
11345version = "0.3.1"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "bfc1d11521c211a7ebe17739fc806719da41f56c6b3f949d9861b459188ce910"
11348dependencies = [
11349 "objc2",
11350 "objc2-foundation",
11351]
11352
11353[[package]]
11354name = "objc2-core-audio"
11355version = "0.3.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
11358dependencies = [
11359 "dispatch2",
11360 "objc2",
11361 "objc2-core-audio-types",
11362 "objc2-core-foundation",
11363 "objc2-foundation",
11364]
11365
11366[[package]]
11367name = "objc2-core-audio-types"
11368version = "0.3.2"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11371dependencies = [
11372 "bitflags 2.10.0",
11373 "objc2",
11374]
11375
11376[[package]]
11377name = "objc2-core-foundation"
11378version = "0.3.2"
11379source = "registry+https://github.com/rust-lang/crates.io-index"
11380checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11381dependencies = [
11382 "bitflags 2.10.0",
11383 "block2",
11384 "dispatch2",
11385 "libc",
11386 "objc2",
11387]
11388
11389[[package]]
11390name = "objc2-encode"
11391version = "4.1.0"
11392source = "registry+https://github.com/rust-lang/crates.io-index"
11393checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11394
11395[[package]]
11396name = "objc2-foundation"
11397version = "0.3.1"
11398source = "registry+https://github.com/rust-lang/crates.io-index"
11399checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
11400dependencies = [
11401 "bitflags 2.10.0",
11402 "block2",
11403 "libc",
11404 "objc2",
11405 "objc2-core-foundation",
11406]
11407
11408[[package]]
11409name = "objc2-io-kit"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11413dependencies = [
11414 "libc",
11415 "objc2-core-foundation",
11416]
11417
11418[[package]]
11419name = "objc2-metal"
11420version = "0.3.1"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
11423dependencies = [
11424 "bitflags 2.10.0",
11425 "block2",
11426 "dispatch2",
11427 "objc2",
11428 "objc2-core-foundation",
11429 "objc2-foundation",
11430]
11431
11432[[package]]
11433name = "objc_exception"
11434version = "0.1.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11437dependencies = [
11438 "cc",
11439]
11440
11441[[package]]
11442name = "objc_id"
11443version = "0.1.1"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11446dependencies = [
11447 "objc",
11448]
11449
11450[[package]]
11451name = "object"
11452version = "0.36.7"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11455dependencies = [
11456 "crc32fast",
11457 "hashbrown 0.15.5",
11458 "indexmap",
11459 "memchr",
11460]
11461
11462[[package]]
11463name = "object"
11464version = "0.37.3"
11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11467dependencies = [
11468 "memchr",
11469]
11470
11471[[package]]
11472name = "ollama"
11473version = "0.1.0"
11474dependencies = [
11475 "anyhow",
11476 "futures 0.3.31",
11477 "http_client",
11478 "schemars",
11479 "serde",
11480 "serde_json",
11481 "settings",
11482]
11483
11484[[package]]
11485name = "onboarding"
11486version = "0.1.0"
11487dependencies = [
11488 "anyhow",
11489 "client",
11490 "component",
11491 "db",
11492 "documented",
11493 "fs",
11494 "fuzzy",
11495 "gpui",
11496 "menu",
11497 "notifications",
11498 "picker",
11499 "project",
11500 "schemars",
11501 "serde",
11502 "settings",
11503 "telemetry",
11504 "theme",
11505 "ui",
11506 "util",
11507 "vim_mode_setting",
11508 "workspace",
11509 "zed_actions",
11510 "zlog",
11511]
11512
11513[[package]]
11514name = "once_cell"
11515version = "1.21.3"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11518
11519[[package]]
11520name = "once_cell_polyfill"
11521version = "1.70.1"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11524
11525[[package]]
11526name = "oo7"
11527version = "0.6.0"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11530dependencies = [
11531 "aes",
11532 "ashpd",
11533 "async-fs",
11534 "async-io",
11535 "async-lock 3.4.2",
11536 "blocking",
11537 "cbc",
11538 "cipher",
11539 "digest",
11540 "endi",
11541 "futures-lite 2.6.1",
11542 "futures-util",
11543 "getrandom 0.4.1",
11544 "hkdf",
11545 "hmac",
11546 "md-5",
11547 "num",
11548 "num-bigint-dig 0.9.1",
11549 "pbkdf2 0.12.2",
11550 "serde",
11551 "serde_bytes",
11552 "sha2",
11553 "subtle",
11554 "zbus",
11555 "zbus_macros",
11556 "zeroize",
11557 "zvariant",
11558]
11559
11560[[package]]
11561name = "oorandom"
11562version = "11.1.5"
11563source = "registry+https://github.com/rust-lang/crates.io-index"
11564checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11565
11566[[package]]
11567name = "open"
11568version = "5.3.2"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11571dependencies = [
11572 "is-wsl",
11573 "libc",
11574 "pathdiff",
11575]
11576
11577[[package]]
11578name = "open_ai"
11579version = "0.1.0"
11580dependencies = [
11581 "anyhow",
11582 "futures 0.3.31",
11583 "http_client",
11584 "log",
11585 "rand 0.9.2",
11586 "schemars",
11587 "serde",
11588 "serde_json",
11589 "settings",
11590 "strum 0.27.2",
11591 "thiserror 2.0.17",
11592]
11593
11594[[package]]
11595name = "open_path_prompt"
11596version = "0.1.0"
11597dependencies = [
11598 "editor",
11599 "file_icons",
11600 "futures 0.3.31",
11601 "fuzzy",
11602 "gpui",
11603 "picker",
11604 "project",
11605 "schemars",
11606 "serde",
11607 "serde_json",
11608 "settings",
11609 "theme",
11610 "ui",
11611 "util",
11612 "workspace",
11613]
11614
11615[[package]]
11616name = "open_router"
11617version = "0.1.0"
11618dependencies = [
11619 "anyhow",
11620 "futures 0.3.31",
11621 "http_client",
11622 "schemars",
11623 "serde",
11624 "serde_json",
11625 "settings",
11626 "strum 0.27.2",
11627 "thiserror 2.0.17",
11628]
11629
11630[[package]]
11631name = "opener"
11632version = "0.7.2"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11635dependencies = [
11636 "bstr",
11637 "dbus",
11638 "normpath",
11639 "windows-sys 0.59.0",
11640]
11641
11642[[package]]
11643name = "openssl"
11644version = "0.10.74"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11647dependencies = [
11648 "bitflags 2.10.0",
11649 "cfg-if",
11650 "foreign-types 0.3.2",
11651 "libc",
11652 "once_cell",
11653 "openssl-macros",
11654 "openssl-sys",
11655]
11656
11657[[package]]
11658name = "openssl-macros"
11659version = "0.1.1"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11662dependencies = [
11663 "proc-macro2",
11664 "quote",
11665 "syn 2.0.117",
11666]
11667
11668[[package]]
11669name = "openssl-probe"
11670version = "0.1.6"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11673
11674[[package]]
11675name = "openssl-sys"
11676version = "0.9.110"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11679dependencies = [
11680 "cc",
11681 "libc",
11682 "pkg-config",
11683 "vcpkg",
11684]
11685
11686[[package]]
11687name = "optfield"
11688version = "0.4.0"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11691dependencies = [
11692 "proc-macro2",
11693 "quote",
11694 "syn 2.0.117",
11695]
11696
11697[[package]]
11698name = "option-ext"
11699version = "0.2.0"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11702
11703[[package]]
11704name = "ordered-float"
11705version = "2.10.1"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11708dependencies = [
11709 "num-traits",
11710]
11711
11712[[package]]
11713name = "ordered-float"
11714version = "4.6.0"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11717dependencies = [
11718 "num-traits",
11719]
11720
11721[[package]]
11722name = "ordered-stream"
11723version = "0.2.0"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11726dependencies = [
11727 "futures-core",
11728 "pin-project-lite",
11729]
11730
11731[[package]]
11732name = "ouroboros"
11733version = "0.18.5"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11736dependencies = [
11737 "aliasable",
11738 "ouroboros_macro",
11739 "static_assertions",
11740]
11741
11742[[package]]
11743name = "ouroboros_macro"
11744version = "0.18.5"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11747dependencies = [
11748 "heck 0.4.1",
11749 "proc-macro2",
11750 "proc-macro2-diagnostics",
11751 "quote",
11752 "syn 2.0.117",
11753]
11754
11755[[package]]
11756name = "outline"
11757version = "0.1.0"
11758dependencies = [
11759 "editor",
11760 "fuzzy",
11761 "gpui",
11762 "indoc",
11763 "language",
11764 "lsp",
11765 "menu",
11766 "ordered-float 2.10.1",
11767 "picker",
11768 "project",
11769 "rope",
11770 "serde_json",
11771 "settings",
11772 "smol",
11773 "theme",
11774 "ui",
11775 "util",
11776 "workspace",
11777 "zed_actions",
11778]
11779
11780[[package]]
11781name = "outline_panel"
11782version = "0.1.0"
11783dependencies = [
11784 "anyhow",
11785 "collections",
11786 "db",
11787 "editor",
11788 "file_icons",
11789 "fuzzy",
11790 "gpui",
11791 "itertools 0.14.0",
11792 "language",
11793 "log",
11794 "lsp",
11795 "menu",
11796 "outline",
11797 "pretty_assertions",
11798 "project",
11799 "search",
11800 "serde",
11801 "serde_json",
11802 "settings",
11803 "smallvec",
11804 "smol",
11805 "theme",
11806 "ui",
11807 "util",
11808 "workspace",
11809 "worktree",
11810 "zed_actions",
11811]
11812
11813[[package]]
11814name = "outref"
11815version = "0.5.2"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11818
11819[[package]]
11820name = "p256"
11821version = "0.11.1"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11824dependencies = [
11825 "ecdsa",
11826 "elliptic-curve",
11827 "sha2",
11828]
11829
11830[[package]]
11831name = "page_size"
11832version = "0.6.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11835dependencies = [
11836 "libc",
11837 "winapi",
11838]
11839
11840[[package]]
11841name = "palette"
11842version = "0.7.6"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11845dependencies = [
11846 "approx",
11847 "fast-srgb8",
11848 "palette_derive",
11849]
11850
11851[[package]]
11852name = "palette_derive"
11853version = "0.7.6"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11856dependencies = [
11857 "by_address",
11858 "proc-macro2",
11859 "quote",
11860 "syn 2.0.117",
11861]
11862
11863[[package]]
11864name = "panel"
11865version = "0.1.0"
11866dependencies = [
11867 "gpui",
11868 "ui",
11869 "workspace",
11870]
11871
11872[[package]]
11873name = "parking"
11874version = "2.2.1"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11877
11878[[package]]
11879name = "parking_lot"
11880version = "0.12.5"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11883dependencies = [
11884 "lock_api",
11885 "parking_lot_core",
11886]
11887
11888[[package]]
11889name = "parking_lot_core"
11890version = "0.9.12"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11893dependencies = [
11894 "cfg-if",
11895 "libc",
11896 "redox_syscall 0.5.18",
11897 "smallvec",
11898 "windows-link 0.2.1",
11899]
11900
11901[[package]]
11902name = "parse_int"
11903version = "0.9.0"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11906dependencies = [
11907 "num-traits",
11908]
11909
11910[[package]]
11911name = "partial-json-fixer"
11912version = "0.5.3"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11915
11916[[package]]
11917name = "password-hash"
11918version = "0.4.2"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11921dependencies = [
11922 "base64ct",
11923 "rand_core 0.6.4",
11924 "subtle",
11925]
11926
11927[[package]]
11928name = "paste"
11929version = "1.0.15"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11932
11933[[package]]
11934name = "pathdiff"
11935version = "0.2.3"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11938
11939[[package]]
11940name = "pathfinder_geometry"
11941version = "0.5.1"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11944dependencies = [
11945 "log",
11946 "pathfinder_simd",
11947]
11948
11949[[package]]
11950name = "pathfinder_simd"
11951version = "0.5.5"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11954dependencies = [
11955 "rustc_version",
11956]
11957
11958[[package]]
11959name = "paths"
11960version = "0.1.0"
11961dependencies = [
11962 "dirs 4.0.0",
11963 "ignore",
11964 "util",
11965]
11966
11967[[package]]
11968name = "pbjson"
11969version = "0.6.0"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11972dependencies = [
11973 "base64 0.21.7",
11974 "serde",
11975]
11976
11977[[package]]
11978name = "pbjson-build"
11979version = "0.6.2"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11982dependencies = [
11983 "heck 0.4.1",
11984 "itertools 0.11.0",
11985 "prost 0.12.6",
11986 "prost-types 0.12.6",
11987]
11988
11989[[package]]
11990name = "pbjson-types"
11991version = "0.6.0"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11994dependencies = [
11995 "bytes 1.11.1",
11996 "chrono",
11997 "pbjson",
11998 "pbjson-build",
11999 "prost 0.12.6",
12000 "prost-build 0.12.6",
12001 "serde",
12002]
12003
12004[[package]]
12005name = "pbkdf2"
12006version = "0.11.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12009dependencies = [
12010 "digest",
12011 "hmac",
12012 "password-hash",
12013 "sha2",
12014]
12015
12016[[package]]
12017name = "pbkdf2"
12018version = "0.12.2"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12021dependencies = [
12022 "digest",
12023 "hmac",
12024]
12025
12026[[package]]
12027name = "pciid-parser"
12028version = "0.8.0"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12031
12032[[package]]
12033name = "peg"
12034version = "0.8.5"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12037dependencies = [
12038 "peg-macros",
12039 "peg-runtime",
12040]
12041
12042[[package]]
12043name = "peg-macros"
12044version = "0.8.5"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12047dependencies = [
12048 "peg-runtime",
12049 "proc-macro2",
12050 "quote",
12051]
12052
12053[[package]]
12054name = "peg-runtime"
12055version = "0.8.5"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12058
12059[[package]]
12060name = "pem"
12061version = "3.0.6"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12064dependencies = [
12065 "base64 0.22.1",
12066 "serde_core",
12067]
12068
12069[[package]]
12070name = "pem-rfc7468"
12071version = "0.7.0"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12074dependencies = [
12075 "base64ct",
12076]
12077
12078[[package]]
12079name = "percent-encoding"
12080version = "2.3.2"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12083
12084[[package]]
12085name = "perf"
12086version = "0.1.0"
12087dependencies = [
12088 "collections",
12089 "serde",
12090 "serde_json",
12091]
12092
12093[[package]]
12094name = "pest"
12095version = "2.8.3"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12098dependencies = [
12099 "memchr",
12100 "ucd-trie",
12101]
12102
12103[[package]]
12104name = "pest_derive"
12105version = "2.8.3"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12108dependencies = [
12109 "pest",
12110 "pest_generator",
12111]
12112
12113[[package]]
12114name = "pest_generator"
12115version = "2.8.3"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12118dependencies = [
12119 "pest",
12120 "pest_meta",
12121 "proc-macro2",
12122 "quote",
12123 "syn 2.0.117",
12124]
12125
12126[[package]]
12127name = "pest_meta"
12128version = "2.8.3"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12131dependencies = [
12132 "pest",
12133 "sha2",
12134]
12135
12136[[package]]
12137name = "pet"
12138version = "0.1.0"
12139source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12140dependencies = [
12141 "clap",
12142 "env_logger 0.10.2",
12143 "lazy_static",
12144 "log",
12145 "msvc_spectre_libs",
12146 "pet-conda",
12147 "pet-core",
12148 "pet-env-var-path",
12149 "pet-fs",
12150 "pet-global-virtualenvs",
12151 "pet-homebrew",
12152 "pet-jsonrpc",
12153 "pet-linux-global-python",
12154 "pet-mac-commandlinetools",
12155 "pet-mac-python-org",
12156 "pet-mac-xcode",
12157 "pet-pipenv",
12158 "pet-pixi",
12159 "pet-poetry",
12160 "pet-pyenv",
12161 "pet-python-utils",
12162 "pet-reporter",
12163 "pet-telemetry",
12164 "pet-uv",
12165 "pet-venv",
12166 "pet-virtualenv",
12167 "pet-virtualenvwrapper",
12168 "pet-windows-registry",
12169 "pet-windows-store",
12170 "pet-winpython",
12171 "serde",
12172 "serde_json",
12173 "tracing",
12174 "tracing-subscriber",
12175 "winresource",
12176]
12177
12178[[package]]
12179name = "pet-conda"
12180version = "0.1.0"
12181source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12182dependencies = [
12183 "env_logger 0.10.2",
12184 "lazy_static",
12185 "log",
12186 "msvc_spectre_libs",
12187 "pet-core",
12188 "pet-fs",
12189 "pet-python-utils",
12190 "pet-reporter",
12191 "rayon",
12192 "regex",
12193 "serde",
12194 "serde_json",
12195 "yaml-rust2",
12196]
12197
12198[[package]]
12199name = "pet-core"
12200version = "0.1.0"
12201source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12202dependencies = [
12203 "clap",
12204 "lazy_static",
12205 "log",
12206 "msvc_spectre_libs",
12207 "pet-fs",
12208 "regex",
12209 "serde",
12210 "serde_json",
12211]
12212
12213[[package]]
12214name = "pet-env-var-path"
12215version = "0.1.0"
12216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12217dependencies = [
12218 "lazy_static",
12219 "log",
12220 "msvc_spectre_libs",
12221 "pet-conda",
12222 "pet-core",
12223 "pet-fs",
12224 "pet-python-utils",
12225 "pet-virtualenv",
12226 "regex",
12227]
12228
12229[[package]]
12230name = "pet-fs"
12231version = "0.1.0"
12232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12233dependencies = [
12234 "glob",
12235 "log",
12236 "msvc_spectre_libs",
12237 "windows-sys 0.59.0",
12238]
12239
12240[[package]]
12241name = "pet-global-virtualenvs"
12242version = "0.1.0"
12243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12244dependencies = [
12245 "log",
12246 "msvc_spectre_libs",
12247 "pet-conda",
12248 "pet-core",
12249 "pet-fs",
12250 "pet-virtualenv",
12251]
12252
12253[[package]]
12254name = "pet-homebrew"
12255version = "0.1.0"
12256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12257dependencies = [
12258 "lazy_static",
12259 "log",
12260 "msvc_spectre_libs",
12261 "pet-conda",
12262 "pet-core",
12263 "pet-fs",
12264 "pet-python-utils",
12265 "pet-virtualenv",
12266 "rayon",
12267 "regex",
12268 "serde",
12269 "serde_json",
12270]
12271
12272[[package]]
12273name = "pet-jsonrpc"
12274version = "0.1.0"
12275source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12276dependencies = [
12277 "env_logger 0.10.2",
12278 "log",
12279 "msvc_spectre_libs",
12280 "pet-core",
12281 "serde",
12282 "serde_json",
12283]
12284
12285[[package]]
12286name = "pet-linux-global-python"
12287version = "0.1.0"
12288source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12289dependencies = [
12290 "log",
12291 "msvc_spectre_libs",
12292 "pet-core",
12293 "pet-fs",
12294 "pet-python-utils",
12295 "pet-virtualenv",
12296]
12297
12298[[package]]
12299name = "pet-mac-commandlinetools"
12300version = "0.1.0"
12301source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12302dependencies = [
12303 "log",
12304 "msvc_spectre_libs",
12305 "pet-core",
12306 "pet-fs",
12307 "pet-python-utils",
12308 "pet-virtualenv",
12309]
12310
12311[[package]]
12312name = "pet-mac-python-org"
12313version = "0.1.0"
12314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12315dependencies = [
12316 "log",
12317 "msvc_spectre_libs",
12318 "pet-core",
12319 "pet-fs",
12320 "pet-python-utils",
12321 "pet-virtualenv",
12322]
12323
12324[[package]]
12325name = "pet-mac-xcode"
12326version = "0.1.0"
12327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12328dependencies = [
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-core",
12332 "pet-fs",
12333 "pet-python-utils",
12334 "pet-virtualenv",
12335]
12336
12337[[package]]
12338name = "pet-pipenv"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "lazy_static",
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-core",
12346 "pet-fs",
12347 "pet-python-utils",
12348 "pet-virtualenv",
12349 "regex",
12350]
12351
12352[[package]]
12353name = "pet-pixi"
12354version = "0.1.0"
12355source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12356dependencies = [
12357 "log",
12358 "msvc_spectre_libs",
12359 "pet-conda",
12360 "pet-core",
12361 "pet-python-utils",
12362]
12363
12364[[package]]
12365name = "pet-poetry"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "base64 0.22.1",
12370 "lazy_static",
12371 "log",
12372 "msvc_spectre_libs",
12373 "pet-core",
12374 "pet-fs",
12375 "pet-python-utils",
12376 "pet-reporter",
12377 "pet-virtualenv",
12378 "regex",
12379 "serde",
12380 "serde_json",
12381 "sha2",
12382 "toml 0.8.23",
12383]
12384
12385[[package]]
12386name = "pet-pyenv"
12387version = "0.1.0"
12388source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12389dependencies = [
12390 "lazy_static",
12391 "log",
12392 "msvc_spectre_libs",
12393 "pet-conda",
12394 "pet-core",
12395 "pet-fs",
12396 "pet-python-utils",
12397 "pet-reporter",
12398 "regex",
12399 "serde",
12400 "serde_json",
12401]
12402
12403[[package]]
12404name = "pet-python-utils"
12405version = "0.1.0"
12406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12407dependencies = [
12408 "env_logger 0.10.2",
12409 "lazy_static",
12410 "log",
12411 "msvc_spectre_libs",
12412 "pet-core",
12413 "pet-fs",
12414 "regex",
12415 "serde",
12416 "serde_json",
12417 "sha2",
12418]
12419
12420[[package]]
12421name = "pet-reporter"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "env_logger 0.10.2",
12426 "log",
12427 "msvc_spectre_libs",
12428 "pet-core",
12429 "pet-jsonrpc",
12430 "serde",
12431 "serde_json",
12432]
12433
12434[[package]]
12435name = "pet-telemetry"
12436version = "0.1.0"
12437source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12438dependencies = [
12439 "env_logger 0.10.2",
12440 "lazy_static",
12441 "log",
12442 "msvc_spectre_libs",
12443 "pet-core",
12444 "pet-fs",
12445 "pet-python-utils",
12446 "regex",
12447]
12448
12449[[package]]
12450name = "pet-uv"
12451version = "0.1.0"
12452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12453dependencies = [
12454 "log",
12455 "pet-core",
12456 "pet-python-utils",
12457 "serde",
12458 "toml 0.9.8",
12459]
12460
12461[[package]]
12462name = "pet-venv"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "log",
12467 "msvc_spectre_libs",
12468 "pet-core",
12469 "pet-python-utils",
12470 "pet-virtualenv",
12471]
12472
12473[[package]]
12474name = "pet-virtualenv"
12475version = "0.1.0"
12476source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12477dependencies = [
12478 "log",
12479 "msvc_spectre_libs",
12480 "pet-core",
12481 "pet-fs",
12482 "pet-python-utils",
12483]
12484
12485[[package]]
12486name = "pet-virtualenvwrapper"
12487version = "0.1.0"
12488source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12489dependencies = [
12490 "log",
12491 "msvc_spectre_libs",
12492 "pet-core",
12493 "pet-fs",
12494 "pet-python-utils",
12495 "pet-virtualenv",
12496]
12497
12498[[package]]
12499name = "pet-windows-registry"
12500version = "0.1.0"
12501source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12502dependencies = [
12503 "lazy_static",
12504 "log",
12505 "msvc_spectre_libs",
12506 "pet-conda",
12507 "pet-core",
12508 "pet-fs",
12509 "pet-python-utils",
12510 "pet-virtualenv",
12511 "pet-windows-store",
12512 "regex",
12513 "winreg 0.55.0",
12514]
12515
12516[[package]]
12517name = "pet-windows-store"
12518version = "0.1.0"
12519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12520dependencies = [
12521 "lazy_static",
12522 "log",
12523 "msvc_spectre_libs",
12524 "pet-core",
12525 "pet-fs",
12526 "pet-python-utils",
12527 "pet-virtualenv",
12528 "regex",
12529 "winreg 0.55.0",
12530]
12531
12532[[package]]
12533name = "pet-winpython"
12534version = "0.1.0"
12535source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12536dependencies = [
12537 "lazy_static",
12538 "log",
12539 "pet-core",
12540 "pet-fs",
12541 "pet-python-utils",
12542 "pet-virtualenv",
12543 "regex",
12544]
12545
12546[[package]]
12547name = "petgraph"
12548version = "0.6.5"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12551dependencies = [
12552 "fixedbitset 0.4.2",
12553 "indexmap",
12554]
12555
12556[[package]]
12557name = "pgvector"
12558version = "0.4.1"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12561dependencies = [
12562 "serde",
12563]
12564
12565[[package]]
12566name = "phf"
12567version = "0.11.3"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12570dependencies = [
12571 "phf_macros 0.11.3",
12572 "phf_shared 0.11.3",
12573]
12574
12575[[package]]
12576name = "phf"
12577version = "0.12.1"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12580dependencies = [
12581 "phf_macros 0.12.1",
12582 "phf_shared 0.12.1",
12583]
12584
12585[[package]]
12586name = "phf_codegen"
12587version = "0.11.3"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12590dependencies = [
12591 "phf_generator 0.11.3",
12592 "phf_shared 0.11.3",
12593]
12594
12595[[package]]
12596name = "phf_generator"
12597version = "0.11.3"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12600dependencies = [
12601 "phf_shared 0.11.3",
12602 "rand 0.8.5",
12603]
12604
12605[[package]]
12606name = "phf_generator"
12607version = "0.12.1"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12610dependencies = [
12611 "fastrand 2.3.0",
12612 "phf_shared 0.12.1",
12613]
12614
12615[[package]]
12616name = "phf_macros"
12617version = "0.11.3"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12620dependencies = [
12621 "phf_generator 0.11.3",
12622 "phf_shared 0.11.3",
12623 "proc-macro2",
12624 "quote",
12625 "syn 2.0.117",
12626]
12627
12628[[package]]
12629name = "phf_macros"
12630version = "0.12.1"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12633dependencies = [
12634 "phf_generator 0.12.1",
12635 "phf_shared 0.12.1",
12636 "proc-macro2",
12637 "quote",
12638 "syn 2.0.117",
12639]
12640
12641[[package]]
12642name = "phf_shared"
12643version = "0.11.3"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12646dependencies = [
12647 "siphasher 1.0.1",
12648]
12649
12650[[package]]
12651name = "phf_shared"
12652version = "0.12.1"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12655dependencies = [
12656 "siphasher 1.0.1",
12657]
12658
12659[[package]]
12660name = "picker"
12661version = "0.1.0"
12662dependencies = [
12663 "anyhow",
12664 "editor",
12665 "gpui",
12666 "menu",
12667 "schemars",
12668 "serde",
12669 "settings",
12670 "theme",
12671 "ui",
12672 "ui_input",
12673 "workspace",
12674 "zed_actions",
12675]
12676
12677[[package]]
12678name = "pico-args"
12679version = "0.5.0"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12682
12683[[package]]
12684name = "pin-project"
12685version = "1.1.10"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12688dependencies = [
12689 "pin-project-internal",
12690]
12691
12692[[package]]
12693name = "pin-project-internal"
12694version = "1.1.10"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12697dependencies = [
12698 "proc-macro2",
12699 "quote",
12700 "syn 2.0.117",
12701]
12702
12703[[package]]
12704name = "pin-project-lite"
12705version = "0.2.16"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12708
12709[[package]]
12710name = "pin-utils"
12711version = "0.1.0"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12714
12715[[package]]
12716name = "piper"
12717version = "0.2.4"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12720dependencies = [
12721 "atomic-waker",
12722 "fastrand 2.3.0",
12723 "futures-io",
12724]
12725
12726[[package]]
12727name = "pkcs1"
12728version = "0.7.5"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12731dependencies = [
12732 "der 0.7.10",
12733 "pkcs8 0.10.2",
12734 "spki 0.7.3",
12735]
12736
12737[[package]]
12738name = "pkcs8"
12739version = "0.9.0"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12742dependencies = [
12743 "der 0.6.1",
12744 "spki 0.6.0",
12745]
12746
12747[[package]]
12748name = "pkcs8"
12749version = "0.10.2"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12752dependencies = [
12753 "der 0.7.10",
12754 "spki 0.7.3",
12755]
12756
12757[[package]]
12758name = "pkg-config"
12759version = "0.3.32"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12762
12763[[package]]
12764name = "plain"
12765version = "0.2.3"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12768
12769[[package]]
12770name = "platform_title_bar"
12771version = "0.1.0"
12772dependencies = [
12773 "feature_flags",
12774 "gpui",
12775 "project",
12776 "settings",
12777 "smallvec",
12778 "theme",
12779 "ui",
12780 "windows 0.61.3",
12781 "workspace",
12782 "zed_actions",
12783]
12784
12785[[package]]
12786name = "plist"
12787version = "1.8.0"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12790dependencies = [
12791 "base64 0.22.1",
12792 "indexmap",
12793 "quick-xml 0.38.3",
12794 "serde",
12795 "time",
12796]
12797
12798[[package]]
12799name = "plotters"
12800version = "0.3.7"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12803dependencies = [
12804 "num-traits",
12805 "plotters-backend",
12806 "plotters-svg",
12807 "wasm-bindgen",
12808 "web-sys",
12809]
12810
12811[[package]]
12812name = "plotters-backend"
12813version = "0.3.7"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12816
12817[[package]]
12818name = "plotters-svg"
12819version = "0.3.7"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12822dependencies = [
12823 "plotters-backend",
12824]
12825
12826[[package]]
12827name = "png"
12828version = "0.17.16"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12831dependencies = [
12832 "bitflags 1.3.2",
12833 "crc32fast",
12834 "fdeflate",
12835 "flate2",
12836 "miniz_oxide",
12837]
12838
12839[[package]]
12840name = "png"
12841version = "0.18.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12844dependencies = [
12845 "bitflags 2.10.0",
12846 "crc32fast",
12847 "fdeflate",
12848 "flate2",
12849 "miniz_oxide",
12850]
12851
12852[[package]]
12853name = "polling"
12854version = "3.11.0"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12857dependencies = [
12858 "cfg-if",
12859 "concurrent-queue",
12860 "hermit-abi",
12861 "pin-project-lite",
12862 "rustix 1.1.2",
12863 "windows-sys 0.61.2",
12864]
12865
12866[[package]]
12867name = "pollster"
12868version = "0.2.5"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12871
12872[[package]]
12873name = "pollster"
12874version = "0.4.0"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12877
12878[[package]]
12879name = "pori"
12880version = "0.0.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12883dependencies = [
12884 "nom 7.1.3",
12885]
12886
12887[[package]]
12888name = "portable-atomic"
12889version = "1.11.1"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12892
12893[[package]]
12894name = "portable-atomic-util"
12895version = "0.2.4"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12898dependencies = [
12899 "portable-atomic",
12900]
12901
12902[[package]]
12903name = "portable-pty"
12904version = "0.9.0"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12907dependencies = [
12908 "anyhow",
12909 "bitflags 1.3.2",
12910 "downcast-rs",
12911 "filedescriptor",
12912 "lazy_static",
12913 "libc",
12914 "log",
12915 "nix 0.28.0",
12916 "serial2",
12917 "shared_library",
12918 "shell-words",
12919 "winapi",
12920 "winreg 0.10.1",
12921]
12922
12923[[package]]
12924name = "postage"
12925version = "0.5.0"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12928dependencies = [
12929 "atomic",
12930 "crossbeam-queue",
12931 "futures 0.3.31",
12932 "log",
12933 "parking_lot",
12934 "pin-project",
12935 "pollster 0.2.5",
12936 "static_assertions",
12937 "thiserror 1.0.69",
12938]
12939
12940[[package]]
12941name = "postcard"
12942version = "1.1.3"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12945dependencies = [
12946 "cobs",
12947 "embedded-io 0.4.0",
12948 "embedded-io 0.6.1",
12949 "serde",
12950]
12951
12952[[package]]
12953name = "potential_utf"
12954version = "0.1.3"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12957dependencies = [
12958 "zerovec",
12959]
12960
12961[[package]]
12962name = "powerfmt"
12963version = "0.2.0"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12966
12967[[package]]
12968name = "ppv-lite86"
12969version = "0.2.21"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12972dependencies = [
12973 "zerocopy",
12974]
12975
12976[[package]]
12977name = "precomputed-hash"
12978version = "0.1.1"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12981
12982[[package]]
12983name = "presser"
12984version = "0.3.1"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12987
12988[[package]]
12989name = "prettier"
12990version = "0.1.0"
12991dependencies = [
12992 "anyhow",
12993 "collections",
12994 "fs",
12995 "gpui",
12996 "language",
12997 "log",
12998 "lsp",
12999 "node_runtime",
13000 "parking_lot",
13001 "paths",
13002 "serde",
13003 "serde_json",
13004 "util",
13005]
13006
13007[[package]]
13008name = "pretty_assertions"
13009version = "1.4.1"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13012dependencies = [
13013 "diff",
13014 "yansi",
13015]
13016
13017[[package]]
13018name = "prettyplease"
13019version = "0.2.37"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13022dependencies = [
13023 "proc-macro2",
13024 "syn 2.0.117",
13025]
13026
13027[[package]]
13028name = "primal-check"
13029version = "0.3.4"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13032dependencies = [
13033 "num-integer",
13034]
13035
13036[[package]]
13037name = "proc-macro-crate"
13038version = "3.4.0"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13041dependencies = [
13042 "toml_edit 0.23.7",
13043]
13044
13045[[package]]
13046name = "proc-macro-error"
13047version = "1.0.4"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13050dependencies = [
13051 "proc-macro-error-attr",
13052 "proc-macro2",
13053 "quote",
13054 "syn 1.0.109",
13055 "version_check",
13056]
13057
13058[[package]]
13059name = "proc-macro-error-attr"
13060version = "1.0.4"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13063dependencies = [
13064 "proc-macro2",
13065 "quote",
13066 "version_check",
13067]
13068
13069[[package]]
13070name = "proc-macro-error-attr2"
13071version = "2.0.0"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13074dependencies = [
13075 "proc-macro2",
13076 "quote",
13077]
13078
13079[[package]]
13080name = "proc-macro-error2"
13081version = "2.0.1"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13084dependencies = [
13085 "proc-macro-error-attr2",
13086 "proc-macro2",
13087 "quote",
13088 "syn 2.0.117",
13089]
13090
13091[[package]]
13092name = "proc-macro2"
13093version = "1.0.101"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13096dependencies = [
13097 "unicode-ident",
13098]
13099
13100[[package]]
13101name = "proc-macro2-diagnostics"
13102version = "0.10.1"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13105dependencies = [
13106 "proc-macro2",
13107 "quote",
13108 "syn 2.0.117",
13109 "version_check",
13110 "yansi",
13111]
13112
13113[[package]]
13114name = "procfs-core"
13115version = "0.17.0"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13118dependencies = [
13119 "bitflags 2.10.0",
13120 "hex",
13121 "serde",
13122]
13123
13124[[package]]
13125name = "profiling"
13126version = "1.0.17"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13129dependencies = [
13130 "profiling-procmacros",
13131]
13132
13133[[package]]
13134name = "profiling-procmacros"
13135version = "1.0.17"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13138dependencies = [
13139 "quote",
13140 "syn 2.0.117",
13141]
13142
13143[[package]]
13144name = "project"
13145version = "0.1.0"
13146dependencies = [
13147 "aho-corasick",
13148 "anyhow",
13149 "askpass",
13150 "async-trait",
13151 "base64 0.22.1",
13152 "buffer_diff",
13153 "circular-buffer",
13154 "client",
13155 "clock",
13156 "collections",
13157 "context_server",
13158 "dap",
13159 "encoding_rs",
13160 "extension",
13161 "fancy-regex",
13162 "fs",
13163 "futures 0.3.31",
13164 "fuzzy",
13165 "git",
13166 "git2",
13167 "git_hosting_providers",
13168 "globset",
13169 "gpui",
13170 "http_client",
13171 "image",
13172 "indexmap",
13173 "itertools 0.14.0",
13174 "language",
13175 "log",
13176 "lsp",
13177 "markdown",
13178 "node_runtime",
13179 "parking_lot",
13180 "paths",
13181 "postage",
13182 "prettier",
13183 "pretty_assertions",
13184 "project",
13185 "rand 0.9.2",
13186 "regex",
13187 "release_channel",
13188 "remote",
13189 "rpc",
13190 "schemars",
13191 "semver",
13192 "serde",
13193 "serde_json",
13194 "settings",
13195 "sha2",
13196 "shellexpand 2.1.2",
13197 "smallvec",
13198 "smol",
13199 "snippet",
13200 "snippet_provider",
13201 "sum_tree",
13202 "task",
13203 "tempfile",
13204 "terminal",
13205 "text",
13206 "toml 0.8.23",
13207 "tracing",
13208 "unindent",
13209 "url",
13210 "util",
13211 "watch",
13212 "wax",
13213 "which 6.0.3",
13214 "worktree",
13215 "zeroize",
13216 "zlog",
13217 "ztracing",
13218]
13219
13220[[package]]
13221name = "project_benchmarks"
13222version = "0.1.0"
13223dependencies = [
13224 "anyhow",
13225 "askpass",
13226 "clap",
13227 "client",
13228 "futures 0.3.31",
13229 "gpui",
13230 "gpui_platform",
13231 "http_client",
13232 "language",
13233 "node_runtime",
13234 "project",
13235 "release_channel",
13236 "remote",
13237 "rpassword",
13238 "semver",
13239 "settings",
13240 "watch",
13241]
13242
13243[[package]]
13244name = "project_panel"
13245version = "0.1.0"
13246dependencies = [
13247 "anyhow",
13248 "client",
13249 "collections",
13250 "command_palette_hooks",
13251 "criterion",
13252 "db",
13253 "editor",
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 "schemars",
13266 "search",
13267 "serde",
13268 "serde_json",
13269 "settings",
13270 "smallvec",
13271 "telemetry",
13272 "tempfile",
13273 "theme",
13274 "ui",
13275 "util",
13276 "workspace",
13277 "worktree",
13278 "zed_actions",
13279]
13280
13281[[package]]
13282name = "project_symbols"
13283version = "0.1.0"
13284dependencies = [
13285 "anyhow",
13286 "editor",
13287 "futures 0.3.31",
13288 "fuzzy",
13289 "gpui",
13290 "language",
13291 "lsp",
13292 "ordered-float 2.10.1",
13293 "picker",
13294 "project",
13295 "release_channel",
13296 "semver",
13297 "serde_json",
13298 "settings",
13299 "theme",
13300 "util",
13301 "workspace",
13302]
13303
13304[[package]]
13305name = "prometheus"
13306version = "0.14.0"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13309dependencies = [
13310 "cfg-if",
13311 "fnv",
13312 "lazy_static",
13313 "memchr",
13314 "parking_lot",
13315 "protobuf",
13316 "thiserror 2.0.17",
13317]
13318
13319[[package]]
13320name = "prompt_store"
13321version = "0.1.0"
13322dependencies = [
13323 "anyhow",
13324 "assets",
13325 "chrono",
13326 "collections",
13327 "fs",
13328 "futures 0.3.31",
13329 "fuzzy",
13330 "gpui",
13331 "handlebars 4.5.0",
13332 "heed",
13333 "language",
13334 "log",
13335 "parking_lot",
13336 "paths",
13337 "rope",
13338 "serde",
13339 "strum 0.27.2",
13340 "tempfile",
13341 "text",
13342 "util",
13343 "uuid",
13344]
13345
13346[[package]]
13347name = "proptest"
13348version = "1.10.0"
13349source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13350dependencies = [
13351 "bit-set",
13352 "bit-vec",
13353 "bitflags 2.10.0",
13354 "num-traits",
13355 "proptest-macro",
13356 "rand 0.9.2",
13357 "rand_chacha 0.9.0",
13358 "rand_xorshift",
13359 "regex-syntax",
13360 "rusty-fork",
13361 "tempfile",
13362 "unarray",
13363]
13364
13365[[package]]
13366name = "proptest-derive"
13367version = "0.8.0"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13370dependencies = [
13371 "proc-macro2",
13372 "quote",
13373 "syn 2.0.117",
13374]
13375
13376[[package]]
13377name = "proptest-macro"
13378version = "0.5.0"
13379source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13380dependencies = [
13381 "convert_case 0.11.0",
13382 "proc-macro2",
13383 "quote",
13384 "syn 2.0.117",
13385]
13386
13387[[package]]
13388name = "prost"
13389version = "0.9.0"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13392dependencies = [
13393 "bytes 1.11.1",
13394 "prost-derive 0.9.0",
13395]
13396
13397[[package]]
13398name = "prost"
13399version = "0.12.6"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13402dependencies = [
13403 "bytes 1.11.1",
13404 "prost-derive 0.12.6",
13405]
13406
13407[[package]]
13408name = "prost-build"
13409version = "0.9.0"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13412dependencies = [
13413 "bytes 1.11.1",
13414 "heck 0.3.3",
13415 "itertools 0.10.5",
13416 "lazy_static",
13417 "log",
13418 "multimap",
13419 "petgraph",
13420 "prost 0.9.0",
13421 "prost-types 0.9.0",
13422 "regex",
13423 "tempfile",
13424 "which 4.4.2",
13425]
13426
13427[[package]]
13428name = "prost-build"
13429version = "0.12.6"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13432dependencies = [
13433 "bytes 1.11.1",
13434 "heck 0.5.0",
13435 "itertools 0.12.1",
13436 "log",
13437 "multimap",
13438 "once_cell",
13439 "petgraph",
13440 "prettyplease",
13441 "prost 0.12.6",
13442 "prost-types 0.12.6",
13443 "regex",
13444 "syn 2.0.117",
13445 "tempfile",
13446]
13447
13448[[package]]
13449name = "prost-derive"
13450version = "0.9.0"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13453dependencies = [
13454 "anyhow",
13455 "itertools 0.10.5",
13456 "proc-macro2",
13457 "quote",
13458 "syn 1.0.109",
13459]
13460
13461[[package]]
13462name = "prost-derive"
13463version = "0.12.6"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13466dependencies = [
13467 "anyhow",
13468 "itertools 0.12.1",
13469 "proc-macro2",
13470 "quote",
13471 "syn 2.0.117",
13472]
13473
13474[[package]]
13475name = "prost-types"
13476version = "0.9.0"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13479dependencies = [
13480 "bytes 1.11.1",
13481 "prost 0.9.0",
13482]
13483
13484[[package]]
13485name = "prost-types"
13486version = "0.12.6"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13489dependencies = [
13490 "prost 0.12.6",
13491]
13492
13493[[package]]
13494name = "proto"
13495version = "0.1.0"
13496dependencies = [
13497 "anyhow",
13498 "prost 0.9.0",
13499 "prost-build 0.9.0",
13500 "serde",
13501]
13502
13503[[package]]
13504name = "protobuf"
13505version = "3.7.2"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13508dependencies = [
13509 "once_cell",
13510 "protobuf-support",
13511 "thiserror 1.0.69",
13512]
13513
13514[[package]]
13515name = "protobuf-support"
13516version = "3.7.2"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13519dependencies = [
13520 "thiserror 1.0.69",
13521]
13522
13523[[package]]
13524name = "psm"
13525version = "0.1.30"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13528dependencies = [
13529 "ar_archive_writer",
13530 "cc",
13531]
13532
13533[[package]]
13534name = "ptr_meta"
13535version = "0.1.4"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13538dependencies = [
13539 "ptr_meta_derive",
13540]
13541
13542[[package]]
13543name = "ptr_meta_derive"
13544version = "0.1.4"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13547dependencies = [
13548 "proc-macro2",
13549 "quote",
13550 "syn 1.0.109",
13551]
13552
13553[[package]]
13554name = "pulldown-cmark"
13555version = "0.10.3"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13558dependencies = [
13559 "bitflags 2.10.0",
13560 "memchr",
13561 "pulldown-cmark-escape",
13562 "unicase",
13563]
13564
13565[[package]]
13566name = "pulldown-cmark"
13567version = "0.13.0"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13570dependencies = [
13571 "bitflags 2.10.0",
13572 "memchr",
13573 "unicase",
13574]
13575
13576[[package]]
13577name = "pulldown-cmark-escape"
13578version = "0.10.1"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13581
13582[[package]]
13583name = "pulley-interpreter"
13584version = "33.0.2"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13587dependencies = [
13588 "cranelift-bitset",
13589 "log",
13590 "wasmtime-math",
13591]
13592
13593[[package]]
13594name = "pulp"
13595version = "0.18.22"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13598dependencies = [
13599 "bytemuck",
13600 "libm",
13601 "num-complex",
13602 "reborrow",
13603]
13604
13605[[package]]
13606name = "pulp"
13607version = "0.21.5"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13610dependencies = [
13611 "bytemuck",
13612 "cfg-if",
13613 "libm",
13614 "num-complex",
13615 "reborrow",
13616 "version_check",
13617]
13618
13619[[package]]
13620name = "pxfm"
13621version = "0.1.25"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13624dependencies = [
13625 "num-traits",
13626]
13627
13628[[package]]
13629name = "qoi"
13630version = "0.4.1"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13633dependencies = [
13634 "bytemuck",
13635]
13636
13637[[package]]
13638name = "quick-error"
13639version = "1.2.3"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13642
13643[[package]]
13644name = "quick-error"
13645version = "2.0.1"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13648
13649[[package]]
13650name = "quick-xml"
13651version = "0.30.0"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13654dependencies = [
13655 "memchr",
13656]
13657
13658[[package]]
13659name = "quick-xml"
13660version = "0.37.5"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13663dependencies = [
13664 "memchr",
13665]
13666
13667[[package]]
13668name = "quick-xml"
13669version = "0.38.3"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13672dependencies = [
13673 "memchr",
13674]
13675
13676[[package]]
13677name = "quinn"
13678version = "0.11.9"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13681dependencies = [
13682 "bytes 1.11.1",
13683 "cfg_aliases 0.2.1",
13684 "pin-project-lite",
13685 "quinn-proto",
13686 "quinn-udp",
13687 "rustc-hash 2.1.1",
13688 "rustls 0.23.33",
13689 "socket2 0.6.1",
13690 "thiserror 2.0.17",
13691 "tokio",
13692 "tracing",
13693 "web-time",
13694]
13695
13696[[package]]
13697name = "quinn-proto"
13698version = "0.11.13"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13701dependencies = [
13702 "bytes 1.11.1",
13703 "getrandom 0.3.4",
13704 "lru-slab",
13705 "rand 0.9.2",
13706 "ring",
13707 "rustc-hash 2.1.1",
13708 "rustls 0.23.33",
13709 "rustls-pki-types",
13710 "slab",
13711 "thiserror 2.0.17",
13712 "tinyvec",
13713 "tracing",
13714 "web-time",
13715]
13716
13717[[package]]
13718name = "quinn-udp"
13719version = "0.5.14"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13722dependencies = [
13723 "cfg_aliases 0.2.1",
13724 "libc",
13725 "once_cell",
13726 "socket2 0.6.1",
13727 "tracing",
13728 "windows-sys 0.60.2",
13729]
13730
13731[[package]]
13732name = "quote"
13733version = "1.0.41"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13736dependencies = [
13737 "proc-macro2",
13738]
13739
13740[[package]]
13741name = "r-efi"
13742version = "5.3.0"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13745
13746[[package]]
13747name = "radium"
13748version = "0.7.0"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13751
13752[[package]]
13753name = "rand"
13754version = "0.3.23"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13757dependencies = [
13758 "libc",
13759 "rand 0.4.6",
13760]
13761
13762[[package]]
13763name = "rand"
13764version = "0.4.6"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13767dependencies = [
13768 "fuchsia-cprng",
13769 "libc",
13770 "rand_core 0.3.1",
13771 "rdrand",
13772 "winapi",
13773]
13774
13775[[package]]
13776name = "rand"
13777version = "0.8.5"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13780dependencies = [
13781 "libc",
13782 "rand_chacha 0.3.1",
13783 "rand_core 0.6.4",
13784]
13785
13786[[package]]
13787name = "rand"
13788version = "0.9.2"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13791dependencies = [
13792 "rand_chacha 0.9.0",
13793 "rand_core 0.9.3",
13794]
13795
13796[[package]]
13797name = "rand_chacha"
13798version = "0.3.1"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13801dependencies = [
13802 "ppv-lite86",
13803 "rand_core 0.6.4",
13804]
13805
13806[[package]]
13807name = "rand_chacha"
13808version = "0.9.0"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13811dependencies = [
13812 "ppv-lite86",
13813 "rand_core 0.9.3",
13814]
13815
13816[[package]]
13817name = "rand_core"
13818version = "0.3.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13821dependencies = [
13822 "rand_core 0.4.2",
13823]
13824
13825[[package]]
13826name = "rand_core"
13827version = "0.4.2"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13830
13831[[package]]
13832name = "rand_core"
13833version = "0.6.4"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13836dependencies = [
13837 "getrandom 0.2.16",
13838]
13839
13840[[package]]
13841name = "rand_core"
13842version = "0.9.3"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13845dependencies = [
13846 "getrandom 0.3.4",
13847]
13848
13849[[package]]
13850name = "rand_distr"
13851version = "0.5.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13854dependencies = [
13855 "num-traits",
13856 "rand 0.9.2",
13857]
13858
13859[[package]]
13860name = "rand_pcg"
13861version = "0.3.1"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13864dependencies = [
13865 "rand_core 0.6.4",
13866]
13867
13868[[package]]
13869name = "rand_xorshift"
13870version = "0.4.0"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13873dependencies = [
13874 "rand_core 0.9.3",
13875]
13876
13877[[package]]
13878name = "random_choice"
13879version = "0.3.2"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13882dependencies = [
13883 "rand 0.3.23",
13884]
13885
13886[[package]]
13887name = "range-alloc"
13888version = "0.1.4"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13891
13892[[package]]
13893name = "range-map"
13894version = "0.2.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13897dependencies = [
13898 "num-traits",
13899]
13900
13901[[package]]
13902name = "rangemap"
13903version = "1.7.1"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13906
13907[[package]]
13908name = "rav1e"
13909version = "0.7.1"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13912dependencies = [
13913 "arbitrary",
13914 "arg_enum_proc_macro",
13915 "arrayvec",
13916 "av1-grain",
13917 "bitstream-io",
13918 "built",
13919 "cfg-if",
13920 "interpolate_name",
13921 "itertools 0.12.1",
13922 "libc",
13923 "libfuzzer-sys",
13924 "log",
13925 "maybe-rayon",
13926 "new_debug_unreachable",
13927 "noop_proc_macro",
13928 "num-derive",
13929 "num-traits",
13930 "once_cell",
13931 "paste",
13932 "profiling",
13933 "rand 0.8.5",
13934 "rand_chacha 0.3.1",
13935 "simd_helpers",
13936 "system-deps 6.2.2",
13937 "thiserror 1.0.69",
13938 "v_frame",
13939 "wasm-bindgen",
13940]
13941
13942[[package]]
13943name = "ravif"
13944version = "0.11.20"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13947dependencies = [
13948 "avif-serialize",
13949 "imgref",
13950 "loop9",
13951 "quick-error 2.0.1",
13952 "rav1e",
13953 "rayon",
13954 "rgb",
13955]
13956
13957[[package]]
13958name = "raw-cpuid"
13959version = "10.7.0"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13962dependencies = [
13963 "bitflags 1.3.2",
13964]
13965
13966[[package]]
13967name = "raw-cpuid"
13968version = "11.6.0"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13971dependencies = [
13972 "bitflags 2.10.0",
13973]
13974
13975[[package]]
13976name = "raw-window-handle"
13977version = "0.6.2"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13980
13981[[package]]
13982name = "rayon"
13983version = "1.11.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13986dependencies = [
13987 "either",
13988 "rayon-core",
13989]
13990
13991[[package]]
13992name = "rayon-core"
13993version = "1.13.0"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13996dependencies = [
13997 "crossbeam-deque",
13998 "crossbeam-utils",
13999]
14000
14001[[package]]
14002name = "rdrand"
14003version = "0.4.0"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14006dependencies = [
14007 "rand_core 0.3.1",
14008]
14009
14010[[package]]
14011name = "read-fonts"
14012version = "0.35.0"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14015dependencies = [
14016 "bytemuck",
14017 "font-types 0.10.0",
14018]
14019
14020[[package]]
14021name = "read-fonts"
14022version = "0.37.0"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14025dependencies = [
14026 "bytemuck",
14027 "core_maths",
14028 "font-types 0.11.0",
14029]
14030
14031[[package]]
14032name = "realfft"
14033version = "3.5.0"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14036dependencies = [
14037 "rustfft",
14038]
14039
14040[[package]]
14041name = "reborrow"
14042version = "0.5.5"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14045
14046[[package]]
14047name = "recent_projects"
14048version = "0.1.0"
14049dependencies = [
14050 "anyhow",
14051 "askpass",
14052 "chrono",
14053 "db",
14054 "dev_container",
14055 "editor",
14056 "extension",
14057 "extension_host",
14058 "fs",
14059 "futures 0.3.31",
14060 "fuzzy",
14061 "gpui",
14062 "http_client",
14063 "indoc",
14064 "language",
14065 "log",
14066 "menu",
14067 "node_runtime",
14068 "open_path_prompt",
14069 "ordered-float 2.10.1",
14070 "paths",
14071 "picker",
14072 "project",
14073 "release_channel",
14074 "remote",
14075 "remote_connection",
14076 "remote_server",
14077 "semver",
14078 "serde",
14079 "serde_json",
14080 "settings",
14081 "smol",
14082 "task",
14083 "telemetry",
14084 "ui",
14085 "ui_input",
14086 "util",
14087 "windows-registry 0.6.1",
14088 "workspace",
14089 "worktree",
14090 "zed_actions",
14091]
14092
14093[[package]]
14094name = "redox_syscall"
14095version = "0.2.16"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14098dependencies = [
14099 "bitflags 1.3.2",
14100]
14101
14102[[package]]
14103name = "redox_syscall"
14104version = "0.5.18"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14107dependencies = [
14108 "bitflags 2.10.0",
14109]
14110
14111[[package]]
14112name = "redox_users"
14113version = "0.4.6"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14116dependencies = [
14117 "getrandom 0.2.16",
14118 "libredox",
14119 "thiserror 1.0.69",
14120]
14121
14122[[package]]
14123name = "redox_users"
14124version = "0.5.2"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14127dependencies = [
14128 "getrandom 0.2.16",
14129 "libredox",
14130 "thiserror 2.0.17",
14131]
14132
14133[[package]]
14134name = "ref-cast"
14135version = "1.0.25"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14138dependencies = [
14139 "ref-cast-impl",
14140]
14141
14142[[package]]
14143name = "ref-cast-impl"
14144version = "1.0.25"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14147dependencies = [
14148 "proc-macro2",
14149 "quote",
14150 "syn 2.0.117",
14151]
14152
14153[[package]]
14154name = "referencing"
14155version = "0.37.4"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14158dependencies = [
14159 "ahash 0.8.12",
14160 "fluent-uri",
14161 "getrandom 0.3.4",
14162 "hashbrown 0.16.1",
14163 "parking_lot",
14164 "percent-encoding",
14165 "serde_json",
14166]
14167
14168[[package]]
14169name = "refineable"
14170version = "0.1.0"
14171dependencies = [
14172 "derive_refineable",
14173]
14174
14175[[package]]
14176name = "regalloc2"
14177version = "0.12.2"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14180dependencies = [
14181 "allocator-api2",
14182 "bumpalo",
14183 "hashbrown 0.15.5",
14184 "log",
14185 "rustc-hash 2.1.1",
14186 "serde",
14187 "smallvec",
14188]
14189
14190[[package]]
14191name = "regex"
14192version = "1.12.2"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14195dependencies = [
14196 "aho-corasick",
14197 "memchr",
14198 "regex-automata",
14199 "regex-syntax",
14200]
14201
14202[[package]]
14203name = "regex-automata"
14204version = "0.4.13"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14207dependencies = [
14208 "aho-corasick",
14209 "memchr",
14210 "regex-syntax",
14211]
14212
14213[[package]]
14214name = "regex-lite"
14215version = "0.1.8"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14218
14219[[package]]
14220name = "regex-syntax"
14221version = "0.8.8"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14224
14225[[package]]
14226name = "release_channel"
14227version = "0.1.0"
14228dependencies = [
14229 "gpui",
14230 "semver",
14231]
14232
14233[[package]]
14234name = "remote"
14235version = "0.1.0"
14236dependencies = [
14237 "anyhow",
14238 "askpass",
14239 "async-trait",
14240 "base64 0.22.1",
14241 "collections",
14242 "fs",
14243 "futures 0.3.31",
14244 "gpui",
14245 "log",
14246 "parking_lot",
14247 "paths",
14248 "prost 0.9.0",
14249 "release_channel",
14250 "rpc",
14251 "schemars",
14252 "semver",
14253 "serde",
14254 "serde_json",
14255 "settings",
14256 "smol",
14257 "tempfile",
14258 "thiserror 2.0.17",
14259 "urlencoding",
14260 "util",
14261 "which 6.0.3",
14262]
14263
14264[[package]]
14265name = "remote_connection"
14266version = "0.1.0"
14267dependencies = [
14268 "anyhow",
14269 "askpass",
14270 "auto_update",
14271 "futures 0.3.31",
14272 "gpui",
14273 "log",
14274 "markdown",
14275 "menu",
14276 "release_channel",
14277 "remote",
14278 "semver",
14279 "settings",
14280 "theme",
14281 "ui",
14282 "ui_input",
14283 "workspace",
14284]
14285
14286[[package]]
14287name = "remote_server"
14288version = "0.1.0"
14289dependencies = [
14290 "action_log",
14291 "agent",
14292 "anyhow",
14293 "askpass",
14294 "cargo_toml",
14295 "clap",
14296 "client",
14297 "clock",
14298 "collections",
14299 "crash-handler",
14300 "crashes",
14301 "dap_adapters",
14302 "debug_adapter_extension",
14303 "editor",
14304 "env_logger 0.11.8",
14305 "extension",
14306 "extension_host",
14307 "fork",
14308 "fs",
14309 "futures 0.3.31",
14310 "git",
14311 "git2",
14312 "git_hosting_providers",
14313 "gpui",
14314 "gpui_platform",
14315 "gpui_tokio",
14316 "http_client",
14317 "image",
14318 "json_schema_store",
14319 "language",
14320 "language_extension",
14321 "language_model",
14322 "languages",
14323 "libc",
14324 "log",
14325 "lsp",
14326 "minidumper",
14327 "net",
14328 "node_runtime",
14329 "paths",
14330 "pretty_assertions",
14331 "project",
14332 "proto",
14333 "rayon",
14334 "release_channel",
14335 "remote",
14336 "reqwest_client",
14337 "rpc",
14338 "rust-embed",
14339 "semver",
14340 "serde",
14341 "serde_json",
14342 "settings",
14343 "shellexpand 2.1.2",
14344 "smol",
14345 "sysinfo 0.37.2",
14346 "task",
14347 "theme",
14348 "thiserror 2.0.17",
14349 "toml 0.8.23",
14350 "unindent",
14351 "util",
14352 "uuid",
14353 "watch",
14354 "windows 0.61.3",
14355 "worktree",
14356 "zlog",
14357]
14358
14359[[package]]
14360name = "rend"
14361version = "0.4.2"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14364dependencies = [
14365 "bytecheck",
14366]
14367
14368[[package]]
14369name = "renderdoc-sys"
14370version = "1.1.0"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14373
14374[[package]]
14375name = "repl"
14376version = "0.1.0"
14377dependencies = [
14378 "alacritty_terminal",
14379 "anyhow",
14380 "async-dispatcher",
14381 "async-task",
14382 "async-tungstenite",
14383 "base64 0.22.1",
14384 "client",
14385 "collections",
14386 "command_palette_hooks",
14387 "editor",
14388 "feature_flags",
14389 "file_icons",
14390 "futures 0.3.31",
14391 "gpui",
14392 "html_to_markdown",
14393 "http_client",
14394 "image",
14395 "indoc",
14396 "jupyter-protocol",
14397 "jupyter-websocket-client",
14398 "language",
14399 "languages",
14400 "log",
14401 "markdown",
14402 "menu",
14403 "multi_buffer",
14404 "nbformat",
14405 "picker",
14406 "project",
14407 "remote",
14408 "runtimelib",
14409 "serde",
14410 "serde_json",
14411 "settings",
14412 "shlex",
14413 "smol",
14414 "telemetry",
14415 "terminal",
14416 "terminal_view",
14417 "theme",
14418 "tree-sitter-md",
14419 "tree-sitter-python",
14420 "tree-sitter-typescript",
14421 "ui",
14422 "util",
14423 "uuid",
14424 "workspace",
14425 "zed_actions",
14426]
14427
14428[[package]]
14429name = "reqwest"
14430version = "0.11.27"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14433dependencies = [
14434 "base64 0.21.7",
14435 "bytes 1.11.1",
14436 "encoding_rs",
14437 "futures-core",
14438 "futures-util",
14439 "h2 0.3.27",
14440 "http 0.2.12",
14441 "http-body 0.4.6",
14442 "hyper 0.14.32",
14443 "hyper-tls",
14444 "ipnet",
14445 "js-sys",
14446 "log",
14447 "mime",
14448 "native-tls",
14449 "once_cell",
14450 "percent-encoding",
14451 "pin-project-lite",
14452 "rustls-pemfile 1.0.4",
14453 "serde",
14454 "serde_json",
14455 "serde_urlencoded",
14456 "sync_wrapper 0.1.2",
14457 "system-configuration 0.5.1",
14458 "tokio",
14459 "tokio-native-tls",
14460 "tower-service",
14461 "url",
14462 "wasm-bindgen",
14463 "wasm-bindgen-futures",
14464 "web-sys",
14465 "winreg 0.50.0",
14466]
14467
14468[[package]]
14469name = "reqwest"
14470version = "0.12.24"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14473dependencies = [
14474 "base64 0.22.1",
14475 "bytes 1.11.1",
14476 "futures-channel",
14477 "futures-core",
14478 "futures-util",
14479 "http 1.3.1",
14480 "http-body 1.0.1",
14481 "http-body-util",
14482 "hyper 1.7.0",
14483 "hyper-rustls 0.27.7",
14484 "hyper-util",
14485 "js-sys",
14486 "log",
14487 "percent-encoding",
14488 "pin-project-lite",
14489 "quinn",
14490 "rustls 0.23.33",
14491 "rustls-native-certs 0.8.2",
14492 "rustls-pki-types",
14493 "serde",
14494 "serde_json",
14495 "serde_urlencoded",
14496 "sync_wrapper 1.0.2",
14497 "tokio",
14498 "tokio-rustls 0.26.2",
14499 "tower 0.5.2",
14500 "tower-http 0.6.6",
14501 "tower-service",
14502 "url",
14503 "wasm-bindgen",
14504 "wasm-bindgen-futures",
14505 "web-sys",
14506]
14507
14508[[package]]
14509name = "reqwest_client"
14510version = "0.1.0"
14511dependencies = [
14512 "anyhow",
14513 "bytes 1.11.1",
14514 "futures 0.3.31",
14515 "gpui_util",
14516 "http_client",
14517 "http_client_tls",
14518 "log",
14519 "regex",
14520 "serde",
14521 "tokio",
14522 "zed-reqwest",
14523]
14524
14525[[package]]
14526name = "resvg"
14527version = "0.45.1"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14530dependencies = [
14531 "log",
14532 "pico-args",
14533 "rgb",
14534 "svgtypes",
14535 "tiny-skia",
14536 "usvg",
14537]
14538
14539[[package]]
14540name = "rfc6979"
14541version = "0.3.1"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14544dependencies = [
14545 "crypto-bigint 0.4.9",
14546 "hmac",
14547 "zeroize",
14548]
14549
14550[[package]]
14551name = "rgb"
14552version = "0.8.52"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14555dependencies = [
14556 "bytemuck",
14557]
14558
14559[[package]]
14560name = "ring"
14561version = "0.17.14"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14564dependencies = [
14565 "cc",
14566 "cfg-if",
14567 "getrandom 0.2.16",
14568 "libc",
14569 "untrusted 0.9.0",
14570 "windows-sys 0.52.0",
14571]
14572
14573[[package]]
14574name = "rkyv"
14575version = "0.7.45"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14578dependencies = [
14579 "bitvec",
14580 "bytecheck",
14581 "bytes 1.11.1",
14582 "hashbrown 0.12.3",
14583 "ptr_meta",
14584 "rend",
14585 "rkyv_derive",
14586 "seahash",
14587 "tinyvec",
14588 "uuid",
14589]
14590
14591[[package]]
14592name = "rkyv_derive"
14593version = "0.7.45"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14596dependencies = [
14597 "proc-macro2",
14598 "quote",
14599 "syn 1.0.109",
14600]
14601
14602[[package]]
14603name = "rmp"
14604version = "0.8.14"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14607dependencies = [
14608 "byteorder",
14609 "num-traits",
14610 "paste",
14611]
14612
14613[[package]]
14614name = "rmpv"
14615version = "1.3.0"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14618dependencies = [
14619 "num-traits",
14620 "rmp",
14621]
14622
14623[[package]]
14624name = "rodio"
14625version = "0.21.1"
14626source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14627dependencies = [
14628 "cpal",
14629 "dasp_sample",
14630 "hound",
14631 "num-rational",
14632 "rand 0.9.2",
14633 "rand_distr",
14634 "rtrb",
14635 "symphonia",
14636 "thiserror 2.0.17",
14637]
14638
14639[[package]]
14640name = "rope"
14641version = "0.1.0"
14642dependencies = [
14643 "arrayvec",
14644 "criterion",
14645 "ctor",
14646 "gpui",
14647 "log",
14648 "rand 0.9.2",
14649 "rayon",
14650 "sum_tree",
14651 "tracing",
14652 "unicode-segmentation",
14653 "util",
14654 "zlog",
14655 "ztracing",
14656]
14657
14658[[package]]
14659name = "roxmltree"
14660version = "0.20.0"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14663
14664[[package]]
14665name = "rpassword"
14666version = "7.4.0"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14669dependencies = [
14670 "libc",
14671 "rtoolbox",
14672 "windows-sys 0.59.0",
14673]
14674
14675[[package]]
14676name = "rpc"
14677version = "0.1.0"
14678dependencies = [
14679 "anyhow",
14680 "async-tungstenite",
14681 "base64 0.22.1",
14682 "collections",
14683 "futures 0.3.31",
14684 "gpui",
14685 "parking_lot",
14686 "proto",
14687 "rand 0.9.2",
14688 "rsa",
14689 "serde",
14690 "serde_json",
14691 "sha2",
14692 "strum 0.27.2",
14693 "tracing",
14694 "util",
14695 "zlog",
14696 "zstd",
14697]
14698
14699[[package]]
14700name = "rsa"
14701version = "0.9.10"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14704dependencies = [
14705 "const-oid",
14706 "digest",
14707 "num-bigint-dig 0.8.6",
14708 "num-integer",
14709 "num-traits",
14710 "pkcs1",
14711 "pkcs8 0.10.2",
14712 "rand_core 0.6.4",
14713 "signature 2.2.0",
14714 "spki 0.7.3",
14715 "subtle",
14716 "zeroize",
14717]
14718
14719[[package]]
14720name = "rtoolbox"
14721version = "0.0.3"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14724dependencies = [
14725 "libc",
14726 "windows-sys 0.52.0",
14727]
14728
14729[[package]]
14730name = "rtrb"
14731version = "0.3.2"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14734
14735[[package]]
14736name = "rules_library"
14737version = "0.1.0"
14738dependencies = [
14739 "anyhow",
14740 "collections",
14741 "editor",
14742 "gpui",
14743 "language",
14744 "language_model",
14745 "log",
14746 "menu",
14747 "picker",
14748 "platform_title_bar",
14749 "prompt_store",
14750 "release_channel",
14751 "rope",
14752 "serde",
14753 "settings",
14754 "theme",
14755 "ui",
14756 "ui_input",
14757 "util",
14758 "workspace",
14759 "zed_actions",
14760]
14761
14762[[package]]
14763name = "runtimelib"
14764version = "1.4.0"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14767dependencies = [
14768 "async-dispatcher",
14769 "async-std",
14770 "aws-lc-rs",
14771 "base64 0.22.1",
14772 "bytes 1.11.1",
14773 "chrono",
14774 "data-encoding",
14775 "dirs 6.0.0",
14776 "futures 0.3.31",
14777 "glob",
14778 "jupyter-protocol",
14779 "serde",
14780 "serde_json",
14781 "shellexpand 3.1.1",
14782 "smol",
14783 "thiserror 2.0.17",
14784 "uuid",
14785 "zeromq",
14786]
14787
14788[[package]]
14789name = "rust-embed"
14790version = "8.7.2"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14793dependencies = [
14794 "rust-embed-impl",
14795 "rust-embed-utils",
14796 "walkdir",
14797]
14798
14799[[package]]
14800name = "rust-embed-impl"
14801version = "8.7.2"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14804dependencies = [
14805 "proc-macro2",
14806 "quote",
14807 "rust-embed-utils",
14808 "syn 2.0.117",
14809 "walkdir",
14810]
14811
14812[[package]]
14813name = "rust-embed-utils"
14814version = "8.7.2"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14817dependencies = [
14818 "globset",
14819 "sha2",
14820 "walkdir",
14821]
14822
14823[[package]]
14824name = "rust_decimal"
14825version = "1.39.0"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14828dependencies = [
14829 "arrayvec",
14830 "borsh",
14831 "bytes 1.11.1",
14832 "num-traits",
14833 "rand 0.8.5",
14834 "rkyv",
14835 "serde",
14836 "serde_json",
14837]
14838
14839[[package]]
14840name = "rustc-demangle"
14841version = "0.1.26"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14844
14845[[package]]
14846name = "rustc-hash"
14847version = "1.1.0"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14850
14851[[package]]
14852name = "rustc-hash"
14853version = "2.1.1"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14856
14857[[package]]
14858name = "rustc_version"
14859version = "0.4.1"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14862dependencies = [
14863 "semver",
14864]
14865
14866[[package]]
14867name = "rustfft"
14868version = "6.4.1"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14871dependencies = [
14872 "num-complex",
14873 "num-integer",
14874 "num-traits",
14875 "primal-check",
14876 "strength_reduce",
14877 "transpose",
14878]
14879
14880[[package]]
14881name = "rustix"
14882version = "0.38.44"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14885dependencies = [
14886 "bitflags 2.10.0",
14887 "errno 0.3.14",
14888 "libc",
14889 "linux-raw-sys 0.4.15",
14890 "windows-sys 0.59.0",
14891]
14892
14893[[package]]
14894name = "rustix"
14895version = "1.1.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14898dependencies = [
14899 "bitflags 2.10.0",
14900 "errno 0.3.14",
14901 "libc",
14902 "linux-raw-sys 0.11.0",
14903 "windows-sys 0.61.2",
14904]
14905
14906[[package]]
14907name = "rustix-linux-procfs"
14908version = "0.1.1"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14911dependencies = [
14912 "once_cell",
14913 "rustix 1.1.2",
14914]
14915
14916[[package]]
14917name = "rustix-openpty"
14918version = "0.2.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14921dependencies = [
14922 "errno 0.3.14",
14923 "libc",
14924 "rustix 1.1.2",
14925]
14926
14927[[package]]
14928name = "rustls"
14929version = "0.21.12"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14932dependencies = [
14933 "log",
14934 "ring",
14935 "rustls-webpki 0.101.7",
14936 "sct",
14937]
14938
14939[[package]]
14940name = "rustls"
14941version = "0.23.33"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14944dependencies = [
14945 "aws-lc-rs",
14946 "log",
14947 "once_cell",
14948 "ring",
14949 "rustls-pki-types",
14950 "rustls-webpki 0.103.7",
14951 "subtle",
14952 "zeroize",
14953]
14954
14955[[package]]
14956name = "rustls-native-certs"
14957version = "0.6.3"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14960dependencies = [
14961 "openssl-probe",
14962 "rustls-pemfile 1.0.4",
14963 "schannel",
14964 "security-framework 2.11.1",
14965]
14966
14967[[package]]
14968name = "rustls-native-certs"
14969version = "0.8.2"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14972dependencies = [
14973 "openssl-probe",
14974 "rustls-pki-types",
14975 "schannel",
14976 "security-framework 3.5.1",
14977]
14978
14979[[package]]
14980name = "rustls-pemfile"
14981version = "1.0.4"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14984dependencies = [
14985 "base64 0.21.7",
14986]
14987
14988[[package]]
14989name = "rustls-pemfile"
14990version = "2.2.0"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14993dependencies = [
14994 "rustls-pki-types",
14995]
14996
14997[[package]]
14998name = "rustls-pki-types"
14999version = "1.12.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15002dependencies = [
15003 "web-time",
15004 "zeroize",
15005]
15006
15007[[package]]
15008name = "rustls-platform-verifier"
15009version = "0.5.3"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15012dependencies = [
15013 "core-foundation 0.10.0",
15014 "core-foundation-sys",
15015 "jni",
15016 "log",
15017 "once_cell",
15018 "rustls 0.23.33",
15019 "rustls-native-certs 0.8.2",
15020 "rustls-platform-verifier-android",
15021 "rustls-webpki 0.103.7",
15022 "security-framework 3.5.1",
15023 "security-framework-sys",
15024 "webpki-root-certs",
15025 "windows-sys 0.59.0",
15026]
15027
15028[[package]]
15029name = "rustls-platform-verifier-android"
15030version = "0.1.1"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15033
15034[[package]]
15035name = "rustls-webpki"
15036version = "0.101.7"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15039dependencies = [
15040 "ring",
15041 "untrusted 0.9.0",
15042]
15043
15044[[package]]
15045name = "rustls-webpki"
15046version = "0.103.7"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15049dependencies = [
15050 "aws-lc-rs",
15051 "ring",
15052 "rustls-pki-types",
15053 "untrusted 0.9.0",
15054]
15055
15056[[package]]
15057name = "rustversion"
15058version = "1.0.22"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15061
15062[[package]]
15063name = "rusty-fork"
15064version = "0.3.1"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15067dependencies = [
15068 "fnv",
15069 "quick-error 1.2.3",
15070 "tempfile",
15071 "wait-timeout",
15072]
15073
15074[[package]]
15075name = "rustybuzz"
15076version = "0.20.1"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15079dependencies = [
15080 "bitflags 2.10.0",
15081 "bytemuck",
15082 "core_maths",
15083 "log",
15084 "smallvec",
15085 "ttf-parser 0.25.1",
15086 "unicode-bidi-mirroring",
15087 "unicode-ccc",
15088 "unicode-properties",
15089 "unicode-script",
15090]
15091
15092[[package]]
15093name = "ryu"
15094version = "1.0.20"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15097
15098[[package]]
15099name = "saa"
15100version = "5.4.9"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15103
15104[[package]]
15105name = "safetensors"
15106version = "0.4.5"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15109dependencies = [
15110 "serde",
15111 "serde_json",
15112]
15113
15114[[package]]
15115name = "same-file"
15116version = "1.0.6"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15119dependencies = [
15120 "winapi-util",
15121]
15122
15123[[package]]
15124name = "scc"
15125version = "3.5.6"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15128dependencies = [
15129 "saa",
15130 "sdd",
15131]
15132
15133[[package]]
15134name = "schannel"
15135version = "0.1.28"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15138dependencies = [
15139 "windows-sys 0.61.2",
15140]
15141
15142[[package]]
15143name = "scheduler"
15144version = "0.1.0"
15145dependencies = [
15146 "async-task",
15147 "backtrace",
15148 "chrono",
15149 "flume",
15150 "futures 0.3.31",
15151 "parking_lot",
15152 "rand 0.9.2",
15153 "web-time",
15154]
15155
15156[[package]]
15157name = "schema_generator"
15158version = "0.1.0"
15159dependencies = [
15160 "anyhow",
15161 "clap",
15162 "env_logger 0.11.8",
15163 "schemars",
15164 "serde",
15165 "serde_json",
15166 "settings",
15167 "theme",
15168]
15169
15170[[package]]
15171name = "schemars"
15172version = "1.0.4"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15175dependencies = [
15176 "dyn-clone",
15177 "indexmap",
15178 "ref-cast",
15179 "schemars_derive",
15180 "serde",
15181 "serde_json",
15182]
15183
15184[[package]]
15185name = "schemars_derive"
15186version = "1.0.4"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15189dependencies = [
15190 "proc-macro2",
15191 "quote",
15192 "serde_derive_internals",
15193 "syn 2.0.117",
15194]
15195
15196[[package]]
15197name = "scoped-tls"
15198version = "1.0.1"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15201
15202[[package]]
15203name = "scopeguard"
15204version = "1.2.0"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15207
15208[[package]]
15209name = "scratch"
15210version = "1.0.9"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15213
15214[[package]]
15215name = "screencapturekit"
15216version = "0.2.8"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15219dependencies = [
15220 "screencapturekit-sys",
15221]
15222
15223[[package]]
15224name = "screencapturekit-sys"
15225version = "0.2.8"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15228dependencies = [
15229 "block",
15230 "dispatch",
15231 "objc",
15232 "objc-foundation",
15233 "objc_id",
15234 "once_cell",
15235]
15236
15237[[package]]
15238name = "scroll"
15239version = "0.12.0"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15242dependencies = [
15243 "scroll_derive",
15244]
15245
15246[[package]]
15247name = "scroll_derive"
15248version = "0.12.1"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15251dependencies = [
15252 "proc-macro2",
15253 "quote",
15254 "syn 2.0.117",
15255]
15256
15257[[package]]
15258name = "sct"
15259version = "0.7.1"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15262dependencies = [
15263 "ring",
15264 "untrusted 0.9.0",
15265]
15266
15267[[package]]
15268name = "sdd"
15269version = "4.6.2"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15272
15273[[package]]
15274name = "sea-bae"
15275version = "0.2.1"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15278dependencies = [
15279 "heck 0.4.1",
15280 "proc-macro-error2",
15281 "proc-macro2",
15282 "quote",
15283 "syn 2.0.117",
15284]
15285
15286[[package]]
15287name = "sea-orm"
15288version = "1.1.10"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15291dependencies = [
15292 "async-stream",
15293 "async-trait",
15294 "bigdecimal",
15295 "chrono",
15296 "futures-util",
15297 "log",
15298 "ouroboros",
15299 "pgvector",
15300 "rust_decimal",
15301 "sea-orm-macros",
15302 "sea-query",
15303 "sea-query-binder",
15304 "serde",
15305 "serde_json",
15306 "sqlx",
15307 "strum 0.26.3",
15308 "thiserror 2.0.17",
15309 "time",
15310 "tracing",
15311 "url",
15312 "uuid",
15313]
15314
15315[[package]]
15316name = "sea-orm-macros"
15317version = "1.1.10"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15320dependencies = [
15321 "heck 0.4.1",
15322 "proc-macro2",
15323 "quote",
15324 "sea-bae",
15325 "syn 2.0.117",
15326 "unicode-ident",
15327]
15328
15329[[package]]
15330name = "sea-query"
15331version = "0.32.7"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15334dependencies = [
15335 "bigdecimal",
15336 "chrono",
15337 "inherent",
15338 "ordered-float 4.6.0",
15339 "rust_decimal",
15340 "serde_json",
15341 "time",
15342 "uuid",
15343]
15344
15345[[package]]
15346name = "sea-query-binder"
15347version = "0.7.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15350dependencies = [
15351 "bigdecimal",
15352 "chrono",
15353 "rust_decimal",
15354 "sea-query",
15355 "serde_json",
15356 "sqlx",
15357 "time",
15358 "uuid",
15359]
15360
15361[[package]]
15362name = "seahash"
15363version = "4.1.0"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15366
15367[[package]]
15368name = "search"
15369version = "0.1.0"
15370dependencies = [
15371 "any_vec",
15372 "anyhow",
15373 "bitflags 2.10.0",
15374 "collections",
15375 "editor",
15376 "fs",
15377 "futures 0.3.31",
15378 "gpui",
15379 "itertools 0.14.0",
15380 "language",
15381 "lsp",
15382 "menu",
15383 "pretty_assertions",
15384 "project",
15385 "serde",
15386 "serde_json",
15387 "settings",
15388 "smol",
15389 "theme",
15390 "tracing",
15391 "ui",
15392 "unindent",
15393 "util",
15394 "util_macros",
15395 "workspace",
15396 "zed_actions",
15397 "ztracing",
15398]
15399
15400[[package]]
15401name = "sec1"
15402version = "0.3.0"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15405dependencies = [
15406 "base16ct",
15407 "der 0.6.1",
15408 "generic-array",
15409 "pkcs8 0.9.0",
15410 "subtle",
15411 "zeroize",
15412]
15413
15414[[package]]
15415name = "security-framework"
15416version = "2.11.1"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15419dependencies = [
15420 "bitflags 2.10.0",
15421 "core-foundation 0.9.4",
15422 "core-foundation-sys",
15423 "libc",
15424 "security-framework-sys",
15425]
15426
15427[[package]]
15428name = "security-framework"
15429version = "3.5.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15432dependencies = [
15433 "bitflags 2.10.0",
15434 "core-foundation 0.10.0",
15435 "core-foundation-sys",
15436 "libc",
15437 "security-framework-sys",
15438]
15439
15440[[package]]
15441name = "security-framework-sys"
15442version = "2.15.0"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15445dependencies = [
15446 "core-foundation-sys",
15447 "libc",
15448]
15449
15450[[package]]
15451name = "self_cell"
15452version = "1.2.2"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15455
15456[[package]]
15457name = "semver"
15458version = "1.0.27"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15461dependencies = [
15462 "serde",
15463 "serde_core",
15464]
15465
15466[[package]]
15467name = "seq-macro"
15468version = "0.3.6"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15471
15472[[package]]
15473name = "serde"
15474version = "1.0.228"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15477dependencies = [
15478 "serde_core",
15479 "serde_derive",
15480]
15481
15482[[package]]
15483name = "serde_bytes"
15484version = "0.11.19"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15487dependencies = [
15488 "serde",
15489 "serde_core",
15490]
15491
15492[[package]]
15493name = "serde_core"
15494version = "1.0.228"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15497dependencies = [
15498 "serde_derive",
15499]
15500
15501[[package]]
15502name = "serde_derive"
15503version = "1.0.228"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15506dependencies = [
15507 "proc-macro2",
15508 "quote",
15509 "syn 2.0.117",
15510]
15511
15512[[package]]
15513name = "serde_derive_internals"
15514version = "0.29.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15517dependencies = [
15518 "proc-macro2",
15519 "quote",
15520 "syn 2.0.117",
15521]
15522
15523[[package]]
15524name = "serde_fmt"
15525version = "1.0.3"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15528dependencies = [
15529 "serde",
15530]
15531
15532[[package]]
15533name = "serde_json"
15534version = "1.0.145"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15537dependencies = [
15538 "indexmap",
15539 "itoa",
15540 "memchr",
15541 "ryu",
15542 "serde",
15543 "serde_core",
15544]
15545
15546[[package]]
15547name = "serde_json_lenient"
15548version = "0.2.4"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15551dependencies = [
15552 "indexmap",
15553 "itoa",
15554 "memchr",
15555 "ryu",
15556 "serde",
15557]
15558
15559[[package]]
15560name = "serde_path_to_error"
15561version = "0.1.20"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15564dependencies = [
15565 "itoa",
15566 "serde",
15567 "serde_core",
15568]
15569
15570[[package]]
15571name = "serde_repr"
15572version = "0.1.20"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15575dependencies = [
15576 "proc-macro2",
15577 "quote",
15578 "syn 2.0.117",
15579]
15580
15581[[package]]
15582name = "serde_spanned"
15583version = "0.6.9"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15586dependencies = [
15587 "serde",
15588]
15589
15590[[package]]
15591name = "serde_spanned"
15592version = "1.0.3"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15595dependencies = [
15596 "serde_core",
15597]
15598
15599[[package]]
15600name = "serde_urlencoded"
15601version = "0.7.1"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15604dependencies = [
15605 "form_urlencoded",
15606 "itoa",
15607 "ryu",
15608 "serde",
15609]
15610
15611[[package]]
15612name = "serde_yaml"
15613version = "0.9.34+deprecated"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15616dependencies = [
15617 "indexmap",
15618 "itoa",
15619 "ryu",
15620 "serde",
15621 "unsafe-libyaml",
15622]
15623
15624[[package]]
15625name = "serial2"
15626version = "0.2.33"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15629dependencies = [
15630 "cfg-if",
15631 "libc",
15632 "winapi",
15633]
15634
15635[[package]]
15636name = "session"
15637version = "0.1.0"
15638dependencies = [
15639 "db",
15640 "gpui",
15641 "serde_json",
15642 "util",
15643 "uuid",
15644]
15645
15646[[package]]
15647name = "settings"
15648version = "0.1.0"
15649dependencies = [
15650 "anyhow",
15651 "collections",
15652 "ec4rs",
15653 "fs",
15654 "futures 0.3.31",
15655 "gpui",
15656 "indoc",
15657 "inventory",
15658 "log",
15659 "migrator",
15660 "paths",
15661 "pretty_assertions",
15662 "release_channel",
15663 "rust-embed",
15664 "schemars",
15665 "serde",
15666 "serde_json",
15667 "serde_json_lenient",
15668 "settings_content",
15669 "settings_json",
15670 "settings_macros",
15671 "smallvec",
15672 "unindent",
15673 "util",
15674 "zlog",
15675]
15676
15677[[package]]
15678name = "settings_content"
15679version = "0.1.0"
15680dependencies = [
15681 "anyhow",
15682 "collections",
15683 "derive_more",
15684 "gpui",
15685 "log",
15686 "schemars",
15687 "serde",
15688 "serde_json",
15689 "serde_json_lenient",
15690 "settings_json",
15691 "settings_macros",
15692 "strum 0.27.2",
15693 "util",
15694]
15695
15696[[package]]
15697name = "settings_json"
15698version = "0.1.0"
15699dependencies = [
15700 "anyhow",
15701 "pretty_assertions",
15702 "serde",
15703 "serde_json",
15704 "serde_json_lenient",
15705 "serde_path_to_error",
15706 "tree-sitter",
15707 "tree-sitter-json",
15708 "unindent",
15709 "util",
15710]
15711
15712[[package]]
15713name = "settings_macros"
15714version = "0.1.0"
15715dependencies = [
15716 "quote",
15717 "settings",
15718 "syn 2.0.117",
15719]
15720
15721[[package]]
15722name = "settings_profile_selector"
15723version = "0.1.0"
15724dependencies = [
15725 "editor",
15726 "fuzzy",
15727 "gpui",
15728 "menu",
15729 "picker",
15730 "project",
15731 "serde_json",
15732 "settings",
15733 "theme",
15734 "ui",
15735 "workspace",
15736 "zed_actions",
15737]
15738
15739[[package]]
15740name = "settings_ui"
15741version = "0.1.0"
15742dependencies = [
15743 "agent",
15744 "agent_settings",
15745 "anyhow",
15746 "audio",
15747 "codestral",
15748 "component",
15749 "copilot",
15750 "copilot_ui",
15751 "cpal",
15752 "edit_prediction",
15753 "edit_prediction_ui",
15754 "editor",
15755 "feature_flags",
15756 "fs",
15757 "futures 0.3.31",
15758 "fuzzy",
15759 "gpui",
15760 "heck 0.5.0",
15761 "itertools 0.14.0",
15762 "language",
15763 "log",
15764 "menu",
15765 "paths",
15766 "picker",
15767 "platform_title_bar",
15768 "pretty_assertions",
15769 "project",
15770 "regex",
15771 "release_channel",
15772 "rodio",
15773 "schemars",
15774 "search",
15775 "serde",
15776 "serde_json",
15777 "settings",
15778 "shell_command_parser",
15779 "strum 0.27.2",
15780 "telemetry",
15781 "theme",
15782 "title_bar",
15783 "ui",
15784 "util",
15785 "workspace",
15786 "zed_actions",
15787]
15788
15789[[package]]
15790name = "sha-1"
15791version = "0.10.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15794dependencies = [
15795 "cfg-if",
15796 "cpufeatures",
15797 "digest",
15798]
15799
15800[[package]]
15801name = "sha1"
15802version = "0.10.6"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15805dependencies = [
15806 "cfg-if",
15807 "cpufeatures",
15808 "digest",
15809]
15810
15811[[package]]
15812name = "sha1_smol"
15813version = "1.0.1"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15816
15817[[package]]
15818name = "sha2"
15819version = "0.10.9"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15822dependencies = [
15823 "cfg-if",
15824 "cpufeatures",
15825 "digest",
15826]
15827
15828[[package]]
15829name = "sharded-slab"
15830version = "0.1.7"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15833dependencies = [
15834 "lazy_static",
15835]
15836
15837[[package]]
15838name = "shared_library"
15839version = "0.1.9"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15842dependencies = [
15843 "lazy_static",
15844 "libc",
15845]
15846
15847[[package]]
15848name = "shell-words"
15849version = "1.1.0"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15852
15853[[package]]
15854name = "shell_command_parser"
15855version = "0.1.0"
15856dependencies = [
15857 "brush-parser",
15858]
15859
15860[[package]]
15861name = "shellexpand"
15862version = "2.1.2"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15865dependencies = [
15866 "dirs 4.0.0",
15867]
15868
15869[[package]]
15870name = "shellexpand"
15871version = "3.1.1"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15874dependencies = [
15875 "dirs 6.0.0",
15876]
15877
15878[[package]]
15879name = "shingles"
15880version = "0.1.1"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15883
15884[[package]]
15885name = "shlex"
15886version = "1.3.0"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15889
15890[[package]]
15891name = "sidebar"
15892version = "0.1.0"
15893dependencies = [
15894 "acp_thread",
15895 "action_log",
15896 "agent",
15897 "agent-client-protocol",
15898 "agent_ui",
15899 "anyhow",
15900 "assistant_text_thread",
15901 "chrono",
15902 "editor",
15903 "feature_flags",
15904 "fs",
15905 "git",
15906 "gpui",
15907 "language_model",
15908 "menu",
15909 "pretty_assertions",
15910 "project",
15911 "prompt_store",
15912 "recent_projects",
15913 "serde_json",
15914 "settings",
15915 "theme",
15916 "ui",
15917 "util",
15918 "workspace",
15919 "zed_actions",
15920]
15921
15922[[package]]
15923name = "signal-hook"
15924version = "0.3.18"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15927dependencies = [
15928 "libc",
15929 "signal-hook-registry",
15930]
15931
15932[[package]]
15933name = "signal-hook-registry"
15934version = "1.4.6"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15937dependencies = [
15938 "libc",
15939]
15940
15941[[package]]
15942name = "signature"
15943version = "1.6.4"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15946dependencies = [
15947 "digest",
15948 "rand_core 0.6.4",
15949]
15950
15951[[package]]
15952name = "signature"
15953version = "2.2.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15956dependencies = [
15957 "digest",
15958 "rand_core 0.6.4",
15959]
15960
15961[[package]]
15962name = "simd-adler32"
15963version = "0.3.7"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15966
15967[[package]]
15968name = "simd_helpers"
15969version = "0.1.0"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15972dependencies = [
15973 "quote",
15974]
15975
15976[[package]]
15977name = "simdutf8"
15978version = "0.1.5"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15981
15982[[package]]
15983name = "similar"
15984version = "2.7.0"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15987
15988[[package]]
15989name = "simple_asn1"
15990version = "0.6.3"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15993dependencies = [
15994 "num-bigint",
15995 "num-traits",
15996 "thiserror 2.0.17",
15997 "time",
15998]
15999
16000[[package]]
16001name = "simplecss"
16002version = "0.2.2"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16005dependencies = [
16006 "log",
16007]
16008
16009[[package]]
16010name = "simplelog"
16011version = "0.12.2"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16014dependencies = [
16015 "log",
16016 "termcolor",
16017 "time",
16018]
16019
16020[[package]]
16021name = "siphasher"
16022version = "0.3.11"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16025
16026[[package]]
16027name = "siphasher"
16028version = "1.0.1"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16031
16032[[package]]
16033name = "skrifa"
16034version = "0.37.0"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16037dependencies = [
16038 "bytemuck",
16039 "read-fonts 0.35.0",
16040]
16041
16042[[package]]
16043name = "skrifa"
16044version = "0.40.0"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16047dependencies = [
16048 "bytemuck",
16049 "read-fonts 0.37.0",
16050]
16051
16052[[package]]
16053name = "slab"
16054version = "0.4.11"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16057
16058[[package]]
16059name = "slash_commands_example"
16060version = "0.1.0"
16061dependencies = [
16062 "zed_extension_api 0.1.0",
16063]
16064
16065[[package]]
16066name = "slotmap"
16067version = "1.0.7"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16070dependencies = [
16071 "version_check",
16072]
16073
16074[[package]]
16075name = "smallvec"
16076version = "1.15.1"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16079dependencies = [
16080 "serde",
16081]
16082
16083[[package]]
16084name = "smart-default"
16085version = "0.7.1"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16088dependencies = [
16089 "proc-macro2",
16090 "quote",
16091 "syn 2.0.117",
16092]
16093
16094[[package]]
16095name = "smol"
16096version = "2.0.2"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16099dependencies = [
16100 "async-channel 2.5.0",
16101 "async-executor",
16102 "async-fs",
16103 "async-io",
16104 "async-lock 3.4.2",
16105 "async-net",
16106 "async-process",
16107 "blocking",
16108 "futures-lite 2.6.1",
16109]
16110
16111[[package]]
16112name = "smol_str"
16113version = "0.3.5"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16116
16117[[package]]
16118name = "snippet"
16119version = "0.1.0"
16120dependencies = [
16121 "anyhow",
16122 "smallvec",
16123]
16124
16125[[package]]
16126name = "snippet_provider"
16127version = "0.1.0"
16128dependencies = [
16129 "anyhow",
16130 "collections",
16131 "extension",
16132 "fs",
16133 "futures 0.3.31",
16134 "gpui",
16135 "indoc",
16136 "parking_lot",
16137 "paths",
16138 "schemars",
16139 "serde",
16140 "serde_json",
16141 "serde_json_lenient",
16142 "snippet",
16143 "util",
16144]
16145
16146[[package]]
16147name = "snippets_ui"
16148version = "0.1.0"
16149dependencies = [
16150 "file_icons",
16151 "fuzzy",
16152 "gpui",
16153 "language",
16154 "open_path_prompt",
16155 "paths",
16156 "picker",
16157 "settings",
16158 "ui",
16159 "util",
16160 "workspace",
16161]
16162
16163[[package]]
16164name = "socket2"
16165version = "0.5.10"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16168dependencies = [
16169 "libc",
16170 "windows-sys 0.52.0",
16171]
16172
16173[[package]]
16174name = "socket2"
16175version = "0.6.1"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16178dependencies = [
16179 "libc",
16180 "windows-sys 0.60.2",
16181]
16182
16183[[package]]
16184name = "spdx"
16185version = "0.10.9"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16188dependencies = [
16189 "smallvec",
16190]
16191
16192[[package]]
16193name = "spin"
16194version = "0.9.8"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16197dependencies = [
16198 "lock_api",
16199]
16200
16201[[package]]
16202name = "spin"
16203version = "0.10.0"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16206dependencies = [
16207 "lock_api",
16208]
16209
16210[[package]]
16211name = "spirv"
16212version = "0.3.0+sdk-1.3.268.0"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
16215dependencies = [
16216 "bitflags 2.10.0",
16217]
16218
16219[[package]]
16220name = "spki"
16221version = "0.6.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16224dependencies = [
16225 "base64ct",
16226 "der 0.6.1",
16227]
16228
16229[[package]]
16230name = "spki"
16231version = "0.7.3"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16234dependencies = [
16235 "base64ct",
16236 "der 0.7.10",
16237]
16238
16239[[package]]
16240name = "sptr"
16241version = "0.3.2"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16244
16245[[package]]
16246name = "sqlez"
16247version = "0.1.0"
16248dependencies = [
16249 "anyhow",
16250 "collections",
16251 "futures 0.3.31",
16252 "indoc",
16253 "libsqlite3-sys",
16254 "log",
16255 "parking_lot",
16256 "smol",
16257 "sqlformat",
16258 "thread_local",
16259 "util",
16260 "uuid",
16261]
16262
16263[[package]]
16264name = "sqlez_macros"
16265version = "0.1.0"
16266dependencies = [
16267 "sqlez",
16268 "sqlformat",
16269 "syn 2.0.117",
16270]
16271
16272[[package]]
16273name = "sqlformat"
16274version = "0.2.6"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16277dependencies = [
16278 "nom 7.1.3",
16279 "unicode_categories",
16280]
16281
16282[[package]]
16283name = "sqlx"
16284version = "0.8.6"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16287dependencies = [
16288 "sqlx-core",
16289 "sqlx-macros",
16290 "sqlx-mysql",
16291 "sqlx-postgres",
16292 "sqlx-sqlite",
16293]
16294
16295[[package]]
16296name = "sqlx-core"
16297version = "0.8.6"
16298source = "registry+https://github.com/rust-lang/crates.io-index"
16299checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16300dependencies = [
16301 "base64 0.22.1",
16302 "bigdecimal",
16303 "bytes 1.11.1",
16304 "chrono",
16305 "crc",
16306 "crossbeam-queue",
16307 "either",
16308 "event-listener 5.4.1",
16309 "futures-core",
16310 "futures-intrusive",
16311 "futures-io",
16312 "futures-util",
16313 "hashbrown 0.15.5",
16314 "hashlink 0.10.0",
16315 "indexmap",
16316 "log",
16317 "memchr",
16318 "once_cell",
16319 "percent-encoding",
16320 "rust_decimal",
16321 "rustls 0.23.33",
16322 "serde",
16323 "serde_json",
16324 "sha2",
16325 "smallvec",
16326 "thiserror 2.0.17",
16327 "time",
16328 "tokio",
16329 "tokio-stream",
16330 "tracing",
16331 "url",
16332 "uuid",
16333 "webpki-roots",
16334]
16335
16336[[package]]
16337name = "sqlx-macros"
16338version = "0.8.6"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16341dependencies = [
16342 "proc-macro2",
16343 "quote",
16344 "sqlx-core",
16345 "sqlx-macros-core",
16346 "syn 2.0.117",
16347]
16348
16349[[package]]
16350name = "sqlx-macros-core"
16351version = "0.8.6"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16354dependencies = [
16355 "dotenvy",
16356 "either",
16357 "heck 0.5.0",
16358 "hex",
16359 "once_cell",
16360 "proc-macro2",
16361 "quote",
16362 "serde",
16363 "serde_json",
16364 "sha2",
16365 "sqlx-core",
16366 "sqlx-mysql",
16367 "sqlx-postgres",
16368 "sqlx-sqlite",
16369 "syn 2.0.117",
16370 "tokio",
16371 "url",
16372]
16373
16374[[package]]
16375name = "sqlx-mysql"
16376version = "0.8.6"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16379dependencies = [
16380 "atoi",
16381 "base64 0.22.1",
16382 "bigdecimal",
16383 "bitflags 2.10.0",
16384 "byteorder",
16385 "bytes 1.11.1",
16386 "chrono",
16387 "crc",
16388 "digest",
16389 "dotenvy",
16390 "either",
16391 "futures-channel",
16392 "futures-core",
16393 "futures-io",
16394 "futures-util",
16395 "generic-array",
16396 "hex",
16397 "hkdf",
16398 "hmac",
16399 "itoa",
16400 "log",
16401 "md-5",
16402 "memchr",
16403 "once_cell",
16404 "percent-encoding",
16405 "rand 0.8.5",
16406 "rsa",
16407 "rust_decimal",
16408 "serde",
16409 "sha1",
16410 "sha2",
16411 "smallvec",
16412 "sqlx-core",
16413 "stringprep",
16414 "thiserror 2.0.17",
16415 "time",
16416 "tracing",
16417 "uuid",
16418 "whoami",
16419]
16420
16421[[package]]
16422name = "sqlx-postgres"
16423version = "0.8.6"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16426dependencies = [
16427 "atoi",
16428 "base64 0.22.1",
16429 "bigdecimal",
16430 "bitflags 2.10.0",
16431 "byteorder",
16432 "chrono",
16433 "crc",
16434 "dotenvy",
16435 "etcetera",
16436 "futures-channel",
16437 "futures-core",
16438 "futures-util",
16439 "hex",
16440 "hkdf",
16441 "hmac",
16442 "home",
16443 "itoa",
16444 "log",
16445 "md-5",
16446 "memchr",
16447 "num-bigint",
16448 "once_cell",
16449 "rand 0.8.5",
16450 "rust_decimal",
16451 "serde",
16452 "serde_json",
16453 "sha2",
16454 "smallvec",
16455 "sqlx-core",
16456 "stringprep",
16457 "thiserror 2.0.17",
16458 "time",
16459 "tracing",
16460 "uuid",
16461 "whoami",
16462]
16463
16464[[package]]
16465name = "sqlx-sqlite"
16466version = "0.8.6"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16469dependencies = [
16470 "atoi",
16471 "chrono",
16472 "flume",
16473 "futures-channel",
16474 "futures-core",
16475 "futures-executor",
16476 "futures-intrusive",
16477 "futures-util",
16478 "libsqlite3-sys",
16479 "log",
16480 "percent-encoding",
16481 "serde",
16482 "serde_urlencoded",
16483 "sqlx-core",
16484 "thiserror 2.0.17",
16485 "time",
16486 "tracing",
16487 "url",
16488 "uuid",
16489]
16490
16491[[package]]
16492name = "stable_deref_trait"
16493version = "1.2.1"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16496
16497[[package]]
16498name = "stacker"
16499version = "0.1.23"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16502dependencies = [
16503 "cc",
16504 "cfg-if",
16505 "libc",
16506 "psm",
16507 "windows-sys 0.59.0",
16508]
16509
16510[[package]]
16511name = "stacksafe"
16512version = "0.1.4"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16515dependencies = [
16516 "stacker",
16517 "stacksafe-macro",
16518]
16519
16520[[package]]
16521name = "stacksafe-macro"
16522version = "0.1.4"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16525dependencies = [
16526 "proc-macro-error2",
16527 "quote",
16528 "syn 2.0.117",
16529]
16530
16531[[package]]
16532name = "static_assertions"
16533version = "1.1.0"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16536
16537[[package]]
16538name = "story"
16539version = "0.1.0"
16540dependencies = [
16541 "gpui",
16542 "itertools 0.14.0",
16543 "smallvec",
16544]
16545
16546[[package]]
16547name = "storybook"
16548version = "0.1.0"
16549dependencies = [
16550 "anyhow",
16551 "clap",
16552 "ctrlc",
16553 "dialoguer",
16554 "editor",
16555 "fuzzy",
16556 "gpui",
16557 "gpui_platform",
16558 "indoc",
16559 "language",
16560 "log",
16561 "menu",
16562 "picker",
16563 "reqwest_client",
16564 "rust-embed",
16565 "settings",
16566 "simplelog",
16567 "story",
16568 "strum 0.27.2",
16569 "theme",
16570 "title_bar",
16571 "ui",
16572]
16573
16574[[package]]
16575name = "streaming-iterator"
16576version = "0.1.9"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16579
16580[[package]]
16581name = "streaming_diff"
16582version = "0.1.0"
16583dependencies = [
16584 "ordered-float 2.10.1",
16585 "rand 0.9.2",
16586 "rope",
16587 "util",
16588]
16589
16590[[package]]
16591name = "strength_reduce"
16592version = "0.2.4"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16595
16596[[package]]
16597name = "strict-num"
16598version = "0.1.1"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16601dependencies = [
16602 "float-cmp",
16603]
16604
16605[[package]]
16606name = "string_cache"
16607version = "0.8.9"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16610dependencies = [
16611 "new_debug_unreachable",
16612 "parking_lot",
16613 "phf_shared 0.11.3",
16614 "precomputed-hash",
16615 "serde",
16616]
16617
16618[[package]]
16619name = "string_cache_codegen"
16620version = "0.5.4"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16623dependencies = [
16624 "phf_generator 0.11.3",
16625 "phf_shared 0.11.3",
16626 "proc-macro2",
16627 "quote",
16628]
16629
16630[[package]]
16631name = "stringprep"
16632version = "0.1.5"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16635dependencies = [
16636 "unicode-bidi",
16637 "unicode-normalization",
16638 "unicode-properties",
16639]
16640
16641[[package]]
16642name = "strsim"
16643version = "0.11.1"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16646
16647[[package]]
16648name = "strum"
16649version = "0.26.3"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16652
16653[[package]]
16654name = "strum"
16655version = "0.27.2"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16658dependencies = [
16659 "strum_macros 0.27.2",
16660]
16661
16662[[package]]
16663name = "strum"
16664version = "0.28.0"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16667dependencies = [
16668 "strum_macros 0.28.0",
16669]
16670
16671[[package]]
16672name = "strum_macros"
16673version = "0.27.2"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16676dependencies = [
16677 "heck 0.5.0",
16678 "proc-macro2",
16679 "quote",
16680 "syn 2.0.117",
16681]
16682
16683[[package]]
16684name = "strum_macros"
16685version = "0.28.0"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16688dependencies = [
16689 "heck 0.5.0",
16690 "proc-macro2",
16691 "quote",
16692 "syn 2.0.117",
16693]
16694
16695[[package]]
16696name = "subtle"
16697version = "2.6.1"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16700
16701[[package]]
16702name = "sum_tree"
16703version = "0.1.0"
16704dependencies = [
16705 "arrayvec",
16706 "ctor",
16707 "log",
16708 "proptest",
16709 "rand 0.9.2",
16710 "rayon",
16711 "tracing",
16712 "zlog",
16713 "ztracing",
16714]
16715
16716[[package]]
16717name = "sval"
16718version = "2.15.0"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16721
16722[[package]]
16723name = "sval_buffer"
16724version = "2.15.0"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16727dependencies = [
16728 "sval",
16729 "sval_ref",
16730]
16731
16732[[package]]
16733name = "sval_dynamic"
16734version = "2.15.0"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16737dependencies = [
16738 "sval",
16739]
16740
16741[[package]]
16742name = "sval_fmt"
16743version = "2.15.0"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16746dependencies = [
16747 "itoa",
16748 "ryu",
16749 "sval",
16750]
16751
16752[[package]]
16753name = "sval_json"
16754version = "2.15.0"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16757dependencies = [
16758 "itoa",
16759 "ryu",
16760 "sval",
16761]
16762
16763[[package]]
16764name = "sval_nested"
16765version = "2.15.0"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16768dependencies = [
16769 "sval",
16770 "sval_buffer",
16771 "sval_ref",
16772]
16773
16774[[package]]
16775name = "sval_ref"
16776version = "2.15.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16779dependencies = [
16780 "sval",
16781]
16782
16783[[package]]
16784name = "sval_serde"
16785version = "2.15.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16788dependencies = [
16789 "serde_core",
16790 "sval",
16791 "sval_nested",
16792]
16793
16794[[package]]
16795name = "svg_fmt"
16796version = "0.4.5"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16799
16800[[package]]
16801name = "svg_preview"
16802version = "0.1.0"
16803dependencies = [
16804 "file_icons",
16805 "gpui",
16806 "language",
16807 "multi_buffer",
16808 "ui",
16809 "workspace",
16810 "zed_actions",
16811]
16812
16813[[package]]
16814name = "svgtypes"
16815version = "0.15.3"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16818dependencies = [
16819 "kurbo",
16820 "siphasher 1.0.1",
16821]
16822
16823[[package]]
16824name = "swash"
16825version = "0.2.6"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16828dependencies = [
16829 "skrifa 0.37.0",
16830 "yazi",
16831 "zeno",
16832]
16833
16834[[package]]
16835name = "symphonia"
16836version = "0.5.5"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16839dependencies = [
16840 "lazy_static",
16841 "symphonia-bundle-flac",
16842 "symphonia-bundle-mp3",
16843 "symphonia-codec-aac",
16844 "symphonia-codec-pcm",
16845 "symphonia-codec-vorbis",
16846 "symphonia-core",
16847 "symphonia-format-isomp4",
16848 "symphonia-format-ogg",
16849 "symphonia-format-riff",
16850 "symphonia-metadata",
16851]
16852
16853[[package]]
16854name = "symphonia-bundle-flac"
16855version = "0.5.5"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16858dependencies = [
16859 "log",
16860 "symphonia-core",
16861 "symphonia-metadata",
16862 "symphonia-utils-xiph",
16863]
16864
16865[[package]]
16866name = "symphonia-bundle-mp3"
16867version = "0.5.5"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16870dependencies = [
16871 "lazy_static",
16872 "log",
16873 "symphonia-core",
16874 "symphonia-metadata",
16875]
16876
16877[[package]]
16878name = "symphonia-codec-aac"
16879version = "0.5.5"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16882dependencies = [
16883 "lazy_static",
16884 "log",
16885 "symphonia-core",
16886]
16887
16888[[package]]
16889name = "symphonia-codec-pcm"
16890version = "0.5.5"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16893dependencies = [
16894 "log",
16895 "symphonia-core",
16896]
16897
16898[[package]]
16899name = "symphonia-codec-vorbis"
16900version = "0.5.5"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16903dependencies = [
16904 "log",
16905 "symphonia-core",
16906 "symphonia-utils-xiph",
16907]
16908
16909[[package]]
16910name = "symphonia-core"
16911version = "0.5.5"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16914dependencies = [
16915 "arrayvec",
16916 "bitflags 1.3.2",
16917 "bytemuck",
16918 "lazy_static",
16919 "log",
16920]
16921
16922[[package]]
16923name = "symphonia-format-isomp4"
16924version = "0.5.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16927dependencies = [
16928 "encoding_rs",
16929 "log",
16930 "symphonia-core",
16931 "symphonia-metadata",
16932 "symphonia-utils-xiph",
16933]
16934
16935[[package]]
16936name = "symphonia-format-ogg"
16937version = "0.5.5"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16940dependencies = [
16941 "log",
16942 "symphonia-core",
16943 "symphonia-metadata",
16944 "symphonia-utils-xiph",
16945]
16946
16947[[package]]
16948name = "symphonia-format-riff"
16949version = "0.5.5"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16952dependencies = [
16953 "extended",
16954 "log",
16955 "symphonia-core",
16956 "symphonia-metadata",
16957]
16958
16959[[package]]
16960name = "symphonia-metadata"
16961version = "0.5.5"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16964dependencies = [
16965 "encoding_rs",
16966 "lazy_static",
16967 "log",
16968 "symphonia-core",
16969]
16970
16971[[package]]
16972name = "symphonia-utils-xiph"
16973version = "0.5.5"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16976dependencies = [
16977 "symphonia-core",
16978 "symphonia-metadata",
16979]
16980
16981[[package]]
16982name = "syn"
16983version = "1.0.109"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16986dependencies = [
16987 "proc-macro2",
16988 "quote",
16989 "unicode-ident",
16990]
16991
16992[[package]]
16993name = "syn"
16994version = "2.0.117"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16997dependencies = [
16998 "proc-macro2",
16999 "quote",
17000 "unicode-ident",
17001]
17002
17003[[package]]
17004name = "sync_wrapper"
17005version = "0.1.2"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17008
17009[[package]]
17010name = "sync_wrapper"
17011version = "1.0.2"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17014dependencies = [
17015 "futures-core",
17016]
17017
17018[[package]]
17019name = "synchronoise"
17020version = "1.0.1"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17023dependencies = [
17024 "crossbeam-queue",
17025]
17026
17027[[package]]
17028name = "synstructure"
17029version = "0.13.2"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17032dependencies = [
17033 "proc-macro2",
17034 "quote",
17035 "syn 2.0.117",
17036]
17037
17038[[package]]
17039name = "sys-locale"
17040version = "0.3.2"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17043dependencies = [
17044 "libc",
17045]
17046
17047[[package]]
17048name = "sysctl"
17049version = "0.5.5"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17052dependencies = [
17053 "bitflags 2.10.0",
17054 "byteorder",
17055 "enum-as-inner",
17056 "libc",
17057 "thiserror 1.0.69",
17058 "walkdir",
17059]
17060
17061[[package]]
17062name = "sysctl"
17063version = "0.6.0"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17066dependencies = [
17067 "bitflags 2.10.0",
17068 "byteorder",
17069 "enum-as-inner",
17070 "libc",
17071 "thiserror 1.0.69",
17072 "walkdir",
17073]
17074
17075[[package]]
17076name = "sysinfo"
17077version = "0.31.4"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17080dependencies = [
17081 "core-foundation-sys",
17082 "libc",
17083 "memchr",
17084 "ntapi",
17085 "rayon",
17086 "windows 0.57.0",
17087]
17088
17089[[package]]
17090name = "sysinfo"
17091version = "0.37.2"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17094dependencies = [
17095 "libc",
17096 "memchr",
17097 "ntapi",
17098 "objc2-core-foundation",
17099 "objc2-io-kit",
17100 "windows 0.61.3",
17101]
17102
17103[[package]]
17104name = "system-configuration"
17105version = "0.5.1"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17108dependencies = [
17109 "bitflags 1.3.2",
17110 "core-foundation 0.9.4",
17111 "system-configuration-sys 0.5.0",
17112]
17113
17114[[package]]
17115name = "system-configuration"
17116version = "0.6.1"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17119dependencies = [
17120 "bitflags 2.10.0",
17121 "core-foundation 0.9.4",
17122 "system-configuration-sys 0.6.0",
17123]
17124
17125[[package]]
17126name = "system-configuration-sys"
17127version = "0.5.0"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17130dependencies = [
17131 "core-foundation-sys",
17132 "libc",
17133]
17134
17135[[package]]
17136name = "system-configuration-sys"
17137version = "0.6.0"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17140dependencies = [
17141 "core-foundation-sys",
17142 "libc",
17143]
17144
17145[[package]]
17146name = "system-deps"
17147version = "6.2.2"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17150dependencies = [
17151 "cfg-expr 0.15.8",
17152 "heck 0.5.0",
17153 "pkg-config",
17154 "toml 0.8.23",
17155 "version-compare",
17156]
17157
17158[[package]]
17159name = "system-deps"
17160version = "7.0.7"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17163dependencies = [
17164 "cfg-expr 0.20.6",
17165 "heck 0.5.0",
17166 "pkg-config",
17167 "toml 0.9.8",
17168 "version-compare",
17169]
17170
17171[[package]]
17172name = "system-interface"
17173version = "0.27.3"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17176dependencies = [
17177 "bitflags 2.10.0",
17178 "cap-fs-ext",
17179 "cap-std",
17180 "fd-lock",
17181 "io-lifetimes",
17182 "rustix 0.38.44",
17183 "windows-sys 0.59.0",
17184 "winx",
17185]
17186
17187[[package]]
17188name = "system_specs"
17189version = "0.1.0"
17190dependencies = [
17191 "anyhow",
17192 "client",
17193 "gpui",
17194 "human_bytes",
17195 "pciid-parser",
17196 "release_channel",
17197 "semver",
17198 "serde",
17199 "sysinfo 0.37.2",
17200]
17201
17202[[package]]
17203name = "tab_switcher"
17204version = "0.1.0"
17205dependencies = [
17206 "collections",
17207 "ctor",
17208 "editor",
17209 "fuzzy",
17210 "gpui",
17211 "menu",
17212 "picker",
17213 "project",
17214 "schemars",
17215 "serde",
17216 "serde_json",
17217 "settings",
17218 "smol",
17219 "theme",
17220 "ui",
17221 "util",
17222 "workspace",
17223 "zlog",
17224]
17225
17226[[package]]
17227name = "taffy"
17228version = "0.9.0"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17231dependencies = [
17232 "arrayvec",
17233 "grid",
17234 "serde",
17235 "slotmap",
17236]
17237
17238[[package]]
17239name = "tagptr"
17240version = "0.2.0"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17243
17244[[package]]
17245name = "take-until"
17246version = "0.2.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17249
17250[[package]]
17251name = "tao-core-video-sys"
17252version = "0.2.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17255dependencies = [
17256 "cfg-if",
17257 "core-foundation-sys",
17258 "libc",
17259 "objc",
17260]
17261
17262[[package]]
17263name = "tap"
17264version = "1.0.1"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17267
17268[[package]]
17269name = "target-lexicon"
17270version = "0.12.16"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17273
17274[[package]]
17275name = "target-lexicon"
17276version = "0.13.3"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17279
17280[[package]]
17281name = "task"
17282version = "0.1.0"
17283dependencies = [
17284 "anyhow",
17285 "collections",
17286 "futures 0.3.31",
17287 "gpui",
17288 "hex",
17289 "log",
17290 "parking_lot",
17291 "pretty_assertions",
17292 "proto",
17293 "schemars",
17294 "serde",
17295 "serde_json",
17296 "serde_json_lenient",
17297 "sha2",
17298 "shellexpand 2.1.2",
17299 "util",
17300 "zed_actions",
17301]
17302
17303[[package]]
17304name = "tasks_ui"
17305version = "0.1.0"
17306dependencies = [
17307 "anyhow",
17308 "collections",
17309 "editor",
17310 "file_icons",
17311 "fuzzy",
17312 "gpui",
17313 "itertools 0.14.0",
17314 "language",
17315 "menu",
17316 "picker",
17317 "project",
17318 "serde",
17319 "serde_json",
17320 "task",
17321 "tree-sitter-rust",
17322 "tree-sitter-typescript",
17323 "ui",
17324 "util",
17325 "workspace",
17326 "zed_actions",
17327]
17328
17329[[package]]
17330name = "telemetry"
17331version = "0.1.0"
17332dependencies = [
17333 "futures 0.3.31",
17334 "serde",
17335 "serde_json",
17336 "telemetry_events",
17337]
17338
17339[[package]]
17340name = "telemetry_events"
17341version = "0.1.0"
17342dependencies = [
17343 "semver",
17344 "serde",
17345 "serde_json",
17346]
17347
17348[[package]]
17349name = "tempfile"
17350version = "3.23.0"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17353dependencies = [
17354 "fastrand 2.3.0",
17355 "getrandom 0.3.4",
17356 "once_cell",
17357 "rustix 1.1.2",
17358 "windows-sys 0.61.2",
17359]
17360
17361[[package]]
17362name = "tendril"
17363version = "0.4.3"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17366dependencies = [
17367 "futf",
17368 "mac",
17369 "utf-8",
17370]
17371
17372[[package]]
17373name = "termcolor"
17374version = "1.4.1"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17377dependencies = [
17378 "winapi-util",
17379]
17380
17381[[package]]
17382name = "terminal"
17383version = "0.1.0"
17384dependencies = [
17385 "alacritty_terminal",
17386 "anyhow",
17387 "collections",
17388 "futures 0.3.31",
17389 "gpui",
17390 "itertools 0.14.0",
17391 "libc",
17392 "log",
17393 "parking_lot",
17394 "rand 0.9.2",
17395 "regex",
17396 "release_channel",
17397 "schemars",
17398 "serde",
17399 "settings",
17400 "smol",
17401 "sysinfo 0.37.2",
17402 "task",
17403 "theme",
17404 "thiserror 2.0.17",
17405 "url",
17406 "urlencoding",
17407 "util",
17408 "util_macros",
17409 "windows 0.61.3",
17410]
17411
17412[[package]]
17413name = "terminal_size"
17414version = "0.4.3"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17417dependencies = [
17418 "rustix 1.1.2",
17419 "windows-sys 0.60.2",
17420]
17421
17422[[package]]
17423name = "terminal_view"
17424version = "0.1.0"
17425dependencies = [
17426 "anyhow",
17427 "assistant_slash_command",
17428 "async-recursion",
17429 "breadcrumbs",
17430 "collections",
17431 "db",
17432 "dirs 4.0.0",
17433 "editor",
17434 "futures 0.3.31",
17435 "gpui",
17436 "itertools 0.14.0",
17437 "language",
17438 "log",
17439 "menu",
17440 "pretty_assertions",
17441 "project",
17442 "regex",
17443 "schemars",
17444 "serde",
17445 "serde_json",
17446 "settings",
17447 "shellexpand 2.1.2",
17448 "task",
17449 "terminal",
17450 "theme",
17451 "ui",
17452 "util",
17453 "workspace",
17454 "zed_actions",
17455]
17456
17457[[package]]
17458name = "text"
17459version = "0.1.0"
17460dependencies = [
17461 "anyhow",
17462 "clock",
17463 "collections",
17464 "ctor",
17465 "gpui",
17466 "log",
17467 "parking_lot",
17468 "postage",
17469 "rand 0.9.2",
17470 "regex",
17471 "rope",
17472 "smallvec",
17473 "sum_tree",
17474 "util",
17475 "zlog",
17476]
17477
17478[[package]]
17479name = "theme"
17480version = "0.1.0"
17481dependencies = [
17482 "anyhow",
17483 "collections",
17484 "derive_more",
17485 "fs",
17486 "futures 0.3.31",
17487 "gpui",
17488 "log",
17489 "palette",
17490 "parking_lot",
17491 "refineable",
17492 "schemars",
17493 "serde",
17494 "serde_json",
17495 "serde_json_lenient",
17496 "settings",
17497 "strum 0.27.2",
17498 "thiserror 2.0.17",
17499 "util",
17500 "uuid",
17501]
17502
17503[[package]]
17504name = "theme_extension"
17505version = "0.1.0"
17506dependencies = [
17507 "anyhow",
17508 "extension",
17509 "fs",
17510 "gpui",
17511 "theme",
17512]
17513
17514[[package]]
17515name = "theme_importer"
17516version = "0.1.0"
17517dependencies = [
17518 "anyhow",
17519 "clap",
17520 "collections",
17521 "gpui",
17522 "indexmap",
17523 "log",
17524 "palette",
17525 "serde",
17526 "serde_json",
17527 "serde_json_lenient",
17528 "simplelog",
17529 "strum 0.27.2",
17530 "theme",
17531 "vscode_theme",
17532]
17533
17534[[package]]
17535name = "theme_selector"
17536version = "0.1.0"
17537dependencies = [
17538 "fs",
17539 "fuzzy",
17540 "gpui",
17541 "log",
17542 "picker",
17543 "serde",
17544 "settings",
17545 "telemetry",
17546 "theme",
17547 "ui",
17548 "util",
17549 "workspace",
17550 "zed_actions",
17551]
17552
17553[[package]]
17554name = "thiserror"
17555version = "1.0.69"
17556source = "registry+https://github.com/rust-lang/crates.io-index"
17557checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17558dependencies = [
17559 "thiserror-impl 1.0.69",
17560]
17561
17562[[package]]
17563name = "thiserror"
17564version = "2.0.17"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17567dependencies = [
17568 "thiserror-impl 2.0.17",
17569]
17570
17571[[package]]
17572name = "thiserror-impl"
17573version = "1.0.69"
17574source = "registry+https://github.com/rust-lang/crates.io-index"
17575checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17576dependencies = [
17577 "proc-macro2",
17578 "quote",
17579 "syn 2.0.117",
17580]
17581
17582[[package]]
17583name = "thiserror-impl"
17584version = "2.0.17"
17585source = "registry+https://github.com/rust-lang/crates.io-index"
17586checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17587dependencies = [
17588 "proc-macro2",
17589 "quote",
17590 "syn 2.0.117",
17591]
17592
17593[[package]]
17594name = "thread_local"
17595version = "1.1.9"
17596source = "registry+https://github.com/rust-lang/crates.io-index"
17597checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17598dependencies = [
17599 "cfg-if",
17600]
17601
17602[[package]]
17603name = "tiff"
17604version = "0.10.3"
17605source = "registry+https://github.com/rust-lang/crates.io-index"
17606checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17607dependencies = [
17608 "fax",
17609 "flate2",
17610 "half",
17611 "quick-error 2.0.1",
17612 "weezl",
17613 "zune-jpeg",
17614]
17615
17616[[package]]
17617name = "tiktoken-rs"
17618version = "0.9.1"
17619source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17620dependencies = [
17621 "anyhow",
17622 "base64 0.22.1",
17623 "bstr",
17624 "fancy-regex",
17625 "lazy_static",
17626 "regex",
17627 "rustc-hash 1.1.0",
17628]
17629
17630[[package]]
17631name = "time"
17632version = "0.3.47"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17635dependencies = [
17636 "deranged",
17637 "itoa",
17638 "libc",
17639 "num-conv",
17640 "num_threads",
17641 "powerfmt",
17642 "serde_core",
17643 "time-core",
17644 "time-macros",
17645]
17646
17647[[package]]
17648name = "time-core"
17649version = "0.1.8"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17652
17653[[package]]
17654name = "time-macros"
17655version = "0.2.27"
17656source = "registry+https://github.com/rust-lang/crates.io-index"
17657checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17658dependencies = [
17659 "num-conv",
17660 "time-core",
17661]
17662
17663[[package]]
17664name = "time_format"
17665version = "0.1.0"
17666dependencies = [
17667 "core-foundation 0.10.0",
17668 "core-foundation-sys",
17669 "sys-locale",
17670 "time",
17671 "windows 0.61.3",
17672]
17673
17674[[package]]
17675name = "tiny-keccak"
17676version = "2.0.2"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17679dependencies = [
17680 "crunchy",
17681]
17682
17683[[package]]
17684name = "tiny-skia"
17685version = "0.11.4"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17688dependencies = [
17689 "arrayref",
17690 "arrayvec",
17691 "bytemuck",
17692 "cfg-if",
17693 "log",
17694 "png 0.17.16",
17695 "tiny-skia-path",
17696]
17697
17698[[package]]
17699name = "tiny-skia-path"
17700version = "0.11.4"
17701source = "registry+https://github.com/rust-lang/crates.io-index"
17702checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17703dependencies = [
17704 "arrayref",
17705 "bytemuck",
17706 "strict-num",
17707]
17708
17709[[package]]
17710name = "tiny_http"
17711version = "0.8.2"
17712source = "registry+https://github.com/rust-lang/crates.io-index"
17713checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17714dependencies = [
17715 "ascii",
17716 "chrono",
17717 "chunked_transfer",
17718 "log",
17719 "url",
17720]
17721
17722[[package]]
17723name = "tinystr"
17724version = "0.8.1"
17725source = "registry+https://github.com/rust-lang/crates.io-index"
17726checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17727dependencies = [
17728 "displaydoc",
17729 "zerovec",
17730]
17731
17732[[package]]
17733name = "tinytemplate"
17734version = "1.2.1"
17735source = "registry+https://github.com/rust-lang/crates.io-index"
17736checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17737dependencies = [
17738 "serde",
17739 "serde_json",
17740]
17741
17742[[package]]
17743name = "tinyvec"
17744version = "1.10.0"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17747dependencies = [
17748 "tinyvec_macros",
17749]
17750
17751[[package]]
17752name = "tinyvec_macros"
17753version = "0.1.1"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17756
17757[[package]]
17758name = "title_bar"
17759version = "0.1.0"
17760dependencies = [
17761 "anyhow",
17762 "auto_update",
17763 "call",
17764 "channel",
17765 "chrono",
17766 "client",
17767 "cloud_api_types",
17768 "db",
17769 "feature_flags",
17770 "git_ui",
17771 "gpui",
17772 "notifications",
17773 "platform_title_bar",
17774 "project",
17775 "recent_projects",
17776 "release_channel",
17777 "remote",
17778 "rpc",
17779 "schemars",
17780 "semver",
17781 "serde",
17782 "settings",
17783 "smallvec",
17784 "story",
17785 "telemetry",
17786 "theme",
17787 "ui",
17788 "util",
17789 "windows 0.61.3",
17790 "workspace",
17791 "zed_actions",
17792]
17793
17794[[package]]
17795name = "tokio"
17796version = "1.48.0"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17799dependencies = [
17800 "bytes 1.11.1",
17801 "libc",
17802 "mio 1.1.0",
17803 "parking_lot",
17804 "pin-project-lite",
17805 "signal-hook-registry",
17806 "socket2 0.6.1",
17807 "tokio-macros",
17808 "windows-sys 0.61.2",
17809]
17810
17811[[package]]
17812name = "tokio-io"
17813version = "0.1.13"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17816dependencies = [
17817 "bytes 0.4.12",
17818 "futures 0.1.31",
17819 "log",
17820]
17821
17822[[package]]
17823name = "tokio-macros"
17824version = "2.6.0"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17827dependencies = [
17828 "proc-macro2",
17829 "quote",
17830 "syn 2.0.117",
17831]
17832
17833[[package]]
17834name = "tokio-native-tls"
17835version = "0.3.1"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17838dependencies = [
17839 "native-tls",
17840 "tokio",
17841]
17842
17843[[package]]
17844name = "tokio-rustls"
17845version = "0.24.1"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17848dependencies = [
17849 "rustls 0.21.12",
17850 "tokio",
17851]
17852
17853[[package]]
17854name = "tokio-rustls"
17855version = "0.26.2"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17858dependencies = [
17859 "rustls 0.23.33",
17860 "tokio",
17861]
17862
17863[[package]]
17864name = "tokio-socks"
17865version = "0.5.2"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17868dependencies = [
17869 "either",
17870 "futures-io",
17871 "futures-util",
17872 "thiserror 1.0.69",
17873 "tokio",
17874]
17875
17876[[package]]
17877name = "tokio-stream"
17878version = "0.1.17"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17881dependencies = [
17882 "futures-core",
17883 "pin-project-lite",
17884 "tokio",
17885]
17886
17887[[package]]
17888name = "tokio-tungstenite"
17889version = "0.20.1"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17892dependencies = [
17893 "futures-util",
17894 "log",
17895 "tokio",
17896 "tungstenite 0.20.1",
17897]
17898
17899[[package]]
17900name = "tokio-tungstenite"
17901version = "0.21.0"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17904dependencies = [
17905 "futures-util",
17906 "log",
17907 "tokio",
17908 "tungstenite 0.21.0",
17909]
17910
17911[[package]]
17912name = "tokio-tungstenite"
17913version = "0.28.0"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17916dependencies = [
17917 "futures-util",
17918 "log",
17919 "rustls 0.23.33",
17920 "rustls-native-certs 0.8.2",
17921 "rustls-pki-types",
17922 "tokio",
17923 "tokio-rustls 0.26.2",
17924 "tungstenite 0.28.0",
17925]
17926
17927[[package]]
17928name = "tokio-util"
17929version = "0.7.16"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17932dependencies = [
17933 "bytes 1.11.1",
17934 "futures-core",
17935 "futures-io",
17936 "futures-sink",
17937 "pin-project-lite",
17938 "tokio",
17939]
17940
17941[[package]]
17942name = "toml"
17943version = "0.5.11"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17946dependencies = [
17947 "serde",
17948]
17949
17950[[package]]
17951name = "toml"
17952version = "0.8.23"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17955dependencies = [
17956 "serde",
17957 "serde_spanned 0.6.9",
17958 "toml_datetime 0.6.11",
17959 "toml_edit 0.22.27",
17960]
17961
17962[[package]]
17963name = "toml"
17964version = "0.9.8"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17967dependencies = [
17968 "indexmap",
17969 "serde_core",
17970 "serde_spanned 1.0.3",
17971 "toml_datetime 0.7.3",
17972 "toml_parser",
17973 "toml_writer",
17974 "winnow",
17975]
17976
17977[[package]]
17978name = "toml_datetime"
17979version = "0.6.11"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17982dependencies = [
17983 "serde",
17984]
17985
17986[[package]]
17987name = "toml_datetime"
17988version = "0.7.3"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17991dependencies = [
17992 "serde_core",
17993]
17994
17995[[package]]
17996name = "toml_edit"
17997version = "0.22.27"
17998source = "registry+https://github.com/rust-lang/crates.io-index"
17999checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18000dependencies = [
18001 "indexmap",
18002 "serde",
18003 "serde_spanned 0.6.9",
18004 "toml_datetime 0.6.11",
18005 "toml_write",
18006 "winnow",
18007]
18008
18009[[package]]
18010name = "toml_edit"
18011version = "0.23.7"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18014dependencies = [
18015 "indexmap",
18016 "toml_datetime 0.7.3",
18017 "toml_parser",
18018 "winnow",
18019]
18020
18021[[package]]
18022name = "toml_parser"
18023version = "1.0.4"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18026dependencies = [
18027 "winnow",
18028]
18029
18030[[package]]
18031name = "toml_write"
18032version = "0.1.2"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18035
18036[[package]]
18037name = "toml_writer"
18038version = "1.0.4"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18041
18042[[package]]
18043name = "toolchain_selector"
18044version = "0.1.0"
18045dependencies = [
18046 "anyhow",
18047 "convert_case 0.8.0",
18048 "editor",
18049 "futures 0.3.31",
18050 "fuzzy",
18051 "gpui",
18052 "language",
18053 "menu",
18054 "open_path_prompt",
18055 "picker",
18056 "project",
18057 "ui",
18058 "util",
18059 "workspace",
18060]
18061
18062[[package]]
18063name = "topological-sort"
18064version = "0.2.2"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18067
18068[[package]]
18069name = "tower"
18070version = "0.4.13"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18073dependencies = [
18074 "futures-core",
18075 "futures-util",
18076 "pin-project",
18077 "pin-project-lite",
18078 "tokio",
18079 "tower-layer",
18080 "tower-service",
18081 "tracing",
18082]
18083
18084[[package]]
18085name = "tower"
18086version = "0.5.2"
18087source = "registry+https://github.com/rust-lang/crates.io-index"
18088checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18089dependencies = [
18090 "futures-core",
18091 "futures-util",
18092 "pin-project-lite",
18093 "sync_wrapper 1.0.2",
18094 "tokio",
18095 "tower-layer",
18096 "tower-service",
18097]
18098
18099[[package]]
18100name = "tower-http"
18101version = "0.4.4"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18104dependencies = [
18105 "bitflags 2.10.0",
18106 "bytes 1.11.1",
18107 "futures-core",
18108 "futures-util",
18109 "http 0.2.12",
18110 "http-body 0.4.6",
18111 "http-range-header",
18112 "pin-project-lite",
18113 "tower-layer",
18114 "tower-service",
18115 "tracing",
18116]
18117
18118[[package]]
18119name = "tower-http"
18120version = "0.6.6"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18123dependencies = [
18124 "bitflags 2.10.0",
18125 "bytes 1.11.1",
18126 "futures-util",
18127 "http 1.3.1",
18128 "http-body 1.0.1",
18129 "iri-string",
18130 "pin-project-lite",
18131 "tower 0.5.2",
18132 "tower-layer",
18133 "tower-service",
18134]
18135
18136[[package]]
18137name = "tower-layer"
18138version = "0.3.3"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18141
18142[[package]]
18143name = "tower-service"
18144version = "0.3.3"
18145source = "registry+https://github.com/rust-lang/crates.io-index"
18146checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18147
18148[[package]]
18149name = "tracing"
18150version = "0.1.43"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18153dependencies = [
18154 "log",
18155 "pin-project-lite",
18156 "tracing-attributes",
18157 "tracing-core",
18158]
18159
18160[[package]]
18161name = "tracing-attributes"
18162version = "0.1.31"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18165dependencies = [
18166 "proc-macro2",
18167 "quote",
18168 "syn 2.0.117",
18169]
18170
18171[[package]]
18172name = "tracing-core"
18173version = "0.1.35"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18176dependencies = [
18177 "once_cell",
18178 "valuable",
18179]
18180
18181[[package]]
18182name = "tracing-log"
18183version = "0.2.0"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18186dependencies = [
18187 "log",
18188 "once_cell",
18189 "tracing-core",
18190]
18191
18192[[package]]
18193name = "tracing-serde"
18194version = "0.2.0"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18197dependencies = [
18198 "serde",
18199 "tracing-core",
18200]
18201
18202[[package]]
18203name = "tracing-subscriber"
18204version = "0.3.22"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18207dependencies = [
18208 "matchers",
18209 "nu-ansi-term",
18210 "once_cell",
18211 "regex-automata",
18212 "serde",
18213 "serde_json",
18214 "sharded-slab",
18215 "smallvec",
18216 "thread_local",
18217 "tracing",
18218 "tracing-core",
18219 "tracing-log",
18220 "tracing-serde",
18221]
18222
18223[[package]]
18224name = "tracing-tracy"
18225version = "0.11.4"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18228dependencies = [
18229 "tracing-core",
18230 "tracing-subscriber",
18231 "tracy-client",
18232]
18233
18234[[package]]
18235name = "tracy-client"
18236version = "0.18.3"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18239dependencies = [
18240 "loom",
18241 "once_cell",
18242 "tracy-client-sys",
18243]
18244
18245[[package]]
18246name = "tracy-client-sys"
18247version = "0.27.0"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18250dependencies = [
18251 "cc",
18252 "windows-targets 0.52.6",
18253]
18254
18255[[package]]
18256name = "trait-variant"
18257version = "0.1.2"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18260dependencies = [
18261 "proc-macro2",
18262 "quote",
18263 "syn 2.0.117",
18264]
18265
18266[[package]]
18267name = "transpose"
18268version = "0.2.3"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18271dependencies = [
18272 "num-integer",
18273 "strength_reduce",
18274]
18275
18276[[package]]
18277name = "tree-sitter"
18278version = "0.26.3"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18281dependencies = [
18282 "cc",
18283 "regex",
18284 "regex-syntax",
18285 "serde_json",
18286 "streaming-iterator",
18287 "tree-sitter-language",
18288 "wasmtime-c-api-impl",
18289]
18290
18291[[package]]
18292name = "tree-sitter-bash"
18293version = "0.25.1"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18296dependencies = [
18297 "cc",
18298 "tree-sitter-language",
18299]
18300
18301[[package]]
18302name = "tree-sitter-c"
18303version = "0.24.1"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18306dependencies = [
18307 "cc",
18308 "tree-sitter-language",
18309]
18310
18311[[package]]
18312name = "tree-sitter-cpp"
18313version = "0.23.4"
18314source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18315dependencies = [
18316 "cc",
18317 "tree-sitter-language",
18318]
18319
18320[[package]]
18321name = "tree-sitter-css"
18322version = "0.23.2"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18325dependencies = [
18326 "cc",
18327 "tree-sitter-language",
18328]
18329
18330[[package]]
18331name = "tree-sitter-diff"
18332version = "0.1.0"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18335dependencies = [
18336 "cc",
18337 "tree-sitter-language",
18338]
18339
18340[[package]]
18341name = "tree-sitter-elixir"
18342version = "0.3.4"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18345dependencies = [
18346 "cc",
18347 "tree-sitter-language",
18348]
18349
18350[[package]]
18351name = "tree-sitter-embedded-template"
18352version = "0.23.2"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18355dependencies = [
18356 "cc",
18357 "tree-sitter-language",
18358]
18359
18360[[package]]
18361name = "tree-sitter-gitcommit"
18362version = "0.0.1"
18363source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18364dependencies = [
18365 "cc",
18366 "tree-sitter-language",
18367]
18368
18369[[package]]
18370name = "tree-sitter-go"
18371version = "0.25.0"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18374dependencies = [
18375 "cc",
18376 "tree-sitter-language",
18377]
18378
18379[[package]]
18380name = "tree-sitter-gomod"
18381version = "1.1.1"
18382source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18383dependencies = [
18384 "cc",
18385 "tree-sitter-language",
18386]
18387
18388[[package]]
18389name = "tree-sitter-gowork"
18390version = "0.0.1"
18391source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18392dependencies = [
18393 "cc",
18394 "tree-sitter-language",
18395]
18396
18397[[package]]
18398name = "tree-sitter-heex"
18399version = "0.0.1"
18400source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18401dependencies = [
18402 "cc",
18403 "tree-sitter-language",
18404]
18405
18406[[package]]
18407name = "tree-sitter-html"
18408version = "0.23.2"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18411dependencies = [
18412 "cc",
18413 "tree-sitter-language",
18414]
18415
18416[[package]]
18417name = "tree-sitter-jsdoc"
18418version = "0.23.2"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18421dependencies = [
18422 "cc",
18423 "tree-sitter-language",
18424]
18425
18426[[package]]
18427name = "tree-sitter-json"
18428version = "0.24.8"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18431dependencies = [
18432 "cc",
18433 "tree-sitter-language",
18434]
18435
18436[[package]]
18437name = "tree-sitter-language"
18438version = "0.1.5"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18441
18442[[package]]
18443name = "tree-sitter-md"
18444version = "0.3.2"
18445source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18446dependencies = [
18447 "cc",
18448 "tree-sitter-language",
18449]
18450
18451[[package]]
18452name = "tree-sitter-python"
18453version = "0.25.0"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18456dependencies = [
18457 "cc",
18458 "tree-sitter-language",
18459]
18460
18461[[package]]
18462name = "tree-sitter-regex"
18463version = "0.24.3"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18466dependencies = [
18467 "cc",
18468 "tree-sitter-language",
18469]
18470
18471[[package]]
18472name = "tree-sitter-ruby"
18473version = "0.23.1"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18476dependencies = [
18477 "cc",
18478 "tree-sitter-language",
18479]
18480
18481[[package]]
18482name = "tree-sitter-rust"
18483version = "0.24.0"
18484source = "registry+https://github.com/rust-lang/crates.io-index"
18485checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
18486dependencies = [
18487 "cc",
18488 "tree-sitter-language",
18489]
18490
18491[[package]]
18492name = "tree-sitter-typescript"
18493version = "0.23.2"
18494source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18495dependencies = [
18496 "cc",
18497 "tree-sitter-language",
18498]
18499
18500[[package]]
18501name = "tree-sitter-yaml"
18502version = "0.6.1"
18503source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "triomphe"
18511version = "0.1.15"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18514dependencies = [
18515 "serde",
18516 "stable_deref_trait",
18517]
18518
18519[[package]]
18520name = "try-lock"
18521version = "0.2.5"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18524
18525[[package]]
18526name = "ttf-parser"
18527version = "0.20.0"
18528source = "registry+https://github.com/rust-lang/crates.io-index"
18529checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18530
18531[[package]]
18532name = "ttf-parser"
18533version = "0.25.1"
18534source = "registry+https://github.com/rust-lang/crates.io-index"
18535checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18536dependencies = [
18537 "core_maths",
18538]
18539
18540[[package]]
18541name = "tungstenite"
18542version = "0.20.1"
18543source = "registry+https://github.com/rust-lang/crates.io-index"
18544checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18545dependencies = [
18546 "byteorder",
18547 "bytes 1.11.1",
18548 "data-encoding",
18549 "http 0.2.12",
18550 "httparse",
18551 "log",
18552 "rand 0.8.5",
18553 "sha1",
18554 "thiserror 1.0.69",
18555 "url",
18556 "utf-8",
18557]
18558
18559[[package]]
18560name = "tungstenite"
18561version = "0.21.0"
18562source = "registry+https://github.com/rust-lang/crates.io-index"
18563checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18564dependencies = [
18565 "byteorder",
18566 "bytes 1.11.1",
18567 "data-encoding",
18568 "http 1.3.1",
18569 "httparse",
18570 "log",
18571 "rand 0.8.5",
18572 "sha1",
18573 "thiserror 1.0.69",
18574 "url",
18575 "utf-8",
18576]
18577
18578[[package]]
18579name = "tungstenite"
18580version = "0.27.0"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18583dependencies = [
18584 "bytes 1.11.1",
18585 "data-encoding",
18586 "http 1.3.1",
18587 "httparse",
18588 "log",
18589 "rand 0.9.2",
18590 "rustls 0.23.33",
18591 "rustls-pki-types",
18592 "sha1",
18593 "thiserror 2.0.17",
18594 "utf-8",
18595]
18596
18597[[package]]
18598name = "tungstenite"
18599version = "0.28.0"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18602dependencies = [
18603 "bytes 1.11.1",
18604 "data-encoding",
18605 "http 1.3.1",
18606 "httparse",
18607 "log",
18608 "rand 0.9.2",
18609 "rustls 0.23.33",
18610 "rustls-pki-types",
18611 "sha1",
18612 "thiserror 2.0.17",
18613 "utf-8",
18614]
18615
18616[[package]]
18617name = "typeid"
18618version = "1.0.3"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18621
18622[[package]]
18623name = "typenum"
18624version = "1.19.0"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18627
18628[[package]]
18629name = "ucd-trie"
18630version = "0.1.7"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18633
18634[[package]]
18635name = "uds"
18636version = "0.4.2"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18639dependencies = [
18640 "libc",
18641]
18642
18643[[package]]
18644name = "uds_windows"
18645version = "1.1.0"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18648dependencies = [
18649 "memoffset",
18650 "tempfile",
18651 "winapi",
18652]
18653
18654[[package]]
18655name = "ug"
18656version = "0.4.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18659dependencies = [
18660 "gemm 0.18.2",
18661 "half",
18662 "libloading",
18663 "memmap2",
18664 "num",
18665 "num-traits",
18666 "num_cpus",
18667 "rayon",
18668 "safetensors",
18669 "serde",
18670 "thiserror 1.0.69",
18671 "tracing",
18672 "yoke 0.7.5",
18673]
18674
18675[[package]]
18676name = "ui"
18677version = "0.1.0"
18678dependencies = [
18679 "chrono",
18680 "component",
18681 "documented",
18682 "gpui",
18683 "gpui_macros",
18684 "icons",
18685 "itertools 0.14.0",
18686 "menu",
18687 "schemars",
18688 "serde",
18689 "settings",
18690 "smallvec",
18691 "story",
18692 "strum 0.27.2",
18693 "theme",
18694 "ui_macros",
18695 "util",
18696 "windows 0.61.3",
18697]
18698
18699[[package]]
18700name = "ui_input"
18701version = "0.1.0"
18702dependencies = [
18703 "component",
18704 "gpui",
18705 "ui",
18706]
18707
18708[[package]]
18709name = "ui_macros"
18710version = "0.1.0"
18711dependencies = [
18712 "component",
18713 "quote",
18714 "syn 2.0.117",
18715 "ui",
18716]
18717
18718[[package]]
18719name = "ui_prompt"
18720version = "0.1.0"
18721dependencies = [
18722 "gpui",
18723 "markdown",
18724 "menu",
18725 "settings",
18726 "theme",
18727 "ui",
18728 "workspace",
18729]
18730
18731[[package]]
18732name = "unarray"
18733version = "0.1.4"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18736
18737[[package]]
18738name = "unicase"
18739version = "2.8.1"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18742
18743[[package]]
18744name = "unicode-bidi"
18745version = "0.3.18"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18748
18749[[package]]
18750name = "unicode-bidi-mirroring"
18751version = "0.4.0"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18754
18755[[package]]
18756name = "unicode-ccc"
18757version = "0.4.0"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18760
18761[[package]]
18762name = "unicode-general-category"
18763version = "1.1.0"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18766
18767[[package]]
18768name = "unicode-ident"
18769version = "1.0.19"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18772
18773[[package]]
18774name = "unicode-linebreak"
18775version = "0.1.5"
18776source = "registry+https://github.com/rust-lang/crates.io-index"
18777checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18778
18779[[package]]
18780name = "unicode-normalization"
18781version = "0.1.24"
18782source = "registry+https://github.com/rust-lang/crates.io-index"
18783checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18784dependencies = [
18785 "tinyvec",
18786]
18787
18788[[package]]
18789name = "unicode-properties"
18790version = "0.1.3"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18793
18794[[package]]
18795name = "unicode-script"
18796version = "0.5.8"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18799
18800[[package]]
18801name = "unicode-segmentation"
18802version = "1.12.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18805
18806[[package]]
18807name = "unicode-vo"
18808version = "0.1.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18811
18812[[package]]
18813name = "unicode-width"
18814version = "0.2.2"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18817
18818[[package]]
18819name = "unicode-xid"
18820version = "0.2.6"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18823
18824[[package]]
18825name = "unicode_categories"
18826version = "0.1.1"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18829
18830[[package]]
18831name = "unindent"
18832version = "0.2.4"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18835
18836[[package]]
18837name = "unsafe-libyaml"
18838version = "0.2.11"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18841
18842[[package]]
18843name = "untrusted"
18844version = "0.7.1"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18847
18848[[package]]
18849name = "untrusted"
18850version = "0.9.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18853
18854[[package]]
18855name = "url"
18856version = "2.5.7"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18859dependencies = [
18860 "form_urlencoded",
18861 "idna",
18862 "percent-encoding",
18863 "serde",
18864]
18865
18866[[package]]
18867name = "urlencoding"
18868version = "2.1.3"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18871
18872[[package]]
18873name = "usvg"
18874version = "0.45.1"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18877dependencies = [
18878 "base64 0.22.1",
18879 "data-url",
18880 "flate2",
18881 "fontdb 0.23.0",
18882 "imagesize",
18883 "kurbo",
18884 "log",
18885 "pico-args",
18886 "roxmltree",
18887 "rustybuzz",
18888 "simplecss",
18889 "siphasher 1.0.1",
18890 "strict-num",
18891 "svgtypes",
18892 "tiny-skia-path",
18893 "unicode-bidi",
18894 "unicode-script",
18895 "unicode-vo",
18896 "xmlwriter",
18897]
18898
18899[[package]]
18900name = "utf-8"
18901version = "0.7.6"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18904
18905[[package]]
18906name = "utf8-chars"
18907version = "3.0.6"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18910dependencies = [
18911 "arrayvec",
18912]
18913
18914[[package]]
18915name = "utf8_iter"
18916version = "1.0.4"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18919
18920[[package]]
18921name = "utf8parse"
18922version = "0.2.2"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18925
18926[[package]]
18927name = "util"
18928version = "0.1.0"
18929dependencies = [
18930 "anyhow",
18931 "async-fs",
18932 "async_zip",
18933 "collections",
18934 "command-fds",
18935 "dirs 4.0.0",
18936 "dunce",
18937 "futures 0.3.31",
18938 "futures-lite 1.13.0",
18939 "git2",
18940 "globset",
18941 "gpui_util",
18942 "itertools 0.14.0",
18943 "libc",
18944 "log",
18945 "mach2 0.5.0",
18946 "nix 0.29.0",
18947 "percent-encoding",
18948 "pretty_assertions",
18949 "rand 0.9.2",
18950 "regex",
18951 "rust-embed",
18952 "schemars",
18953 "serde",
18954 "serde_json",
18955 "serde_json_lenient",
18956 "shlex",
18957 "smol",
18958 "take-until",
18959 "tempfile",
18960 "tendril",
18961 "unicase",
18962 "url",
18963 "util_macros",
18964 "walkdir",
18965 "which 6.0.3",
18966]
18967
18968[[package]]
18969name = "util_macros"
18970version = "0.1.0"
18971dependencies = [
18972 "perf",
18973 "quote",
18974 "syn 2.0.117",
18975]
18976
18977[[package]]
18978name = "uuid"
18979version = "1.18.1"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18982dependencies = [
18983 "getrandom 0.3.4",
18984 "js-sys",
18985 "serde",
18986 "sha1_smol",
18987 "wasm-bindgen",
18988]
18989
18990[[package]]
18991name = "uuid-simd"
18992version = "0.8.0"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18995dependencies = [
18996 "outref",
18997 "vsimd",
18998]
18999
19000[[package]]
19001name = "v_frame"
19002version = "0.3.9"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19005dependencies = [
19006 "aligned-vec",
19007 "num-traits",
19008 "wasm-bindgen",
19009]
19010
19011[[package]]
19012name = "valuable"
19013version = "0.1.1"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19016
19017[[package]]
19018name = "value-bag"
19019version = "1.12.0"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19022dependencies = [
19023 "value-bag-serde1",
19024 "value-bag-sval2",
19025]
19026
19027[[package]]
19028name = "value-bag-serde1"
19029version = "1.12.0"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19032dependencies = [
19033 "erased-serde",
19034 "serde_core",
19035 "serde_fmt",
19036]
19037
19038[[package]]
19039name = "value-bag-sval2"
19040version = "1.12.0"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19043dependencies = [
19044 "sval",
19045 "sval_buffer",
19046 "sval_dynamic",
19047 "sval_fmt",
19048 "sval_json",
19049 "sval_ref",
19050 "sval_serde",
19051]
19052
19053[[package]]
19054name = "vcpkg"
19055version = "0.2.15"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19058
19059[[package]]
19060name = "vercel"
19061version = "0.1.0"
19062dependencies = [
19063 "anyhow",
19064 "schemars",
19065 "serde",
19066 "strum 0.27.2",
19067]
19068
19069[[package]]
19070name = "version-compare"
19071version = "0.2.0"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19074
19075[[package]]
19076name = "version_check"
19077version = "0.9.5"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19080
19081[[package]]
19082name = "vim"
19083version = "0.1.0"
19084dependencies = [
19085 "anyhow",
19086 "async-compat",
19087 "async-trait",
19088 "collections",
19089 "command_palette",
19090 "command_palette_hooks",
19091 "db",
19092 "editor",
19093 "env_logger 0.11.8",
19094 "futures 0.3.31",
19095 "fuzzy",
19096 "git_ui",
19097 "gpui",
19098 "indoc",
19099 "itertools 0.14.0",
19100 "language",
19101 "log",
19102 "lsp",
19103 "markdown_preview",
19104 "menu",
19105 "multi_buffer",
19106 "nvim-rs",
19107 "outline_panel",
19108 "parking_lot",
19109 "perf",
19110 "picker",
19111 "project",
19112 "project_panel",
19113 "regex",
19114 "release_channel",
19115 "schemars",
19116 "search",
19117 "semver",
19118 "serde",
19119 "serde_json",
19120 "settings",
19121 "settings_ui",
19122 "task",
19123 "text",
19124 "theme",
19125 "tokio",
19126 "ui",
19127 "util",
19128 "util_macros",
19129 "vim_mode_setting",
19130 "workspace",
19131 "zed_actions",
19132]
19133
19134[[package]]
19135name = "vim_mode_setting"
19136version = "0.1.0"
19137dependencies = [
19138 "settings",
19139]
19140
19141[[package]]
19142name = "vscode_theme"
19143version = "0.2.0"
19144source = "registry+https://github.com/rust-lang/crates.io-index"
19145checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19146dependencies = [
19147 "serde",
19148]
19149
19150[[package]]
19151name = "vsimd"
19152version = "0.8.0"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19155
19156[[package]]
19157name = "vswhom"
19158version = "0.1.0"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19161dependencies = [
19162 "libc",
19163 "vswhom-sys",
19164]
19165
19166[[package]]
19167name = "vswhom-sys"
19168version = "0.1.3"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19171dependencies = [
19172 "cc",
19173 "libc",
19174]
19175
19176[[package]]
19177name = "vte"
19178version = "0.15.0"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19181dependencies = [
19182 "arrayvec",
19183 "bitflags 2.10.0",
19184 "cursor-icon",
19185 "log",
19186 "memchr",
19187 "serde",
19188]
19189
19190[[package]]
19191name = "wait-timeout"
19192version = "0.2.1"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19195dependencies = [
19196 "libc",
19197]
19198
19199[[package]]
19200name = "waker-fn"
19201version = "1.2.0"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19204
19205[[package]]
19206name = "walkdir"
19207version = "2.5.0"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19210dependencies = [
19211 "same-file",
19212 "winapi-util",
19213]
19214
19215[[package]]
19216name = "want"
19217version = "0.3.1"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19220dependencies = [
19221 "try-lock",
19222]
19223
19224[[package]]
19225name = "warp"
19226version = "0.3.7"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19229dependencies = [
19230 "bytes 1.11.1",
19231 "futures-channel",
19232 "futures-util",
19233 "headers",
19234 "http 0.2.12",
19235 "hyper 0.14.32",
19236 "log",
19237 "mime",
19238 "mime_guess",
19239 "percent-encoding",
19240 "pin-project",
19241 "scoped-tls",
19242 "serde",
19243 "serde_json",
19244 "serde_urlencoded",
19245 "tokio",
19246 "tokio-tungstenite 0.21.0",
19247 "tokio-util",
19248 "tower-service",
19249 "tracing",
19250]
19251
19252[[package]]
19253name = "wasi"
19254version = "0.11.1+wasi-snapshot-preview1"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19257
19258[[package]]
19259name = "wasip2"
19260version = "1.0.1+wasi-0.2.4"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19263dependencies = [
19264 "wit-bindgen 0.46.0",
19265]
19266
19267[[package]]
19268name = "wasip3"
19269version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19272dependencies = [
19273 "wit-bindgen 0.51.0",
19274]
19275
19276[[package]]
19277name = "wasite"
19278version = "0.1.0"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19281
19282[[package]]
19283name = "wasm-bindgen"
19284version = "0.2.113"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19287dependencies = [
19288 "cfg-if",
19289 "once_cell",
19290 "rustversion",
19291 "wasm-bindgen-macro",
19292 "wasm-bindgen-shared",
19293]
19294
19295[[package]]
19296name = "wasm-bindgen-futures"
19297version = "0.4.63"
19298source = "registry+https://github.com/rust-lang/crates.io-index"
19299checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19300dependencies = [
19301 "cfg-if",
19302 "futures-util",
19303 "js-sys",
19304 "once_cell",
19305 "wasm-bindgen",
19306 "web-sys",
19307]
19308
19309[[package]]
19310name = "wasm-bindgen-macro"
19311version = "0.2.113"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19314dependencies = [
19315 "quote",
19316 "wasm-bindgen-macro-support",
19317]
19318
19319[[package]]
19320name = "wasm-bindgen-macro-support"
19321version = "0.2.113"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19324dependencies = [
19325 "bumpalo",
19326 "proc-macro2",
19327 "quote",
19328 "syn 2.0.117",
19329 "wasm-bindgen-shared",
19330]
19331
19332[[package]]
19333name = "wasm-bindgen-shared"
19334version = "0.2.113"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19337dependencies = [
19338 "unicode-ident",
19339]
19340
19341[[package]]
19342name = "wasm-encoder"
19343version = "0.201.0"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19346dependencies = [
19347 "leb128",
19348]
19349
19350[[package]]
19351name = "wasm-encoder"
19352version = "0.221.3"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19355dependencies = [
19356 "leb128",
19357 "wasmparser 0.221.3",
19358]
19359
19360[[package]]
19361name = "wasm-encoder"
19362version = "0.227.1"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19365dependencies = [
19366 "leb128fmt",
19367 "wasmparser 0.227.1",
19368]
19369
19370[[package]]
19371name = "wasm-encoder"
19372version = "0.229.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19375dependencies = [
19376 "leb128fmt",
19377 "wasmparser 0.229.0",
19378]
19379
19380[[package]]
19381name = "wasm-encoder"
19382version = "0.244.0"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19385dependencies = [
19386 "leb128fmt",
19387 "wasmparser 0.244.0",
19388]
19389
19390[[package]]
19391name = "wasm-metadata"
19392version = "0.201.0"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19395dependencies = [
19396 "anyhow",
19397 "indexmap",
19398 "serde",
19399 "serde_derive",
19400 "serde_json",
19401 "spdx",
19402 "wasm-encoder 0.201.0",
19403 "wasmparser 0.201.0",
19404]
19405
19406[[package]]
19407name = "wasm-metadata"
19408version = "0.227.1"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19411dependencies = [
19412 "anyhow",
19413 "auditable-serde",
19414 "flate2",
19415 "indexmap",
19416 "serde",
19417 "serde_derive",
19418 "serde_json",
19419 "spdx",
19420 "url",
19421 "wasm-encoder 0.227.1",
19422 "wasmparser 0.227.1",
19423]
19424
19425[[package]]
19426name = "wasm-metadata"
19427version = "0.244.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19430dependencies = [
19431 "anyhow",
19432 "indexmap",
19433 "wasm-encoder 0.244.0",
19434 "wasmparser 0.244.0",
19435]
19436
19437[[package]]
19438name = "wasm-streams"
19439version = "0.4.2"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19442dependencies = [
19443 "futures-util",
19444 "js-sys",
19445 "wasm-bindgen",
19446 "wasm-bindgen-futures",
19447 "web-sys",
19448]
19449
19450[[package]]
19451name = "wasm_thread"
19452version = "0.3.3"
19453source = "registry+https://github.com/rust-lang/crates.io-index"
19454checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19455dependencies = [
19456 "futures 0.3.31",
19457 "js-sys",
19458 "wasm-bindgen",
19459 "web-sys",
19460]
19461
19462[[package]]
19463name = "wasmparser"
19464version = "0.201.0"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19467dependencies = [
19468 "bitflags 2.10.0",
19469 "indexmap",
19470 "semver",
19471]
19472
19473[[package]]
19474name = "wasmparser"
19475version = "0.221.3"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19478dependencies = [
19479 "bitflags 2.10.0",
19480 "hashbrown 0.15.5",
19481 "indexmap",
19482 "semver",
19483 "serde",
19484]
19485
19486[[package]]
19487name = "wasmparser"
19488version = "0.227.1"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19491dependencies = [
19492 "bitflags 2.10.0",
19493 "hashbrown 0.15.5",
19494 "indexmap",
19495 "semver",
19496]
19497
19498[[package]]
19499name = "wasmparser"
19500version = "0.229.0"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19503dependencies = [
19504 "bitflags 2.10.0",
19505 "hashbrown 0.15.5",
19506 "indexmap",
19507 "semver",
19508 "serde",
19509]
19510
19511[[package]]
19512name = "wasmparser"
19513version = "0.244.0"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19516dependencies = [
19517 "bitflags 2.10.0",
19518 "hashbrown 0.15.5",
19519 "indexmap",
19520 "semver",
19521]
19522
19523[[package]]
19524name = "wasmprinter"
19525version = "0.229.0"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19528dependencies = [
19529 "anyhow",
19530 "termcolor",
19531 "wasmparser 0.229.0",
19532]
19533
19534[[package]]
19535name = "wasmtime"
19536version = "33.0.2"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19539dependencies = [
19540 "addr2line 0.24.2",
19541 "anyhow",
19542 "async-trait",
19543 "bitflags 2.10.0",
19544 "bumpalo",
19545 "cc",
19546 "cfg-if",
19547 "encoding_rs",
19548 "hashbrown 0.15.5",
19549 "indexmap",
19550 "libc",
19551 "log",
19552 "mach2 0.4.3",
19553 "memfd",
19554 "object 0.36.7",
19555 "once_cell",
19556 "postcard",
19557 "psm",
19558 "pulley-interpreter",
19559 "rayon",
19560 "rustix 1.1.2",
19561 "semver",
19562 "serde",
19563 "serde_derive",
19564 "smallvec",
19565 "sptr",
19566 "target-lexicon 0.13.3",
19567 "trait-variant",
19568 "wasmparser 0.229.0",
19569 "wasmtime-asm-macros",
19570 "wasmtime-component-macro",
19571 "wasmtime-component-util",
19572 "wasmtime-cranelift",
19573 "wasmtime-environ",
19574 "wasmtime-fiber",
19575 "wasmtime-jit-icache-coherence",
19576 "wasmtime-math",
19577 "wasmtime-slab",
19578 "wasmtime-versioned-export-macros",
19579 "wasmtime-winch",
19580 "windows-sys 0.59.0",
19581]
19582
19583[[package]]
19584name = "wasmtime-asm-macros"
19585version = "33.0.2"
19586source = "registry+https://github.com/rust-lang/crates.io-index"
19587checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19588dependencies = [
19589 "cfg-if",
19590]
19591
19592[[package]]
19593name = "wasmtime-c-api-impl"
19594version = "33.0.2"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19597dependencies = [
19598 "anyhow",
19599 "log",
19600 "tracing",
19601 "wasmtime",
19602 "wasmtime-c-api-macros",
19603]
19604
19605[[package]]
19606name = "wasmtime-c-api-macros"
19607version = "33.0.2"
19608source = "registry+https://github.com/rust-lang/crates.io-index"
19609checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19610dependencies = [
19611 "proc-macro2",
19612 "quote",
19613]
19614
19615[[package]]
19616name = "wasmtime-component-macro"
19617version = "33.0.2"
19618source = "registry+https://github.com/rust-lang/crates.io-index"
19619checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19620dependencies = [
19621 "anyhow",
19622 "proc-macro2",
19623 "quote",
19624 "syn 2.0.117",
19625 "wasmtime-component-util",
19626 "wasmtime-wit-bindgen",
19627 "wit-parser 0.229.0",
19628]
19629
19630[[package]]
19631name = "wasmtime-component-util"
19632version = "33.0.2"
19633source = "registry+https://github.com/rust-lang/crates.io-index"
19634checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19635
19636[[package]]
19637name = "wasmtime-cranelift"
19638version = "33.0.2"
19639source = "registry+https://github.com/rust-lang/crates.io-index"
19640checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19641dependencies = [
19642 "anyhow",
19643 "cfg-if",
19644 "cranelift-codegen",
19645 "cranelift-control",
19646 "cranelift-entity",
19647 "cranelift-frontend",
19648 "cranelift-native",
19649 "gimli 0.31.1",
19650 "itertools 0.14.0",
19651 "log",
19652 "object 0.36.7",
19653 "pulley-interpreter",
19654 "smallvec",
19655 "target-lexicon 0.13.3",
19656 "thiserror 2.0.17",
19657 "wasmparser 0.229.0",
19658 "wasmtime-environ",
19659 "wasmtime-versioned-export-macros",
19660]
19661
19662[[package]]
19663name = "wasmtime-environ"
19664version = "33.0.2"
19665source = "registry+https://github.com/rust-lang/crates.io-index"
19666checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19667dependencies = [
19668 "anyhow",
19669 "cpp_demangle",
19670 "cranelift-bitset",
19671 "cranelift-entity",
19672 "gimli 0.31.1",
19673 "indexmap",
19674 "log",
19675 "object 0.36.7",
19676 "postcard",
19677 "rustc-demangle",
19678 "semver",
19679 "serde",
19680 "serde_derive",
19681 "smallvec",
19682 "target-lexicon 0.13.3",
19683 "wasm-encoder 0.229.0",
19684 "wasmparser 0.229.0",
19685 "wasmprinter",
19686 "wasmtime-component-util",
19687]
19688
19689[[package]]
19690name = "wasmtime-fiber"
19691version = "33.0.2"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19694dependencies = [
19695 "anyhow",
19696 "cc",
19697 "cfg-if",
19698 "rustix 1.1.2",
19699 "wasmtime-asm-macros",
19700 "wasmtime-versioned-export-macros",
19701 "windows-sys 0.59.0",
19702]
19703
19704[[package]]
19705name = "wasmtime-jit-icache-coherence"
19706version = "33.0.2"
19707source = "registry+https://github.com/rust-lang/crates.io-index"
19708checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19709dependencies = [
19710 "anyhow",
19711 "cfg-if",
19712 "libc",
19713 "windows-sys 0.59.0",
19714]
19715
19716[[package]]
19717name = "wasmtime-math"
19718version = "33.0.2"
19719source = "registry+https://github.com/rust-lang/crates.io-index"
19720checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19721dependencies = [
19722 "libm",
19723]
19724
19725[[package]]
19726name = "wasmtime-slab"
19727version = "33.0.2"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19730
19731[[package]]
19732name = "wasmtime-versioned-export-macros"
19733version = "33.0.2"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19736dependencies = [
19737 "proc-macro2",
19738 "quote",
19739 "syn 2.0.117",
19740]
19741
19742[[package]]
19743name = "wasmtime-wasi"
19744version = "33.0.2"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19747dependencies = [
19748 "anyhow",
19749 "async-trait",
19750 "bitflags 2.10.0",
19751 "bytes 1.11.1",
19752 "cap-fs-ext",
19753 "cap-net-ext",
19754 "cap-rand",
19755 "cap-std",
19756 "cap-time-ext",
19757 "fs-set-times",
19758 "futures 0.3.31",
19759 "io-extras",
19760 "io-lifetimes",
19761 "rustix 1.1.2",
19762 "system-interface",
19763 "thiserror 2.0.17",
19764 "tokio",
19765 "tracing",
19766 "url",
19767 "wasmtime",
19768 "wasmtime-wasi-io",
19769 "wiggle",
19770 "windows-sys 0.59.0",
19771]
19772
19773[[package]]
19774name = "wasmtime-wasi-io"
19775version = "33.0.2"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19778dependencies = [
19779 "anyhow",
19780 "async-trait",
19781 "bytes 1.11.1",
19782 "futures 0.3.31",
19783 "wasmtime",
19784]
19785
19786[[package]]
19787name = "wasmtime-winch"
19788version = "33.0.2"
19789source = "registry+https://github.com/rust-lang/crates.io-index"
19790checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19791dependencies = [
19792 "anyhow",
19793 "cranelift-codegen",
19794 "gimli 0.31.1",
19795 "object 0.36.7",
19796 "target-lexicon 0.13.3",
19797 "wasmparser 0.229.0",
19798 "wasmtime-cranelift",
19799 "wasmtime-environ",
19800 "winch-codegen",
19801]
19802
19803[[package]]
19804name = "wasmtime-wit-bindgen"
19805version = "33.0.2"
19806source = "registry+https://github.com/rust-lang/crates.io-index"
19807checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19808dependencies = [
19809 "anyhow",
19810 "heck 0.5.0",
19811 "indexmap",
19812 "wit-parser 0.229.0",
19813]
19814
19815[[package]]
19816name = "wast"
19817version = "35.0.2"
19818source = "registry+https://github.com/rust-lang/crates.io-index"
19819checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19820dependencies = [
19821 "leb128",
19822]
19823
19824[[package]]
19825name = "watch"
19826version = "0.1.0"
19827dependencies = [
19828 "ctor",
19829 "futures 0.3.31",
19830 "gpui",
19831 "parking_lot",
19832 "zlog",
19833]
19834
19835[[package]]
19836name = "wax"
19837version = "0.7.0"
19838source = "registry+https://github.com/rust-lang/crates.io-index"
19839checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19840dependencies = [
19841 "const_format",
19842 "itertools 0.14.0",
19843 "nom 7.1.3",
19844 "pori",
19845 "regex",
19846 "thiserror 2.0.17",
19847 "walkdir",
19848]
19849
19850[[package]]
19851name = "wayland-backend"
19852version = "0.3.11"
19853source = "registry+https://github.com/rust-lang/crates.io-index"
19854checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19855dependencies = [
19856 "cc",
19857 "downcast-rs",
19858 "rustix 1.1.2",
19859 "scoped-tls",
19860 "smallvec",
19861 "wayland-sys",
19862]
19863
19864[[package]]
19865name = "wayland-client"
19866version = "0.31.11"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19869dependencies = [
19870 "bitflags 2.10.0",
19871 "rustix 1.1.2",
19872 "wayland-backend",
19873 "wayland-scanner",
19874]
19875
19876[[package]]
19877name = "wayland-cursor"
19878version = "0.31.11"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19881dependencies = [
19882 "rustix 1.1.2",
19883 "wayland-client",
19884 "xcursor",
19885]
19886
19887[[package]]
19888name = "wayland-protocols"
19889version = "0.32.9"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19892dependencies = [
19893 "bitflags 2.10.0",
19894 "wayland-backend",
19895 "wayland-client",
19896 "wayland-scanner",
19897]
19898
19899[[package]]
19900name = "wayland-protocols-plasma"
19901version = "0.3.9"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19904dependencies = [
19905 "bitflags 2.10.0",
19906 "wayland-backend",
19907 "wayland-client",
19908 "wayland-protocols",
19909 "wayland-scanner",
19910]
19911
19912[[package]]
19913name = "wayland-protocols-wlr"
19914version = "0.3.9"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19917dependencies = [
19918 "bitflags 2.10.0",
19919 "wayland-backend",
19920 "wayland-client",
19921 "wayland-protocols",
19922 "wayland-scanner",
19923]
19924
19925[[package]]
19926name = "wayland-scanner"
19927version = "0.31.7"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19930dependencies = [
19931 "proc-macro2",
19932 "quick-xml 0.37.5",
19933 "quote",
19934]
19935
19936[[package]]
19937name = "wayland-sys"
19938version = "0.31.7"
19939source = "registry+https://github.com/rust-lang/crates.io-index"
19940checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19941dependencies = [
19942 "dlib",
19943 "log",
19944 "once_cell",
19945 "pkg-config",
19946]
19947
19948[[package]]
19949name = "web-sys"
19950version = "0.3.90"
19951source = "registry+https://github.com/rust-lang/crates.io-index"
19952checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19953dependencies = [
19954 "js-sys",
19955 "wasm-bindgen",
19956]
19957
19958[[package]]
19959name = "web-time"
19960version = "1.1.0"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19963dependencies = [
19964 "js-sys",
19965 "wasm-bindgen",
19966]
19967
19968[[package]]
19969name = "web_atoms"
19970version = "0.1.3"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19973dependencies = [
19974 "phf 0.11.3",
19975 "phf_codegen",
19976 "string_cache",
19977 "string_cache_codegen",
19978]
19979
19980[[package]]
19981name = "web_search"
19982version = "0.1.0"
19983dependencies = [
19984 "anyhow",
19985 "cloud_llm_client",
19986 "collections",
19987 "gpui",
19988 "serde",
19989]
19990
19991[[package]]
19992name = "web_search_providers"
19993version = "0.1.0"
19994dependencies = [
19995 "anyhow",
19996 "client",
19997 "cloud_api_types",
19998 "cloud_llm_client",
19999 "futures 0.3.31",
20000 "gpui",
20001 "http_client",
20002 "language_model",
20003 "serde",
20004 "serde_json",
20005 "web_search",
20006]
20007
20008[[package]]
20009name = "webpki-root-certs"
20010version = "0.26.8"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20013dependencies = [
20014 "rustls-pki-types",
20015]
20016
20017[[package]]
20018name = "webpki-roots"
20019version = "0.26.8"
20020source = "registry+https://github.com/rust-lang/crates.io-index"
20021checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20022dependencies = [
20023 "rustls-pki-types",
20024]
20025
20026[[package]]
20027name = "webrtc-sys"
20028version = "0.3.23"
20029source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20030dependencies = [
20031 "cc",
20032 "cxx",
20033 "cxx-build",
20034 "glob",
20035 "log",
20036 "pkg-config",
20037 "webrtc-sys-build",
20038]
20039
20040[[package]]
20041name = "webrtc-sys-build"
20042version = "0.3.13"
20043source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=c1209aa155cbf4543383774f884a46ae7e53ee2e#c1209aa155cbf4543383774f884a46ae7e53ee2e"
20044dependencies = [
20045 "anyhow",
20046 "fs2",
20047 "regex",
20048 "reqwest 0.12.24",
20049 "scratch",
20050 "semver",
20051 "zip 0.6.6",
20052]
20053
20054[[package]]
20055name = "weezl"
20056version = "0.1.10"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20059
20060[[package]]
20061name = "wgpu"
20062version = "28.0.1"
20063source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20064dependencies = [
20065 "arrayvec",
20066 "bitflags 2.10.0",
20067 "bytemuck",
20068 "cfg-if",
20069 "cfg_aliases 0.2.1",
20070 "document-features",
20071 "hashbrown 0.16.1",
20072 "js-sys",
20073 "log",
20074 "naga 28.0.1",
20075 "parking_lot",
20076 "portable-atomic",
20077 "profiling",
20078 "raw-window-handle",
20079 "smallvec",
20080 "static_assertions",
20081 "wasm-bindgen",
20082 "wasm-bindgen-futures",
20083 "web-sys",
20084 "wgpu-core",
20085 "wgpu-hal",
20086 "wgpu-types",
20087]
20088
20089[[package]]
20090name = "wgpu-core"
20091version = "28.0.1"
20092source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20093dependencies = [
20094 "arrayvec",
20095 "bit-set",
20096 "bit-vec",
20097 "bitflags 2.10.0",
20098 "bytemuck",
20099 "cfg_aliases 0.2.1",
20100 "document-features",
20101 "hashbrown 0.16.1",
20102 "indexmap",
20103 "log",
20104 "naga 28.0.1",
20105 "once_cell",
20106 "parking_lot",
20107 "portable-atomic",
20108 "profiling",
20109 "raw-window-handle",
20110 "rustc-hash 1.1.0",
20111 "smallvec",
20112 "thiserror 2.0.17",
20113 "wgpu-core-deps-apple",
20114 "wgpu-core-deps-emscripten",
20115 "wgpu-core-deps-windows-linux-android",
20116 "wgpu-hal",
20117 "wgpu-types",
20118]
20119
20120[[package]]
20121name = "wgpu-core-deps-apple"
20122version = "28.0.1"
20123source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20124dependencies = [
20125 "wgpu-hal",
20126]
20127
20128[[package]]
20129name = "wgpu-core-deps-emscripten"
20130version = "28.0.1"
20131source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20132dependencies = [
20133 "wgpu-hal",
20134]
20135
20136[[package]]
20137name = "wgpu-core-deps-windows-linux-android"
20138version = "28.0.1"
20139source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20140dependencies = [
20141 "wgpu-hal",
20142]
20143
20144[[package]]
20145name = "wgpu-hal"
20146version = "28.0.1"
20147source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20148dependencies = [
20149 "android_system_properties",
20150 "arrayvec",
20151 "ash",
20152 "bit-set",
20153 "bitflags 2.10.0",
20154 "block",
20155 "bytemuck",
20156 "cfg-if",
20157 "cfg_aliases 0.2.1",
20158 "core-graphics-types 0.2.0",
20159 "glow",
20160 "glutin_wgl_sys",
20161 "gpu-allocator",
20162 "gpu-descriptor",
20163 "hashbrown 0.16.1",
20164 "js-sys",
20165 "khronos-egl",
20166 "libc",
20167 "libloading",
20168 "log",
20169 "metal",
20170 "naga 28.0.1",
20171 "ndk-sys",
20172 "objc",
20173 "once_cell",
20174 "ordered-float 4.6.0",
20175 "parking_lot",
20176 "portable-atomic",
20177 "portable-atomic-util",
20178 "profiling",
20179 "range-alloc",
20180 "raw-window-handle",
20181 "renderdoc-sys",
20182 "smallvec",
20183 "thiserror 2.0.17",
20184 "wasm-bindgen",
20185 "web-sys",
20186 "wgpu-types",
20187 "windows 0.62.2",
20188 "windows-core 0.62.2",
20189]
20190
20191[[package]]
20192name = "wgpu-types"
20193version = "28.0.1"
20194source = "git+https://github.com/zed-industries/wgpu?rev=465557eccfe77c840a9b4936f1408da9503372c4#465557eccfe77c840a9b4936f1408da9503372c4"
20195dependencies = [
20196 "bitflags 2.10.0",
20197 "bytemuck",
20198 "js-sys",
20199 "log",
20200 "web-sys",
20201]
20202
20203[[package]]
20204name = "which"
20205version = "4.4.2"
20206source = "registry+https://github.com/rust-lang/crates.io-index"
20207checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20208dependencies = [
20209 "either",
20210 "home",
20211 "once_cell",
20212 "rustix 0.38.44",
20213]
20214
20215[[package]]
20216name = "which"
20217version = "6.0.3"
20218source = "registry+https://github.com/rust-lang/crates.io-index"
20219checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20220dependencies = [
20221 "either",
20222 "home",
20223 "rustix 0.38.44",
20224 "winsafe",
20225]
20226
20227[[package]]
20228name = "which_key"
20229version = "0.1.0"
20230dependencies = [
20231 "command_palette",
20232 "gpui",
20233 "serde",
20234 "settings",
20235 "theme",
20236 "ui",
20237 "util",
20238 "workspace",
20239]
20240
20241[[package]]
20242name = "whoami"
20243version = "1.6.1"
20244source = "registry+https://github.com/rust-lang/crates.io-index"
20245checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20246dependencies = [
20247 "libredox",
20248 "wasite",
20249]
20250
20251[[package]]
20252name = "wiggle"
20253version = "33.0.2"
20254source = "registry+https://github.com/rust-lang/crates.io-index"
20255checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20256dependencies = [
20257 "anyhow",
20258 "async-trait",
20259 "bitflags 2.10.0",
20260 "thiserror 2.0.17",
20261 "tracing",
20262 "wasmtime",
20263 "wiggle-macro",
20264]
20265
20266[[package]]
20267name = "wiggle-generate"
20268version = "33.0.2"
20269source = "registry+https://github.com/rust-lang/crates.io-index"
20270checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20271dependencies = [
20272 "anyhow",
20273 "heck 0.5.0",
20274 "proc-macro2",
20275 "quote",
20276 "syn 2.0.117",
20277 "witx",
20278]
20279
20280[[package]]
20281name = "wiggle-macro"
20282version = "33.0.2"
20283source = "registry+https://github.com/rust-lang/crates.io-index"
20284checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20285dependencies = [
20286 "proc-macro2",
20287 "quote",
20288 "syn 2.0.117",
20289 "wiggle-generate",
20290]
20291
20292[[package]]
20293name = "winapi"
20294version = "0.3.9"
20295source = "registry+https://github.com/rust-lang/crates.io-index"
20296checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20297dependencies = [
20298 "winapi-i686-pc-windows-gnu",
20299 "winapi-x86_64-pc-windows-gnu",
20300]
20301
20302[[package]]
20303name = "winapi-i686-pc-windows-gnu"
20304version = "0.4.0"
20305source = "registry+https://github.com/rust-lang/crates.io-index"
20306checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20307
20308[[package]]
20309name = "winapi-util"
20310version = "0.1.11"
20311source = "registry+https://github.com/rust-lang/crates.io-index"
20312checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20313dependencies = [
20314 "windows-sys 0.61.2",
20315]
20316
20317[[package]]
20318name = "winapi-x86_64-pc-windows-gnu"
20319version = "0.4.0"
20320source = "registry+https://github.com/rust-lang/crates.io-index"
20321checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20322
20323[[package]]
20324name = "winch-codegen"
20325version = "33.0.2"
20326source = "registry+https://github.com/rust-lang/crates.io-index"
20327checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20328dependencies = [
20329 "anyhow",
20330 "cranelift-assembler-x64",
20331 "cranelift-codegen",
20332 "gimli 0.31.1",
20333 "regalloc2",
20334 "smallvec",
20335 "target-lexicon 0.13.3",
20336 "thiserror 2.0.17",
20337 "wasmparser 0.229.0",
20338 "wasmtime-cranelift",
20339 "wasmtime-environ",
20340]
20341
20342[[package]]
20343name = "windows"
20344version = "0.57.0"
20345source = "registry+https://github.com/rust-lang/crates.io-index"
20346checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20347dependencies = [
20348 "windows-core 0.57.0",
20349 "windows-targets 0.52.6",
20350]
20351
20352[[package]]
20353name = "windows"
20354version = "0.58.0"
20355source = "registry+https://github.com/rust-lang/crates.io-index"
20356checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20357dependencies = [
20358 "windows-core 0.58.0",
20359 "windows-targets 0.52.6",
20360]
20361
20362[[package]]
20363name = "windows"
20364version = "0.61.3"
20365source = "registry+https://github.com/rust-lang/crates.io-index"
20366checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20367dependencies = [
20368 "windows-collections 0.2.0",
20369 "windows-core 0.61.2",
20370 "windows-future 0.2.1",
20371 "windows-link 0.1.3",
20372 "windows-numerics 0.2.0",
20373]
20374
20375[[package]]
20376name = "windows"
20377version = "0.62.2"
20378source = "registry+https://github.com/rust-lang/crates.io-index"
20379checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20380dependencies = [
20381 "windows-collections 0.3.2",
20382 "windows-core 0.62.2",
20383 "windows-future 0.3.2",
20384 "windows-numerics 0.3.1",
20385]
20386
20387[[package]]
20388name = "windows-bindgen"
20389version = "0.61.1"
20390source = "registry+https://github.com/rust-lang/crates.io-index"
20391checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20392dependencies = [
20393 "serde",
20394 "serde_json",
20395 "windows-threading 0.1.0",
20396]
20397
20398[[package]]
20399name = "windows-capture"
20400version = "1.4.3"
20401source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20402dependencies = [
20403 "clap",
20404 "ctrlc",
20405 "parking_lot",
20406 "rayon",
20407 "thiserror 2.0.17",
20408 "windows 0.61.3",
20409 "windows-future 0.2.1",
20410]
20411
20412[[package]]
20413name = "windows-collections"
20414version = "0.2.0"
20415source = "registry+https://github.com/rust-lang/crates.io-index"
20416checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20417dependencies = [
20418 "windows-core 0.61.2",
20419]
20420
20421[[package]]
20422name = "windows-collections"
20423version = "0.3.2"
20424source = "registry+https://github.com/rust-lang/crates.io-index"
20425checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20426dependencies = [
20427 "windows-core 0.62.2",
20428]
20429
20430[[package]]
20431name = "windows-core"
20432version = "0.57.0"
20433source = "registry+https://github.com/rust-lang/crates.io-index"
20434checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20435dependencies = [
20436 "windows-implement 0.57.0",
20437 "windows-interface 0.57.0",
20438 "windows-result 0.1.2",
20439 "windows-targets 0.52.6",
20440]
20441
20442[[package]]
20443name = "windows-core"
20444version = "0.58.0"
20445source = "registry+https://github.com/rust-lang/crates.io-index"
20446checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20447dependencies = [
20448 "windows-implement 0.58.0",
20449 "windows-interface 0.58.0",
20450 "windows-result 0.2.0",
20451 "windows-strings 0.1.0",
20452 "windows-targets 0.52.6",
20453]
20454
20455[[package]]
20456name = "windows-core"
20457version = "0.61.2"
20458source = "registry+https://github.com/rust-lang/crates.io-index"
20459checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20460dependencies = [
20461 "windows-implement 0.60.2",
20462 "windows-interface 0.59.3",
20463 "windows-link 0.1.3",
20464 "windows-result 0.3.4",
20465 "windows-strings 0.4.2",
20466]
20467
20468[[package]]
20469name = "windows-core"
20470version = "0.62.2"
20471source = "registry+https://github.com/rust-lang/crates.io-index"
20472checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20473dependencies = [
20474 "windows-implement 0.60.2",
20475 "windows-interface 0.59.3",
20476 "windows-link 0.2.1",
20477 "windows-result 0.4.1",
20478 "windows-strings 0.5.1",
20479]
20480
20481[[package]]
20482name = "windows-future"
20483version = "0.2.1"
20484source = "registry+https://github.com/rust-lang/crates.io-index"
20485checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20486dependencies = [
20487 "windows-core 0.61.2",
20488 "windows-link 0.1.3",
20489 "windows-threading 0.1.0",
20490]
20491
20492[[package]]
20493name = "windows-future"
20494version = "0.3.2"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20497dependencies = [
20498 "windows-core 0.62.2",
20499 "windows-link 0.2.1",
20500 "windows-threading 0.2.1",
20501]
20502
20503[[package]]
20504name = "windows-implement"
20505version = "0.57.0"
20506source = "registry+https://github.com/rust-lang/crates.io-index"
20507checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20508dependencies = [
20509 "proc-macro2",
20510 "quote",
20511 "syn 2.0.117",
20512]
20513
20514[[package]]
20515name = "windows-implement"
20516version = "0.58.0"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20519dependencies = [
20520 "proc-macro2",
20521 "quote",
20522 "syn 2.0.117",
20523]
20524
20525[[package]]
20526name = "windows-implement"
20527version = "0.60.2"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20530dependencies = [
20531 "proc-macro2",
20532 "quote",
20533 "syn 2.0.117",
20534]
20535
20536[[package]]
20537name = "windows-interface"
20538version = "0.57.0"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20541dependencies = [
20542 "proc-macro2",
20543 "quote",
20544 "syn 2.0.117",
20545]
20546
20547[[package]]
20548name = "windows-interface"
20549version = "0.58.0"
20550source = "registry+https://github.com/rust-lang/crates.io-index"
20551checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20552dependencies = [
20553 "proc-macro2",
20554 "quote",
20555 "syn 2.0.117",
20556]
20557
20558[[package]]
20559name = "windows-interface"
20560version = "0.59.3"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20563dependencies = [
20564 "proc-macro2",
20565 "quote",
20566 "syn 2.0.117",
20567]
20568
20569[[package]]
20570name = "windows-link"
20571version = "0.1.3"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20574
20575[[package]]
20576name = "windows-link"
20577version = "0.2.1"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20580
20581[[package]]
20582name = "windows-numerics"
20583version = "0.2.0"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20586dependencies = [
20587 "windows-core 0.61.2",
20588 "windows-link 0.1.3",
20589]
20590
20591[[package]]
20592name = "windows-numerics"
20593version = "0.3.1"
20594source = "registry+https://github.com/rust-lang/crates.io-index"
20595checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20596dependencies = [
20597 "windows-core 0.62.2",
20598 "windows-link 0.2.1",
20599]
20600
20601[[package]]
20602name = "windows-registry"
20603version = "0.4.0"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20606dependencies = [
20607 "windows-result 0.3.4",
20608 "windows-strings 0.3.1",
20609 "windows-targets 0.53.5",
20610]
20611
20612[[package]]
20613name = "windows-registry"
20614version = "0.5.3"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20617dependencies = [
20618 "windows-link 0.1.3",
20619 "windows-result 0.3.4",
20620 "windows-strings 0.4.2",
20621]
20622
20623[[package]]
20624name = "windows-registry"
20625version = "0.6.1"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20628dependencies = [
20629 "windows-link 0.2.1",
20630 "windows-result 0.4.1",
20631 "windows-strings 0.5.1",
20632]
20633
20634[[package]]
20635name = "windows-result"
20636version = "0.1.2"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20639dependencies = [
20640 "windows-targets 0.52.6",
20641]
20642
20643[[package]]
20644name = "windows-result"
20645version = "0.2.0"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20648dependencies = [
20649 "windows-targets 0.52.6",
20650]
20651
20652[[package]]
20653name = "windows-result"
20654version = "0.3.4"
20655source = "registry+https://github.com/rust-lang/crates.io-index"
20656checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20657dependencies = [
20658 "windows-link 0.1.3",
20659]
20660
20661[[package]]
20662name = "windows-result"
20663version = "0.4.1"
20664source = "registry+https://github.com/rust-lang/crates.io-index"
20665checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20666dependencies = [
20667 "windows-link 0.2.1",
20668]
20669
20670[[package]]
20671name = "windows-strings"
20672version = "0.1.0"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20675dependencies = [
20676 "windows-result 0.2.0",
20677 "windows-targets 0.52.6",
20678]
20679
20680[[package]]
20681name = "windows-strings"
20682version = "0.3.1"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20685dependencies = [
20686 "windows-link 0.1.3",
20687]
20688
20689[[package]]
20690name = "windows-strings"
20691version = "0.4.2"
20692source = "registry+https://github.com/rust-lang/crates.io-index"
20693checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20694dependencies = [
20695 "windows-link 0.1.3",
20696]
20697
20698[[package]]
20699name = "windows-strings"
20700version = "0.5.1"
20701source = "registry+https://github.com/rust-lang/crates.io-index"
20702checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20703dependencies = [
20704 "windows-link 0.2.1",
20705]
20706
20707[[package]]
20708name = "windows-sys"
20709version = "0.45.0"
20710source = "registry+https://github.com/rust-lang/crates.io-index"
20711checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20712dependencies = [
20713 "windows-targets 0.42.2",
20714]
20715
20716[[package]]
20717name = "windows-sys"
20718version = "0.48.0"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20721dependencies = [
20722 "windows-targets 0.48.5",
20723]
20724
20725[[package]]
20726name = "windows-sys"
20727version = "0.52.0"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20730dependencies = [
20731 "windows-targets 0.52.6",
20732]
20733
20734[[package]]
20735name = "windows-sys"
20736version = "0.59.0"
20737source = "registry+https://github.com/rust-lang/crates.io-index"
20738checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20739dependencies = [
20740 "windows-targets 0.52.6",
20741]
20742
20743[[package]]
20744name = "windows-sys"
20745version = "0.60.2"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20748dependencies = [
20749 "windows-targets 0.53.5",
20750]
20751
20752[[package]]
20753name = "windows-sys"
20754version = "0.61.2"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20757dependencies = [
20758 "windows-link 0.2.1",
20759]
20760
20761[[package]]
20762name = "windows-targets"
20763version = "0.42.2"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20766dependencies = [
20767 "windows_aarch64_gnullvm 0.42.2",
20768 "windows_aarch64_msvc 0.42.2",
20769 "windows_i686_gnu 0.42.2",
20770 "windows_i686_msvc 0.42.2",
20771 "windows_x86_64_gnu 0.42.2",
20772 "windows_x86_64_gnullvm 0.42.2",
20773 "windows_x86_64_msvc 0.42.2",
20774]
20775
20776[[package]]
20777name = "windows-targets"
20778version = "0.48.5"
20779source = "registry+https://github.com/rust-lang/crates.io-index"
20780checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20781dependencies = [
20782 "windows_aarch64_gnullvm 0.48.5",
20783 "windows_aarch64_msvc 0.48.5",
20784 "windows_i686_gnu 0.48.5",
20785 "windows_i686_msvc 0.48.5",
20786 "windows_x86_64_gnu 0.48.5",
20787 "windows_x86_64_gnullvm 0.48.5",
20788 "windows_x86_64_msvc 0.48.5",
20789]
20790
20791[[package]]
20792name = "windows-targets"
20793version = "0.52.6"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20796dependencies = [
20797 "windows_aarch64_gnullvm 0.52.6",
20798 "windows_aarch64_msvc 0.52.6",
20799 "windows_i686_gnu 0.52.6",
20800 "windows_i686_gnullvm 0.52.6",
20801 "windows_i686_msvc 0.52.6",
20802 "windows_x86_64_gnu 0.52.6",
20803 "windows_x86_64_gnullvm 0.52.6",
20804 "windows_x86_64_msvc 0.52.6",
20805]
20806
20807[[package]]
20808name = "windows-targets"
20809version = "0.53.5"
20810source = "registry+https://github.com/rust-lang/crates.io-index"
20811checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20812dependencies = [
20813 "windows-link 0.2.1",
20814 "windows_aarch64_gnullvm 0.53.1",
20815 "windows_aarch64_msvc 0.53.1",
20816 "windows_i686_gnu 0.53.1",
20817 "windows_i686_gnullvm 0.53.1",
20818 "windows_i686_msvc 0.53.1",
20819 "windows_x86_64_gnu 0.53.1",
20820 "windows_x86_64_gnullvm 0.53.1",
20821 "windows_x86_64_msvc 0.53.1",
20822]
20823
20824[[package]]
20825name = "windows-threading"
20826version = "0.1.0"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20829dependencies = [
20830 "windows-link 0.1.3",
20831]
20832
20833[[package]]
20834name = "windows-threading"
20835version = "0.2.1"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20838dependencies = [
20839 "windows-link 0.2.1",
20840]
20841
20842[[package]]
20843name = "windows_aarch64_gnullvm"
20844version = "0.42.2"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20847
20848[[package]]
20849name = "windows_aarch64_gnullvm"
20850version = "0.48.5"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20853
20854[[package]]
20855name = "windows_aarch64_gnullvm"
20856version = "0.52.6"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20859
20860[[package]]
20861name = "windows_aarch64_gnullvm"
20862version = "0.53.1"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20865
20866[[package]]
20867name = "windows_aarch64_msvc"
20868version = "0.42.2"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20871
20872[[package]]
20873name = "windows_aarch64_msvc"
20874version = "0.48.5"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20877
20878[[package]]
20879name = "windows_aarch64_msvc"
20880version = "0.52.6"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20883
20884[[package]]
20885name = "windows_aarch64_msvc"
20886version = "0.53.1"
20887source = "registry+https://github.com/rust-lang/crates.io-index"
20888checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20889
20890[[package]]
20891name = "windows_i686_gnu"
20892version = "0.42.2"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20895
20896[[package]]
20897name = "windows_i686_gnu"
20898version = "0.48.5"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20901
20902[[package]]
20903name = "windows_i686_gnu"
20904version = "0.52.6"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20907
20908[[package]]
20909name = "windows_i686_gnu"
20910version = "0.53.1"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20913
20914[[package]]
20915name = "windows_i686_gnullvm"
20916version = "0.52.6"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20919
20920[[package]]
20921name = "windows_i686_gnullvm"
20922version = "0.53.1"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20925
20926[[package]]
20927name = "windows_i686_msvc"
20928version = "0.42.2"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20931
20932[[package]]
20933name = "windows_i686_msvc"
20934version = "0.48.5"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20937
20938[[package]]
20939name = "windows_i686_msvc"
20940version = "0.52.6"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20943
20944[[package]]
20945name = "windows_i686_msvc"
20946version = "0.53.1"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20949
20950[[package]]
20951name = "windows_x86_64_gnu"
20952version = "0.42.2"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20955
20956[[package]]
20957name = "windows_x86_64_gnu"
20958version = "0.48.5"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20961
20962[[package]]
20963name = "windows_x86_64_gnu"
20964version = "0.52.6"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20967
20968[[package]]
20969name = "windows_x86_64_gnu"
20970version = "0.53.1"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20973
20974[[package]]
20975name = "windows_x86_64_gnullvm"
20976version = "0.42.2"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20979
20980[[package]]
20981name = "windows_x86_64_gnullvm"
20982version = "0.48.5"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20985
20986[[package]]
20987name = "windows_x86_64_gnullvm"
20988version = "0.52.6"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20991
20992[[package]]
20993name = "windows_x86_64_gnullvm"
20994version = "0.53.1"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
20997
20998[[package]]
20999name = "windows_x86_64_msvc"
21000version = "0.42.2"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21003
21004[[package]]
21005name = "windows_x86_64_msvc"
21006version = "0.48.5"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21009
21010[[package]]
21011name = "windows_x86_64_msvc"
21012version = "0.52.6"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21015
21016[[package]]
21017name = "windows_x86_64_msvc"
21018version = "0.53.1"
21019source = "registry+https://github.com/rust-lang/crates.io-index"
21020checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21021
21022[[package]]
21023name = "winnow"
21024version = "0.7.13"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21027dependencies = [
21028 "memchr",
21029]
21030
21031[[package]]
21032name = "winreg"
21033version = "0.10.1"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21036dependencies = [
21037 "winapi",
21038]
21039
21040[[package]]
21041name = "winreg"
21042version = "0.50.0"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21045dependencies = [
21046 "cfg-if",
21047 "windows-sys 0.48.0",
21048]
21049
21050[[package]]
21051name = "winreg"
21052version = "0.55.0"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21055dependencies = [
21056 "cfg-if",
21057 "windows-sys 0.59.0",
21058]
21059
21060[[package]]
21061name = "winresource"
21062version = "0.1.23"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21065dependencies = [
21066 "toml 0.8.23",
21067 "version_check",
21068]
21069
21070[[package]]
21071name = "winsafe"
21072version = "0.0.19"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21075
21076[[package]]
21077name = "winx"
21078version = "0.36.4"
21079source = "registry+https://github.com/rust-lang/crates.io-index"
21080checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21081dependencies = [
21082 "bitflags 2.10.0",
21083 "windows-sys 0.59.0",
21084]
21085
21086[[package]]
21087name = "wio"
21088version = "0.2.2"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21091dependencies = [
21092 "winapi",
21093]
21094
21095[[package]]
21096name = "wit-bindgen"
21097version = "0.22.0"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21100dependencies = [
21101 "bitflags 2.10.0",
21102 "wit-bindgen-rt 0.22.0",
21103 "wit-bindgen-rust-macro 0.22.0",
21104]
21105
21106[[package]]
21107name = "wit-bindgen"
21108version = "0.41.0"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21111dependencies = [
21112 "wit-bindgen-rt 0.41.0",
21113 "wit-bindgen-rust-macro 0.41.0",
21114]
21115
21116[[package]]
21117name = "wit-bindgen"
21118version = "0.46.0"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21121
21122[[package]]
21123name = "wit-bindgen"
21124version = "0.51.0"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21127dependencies = [
21128 "wit-bindgen-rust-macro 0.51.0",
21129]
21130
21131[[package]]
21132name = "wit-bindgen-core"
21133version = "0.22.0"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21136dependencies = [
21137 "anyhow",
21138 "wit-parser 0.201.0",
21139]
21140
21141[[package]]
21142name = "wit-bindgen-core"
21143version = "0.41.0"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21146dependencies = [
21147 "anyhow",
21148 "heck 0.5.0",
21149 "wit-parser 0.227.1",
21150]
21151
21152[[package]]
21153name = "wit-bindgen-core"
21154version = "0.51.0"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21157dependencies = [
21158 "anyhow",
21159 "heck 0.5.0",
21160 "wit-parser 0.244.0",
21161]
21162
21163[[package]]
21164name = "wit-bindgen-rt"
21165version = "0.22.0"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21168
21169[[package]]
21170name = "wit-bindgen-rt"
21171version = "0.41.0"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21174dependencies = [
21175 "bitflags 2.10.0",
21176 "futures 0.3.31",
21177 "once_cell",
21178]
21179
21180[[package]]
21181name = "wit-bindgen-rust"
21182version = "0.22.0"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21185dependencies = [
21186 "anyhow",
21187 "heck 0.4.1",
21188 "indexmap",
21189 "wasm-metadata 0.201.0",
21190 "wit-bindgen-core 0.22.0",
21191 "wit-component 0.201.0",
21192]
21193
21194[[package]]
21195name = "wit-bindgen-rust"
21196version = "0.41.0"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21199dependencies = [
21200 "anyhow",
21201 "heck 0.5.0",
21202 "indexmap",
21203 "prettyplease",
21204 "syn 2.0.117",
21205 "wasm-metadata 0.227.1",
21206 "wit-bindgen-core 0.41.0",
21207 "wit-component 0.227.1",
21208]
21209
21210[[package]]
21211name = "wit-bindgen-rust"
21212version = "0.51.0"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21215dependencies = [
21216 "anyhow",
21217 "heck 0.5.0",
21218 "indexmap",
21219 "prettyplease",
21220 "syn 2.0.117",
21221 "wasm-metadata 0.244.0",
21222 "wit-bindgen-core 0.51.0",
21223 "wit-component 0.244.0",
21224]
21225
21226[[package]]
21227name = "wit-bindgen-rust-macro"
21228version = "0.22.0"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21231dependencies = [
21232 "anyhow",
21233 "proc-macro2",
21234 "quote",
21235 "syn 2.0.117",
21236 "wit-bindgen-core 0.22.0",
21237 "wit-bindgen-rust 0.22.0",
21238]
21239
21240[[package]]
21241name = "wit-bindgen-rust-macro"
21242version = "0.41.0"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21245dependencies = [
21246 "anyhow",
21247 "prettyplease",
21248 "proc-macro2",
21249 "quote",
21250 "syn 2.0.117",
21251 "wit-bindgen-core 0.41.0",
21252 "wit-bindgen-rust 0.41.0",
21253]
21254
21255[[package]]
21256name = "wit-bindgen-rust-macro"
21257version = "0.51.0"
21258source = "registry+https://github.com/rust-lang/crates.io-index"
21259checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21260dependencies = [
21261 "anyhow",
21262 "prettyplease",
21263 "proc-macro2",
21264 "quote",
21265 "syn 2.0.117",
21266 "wit-bindgen-core 0.51.0",
21267 "wit-bindgen-rust 0.51.0",
21268]
21269
21270[[package]]
21271name = "wit-component"
21272version = "0.201.0"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21275dependencies = [
21276 "anyhow",
21277 "bitflags 2.10.0",
21278 "indexmap",
21279 "log",
21280 "serde",
21281 "serde_derive",
21282 "serde_json",
21283 "wasm-encoder 0.201.0",
21284 "wasm-metadata 0.201.0",
21285 "wasmparser 0.201.0",
21286 "wit-parser 0.201.0",
21287]
21288
21289[[package]]
21290name = "wit-component"
21291version = "0.227.1"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21294dependencies = [
21295 "anyhow",
21296 "bitflags 2.10.0",
21297 "indexmap",
21298 "log",
21299 "serde",
21300 "serde_derive",
21301 "serde_json",
21302 "wasm-encoder 0.227.1",
21303 "wasm-metadata 0.227.1",
21304 "wasmparser 0.227.1",
21305 "wit-parser 0.227.1",
21306]
21307
21308[[package]]
21309name = "wit-component"
21310version = "0.244.0"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21313dependencies = [
21314 "anyhow",
21315 "bitflags 2.10.0",
21316 "indexmap",
21317 "log",
21318 "serde",
21319 "serde_derive",
21320 "serde_json",
21321 "wasm-encoder 0.244.0",
21322 "wasm-metadata 0.244.0",
21323 "wasmparser 0.244.0",
21324 "wit-parser 0.244.0",
21325]
21326
21327[[package]]
21328name = "wit-parser"
21329version = "0.201.0"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21332dependencies = [
21333 "anyhow",
21334 "id-arena",
21335 "indexmap",
21336 "log",
21337 "semver",
21338 "serde",
21339 "serde_derive",
21340 "serde_json",
21341 "unicode-xid",
21342 "wasmparser 0.201.0",
21343]
21344
21345[[package]]
21346name = "wit-parser"
21347version = "0.227.1"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21350dependencies = [
21351 "anyhow",
21352 "id-arena",
21353 "indexmap",
21354 "log",
21355 "semver",
21356 "serde",
21357 "serde_derive",
21358 "serde_json",
21359 "unicode-xid",
21360 "wasmparser 0.227.1",
21361]
21362
21363[[package]]
21364name = "wit-parser"
21365version = "0.229.0"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21368dependencies = [
21369 "anyhow",
21370 "id-arena",
21371 "indexmap",
21372 "log",
21373 "semver",
21374 "serde",
21375 "serde_derive",
21376 "serde_json",
21377 "unicode-xid",
21378 "wasmparser 0.229.0",
21379]
21380
21381[[package]]
21382name = "wit-parser"
21383version = "0.244.0"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21386dependencies = [
21387 "anyhow",
21388 "id-arena",
21389 "indexmap",
21390 "log",
21391 "semver",
21392 "serde",
21393 "serde_derive",
21394 "serde_json",
21395 "unicode-xid",
21396 "wasmparser 0.244.0",
21397]
21398
21399[[package]]
21400name = "witx"
21401version = "0.9.1"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21404dependencies = [
21405 "anyhow",
21406 "log",
21407 "thiserror 1.0.69",
21408 "wast",
21409]
21410
21411[[package]]
21412name = "workspace"
21413version = "0.1.0"
21414dependencies = [
21415 "any_vec",
21416 "anyhow",
21417 "async-recursion",
21418 "chrono",
21419 "client",
21420 "clock",
21421 "collections",
21422 "component",
21423 "db",
21424 "feature_flags",
21425 "fs",
21426 "futures 0.3.31",
21427 "git",
21428 "gpui",
21429 "http_client",
21430 "itertools 0.14.0",
21431 "language",
21432 "log",
21433 "markdown",
21434 "menu",
21435 "node_runtime",
21436 "parking_lot",
21437 "postage",
21438 "pretty_assertions",
21439 "project",
21440 "remote",
21441 "schemars",
21442 "serde",
21443 "serde_json",
21444 "session",
21445 "settings",
21446 "smallvec",
21447 "sqlez",
21448 "strum 0.27.2",
21449 "task",
21450 "telemetry",
21451 "tempfile",
21452 "theme",
21453 "ui",
21454 "util",
21455 "uuid",
21456 "windows 0.61.3",
21457 "zed_actions",
21458 "zlog",
21459]
21460
21461[[package]]
21462name = "worktree"
21463version = "0.1.0"
21464dependencies = [
21465 "anyhow",
21466 "async-lock 2.8.0",
21467 "chardetng",
21468 "clock",
21469 "collections",
21470 "encoding_rs",
21471 "fs",
21472 "futures 0.3.31",
21473 "fuzzy",
21474 "git",
21475 "gpui",
21476 "ignore",
21477 "language",
21478 "log",
21479 "parking_lot",
21480 "paths",
21481 "postage",
21482 "pretty_assertions",
21483 "rand 0.9.2",
21484 "rpc",
21485 "serde",
21486 "serde_json",
21487 "settings",
21488 "smallvec",
21489 "smol",
21490 "sum_tree",
21491 "text",
21492 "tracing",
21493 "util",
21494 "worktree",
21495 "zlog",
21496 "ztracing",
21497]
21498
21499[[package]]
21500name = "worktree_benchmarks"
21501version = "0.1.0"
21502dependencies = [
21503 "fs",
21504 "gpui_platform",
21505 "settings",
21506 "worktree",
21507]
21508
21509[[package]]
21510name = "wprcontrol"
21511version = "0.1.0"
21512source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21513dependencies = [
21514 "windows 0.61.3",
21515 "windows-bindgen",
21516 "windows-core 0.61.2",
21517 "windows-link 0.2.1",
21518]
21519
21520[[package]]
21521name = "writeable"
21522version = "0.6.1"
21523source = "registry+https://github.com/rust-lang/crates.io-index"
21524checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21525
21526[[package]]
21527name = "wyz"
21528version = "0.5.1"
21529source = "registry+https://github.com/rust-lang/crates.io-index"
21530checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21531dependencies = [
21532 "tap",
21533]
21534
21535[[package]]
21536name = "x11"
21537version = "2.21.0"
21538source = "registry+https://github.com/rust-lang/crates.io-index"
21539checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21540dependencies = [
21541 "libc",
21542 "pkg-config",
21543]
21544
21545[[package]]
21546name = "x11-clipboard"
21547version = "0.9.3"
21548source = "registry+https://github.com/rust-lang/crates.io-index"
21549checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21550dependencies = [
21551 "libc",
21552 "x11rb",
21553]
21554
21555[[package]]
21556name = "x11rb"
21557version = "0.13.2"
21558source = "registry+https://github.com/rust-lang/crates.io-index"
21559checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21560dependencies = [
21561 "as-raw-xcb-connection",
21562 "gethostname",
21563 "libc",
21564 "rustix 1.1.2",
21565 "x11rb-protocol",
21566 "xcursor",
21567]
21568
21569[[package]]
21570name = "x11rb-protocol"
21571version = "0.13.2"
21572source = "registry+https://github.com/rust-lang/crates.io-index"
21573checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21574
21575[[package]]
21576name = "x_ai"
21577version = "0.1.0"
21578dependencies = [
21579 "anyhow",
21580 "schemars",
21581 "serde",
21582 "strum 0.27.2",
21583]
21584
21585[[package]]
21586name = "xattr"
21587version = "0.2.3"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21590dependencies = [
21591 "libc",
21592]
21593
21594[[package]]
21595name = "xcb"
21596version = "1.6.0"
21597source = "registry+https://github.com/rust-lang/crates.io-index"
21598checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21599dependencies = [
21600 "bitflags 1.3.2",
21601 "libc",
21602 "quick-xml 0.30.0",
21603 "x11",
21604]
21605
21606[[package]]
21607name = "xcursor"
21608version = "0.3.10"
21609source = "registry+https://github.com/rust-lang/crates.io-index"
21610checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21611
21612[[package]]
21613name = "xim-ctext"
21614version = "0.3.0"
21615source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21616dependencies = [
21617 "encoding_rs",
21618]
21619
21620[[package]]
21621name = "xim-parser"
21622version = "0.2.1"
21623source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21624dependencies = [
21625 "bitflags 2.10.0",
21626]
21627
21628[[package]]
21629name = "xkbcommon"
21630version = "0.8.0"
21631source = "registry+https://github.com/rust-lang/crates.io-index"
21632checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21633dependencies = [
21634 "as-raw-xcb-connection",
21635 "libc",
21636 "memmap2",
21637 "xkeysym",
21638]
21639
21640[[package]]
21641name = "xkeysym"
21642version = "0.2.1"
21643source = "registry+https://github.com/rust-lang/crates.io-index"
21644checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21645
21646[[package]]
21647name = "xml-rs"
21648version = "0.8.28"
21649source = "registry+https://github.com/rust-lang/crates.io-index"
21650checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21651
21652[[package]]
21653name = "xml5ever"
21654version = "0.18.1"
21655source = "registry+https://github.com/rust-lang/crates.io-index"
21656checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21657dependencies = [
21658 "log",
21659 "mac",
21660 "markup5ever 0.12.1",
21661]
21662
21663[[package]]
21664name = "xmlparser"
21665version = "0.13.6"
21666source = "registry+https://github.com/rust-lang/crates.io-index"
21667checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21668
21669[[package]]
21670name = "xmlwriter"
21671version = "0.1.0"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21674
21675[[package]]
21676name = "xtask"
21677version = "0.1.0"
21678dependencies = [
21679 "annotate-snippets",
21680 "anyhow",
21681 "backtrace",
21682 "cargo_metadata",
21683 "cargo_toml",
21684 "clap",
21685 "gh-workflow",
21686 "indexmap",
21687 "indoc",
21688 "itertools 0.14.0",
21689 "regex",
21690 "serde",
21691 "serde_json",
21692 "serde_yaml",
21693 "strum 0.27.2",
21694 "toml 0.8.23",
21695 "toml_edit 0.22.27",
21696]
21697
21698[[package]]
21699name = "yaml-rust2"
21700version = "0.8.1"
21701source = "registry+https://github.com/rust-lang/crates.io-index"
21702checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21703dependencies = [
21704 "arraydeque",
21705 "encoding_rs",
21706 "hashlink 0.8.4",
21707]
21708
21709[[package]]
21710name = "yansi"
21711version = "1.0.1"
21712source = "registry+https://github.com/rust-lang/crates.io-index"
21713checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21714
21715[[package]]
21716name = "yawc"
21717version = "0.2.5"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21720dependencies = [
21721 "base64 0.22.1",
21722 "bytes 1.11.1",
21723 "flate2",
21724 "futures 0.3.31",
21725 "http-body-util",
21726 "hyper 1.7.0",
21727 "hyper-util",
21728 "js-sys",
21729 "nom 8.0.0",
21730 "pin-project",
21731 "rand 0.8.5",
21732 "sha1",
21733 "thiserror 1.0.69",
21734 "tokio",
21735 "tokio-rustls 0.26.2",
21736 "tokio-util",
21737 "url",
21738 "wasm-bindgen",
21739 "wasm-bindgen-futures",
21740 "web-sys",
21741 "webpki-roots",
21742]
21743
21744[[package]]
21745name = "yazi"
21746version = "0.2.1"
21747source = "registry+https://github.com/rust-lang/crates.io-index"
21748checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21749
21750[[package]]
21751name = "yeslogic-fontconfig-sys"
21752version = "6.0.0"
21753source = "registry+https://github.com/rust-lang/crates.io-index"
21754checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21755dependencies = [
21756 "dlib",
21757 "once_cell",
21758 "pkg-config",
21759]
21760
21761[[package]]
21762name = "yoke"
21763version = "0.7.5"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21766dependencies = [
21767 "serde",
21768 "stable_deref_trait",
21769 "yoke-derive 0.7.5",
21770 "zerofrom",
21771]
21772
21773[[package]]
21774name = "yoke"
21775version = "0.8.0"
21776source = "registry+https://github.com/rust-lang/crates.io-index"
21777checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21778dependencies = [
21779 "serde",
21780 "stable_deref_trait",
21781 "yoke-derive 0.8.0",
21782 "zerofrom",
21783]
21784
21785[[package]]
21786name = "yoke-derive"
21787version = "0.7.5"
21788source = "registry+https://github.com/rust-lang/crates.io-index"
21789checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21790dependencies = [
21791 "proc-macro2",
21792 "quote",
21793 "syn 2.0.117",
21794 "synstructure",
21795]
21796
21797[[package]]
21798name = "yoke-derive"
21799version = "0.8.0"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21802dependencies = [
21803 "proc-macro2",
21804 "quote",
21805 "syn 2.0.117",
21806 "synstructure",
21807]
21808
21809[[package]]
21810name = "zbus"
21811version = "5.13.2"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21814dependencies = [
21815 "async-broadcast",
21816 "async-executor",
21817 "async-io",
21818 "async-lock 3.4.2",
21819 "async-process",
21820 "async-recursion",
21821 "async-task",
21822 "async-trait",
21823 "blocking",
21824 "enumflags2",
21825 "event-listener 5.4.1",
21826 "futures-core",
21827 "futures-lite 2.6.1",
21828 "hex",
21829 "libc",
21830 "ordered-stream",
21831 "rustix 1.1.2",
21832 "serde",
21833 "serde_repr",
21834 "tracing",
21835 "uds_windows",
21836 "uuid",
21837 "windows-sys 0.61.2",
21838 "winnow",
21839 "zbus_macros",
21840 "zbus_names",
21841 "zvariant",
21842]
21843
21844[[package]]
21845name = "zbus_macros"
21846version = "5.13.2"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21849dependencies = [
21850 "proc-macro-crate",
21851 "proc-macro2",
21852 "quote",
21853 "syn 2.0.117",
21854 "zbus_names",
21855 "zvariant",
21856 "zvariant_utils",
21857]
21858
21859[[package]]
21860name = "zbus_names"
21861version = "4.3.1"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21864dependencies = [
21865 "serde",
21866 "winnow",
21867 "zvariant",
21868]
21869
21870[[package]]
21871name = "zed"
21872version = "0.229.0"
21873dependencies = [
21874 "acp_thread",
21875 "acp_tools",
21876 "action_log",
21877 "activity_indicator",
21878 "agent",
21879 "agent-client-protocol",
21880 "agent_servers",
21881 "agent_settings",
21882 "agent_ui",
21883 "anyhow",
21884 "ashpd",
21885 "askpass",
21886 "assets",
21887 "audio",
21888 "auto_update",
21889 "auto_update_ui",
21890 "breadcrumbs",
21891 "call",
21892 "channel",
21893 "chrono",
21894 "clap",
21895 "cli",
21896 "client",
21897 "clock",
21898 "codestral",
21899 "collab_ui",
21900 "collections",
21901 "command_palette",
21902 "component",
21903 "component_preview",
21904 "copilot",
21905 "copilot_chat",
21906 "copilot_ui",
21907 "crashes",
21908 "csv_preview",
21909 "dap_adapters",
21910 "db",
21911 "debug_adapter_extension",
21912 "debugger_tools",
21913 "debugger_ui",
21914 "dev_container",
21915 "diagnostics",
21916 "edit_prediction",
21917 "edit_prediction_ui",
21918 "editor",
21919 "encoding_selector",
21920 "env_logger 0.11.8",
21921 "etw_tracing",
21922 "extension",
21923 "extension_host",
21924 "extensions_ui",
21925 "feature_flags",
21926 "feedback",
21927 "file_finder",
21928 "fs",
21929 "futures 0.3.31",
21930 "git",
21931 "git_graph",
21932 "git_hosting_providers",
21933 "git_ui",
21934 "go_to_line",
21935 "gpui",
21936 "gpui_platform",
21937 "gpui_tokio",
21938 "http_client",
21939 "image",
21940 "image_viewer",
21941 "inspector_ui",
21942 "install_cli",
21943 "itertools 0.14.0",
21944 "journal",
21945 "json_schema_store",
21946 "keymap_editor",
21947 "language",
21948 "language_extension",
21949 "language_model",
21950 "language_models",
21951 "language_onboarding",
21952 "language_selector",
21953 "language_tools",
21954 "languages",
21955 "line_ending_selector",
21956 "log",
21957 "markdown",
21958 "markdown_preview",
21959 "menu",
21960 "migrator",
21961 "mimalloc",
21962 "miniprofiler_ui",
21963 "nc",
21964 "node_runtime",
21965 "notifications",
21966 "onboarding",
21967 "outline",
21968 "outline_panel",
21969 "parking_lot",
21970 "paths",
21971 "picker",
21972 "pkg-config",
21973 "pretty_assertions",
21974 "profiling",
21975 "project",
21976 "project_panel",
21977 "project_symbols",
21978 "prompt_store",
21979 "proto",
21980 "rayon",
21981 "recent_projects",
21982 "release_channel",
21983 "remote",
21984 "repl",
21985 "reqwest_client",
21986 "rope",
21987 "search",
21988 "semver",
21989 "serde",
21990 "serde_json",
21991 "session",
21992 "settings",
21993 "settings_profile_selector",
21994 "settings_ui",
21995 "shellexpand 2.1.2",
21996 "sidebar",
21997 "smol",
21998 "snippet_provider",
21999 "snippets_ui",
22000 "svg_preview",
22001 "sysinfo 0.37.2",
22002 "system_specs",
22003 "tab_switcher",
22004 "task",
22005 "tasks_ui",
22006 "telemetry",
22007 "telemetry_events",
22008 "tempfile",
22009 "terminal_view",
22010 "theme",
22011 "theme_extension",
22012 "theme_selector",
22013 "time",
22014 "time_format",
22015 "title_bar",
22016 "toolchain_selector",
22017 "tracing",
22018 "ui",
22019 "ui_prompt",
22020 "url",
22021 "urlencoding",
22022 "util",
22023 "uuid",
22024 "vim",
22025 "vim_mode_setting",
22026 "watch",
22027 "web_search",
22028 "web_search_providers",
22029 "which_key",
22030 "windows 0.61.3",
22031 "winresource",
22032 "workspace",
22033 "zed-reqwest",
22034 "zed_actions",
22035 "zed_env_vars",
22036 "zlog",
22037 "zlog_settings",
22038 "ztracing",
22039]
22040
22041[[package]]
22042name = "zed-font-kit"
22043version = "0.14.1-zed"
22044source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22045dependencies = [
22046 "bitflags 2.10.0",
22047 "byteorder",
22048 "core-foundation 0.10.0",
22049 "core-graphics 0.24.0",
22050 "core-text",
22051 "dirs 5.0.1",
22052 "dwrote",
22053 "float-ord",
22054 "freetype-sys",
22055 "lazy_static",
22056 "libc",
22057 "log",
22058 "pathfinder_geometry",
22059 "pathfinder_simd",
22060 "walkdir",
22061 "winapi",
22062 "yeslogic-fontconfig-sys",
22063]
22064
22065[[package]]
22066name = "zed-reqwest"
22067version = "0.12.15-zed"
22068source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22069dependencies = [
22070 "base64 0.22.1",
22071 "bytes 1.11.1",
22072 "encoding_rs",
22073 "futures-core",
22074 "futures-util",
22075 "h2 0.4.12",
22076 "http 1.3.1",
22077 "http-body 1.0.1",
22078 "http-body-util",
22079 "hyper 1.7.0",
22080 "hyper-rustls 0.27.7",
22081 "hyper-util",
22082 "ipnet",
22083 "js-sys",
22084 "log",
22085 "mime",
22086 "mime_guess",
22087 "once_cell",
22088 "percent-encoding",
22089 "pin-project-lite",
22090 "quinn",
22091 "rustls 0.23.33",
22092 "rustls-native-certs 0.8.2",
22093 "rustls-pemfile 2.2.0",
22094 "rustls-pki-types",
22095 "serde",
22096 "serde_json",
22097 "serde_urlencoded",
22098 "sync_wrapper 1.0.2",
22099 "system-configuration 0.6.1",
22100 "tokio",
22101 "tokio-rustls 0.26.2",
22102 "tokio-socks",
22103 "tokio-util",
22104 "tower 0.5.2",
22105 "tower-service",
22106 "url",
22107 "wasm-bindgen",
22108 "wasm-bindgen-futures",
22109 "wasm-streams",
22110 "web-sys",
22111 "windows-registry 0.4.0",
22112]
22113
22114[[package]]
22115name = "zed-scap"
22116version = "0.0.8-zed"
22117source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22118dependencies = [
22119 "anyhow",
22120 "cocoa 0.25.0",
22121 "core-graphics-helmer-fork",
22122 "log",
22123 "objc",
22124 "rand 0.8.5",
22125 "screencapturekit",
22126 "screencapturekit-sys",
22127 "sysinfo 0.31.4",
22128 "tao-core-video-sys",
22129 "windows 0.61.3",
22130 "windows-capture",
22131 "x11",
22132 "xcb",
22133]
22134
22135[[package]]
22136name = "zed-xim"
22137version = "0.4.0-zed"
22138source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22139dependencies = [
22140 "ahash 0.8.12",
22141 "hashbrown 0.14.5",
22142 "log",
22143 "x11rb",
22144 "xim-ctext",
22145 "xim-parser",
22146]
22147
22148[[package]]
22149name = "zed_actions"
22150version = "0.1.0"
22151dependencies = [
22152 "gpui",
22153 "schemars",
22154 "serde",
22155 "util",
22156 "uuid",
22157]
22158
22159[[package]]
22160name = "zed_env_vars"
22161version = "0.1.0"
22162dependencies = [
22163 "gpui",
22164]
22165
22166[[package]]
22167name = "zed_extension_api"
22168version = "0.1.0"
22169source = "registry+https://github.com/rust-lang/crates.io-index"
22170checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22171dependencies = [
22172 "serde",
22173 "serde_json",
22174 "wit-bindgen 0.22.0",
22175]
22176
22177[[package]]
22178name = "zed_extension_api"
22179version = "0.7.0"
22180source = "registry+https://github.com/rust-lang/crates.io-index"
22181checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22182dependencies = [
22183 "serde",
22184 "serde_json",
22185 "wit-bindgen 0.41.0",
22186]
22187
22188[[package]]
22189name = "zed_extension_api"
22190version = "0.8.0"
22191dependencies = [
22192 "serde",
22193 "serde_json",
22194 "wit-bindgen 0.41.0",
22195]
22196
22197[[package]]
22198name = "zed_glsl"
22199version = "0.2.2"
22200dependencies = [
22201 "zed_extension_api 0.1.0",
22202]
22203
22204[[package]]
22205name = "zed_html"
22206version = "0.3.1"
22207dependencies = [
22208 "zed_extension_api 0.7.0",
22209]
22210
22211[[package]]
22212name = "zed_proto"
22213version = "0.3.1"
22214dependencies = [
22215 "zed_extension_api 0.7.0",
22216]
22217
22218[[package]]
22219name = "zed_test_extension"
22220version = "0.1.0"
22221dependencies = [
22222 "zed_extension_api 0.8.0",
22223]
22224
22225[[package]]
22226name = "zeno"
22227version = "0.3.3"
22228source = "registry+https://github.com/rust-lang/crates.io-index"
22229checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22230
22231[[package]]
22232name = "zerocopy"
22233version = "0.8.27"
22234source = "registry+https://github.com/rust-lang/crates.io-index"
22235checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22236dependencies = [
22237 "zerocopy-derive",
22238]
22239
22240[[package]]
22241name = "zerocopy-derive"
22242version = "0.8.27"
22243source = "registry+https://github.com/rust-lang/crates.io-index"
22244checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22245dependencies = [
22246 "proc-macro2",
22247 "quote",
22248 "syn 2.0.117",
22249]
22250
22251[[package]]
22252name = "zerofrom"
22253version = "0.1.6"
22254source = "registry+https://github.com/rust-lang/crates.io-index"
22255checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22256dependencies = [
22257 "zerofrom-derive",
22258]
22259
22260[[package]]
22261name = "zerofrom-derive"
22262version = "0.1.6"
22263source = "registry+https://github.com/rust-lang/crates.io-index"
22264checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22265dependencies = [
22266 "proc-macro2",
22267 "quote",
22268 "syn 2.0.117",
22269 "synstructure",
22270]
22271
22272[[package]]
22273name = "zeroize"
22274version = "1.8.2"
22275source = "registry+https://github.com/rust-lang/crates.io-index"
22276checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22277dependencies = [
22278 "zeroize_derive",
22279]
22280
22281[[package]]
22282name = "zeroize_derive"
22283version = "1.4.2"
22284source = "registry+https://github.com/rust-lang/crates.io-index"
22285checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22286dependencies = [
22287 "proc-macro2",
22288 "quote",
22289 "syn 2.0.117",
22290]
22291
22292[[package]]
22293name = "zeromq"
22294version = "0.5.0"
22295source = "registry+https://github.com/rust-lang/crates.io-index"
22296checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22297dependencies = [
22298 "async-dispatcher",
22299 "async-std",
22300 "async-trait",
22301 "asynchronous-codec",
22302 "bytes 1.11.1",
22303 "crossbeam-queue",
22304 "futures 0.3.31",
22305 "log",
22306 "num-traits",
22307 "once_cell",
22308 "parking_lot",
22309 "rand 0.9.2",
22310 "regex",
22311 "scc",
22312 "thiserror 1.0.69",
22313 "uuid",
22314]
22315
22316[[package]]
22317name = "zerotrie"
22318version = "0.2.2"
22319source = "registry+https://github.com/rust-lang/crates.io-index"
22320checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22321dependencies = [
22322 "displaydoc",
22323 "yoke 0.8.0",
22324 "zerofrom",
22325]
22326
22327[[package]]
22328name = "zerovec"
22329version = "0.11.4"
22330source = "registry+https://github.com/rust-lang/crates.io-index"
22331checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22332dependencies = [
22333 "yoke 0.8.0",
22334 "zerofrom",
22335 "zerovec-derive",
22336]
22337
22338[[package]]
22339name = "zerovec-derive"
22340version = "0.11.1"
22341source = "registry+https://github.com/rust-lang/crates.io-index"
22342checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22343dependencies = [
22344 "proc-macro2",
22345 "quote",
22346 "syn 2.0.117",
22347]
22348
22349[[package]]
22350name = "zeta_prompt"
22351version = "0.1.0"
22352dependencies = [
22353 "anyhow",
22354 "indoc",
22355 "serde",
22356 "strum 0.27.2",
22357]
22358
22359[[package]]
22360name = "zip"
22361version = "0.6.6"
22362source = "registry+https://github.com/rust-lang/crates.io-index"
22363checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22364dependencies = [
22365 "aes",
22366 "byteorder",
22367 "bzip2 0.4.4",
22368 "constant_time_eq",
22369 "crc32fast",
22370 "crossbeam-utils",
22371 "flate2",
22372 "hmac",
22373 "pbkdf2 0.11.0",
22374 "sha1",
22375 "time",
22376 "zstd",
22377]
22378
22379[[package]]
22380name = "zip"
22381version = "1.1.4"
22382source = "registry+https://github.com/rust-lang/crates.io-index"
22383checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22384dependencies = [
22385 "arbitrary",
22386 "crc32fast",
22387 "crossbeam-utils",
22388 "displaydoc",
22389 "indexmap",
22390 "num_enum",
22391 "thiserror 1.0.69",
22392]
22393
22394[[package]]
22395name = "zlog"
22396version = "0.1.0"
22397dependencies = [
22398 "anyhow",
22399 "chrono",
22400 "collections",
22401 "log",
22402 "tempfile",
22403]
22404
22405[[package]]
22406name = "zlog_settings"
22407version = "0.1.0"
22408dependencies = [
22409 "collections",
22410 "gpui",
22411 "settings",
22412 "zlog",
22413]
22414
22415[[package]]
22416name = "zstd"
22417version = "0.11.2+zstd.1.5.2"
22418source = "registry+https://github.com/rust-lang/crates.io-index"
22419checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22420dependencies = [
22421 "zstd-safe",
22422]
22423
22424[[package]]
22425name = "zstd-safe"
22426version = "5.0.2+zstd.1.5.2"
22427source = "registry+https://github.com/rust-lang/crates.io-index"
22428checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22429dependencies = [
22430 "libc",
22431 "zstd-sys",
22432]
22433
22434[[package]]
22435name = "zstd-sys"
22436version = "2.0.16+zstd.1.5.7"
22437source = "registry+https://github.com/rust-lang/crates.io-index"
22438checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22439dependencies = [
22440 "cc",
22441 "pkg-config",
22442]
22443
22444[[package]]
22445name = "ztracing"
22446version = "0.1.0"
22447dependencies = [
22448 "tracing",
22449 "tracing-subscriber",
22450 "tracing-tracy",
22451 "tracy-client",
22452 "zlog",
22453 "ztracing_macro",
22454]
22455
22456[[package]]
22457name = "ztracing_macro"
22458version = "0.1.0"
22459
22460[[package]]
22461name = "zune-core"
22462version = "0.4.12"
22463source = "registry+https://github.com/rust-lang/crates.io-index"
22464checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22465
22466[[package]]
22467name = "zune-inflate"
22468version = "0.2.54"
22469source = "registry+https://github.com/rust-lang/crates.io-index"
22470checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22471dependencies = [
22472 "simd-adler32",
22473]
22474
22475[[package]]
22476name = "zune-jpeg"
22477version = "0.4.21"
22478source = "registry+https://github.com/rust-lang/crates.io-index"
22479checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22480dependencies = [
22481 "zune-core",
22482]
22483
22484[[package]]
22485name = "zvariant"
22486version = "5.9.2"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22489dependencies = [
22490 "endi",
22491 "enumflags2",
22492 "serde",
22493 "serde_bytes",
22494 "winnow",
22495 "zvariant_derive",
22496 "zvariant_utils",
22497]
22498
22499[[package]]
22500name = "zvariant_derive"
22501version = "5.9.2"
22502source = "registry+https://github.com/rust-lang/crates.io-index"
22503checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22504dependencies = [
22505 "proc-macro-crate",
22506 "proc-macro2",
22507 "quote",
22508 "syn 2.0.117",
22509 "zvariant_utils",
22510]
22511
22512[[package]]
22513name = "zvariant_utils"
22514version = "3.3.0"
22515source = "registry+https://github.com/rust-lang/crates.io-index"
22516checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22517dependencies = [
22518 "proc-macro2",
22519 "quote",
22520 "serde",
22521 "syn 2.0.117",
22522 "winnow",
22523]