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 "agent_settings",
12 "anyhow",
13 "buffer_diff",
14 "collections",
15 "editor",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "indoc",
21 "itertools 0.14.0",
22 "language",
23 "language_model",
24 "markdown",
25 "parking_lot",
26 "portable-pty",
27 "project",
28 "prompt_store",
29 "rand 0.9.1",
30 "serde",
31 "serde_json",
32 "settings",
33 "smol",
34 "task",
35 "tempfile",
36 "terminal",
37 "ui",
38 "url",
39 "util",
40 "uuid",
41 "watch",
42 "workspace-hack",
43]
44
45[[package]]
46name = "acp_tools"
47version = "0.1.0"
48dependencies = [
49 "agent-client-protocol",
50 "collections",
51 "gpui",
52 "language",
53 "markdown",
54 "project",
55 "serde",
56 "serde_json",
57 "settings",
58 "theme",
59 "ui",
60 "util",
61 "workspace",
62 "workspace-hack",
63]
64
65[[package]]
66name = "action_log"
67version = "0.1.0"
68dependencies = [
69 "anyhow",
70 "buffer_diff",
71 "clock",
72 "collections",
73 "ctor",
74 "futures 0.3.31",
75 "gpui",
76 "indoc",
77 "language",
78 "log",
79 "pretty_assertions",
80 "project",
81 "rand 0.9.1",
82 "serde_json",
83 "settings",
84 "text",
85 "util",
86 "watch",
87 "workspace-hack",
88 "zlog",
89]
90
91[[package]]
92name = "activity_indicator"
93version = "0.1.0"
94dependencies = [
95 "anyhow",
96 "auto_update",
97 "editor",
98 "extension_host",
99 "futures 0.3.31",
100 "gpui",
101 "language",
102 "project",
103 "proto",
104 "release_channel",
105 "smallvec",
106 "ui",
107 "util",
108 "workspace",
109 "workspace-hack",
110]
111
112[[package]]
113name = "addr2line"
114version = "0.24.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
117dependencies = [
118 "gimli",
119]
120
121[[package]]
122name = "adler2"
123version = "2.0.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
126
127[[package]]
128name = "aes"
129version = "0.8.4"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
132dependencies = [
133 "cfg-if",
134 "cipher",
135 "cpufeatures",
136 "zeroize",
137]
138
139[[package]]
140name = "agent"
141version = "0.1.0"
142dependencies = [
143 "action_log",
144 "agent_settings",
145 "anyhow",
146 "assistant_context",
147 "assistant_tool",
148 "assistant_tools",
149 "chrono",
150 "client",
151 "cloud_llm_client",
152 "collections",
153 "component",
154 "context_server",
155 "convert_case 0.8.0",
156 "fs",
157 "futures 0.3.31",
158 "git",
159 "gpui",
160 "heed",
161 "http_client",
162 "icons",
163 "indoc",
164 "itertools 0.14.0",
165 "language",
166 "language_model",
167 "log",
168 "parking_lot",
169 "paths",
170 "postage",
171 "pretty_assertions",
172 "project",
173 "prompt_store",
174 "rand 0.9.1",
175 "ref-cast",
176 "rope",
177 "schemars 1.0.1",
178 "serde",
179 "serde_json",
180 "settings",
181 "smol",
182 "sqlez",
183 "telemetry",
184 "text",
185 "theme",
186 "thiserror 2.0.12",
187 "time",
188 "util",
189 "uuid",
190 "workspace",
191 "workspace-hack",
192 "zed_env_vars",
193 "zstd",
194]
195
196[[package]]
197name = "agent-client-protocol"
198version = "0.4.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
201dependencies = [
202 "anyhow",
203 "async-broadcast",
204 "async-trait",
205 "futures 0.3.31",
206 "log",
207 "parking_lot",
208 "schemars 1.0.1",
209 "serde",
210 "serde_json",
211]
212
213[[package]]
214name = "agent2"
215version = "0.1.0"
216dependencies = [
217 "acp_thread",
218 "action_log",
219 "agent",
220 "agent-client-protocol",
221 "agent_servers",
222 "agent_settings",
223 "anyhow",
224 "assistant_context",
225 "assistant_tool",
226 "assistant_tools",
227 "chrono",
228 "client",
229 "clock",
230 "cloud_llm_client",
231 "collections",
232 "context_server",
233 "ctor",
234 "db",
235 "editor",
236 "env_logger 0.11.8",
237 "fs",
238 "futures 0.3.31",
239 "git",
240 "gpui",
241 "gpui_tokio",
242 "handlebars 4.5.0",
243 "html_to_markdown",
244 "http_client",
245 "indoc",
246 "itertools 0.14.0",
247 "language",
248 "language_model",
249 "language_models",
250 "log",
251 "lsp",
252 "open",
253 "parking_lot",
254 "paths",
255 "pretty_assertions",
256 "project",
257 "prompt_store",
258 "reqwest_client",
259 "rust-embed",
260 "schemars 1.0.1",
261 "serde",
262 "serde_json",
263 "settings",
264 "smol",
265 "sqlez",
266 "task",
267 "telemetry",
268 "tempfile",
269 "terminal",
270 "text",
271 "theme",
272 "thiserror 2.0.12",
273 "tree-sitter-rust",
274 "ui",
275 "unindent",
276 "util",
277 "uuid",
278 "watch",
279 "web_search",
280 "workspace-hack",
281 "worktree",
282 "zed_env_vars",
283 "zlog",
284 "zstd",
285]
286
287[[package]]
288name = "agent_servers"
289version = "0.1.0"
290dependencies = [
291 "acp_thread",
292 "acp_tools",
293 "action_log",
294 "agent-client-protocol",
295 "agent_settings",
296 "anyhow",
297 "async-trait",
298 "client",
299 "collections",
300 "env_logger 0.11.8",
301 "fs",
302 "futures 0.3.31",
303 "gpui",
304 "gpui_tokio",
305 "http_client",
306 "indoc",
307 "language",
308 "language_model",
309 "language_models",
310 "libc",
311 "log",
312 "nix 0.29.0",
313 "project",
314 "reqwest_client",
315 "serde",
316 "serde_json",
317 "settings",
318 "smol",
319 "task",
320 "tempfile",
321 "thiserror 2.0.12",
322 "ui",
323 "util",
324 "watch",
325 "workspace-hack",
326]
327
328[[package]]
329name = "agent_settings"
330version = "0.1.0"
331dependencies = [
332 "anyhow",
333 "cloud_llm_client",
334 "collections",
335 "convert_case 0.8.0",
336 "fs",
337 "gpui",
338 "language_model",
339 "paths",
340 "project",
341 "schemars 1.0.1",
342 "serde",
343 "serde_json",
344 "serde_json_lenient",
345 "settings",
346 "util",
347 "workspace-hack",
348]
349
350[[package]]
351name = "agent_ui"
352version = "0.1.0"
353dependencies = [
354 "acp_thread",
355 "action_log",
356 "agent",
357 "agent-client-protocol",
358 "agent2",
359 "agent_servers",
360 "agent_settings",
361 "ai_onboarding",
362 "anyhow",
363 "arrayvec",
364 "assistant_context",
365 "assistant_slash_command",
366 "assistant_slash_commands",
367 "assistant_tool",
368 "assistant_tools",
369 "audio",
370 "buffer_diff",
371 "chrono",
372 "client",
373 "cloud_llm_client",
374 "collections",
375 "command_palette_hooks",
376 "component",
377 "context_server",
378 "db",
379 "editor",
380 "extension",
381 "extension_host",
382 "feature_flags",
383 "file_icons",
384 "fs",
385 "futures 0.3.31",
386 "fuzzy",
387 "gpui",
388 "html_to_markdown",
389 "http_client",
390 "indoc",
391 "itertools 0.14.0",
392 "jsonschema",
393 "language",
394 "language_model",
395 "language_models",
396 "languages",
397 "log",
398 "lsp",
399 "markdown",
400 "menu",
401 "multi_buffer",
402 "notifications",
403 "ordered-float 2.10.1",
404 "parking_lot",
405 "paths",
406 "picker",
407 "postage",
408 "pretty_assertions",
409 "project",
410 "prompt_store",
411 "proto",
412 "rand 0.9.1",
413 "release_channel",
414 "rope",
415 "rules_library",
416 "schemars 1.0.1",
417 "search",
418 "serde",
419 "serde_json",
420 "serde_json_lenient",
421 "settings",
422 "smol",
423 "streaming_diff",
424 "task",
425 "telemetry",
426 "telemetry_events",
427 "terminal",
428 "terminal_view",
429 "text",
430 "theme",
431 "time",
432 "time_format",
433 "tree-sitter-md",
434 "ui",
435 "ui_input",
436 "unindent",
437 "url",
438 "urlencoding",
439 "util",
440 "watch",
441 "workspace",
442 "workspace-hack",
443 "zed_actions",
444]
445
446[[package]]
447name = "ahash"
448version = "0.7.8"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
451dependencies = [
452 "getrandom 0.2.15",
453 "once_cell",
454 "version_check",
455]
456
457[[package]]
458name = "ahash"
459version = "0.8.11"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
462dependencies = [
463 "cfg-if",
464 "const-random",
465 "getrandom 0.2.15",
466 "once_cell",
467 "serde",
468 "version_check",
469 "zerocopy 0.7.35",
470]
471
472[[package]]
473name = "aho-corasick"
474version = "1.1.3"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
477dependencies = [
478 "memchr",
479]
480
481[[package]]
482name = "ai_onboarding"
483version = "0.1.0"
484dependencies = [
485 "client",
486 "cloud_llm_client",
487 "component",
488 "gpui",
489 "language_model",
490 "serde",
491 "smallvec",
492 "telemetry",
493 "ui",
494 "workspace-hack",
495 "zed_actions",
496]
497
498[[package]]
499name = "alacritty_terminal"
500version = "0.25.1-rc1"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
503dependencies = [
504 "base64 0.22.1",
505 "bitflags 2.9.0",
506 "home",
507 "libc",
508 "log",
509 "miow",
510 "parking_lot",
511 "piper",
512 "polling",
513 "regex-automata",
514 "rustix 1.0.7",
515 "rustix-openpty",
516 "serde",
517 "signal-hook",
518 "unicode-width",
519 "vte",
520 "windows-sys 0.59.0",
521]
522
523[[package]]
524name = "aliasable"
525version = "0.1.3"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
528
529[[package]]
530name = "aligned-vec"
531version = "0.5.0"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
534
535[[package]]
536name = "allocator-api2"
537version = "0.2.21"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
540
541[[package]]
542name = "alsa"
543version = "0.9.1"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
546dependencies = [
547 "alsa-sys",
548 "bitflags 2.9.0",
549 "cfg-if",
550 "libc",
551]
552
553[[package]]
554name = "alsa-sys"
555version = "0.3.1"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
558dependencies = [
559 "libc",
560 "pkg-config",
561]
562
563[[package]]
564name = "ambient-authority"
565version = "0.0.2"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
568
569[[package]]
570name = "ammonia"
571version = "4.1.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
574dependencies = [
575 "cssparser",
576 "html5ever 0.31.0",
577 "maplit",
578 "tendril",
579 "url",
580]
581
582[[package]]
583name = "android-tzdata"
584version = "0.1.1"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
587
588[[package]]
589name = "android_system_properties"
590version = "0.1.5"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
593dependencies = [
594 "libc",
595]
596
597[[package]]
598name = "anes"
599version = "0.1.6"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
602
603[[package]]
604name = "anstream"
605version = "0.6.18"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
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.10"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
623
624[[package]]
625name = "anstyle-parse"
626version = "0.2.6"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
629dependencies = [
630 "utf8parse",
631]
632
633[[package]]
634name = "anstyle-query"
635version = "1.1.2"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
638dependencies = [
639 "windows-sys 0.59.0",
640]
641
642[[package]]
643name = "anstyle-wincon"
644version = "3.0.7"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
647dependencies = [
648 "anstyle",
649 "once_cell",
650 "windows-sys 0.59.0",
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 1.0.1",
662 "serde",
663 "serde_json",
664 "settings",
665 "strum 0.27.1",
666 "thiserror 2.0.12",
667 "workspace-hack",
668]
669
670[[package]]
671name = "any_vec"
672version = "0.14.0"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
675
676[[package]]
677name = "anyhow"
678version = "1.0.98"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
681
682[[package]]
683name = "approx"
684version = "0.5.1"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
687dependencies = [
688 "num-traits",
689]
690
691[[package]]
692name = "arbitrary"
693version = "1.4.1"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
696dependencies = [
697 "derive_arbitrary",
698]
699
700[[package]]
701name = "arg_enum_proc_macro"
702version = "0.3.4"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
705dependencies = [
706 "proc-macro2",
707 "quote",
708 "syn 2.0.101",
709]
710
711[[package]]
712name = "arraydeque"
713version = "0.5.1"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
716
717[[package]]
718name = "arrayref"
719version = "0.3.9"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
722
723[[package]]
724name = "arrayvec"
725version = "0.7.6"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
728dependencies = [
729 "serde",
730]
731
732[[package]]
733name = "as-raw-xcb-connection"
734version = "1.0.1"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
737
738[[package]]
739name = "ascii"
740version = "1.1.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
743
744[[package]]
745name = "ash"
746version = "0.38.0+1.3.281"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
749dependencies = [
750 "libloading",
751]
752
753[[package]]
754name = "ash-window"
755version = "0.13.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
758dependencies = [
759 "ash",
760 "raw-window-handle",
761 "raw-window-metal",
762]
763
764[[package]]
765name = "ashpd"
766version = "0.11.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
769dependencies = [
770 "async-fs",
771 "async-net",
772 "enumflags2",
773 "futures-channel",
774 "futures-util",
775 "rand 0.9.1",
776 "serde",
777 "serde_repr",
778 "url",
779 "zbus",
780]
781
782[[package]]
783name = "ashpd"
784version = "0.12.0"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
787dependencies = [
788 "async-fs",
789 "async-net",
790 "enumflags2",
791 "futures-channel",
792 "futures-util",
793 "rand 0.9.1",
794 "serde",
795 "serde_repr",
796 "url",
797 "zbus",
798]
799
800[[package]]
801name = "askpass"
802version = "0.1.0"
803dependencies = [
804 "anyhow",
805 "futures 0.3.31",
806 "gpui",
807 "net",
808 "proto",
809 "smol",
810 "tempfile",
811 "util",
812 "windows 0.61.1",
813 "workspace-hack",
814 "zeroize",
815]
816
817[[package]]
818name = "assets"
819version = "0.1.0"
820dependencies = [
821 "anyhow",
822 "gpui",
823 "rust-embed",
824 "workspace-hack",
825]
826
827[[package]]
828name = "assistant_context"
829version = "0.1.0"
830dependencies = [
831 "agent_settings",
832 "anyhow",
833 "assistant_slash_command",
834 "assistant_slash_commands",
835 "chrono",
836 "client",
837 "clock",
838 "cloud_llm_client",
839 "collections",
840 "context_server",
841 "fs",
842 "futures 0.3.31",
843 "fuzzy",
844 "gpui",
845 "indoc",
846 "language",
847 "language_model",
848 "log",
849 "open_ai",
850 "parking_lot",
851 "paths",
852 "pretty_assertions",
853 "project",
854 "prompt_store",
855 "proto",
856 "rand 0.9.1",
857 "regex",
858 "rpc",
859 "serde",
860 "serde_json",
861 "settings",
862 "smallvec",
863 "smol",
864 "telemetry_events",
865 "text",
866 "ui",
867 "unindent",
868 "util",
869 "uuid",
870 "workspace",
871 "workspace-hack",
872 "zed_env_vars",
873]
874
875[[package]]
876name = "assistant_slash_command"
877version = "0.1.0"
878dependencies = [
879 "anyhow",
880 "async-trait",
881 "collections",
882 "derive_more",
883 "extension",
884 "futures 0.3.31",
885 "gpui",
886 "language",
887 "language_model",
888 "parking_lot",
889 "pretty_assertions",
890 "serde",
891 "serde_json",
892 "ui",
893 "util",
894 "workspace",
895 "workspace-hack",
896]
897
898[[package]]
899name = "assistant_slash_commands"
900version = "0.1.0"
901dependencies = [
902 "anyhow",
903 "assistant_slash_command",
904 "chrono",
905 "collections",
906 "context_server",
907 "editor",
908 "feature_flags",
909 "fs",
910 "futures 0.3.31",
911 "fuzzy",
912 "globset",
913 "gpui",
914 "html_to_markdown",
915 "http_client",
916 "language",
917 "pretty_assertions",
918 "project",
919 "prompt_store",
920 "rope",
921 "serde",
922 "serde_json",
923 "settings",
924 "smol",
925 "text",
926 "ui",
927 "util",
928 "workspace",
929 "workspace-hack",
930 "worktree",
931 "zlog",
932]
933
934[[package]]
935name = "assistant_tool"
936version = "0.1.0"
937dependencies = [
938 "action_log",
939 "anyhow",
940 "buffer_diff",
941 "clock",
942 "collections",
943 "ctor",
944 "derive_more",
945 "gpui",
946 "icons",
947 "indoc",
948 "language",
949 "language_model",
950 "log",
951 "parking_lot",
952 "pretty_assertions",
953 "project",
954 "rand 0.9.1",
955 "regex",
956 "serde",
957 "serde_json",
958 "settings",
959 "text",
960 "util",
961 "workspace",
962 "workspace-hack",
963 "zlog",
964]
965
966[[package]]
967name = "assistant_tools"
968version = "0.1.0"
969dependencies = [
970 "action_log",
971 "agent_settings",
972 "anyhow",
973 "assistant_tool",
974 "buffer_diff",
975 "chrono",
976 "client",
977 "clock",
978 "cloud_llm_client",
979 "collections",
980 "component",
981 "derive_more",
982 "diffy",
983 "editor",
984 "feature_flags",
985 "fs",
986 "futures 0.3.31",
987 "gpui",
988 "gpui_tokio",
989 "handlebars 4.5.0",
990 "html_to_markdown",
991 "http_client",
992 "indoc",
993 "itertools 0.14.0",
994 "language",
995 "language_model",
996 "language_models",
997 "log",
998 "lsp",
999 "markdown",
1000 "open",
1001 "paths",
1002 "portable-pty",
1003 "pretty_assertions",
1004 "project",
1005 "prompt_store",
1006 "rand 0.9.1",
1007 "regex",
1008 "reqwest_client",
1009 "rust-embed",
1010 "schemars 1.0.1",
1011 "serde",
1012 "serde_json",
1013 "settings",
1014 "smallvec",
1015 "smol",
1016 "streaming_diff",
1017 "strsim",
1018 "task",
1019 "tempfile",
1020 "terminal",
1021 "terminal_view",
1022 "theme",
1023 "tree-sitter-rust",
1024 "ui",
1025 "unindent",
1026 "util",
1027 "watch",
1028 "web_search",
1029 "workspace",
1030 "workspace-hack",
1031 "zlog",
1032]
1033
1034[[package]]
1035name = "async-attributes"
1036version = "1.1.2"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1039dependencies = [
1040 "quote",
1041 "syn 1.0.109",
1042]
1043
1044[[package]]
1045name = "async-broadcast"
1046version = "0.7.2"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1049dependencies = [
1050 "event-listener 5.4.0",
1051 "event-listener-strategy",
1052 "futures-core",
1053 "pin-project-lite",
1054]
1055
1056[[package]]
1057name = "async-channel"
1058version = "1.9.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1061dependencies = [
1062 "concurrent-queue",
1063 "event-listener 2.5.3",
1064 "futures-core",
1065]
1066
1067[[package]]
1068name = "async-channel"
1069version = "2.3.1"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
1072dependencies = [
1073 "concurrent-queue",
1074 "event-listener-strategy",
1075 "futures-core",
1076 "pin-project-lite",
1077]
1078
1079[[package]]
1080name = "async-compat"
1081version = "0.2.4"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
1084dependencies = [
1085 "futures-core",
1086 "futures-io",
1087 "once_cell",
1088 "pin-project-lite",
1089 "tokio",
1090]
1091
1092[[package]]
1093name = "async-compression"
1094version = "0.4.22"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
1097dependencies = [
1098 "deflate64",
1099 "flate2",
1100 "futures-core",
1101 "futures-io",
1102 "memchr",
1103 "pin-project-lite",
1104]
1105
1106[[package]]
1107name = "async-dispatcher"
1108version = "0.1.2"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1111dependencies = [
1112 "async-task",
1113 "futures-lite 1.13.0",
1114]
1115
1116[[package]]
1117name = "async-executor"
1118version = "1.13.1"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1121dependencies = [
1122 "async-task",
1123 "concurrent-queue",
1124 "fastrand 2.3.0",
1125 "futures-lite 2.6.0",
1126 "slab",
1127]
1128
1129[[package]]
1130name = "async-fs"
1131version = "2.1.3"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1134dependencies = [
1135 "async-lock",
1136 "blocking",
1137 "futures-lite 2.6.0",
1138]
1139
1140[[package]]
1141name = "async-global-executor"
1142version = "2.4.1"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1145dependencies = [
1146 "async-channel 2.3.1",
1147 "async-executor",
1148 "async-io",
1149 "async-lock",
1150 "blocking",
1151 "futures-lite 2.6.0",
1152 "once_cell",
1153]
1154
1155[[package]]
1156name = "async-io"
1157version = "2.5.0"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1160dependencies = [
1161 "async-lock",
1162 "cfg-if",
1163 "concurrent-queue",
1164 "futures-io",
1165 "futures-lite 2.6.0",
1166 "parking",
1167 "polling",
1168 "rustix 1.0.7",
1169 "slab",
1170 "windows-sys 0.60.2",
1171]
1172
1173[[package]]
1174name = "async-lock"
1175version = "3.4.1"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1178dependencies = [
1179 "event-listener 5.4.0",
1180 "event-listener-strategy",
1181 "pin-project-lite",
1182]
1183
1184[[package]]
1185name = "async-net"
1186version = "2.0.0"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1189dependencies = [
1190 "async-io",
1191 "blocking",
1192 "futures-lite 2.6.0",
1193]
1194
1195[[package]]
1196name = "async-pipe"
1197version = "0.1.3"
1198source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1199dependencies = [
1200 "futures 0.3.31",
1201 "log",
1202]
1203
1204[[package]]
1205name = "async-process"
1206version = "2.3.0"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1209dependencies = [
1210 "async-channel 2.3.1",
1211 "async-io",
1212 "async-lock",
1213 "async-signal",
1214 "async-task",
1215 "blocking",
1216 "cfg-if",
1217 "event-listener 5.4.0",
1218 "futures-lite 2.6.0",
1219 "rustix 0.38.44",
1220 "tracing",
1221]
1222
1223[[package]]
1224name = "async-recursion"
1225version = "1.1.1"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1228dependencies = [
1229 "proc-macro2",
1230 "quote",
1231 "syn 2.0.101",
1232]
1233
1234[[package]]
1235name = "async-signal"
1236version = "0.2.10"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1239dependencies = [
1240 "async-io",
1241 "async-lock",
1242 "atomic-waker",
1243 "cfg-if",
1244 "futures-core",
1245 "futures-io",
1246 "rustix 0.38.44",
1247 "signal-hook-registry",
1248 "slab",
1249 "windows-sys 0.59.0",
1250]
1251
1252[[package]]
1253name = "async-std"
1254version = "1.13.1"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1257dependencies = [
1258 "async-attributes",
1259 "async-channel 1.9.0",
1260 "async-global-executor",
1261 "async-io",
1262 "async-lock",
1263 "async-process",
1264 "crossbeam-utils",
1265 "futures-channel",
1266 "futures-core",
1267 "futures-io",
1268 "futures-lite 2.6.0",
1269 "gloo-timers",
1270 "kv-log-macro",
1271 "log",
1272 "memchr",
1273 "once_cell",
1274 "pin-project-lite",
1275 "pin-utils",
1276 "slab",
1277 "wasm-bindgen-futures",
1278]
1279
1280[[package]]
1281name = "async-stream"
1282version = "0.3.6"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1285dependencies = [
1286 "async-stream-impl",
1287 "futures-core",
1288 "pin-project-lite",
1289]
1290
1291[[package]]
1292name = "async-stream-impl"
1293version = "0.3.6"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1296dependencies = [
1297 "proc-macro2",
1298 "quote",
1299 "syn 2.0.101",
1300]
1301
1302[[package]]
1303name = "async-tar"
1304version = "0.5.0"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1307dependencies = [
1308 "async-std",
1309 "filetime",
1310 "libc",
1311 "pin-project",
1312 "redox_syscall 0.2.16",
1313 "xattr",
1314]
1315
1316[[package]]
1317name = "async-task"
1318version = "4.7.1"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1321
1322[[package]]
1323name = "async-trait"
1324version = "0.1.89"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1327dependencies = [
1328 "proc-macro2",
1329 "quote",
1330 "syn 2.0.101",
1331]
1332
1333[[package]]
1334name = "async-tungstenite"
1335version = "0.29.1"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1338dependencies = [
1339 "atomic-waker",
1340 "futures-core",
1341 "futures-io",
1342 "futures-task",
1343 "futures-util",
1344 "log",
1345 "pin-project-lite",
1346 "rustls-pki-types",
1347 "tokio",
1348 "tokio-rustls 0.26.2",
1349 "tungstenite 0.26.2",
1350]
1351
1352[[package]]
1353name = "async_zip"
1354version = "0.0.17"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1357dependencies = [
1358 "async-compression",
1359 "crc32fast",
1360 "futures-lite 2.6.0",
1361 "pin-project",
1362 "thiserror 1.0.69",
1363]
1364
1365[[package]]
1366name = "asynchronous-codec"
1367version = "0.7.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1370dependencies = [
1371 "bytes 1.10.1",
1372 "futures-sink",
1373 "futures-util",
1374 "memchr",
1375 "pin-project-lite",
1376]
1377
1378[[package]]
1379name = "atoi"
1380version = "2.0.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1383dependencies = [
1384 "num-traits",
1385]
1386
1387[[package]]
1388name = "atomic"
1389version = "0.5.3"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1392
1393[[package]]
1394name = "atomic-waker"
1395version = "1.1.2"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1398
1399[[package]]
1400name = "audio"
1401version = "0.1.0"
1402dependencies = [
1403 "anyhow",
1404 "async-tar",
1405 "collections",
1406 "crossbeam",
1407 "denoise",
1408 "gpui",
1409 "libwebrtc",
1410 "log",
1411 "parking_lot",
1412 "rodio",
1413 "serde",
1414 "settings",
1415 "smol",
1416 "thiserror 2.0.12",
1417 "util",
1418 "workspace-hack",
1419]
1420
1421[[package]]
1422name = "auditable-serde"
1423version = "0.8.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1426dependencies = [
1427 "semver",
1428 "serde",
1429 "serde_json",
1430 "topological-sort",
1431]
1432
1433[[package]]
1434name = "auto_update"
1435version = "0.1.0"
1436dependencies = [
1437 "anyhow",
1438 "client",
1439 "db",
1440 "gpui",
1441 "http_client",
1442 "log",
1443 "paths",
1444 "release_channel",
1445 "serde",
1446 "serde_json",
1447 "settings",
1448 "smol",
1449 "tempfile",
1450 "which 6.0.3",
1451 "workspace",
1452 "workspace-hack",
1453]
1454
1455[[package]]
1456name = "auto_update_helper"
1457version = "0.1.0"
1458dependencies = [
1459 "anyhow",
1460 "log",
1461 "simplelog",
1462 "windows 0.61.1",
1463 "winresource",
1464 "workspace-hack",
1465]
1466
1467[[package]]
1468name = "auto_update_ui"
1469version = "0.1.0"
1470dependencies = [
1471 "anyhow",
1472 "auto_update",
1473 "client",
1474 "editor",
1475 "gpui",
1476 "http_client",
1477 "markdown_preview",
1478 "release_channel",
1479 "serde",
1480 "serde_json",
1481 "smol",
1482 "util",
1483 "workspace",
1484 "workspace-hack",
1485]
1486
1487[[package]]
1488name = "autocfg"
1489version = "1.4.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1492
1493[[package]]
1494name = "av1-grain"
1495version = "0.2.3"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1498dependencies = [
1499 "anyhow",
1500 "arrayvec",
1501 "log",
1502 "nom 7.1.3",
1503 "num-rational",
1504 "v_frame",
1505]
1506
1507[[package]]
1508name = "avif-serialize"
1509version = "0.8.3"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1512dependencies = [
1513 "arrayvec",
1514]
1515
1516[[package]]
1517name = "aws-config"
1518version = "1.6.1"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1521dependencies = [
1522 "aws-credential-types",
1523 "aws-runtime",
1524 "aws-sdk-sso",
1525 "aws-sdk-ssooidc",
1526 "aws-sdk-sts",
1527 "aws-smithy-async",
1528 "aws-smithy-http",
1529 "aws-smithy-json",
1530 "aws-smithy-runtime",
1531 "aws-smithy-runtime-api",
1532 "aws-smithy-types",
1533 "aws-types",
1534 "bytes 1.10.1",
1535 "fastrand 2.3.0",
1536 "hex",
1537 "http 1.3.1",
1538 "ring",
1539 "time",
1540 "tokio",
1541 "tracing",
1542 "url",
1543 "zeroize",
1544]
1545
1546[[package]]
1547name = "aws-credential-types"
1548version = "1.2.2"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1551dependencies = [
1552 "aws-smithy-async",
1553 "aws-smithy-runtime-api",
1554 "aws-smithy-types",
1555 "zeroize",
1556]
1557
1558[[package]]
1559name = "aws-lc-rs"
1560version = "1.13.1"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1563dependencies = [
1564 "aws-lc-sys",
1565 "zeroize",
1566]
1567
1568[[package]]
1569name = "aws-lc-sys"
1570version = "0.29.0"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1573dependencies = [
1574 "bindgen 0.69.5",
1575 "cc",
1576 "cmake",
1577 "dunce",
1578 "fs_extra",
1579]
1580
1581[[package]]
1582name = "aws-runtime"
1583version = "1.5.6"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1586dependencies = [
1587 "aws-credential-types",
1588 "aws-sigv4",
1589 "aws-smithy-async",
1590 "aws-smithy-eventstream",
1591 "aws-smithy-http",
1592 "aws-smithy-runtime",
1593 "aws-smithy-runtime-api",
1594 "aws-smithy-types",
1595 "aws-types",
1596 "bytes 1.10.1",
1597 "fastrand 2.3.0",
1598 "http 0.2.12",
1599 "http-body 0.4.6",
1600 "once_cell",
1601 "percent-encoding",
1602 "pin-project-lite",
1603 "tracing",
1604 "uuid",
1605]
1606
1607[[package]]
1608name = "aws-sdk-bedrockruntime"
1609version = "1.82.0"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1612dependencies = [
1613 "aws-credential-types",
1614 "aws-runtime",
1615 "aws-sigv4",
1616 "aws-smithy-async",
1617 "aws-smithy-eventstream",
1618 "aws-smithy-http",
1619 "aws-smithy-json",
1620 "aws-smithy-runtime",
1621 "aws-smithy-runtime-api",
1622 "aws-smithy-types",
1623 "aws-types",
1624 "bytes 1.10.1",
1625 "fastrand 2.3.0",
1626 "http 0.2.12",
1627 "hyper 0.14.32",
1628 "once_cell",
1629 "regex-lite",
1630 "tracing",
1631]
1632
1633[[package]]
1634name = "aws-sdk-kinesis"
1635version = "1.66.0"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1638dependencies = [
1639 "aws-credential-types",
1640 "aws-runtime",
1641 "aws-smithy-async",
1642 "aws-smithy-eventstream",
1643 "aws-smithy-http",
1644 "aws-smithy-json",
1645 "aws-smithy-runtime",
1646 "aws-smithy-runtime-api",
1647 "aws-smithy-types",
1648 "aws-types",
1649 "bytes 1.10.1",
1650 "fastrand 2.3.0",
1651 "http 0.2.12",
1652 "once_cell",
1653 "regex-lite",
1654 "tracing",
1655]
1656
1657[[package]]
1658name = "aws-sdk-s3"
1659version = "1.82.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1662dependencies = [
1663 "aws-credential-types",
1664 "aws-runtime",
1665 "aws-sigv4",
1666 "aws-smithy-async",
1667 "aws-smithy-checksums",
1668 "aws-smithy-eventstream",
1669 "aws-smithy-http",
1670 "aws-smithy-json",
1671 "aws-smithy-runtime",
1672 "aws-smithy-runtime-api",
1673 "aws-smithy-types",
1674 "aws-smithy-xml",
1675 "aws-types",
1676 "bytes 1.10.1",
1677 "fastrand 2.3.0",
1678 "hex",
1679 "hmac",
1680 "http 0.2.12",
1681 "http 1.3.1",
1682 "http-body 0.4.6",
1683 "lru",
1684 "once_cell",
1685 "percent-encoding",
1686 "regex-lite",
1687 "sha2",
1688 "tracing",
1689 "url",
1690]
1691
1692[[package]]
1693name = "aws-sdk-sso"
1694version = "1.64.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1697dependencies = [
1698 "aws-credential-types",
1699 "aws-runtime",
1700 "aws-smithy-async",
1701 "aws-smithy-http",
1702 "aws-smithy-json",
1703 "aws-smithy-runtime",
1704 "aws-smithy-runtime-api",
1705 "aws-smithy-types",
1706 "aws-types",
1707 "bytes 1.10.1",
1708 "fastrand 2.3.0",
1709 "http 0.2.12",
1710 "once_cell",
1711 "regex-lite",
1712 "tracing",
1713]
1714
1715[[package]]
1716name = "aws-sdk-ssooidc"
1717version = "1.65.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1720dependencies = [
1721 "aws-credential-types",
1722 "aws-runtime",
1723 "aws-smithy-async",
1724 "aws-smithy-http",
1725 "aws-smithy-json",
1726 "aws-smithy-runtime",
1727 "aws-smithy-runtime-api",
1728 "aws-smithy-types",
1729 "aws-types",
1730 "bytes 1.10.1",
1731 "fastrand 2.3.0",
1732 "http 0.2.12",
1733 "once_cell",
1734 "regex-lite",
1735 "tracing",
1736]
1737
1738[[package]]
1739name = "aws-sdk-sts"
1740version = "1.65.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1743dependencies = [
1744 "aws-credential-types",
1745 "aws-runtime",
1746 "aws-smithy-async",
1747 "aws-smithy-http",
1748 "aws-smithy-json",
1749 "aws-smithy-query",
1750 "aws-smithy-runtime",
1751 "aws-smithy-runtime-api",
1752 "aws-smithy-types",
1753 "aws-smithy-xml",
1754 "aws-types",
1755 "fastrand 2.3.0",
1756 "http 0.2.12",
1757 "once_cell",
1758 "regex-lite",
1759 "tracing",
1760]
1761
1762[[package]]
1763name = "aws-sigv4"
1764version = "1.3.0"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1767dependencies = [
1768 "aws-credential-types",
1769 "aws-smithy-eventstream",
1770 "aws-smithy-http",
1771 "aws-smithy-runtime-api",
1772 "aws-smithy-types",
1773 "bytes 1.10.1",
1774 "crypto-bigint 0.5.5",
1775 "form_urlencoded",
1776 "hex",
1777 "hmac",
1778 "http 0.2.12",
1779 "http 1.3.1",
1780 "once_cell",
1781 "p256",
1782 "percent-encoding",
1783 "ring",
1784 "sha2",
1785 "subtle",
1786 "time",
1787 "tracing",
1788 "zeroize",
1789]
1790
1791[[package]]
1792name = "aws-smithy-async"
1793version = "1.2.5"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1796dependencies = [
1797 "futures-util",
1798 "pin-project-lite",
1799 "tokio",
1800]
1801
1802[[package]]
1803name = "aws-smithy-checksums"
1804version = "0.63.1"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1807dependencies = [
1808 "aws-smithy-http",
1809 "aws-smithy-types",
1810 "bytes 1.10.1",
1811 "crc32c",
1812 "crc32fast",
1813 "crc64fast-nvme",
1814 "hex",
1815 "http 0.2.12",
1816 "http-body 0.4.6",
1817 "md-5",
1818 "pin-project-lite",
1819 "sha1",
1820 "sha2",
1821 "tracing",
1822]
1823
1824[[package]]
1825name = "aws-smithy-eventstream"
1826version = "0.60.8"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1829dependencies = [
1830 "aws-smithy-types",
1831 "bytes 1.10.1",
1832 "crc32fast",
1833]
1834
1835[[package]]
1836name = "aws-smithy-http"
1837version = "0.62.0"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1840dependencies = [
1841 "aws-smithy-eventstream",
1842 "aws-smithy-runtime-api",
1843 "aws-smithy-types",
1844 "bytes 1.10.1",
1845 "bytes-utils",
1846 "futures-core",
1847 "http 0.2.12",
1848 "http 1.3.1",
1849 "http-body 0.4.6",
1850 "once_cell",
1851 "percent-encoding",
1852 "pin-project-lite",
1853 "pin-utils",
1854 "tracing",
1855]
1856
1857[[package]]
1858name = "aws-smithy-http-client"
1859version = "1.0.1"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1862dependencies = [
1863 "aws-smithy-async",
1864 "aws-smithy-runtime-api",
1865 "aws-smithy-types",
1866 "h2 0.4.9",
1867 "http 0.2.12",
1868 "http 1.3.1",
1869 "http-body 0.4.6",
1870 "hyper 0.14.32",
1871 "hyper 1.6.0",
1872 "hyper-rustls 0.24.2",
1873 "hyper-rustls 0.27.5",
1874 "hyper-util",
1875 "pin-project-lite",
1876 "rustls 0.21.12",
1877 "rustls 0.23.26",
1878 "rustls-native-certs 0.8.1",
1879 "rustls-pki-types",
1880 "tokio",
1881 "tower 0.5.2",
1882 "tracing",
1883]
1884
1885[[package]]
1886name = "aws-smithy-json"
1887version = "0.61.3"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1890dependencies = [
1891 "aws-smithy-types",
1892]
1893
1894[[package]]
1895name = "aws-smithy-observability"
1896version = "0.1.2"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1899dependencies = [
1900 "aws-smithy-runtime-api",
1901 "once_cell",
1902]
1903
1904[[package]]
1905name = "aws-smithy-query"
1906version = "0.60.7"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1909dependencies = [
1910 "aws-smithy-types",
1911 "urlencoding",
1912]
1913
1914[[package]]
1915name = "aws-smithy-runtime"
1916version = "1.8.1"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1919dependencies = [
1920 "aws-smithy-async",
1921 "aws-smithy-http",
1922 "aws-smithy-http-client",
1923 "aws-smithy-observability",
1924 "aws-smithy-runtime-api",
1925 "aws-smithy-types",
1926 "bytes 1.10.1",
1927 "fastrand 2.3.0",
1928 "http 0.2.12",
1929 "http 1.3.1",
1930 "http-body 0.4.6",
1931 "http-body 1.0.1",
1932 "once_cell",
1933 "pin-project-lite",
1934 "pin-utils",
1935 "tokio",
1936 "tracing",
1937]
1938
1939[[package]]
1940name = "aws-smithy-runtime-api"
1941version = "1.7.4"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1944dependencies = [
1945 "aws-smithy-async",
1946 "aws-smithy-types",
1947 "bytes 1.10.1",
1948 "http 0.2.12",
1949 "http 1.3.1",
1950 "pin-project-lite",
1951 "tokio",
1952 "tracing",
1953 "zeroize",
1954]
1955
1956[[package]]
1957name = "aws-smithy-types"
1958version = "1.3.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1961dependencies = [
1962 "base64-simd",
1963 "bytes 1.10.1",
1964 "bytes-utils",
1965 "futures-core",
1966 "http 0.2.12",
1967 "http 1.3.1",
1968 "http-body 0.4.6",
1969 "http-body 1.0.1",
1970 "http-body-util",
1971 "itoa",
1972 "num-integer",
1973 "pin-project-lite",
1974 "pin-utils",
1975 "ryu",
1976 "serde",
1977 "time",
1978 "tokio",
1979 "tokio-util",
1980]
1981
1982[[package]]
1983name = "aws-smithy-xml"
1984version = "0.60.9"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1987dependencies = [
1988 "xmlparser",
1989]
1990
1991[[package]]
1992name = "aws-types"
1993version = "1.3.6"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1996dependencies = [
1997 "aws-credential-types",
1998 "aws-smithy-async",
1999 "aws-smithy-runtime-api",
2000 "aws-smithy-types",
2001 "rustc_version",
2002 "tracing",
2003]
2004
2005[[package]]
2006name = "aws_http_client"
2007version = "0.1.0"
2008dependencies = [
2009 "aws-smithy-runtime-api",
2010 "aws-smithy-types",
2011 "http_client",
2012 "workspace-hack",
2013]
2014
2015[[package]]
2016name = "axum"
2017version = "0.6.20"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2020dependencies = [
2021 "async-trait",
2022 "axum-core",
2023 "base64 0.21.7",
2024 "bitflags 1.3.2",
2025 "bytes 1.10.1",
2026 "futures-util",
2027 "headers",
2028 "http 0.2.12",
2029 "http-body 0.4.6",
2030 "hyper 0.14.32",
2031 "itoa",
2032 "matchit",
2033 "memchr",
2034 "mime",
2035 "percent-encoding",
2036 "pin-project-lite",
2037 "rustversion",
2038 "serde",
2039 "serde_json",
2040 "serde_path_to_error",
2041 "serde_urlencoded",
2042 "sha1",
2043 "sync_wrapper 0.1.2",
2044 "tokio",
2045 "tokio-tungstenite 0.20.1",
2046 "tower 0.4.13",
2047 "tower-layer",
2048 "tower-service",
2049]
2050
2051[[package]]
2052name = "axum-core"
2053version = "0.3.4"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2056dependencies = [
2057 "async-trait",
2058 "bytes 1.10.1",
2059 "futures-util",
2060 "http 0.2.12",
2061 "http-body 0.4.6",
2062 "mime",
2063 "rustversion",
2064 "tower-layer",
2065 "tower-service",
2066]
2067
2068[[package]]
2069name = "axum-extra"
2070version = "0.4.2"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
2073dependencies = [
2074 "axum",
2075 "bytes 1.10.1",
2076 "futures-util",
2077 "http 0.2.12",
2078 "mime",
2079 "pin-project-lite",
2080 "serde",
2081 "serde_json",
2082 "tokio",
2083 "tower 0.4.13",
2084 "tower-http 0.3.5",
2085 "tower-layer",
2086 "tower-service",
2087]
2088
2089[[package]]
2090name = "backtrace"
2091version = "0.3.74"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2094dependencies = [
2095 "addr2line",
2096 "cfg-if",
2097 "libc",
2098 "miniz_oxide",
2099 "object",
2100 "rustc-demangle",
2101 "windows-targets 0.52.6",
2102]
2103
2104[[package]]
2105name = "base16ct"
2106version = "0.1.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2109
2110[[package]]
2111name = "base64"
2112version = "0.21.7"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2115
2116[[package]]
2117name = "base64"
2118version = "0.22.1"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2121
2122[[package]]
2123name = "base64-simd"
2124version = "0.8.0"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2127dependencies = [
2128 "outref",
2129 "vsimd",
2130]
2131
2132[[package]]
2133name = "base64ct"
2134version = "1.7.3"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2137
2138[[package]]
2139name = "bedrock"
2140version = "0.1.0"
2141dependencies = [
2142 "anyhow",
2143 "aws-sdk-bedrockruntime",
2144 "aws-smithy-types",
2145 "futures 0.3.31",
2146 "schemars 1.0.1",
2147 "serde",
2148 "serde_json",
2149 "strum 0.27.1",
2150 "thiserror 2.0.12",
2151 "workspace-hack",
2152]
2153
2154[[package]]
2155name = "bigdecimal"
2156version = "0.4.8"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2159dependencies = [
2160 "autocfg",
2161 "libm",
2162 "num-bigint",
2163 "num-integer",
2164 "num-traits",
2165 "serde",
2166]
2167
2168[[package]]
2169name = "bincode"
2170version = "1.3.3"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2173dependencies = [
2174 "serde",
2175]
2176
2177[[package]]
2178name = "bindgen"
2179version = "0.69.5"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2182dependencies = [
2183 "bitflags 2.9.0",
2184 "cexpr",
2185 "clang-sys",
2186 "itertools 0.12.1",
2187 "lazy_static",
2188 "lazycell",
2189 "log",
2190 "prettyplease",
2191 "proc-macro2",
2192 "quote",
2193 "regex",
2194 "rustc-hash 1.1.0",
2195 "shlex",
2196 "syn 2.0.101",
2197 "which 4.4.2",
2198]
2199
2200[[package]]
2201name = "bindgen"
2202version = "0.70.1"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2205dependencies = [
2206 "bitflags 2.9.0",
2207 "cexpr",
2208 "clang-sys",
2209 "itertools 0.13.0",
2210 "proc-macro2",
2211 "quote",
2212 "regex",
2213 "rustc-hash 1.1.0",
2214 "shlex",
2215 "syn 2.0.101",
2216]
2217
2218[[package]]
2219name = "bindgen"
2220version = "0.71.1"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2223dependencies = [
2224 "bitflags 2.9.0",
2225 "cexpr",
2226 "clang-sys",
2227 "itertools 0.13.0",
2228 "log",
2229 "prettyplease",
2230 "proc-macro2",
2231 "quote",
2232 "regex",
2233 "rustc-hash 2.1.1",
2234 "shlex",
2235 "syn 2.0.101",
2236]
2237
2238[[package]]
2239name = "bit-set"
2240version = "0.5.3"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2243dependencies = [
2244 "bit-vec 0.6.3",
2245]
2246
2247[[package]]
2248name = "bit-set"
2249version = "0.8.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2252dependencies = [
2253 "bit-vec 0.8.0",
2254]
2255
2256[[package]]
2257name = "bit-vec"
2258version = "0.6.3"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2261
2262[[package]]
2263name = "bit-vec"
2264version = "0.8.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2267
2268[[package]]
2269name = "bit_field"
2270version = "0.10.2"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2273
2274[[package]]
2275name = "bitflags"
2276version = "1.3.2"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2279
2280[[package]]
2281name = "bitflags"
2282version = "2.9.0"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2285dependencies = [
2286 "serde",
2287]
2288
2289[[package]]
2290name = "bitstream-io"
2291version = "2.6.0"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2294
2295[[package]]
2296name = "bitvec"
2297version = "1.0.1"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2300dependencies = [
2301 "funty",
2302 "radium",
2303 "tap",
2304 "wyz",
2305]
2306
2307[[package]]
2308name = "blade-graphics"
2309version = "0.7.0"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
2312dependencies = [
2313 "ash",
2314 "ash-window",
2315 "bitflags 2.9.0",
2316 "bytemuck",
2317 "codespan-reporting",
2318 "glow",
2319 "gpu-alloc",
2320 "gpu-alloc-ash",
2321 "hidden-trait",
2322 "js-sys",
2323 "khronos-egl",
2324 "libloading",
2325 "log",
2326 "mint",
2327 "naga",
2328 "objc2",
2329 "objc2-app-kit",
2330 "objc2-core-foundation",
2331 "objc2-foundation",
2332 "objc2-metal",
2333 "objc2-quartz-core",
2334 "objc2-ui-kit",
2335 "once_cell",
2336 "raw-window-handle",
2337 "slab",
2338 "wasm-bindgen",
2339 "web-sys",
2340]
2341
2342[[package]]
2343name = "blade-macros"
2344version = "0.3.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
2347dependencies = [
2348 "proc-macro2",
2349 "quote",
2350 "syn 2.0.101",
2351]
2352
2353[[package]]
2354name = "blade-util"
2355version = "0.3.0"
2356source = "registry+https://github.com/rust-lang/crates.io-index"
2357checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
2358dependencies = [
2359 "blade-graphics",
2360 "bytemuck",
2361 "log",
2362 "profiling",
2363]
2364
2365[[package]]
2366name = "block"
2367version = "0.1.6"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2370
2371[[package]]
2372name = "block-buffer"
2373version = "0.10.4"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2376dependencies = [
2377 "generic-array",
2378]
2379
2380[[package]]
2381name = "block-padding"
2382version = "0.3.3"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2385dependencies = [
2386 "generic-array",
2387]
2388
2389[[package]]
2390name = "block2"
2391version = "0.6.1"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2394dependencies = [
2395 "objc2",
2396]
2397
2398[[package]]
2399name = "blocking"
2400version = "1.6.1"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2403dependencies = [
2404 "async-channel 2.3.1",
2405 "async-task",
2406 "futures-io",
2407 "futures-lite 2.6.0",
2408 "piper",
2409]
2410
2411[[package]]
2412name = "borrow-or-share"
2413version = "0.2.2"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2416
2417[[package]]
2418name = "borsh"
2419version = "1.5.7"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2422dependencies = [
2423 "borsh-derive",
2424 "cfg_aliases 0.2.1",
2425]
2426
2427[[package]]
2428name = "borsh-derive"
2429version = "1.5.7"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2432dependencies = [
2433 "once_cell",
2434 "proc-macro-crate",
2435 "proc-macro2",
2436 "quote",
2437 "syn 2.0.101",
2438]
2439
2440[[package]]
2441name = "breadcrumbs"
2442version = "0.1.0"
2443dependencies = [
2444 "editor",
2445 "gpui",
2446 "itertools 0.14.0",
2447 "settings",
2448 "theme",
2449 "ui",
2450 "workspace",
2451 "workspace-hack",
2452 "zed_actions",
2453]
2454
2455[[package]]
2456name = "bstr"
2457version = "1.12.0"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2460dependencies = [
2461 "memchr",
2462 "regex-automata",
2463 "serde",
2464]
2465
2466[[package]]
2467name = "buffer_diff"
2468version = "0.1.0"
2469dependencies = [
2470 "anyhow",
2471 "clock",
2472 "ctor",
2473 "futures 0.3.31",
2474 "git2",
2475 "gpui",
2476 "language",
2477 "log",
2478 "pretty_assertions",
2479 "rand 0.9.1",
2480 "rope",
2481 "serde_json",
2482 "sum_tree",
2483 "text",
2484 "unindent",
2485 "util",
2486 "workspace-hack",
2487 "zlog",
2488]
2489
2490[[package]]
2491name = "built"
2492version = "0.7.7"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2495
2496[[package]]
2497name = "bumpalo"
2498version = "3.17.0"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2501dependencies = [
2502 "allocator-api2",
2503]
2504
2505[[package]]
2506name = "by_address"
2507version = "1.2.1"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2510
2511[[package]]
2512name = "bytecheck"
2513version = "0.6.12"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2516dependencies = [
2517 "bytecheck_derive",
2518 "ptr_meta",
2519 "simdutf8",
2520]
2521
2522[[package]]
2523name = "bytecheck_derive"
2524version = "0.6.12"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2527dependencies = [
2528 "proc-macro2",
2529 "quote",
2530 "syn 1.0.109",
2531]
2532
2533[[package]]
2534name = "bytecount"
2535version = "0.6.8"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2538
2539[[package]]
2540name = "bytemuck"
2541version = "1.22.0"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2544dependencies = [
2545 "bytemuck_derive",
2546]
2547
2548[[package]]
2549name = "bytemuck_derive"
2550version = "1.9.3"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2553dependencies = [
2554 "proc-macro2",
2555 "quote",
2556 "syn 2.0.101",
2557]
2558
2559[[package]]
2560name = "byteorder"
2561version = "1.5.0"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2564
2565[[package]]
2566name = "byteorder-lite"
2567version = "0.1.0"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2570
2571[[package]]
2572name = "bytes"
2573version = "0.4.12"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2576dependencies = [
2577 "byteorder",
2578 "iovec",
2579]
2580
2581[[package]]
2582name = "bytes"
2583version = "1.10.1"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2586
2587[[package]]
2588name = "bytes-utils"
2589version = "0.1.4"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2592dependencies = [
2593 "bytes 1.10.1",
2594 "either",
2595]
2596
2597[[package]]
2598name = "bzip2"
2599version = "0.4.4"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2602dependencies = [
2603 "bzip2-sys",
2604 "libc",
2605]
2606
2607[[package]]
2608name = "bzip2-sys"
2609version = "0.1.13+1.0.8"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2612dependencies = [
2613 "cc",
2614 "pkg-config",
2615]
2616
2617[[package]]
2618name = "call"
2619version = "0.1.0"
2620dependencies = [
2621 "anyhow",
2622 "audio",
2623 "client",
2624 "collections",
2625 "feature_flags",
2626 "fs",
2627 "futures 0.3.31",
2628 "gpui",
2629 "gpui_tokio",
2630 "http_client",
2631 "language",
2632 "livekit_client",
2633 "log",
2634 "postage",
2635 "project",
2636 "serde",
2637 "settings",
2638 "telemetry",
2639 "util",
2640 "workspace-hack",
2641]
2642
2643[[package]]
2644name = "calloop"
2645version = "0.13.0"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2648dependencies = [
2649 "bitflags 2.9.0",
2650 "log",
2651 "polling",
2652 "rustix 0.38.44",
2653 "slab",
2654 "thiserror 1.0.69",
2655]
2656
2657[[package]]
2658name = "calloop-wayland-source"
2659version = "0.3.0"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2662dependencies = [
2663 "calloop",
2664 "rustix 0.38.44",
2665 "wayland-backend",
2666 "wayland-client",
2667]
2668
2669[[package]]
2670name = "camino"
2671version = "1.1.9"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2674dependencies = [
2675 "serde",
2676]
2677
2678[[package]]
2679name = "candle-core"
2680version = "0.9.1"
2681source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2682dependencies = [
2683 "byteorder",
2684 "float8",
2685 "gemm 0.17.1",
2686 "half",
2687 "memmap2",
2688 "num-traits",
2689 "num_cpus",
2690 "rand 0.9.1",
2691 "rand_distr",
2692 "rayon",
2693 "safetensors",
2694 "thiserror 1.0.69",
2695 "ug",
2696 "yoke",
2697 "zip 1.1.4",
2698]
2699
2700[[package]]
2701name = "candle-nn"
2702version = "0.9.1"
2703source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2704dependencies = [
2705 "candle-core",
2706 "half",
2707 "libc",
2708 "num-traits",
2709 "rayon",
2710 "safetensors",
2711 "serde",
2712 "thiserror 1.0.69",
2713]
2714
2715[[package]]
2716name = "candle-onnx"
2717version = "0.9.1"
2718source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2719dependencies = [
2720 "candle-core",
2721 "candle-nn",
2722 "prost 0.12.6",
2723]
2724
2725[[package]]
2726name = "cap-fs-ext"
2727version = "3.4.4"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2730dependencies = [
2731 "cap-primitives",
2732 "cap-std",
2733 "io-lifetimes",
2734 "windows-sys 0.59.0",
2735]
2736
2737[[package]]
2738name = "cap-net-ext"
2739version = "3.4.4"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2742dependencies = [
2743 "cap-primitives",
2744 "cap-std",
2745 "rustix 1.0.7",
2746 "smallvec",
2747]
2748
2749[[package]]
2750name = "cap-primitives"
2751version = "3.4.4"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2754dependencies = [
2755 "ambient-authority",
2756 "fs-set-times",
2757 "io-extras",
2758 "io-lifetimes",
2759 "ipnet",
2760 "maybe-owned",
2761 "rustix 1.0.7",
2762 "rustix-linux-procfs",
2763 "windows-sys 0.59.0",
2764 "winx",
2765]
2766
2767[[package]]
2768name = "cap-rand"
2769version = "3.4.4"
2770source = "registry+https://github.com/rust-lang/crates.io-index"
2771checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2772dependencies = [
2773 "ambient-authority",
2774 "rand 0.8.5",
2775]
2776
2777[[package]]
2778name = "cap-std"
2779version = "3.4.4"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2782dependencies = [
2783 "cap-primitives",
2784 "io-extras",
2785 "io-lifetimes",
2786 "rustix 1.0.7",
2787]
2788
2789[[package]]
2790name = "cap-time-ext"
2791version = "3.4.4"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2794dependencies = [
2795 "ambient-authority",
2796 "cap-primitives",
2797 "iana-time-zone",
2798 "once_cell",
2799 "rustix 1.0.7",
2800 "winx",
2801]
2802
2803[[package]]
2804name = "cargo-platform"
2805version = "0.1.9"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2808dependencies = [
2809 "serde",
2810]
2811
2812[[package]]
2813name = "cargo_metadata"
2814version = "0.19.2"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2817dependencies = [
2818 "camino",
2819 "cargo-platform",
2820 "semver",
2821 "serde",
2822 "serde_json",
2823 "thiserror 2.0.12",
2824]
2825
2826[[package]]
2827name = "cargo_toml"
2828version = "0.21.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2831dependencies = [
2832 "serde",
2833 "toml 0.8.20",
2834]
2835
2836[[package]]
2837name = "cast"
2838version = "0.3.0"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2841
2842[[package]]
2843name = "cbc"
2844version = "0.1.2"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2847dependencies = [
2848 "cipher",
2849]
2850
2851[[package]]
2852name = "cbindgen"
2853version = "0.28.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2856dependencies = [
2857 "heck 0.4.1",
2858 "indexmap 2.9.0",
2859 "log",
2860 "proc-macro2",
2861 "quote",
2862 "serde",
2863 "serde_json",
2864 "syn 2.0.101",
2865 "tempfile",
2866 "toml 0.8.20",
2867]
2868
2869[[package]]
2870name = "cc"
2871version = "1.2.19"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2874dependencies = [
2875 "jobserver",
2876 "libc",
2877 "shlex",
2878]
2879
2880[[package]]
2881name = "cesu8"
2882version = "1.1.0"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2885
2886[[package]]
2887name = "cexpr"
2888version = "0.6.0"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2891dependencies = [
2892 "nom 7.1.3",
2893]
2894
2895[[package]]
2896name = "cfg-expr"
2897version = "0.15.8"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2900dependencies = [
2901 "smallvec",
2902 "target-lexicon 0.12.16",
2903]
2904
2905[[package]]
2906name = "cfg-if"
2907version = "1.0.3"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2910
2911[[package]]
2912name = "cfg_aliases"
2913version = "0.1.1"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2916
2917[[package]]
2918name = "cfg_aliases"
2919version = "0.2.1"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2922
2923[[package]]
2924name = "cgl"
2925version = "0.3.2"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2928dependencies = [
2929 "libc",
2930]
2931
2932[[package]]
2933name = "channel"
2934version = "0.1.0"
2935dependencies = [
2936 "anyhow",
2937 "client",
2938 "clock",
2939 "collections",
2940 "futures 0.3.31",
2941 "gpui",
2942 "http_client",
2943 "language",
2944 "log",
2945 "postage",
2946 "release_channel",
2947 "rpc",
2948 "settings",
2949 "text",
2950 "time",
2951 "util",
2952 "workspace-hack",
2953]
2954
2955[[package]]
2956name = "chrono"
2957version = "0.4.41"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2960dependencies = [
2961 "android-tzdata",
2962 "iana-time-zone",
2963 "js-sys",
2964 "num-traits",
2965 "serde",
2966 "wasm-bindgen",
2967 "windows-link 0.1.1",
2968]
2969
2970[[package]]
2971name = "chunked_transfer"
2972version = "1.5.0"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2975
2976[[package]]
2977name = "ciborium"
2978version = "0.2.2"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2981dependencies = [
2982 "ciborium-io",
2983 "ciborium-ll",
2984 "serde",
2985]
2986
2987[[package]]
2988name = "ciborium-io"
2989version = "0.2.2"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2992
2993[[package]]
2994name = "ciborium-ll"
2995version = "0.2.2"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2998dependencies = [
2999 "ciborium-io",
3000 "half",
3001]
3002
3003[[package]]
3004name = "cipher"
3005version = "0.4.4"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3008dependencies = [
3009 "crypto-common",
3010 "inout",
3011 "zeroize",
3012]
3013
3014[[package]]
3015name = "circular-buffer"
3016version = "1.1.0"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3019
3020[[package]]
3021name = "clang-sys"
3022version = "1.8.1"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3025dependencies = [
3026 "glob",
3027 "libc",
3028 "libloading",
3029]
3030
3031[[package]]
3032name = "clap"
3033version = "4.5.37"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3036dependencies = [
3037 "clap_builder",
3038 "clap_derive",
3039]
3040
3041[[package]]
3042name = "clap_builder"
3043version = "4.5.37"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3046dependencies = [
3047 "anstream",
3048 "anstyle",
3049 "clap_lex",
3050 "strsim",
3051 "terminal_size",
3052]
3053
3054[[package]]
3055name = "clap_complete"
3056version = "4.5.47"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3059dependencies = [
3060 "clap",
3061]
3062
3063[[package]]
3064name = "clap_derive"
3065version = "4.5.32"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3068dependencies = [
3069 "heck 0.5.0",
3070 "proc-macro2",
3071 "quote",
3072 "syn 2.0.101",
3073]
3074
3075[[package]]
3076name = "clap_lex"
3077version = "0.7.4"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3080
3081[[package]]
3082name = "cli"
3083version = "0.1.0"
3084dependencies = [
3085 "anyhow",
3086 "askpass",
3087 "clap",
3088 "collections",
3089 "core-foundation 0.10.0",
3090 "core-services",
3091 "exec",
3092 "fork",
3093 "ipc-channel",
3094 "parking_lot",
3095 "paths",
3096 "plist",
3097 "release_channel",
3098 "serde",
3099 "tempfile",
3100 "util",
3101 "windows 0.61.1",
3102 "workspace-hack",
3103]
3104
3105[[package]]
3106name = "client"
3107version = "0.1.0"
3108dependencies = [
3109 "anyhow",
3110 "async-tungstenite",
3111 "base64 0.22.1",
3112 "chrono",
3113 "clock",
3114 "cloud_api_client",
3115 "cloud_llm_client",
3116 "collections",
3117 "credentials_provider",
3118 "derive_more",
3119 "feature_flags",
3120 "fs",
3121 "futures 0.3.31",
3122 "gpui",
3123 "gpui_tokio",
3124 "http_client",
3125 "http_client_tls",
3126 "httparse",
3127 "log",
3128 "objc2-foundation",
3129 "parking_lot",
3130 "paths",
3131 "postage",
3132 "rand 0.9.1",
3133 "regex",
3134 "release_channel",
3135 "rpc",
3136 "rustls-pki-types",
3137 "serde",
3138 "serde_json",
3139 "serde_urlencoded",
3140 "settings",
3141 "sha2",
3142 "smol",
3143 "telemetry",
3144 "telemetry_events",
3145 "text",
3146 "thiserror 2.0.12",
3147 "time",
3148 "tiny_http",
3149 "tokio",
3150 "tokio-native-tls",
3151 "tokio-rustls 0.26.2",
3152 "tokio-socks",
3153 "url",
3154 "util",
3155 "windows 0.61.1",
3156 "workspace-hack",
3157 "worktree",
3158]
3159
3160[[package]]
3161name = "clock"
3162version = "0.1.0"
3163dependencies = [
3164 "parking_lot",
3165 "serde",
3166 "smallvec",
3167 "workspace-hack",
3168]
3169
3170[[package]]
3171name = "cloud_api_client"
3172version = "0.1.0"
3173dependencies = [
3174 "anyhow",
3175 "cloud_api_types",
3176 "futures 0.3.31",
3177 "gpui",
3178 "gpui_tokio",
3179 "http_client",
3180 "parking_lot",
3181 "serde_json",
3182 "workspace-hack",
3183 "yawc",
3184]
3185
3186[[package]]
3187name = "cloud_api_types"
3188version = "0.1.0"
3189dependencies = [
3190 "anyhow",
3191 "chrono",
3192 "ciborium",
3193 "cloud_llm_client",
3194 "pretty_assertions",
3195 "serde",
3196 "serde_json",
3197 "workspace-hack",
3198]
3199
3200[[package]]
3201name = "cloud_llm_client"
3202version = "0.1.0"
3203dependencies = [
3204 "anyhow",
3205 "chrono",
3206 "pretty_assertions",
3207 "serde",
3208 "serde_json",
3209 "strum 0.27.1",
3210 "uuid",
3211 "workspace-hack",
3212]
3213
3214[[package]]
3215name = "cloud_zeta2_prompt"
3216version = "0.1.0"
3217dependencies = [
3218 "anyhow",
3219 "cloud_llm_client",
3220 "indoc",
3221 "ordered-float 2.10.1",
3222 "rustc-hash 2.1.1",
3223 "serde",
3224 "strum 0.27.1",
3225 "workspace-hack",
3226]
3227
3228[[package]]
3229name = "cmake"
3230version = "0.1.54"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3233dependencies = [
3234 "cc",
3235]
3236
3237[[package]]
3238name = "cobs"
3239version = "0.2.3"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3242
3243[[package]]
3244name = "cocoa"
3245version = "0.25.0"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3248dependencies = [
3249 "bitflags 1.3.2",
3250 "block",
3251 "cocoa-foundation 0.1.2",
3252 "core-foundation 0.9.4",
3253 "core-graphics 0.23.2",
3254 "foreign-types 0.5.0",
3255 "libc",
3256 "objc",
3257]
3258
3259[[package]]
3260name = "cocoa"
3261version = "0.26.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3264dependencies = [
3265 "bitflags 2.9.0",
3266 "block",
3267 "cocoa-foundation 0.2.0",
3268 "core-foundation 0.10.0",
3269 "core-graphics 0.24.0",
3270 "foreign-types 0.5.0",
3271 "libc",
3272 "objc",
3273]
3274
3275[[package]]
3276name = "cocoa-foundation"
3277version = "0.1.2"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3280dependencies = [
3281 "bitflags 1.3.2",
3282 "block",
3283 "core-foundation 0.9.4",
3284 "core-graphics-types 0.1.3",
3285 "libc",
3286 "objc",
3287]
3288
3289[[package]]
3290name = "cocoa-foundation"
3291version = "0.2.0"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3294dependencies = [
3295 "bitflags 2.9.0",
3296 "block",
3297 "core-foundation 0.10.0",
3298 "core-graphics-types 0.2.0",
3299 "libc",
3300 "objc",
3301]
3302
3303[[package]]
3304name = "codespan-reporting"
3305version = "0.12.0"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3308dependencies = [
3309 "serde",
3310 "termcolor",
3311 "unicode-width",
3312]
3313
3314[[package]]
3315name = "collab"
3316version = "0.44.0"
3317dependencies = [
3318 "agent_settings",
3319 "anyhow",
3320 "assistant_context",
3321 "assistant_slash_command",
3322 "async-trait",
3323 "async-tungstenite",
3324 "audio",
3325 "aws-config",
3326 "aws-sdk-kinesis",
3327 "aws-sdk-s3",
3328 "axum",
3329 "axum-extra",
3330 "base64 0.22.1",
3331 "buffer_diff",
3332 "call",
3333 "channel",
3334 "chrono",
3335 "client",
3336 "clock",
3337 "collab_ui",
3338 "collections",
3339 "command_palette_hooks",
3340 "context_server",
3341 "ctor",
3342 "dap",
3343 "dap-types",
3344 "dap_adapters",
3345 "dashmap 6.1.0",
3346 "debugger_ui",
3347 "editor",
3348 "envy",
3349 "extension",
3350 "file_finder",
3351 "fs",
3352 "futures 0.3.31",
3353 "git",
3354 "git_hosting_providers",
3355 "git_ui",
3356 "gpui",
3357 "gpui_tokio",
3358 "hex",
3359 "http_client",
3360 "hyper 0.14.32",
3361 "indoc",
3362 "language",
3363 "language_model",
3364 "livekit_api",
3365 "livekit_client",
3366 "log",
3367 "lsp",
3368 "menu",
3369 "multi_buffer",
3370 "nanoid",
3371 "node_runtime",
3372 "notifications",
3373 "parking_lot",
3374 "pretty_assertions",
3375 "project",
3376 "prometheus",
3377 "prompt_store",
3378 "prost 0.9.0",
3379 "rand 0.9.1",
3380 "recent_projects",
3381 "release_channel",
3382 "remote",
3383 "remote_server",
3384 "reqwest 0.11.27",
3385 "reqwest_client",
3386 "rpc",
3387 "scrypt",
3388 "sea-orm",
3389 "semantic_version",
3390 "semver",
3391 "serde",
3392 "serde_json",
3393 "session",
3394 "settings",
3395 "sha2",
3396 "smol",
3397 "sqlx",
3398 "strum 0.27.1",
3399 "subtle",
3400 "supermaven_api",
3401 "task",
3402 "telemetry_events",
3403 "text",
3404 "theme",
3405 "time",
3406 "tokio",
3407 "toml 0.8.20",
3408 "tower 0.4.13",
3409 "tower-http 0.4.4",
3410 "tracing",
3411 "tracing-subscriber",
3412 "unindent",
3413 "util",
3414 "uuid",
3415 "workspace",
3416 "workspace-hack",
3417 "worktree",
3418 "zlog",
3419]
3420
3421[[package]]
3422name = "collab_ui"
3423version = "0.1.0"
3424dependencies = [
3425 "anyhow",
3426 "call",
3427 "channel",
3428 "chrono",
3429 "client",
3430 "collections",
3431 "db",
3432 "editor",
3433 "futures 0.3.31",
3434 "fuzzy",
3435 "gpui",
3436 "http_client",
3437 "log",
3438 "menu",
3439 "notifications",
3440 "picker",
3441 "pretty_assertions",
3442 "project",
3443 "release_channel",
3444 "rpc",
3445 "serde",
3446 "serde_json",
3447 "settings",
3448 "smallvec",
3449 "story",
3450 "telemetry",
3451 "theme",
3452 "time",
3453 "time_format",
3454 "title_bar",
3455 "tree-sitter-md",
3456 "ui",
3457 "util",
3458 "workspace",
3459 "workspace-hack",
3460]
3461
3462[[package]]
3463name = "collections"
3464version = "0.1.0"
3465dependencies = [
3466 "indexmap 2.9.0",
3467 "rustc-hash 2.1.1",
3468 "workspace-hack",
3469]
3470
3471[[package]]
3472name = "color_quant"
3473version = "1.1.0"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3476
3477[[package]]
3478name = "colorchoice"
3479version = "1.0.3"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3482
3483[[package]]
3484name = "combine"
3485version = "4.6.7"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3488dependencies = [
3489 "bytes 1.10.1",
3490 "memchr",
3491]
3492
3493[[package]]
3494name = "command-fds"
3495version = "0.3.1"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3498dependencies = [
3499 "nix 0.30.1",
3500 "thiserror 2.0.12",
3501]
3502
3503[[package]]
3504name = "command_palette"
3505version = "0.1.0"
3506dependencies = [
3507 "anyhow",
3508 "client",
3509 "collections",
3510 "command_palette_hooks",
3511 "ctor",
3512 "db",
3513 "editor",
3514 "env_logger 0.11.8",
3515 "fuzzy",
3516 "go_to_line",
3517 "gpui",
3518 "language",
3519 "log",
3520 "menu",
3521 "picker",
3522 "postage",
3523 "project",
3524 "serde",
3525 "serde_json",
3526 "settings",
3527 "telemetry",
3528 "theme",
3529 "time",
3530 "ui",
3531 "util",
3532 "workspace",
3533 "workspace-hack",
3534 "zed_actions",
3535]
3536
3537[[package]]
3538name = "command_palette_hooks"
3539version = "0.1.0"
3540dependencies = [
3541 "collections",
3542 "derive_more",
3543 "gpui",
3544 "workspace-hack",
3545]
3546
3547[[package]]
3548name = "component"
3549version = "0.1.0"
3550dependencies = [
3551 "collections",
3552 "documented",
3553 "gpui",
3554 "inventory",
3555 "parking_lot",
3556 "strum 0.27.1",
3557 "theme",
3558 "workspace-hack",
3559]
3560
3561[[package]]
3562name = "concurrent-queue"
3563version = "2.5.0"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3566dependencies = [
3567 "crossbeam-utils",
3568]
3569
3570[[package]]
3571name = "console"
3572version = "0.15.11"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3575dependencies = [
3576 "encode_unicode",
3577 "libc",
3578 "once_cell",
3579 "unicode-width",
3580 "windows-sys 0.59.0",
3581]
3582
3583[[package]]
3584name = "const-oid"
3585version = "0.9.6"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3588
3589[[package]]
3590name = "const-random"
3591version = "0.1.18"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3594dependencies = [
3595 "const-random-macro",
3596]
3597
3598[[package]]
3599name = "const-random-macro"
3600version = "0.1.16"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3603dependencies = [
3604 "getrandom 0.2.15",
3605 "once_cell",
3606 "tiny-keccak",
3607]
3608
3609[[package]]
3610name = "constant_time_eq"
3611version = "0.1.5"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3614
3615[[package]]
3616name = "context_server"
3617version = "0.1.0"
3618dependencies = [
3619 "anyhow",
3620 "async-trait",
3621 "collections",
3622 "futures 0.3.31",
3623 "gpui",
3624 "log",
3625 "net",
3626 "parking_lot",
3627 "postage",
3628 "schemars 1.0.1",
3629 "serde",
3630 "serde_json",
3631 "settings",
3632 "smol",
3633 "tempfile",
3634 "url",
3635 "util",
3636 "workspace-hack",
3637]
3638
3639[[package]]
3640name = "convert_case"
3641version = "0.4.0"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3644
3645[[package]]
3646name = "convert_case"
3647version = "0.6.0"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3650dependencies = [
3651 "unicode-segmentation",
3652]
3653
3654[[package]]
3655name = "convert_case"
3656version = "0.8.0"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3659dependencies = [
3660 "unicode-segmentation",
3661]
3662
3663[[package]]
3664name = "copilot"
3665version = "0.1.0"
3666dependencies = [
3667 "anyhow",
3668 "async-std",
3669 "chrono",
3670 "client",
3671 "clock",
3672 "collections",
3673 "command_palette_hooks",
3674 "ctor",
3675 "dirs 4.0.0",
3676 "edit_prediction",
3677 "editor",
3678 "fs",
3679 "futures 0.3.31",
3680 "gpui",
3681 "http_client",
3682 "indoc",
3683 "itertools 0.14.0",
3684 "language",
3685 "log",
3686 "lsp",
3687 "menu",
3688 "node_runtime",
3689 "parking_lot",
3690 "paths",
3691 "project",
3692 "rpc",
3693 "semver",
3694 "serde",
3695 "serde_json",
3696 "settings",
3697 "sum_tree",
3698 "task",
3699 "theme",
3700 "ui",
3701 "util",
3702 "workspace",
3703 "workspace-hack",
3704 "zlog",
3705]
3706
3707[[package]]
3708name = "core-foundation"
3709version = "0.9.4"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3712dependencies = [
3713 "core-foundation-sys",
3714 "libc",
3715]
3716
3717[[package]]
3718name = "core-foundation"
3719version = "0.10.0"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3722dependencies = [
3723 "core-foundation-sys",
3724 "libc",
3725]
3726
3727[[package]]
3728name = "core-foundation-sys"
3729version = "0.8.7"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3732
3733[[package]]
3734name = "core-graphics"
3735version = "0.23.2"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3738dependencies = [
3739 "bitflags 1.3.2",
3740 "core-foundation 0.9.4",
3741 "core-graphics-types 0.1.3",
3742 "foreign-types 0.5.0",
3743 "libc",
3744]
3745
3746[[package]]
3747name = "core-graphics"
3748version = "0.24.0"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3751dependencies = [
3752 "bitflags 2.9.0",
3753 "core-foundation 0.10.0",
3754 "core-graphics-types 0.2.0",
3755 "foreign-types 0.5.0",
3756 "libc",
3757]
3758
3759[[package]]
3760name = "core-graphics-helmer-fork"
3761version = "0.24.0"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3764dependencies = [
3765 "bitflags 2.9.0",
3766 "core-foundation 0.9.4",
3767 "core-graphics-types 0.1.3",
3768 "foreign-types 0.5.0",
3769 "libc",
3770]
3771
3772[[package]]
3773name = "core-graphics-types"
3774version = "0.1.3"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3777dependencies = [
3778 "bitflags 1.3.2",
3779 "core-foundation 0.9.4",
3780 "libc",
3781]
3782
3783[[package]]
3784name = "core-graphics-types"
3785version = "0.2.0"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3788dependencies = [
3789 "bitflags 2.9.0",
3790 "core-foundation 0.10.0",
3791 "libc",
3792]
3793
3794[[package]]
3795name = "core-graphics2"
3796version = "0.4.1"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3799dependencies = [
3800 "bitflags 2.9.0",
3801 "block",
3802 "cfg-if",
3803 "core-foundation 0.10.0",
3804 "libc",
3805]
3806
3807[[package]]
3808name = "core-services"
3809version = "0.2.1"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3812dependencies = [
3813 "core-foundation 0.9.4",
3814]
3815
3816[[package]]
3817name = "core-text"
3818version = "21.0.0"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3821dependencies = [
3822 "core-foundation 0.10.0",
3823 "core-graphics 0.24.0",
3824 "foreign-types 0.5.0",
3825 "libc",
3826]
3827
3828[[package]]
3829name = "core-video"
3830version = "0.4.3"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3833dependencies = [
3834 "block",
3835 "core-foundation 0.10.0",
3836 "core-graphics2",
3837 "io-surface",
3838 "libc",
3839 "metal",
3840]
3841
3842[[package]]
3843name = "core_maths"
3844version = "0.1.1"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3847dependencies = [
3848 "libm",
3849]
3850
3851[[package]]
3852name = "coreaudio-rs"
3853version = "0.12.1"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3856dependencies = [
3857 "bitflags 1.3.2",
3858 "core-foundation-sys",
3859 "coreaudio-sys",
3860]
3861
3862[[package]]
3863name = "coreaudio-rs"
3864version = "0.13.0"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3867dependencies = [
3868 "bitflags 1.3.2",
3869 "libc",
3870 "objc2-audio-toolbox",
3871 "objc2-core-audio",
3872 "objc2-core-audio-types",
3873 "objc2-core-foundation",
3874]
3875
3876[[package]]
3877name = "coreaudio-sys"
3878version = "0.2.16"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3881dependencies = [
3882 "bindgen 0.70.1",
3883]
3884
3885[[package]]
3886name = "cosmic-text"
3887version = "0.14.0"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3890dependencies = [
3891 "bitflags 2.9.0",
3892 "fontdb 0.16.2",
3893 "log",
3894 "rangemap",
3895 "rustc-hash 1.1.0",
3896 "rustybuzz 0.14.1",
3897 "self_cell",
3898 "smol_str",
3899 "swash",
3900 "sys-locale",
3901 "ttf-parser 0.21.1",
3902 "unicode-bidi",
3903 "unicode-linebreak",
3904 "unicode-script",
3905 "unicode-segmentation",
3906]
3907
3908[[package]]
3909name = "cpal"
3910version = "0.16.0"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3913dependencies = [
3914 "alsa",
3915 "coreaudio-rs 0.13.0",
3916 "dasp_sample",
3917 "jni",
3918 "js-sys",
3919 "libc",
3920 "mach2 0.4.2",
3921 "ndk",
3922 "ndk-context",
3923 "num-derive",
3924 "num-traits",
3925 "objc2-audio-toolbox",
3926 "objc2-core-audio",
3927 "objc2-core-audio-types",
3928 "wasm-bindgen",
3929 "wasm-bindgen-futures",
3930 "web-sys",
3931 "windows 0.54.0",
3932]
3933
3934[[package]]
3935name = "cpp_demangle"
3936version = "0.4.4"
3937source = "registry+https://github.com/rust-lang/crates.io-index"
3938checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3939dependencies = [
3940 "cfg-if",
3941]
3942
3943[[package]]
3944name = "cpufeatures"
3945version = "0.2.17"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3948dependencies = [
3949 "libc",
3950]
3951
3952[[package]]
3953name = "cranelift-bforest"
3954version = "0.116.1"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3957dependencies = [
3958 "cranelift-entity",
3959]
3960
3961[[package]]
3962name = "cranelift-bitset"
3963version = "0.116.1"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3966dependencies = [
3967 "serde",
3968 "serde_derive",
3969]
3970
3971[[package]]
3972name = "cranelift-codegen"
3973version = "0.116.1"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3976dependencies = [
3977 "bumpalo",
3978 "cranelift-bforest",
3979 "cranelift-bitset",
3980 "cranelift-codegen-meta",
3981 "cranelift-codegen-shared",
3982 "cranelift-control",
3983 "cranelift-entity",
3984 "cranelift-isle",
3985 "gimli",
3986 "hashbrown 0.14.5",
3987 "log",
3988 "postcard",
3989 "regalloc2",
3990 "rustc-hash 2.1.1",
3991 "serde",
3992 "serde_derive",
3993 "sha2",
3994 "smallvec",
3995 "target-lexicon 0.13.2",
3996]
3997
3998[[package]]
3999name = "cranelift-codegen-meta"
4000version = "0.116.1"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4003dependencies = [
4004 "cranelift-codegen-shared",
4005]
4006
4007[[package]]
4008name = "cranelift-codegen-shared"
4009version = "0.116.1"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4012
4013[[package]]
4014name = "cranelift-control"
4015version = "0.116.1"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4018dependencies = [
4019 "arbitrary",
4020]
4021
4022[[package]]
4023name = "cranelift-entity"
4024version = "0.116.1"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4027dependencies = [
4028 "cranelift-bitset",
4029 "serde",
4030 "serde_derive",
4031]
4032
4033[[package]]
4034name = "cranelift-frontend"
4035version = "0.116.1"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4038dependencies = [
4039 "cranelift-codegen",
4040 "log",
4041 "smallvec",
4042 "target-lexicon 0.13.2",
4043]
4044
4045[[package]]
4046name = "cranelift-isle"
4047version = "0.116.1"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4050
4051[[package]]
4052name = "cranelift-native"
4053version = "0.116.1"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4056dependencies = [
4057 "cranelift-codegen",
4058 "libc",
4059 "target-lexicon 0.13.2",
4060]
4061
4062[[package]]
4063name = "crash-context"
4064version = "0.6.3"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4067dependencies = [
4068 "cfg-if",
4069 "libc",
4070 "mach2 0.4.2",
4071]
4072
4073[[package]]
4074name = "crash-handler"
4075version = "0.6.3"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4078dependencies = [
4079 "cfg-if",
4080 "crash-context",
4081 "libc",
4082 "mach2 0.4.2",
4083 "parking_lot",
4084]
4085
4086[[package]]
4087name = "crashes"
4088version = "0.1.0"
4089dependencies = [
4090 "bincode",
4091 "cfg-if",
4092 "crash-handler",
4093 "log",
4094 "mach2 0.5.0",
4095 "minidumper",
4096 "paths",
4097 "release_channel",
4098 "serde",
4099 "serde_json",
4100 "smol",
4101 "system_specs",
4102 "workspace-hack",
4103 "zstd",
4104]
4105
4106[[package]]
4107name = "crc"
4108version = "3.3.0"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4111dependencies = [
4112 "crc-catalog",
4113]
4114
4115[[package]]
4116name = "crc-catalog"
4117version = "2.4.0"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4120
4121[[package]]
4122name = "crc32c"
4123version = "0.6.8"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4126dependencies = [
4127 "rustc_version",
4128]
4129
4130[[package]]
4131name = "crc32fast"
4132version = "1.4.2"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4135dependencies = [
4136 "cfg-if",
4137]
4138
4139[[package]]
4140name = "crc64fast-nvme"
4141version = "1.2.0"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4144dependencies = [
4145 "crc",
4146]
4147
4148[[package]]
4149name = "credentials_provider"
4150version = "0.1.0"
4151dependencies = [
4152 "anyhow",
4153 "futures 0.3.31",
4154 "gpui",
4155 "paths",
4156 "release_channel",
4157 "serde",
4158 "serde_json",
4159 "workspace-hack",
4160]
4161
4162[[package]]
4163name = "criterion"
4164version = "0.5.1"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4167dependencies = [
4168 "anes",
4169 "cast",
4170 "ciborium",
4171 "clap",
4172 "criterion-plot",
4173 "is-terminal",
4174 "itertools 0.10.5",
4175 "num-traits",
4176 "once_cell",
4177 "oorandom",
4178 "plotters",
4179 "rayon",
4180 "regex",
4181 "serde",
4182 "serde_derive",
4183 "serde_json",
4184 "tinytemplate",
4185 "walkdir",
4186]
4187
4188[[package]]
4189name = "criterion-plot"
4190version = "0.5.0"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4193dependencies = [
4194 "cast",
4195 "itertools 0.10.5",
4196]
4197
4198[[package]]
4199name = "crossbeam"
4200version = "0.8.4"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4203dependencies = [
4204 "crossbeam-channel",
4205 "crossbeam-deque",
4206 "crossbeam-epoch",
4207 "crossbeam-queue",
4208 "crossbeam-utils",
4209]
4210
4211[[package]]
4212name = "crossbeam-channel"
4213version = "0.5.15"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4216dependencies = [
4217 "crossbeam-utils",
4218]
4219
4220[[package]]
4221name = "crossbeam-deque"
4222version = "0.8.6"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4225dependencies = [
4226 "crossbeam-epoch",
4227 "crossbeam-utils",
4228]
4229
4230[[package]]
4231name = "crossbeam-epoch"
4232version = "0.9.18"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4235dependencies = [
4236 "crossbeam-utils",
4237]
4238
4239[[package]]
4240name = "crossbeam-queue"
4241version = "0.3.12"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4244dependencies = [
4245 "crossbeam-utils",
4246]
4247
4248[[package]]
4249name = "crossbeam-utils"
4250version = "0.8.21"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4253
4254[[package]]
4255name = "crunchy"
4256version = "0.2.3"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4259
4260[[package]]
4261name = "crypto-bigint"
4262version = "0.4.9"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4265dependencies = [
4266 "generic-array",
4267 "rand_core 0.6.4",
4268 "subtle",
4269 "zeroize",
4270]
4271
4272[[package]]
4273name = "crypto-bigint"
4274version = "0.5.5"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4277dependencies = [
4278 "rand_core 0.6.4",
4279 "subtle",
4280]
4281
4282[[package]]
4283name = "crypto-common"
4284version = "0.1.6"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4287dependencies = [
4288 "generic-array",
4289 "rand_core 0.6.4",
4290 "typenum",
4291]
4292
4293[[package]]
4294name = "cssparser"
4295version = "0.35.0"
4296source = "registry+https://github.com/rust-lang/crates.io-index"
4297checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4298dependencies = [
4299 "cssparser-macros",
4300 "dtoa-short",
4301 "itoa",
4302 "phf",
4303 "smallvec",
4304]
4305
4306[[package]]
4307name = "cssparser-macros"
4308version = "0.6.1"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4311dependencies = [
4312 "quote",
4313 "syn 2.0.101",
4314]
4315
4316[[package]]
4317name = "ctor"
4318version = "0.4.2"
4319source = "registry+https://github.com/rust-lang/crates.io-index"
4320checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4321dependencies = [
4322 "ctor-proc-macro",
4323 "dtor",
4324]
4325
4326[[package]]
4327name = "ctor-proc-macro"
4328version = "0.0.5"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4331
4332[[package]]
4333name = "ctrlc"
4334version = "3.4.6"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4337dependencies = [
4338 "nix 0.29.0",
4339 "windows-sys 0.59.0",
4340]
4341
4342[[package]]
4343name = "cursor-icon"
4344version = "1.1.0"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4347
4348[[package]]
4349name = "cxx"
4350version = "1.0.157"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4353dependencies = [
4354 "cc",
4355 "cxxbridge-cmd",
4356 "cxxbridge-flags",
4357 "cxxbridge-macro",
4358 "foldhash",
4359 "link-cplusplus",
4360]
4361
4362[[package]]
4363name = "cxx-build"
4364version = "1.0.157"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4367dependencies = [
4368 "cc",
4369 "codespan-reporting",
4370 "proc-macro2",
4371 "quote",
4372 "scratch",
4373 "syn 2.0.101",
4374]
4375
4376[[package]]
4377name = "cxxbridge-cmd"
4378version = "1.0.157"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4381dependencies = [
4382 "clap",
4383 "codespan-reporting",
4384 "proc-macro2",
4385 "quote",
4386 "syn 2.0.101",
4387]
4388
4389[[package]]
4390name = "cxxbridge-flags"
4391version = "1.0.157"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4394
4395[[package]]
4396name = "cxxbridge-macro"
4397version = "1.0.157"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4400dependencies = [
4401 "proc-macro2",
4402 "quote",
4403 "rustversion",
4404 "syn 2.0.101",
4405]
4406
4407[[package]]
4408name = "dap"
4409version = "0.1.0"
4410dependencies = [
4411 "anyhow",
4412 "async-compression",
4413 "async-pipe",
4414 "async-tar",
4415 "async-trait",
4416 "client",
4417 "collections",
4418 "dap-types",
4419 "fs",
4420 "futures 0.3.31",
4421 "gpui",
4422 "http_client",
4423 "language",
4424 "libc",
4425 "log",
4426 "node_runtime",
4427 "parking_lot",
4428 "paths",
4429 "proto",
4430 "schemars 1.0.1",
4431 "serde",
4432 "serde_json",
4433 "settings",
4434 "smallvec",
4435 "smol",
4436 "task",
4437 "telemetry",
4438 "tree-sitter",
4439 "tree-sitter-go",
4440 "util",
4441 "workspace-hack",
4442 "zlog",
4443]
4444
4445[[package]]
4446name = "dap-types"
4447version = "0.0.1"
4448source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4449dependencies = [
4450 "schemars 1.0.1",
4451 "serde",
4452 "serde_json",
4453]
4454
4455[[package]]
4456name = "dap_adapters"
4457version = "0.1.0"
4458dependencies = [
4459 "anyhow",
4460 "async-trait",
4461 "collections",
4462 "dap",
4463 "dotenvy",
4464 "fs",
4465 "futures 0.3.31",
4466 "gpui",
4467 "json_dotpath",
4468 "language",
4469 "log",
4470 "paths",
4471 "serde",
4472 "serde_json",
4473 "shlex",
4474 "smol",
4475 "task",
4476 "util",
4477 "workspace-hack",
4478]
4479
4480[[package]]
4481name = "darling"
4482version = "0.20.11"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4485dependencies = [
4486 "darling_core",
4487 "darling_macro",
4488]
4489
4490[[package]]
4491name = "darling_core"
4492version = "0.20.11"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4495dependencies = [
4496 "fnv",
4497 "ident_case",
4498 "proc-macro2",
4499 "quote",
4500 "strsim",
4501 "syn 2.0.101",
4502]
4503
4504[[package]]
4505name = "darling_macro"
4506version = "0.20.11"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4509dependencies = [
4510 "darling_core",
4511 "quote",
4512 "syn 2.0.101",
4513]
4514
4515[[package]]
4516name = "dashmap"
4517version = "5.5.3"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4520dependencies = [
4521 "cfg-if",
4522 "hashbrown 0.14.5",
4523 "lock_api",
4524 "once_cell",
4525 "parking_lot_core",
4526]
4527
4528[[package]]
4529name = "dashmap"
4530version = "6.1.0"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4533dependencies = [
4534 "cfg-if",
4535 "crossbeam-utils",
4536 "hashbrown 0.14.5",
4537 "lock_api",
4538 "once_cell",
4539 "parking_lot_core",
4540]
4541
4542[[package]]
4543name = "dasp_sample"
4544version = "0.11.0"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4547
4548[[package]]
4549name = "data-encoding"
4550version = "2.9.0"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4553
4554[[package]]
4555name = "data-url"
4556version = "0.3.1"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4559
4560[[package]]
4561name = "db"
4562version = "0.1.0"
4563dependencies = [
4564 "anyhow",
4565 "gpui",
4566 "indoc",
4567 "log",
4568 "paths",
4569 "release_channel",
4570 "smol",
4571 "sqlez",
4572 "sqlez_macros",
4573 "tempfile",
4574 "util",
4575 "workspace-hack",
4576 "zed_env_vars",
4577]
4578
4579[[package]]
4580name = "dbus"
4581version = "0.9.7"
4582source = "registry+https://github.com/rust-lang/crates.io-index"
4583checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4584dependencies = [
4585 "libc",
4586 "libdbus-sys",
4587 "winapi",
4588]
4589
4590[[package]]
4591name = "debug_adapter_extension"
4592version = "0.1.0"
4593dependencies = [
4594 "anyhow",
4595 "async-trait",
4596 "dap",
4597 "extension",
4598 "gpui",
4599 "serde_json",
4600 "task",
4601 "util",
4602 "workspace-hack",
4603]
4604
4605[[package]]
4606name = "debugger_tools"
4607version = "0.1.0"
4608dependencies = [
4609 "anyhow",
4610 "dap",
4611 "editor",
4612 "futures 0.3.31",
4613 "gpui",
4614 "project",
4615 "serde_json",
4616 "settings",
4617 "smol",
4618 "util",
4619 "workspace",
4620 "workspace-hack",
4621]
4622
4623[[package]]
4624name = "debugger_ui"
4625version = "0.1.0"
4626dependencies = [
4627 "alacritty_terminal",
4628 "anyhow",
4629 "bitflags 2.9.0",
4630 "client",
4631 "collections",
4632 "command_palette_hooks",
4633 "dap",
4634 "dap_adapters",
4635 "db",
4636 "debugger_tools",
4637 "editor",
4638 "file_icons",
4639 "futures 0.3.31",
4640 "fuzzy",
4641 "gpui",
4642 "hex",
4643 "indoc",
4644 "itertools 0.14.0",
4645 "language",
4646 "log",
4647 "menu",
4648 "notifications",
4649 "parking_lot",
4650 "parse_int",
4651 "paths",
4652 "picker",
4653 "pretty_assertions",
4654 "project",
4655 "rpc",
4656 "schemars 1.0.1",
4657 "serde",
4658 "serde_json",
4659 "serde_json_lenient",
4660 "settings",
4661 "shlex",
4662 "sysinfo",
4663 "task",
4664 "tasks_ui",
4665 "telemetry",
4666 "terminal_view",
4667 "text",
4668 "theme",
4669 "tree-sitter",
4670 "tree-sitter-go",
4671 "tree-sitter-json",
4672 "ui",
4673 "unindent",
4674 "util",
4675 "workspace",
4676 "workspace-hack",
4677 "zed_actions",
4678 "zlog",
4679]
4680
4681[[package]]
4682name = "debugid"
4683version = "0.8.0"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4686dependencies = [
4687 "uuid",
4688]
4689
4690[[package]]
4691name = "deepseek"
4692version = "0.1.0"
4693dependencies = [
4694 "anyhow",
4695 "futures 0.3.31",
4696 "http_client",
4697 "schemars 1.0.1",
4698 "serde",
4699 "serde_json",
4700 "workspace-hack",
4701]
4702
4703[[package]]
4704name = "deflate64"
4705version = "0.1.9"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4708
4709[[package]]
4710name = "denoise"
4711version = "0.1.0"
4712dependencies = [
4713 "candle-core",
4714 "candle-onnx",
4715 "log",
4716 "realfft",
4717 "rodio",
4718 "rustfft",
4719 "thiserror 2.0.12",
4720 "workspace-hack",
4721]
4722
4723[[package]]
4724name = "der"
4725version = "0.6.1"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4728dependencies = [
4729 "const-oid",
4730 "zeroize",
4731]
4732
4733[[package]]
4734name = "der"
4735version = "0.7.10"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4738dependencies = [
4739 "const-oid",
4740 "pem-rfc7468",
4741 "zeroize",
4742]
4743
4744[[package]]
4745name = "deranged"
4746version = "0.4.0"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4749dependencies = [
4750 "powerfmt",
4751 "serde",
4752]
4753
4754[[package]]
4755name = "derive_arbitrary"
4756version = "1.4.2"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4759dependencies = [
4760 "proc-macro2",
4761 "quote",
4762 "syn 2.0.101",
4763]
4764
4765[[package]]
4766name = "derive_more"
4767version = "0.99.19"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4770dependencies = [
4771 "convert_case 0.4.0",
4772 "proc-macro2",
4773 "quote",
4774 "rustc_version",
4775 "syn 2.0.101",
4776]
4777
4778[[package]]
4779name = "derive_refineable"
4780version = "0.1.0"
4781dependencies = [
4782 "proc-macro2",
4783 "quote",
4784 "syn 2.0.101",
4785 "workspace-hack",
4786]
4787
4788[[package]]
4789name = "diagnostics"
4790version = "0.1.0"
4791dependencies = [
4792 "anyhow",
4793 "client",
4794 "collections",
4795 "component",
4796 "ctor",
4797 "editor",
4798 "gpui",
4799 "indoc",
4800 "language",
4801 "log",
4802 "lsp",
4803 "markdown",
4804 "pretty_assertions",
4805 "project",
4806 "rand 0.9.1",
4807 "serde",
4808 "serde_json",
4809 "settings",
4810 "text",
4811 "theme",
4812 "ui",
4813 "unindent",
4814 "util",
4815 "workspace",
4816 "workspace-hack",
4817 "zlog",
4818]
4819
4820[[package]]
4821name = "dialoguer"
4822version = "0.11.0"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4825dependencies = [
4826 "console",
4827 "fuzzy-matcher",
4828 "shell-words",
4829 "tempfile",
4830 "thiserror 1.0.69",
4831 "zeroize",
4832]
4833
4834[[package]]
4835name = "diff"
4836version = "0.1.13"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4839
4840[[package]]
4841name = "diffy"
4842version = "0.4.2"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4845dependencies = [
4846 "nu-ansi-term",
4847]
4848
4849[[package]]
4850name = "digest"
4851version = "0.10.7"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4854dependencies = [
4855 "block-buffer",
4856 "const-oid",
4857 "crypto-common",
4858 "subtle",
4859]
4860
4861[[package]]
4862name = "dirs"
4863version = "4.0.0"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4866dependencies = [
4867 "dirs-sys 0.3.7",
4868]
4869
4870[[package]]
4871name = "dirs"
4872version = "5.0.1"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4875dependencies = [
4876 "dirs-sys 0.4.1",
4877]
4878
4879[[package]]
4880name = "dirs"
4881version = "6.0.0"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4884dependencies = [
4885 "dirs-sys 0.5.0",
4886]
4887
4888[[package]]
4889name = "dirs-sys"
4890version = "0.3.7"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4893dependencies = [
4894 "libc",
4895 "redox_users 0.4.6",
4896 "winapi",
4897]
4898
4899[[package]]
4900name = "dirs-sys"
4901version = "0.4.1"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4904dependencies = [
4905 "libc",
4906 "option-ext",
4907 "redox_users 0.4.6",
4908 "windows-sys 0.48.0",
4909]
4910
4911[[package]]
4912name = "dirs-sys"
4913version = "0.5.0"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4916dependencies = [
4917 "libc",
4918 "option-ext",
4919 "redox_users 0.5.0",
4920 "windows-sys 0.61.0",
4921]
4922
4923[[package]]
4924name = "dispatch"
4925version = "0.2.0"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4928
4929[[package]]
4930name = "dispatch2"
4931version = "0.3.0"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4934dependencies = [
4935 "bitflags 2.9.0",
4936 "objc2",
4937]
4938
4939[[package]]
4940name = "displaydoc"
4941version = "0.2.5"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4944dependencies = [
4945 "proc-macro2",
4946 "quote",
4947 "syn 2.0.101",
4948]
4949
4950[[package]]
4951name = "dlib"
4952version = "0.5.2"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4955dependencies = [
4956 "libloading",
4957]
4958
4959[[package]]
4960name = "docs_preprocessor"
4961version = "0.1.0"
4962dependencies = [
4963 "anyhow",
4964 "command_palette",
4965 "gpui",
4966 "mdbook",
4967 "regex",
4968 "serde",
4969 "serde_json",
4970 "settings",
4971 "util",
4972 "workspace-hack",
4973 "zed",
4974 "zlog",
4975]
4976
4977[[package]]
4978name = "documented"
4979version = "0.9.1"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4982dependencies = [
4983 "documented-macros",
4984 "phf",
4985 "thiserror 1.0.69",
4986]
4987
4988[[package]]
4989name = "documented-macros"
4990version = "0.9.1"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4993dependencies = [
4994 "convert_case 0.6.0",
4995 "itertools 0.13.0",
4996 "optfield",
4997 "proc-macro2",
4998 "quote",
4999 "strum 0.26.3",
5000 "syn 2.0.101",
5001]
5002
5003[[package]]
5004name = "dotenvy"
5005version = "0.15.7"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5008
5009[[package]]
5010name = "downcast-rs"
5011version = "1.2.1"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5014
5015[[package]]
5016name = "doxygen-rs"
5017version = "0.4.2"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5020dependencies = [
5021 "phf",
5022]
5023
5024[[package]]
5025name = "dtoa"
5026version = "1.0.10"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5029
5030[[package]]
5031name = "dtoa-short"
5032version = "0.3.5"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5035dependencies = [
5036 "dtoa",
5037]
5038
5039[[package]]
5040name = "dtor"
5041version = "0.0.6"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5044dependencies = [
5045 "dtor-proc-macro",
5046]
5047
5048[[package]]
5049name = "dtor-proc-macro"
5050version = "0.0.5"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5053
5054[[package]]
5055name = "dunce"
5056version = "1.0.5"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5059
5060[[package]]
5061name = "dwrote"
5062version = "0.11.3"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5065dependencies = [
5066 "lazy_static",
5067 "libc",
5068 "winapi",
5069 "wio",
5070]
5071
5072[[package]]
5073name = "dyn-clone"
5074version = "1.0.19"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5077
5078[[package]]
5079name = "dyn-stack"
5080version = "0.10.0"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5083dependencies = [
5084 "bytemuck",
5085 "reborrow",
5086]
5087
5088[[package]]
5089name = "dyn-stack"
5090version = "0.13.0"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5093dependencies = [
5094 "bytemuck",
5095]
5096
5097[[package]]
5098name = "ec4rs"
5099version = "1.2.0"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5102
5103[[package]]
5104name = "ecdsa"
5105version = "0.14.8"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5108dependencies = [
5109 "der 0.6.1",
5110 "elliptic-curve",
5111 "rfc6979",
5112 "signature 1.6.4",
5113]
5114
5115[[package]]
5116name = "edit_prediction"
5117version = "0.1.0"
5118dependencies = [
5119 "client",
5120 "gpui",
5121 "language",
5122 "workspace-hack",
5123]
5124
5125[[package]]
5126name = "edit_prediction_button"
5127version = "0.1.0"
5128dependencies = [
5129 "anyhow",
5130 "client",
5131 "cloud_llm_client",
5132 "copilot",
5133 "edit_prediction",
5134 "editor",
5135 "feature_flags",
5136 "fs",
5137 "futures 0.3.31",
5138 "gpui",
5139 "indoc",
5140 "language",
5141 "lsp",
5142 "paths",
5143 "project",
5144 "regex",
5145 "serde_json",
5146 "settings",
5147 "supermaven",
5148 "telemetry",
5149 "theme",
5150 "ui",
5151 "workspace",
5152 "workspace-hack",
5153 "zed_actions",
5154 "zeta",
5155]
5156
5157[[package]]
5158name = "edit_prediction_context"
5159version = "0.1.0"
5160dependencies = [
5161 "anyhow",
5162 "arrayvec",
5163 "clap",
5164 "cloud_llm_client",
5165 "collections",
5166 "futures 0.3.31",
5167 "gpui",
5168 "hashbrown 0.15.3",
5169 "indoc",
5170 "itertools 0.14.0",
5171 "language",
5172 "log",
5173 "ordered-float 2.10.1",
5174 "postage",
5175 "pretty_assertions",
5176 "project",
5177 "regex",
5178 "serde",
5179 "serde_json",
5180 "settings",
5181 "slotmap",
5182 "strum 0.27.1",
5183 "text",
5184 "tree-sitter",
5185 "util",
5186 "workspace-hack",
5187 "zlog",
5188]
5189
5190[[package]]
5191name = "editor"
5192version = "0.1.0"
5193dependencies = [
5194 "aho-corasick",
5195 "anyhow",
5196 "assets",
5197 "buffer_diff",
5198 "client",
5199 "clock",
5200 "collections",
5201 "convert_case 0.8.0",
5202 "criterion",
5203 "ctor",
5204 "dap",
5205 "db",
5206 "edit_prediction",
5207 "emojis",
5208 "file_icons",
5209 "fs",
5210 "futures 0.3.31",
5211 "fuzzy",
5212 "git",
5213 "gpui",
5214 "http_client",
5215 "indoc",
5216 "itertools 0.14.0",
5217 "language",
5218 "languages",
5219 "linkify",
5220 "log",
5221 "lsp",
5222 "markdown",
5223 "menu",
5224 "multi_buffer",
5225 "ordered-float 2.10.1",
5226 "parking_lot",
5227 "pretty_assertions",
5228 "project",
5229 "rand 0.9.1",
5230 "regex",
5231 "release_channel",
5232 "rpc",
5233 "schemars 1.0.1",
5234 "serde",
5235 "serde_json",
5236 "settings",
5237 "smallvec",
5238 "smol",
5239 "snippet",
5240 "sum_tree",
5241 "task",
5242 "telemetry",
5243 "tempfile",
5244 "text",
5245 "theme",
5246 "time",
5247 "tree-sitter-bash",
5248 "tree-sitter-c",
5249 "tree-sitter-html",
5250 "tree-sitter-python",
5251 "tree-sitter-rust",
5252 "tree-sitter-typescript",
5253 "tree-sitter-yaml",
5254 "ui",
5255 "unicode-script",
5256 "unicode-segmentation",
5257 "unindent",
5258 "url",
5259 "util",
5260 "uuid",
5261 "vim_mode_setting",
5262 "workspace",
5263 "workspace-hack",
5264 "zed_actions",
5265 "zlog",
5266]
5267
5268[[package]]
5269name = "either"
5270version = "1.15.0"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5273dependencies = [
5274 "serde",
5275]
5276
5277[[package]]
5278name = "elasticlunr-rs"
5279version = "3.0.2"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5282dependencies = [
5283 "regex",
5284 "serde",
5285 "serde_derive",
5286 "serde_json",
5287]
5288
5289[[package]]
5290name = "elliptic-curve"
5291version = "0.12.3"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5294dependencies = [
5295 "base16ct",
5296 "crypto-bigint 0.4.9",
5297 "der 0.6.1",
5298 "digest",
5299 "ff",
5300 "generic-array",
5301 "group",
5302 "pkcs8 0.9.0",
5303 "rand_core 0.6.4",
5304 "sec1",
5305 "subtle",
5306 "zeroize",
5307]
5308
5309[[package]]
5310name = "email_address"
5311version = "0.2.9"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5314dependencies = [
5315 "serde",
5316]
5317
5318[[package]]
5319name = "embed-resource"
5320version = "3.0.2"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5323dependencies = [
5324 "cc",
5325 "memchr",
5326 "rustc_version",
5327 "toml 0.8.20",
5328 "vswhom",
5329 "winreg 0.52.0",
5330]
5331
5332[[package]]
5333name = "embedded-io"
5334version = "0.4.0"
5335source = "registry+https://github.com/rust-lang/crates.io-index"
5336checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5337
5338[[package]]
5339name = "embedded-io"
5340version = "0.6.1"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5343
5344[[package]]
5345name = "emojis"
5346version = "0.6.4"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5349dependencies = [
5350 "phf",
5351]
5352
5353[[package]]
5354name = "encode_unicode"
5355version = "1.0.0"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5358
5359[[package]]
5360name = "encoding_rs"
5361version = "0.8.35"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5364dependencies = [
5365 "cfg-if",
5366]
5367
5368[[package]]
5369name = "endi"
5370version = "1.1.0"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5373
5374[[package]]
5375name = "enum-as-inner"
5376version = "0.6.1"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5379dependencies = [
5380 "heck 0.5.0",
5381 "proc-macro2",
5382 "quote",
5383 "syn 2.0.101",
5384]
5385
5386[[package]]
5387name = "enumflags2"
5388version = "0.7.11"
5389source = "registry+https://github.com/rust-lang/crates.io-index"
5390checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5391dependencies = [
5392 "enumflags2_derive",
5393 "serde",
5394]
5395
5396[[package]]
5397name = "enumflags2_derive"
5398version = "0.7.11"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5401dependencies = [
5402 "proc-macro2",
5403 "quote",
5404 "syn 2.0.101",
5405]
5406
5407[[package]]
5408name = "env_filter"
5409version = "0.1.3"
5410source = "registry+https://github.com/rust-lang/crates.io-index"
5411checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5412dependencies = [
5413 "log",
5414 "regex",
5415]
5416
5417[[package]]
5418name = "env_logger"
5419version = "0.10.2"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5422dependencies = [
5423 "humantime",
5424 "is-terminal",
5425 "log",
5426 "regex",
5427 "termcolor",
5428]
5429
5430[[package]]
5431name = "env_logger"
5432version = "0.11.8"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5435dependencies = [
5436 "anstream",
5437 "anstyle",
5438 "env_filter",
5439 "jiff",
5440 "log",
5441]
5442
5443[[package]]
5444name = "envy"
5445version = "0.4.2"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5448dependencies = [
5449 "serde",
5450]
5451
5452[[package]]
5453name = "equivalent"
5454version = "1.0.2"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5457
5458[[package]]
5459name = "erased-serde"
5460version = "0.4.6"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5463dependencies = [
5464 "serde",
5465 "typeid",
5466]
5467
5468[[package]]
5469name = "errno"
5470version = "0.2.8"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5473dependencies = [
5474 "errno-dragonfly",
5475 "libc",
5476 "winapi",
5477]
5478
5479[[package]]
5480name = "errno"
5481version = "0.3.11"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5484dependencies = [
5485 "libc",
5486 "windows-sys 0.59.0",
5487]
5488
5489[[package]]
5490name = "errno-dragonfly"
5491version = "0.1.2"
5492source = "registry+https://github.com/rust-lang/crates.io-index"
5493checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5494dependencies = [
5495 "cc",
5496 "libc",
5497]
5498
5499[[package]]
5500name = "etagere"
5501version = "0.2.15"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5504dependencies = [
5505 "euclid",
5506 "svg_fmt",
5507]
5508
5509[[package]]
5510name = "etcetera"
5511version = "0.8.0"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5514dependencies = [
5515 "cfg-if",
5516 "home",
5517 "windows-sys 0.48.0",
5518]
5519
5520[[package]]
5521name = "euclid"
5522version = "0.22.11"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5525dependencies = [
5526 "num-traits",
5527]
5528
5529[[package]]
5530name = "eval"
5531version = "0.1.0"
5532dependencies = [
5533 "agent",
5534 "agent_settings",
5535 "agent_ui",
5536 "anyhow",
5537 "assistant_tool",
5538 "assistant_tools",
5539 "async-trait",
5540 "buffer_diff",
5541 "chrono",
5542 "clap",
5543 "client",
5544 "cloud_llm_client",
5545 "collections",
5546 "debug_adapter_extension",
5547 "dirs 4.0.0",
5548 "dotenvy",
5549 "env_logger 0.11.8",
5550 "extension",
5551 "fs",
5552 "futures 0.3.31",
5553 "gpui",
5554 "gpui_tokio",
5555 "handlebars 4.5.0",
5556 "language",
5557 "language_extension",
5558 "language_model",
5559 "language_models",
5560 "languages",
5561 "markdown",
5562 "node_runtime",
5563 "pathdiff",
5564 "paths",
5565 "pretty_assertions",
5566 "project",
5567 "prompt_store",
5568 "regex",
5569 "release_channel",
5570 "reqwest_client",
5571 "serde",
5572 "serde_json",
5573 "settings",
5574 "shellexpand 2.1.2",
5575 "smol",
5576 "telemetry",
5577 "terminal_view",
5578 "toml 0.8.20",
5579 "unindent",
5580 "util",
5581 "uuid",
5582 "watch",
5583 "workspace-hack",
5584]
5585
5586[[package]]
5587name = "event-listener"
5588version = "2.5.3"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5591
5592[[package]]
5593name = "event-listener"
5594version = "5.4.0"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5597dependencies = [
5598 "concurrent-queue",
5599 "parking",
5600 "pin-project-lite",
5601]
5602
5603[[package]]
5604name = "event-listener-strategy"
5605version = "0.5.4"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5608dependencies = [
5609 "event-listener 5.4.0",
5610 "pin-project-lite",
5611]
5612
5613[[package]]
5614name = "exec"
5615version = "0.3.1"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5618dependencies = [
5619 "errno 0.2.8",
5620 "libc",
5621]
5622
5623[[package]]
5624name = "explorer_command_injector"
5625version = "0.1.0"
5626dependencies = [
5627 "windows 0.61.1",
5628 "windows-core 0.61.0",
5629 "windows-registry 0.5.1",
5630 "workspace-hack",
5631]
5632
5633[[package]]
5634name = "exr"
5635version = "1.73.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5638dependencies = [
5639 "bit_field",
5640 "half",
5641 "lebe",
5642 "miniz_oxide",
5643 "rayon-core",
5644 "smallvec",
5645 "zune-inflate",
5646]
5647
5648[[package]]
5649name = "extended"
5650version = "0.1.0"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5653
5654[[package]]
5655name = "extension"
5656version = "0.1.0"
5657dependencies = [
5658 "anyhow",
5659 "async-compression",
5660 "async-tar",
5661 "async-trait",
5662 "collections",
5663 "dap",
5664 "fs",
5665 "futures 0.3.31",
5666 "gpui",
5667 "heck 0.5.0",
5668 "http_client",
5669 "language",
5670 "log",
5671 "lsp",
5672 "parking_lot",
5673 "pretty_assertions",
5674 "semantic_version",
5675 "serde",
5676 "serde_json",
5677 "task",
5678 "toml 0.8.20",
5679 "url",
5680 "util",
5681 "wasm-encoder 0.221.3",
5682 "wasmparser 0.221.3",
5683 "workspace-hack",
5684]
5685
5686[[package]]
5687name = "extension_cli"
5688version = "0.1.0"
5689dependencies = [
5690 "anyhow",
5691 "clap",
5692 "env_logger 0.11.8",
5693 "extension",
5694 "fs",
5695 "gpui",
5696 "language",
5697 "log",
5698 "reqwest_client",
5699 "rpc",
5700 "serde",
5701 "serde_json",
5702 "theme",
5703 "tokio",
5704 "toml 0.8.20",
5705 "tree-sitter",
5706 "wasmtime",
5707 "workspace-hack",
5708]
5709
5710[[package]]
5711name = "extension_host"
5712version = "0.1.0"
5713dependencies = [
5714 "anyhow",
5715 "async-compression",
5716 "async-tar",
5717 "async-trait",
5718 "client",
5719 "collections",
5720 "criterion",
5721 "ctor",
5722 "dap",
5723 "extension",
5724 "fs",
5725 "futures 0.3.31",
5726 "gpui",
5727 "http_client",
5728 "language",
5729 "language_extension",
5730 "log",
5731 "lsp",
5732 "moka",
5733 "node_runtime",
5734 "parking_lot",
5735 "paths",
5736 "project",
5737 "rand 0.9.1",
5738 "release_channel",
5739 "remote",
5740 "reqwest_client",
5741 "semantic_version",
5742 "serde",
5743 "serde_json",
5744 "serde_json_lenient",
5745 "settings",
5746 "task",
5747 "telemetry",
5748 "tempfile",
5749 "theme",
5750 "theme_extension",
5751 "toml 0.8.20",
5752 "url",
5753 "util",
5754 "wasmparser 0.221.3",
5755 "wasmtime",
5756 "wasmtime-wasi",
5757 "workspace-hack",
5758 "zlog",
5759]
5760
5761[[package]]
5762name = "extensions_ui"
5763version = "0.1.0"
5764dependencies = [
5765 "anyhow",
5766 "client",
5767 "collections",
5768 "db",
5769 "editor",
5770 "extension",
5771 "extension_host",
5772 "fs",
5773 "fuzzy",
5774 "gpui",
5775 "language",
5776 "log",
5777 "num-format",
5778 "picker",
5779 "project",
5780 "release_channel",
5781 "semantic_version",
5782 "serde",
5783 "settings",
5784 "smallvec",
5785 "strum 0.27.1",
5786 "telemetry",
5787 "theme",
5788 "ui",
5789 "util",
5790 "vim_mode_setting",
5791 "workspace",
5792 "workspace-hack",
5793 "zed_actions",
5794]
5795
5796[[package]]
5797name = "fallible-iterator"
5798version = "0.3.0"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5801
5802[[package]]
5803name = "fancy-regex"
5804version = "0.13.0"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5807dependencies = [
5808 "bit-set 0.5.3",
5809 "regex-automata",
5810 "regex-syntax",
5811]
5812
5813[[package]]
5814name = "fancy-regex"
5815version = "0.14.0"
5816source = "registry+https://github.com/rust-lang/crates.io-index"
5817checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5818dependencies = [
5819 "bit-set 0.8.0",
5820 "regex-automata",
5821 "regex-syntax",
5822]
5823
5824[[package]]
5825name = "fast-srgb8"
5826version = "1.0.0"
5827source = "registry+https://github.com/rust-lang/crates.io-index"
5828checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5829
5830[[package]]
5831name = "fastrand"
5832version = "1.9.0"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5835dependencies = [
5836 "instant",
5837]
5838
5839[[package]]
5840name = "fastrand"
5841version = "2.3.0"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5844
5845[[package]]
5846name = "fd-lock"
5847version = "4.0.4"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5850dependencies = [
5851 "cfg-if",
5852 "rustix 1.0.7",
5853 "windows-sys 0.59.0",
5854]
5855
5856[[package]]
5857name = "fdeflate"
5858version = "0.3.7"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5861dependencies = [
5862 "simd-adler32",
5863]
5864
5865[[package]]
5866name = "feature_flags"
5867version = "0.1.0"
5868dependencies = [
5869 "futures 0.3.31",
5870 "gpui",
5871 "smol",
5872 "workspace-hack",
5873]
5874
5875[[package]]
5876name = "feedback"
5877version = "0.1.0"
5878dependencies = [
5879 "editor",
5880 "gpui",
5881 "menu",
5882 "system_specs",
5883 "ui",
5884 "urlencoding",
5885 "util",
5886 "workspace",
5887 "workspace-hack",
5888 "zed_actions",
5889]
5890
5891[[package]]
5892name = "ff"
5893version = "0.12.1"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5896dependencies = [
5897 "rand_core 0.6.4",
5898 "subtle",
5899]
5900
5901[[package]]
5902name = "file_finder"
5903version = "0.1.0"
5904dependencies = [
5905 "anyhow",
5906 "collections",
5907 "ctor",
5908 "editor",
5909 "file_icons",
5910 "futures 0.3.31",
5911 "fuzzy",
5912 "gpui",
5913 "language",
5914 "menu",
5915 "picker",
5916 "pretty_assertions",
5917 "project",
5918 "schemars 1.0.1",
5919 "search",
5920 "serde",
5921 "serde_json",
5922 "settings",
5923 "text",
5924 "theme",
5925 "ui",
5926 "util",
5927 "workspace",
5928 "workspace-hack",
5929 "zlog",
5930]
5931
5932[[package]]
5933name = "file_icons"
5934version = "0.1.0"
5935dependencies = [
5936 "gpui",
5937 "serde",
5938 "settings",
5939 "theme",
5940 "util",
5941 "workspace-hack",
5942]
5943
5944[[package]]
5945name = "filedescriptor"
5946version = "0.8.3"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5949dependencies = [
5950 "libc",
5951 "thiserror 1.0.69",
5952 "winapi",
5953]
5954
5955[[package]]
5956name = "filetime"
5957version = "0.2.25"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5960dependencies = [
5961 "cfg-if",
5962 "libc",
5963 "libredox",
5964 "windows-sys 0.59.0",
5965]
5966
5967[[package]]
5968name = "fixedbitset"
5969version = "0.4.2"
5970source = "registry+https://github.com/rust-lang/crates.io-index"
5971checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5972
5973[[package]]
5974name = "flate2"
5975version = "1.1.1"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5978dependencies = [
5979 "crc32fast",
5980 "miniz_oxide",
5981]
5982
5983[[package]]
5984name = "float-cmp"
5985version = "0.9.0"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5988
5989[[package]]
5990name = "float-ord"
5991version = "0.3.2"
5992source = "registry+https://github.com/rust-lang/crates.io-index"
5993checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5994
5995[[package]]
5996name = "float8"
5997version = "0.4.2"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6000dependencies = [
6001 "half",
6002 "num-traits",
6003 "rand 0.9.1",
6004 "rand_distr",
6005]
6006
6007[[package]]
6008name = "float_next_after"
6009version = "1.0.0"
6010source = "registry+https://github.com/rust-lang/crates.io-index"
6011checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6012
6013[[package]]
6014name = "fluent-uri"
6015version = "0.3.2"
6016source = "registry+https://github.com/rust-lang/crates.io-index"
6017checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6018dependencies = [
6019 "borrow-or-share",
6020 "ref-cast",
6021 "serde",
6022]
6023
6024[[package]]
6025name = "flume"
6026version = "0.11.1"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6029dependencies = [
6030 "futures-core",
6031 "futures-sink",
6032 "nanorand",
6033 "spin",
6034]
6035
6036[[package]]
6037name = "fnv"
6038version = "1.0.7"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6041
6042[[package]]
6043name = "foldhash"
6044version = "0.1.5"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6047
6048[[package]]
6049name = "font-kit"
6050version = "0.14.1"
6051source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6052dependencies = [
6053 "bitflags 2.9.0",
6054 "byteorder",
6055 "core-foundation 0.10.0",
6056 "core-graphics 0.24.0",
6057 "core-text",
6058 "dirs 5.0.1",
6059 "dwrote",
6060 "float-ord",
6061 "freetype-sys",
6062 "lazy_static",
6063 "libc",
6064 "log",
6065 "pathfinder_geometry",
6066 "pathfinder_simd",
6067 "walkdir",
6068 "winapi",
6069 "yeslogic-fontconfig-sys",
6070]
6071
6072[[package]]
6073name = "font-types"
6074version = "0.8.4"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6077dependencies = [
6078 "bytemuck",
6079]
6080
6081[[package]]
6082name = "fontconfig-parser"
6083version = "0.5.7"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6086dependencies = [
6087 "roxmltree",
6088]
6089
6090[[package]]
6091name = "fontdb"
6092version = "0.16.2"
6093source = "registry+https://github.com/rust-lang/crates.io-index"
6094checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6095dependencies = [
6096 "fontconfig-parser",
6097 "log",
6098 "memmap2",
6099 "slotmap",
6100 "tinyvec",
6101 "ttf-parser 0.20.0",
6102]
6103
6104[[package]]
6105name = "fontdb"
6106version = "0.23.0"
6107source = "registry+https://github.com/rust-lang/crates.io-index"
6108checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6109dependencies = [
6110 "fontconfig-parser",
6111 "log",
6112 "memmap2",
6113 "slotmap",
6114 "tinyvec",
6115 "ttf-parser 0.25.1",
6116]
6117
6118[[package]]
6119name = "foreign-types"
6120version = "0.3.2"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6123dependencies = [
6124 "foreign-types-shared 0.1.1",
6125]
6126
6127[[package]]
6128name = "foreign-types"
6129version = "0.5.0"
6130source = "registry+https://github.com/rust-lang/crates.io-index"
6131checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6132dependencies = [
6133 "foreign-types-macros",
6134 "foreign-types-shared 0.3.1",
6135]
6136
6137[[package]]
6138name = "foreign-types-macros"
6139version = "0.2.3"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6142dependencies = [
6143 "proc-macro2",
6144 "quote",
6145 "syn 2.0.101",
6146]
6147
6148[[package]]
6149name = "foreign-types-shared"
6150version = "0.1.1"
6151source = "registry+https://github.com/rust-lang/crates.io-index"
6152checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6153
6154[[package]]
6155name = "foreign-types-shared"
6156version = "0.3.1"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6159
6160[[package]]
6161name = "fork"
6162version = "0.2.0"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6165dependencies = [
6166 "libc",
6167]
6168
6169[[package]]
6170name = "form_urlencoded"
6171version = "1.2.1"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6174dependencies = [
6175 "percent-encoding",
6176]
6177
6178[[package]]
6179name = "fraction"
6180version = "0.15.3"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6183dependencies = [
6184 "lazy_static",
6185 "num",
6186]
6187
6188[[package]]
6189name = "freetype-sys"
6190version = "0.20.1"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6193dependencies = [
6194 "cc",
6195 "libc",
6196 "pkg-config",
6197]
6198
6199[[package]]
6200name = "fs"
6201version = "0.1.0"
6202dependencies = [
6203 "anyhow",
6204 "ashpd 0.11.0",
6205 "async-tar",
6206 "async-trait",
6207 "cocoa 0.26.0",
6208 "collections",
6209 "fsevent",
6210 "futures 0.3.31",
6211 "git",
6212 "gpui",
6213 "ignore",
6214 "libc",
6215 "log",
6216 "notify 8.0.0",
6217 "objc",
6218 "parking_lot",
6219 "paths",
6220 "proto",
6221 "rope",
6222 "serde",
6223 "serde_json",
6224 "smol",
6225 "tempfile",
6226 "text",
6227 "time",
6228 "util",
6229 "windows 0.61.1",
6230 "workspace-hack",
6231]
6232
6233[[package]]
6234name = "fs-set-times"
6235version = "0.20.3"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6238dependencies = [
6239 "io-lifetimes",
6240 "rustix 1.0.7",
6241 "windows-sys 0.59.0",
6242]
6243
6244[[package]]
6245name = "fs2"
6246version = "0.4.3"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6249dependencies = [
6250 "libc",
6251 "winapi",
6252]
6253
6254[[package]]
6255name = "fs_extra"
6256version = "1.3.0"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6259
6260[[package]]
6261name = "fsevent"
6262version = "0.1.0"
6263dependencies = [
6264 "bitflags 2.9.0",
6265 "core-foundation 0.10.0",
6266 "fsevent-sys 3.1.0",
6267 "log",
6268 "parking_lot",
6269 "tempfile",
6270 "workspace-hack",
6271]
6272
6273[[package]]
6274name = "fsevent-sys"
6275version = "3.1.0"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6278dependencies = [
6279 "libc",
6280]
6281
6282[[package]]
6283name = "fsevent-sys"
6284version = "4.1.0"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6287dependencies = [
6288 "libc",
6289]
6290
6291[[package]]
6292name = "funty"
6293version = "2.0.0"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6296
6297[[package]]
6298name = "futf"
6299version = "0.1.5"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6302dependencies = [
6303 "mac",
6304 "new_debug_unreachable",
6305]
6306
6307[[package]]
6308name = "futures"
6309version = "0.1.31"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6312
6313[[package]]
6314name = "futures"
6315version = "0.3.31"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6318dependencies = [
6319 "futures-channel",
6320 "futures-core",
6321 "futures-executor",
6322 "futures-io",
6323 "futures-sink",
6324 "futures-task",
6325 "futures-util",
6326]
6327
6328[[package]]
6329name = "futures-channel"
6330version = "0.3.31"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6333dependencies = [
6334 "futures-core",
6335 "futures-sink",
6336]
6337
6338[[package]]
6339name = "futures-core"
6340version = "0.3.31"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6343
6344[[package]]
6345name = "futures-executor"
6346version = "0.3.31"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6349dependencies = [
6350 "futures-core",
6351 "futures-task",
6352 "futures-util",
6353]
6354
6355[[package]]
6356name = "futures-intrusive"
6357version = "0.5.0"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6360dependencies = [
6361 "futures-core",
6362 "lock_api",
6363 "parking_lot",
6364]
6365
6366[[package]]
6367name = "futures-io"
6368version = "0.3.31"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6371
6372[[package]]
6373name = "futures-lite"
6374version = "1.13.0"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6377dependencies = [
6378 "fastrand 1.9.0",
6379 "futures-core",
6380 "futures-io",
6381 "memchr",
6382 "parking",
6383 "pin-project-lite",
6384 "waker-fn",
6385]
6386
6387[[package]]
6388name = "futures-lite"
6389version = "2.6.0"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6392dependencies = [
6393 "fastrand 2.3.0",
6394 "futures-core",
6395 "futures-io",
6396 "parking",
6397 "pin-project-lite",
6398]
6399
6400[[package]]
6401name = "futures-macro"
6402version = "0.3.31"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6405dependencies = [
6406 "proc-macro2",
6407 "quote",
6408 "syn 2.0.101",
6409]
6410
6411[[package]]
6412name = "futures-sink"
6413version = "0.3.31"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6416
6417[[package]]
6418name = "futures-task"
6419version = "0.3.31"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6422
6423[[package]]
6424name = "futures-util"
6425version = "0.3.31"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6428dependencies = [
6429 "futures 0.1.31",
6430 "futures-channel",
6431 "futures-core",
6432 "futures-io",
6433 "futures-macro",
6434 "futures-sink",
6435 "futures-task",
6436 "memchr",
6437 "pin-project-lite",
6438 "pin-utils",
6439 "slab",
6440 "tokio-io",
6441]
6442
6443[[package]]
6444name = "fuzzy"
6445version = "0.1.0"
6446dependencies = [
6447 "gpui",
6448 "log",
6449 "util",
6450 "workspace-hack",
6451]
6452
6453[[package]]
6454name = "fuzzy-matcher"
6455version = "0.3.7"
6456source = "registry+https://github.com/rust-lang/crates.io-index"
6457checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6458dependencies = [
6459 "thread_local",
6460]
6461
6462[[package]]
6463name = "gemm"
6464version = "0.17.1"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6467dependencies = [
6468 "dyn-stack 0.10.0",
6469 "gemm-c32 0.17.1",
6470 "gemm-c64 0.17.1",
6471 "gemm-common 0.17.1",
6472 "gemm-f16 0.17.1",
6473 "gemm-f32 0.17.1",
6474 "gemm-f64 0.17.1",
6475 "num-complex",
6476 "num-traits",
6477 "paste",
6478 "raw-cpuid 10.7.0",
6479 "seq-macro",
6480]
6481
6482[[package]]
6483name = "gemm"
6484version = "0.18.2"
6485source = "registry+https://github.com/rust-lang/crates.io-index"
6486checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6487dependencies = [
6488 "dyn-stack 0.13.0",
6489 "gemm-c32 0.18.2",
6490 "gemm-c64 0.18.2",
6491 "gemm-common 0.18.2",
6492 "gemm-f16 0.18.2",
6493 "gemm-f32 0.18.2",
6494 "gemm-f64 0.18.2",
6495 "num-complex",
6496 "num-traits",
6497 "paste",
6498 "raw-cpuid 11.6.0",
6499 "seq-macro",
6500]
6501
6502[[package]]
6503name = "gemm-c32"
6504version = "0.17.1"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6507dependencies = [
6508 "dyn-stack 0.10.0",
6509 "gemm-common 0.17.1",
6510 "num-complex",
6511 "num-traits",
6512 "paste",
6513 "raw-cpuid 10.7.0",
6514 "seq-macro",
6515]
6516
6517[[package]]
6518name = "gemm-c32"
6519version = "0.18.2"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6522dependencies = [
6523 "dyn-stack 0.13.0",
6524 "gemm-common 0.18.2",
6525 "num-complex",
6526 "num-traits",
6527 "paste",
6528 "raw-cpuid 11.6.0",
6529 "seq-macro",
6530]
6531
6532[[package]]
6533name = "gemm-c64"
6534version = "0.17.1"
6535source = "registry+https://github.com/rust-lang/crates.io-index"
6536checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6537dependencies = [
6538 "dyn-stack 0.10.0",
6539 "gemm-common 0.17.1",
6540 "num-complex",
6541 "num-traits",
6542 "paste",
6543 "raw-cpuid 10.7.0",
6544 "seq-macro",
6545]
6546
6547[[package]]
6548name = "gemm-c64"
6549version = "0.18.2"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6552dependencies = [
6553 "dyn-stack 0.13.0",
6554 "gemm-common 0.18.2",
6555 "num-complex",
6556 "num-traits",
6557 "paste",
6558 "raw-cpuid 11.6.0",
6559 "seq-macro",
6560]
6561
6562[[package]]
6563name = "gemm-common"
6564version = "0.17.1"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6567dependencies = [
6568 "bytemuck",
6569 "dyn-stack 0.10.0",
6570 "half",
6571 "num-complex",
6572 "num-traits",
6573 "once_cell",
6574 "paste",
6575 "pulp 0.18.22",
6576 "raw-cpuid 10.7.0",
6577 "rayon",
6578 "seq-macro",
6579 "sysctl 0.5.5",
6580]
6581
6582[[package]]
6583name = "gemm-common"
6584version = "0.18.2"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6587dependencies = [
6588 "bytemuck",
6589 "dyn-stack 0.13.0",
6590 "half",
6591 "libm",
6592 "num-complex",
6593 "num-traits",
6594 "once_cell",
6595 "paste",
6596 "pulp 0.21.5",
6597 "raw-cpuid 11.6.0",
6598 "rayon",
6599 "seq-macro",
6600 "sysctl 0.6.0",
6601]
6602
6603[[package]]
6604name = "gemm-f16"
6605version = "0.17.1"
6606source = "registry+https://github.com/rust-lang/crates.io-index"
6607checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6608dependencies = [
6609 "dyn-stack 0.10.0",
6610 "gemm-common 0.17.1",
6611 "gemm-f32 0.17.1",
6612 "half",
6613 "num-complex",
6614 "num-traits",
6615 "paste",
6616 "raw-cpuid 10.7.0",
6617 "rayon",
6618 "seq-macro",
6619]
6620
6621[[package]]
6622name = "gemm-f16"
6623version = "0.18.2"
6624source = "registry+https://github.com/rust-lang/crates.io-index"
6625checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6626dependencies = [
6627 "dyn-stack 0.13.0",
6628 "gemm-common 0.18.2",
6629 "gemm-f32 0.18.2",
6630 "half",
6631 "num-complex",
6632 "num-traits",
6633 "paste",
6634 "raw-cpuid 11.6.0",
6635 "rayon",
6636 "seq-macro",
6637]
6638
6639[[package]]
6640name = "gemm-f32"
6641version = "0.17.1"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6644dependencies = [
6645 "dyn-stack 0.10.0",
6646 "gemm-common 0.17.1",
6647 "num-complex",
6648 "num-traits",
6649 "paste",
6650 "raw-cpuid 10.7.0",
6651 "seq-macro",
6652]
6653
6654[[package]]
6655name = "gemm-f32"
6656version = "0.18.2"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6659dependencies = [
6660 "dyn-stack 0.13.0",
6661 "gemm-common 0.18.2",
6662 "num-complex",
6663 "num-traits",
6664 "paste",
6665 "raw-cpuid 11.6.0",
6666 "seq-macro",
6667]
6668
6669[[package]]
6670name = "gemm-f64"
6671version = "0.17.1"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6674dependencies = [
6675 "dyn-stack 0.10.0",
6676 "gemm-common 0.17.1",
6677 "num-complex",
6678 "num-traits",
6679 "paste",
6680 "raw-cpuid 10.7.0",
6681 "seq-macro",
6682]
6683
6684[[package]]
6685name = "gemm-f64"
6686version = "0.18.2"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6689dependencies = [
6690 "dyn-stack 0.13.0",
6691 "gemm-common 0.18.2",
6692 "num-complex",
6693 "num-traits",
6694 "paste",
6695 "raw-cpuid 11.6.0",
6696 "seq-macro",
6697]
6698
6699[[package]]
6700name = "generator"
6701version = "0.8.5"
6702source = "registry+https://github.com/rust-lang/crates.io-index"
6703checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6704dependencies = [
6705 "cc",
6706 "cfg-if",
6707 "libc",
6708 "log",
6709 "rustversion",
6710 "windows 0.61.1",
6711]
6712
6713[[package]]
6714name = "generic-array"
6715version = "0.14.7"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6718dependencies = [
6719 "typenum",
6720 "version_check",
6721]
6722
6723[[package]]
6724name = "gethostname"
6725version = "0.4.3"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6728dependencies = [
6729 "libc",
6730 "windows-targets 0.48.5",
6731]
6732
6733[[package]]
6734name = "getrandom"
6735version = "0.2.15"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6738dependencies = [
6739 "cfg-if",
6740 "js-sys",
6741 "libc",
6742 "wasi 0.11.0+wasi-snapshot-preview1",
6743 "wasm-bindgen",
6744]
6745
6746[[package]]
6747name = "getrandom"
6748version = "0.3.2"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6751dependencies = [
6752 "cfg-if",
6753 "js-sys",
6754 "libc",
6755 "r-efi",
6756 "wasi 0.14.2+wasi-0.2.4",
6757 "wasm-bindgen",
6758]
6759
6760[[package]]
6761name = "gif"
6762version = "0.13.1"
6763source = "registry+https://github.com/rust-lang/crates.io-index"
6764checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6765dependencies = [
6766 "color_quant",
6767 "weezl",
6768]
6769
6770[[package]]
6771name = "gimli"
6772version = "0.31.1"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6775dependencies = [
6776 "fallible-iterator",
6777 "indexmap 2.9.0",
6778 "stable_deref_trait",
6779]
6780
6781[[package]]
6782name = "git"
6783version = "0.1.0"
6784dependencies = [
6785 "anyhow",
6786 "askpass",
6787 "async-trait",
6788 "collections",
6789 "derive_more",
6790 "futures 0.3.31",
6791 "git2",
6792 "gpui",
6793 "http_client",
6794 "log",
6795 "parking_lot",
6796 "pretty_assertions",
6797 "rand 0.9.1",
6798 "regex",
6799 "rope",
6800 "schemars 1.0.1",
6801 "serde",
6802 "serde_json",
6803 "smol",
6804 "sum_tree",
6805 "tempfile",
6806 "text",
6807 "thiserror 2.0.12",
6808 "time",
6809 "unindent",
6810 "url",
6811 "util",
6812 "uuid",
6813 "workspace-hack",
6814]
6815
6816[[package]]
6817name = "git2"
6818version = "0.20.1"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6821dependencies = [
6822 "bitflags 2.9.0",
6823 "libc",
6824 "libgit2-sys",
6825 "log",
6826 "url",
6827]
6828
6829[[package]]
6830name = "git_hosting_providers"
6831version = "0.1.0"
6832dependencies = [
6833 "anyhow",
6834 "async-trait",
6835 "futures 0.3.31",
6836 "git",
6837 "gpui",
6838 "http_client",
6839 "indoc",
6840 "pretty_assertions",
6841 "regex",
6842 "serde",
6843 "serde_json",
6844 "settings",
6845 "url",
6846 "util",
6847 "workspace-hack",
6848]
6849
6850[[package]]
6851name = "git_ui"
6852version = "0.1.0"
6853dependencies = [
6854 "agent_settings",
6855 "anyhow",
6856 "askpass",
6857 "buffer_diff",
6858 "call",
6859 "chrono",
6860 "cloud_llm_client",
6861 "collections",
6862 "command_palette_hooks",
6863 "component",
6864 "ctor",
6865 "db",
6866 "editor",
6867 "futures 0.3.31",
6868 "fuzzy",
6869 "git",
6870 "gpui",
6871 "indoc",
6872 "itertools 0.14.0",
6873 "language",
6874 "language_model",
6875 "linkify",
6876 "log",
6877 "markdown",
6878 "menu",
6879 "multi_buffer",
6880 "notifications",
6881 "panel",
6882 "picker",
6883 "postage",
6884 "pretty_assertions",
6885 "project",
6886 "schemars 1.0.1",
6887 "serde",
6888 "serde_json",
6889 "settings",
6890 "strum 0.27.1",
6891 "telemetry",
6892 "theme",
6893 "time",
6894 "time_format",
6895 "ui",
6896 "unindent",
6897 "util",
6898 "watch",
6899 "windows 0.61.1",
6900 "workspace",
6901 "workspace-hack",
6902 "zed_actions",
6903 "zeroize",
6904 "zlog",
6905]
6906
6907[[package]]
6908name = "glob"
6909version = "0.3.2"
6910source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6912
6913[[package]]
6914name = "globset"
6915version = "0.4.16"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6918dependencies = [
6919 "aho-corasick",
6920 "bstr",
6921 "log",
6922 "regex-automata",
6923 "regex-syntax",
6924]
6925
6926[[package]]
6927name = "gloo-timers"
6928version = "0.3.0"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6931dependencies = [
6932 "futures-channel",
6933 "futures-core",
6934 "js-sys",
6935 "wasm-bindgen",
6936]
6937
6938[[package]]
6939name = "glow"
6940version = "0.16.0"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
6943dependencies = [
6944 "js-sys",
6945 "slotmap",
6946 "wasm-bindgen",
6947 "web-sys",
6948]
6949
6950[[package]]
6951name = "go_to_line"
6952version = "0.1.0"
6953dependencies = [
6954 "editor",
6955 "gpui",
6956 "indoc",
6957 "language",
6958 "menu",
6959 "project",
6960 "rope",
6961 "serde",
6962 "serde_json",
6963 "settings",
6964 "text",
6965 "theme",
6966 "tree-sitter-rust",
6967 "tree-sitter-typescript",
6968 "ui",
6969 "util",
6970 "workspace",
6971 "workspace-hack",
6972]
6973
6974[[package]]
6975name = "goblin"
6976version = "0.8.2"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
6979dependencies = [
6980 "log",
6981 "plain",
6982 "scroll",
6983]
6984
6985[[package]]
6986name = "google_ai"
6987version = "0.1.0"
6988dependencies = [
6989 "anyhow",
6990 "futures 0.3.31",
6991 "http_client",
6992 "schemars 1.0.1",
6993 "serde",
6994 "serde_json",
6995 "settings",
6996 "strum 0.27.1",
6997 "workspace-hack",
6998]
6999
7000[[package]]
7001name = "gpu-alloc"
7002version = "0.6.0"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7005dependencies = [
7006 "bitflags 2.9.0",
7007 "gpu-alloc-types",
7008]
7009
7010[[package]]
7011name = "gpu-alloc-ash"
7012version = "0.7.0"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7015dependencies = [
7016 "ash",
7017 "gpu-alloc-types",
7018 "tinyvec",
7019]
7020
7021[[package]]
7022name = "gpu-alloc-types"
7023version = "0.3.0"
7024source = "registry+https://github.com/rust-lang/crates.io-index"
7025checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7026dependencies = [
7027 "bitflags 2.9.0",
7028]
7029
7030[[package]]
7031name = "gpui"
7032version = "0.1.0"
7033dependencies = [
7034 "anyhow",
7035 "as-raw-xcb-connection",
7036 "ashpd 0.11.0",
7037 "async-task",
7038 "backtrace",
7039 "bindgen 0.71.1",
7040 "blade-graphics",
7041 "blade-macros",
7042 "blade-util",
7043 "block",
7044 "bytemuck",
7045 "calloop",
7046 "calloop-wayland-source",
7047 "cbindgen",
7048 "cocoa 0.26.0",
7049 "collections",
7050 "core-foundation 0.10.0",
7051 "core-foundation-sys",
7052 "core-graphics 0.24.0",
7053 "core-text",
7054 "core-video",
7055 "cosmic-text",
7056 "ctor",
7057 "derive_more",
7058 "embed-resource",
7059 "env_logger 0.11.8",
7060 "etagere",
7061 "filedescriptor",
7062 "flume",
7063 "font-kit",
7064 "foreign-types 0.5.0",
7065 "futures 0.3.31",
7066 "gpui_macros",
7067 "http_client",
7068 "image",
7069 "inventory",
7070 "itertools 0.14.0",
7071 "libc",
7072 "log",
7073 "lyon",
7074 "media",
7075 "metal",
7076 "naga",
7077 "num_cpus",
7078 "objc",
7079 "objc2",
7080 "objc2-metal",
7081 "oo7",
7082 "open",
7083 "parking",
7084 "parking_lot",
7085 "pathfinder_geometry",
7086 "postage",
7087 "pretty_assertions",
7088 "profiling",
7089 "rand 0.9.1",
7090 "raw-window-handle",
7091 "refineable",
7092 "reqwest_client",
7093 "resvg",
7094 "scap",
7095 "schemars 1.0.1",
7096 "seahash",
7097 "semantic_version",
7098 "serde",
7099 "serde_json",
7100 "slotmap",
7101 "smallvec",
7102 "smol",
7103 "stacksafe",
7104 "strum 0.27.1",
7105 "sum_tree",
7106 "taffy",
7107 "thiserror 2.0.12",
7108 "unicode-segmentation",
7109 "usvg",
7110 "util",
7111 "util_macros",
7112 "uuid",
7113 "waker-fn",
7114 "wayland-backend",
7115 "wayland-client",
7116 "wayland-cursor",
7117 "wayland-protocols",
7118 "wayland-protocols-plasma",
7119 "windows 0.61.1",
7120 "windows-core 0.61.0",
7121 "windows-numerics",
7122 "windows-registry 0.5.1",
7123 "workspace-hack",
7124 "x11-clipboard",
7125 "x11rb",
7126 "xim",
7127 "xkbcommon",
7128]
7129
7130[[package]]
7131name = "gpui_macros"
7132version = "0.1.0"
7133dependencies = [
7134 "gpui",
7135 "heck 0.5.0",
7136 "proc-macro2",
7137 "quote",
7138 "syn 2.0.101",
7139 "workspace-hack",
7140]
7141
7142[[package]]
7143name = "gpui_tokio"
7144version = "0.1.0"
7145dependencies = [
7146 "anyhow",
7147 "gpui",
7148 "tokio",
7149 "util",
7150 "workspace-hack",
7151]
7152
7153[[package]]
7154name = "grid"
7155version = "0.18.0"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7158
7159[[package]]
7160name = "group"
7161version = "0.12.1"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7164dependencies = [
7165 "ff",
7166 "rand_core 0.6.4",
7167 "subtle",
7168]
7169
7170[[package]]
7171name = "h2"
7172version = "0.3.26"
7173source = "registry+https://github.com/rust-lang/crates.io-index"
7174checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7175dependencies = [
7176 "bytes 1.10.1",
7177 "fnv",
7178 "futures-core",
7179 "futures-sink",
7180 "futures-util",
7181 "http 0.2.12",
7182 "indexmap 2.9.0",
7183 "slab",
7184 "tokio",
7185 "tokio-util",
7186 "tracing",
7187]
7188
7189[[package]]
7190name = "h2"
7191version = "0.4.9"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7194dependencies = [
7195 "atomic-waker",
7196 "bytes 1.10.1",
7197 "fnv",
7198 "futures-core",
7199 "futures-sink",
7200 "http 1.3.1",
7201 "indexmap 2.9.0",
7202 "slab",
7203 "tokio",
7204 "tokio-util",
7205 "tracing",
7206]
7207
7208[[package]]
7209name = "half"
7210version = "2.6.0"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7213dependencies = [
7214 "bytemuck",
7215 "cfg-if",
7216 "crunchy",
7217 "num-traits",
7218 "rand 0.9.1",
7219 "rand_distr",
7220]
7221
7222[[package]]
7223name = "handlebars"
7224version = "4.5.0"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7227dependencies = [
7228 "log",
7229 "pest",
7230 "pest_derive",
7231 "rust-embed",
7232 "serde",
7233 "serde_json",
7234 "thiserror 1.0.69",
7235]
7236
7237[[package]]
7238name = "handlebars"
7239version = "5.1.2"
7240source = "registry+https://github.com/rust-lang/crates.io-index"
7241checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7242dependencies = [
7243 "log",
7244 "pest",
7245 "pest_derive",
7246 "serde",
7247 "serde_json",
7248 "thiserror 1.0.69",
7249]
7250
7251[[package]]
7252name = "hashbrown"
7253version = "0.12.3"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7256dependencies = [
7257 "ahash 0.7.8",
7258]
7259
7260[[package]]
7261name = "hashbrown"
7262version = "0.14.5"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7265dependencies = [
7266 "ahash 0.8.11",
7267 "allocator-api2",
7268]
7269
7270[[package]]
7271name = "hashbrown"
7272version = "0.15.3"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7275dependencies = [
7276 "allocator-api2",
7277 "equivalent",
7278 "foldhash",
7279 "serde",
7280]
7281
7282[[package]]
7283name = "hashlink"
7284version = "0.8.4"
7285source = "registry+https://github.com/rust-lang/crates.io-index"
7286checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7287dependencies = [
7288 "hashbrown 0.14.5",
7289]
7290
7291[[package]]
7292name = "hashlink"
7293version = "0.10.0"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7296dependencies = [
7297 "hashbrown 0.15.3",
7298]
7299
7300[[package]]
7301name = "headers"
7302version = "0.3.9"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7305dependencies = [
7306 "base64 0.21.7",
7307 "bytes 1.10.1",
7308 "headers-core",
7309 "http 0.2.12",
7310 "httpdate",
7311 "mime",
7312 "sha1",
7313]
7314
7315[[package]]
7316name = "headers-core"
7317version = "0.2.0"
7318source = "registry+https://github.com/rust-lang/crates.io-index"
7319checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7320dependencies = [
7321 "http 0.2.12",
7322]
7323
7324[[package]]
7325name = "heck"
7326version = "0.3.3"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7329dependencies = [
7330 "unicode-segmentation",
7331]
7332
7333[[package]]
7334name = "heck"
7335version = "0.4.1"
7336source = "registry+https://github.com/rust-lang/crates.io-index"
7337checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7338dependencies = [
7339 "unicode-segmentation",
7340]
7341
7342[[package]]
7343name = "heck"
7344version = "0.5.0"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7347
7348[[package]]
7349name = "heed"
7350version = "0.21.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7353dependencies = [
7354 "bitflags 2.9.0",
7355 "byteorder",
7356 "heed-traits",
7357 "heed-types",
7358 "libc",
7359 "lmdb-master-sys",
7360 "once_cell",
7361 "page_size",
7362 "serde",
7363 "synchronoise",
7364 "url",
7365]
7366
7367[[package]]
7368name = "heed-traits"
7369version = "0.20.0"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7372
7373[[package]]
7374name = "heed-types"
7375version = "0.21.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7378dependencies = [
7379 "bincode",
7380 "byteorder",
7381 "heed-traits",
7382 "serde",
7383 "serde_json",
7384]
7385
7386[[package]]
7387name = "hermit-abi"
7388version = "0.3.9"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7391
7392[[package]]
7393name = "hermit-abi"
7394version = "0.5.0"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7397
7398[[package]]
7399name = "hex"
7400version = "0.4.3"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7403
7404[[package]]
7405name = "hexf-parse"
7406version = "0.2.1"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7409
7410[[package]]
7411name = "hidden-trait"
7412version = "0.1.2"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7415dependencies = [
7416 "proc-macro2",
7417 "quote",
7418 "syn 1.0.109",
7419]
7420
7421[[package]]
7422name = "hkdf"
7423version = "0.12.4"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7426dependencies = [
7427 "hmac",
7428]
7429
7430[[package]]
7431name = "hmac"
7432version = "0.12.1"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7435dependencies = [
7436 "digest",
7437]
7438
7439[[package]]
7440name = "home"
7441version = "0.5.11"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7444dependencies = [
7445 "windows-sys 0.59.0",
7446]
7447
7448[[package]]
7449name = "hound"
7450version = "3.5.1"
7451source = "registry+https://github.com/rust-lang/crates.io-index"
7452checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7453
7454[[package]]
7455name = "html5ever"
7456version = "0.27.0"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7459dependencies = [
7460 "log",
7461 "mac",
7462 "markup5ever 0.12.1",
7463 "proc-macro2",
7464 "quote",
7465 "syn 2.0.101",
7466]
7467
7468[[package]]
7469name = "html5ever"
7470version = "0.31.0"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7473dependencies = [
7474 "log",
7475 "mac",
7476 "markup5ever 0.16.1",
7477 "match_token",
7478]
7479
7480[[package]]
7481name = "html_to_markdown"
7482version = "0.1.0"
7483dependencies = [
7484 "anyhow",
7485 "html5ever 0.27.0",
7486 "indoc",
7487 "markup5ever_rcdom",
7488 "pretty_assertions",
7489 "regex",
7490 "workspace-hack",
7491]
7492
7493[[package]]
7494name = "http"
7495version = "0.2.12"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7498dependencies = [
7499 "bytes 1.10.1",
7500 "fnv",
7501 "itoa",
7502]
7503
7504[[package]]
7505name = "http"
7506version = "1.3.1"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7509dependencies = [
7510 "bytes 1.10.1",
7511 "fnv",
7512 "itoa",
7513]
7514
7515[[package]]
7516name = "http-body"
7517version = "0.4.6"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7520dependencies = [
7521 "bytes 1.10.1",
7522 "http 0.2.12",
7523 "pin-project-lite",
7524]
7525
7526[[package]]
7527name = "http-body"
7528version = "1.0.1"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7531dependencies = [
7532 "bytes 1.10.1",
7533 "http 1.3.1",
7534]
7535
7536[[package]]
7537name = "http-body-util"
7538version = "0.1.3"
7539source = "registry+https://github.com/rust-lang/crates.io-index"
7540checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7541dependencies = [
7542 "bytes 1.10.1",
7543 "futures-core",
7544 "http 1.3.1",
7545 "http-body 1.0.1",
7546 "pin-project-lite",
7547]
7548
7549[[package]]
7550name = "http-range-header"
7551version = "0.3.1"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7554
7555[[package]]
7556name = "http_client"
7557version = "0.1.0"
7558dependencies = [
7559 "anyhow",
7560 "bytes 1.10.1",
7561 "derive_more",
7562 "futures 0.3.31",
7563 "http 1.3.1",
7564 "http-body 1.0.1",
7565 "log",
7566 "parking_lot",
7567 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7568 "serde",
7569 "serde_json",
7570 "url",
7571 "workspace-hack",
7572]
7573
7574[[package]]
7575name = "http_client_tls"
7576version = "0.1.0"
7577dependencies = [
7578 "rustls 0.23.26",
7579 "rustls-platform-verifier",
7580 "workspace-hack",
7581]
7582
7583[[package]]
7584name = "httparse"
7585version = "1.10.1"
7586source = "registry+https://github.com/rust-lang/crates.io-index"
7587checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7588
7589[[package]]
7590name = "httpdate"
7591version = "1.0.3"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7594
7595[[package]]
7596name = "human_bytes"
7597version = "0.4.3"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7600
7601[[package]]
7602name = "humantime"
7603version = "2.2.0"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7606
7607[[package]]
7608name = "hyper"
7609version = "0.14.32"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7612dependencies = [
7613 "bytes 1.10.1",
7614 "futures-channel",
7615 "futures-core",
7616 "futures-util",
7617 "h2 0.3.26",
7618 "http 0.2.12",
7619 "http-body 0.4.6",
7620 "httparse",
7621 "httpdate",
7622 "itoa",
7623 "pin-project-lite",
7624 "socket2",
7625 "tokio",
7626 "tower-service",
7627 "tracing",
7628 "want",
7629]
7630
7631[[package]]
7632name = "hyper"
7633version = "1.6.0"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7636dependencies = [
7637 "bytes 1.10.1",
7638 "futures-channel",
7639 "futures-util",
7640 "h2 0.4.9",
7641 "http 1.3.1",
7642 "http-body 1.0.1",
7643 "httparse",
7644 "itoa",
7645 "pin-project-lite",
7646 "smallvec",
7647 "tokio",
7648 "want",
7649]
7650
7651[[package]]
7652name = "hyper-rustls"
7653version = "0.24.2"
7654source = "registry+https://github.com/rust-lang/crates.io-index"
7655checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7656dependencies = [
7657 "futures-util",
7658 "http 0.2.12",
7659 "hyper 0.14.32",
7660 "log",
7661 "rustls 0.21.12",
7662 "rustls-native-certs 0.6.3",
7663 "tokio",
7664 "tokio-rustls 0.24.1",
7665]
7666
7667[[package]]
7668name = "hyper-rustls"
7669version = "0.27.5"
7670source = "registry+https://github.com/rust-lang/crates.io-index"
7671checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7672dependencies = [
7673 "futures-util",
7674 "http 1.3.1",
7675 "hyper 1.6.0",
7676 "hyper-util",
7677 "rustls 0.23.26",
7678 "rustls-native-certs 0.8.1",
7679 "rustls-pki-types",
7680 "tokio",
7681 "tokio-rustls 0.26.2",
7682 "tower-service",
7683]
7684
7685[[package]]
7686name = "hyper-tls"
7687version = "0.5.0"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7690dependencies = [
7691 "bytes 1.10.1",
7692 "hyper 0.14.32",
7693 "native-tls",
7694 "tokio",
7695 "tokio-native-tls",
7696]
7697
7698[[package]]
7699name = "hyper-util"
7700version = "0.1.11"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7703dependencies = [
7704 "bytes 1.10.1",
7705 "futures-channel",
7706 "futures-util",
7707 "http 1.3.1",
7708 "http-body 1.0.1",
7709 "hyper 1.6.0",
7710 "libc",
7711 "pin-project-lite",
7712 "socket2",
7713 "tokio",
7714 "tower-service",
7715 "tracing",
7716]
7717
7718[[package]]
7719name = "iana-time-zone"
7720version = "0.1.63"
7721source = "registry+https://github.com/rust-lang/crates.io-index"
7722checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7723dependencies = [
7724 "android_system_properties",
7725 "core-foundation-sys",
7726 "iana-time-zone-haiku",
7727 "js-sys",
7728 "log",
7729 "wasm-bindgen",
7730 "windows-core 0.61.0",
7731]
7732
7733[[package]]
7734name = "iana-time-zone-haiku"
7735version = "0.1.2"
7736source = "registry+https://github.com/rust-lang/crates.io-index"
7737checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7738dependencies = [
7739 "cc",
7740]
7741
7742[[package]]
7743name = "icons"
7744version = "0.1.0"
7745dependencies = [
7746 "serde",
7747 "strum 0.27.1",
7748 "workspace-hack",
7749]
7750
7751[[package]]
7752name = "icu_collections"
7753version = "1.5.0"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7756dependencies = [
7757 "displaydoc",
7758 "yoke",
7759 "zerofrom",
7760 "zerovec",
7761]
7762
7763[[package]]
7764name = "icu_locid"
7765version = "1.5.0"
7766source = "registry+https://github.com/rust-lang/crates.io-index"
7767checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7768dependencies = [
7769 "displaydoc",
7770 "litemap",
7771 "tinystr",
7772 "writeable",
7773 "zerovec",
7774]
7775
7776[[package]]
7777name = "icu_locid_transform"
7778version = "1.5.0"
7779source = "registry+https://github.com/rust-lang/crates.io-index"
7780checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7781dependencies = [
7782 "displaydoc",
7783 "icu_locid",
7784 "icu_locid_transform_data",
7785 "icu_provider",
7786 "tinystr",
7787 "zerovec",
7788]
7789
7790[[package]]
7791name = "icu_locid_transform_data"
7792version = "1.5.1"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7795
7796[[package]]
7797name = "icu_normalizer"
7798version = "1.5.0"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7801dependencies = [
7802 "displaydoc",
7803 "icu_collections",
7804 "icu_normalizer_data",
7805 "icu_properties",
7806 "icu_provider",
7807 "smallvec",
7808 "utf16_iter",
7809 "utf8_iter",
7810 "write16",
7811 "zerovec",
7812]
7813
7814[[package]]
7815name = "icu_normalizer_data"
7816version = "1.5.1"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7819
7820[[package]]
7821name = "icu_properties"
7822version = "1.5.1"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7825dependencies = [
7826 "displaydoc",
7827 "icu_collections",
7828 "icu_locid_transform",
7829 "icu_properties_data",
7830 "icu_provider",
7831 "tinystr",
7832 "zerovec",
7833]
7834
7835[[package]]
7836name = "icu_properties_data"
7837version = "1.5.1"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7840
7841[[package]]
7842name = "icu_provider"
7843version = "1.5.0"
7844source = "registry+https://github.com/rust-lang/crates.io-index"
7845checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7846dependencies = [
7847 "displaydoc",
7848 "icu_locid",
7849 "icu_provider_macros",
7850 "stable_deref_trait",
7851 "tinystr",
7852 "writeable",
7853 "yoke",
7854 "zerofrom",
7855 "zerovec",
7856]
7857
7858[[package]]
7859name = "icu_provider_macros"
7860version = "1.5.0"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7863dependencies = [
7864 "proc-macro2",
7865 "quote",
7866 "syn 2.0.101",
7867]
7868
7869[[package]]
7870name = "id-arena"
7871version = "2.2.1"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7874
7875[[package]]
7876name = "ident_case"
7877version = "1.0.1"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7880
7881[[package]]
7882name = "idna"
7883version = "1.0.3"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7886dependencies = [
7887 "idna_adapter",
7888 "smallvec",
7889 "utf8_iter",
7890]
7891
7892[[package]]
7893name = "idna_adapter"
7894version = "1.2.0"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7897dependencies = [
7898 "icu_normalizer",
7899 "icu_properties",
7900]
7901
7902[[package]]
7903name = "ignore"
7904version = "0.4.23"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7907dependencies = [
7908 "crossbeam-deque",
7909 "globset",
7910 "log",
7911 "memchr",
7912 "regex-automata",
7913 "same-file",
7914 "walkdir",
7915 "winapi-util",
7916]
7917
7918[[package]]
7919name = "image"
7920version = "0.25.6"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7923dependencies = [
7924 "bytemuck",
7925 "byteorder-lite",
7926 "color_quant",
7927 "exr",
7928 "gif",
7929 "image-webp",
7930 "num-traits",
7931 "png",
7932 "qoi",
7933 "ravif",
7934 "rayon",
7935 "rgb",
7936 "tiff",
7937 "zune-core",
7938 "zune-jpeg",
7939]
7940
7941[[package]]
7942name = "image-webp"
7943version = "0.2.1"
7944source = "registry+https://github.com/rust-lang/crates.io-index"
7945checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7946dependencies = [
7947 "byteorder-lite",
7948 "quick-error",
7949]
7950
7951[[package]]
7952name = "image_viewer"
7953version = "0.1.0"
7954dependencies = [
7955 "anyhow",
7956 "db",
7957 "editor",
7958 "file_icons",
7959 "gpui",
7960 "language",
7961 "log",
7962 "project",
7963 "serde",
7964 "settings",
7965 "theme",
7966 "ui",
7967 "util",
7968 "workspace",
7969 "workspace-hack",
7970]
7971
7972[[package]]
7973name = "imagesize"
7974version = "0.13.0"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7977
7978[[package]]
7979name = "imara-diff"
7980version = "0.1.8"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7983dependencies = [
7984 "hashbrown 0.15.3",
7985]
7986
7987[[package]]
7988name = "imgref"
7989version = "1.11.0"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
7992
7993[[package]]
7994name = "indexmap"
7995version = "1.9.3"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
7998dependencies = [
7999 "autocfg",
8000 "hashbrown 0.12.3",
8001 "serde",
8002]
8003
8004[[package]]
8005name = "indexmap"
8006version = "2.9.0"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8009dependencies = [
8010 "equivalent",
8011 "hashbrown 0.15.3",
8012 "serde",
8013]
8014
8015[[package]]
8016name = "indoc"
8017version = "2.0.6"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8020
8021[[package]]
8022name = "inherent"
8023version = "1.0.12"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8026dependencies = [
8027 "proc-macro2",
8028 "quote",
8029 "syn 2.0.101",
8030]
8031
8032[[package]]
8033name = "inotify"
8034version = "0.9.6"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8037dependencies = [
8038 "bitflags 1.3.2",
8039 "inotify-sys",
8040 "libc",
8041]
8042
8043[[package]]
8044name = "inotify"
8045version = "0.11.0"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8048dependencies = [
8049 "bitflags 2.9.0",
8050 "inotify-sys",
8051 "libc",
8052]
8053
8054[[package]]
8055name = "inotify-sys"
8056version = "0.1.5"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8059dependencies = [
8060 "libc",
8061]
8062
8063[[package]]
8064name = "inout"
8065version = "0.1.4"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8068dependencies = [
8069 "block-padding",
8070 "generic-array",
8071]
8072
8073[[package]]
8074name = "inspector_ui"
8075version = "0.1.0"
8076dependencies = [
8077 "anyhow",
8078 "command_palette_hooks",
8079 "editor",
8080 "fuzzy",
8081 "gpui",
8082 "language",
8083 "project",
8084 "serde_json",
8085 "serde_json_lenient",
8086 "theme",
8087 "ui",
8088 "util",
8089 "util_macros",
8090 "workspace",
8091 "workspace-hack",
8092 "zed_actions",
8093]
8094
8095[[package]]
8096name = "install_cli"
8097version = "0.1.0"
8098dependencies = [
8099 "anyhow",
8100 "client",
8101 "gpui",
8102 "release_channel",
8103 "smol",
8104 "util",
8105 "workspace",
8106 "workspace-hack",
8107]
8108
8109[[package]]
8110name = "instant"
8111version = "0.1.13"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8114dependencies = [
8115 "cfg-if",
8116]
8117
8118[[package]]
8119name = "interpolate_name"
8120version = "0.2.4"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8123dependencies = [
8124 "proc-macro2",
8125 "quote",
8126 "syn 2.0.101",
8127]
8128
8129[[package]]
8130name = "inventory"
8131version = "0.3.20"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8134dependencies = [
8135 "rustversion",
8136]
8137
8138[[package]]
8139name = "io-extras"
8140version = "0.18.4"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8143dependencies = [
8144 "io-lifetimes",
8145 "windows-sys 0.59.0",
8146]
8147
8148[[package]]
8149name = "io-lifetimes"
8150version = "2.0.4"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8153
8154[[package]]
8155name = "io-surface"
8156version = "0.16.0"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8159dependencies = [
8160 "cgl",
8161 "core-foundation 0.10.0",
8162 "core-foundation-sys",
8163 "leaky-cow",
8164 "libc",
8165]
8166
8167[[package]]
8168name = "iovec"
8169version = "0.1.4"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8172dependencies = [
8173 "libc",
8174]
8175
8176[[package]]
8177name = "ipc-channel"
8178version = "0.19.0"
8179source = "registry+https://github.com/rust-lang/crates.io-index"
8180checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8181dependencies = [
8182 "bincode",
8183 "crossbeam-channel",
8184 "fnv",
8185 "lazy_static",
8186 "libc",
8187 "mio 1.0.3",
8188 "rand 0.8.5",
8189 "serde",
8190 "tempfile",
8191 "uuid",
8192 "windows 0.58.0",
8193]
8194
8195[[package]]
8196name = "ipnet"
8197version = "2.11.0"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8200
8201[[package]]
8202name = "is-docker"
8203version = "0.2.0"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8206dependencies = [
8207 "once_cell",
8208]
8209
8210[[package]]
8211name = "is-terminal"
8212version = "0.4.16"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8215dependencies = [
8216 "hermit-abi 0.5.0",
8217 "libc",
8218 "windows-sys 0.59.0",
8219]
8220
8221[[package]]
8222name = "is-wsl"
8223version = "0.4.0"
8224source = "registry+https://github.com/rust-lang/crates.io-index"
8225checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8226dependencies = [
8227 "is-docker",
8228 "once_cell",
8229]
8230
8231[[package]]
8232name = "is_terminal_polyfill"
8233version = "1.70.1"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8236
8237[[package]]
8238name = "itertools"
8239version = "0.10.5"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8242dependencies = [
8243 "either",
8244]
8245
8246[[package]]
8247name = "itertools"
8248version = "0.11.0"
8249source = "registry+https://github.com/rust-lang/crates.io-index"
8250checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8251dependencies = [
8252 "either",
8253]
8254
8255[[package]]
8256name = "itertools"
8257version = "0.12.1"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8260dependencies = [
8261 "either",
8262]
8263
8264[[package]]
8265name = "itertools"
8266version = "0.13.0"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8269dependencies = [
8270 "either",
8271]
8272
8273[[package]]
8274name = "itertools"
8275version = "0.14.0"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8278dependencies = [
8279 "either",
8280]
8281
8282[[package]]
8283name = "itoa"
8284version = "1.0.15"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8287
8288[[package]]
8289name = "jiff"
8290version = "0.2.10"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8293dependencies = [
8294 "jiff-static",
8295 "log",
8296 "portable-atomic",
8297 "portable-atomic-util",
8298 "serde",
8299]
8300
8301[[package]]
8302name = "jiff-static"
8303version = "0.2.10"
8304source = "registry+https://github.com/rust-lang/crates.io-index"
8305checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8306dependencies = [
8307 "proc-macro2",
8308 "quote",
8309 "syn 2.0.101",
8310]
8311
8312[[package]]
8313name = "jni"
8314version = "0.21.1"
8315source = "registry+https://github.com/rust-lang/crates.io-index"
8316checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8317dependencies = [
8318 "cesu8",
8319 "cfg-if",
8320 "combine",
8321 "jni-sys",
8322 "log",
8323 "thiserror 1.0.69",
8324 "walkdir",
8325 "windows-sys 0.45.0",
8326]
8327
8328[[package]]
8329name = "jni-sys"
8330version = "0.3.0"
8331source = "registry+https://github.com/rust-lang/crates.io-index"
8332checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8333
8334[[package]]
8335name = "jobserver"
8336version = "0.1.33"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8339dependencies = [
8340 "getrandom 0.3.2",
8341 "libc",
8342]
8343
8344[[package]]
8345name = "journal"
8346version = "0.1.0"
8347dependencies = [
8348 "anyhow",
8349 "chrono",
8350 "editor",
8351 "gpui",
8352 "log",
8353 "serde",
8354 "settings",
8355 "shellexpand 2.1.2",
8356 "workspace",
8357 "workspace-hack",
8358]
8359
8360[[package]]
8361name = "jpeg-decoder"
8362version = "0.3.1"
8363source = "registry+https://github.com/rust-lang/crates.io-index"
8364checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8365
8366[[package]]
8367name = "js-sys"
8368version = "0.3.77"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8371dependencies = [
8372 "once_cell",
8373 "wasm-bindgen",
8374]
8375
8376[[package]]
8377name = "json_dotpath"
8378version = "1.1.0"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8381dependencies = [
8382 "serde",
8383 "serde_derive",
8384 "serde_json",
8385 "thiserror 1.0.69",
8386]
8387
8388[[package]]
8389name = "json_schema_store"
8390version = "0.1.0"
8391dependencies = [
8392 "anyhow",
8393 "dap",
8394 "extension",
8395 "gpui",
8396 "language",
8397 "paths",
8398 "project",
8399 "schemars 1.0.1",
8400 "serde",
8401 "serde_json",
8402 "settings",
8403 "snippet_provider",
8404 "task",
8405 "theme",
8406 "util",
8407 "workspace-hack",
8408]
8409
8410[[package]]
8411name = "jsonschema"
8412version = "0.30.0"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8415dependencies = [
8416 "ahash 0.8.11",
8417 "base64 0.22.1",
8418 "bytecount",
8419 "email_address",
8420 "fancy-regex 0.14.0",
8421 "fraction",
8422 "idna",
8423 "itoa",
8424 "num-cmp",
8425 "num-traits",
8426 "once_cell",
8427 "percent-encoding",
8428 "referencing",
8429 "regex",
8430 "regex-syntax",
8431 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8432 "serde",
8433 "serde_json",
8434 "uuid-simd",
8435]
8436
8437[[package]]
8438name = "jsonwebtoken"
8439version = "9.3.1"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8442dependencies = [
8443 "base64 0.22.1",
8444 "js-sys",
8445 "pem",
8446 "ring",
8447 "serde",
8448 "serde_json",
8449 "simple_asn1",
8450]
8451
8452[[package]]
8453name = "jupyter-protocol"
8454version = "0.6.0"
8455source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8456dependencies = [
8457 "anyhow",
8458 "async-trait",
8459 "bytes 1.10.1",
8460 "chrono",
8461 "futures 0.3.31",
8462 "serde",
8463 "serde_json",
8464 "uuid",
8465]
8466
8467[[package]]
8468name = "jupyter-websocket-client"
8469version = "0.9.0"
8470source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8471dependencies = [
8472 "anyhow",
8473 "async-trait",
8474 "async-tungstenite",
8475 "futures 0.3.31",
8476 "jupyter-protocol",
8477 "serde",
8478 "serde_json",
8479 "url",
8480 "uuid",
8481]
8482
8483[[package]]
8484name = "keymap_editor"
8485version = "0.1.0"
8486dependencies = [
8487 "anyhow",
8488 "collections",
8489 "command_palette",
8490 "component",
8491 "db",
8492 "editor",
8493 "fs",
8494 "fuzzy",
8495 "gpui",
8496 "itertools 0.14.0",
8497 "json_schema_store",
8498 "language",
8499 "log",
8500 "menu",
8501 "notifications",
8502 "paths",
8503 "project",
8504 "search",
8505 "serde",
8506 "serde_json",
8507 "settings",
8508 "telemetry",
8509 "tempfile",
8510 "theme",
8511 "tree-sitter-json",
8512 "tree-sitter-rust",
8513 "ui",
8514 "ui_input",
8515 "util",
8516 "vim",
8517 "workspace",
8518 "workspace-hack",
8519 "zed_actions",
8520]
8521
8522[[package]]
8523name = "khronos-egl"
8524version = "6.0.0"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8527dependencies = [
8528 "libc",
8529 "libloading",
8530]
8531
8532[[package]]
8533name = "kqueue"
8534version = "1.0.8"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8537dependencies = [
8538 "kqueue-sys",
8539 "libc",
8540]
8541
8542[[package]]
8543name = "kqueue-sys"
8544version = "1.0.4"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8547dependencies = [
8548 "bitflags 1.3.2",
8549 "libc",
8550]
8551
8552[[package]]
8553name = "kurbo"
8554version = "0.11.1"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8557dependencies = [
8558 "arrayvec",
8559 "smallvec",
8560]
8561
8562[[package]]
8563name = "kv-log-macro"
8564version = "1.0.7"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8567dependencies = [
8568 "log",
8569]
8570
8571[[package]]
8572name = "language"
8573version = "0.1.0"
8574dependencies = [
8575 "anyhow",
8576 "async-trait",
8577 "clock",
8578 "collections",
8579 "ctor",
8580 "diffy",
8581 "ec4rs",
8582 "fs",
8583 "futures 0.3.31",
8584 "fuzzy",
8585 "globset",
8586 "gpui",
8587 "http_client",
8588 "imara-diff",
8589 "indoc",
8590 "itertools 0.14.0",
8591 "log",
8592 "lsp",
8593 "parking_lot",
8594 "postage",
8595 "pretty_assertions",
8596 "rand 0.9.1",
8597 "regex",
8598 "rpc",
8599 "schemars 1.0.1",
8600 "serde",
8601 "serde_json",
8602 "settings",
8603 "shellexpand 2.1.2",
8604 "smallvec",
8605 "smol",
8606 "streaming-iterator",
8607 "strsim",
8608 "sum_tree",
8609 "task",
8610 "text",
8611 "theme",
8612 "toml 0.8.20",
8613 "tree-sitter",
8614 "tree-sitter-elixir",
8615 "tree-sitter-embedded-template",
8616 "tree-sitter-heex",
8617 "tree-sitter-html",
8618 "tree-sitter-json",
8619 "tree-sitter-md",
8620 "tree-sitter-python",
8621 "tree-sitter-ruby",
8622 "tree-sitter-rust",
8623 "tree-sitter-typescript",
8624 "unicase",
8625 "unindent",
8626 "util",
8627 "watch",
8628 "workspace-hack",
8629 "zlog",
8630]
8631
8632[[package]]
8633name = "language_extension"
8634version = "0.1.0"
8635dependencies = [
8636 "anyhow",
8637 "async-trait",
8638 "collections",
8639 "extension",
8640 "fs",
8641 "futures 0.3.31",
8642 "gpui",
8643 "language",
8644 "log",
8645 "lsp",
8646 "project",
8647 "serde",
8648 "serde_json",
8649 "util",
8650 "workspace-hack",
8651]
8652
8653[[package]]
8654name = "language_model"
8655version = "0.1.0"
8656dependencies = [
8657 "anthropic",
8658 "anyhow",
8659 "base64 0.22.1",
8660 "client",
8661 "cloud_api_types",
8662 "cloud_llm_client",
8663 "collections",
8664 "futures 0.3.31",
8665 "gpui",
8666 "http_client",
8667 "icons",
8668 "image",
8669 "log",
8670 "open_router",
8671 "parking_lot",
8672 "proto",
8673 "schemars 1.0.1",
8674 "serde",
8675 "serde_json",
8676 "settings",
8677 "smol",
8678 "telemetry_events",
8679 "thiserror 2.0.12",
8680 "util",
8681 "workspace-hack",
8682]
8683
8684[[package]]
8685name = "language_models"
8686version = "0.1.0"
8687dependencies = [
8688 "ai_onboarding",
8689 "anthropic",
8690 "anyhow",
8691 "aws-config",
8692 "aws-credential-types",
8693 "aws_http_client",
8694 "bedrock",
8695 "chrono",
8696 "client",
8697 "cloud_llm_client",
8698 "collections",
8699 "component",
8700 "convert_case 0.8.0",
8701 "copilot",
8702 "credentials_provider",
8703 "deepseek",
8704 "editor",
8705 "fs",
8706 "futures 0.3.31",
8707 "google_ai",
8708 "gpui",
8709 "gpui_tokio",
8710 "http_client",
8711 "language",
8712 "language_model",
8713 "lmstudio",
8714 "log",
8715 "menu",
8716 "mistral",
8717 "ollama",
8718 "open_ai",
8719 "open_router",
8720 "partial-json-fixer",
8721 "project",
8722 "release_channel",
8723 "schemars 1.0.1",
8724 "serde",
8725 "serde_json",
8726 "settings",
8727 "smol",
8728 "strum 0.27.1",
8729 "thiserror 2.0.12",
8730 "tiktoken-rs",
8731 "tokio",
8732 "ui",
8733 "ui_input",
8734 "util",
8735 "vercel",
8736 "workspace-hack",
8737 "x_ai",
8738 "zed_env_vars",
8739]
8740
8741[[package]]
8742name = "language_onboarding"
8743version = "0.1.0"
8744dependencies = [
8745 "db",
8746 "editor",
8747 "gpui",
8748 "project",
8749 "ui",
8750 "workspace",
8751 "workspace-hack",
8752]
8753
8754[[package]]
8755name = "language_selector"
8756version = "0.1.0"
8757dependencies = [
8758 "anyhow",
8759 "editor",
8760 "file_finder",
8761 "file_icons",
8762 "fuzzy",
8763 "gpui",
8764 "language",
8765 "picker",
8766 "project",
8767 "settings",
8768 "ui",
8769 "util",
8770 "workspace",
8771 "workspace-hack",
8772]
8773
8774[[package]]
8775name = "language_tools"
8776version = "0.1.0"
8777dependencies = [
8778 "anyhow",
8779 "client",
8780 "collections",
8781 "command_palette_hooks",
8782 "copilot",
8783 "editor",
8784 "futures 0.3.31",
8785 "gpui",
8786 "itertools 0.14.0",
8787 "language",
8788 "lsp",
8789 "project",
8790 "proto",
8791 "release_channel",
8792 "serde_json",
8793 "settings",
8794 "theme",
8795 "tree-sitter",
8796 "ui",
8797 "util",
8798 "workspace",
8799 "workspace-hack",
8800 "zed_actions",
8801 "zlog",
8802]
8803
8804[[package]]
8805name = "languages"
8806version = "0.1.0"
8807dependencies = [
8808 "anyhow",
8809 "async-compression",
8810 "async-fs",
8811 "async-tar",
8812 "async-trait",
8813 "chrono",
8814 "collections",
8815 "futures 0.3.31",
8816 "gpui",
8817 "http_client",
8818 "itertools 0.14.0",
8819 "json_schema_store",
8820 "language",
8821 "log",
8822 "lsp",
8823 "node_runtime",
8824 "parking_lot",
8825 "pet",
8826 "pet-conda",
8827 "pet-core",
8828 "pet-fs",
8829 "pet-poetry",
8830 "pet-reporter",
8831 "pet-virtualenv",
8832 "pretty_assertions",
8833 "project",
8834 "regex",
8835 "rope",
8836 "rust-embed",
8837 "serde",
8838 "serde_json",
8839 "serde_json_lenient",
8840 "settings",
8841 "sha2",
8842 "shlex",
8843 "smol",
8844 "task",
8845 "tempfile",
8846 "text",
8847 "theme",
8848 "toml 0.8.20",
8849 "tree-sitter",
8850 "tree-sitter-bash",
8851 "tree-sitter-c",
8852 "tree-sitter-cpp",
8853 "tree-sitter-css",
8854 "tree-sitter-diff",
8855 "tree-sitter-gitcommit",
8856 "tree-sitter-go",
8857 "tree-sitter-gomod",
8858 "tree-sitter-gowork",
8859 "tree-sitter-jsdoc",
8860 "tree-sitter-json",
8861 "tree-sitter-md",
8862 "tree-sitter-python",
8863 "tree-sitter-regex",
8864 "tree-sitter-rust",
8865 "tree-sitter-typescript",
8866 "tree-sitter-yaml",
8867 "unindent",
8868 "url",
8869 "util",
8870 "workspace",
8871 "workspace-hack",
8872]
8873
8874[[package]]
8875name = "lazy_static"
8876version = "1.5.0"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8879dependencies = [
8880 "spin",
8881]
8882
8883[[package]]
8884name = "lazycell"
8885version = "1.3.0"
8886source = "registry+https://github.com/rust-lang/crates.io-index"
8887checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8888
8889[[package]]
8890name = "leak"
8891version = "0.1.2"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8894
8895[[package]]
8896name = "leaky-cow"
8897version = "0.1.1"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8900dependencies = [
8901 "leak",
8902]
8903
8904[[package]]
8905name = "leb128"
8906version = "0.2.5"
8907source = "registry+https://github.com/rust-lang/crates.io-index"
8908checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8909
8910[[package]]
8911name = "leb128fmt"
8912version = "0.1.0"
8913source = "registry+https://github.com/rust-lang/crates.io-index"
8914checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8915
8916[[package]]
8917name = "lebe"
8918version = "0.5.2"
8919source = "registry+https://github.com/rust-lang/crates.io-index"
8920checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8921
8922[[package]]
8923name = "libc"
8924version = "0.2.172"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8927
8928[[package]]
8929name = "libdbus-sys"
8930version = "0.2.5"
8931source = "registry+https://github.com/rust-lang/crates.io-index"
8932checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8933dependencies = [
8934 "cc",
8935 "pkg-config",
8936]
8937
8938[[package]]
8939name = "libfuzzer-sys"
8940version = "0.4.9"
8941source = "registry+https://github.com/rust-lang/crates.io-index"
8942checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8943dependencies = [
8944 "arbitrary",
8945 "cc",
8946]
8947
8948[[package]]
8949name = "libgit2-sys"
8950version = "0.18.1+1.9.0"
8951source = "registry+https://github.com/rust-lang/crates.io-index"
8952checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8953dependencies = [
8954 "cc",
8955 "libc",
8956 "libz-sys",
8957 "pkg-config",
8958]
8959
8960[[package]]
8961name = "libloading"
8962version = "0.8.6"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8965dependencies = [
8966 "cfg-if",
8967 "windows-targets 0.52.6",
8968]
8969
8970[[package]]
8971name = "libm"
8972version = "0.2.11"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8975
8976[[package]]
8977name = "libmimalloc-sys"
8978version = "0.1.42"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8981dependencies = [
8982 "cc",
8983 "libc",
8984]
8985
8986[[package]]
8987name = "libredox"
8988version = "0.1.3"
8989source = "registry+https://github.com/rust-lang/crates.io-index"
8990checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8991dependencies = [
8992 "bitflags 2.9.0",
8993 "libc",
8994 "redox_syscall 0.5.11",
8995]
8996
8997[[package]]
8998name = "libsqlite3-sys"
8999version = "0.30.1"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9002dependencies = [
9003 "cc",
9004 "pkg-config",
9005 "vcpkg",
9006]
9007
9008[[package]]
9009name = "libwebrtc"
9010version = "0.3.10"
9011source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9012dependencies = [
9013 "cxx",
9014 "jni",
9015 "js-sys",
9016 "lazy_static",
9017 "livekit-protocol",
9018 "livekit-runtime",
9019 "log",
9020 "parking_lot",
9021 "serde",
9022 "serde_json",
9023 "thiserror 1.0.69",
9024 "tokio",
9025 "wasm-bindgen",
9026 "wasm-bindgen-futures",
9027 "web-sys",
9028 "webrtc-sys",
9029]
9030
9031[[package]]
9032name = "libz-sys"
9033version = "1.1.22"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9036dependencies = [
9037 "cc",
9038 "libc",
9039 "pkg-config",
9040 "vcpkg",
9041]
9042
9043[[package]]
9044name = "line_ending_selector"
9045version = "0.1.0"
9046dependencies = [
9047 "editor",
9048 "gpui",
9049 "language",
9050 "picker",
9051 "project",
9052 "ui",
9053 "util",
9054 "workspace",
9055 "workspace-hack",
9056]
9057
9058[[package]]
9059name = "link-cplusplus"
9060version = "1.0.10"
9061source = "registry+https://github.com/rust-lang/crates.io-index"
9062checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9063dependencies = [
9064 "cc",
9065]
9066
9067[[package]]
9068name = "linkify"
9069version = "0.10.0"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9072dependencies = [
9073 "memchr",
9074]
9075
9076[[package]]
9077name = "linux-raw-sys"
9078version = "0.4.15"
9079source = "registry+https://github.com/rust-lang/crates.io-index"
9080checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9081
9082[[package]]
9083name = "linux-raw-sys"
9084version = "0.9.4"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9087
9088[[package]]
9089name = "litemap"
9090version = "0.7.5"
9091source = "registry+https://github.com/rust-lang/crates.io-index"
9092checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9093
9094[[package]]
9095name = "livekit"
9096version = "0.7.8"
9097source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9098dependencies = [
9099 "chrono",
9100 "futures-util",
9101 "lazy_static",
9102 "libloading",
9103 "libwebrtc",
9104 "livekit-api",
9105 "livekit-protocol",
9106 "livekit-runtime",
9107 "log",
9108 "parking_lot",
9109 "prost 0.12.6",
9110 "semver",
9111 "serde",
9112 "serde_json",
9113 "thiserror 1.0.69",
9114 "tokio",
9115]
9116
9117[[package]]
9118name = "livekit-api"
9119version = "0.4.2"
9120source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9121dependencies = [
9122 "futures-util",
9123 "http 0.2.12",
9124 "livekit-protocol",
9125 "livekit-runtime",
9126 "log",
9127 "parking_lot",
9128 "pbjson-types",
9129 "prost 0.12.6",
9130 "rand 0.9.1",
9131 "reqwest 0.11.27",
9132 "scopeguard",
9133 "serde",
9134 "sha2",
9135 "thiserror 1.0.69",
9136 "tokio",
9137 "tokio-tungstenite 0.26.2",
9138 "url",
9139]
9140
9141[[package]]
9142name = "livekit-protocol"
9143version = "0.3.9"
9144source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9145dependencies = [
9146 "futures-util",
9147 "livekit-runtime",
9148 "parking_lot",
9149 "pbjson",
9150 "pbjson-types",
9151 "prost 0.12.6",
9152 "prost-types 0.12.6",
9153 "serde",
9154 "thiserror 1.0.69",
9155 "tokio",
9156]
9157
9158[[package]]
9159name = "livekit-runtime"
9160version = "0.4.0"
9161source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9162dependencies = [
9163 "tokio",
9164 "tokio-stream",
9165]
9166
9167[[package]]
9168name = "livekit_api"
9169version = "0.1.0"
9170dependencies = [
9171 "anyhow",
9172 "async-trait",
9173 "jsonwebtoken",
9174 "log",
9175 "prost 0.9.0",
9176 "prost-build 0.9.0",
9177 "prost-types 0.9.0",
9178 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9179 "serde",
9180 "workspace-hack",
9181]
9182
9183[[package]]
9184name = "livekit_client"
9185version = "0.1.0"
9186dependencies = [
9187 "anyhow",
9188 "async-trait",
9189 "audio",
9190 "collections",
9191 "core-foundation 0.10.0",
9192 "core-video",
9193 "coreaudio-rs 0.12.1",
9194 "cpal",
9195 "futures 0.3.31",
9196 "gpui",
9197 "gpui_tokio",
9198 "http_client_tls",
9199 "image",
9200 "libwebrtc",
9201 "livekit",
9202 "livekit_api",
9203 "log",
9204 "nanoid",
9205 "objc",
9206 "parking_lot",
9207 "postage",
9208 "rodio",
9209 "scap",
9210 "serde",
9211 "serde_json",
9212 "serde_urlencoded",
9213 "settings",
9214 "sha2",
9215 "simplelog",
9216 "smallvec",
9217 "tokio-tungstenite 0.26.2",
9218 "ui",
9219 "util",
9220 "workspace-hack",
9221]
9222
9223[[package]]
9224name = "lmdb-master-sys"
9225version = "0.2.5"
9226source = "registry+https://github.com/rust-lang/crates.io-index"
9227checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9228dependencies = [
9229 "cc",
9230 "doxygen-rs",
9231 "libc",
9232]
9233
9234[[package]]
9235name = "lmstudio"
9236version = "0.1.0"
9237dependencies = [
9238 "anyhow",
9239 "futures 0.3.31",
9240 "http_client",
9241 "schemars 1.0.1",
9242 "serde",
9243 "serde_json",
9244 "workspace-hack",
9245]
9246
9247[[package]]
9248name = "lock_api"
9249version = "0.4.13"
9250source = "registry+https://github.com/rust-lang/crates.io-index"
9251checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9252dependencies = [
9253 "autocfg",
9254 "scopeguard",
9255]
9256
9257[[package]]
9258name = "log"
9259version = "0.4.27"
9260source = "registry+https://github.com/rust-lang/crates.io-index"
9261checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9262dependencies = [
9263 "serde",
9264 "value-bag",
9265]
9266
9267[[package]]
9268name = "loom"
9269version = "0.7.2"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9272dependencies = [
9273 "cfg-if",
9274 "generator",
9275 "scoped-tls",
9276 "tracing",
9277 "tracing-subscriber",
9278]
9279
9280[[package]]
9281name = "loop9"
9282version = "0.1.5"
9283source = "registry+https://github.com/rust-lang/crates.io-index"
9284checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9285dependencies = [
9286 "imgref",
9287]
9288
9289[[package]]
9290name = "lru"
9291version = "0.12.5"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9294dependencies = [
9295 "hashbrown 0.15.3",
9296]
9297
9298[[package]]
9299name = "lsp"
9300version = "0.1.0"
9301dependencies = [
9302 "anyhow",
9303 "async-pipe",
9304 "collections",
9305 "ctor",
9306 "futures 0.3.31",
9307 "gpui",
9308 "log",
9309 "lsp-types",
9310 "parking_lot",
9311 "postage",
9312 "release_channel",
9313 "schemars 1.0.1",
9314 "serde",
9315 "serde_json",
9316 "smol",
9317 "util",
9318 "workspace-hack",
9319 "zlog",
9320]
9321
9322[[package]]
9323name = "lsp-types"
9324version = "0.95.1"
9325source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9326dependencies = [
9327 "bitflags 1.3.2",
9328 "serde",
9329 "serde_json",
9330 "url",
9331]
9332
9333[[package]]
9334name = "lyon"
9335version = "1.0.1"
9336source = "registry+https://github.com/rust-lang/crates.io-index"
9337checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9338dependencies = [
9339 "lyon_algorithms",
9340 "lyon_extra",
9341 "lyon_tessellation",
9342]
9343
9344[[package]]
9345name = "lyon_algorithms"
9346version = "1.0.5"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9349dependencies = [
9350 "lyon_path",
9351 "num-traits",
9352]
9353
9354[[package]]
9355name = "lyon_extra"
9356version = "1.0.3"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9359dependencies = [
9360 "lyon_path",
9361 "thiserror 1.0.69",
9362]
9363
9364[[package]]
9365name = "lyon_geom"
9366version = "1.0.6"
9367source = "registry+https://github.com/rust-lang/crates.io-index"
9368checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9369dependencies = [
9370 "arrayvec",
9371 "euclid",
9372 "num-traits",
9373]
9374
9375[[package]]
9376name = "lyon_path"
9377version = "1.0.7"
9378source = "registry+https://github.com/rust-lang/crates.io-index"
9379checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9380dependencies = [
9381 "lyon_geom",
9382 "num-traits",
9383]
9384
9385[[package]]
9386name = "lyon_tessellation"
9387version = "1.0.15"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9390dependencies = [
9391 "float_next_after",
9392 "lyon_path",
9393 "num-traits",
9394]
9395
9396[[package]]
9397name = "mac"
9398version = "0.1.1"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9401
9402[[package]]
9403name = "mach2"
9404version = "0.4.2"
9405source = "registry+https://github.com/rust-lang/crates.io-index"
9406checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9407dependencies = [
9408 "libc",
9409]
9410
9411[[package]]
9412name = "mach2"
9413version = "0.5.0"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9416dependencies = [
9417 "libc",
9418]
9419
9420[[package]]
9421name = "malloc_buf"
9422version = "0.0.6"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9425dependencies = [
9426 "libc",
9427]
9428
9429[[package]]
9430name = "maplit"
9431version = "1.0.2"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9434
9435[[package]]
9436name = "markdown"
9437version = "0.1.0"
9438dependencies = [
9439 "assets",
9440 "base64 0.22.1",
9441 "collections",
9442 "env_logger 0.11.8",
9443 "fs",
9444 "futures 0.3.31",
9445 "gpui",
9446 "language",
9447 "languages",
9448 "linkify",
9449 "log",
9450 "node_runtime",
9451 "pulldown-cmark 0.12.2",
9452 "settings",
9453 "sum_tree",
9454 "theme",
9455 "ui",
9456 "util",
9457 "workspace-hack",
9458]
9459
9460[[package]]
9461name = "markdown_preview"
9462version = "0.1.0"
9463dependencies = [
9464 "anyhow",
9465 "async-recursion",
9466 "collections",
9467 "editor",
9468 "fs",
9469 "gpui",
9470 "html5ever 0.27.0",
9471 "language",
9472 "linkify",
9473 "log",
9474 "markup5ever_rcdom",
9475 "pretty_assertions",
9476 "pulldown-cmark 0.12.2",
9477 "settings",
9478 "theme",
9479 "ui",
9480 "util",
9481 "workspace",
9482 "workspace-hack",
9483]
9484
9485[[package]]
9486name = "markup5ever"
9487version = "0.12.1"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9490dependencies = [
9491 "log",
9492 "phf",
9493 "phf_codegen",
9494 "string_cache",
9495 "string_cache_codegen",
9496 "tendril",
9497]
9498
9499[[package]]
9500name = "markup5ever"
9501version = "0.16.1"
9502source = "registry+https://github.com/rust-lang/crates.io-index"
9503checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9504dependencies = [
9505 "log",
9506 "tendril",
9507 "web_atoms",
9508]
9509
9510[[package]]
9511name = "markup5ever_rcdom"
9512version = "0.3.0"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9515dependencies = [
9516 "html5ever 0.27.0",
9517 "markup5ever 0.12.1",
9518 "tendril",
9519 "xml5ever",
9520]
9521
9522[[package]]
9523name = "match_token"
9524version = "0.1.0"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9527dependencies = [
9528 "proc-macro2",
9529 "quote",
9530 "syn 2.0.101",
9531]
9532
9533[[package]]
9534name = "matchers"
9535version = "0.2.0"
9536source = "registry+https://github.com/rust-lang/crates.io-index"
9537checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9538dependencies = [
9539 "regex-automata",
9540]
9541
9542[[package]]
9543name = "matchit"
9544version = "0.7.3"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9547
9548[[package]]
9549name = "maybe-owned"
9550version = "0.3.4"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9553
9554[[package]]
9555name = "maybe-rayon"
9556version = "0.1.1"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9559dependencies = [
9560 "cfg-if",
9561 "rayon",
9562]
9563
9564[[package]]
9565name = "md-5"
9566version = "0.10.6"
9567source = "registry+https://github.com/rust-lang/crates.io-index"
9568checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9569dependencies = [
9570 "cfg-if",
9571 "digest",
9572]
9573
9574[[package]]
9575name = "mdbook"
9576version = "0.4.40"
9577source = "registry+https://github.com/rust-lang/crates.io-index"
9578checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9579dependencies = [
9580 "ammonia",
9581 "anyhow",
9582 "chrono",
9583 "clap",
9584 "clap_complete",
9585 "elasticlunr-rs",
9586 "env_logger 0.11.8",
9587 "futures-util",
9588 "handlebars 5.1.2",
9589 "ignore",
9590 "log",
9591 "memchr",
9592 "notify 6.1.1",
9593 "notify-debouncer-mini",
9594 "once_cell",
9595 "opener",
9596 "pathdiff",
9597 "pulldown-cmark 0.10.3",
9598 "regex",
9599 "serde",
9600 "serde_json",
9601 "shlex",
9602 "tempfile",
9603 "tokio",
9604 "toml 0.5.11",
9605 "topological-sort",
9606 "walkdir",
9607 "warp",
9608]
9609
9610[[package]]
9611name = "media"
9612version = "0.1.0"
9613dependencies = [
9614 "anyhow",
9615 "bindgen 0.71.1",
9616 "core-foundation 0.10.0",
9617 "core-video",
9618 "ctor",
9619 "foreign-types 0.5.0",
9620 "metal",
9621 "objc",
9622 "workspace-hack",
9623]
9624
9625[[package]]
9626name = "memchr"
9627version = "2.7.4"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9630
9631[[package]]
9632name = "memfd"
9633version = "0.6.4"
9634source = "registry+https://github.com/rust-lang/crates.io-index"
9635checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9636dependencies = [
9637 "rustix 0.38.44",
9638]
9639
9640[[package]]
9641name = "memmap2"
9642version = "0.9.5"
9643source = "registry+https://github.com/rust-lang/crates.io-index"
9644checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9645dependencies = [
9646 "libc",
9647 "stable_deref_trait",
9648]
9649
9650[[package]]
9651name = "memoffset"
9652version = "0.9.1"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9655dependencies = [
9656 "autocfg",
9657]
9658
9659[[package]]
9660name = "menu"
9661version = "0.1.0"
9662dependencies = [
9663 "gpui",
9664 "workspace-hack",
9665]
9666
9667[[package]]
9668name = "metal"
9669version = "0.29.0"
9670source = "registry+https://github.com/rust-lang/crates.io-index"
9671checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9672dependencies = [
9673 "bitflags 2.9.0",
9674 "block",
9675 "core-graphics-types 0.1.3",
9676 "foreign-types 0.5.0",
9677 "log",
9678 "objc",
9679 "paste",
9680]
9681
9682[[package]]
9683name = "migrator"
9684version = "0.1.0"
9685dependencies = [
9686 "anyhow",
9687 "collections",
9688 "convert_case 0.8.0",
9689 "log",
9690 "pretty_assertions",
9691 "serde_json",
9692 "serde_json_lenient",
9693 "settings",
9694 "streaming-iterator",
9695 "tree-sitter",
9696 "tree-sitter-json",
9697 "unindent",
9698 "workspace-hack",
9699]
9700
9701[[package]]
9702name = "mimalloc"
9703version = "0.1.46"
9704source = "registry+https://github.com/rust-lang/crates.io-index"
9705checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9706dependencies = [
9707 "libmimalloc-sys",
9708]
9709
9710[[package]]
9711name = "mime"
9712version = "0.3.17"
9713source = "registry+https://github.com/rust-lang/crates.io-index"
9714checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9715
9716[[package]]
9717name = "mime_guess"
9718version = "2.0.5"
9719source = "registry+https://github.com/rust-lang/crates.io-index"
9720checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9721dependencies = [
9722 "mime",
9723 "unicase",
9724]
9725
9726[[package]]
9727name = "minidump-common"
9728version = "0.21.2"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9731dependencies = [
9732 "bitflags 2.9.0",
9733 "debugid",
9734 "num-derive",
9735 "num-traits",
9736 "range-map",
9737 "scroll",
9738 "smart-default",
9739]
9740
9741[[package]]
9742name = "minidump-writer"
9743version = "0.8.9"
9744source = "registry+https://github.com/rust-lang/crates.io-index"
9745checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9746dependencies = [
9747 "bitflags 2.9.0",
9748 "byteorder",
9749 "cfg-if",
9750 "crash-context",
9751 "goblin",
9752 "libc",
9753 "log",
9754 "mach2 0.4.2",
9755 "memmap2",
9756 "memoffset",
9757 "minidump-common",
9758 "nix 0.28.0",
9759 "procfs-core",
9760 "scroll",
9761 "tempfile",
9762 "thiserror 1.0.69",
9763]
9764
9765[[package]]
9766name = "minidumper"
9767version = "0.8.3"
9768source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9770dependencies = [
9771 "cfg-if",
9772 "crash-context",
9773 "libc",
9774 "log",
9775 "minidump-writer",
9776 "parking_lot",
9777 "polling",
9778 "scroll",
9779 "thiserror 1.0.69",
9780 "uds",
9781]
9782
9783[[package]]
9784name = "minimal-lexical"
9785version = "0.2.1"
9786source = "registry+https://github.com/rust-lang/crates.io-index"
9787checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9788
9789[[package]]
9790name = "miniz_oxide"
9791version = "0.8.8"
9792source = "registry+https://github.com/rust-lang/crates.io-index"
9793checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9794dependencies = [
9795 "adler2",
9796 "simd-adler32",
9797]
9798
9799[[package]]
9800name = "mint"
9801version = "0.5.9"
9802source = "registry+https://github.com/rust-lang/crates.io-index"
9803checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9804
9805[[package]]
9806name = "mio"
9807version = "0.8.11"
9808source = "registry+https://github.com/rust-lang/crates.io-index"
9809checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9810dependencies = [
9811 "libc",
9812 "log",
9813 "wasi 0.11.0+wasi-snapshot-preview1",
9814 "windows-sys 0.48.0",
9815]
9816
9817[[package]]
9818name = "mio"
9819version = "1.0.3"
9820source = "registry+https://github.com/rust-lang/crates.io-index"
9821checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9822dependencies = [
9823 "libc",
9824 "log",
9825 "wasi 0.11.0+wasi-snapshot-preview1",
9826 "windows-sys 0.52.0",
9827]
9828
9829[[package]]
9830name = "miow"
9831version = "0.6.0"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9834dependencies = [
9835 "windows-sys 0.48.0",
9836]
9837
9838[[package]]
9839name = "mistral"
9840version = "0.1.0"
9841dependencies = [
9842 "anyhow",
9843 "futures 0.3.31",
9844 "http_client",
9845 "schemars 1.0.1",
9846 "serde",
9847 "serde_json",
9848 "strum 0.27.1",
9849 "workspace-hack",
9850]
9851
9852[[package]]
9853name = "moka"
9854version = "0.12.10"
9855source = "registry+https://github.com/rust-lang/crates.io-index"
9856checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9857dependencies = [
9858 "crossbeam-channel",
9859 "crossbeam-epoch",
9860 "crossbeam-utils",
9861 "loom",
9862 "parking_lot",
9863 "portable-atomic",
9864 "rustc_version",
9865 "smallvec",
9866 "tagptr",
9867 "thiserror 1.0.69",
9868 "uuid",
9869]
9870
9871[[package]]
9872name = "msvc_spectre_libs"
9873version = "0.1.3"
9874source = "registry+https://github.com/rust-lang/crates.io-index"
9875checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9876dependencies = [
9877 "cc",
9878]
9879
9880[[package]]
9881name = "multi_buffer"
9882version = "0.1.0"
9883dependencies = [
9884 "anyhow",
9885 "buffer_diff",
9886 "clock",
9887 "collections",
9888 "ctor",
9889 "gpui",
9890 "indoc",
9891 "itertools 0.14.0",
9892 "language",
9893 "log",
9894 "parking_lot",
9895 "pretty_assertions",
9896 "project",
9897 "rand 0.9.1",
9898 "rope",
9899 "serde",
9900 "settings",
9901 "smallvec",
9902 "smol",
9903 "sum_tree",
9904 "text",
9905 "theme",
9906 "tree-sitter",
9907 "util",
9908 "workspace-hack",
9909 "zlog",
9910]
9911
9912[[package]]
9913name = "multimap"
9914version = "0.8.3"
9915source = "registry+https://github.com/rust-lang/crates.io-index"
9916checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9917
9918[[package]]
9919name = "naga"
9920version = "25.0.1"
9921source = "registry+https://github.com/rust-lang/crates.io-index"
9922checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9923dependencies = [
9924 "arrayvec",
9925 "bit-set 0.8.0",
9926 "bitflags 2.9.0",
9927 "cfg_aliases 0.2.1",
9928 "codespan-reporting",
9929 "half",
9930 "hashbrown 0.15.3",
9931 "hexf-parse",
9932 "indexmap 2.9.0",
9933 "log",
9934 "num-traits",
9935 "once_cell",
9936 "rustc-hash 1.1.0",
9937 "spirv",
9938 "strum 0.26.3",
9939 "thiserror 2.0.12",
9940 "unicode-ident",
9941]
9942
9943[[package]]
9944name = "nanoid"
9945version = "0.4.0"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9948dependencies = [
9949 "rand 0.8.5",
9950]
9951
9952[[package]]
9953name = "nanorand"
9954version = "0.7.0"
9955source = "registry+https://github.com/rust-lang/crates.io-index"
9956checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9957dependencies = [
9958 "getrandom 0.2.15",
9959]
9960
9961[[package]]
9962name = "native-tls"
9963version = "0.2.14"
9964source = "registry+https://github.com/rust-lang/crates.io-index"
9965checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9966dependencies = [
9967 "libc",
9968 "log",
9969 "openssl",
9970 "openssl-probe",
9971 "openssl-sys",
9972 "schannel",
9973 "security-framework 2.11.1",
9974 "security-framework-sys",
9975 "tempfile",
9976]
9977
9978[[package]]
9979name = "nbformat"
9980version = "0.10.0"
9981source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9982dependencies = [
9983 "anyhow",
9984 "chrono",
9985 "jupyter-protocol",
9986 "serde",
9987 "serde_json",
9988 "thiserror 1.0.69",
9989 "uuid",
9990]
9991
9992[[package]]
9993name = "nc"
9994version = "0.1.0"
9995dependencies = [
9996 "anyhow",
9997 "futures 0.3.31",
9998 "net",
9999 "smol",
10000 "workspace-hack",
10001]
10002
10003[[package]]
10004name = "ndk"
10005version = "0.9.0"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10008dependencies = [
10009 "bitflags 2.9.0",
10010 "jni-sys",
10011 "log",
10012 "ndk-sys",
10013 "num_enum",
10014 "thiserror 1.0.69",
10015]
10016
10017[[package]]
10018name = "ndk-context"
10019version = "0.1.1"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10022
10023[[package]]
10024name = "ndk-sys"
10025version = "0.6.0+11769913"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10028dependencies = [
10029 "jni-sys",
10030]
10031
10032[[package]]
10033name = "net"
10034version = "0.1.0"
10035dependencies = [
10036 "anyhow",
10037 "async-io",
10038 "smol",
10039 "tempfile",
10040 "windows 0.61.1",
10041 "workspace-hack",
10042]
10043
10044[[package]]
10045name = "new_debug_unreachable"
10046version = "1.0.6"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10049
10050[[package]]
10051name = "nix"
10052version = "0.28.0"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10055dependencies = [
10056 "bitflags 2.9.0",
10057 "cfg-if",
10058 "cfg_aliases 0.1.1",
10059 "libc",
10060]
10061
10062[[package]]
10063name = "nix"
10064version = "0.29.0"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10067dependencies = [
10068 "bitflags 2.9.0",
10069 "cfg-if",
10070 "cfg_aliases 0.2.1",
10071 "libc",
10072]
10073
10074[[package]]
10075name = "nix"
10076version = "0.30.1"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10079dependencies = [
10080 "bitflags 2.9.0",
10081 "cfg-if",
10082 "cfg_aliases 0.2.1",
10083 "libc",
10084 "memoffset",
10085]
10086
10087[[package]]
10088name = "node_runtime"
10089version = "0.1.0"
10090dependencies = [
10091 "anyhow",
10092 "async-compression",
10093 "async-std",
10094 "async-tar",
10095 "async-trait",
10096 "futures 0.3.31",
10097 "http_client",
10098 "log",
10099 "paths",
10100 "semver",
10101 "serde",
10102 "serde_json",
10103 "smol",
10104 "util",
10105 "watch",
10106 "which 6.0.3",
10107 "workspace-hack",
10108]
10109
10110[[package]]
10111name = "nom"
10112version = "7.1.3"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10115dependencies = [
10116 "memchr",
10117 "minimal-lexical",
10118]
10119
10120[[package]]
10121name = "nom"
10122version = "8.0.0"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10125dependencies = [
10126 "memchr",
10127]
10128
10129[[package]]
10130name = "noop_proc_macro"
10131version = "0.3.0"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10134
10135[[package]]
10136name = "normpath"
10137version = "1.3.0"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10140dependencies = [
10141 "windows-sys 0.59.0",
10142]
10143
10144[[package]]
10145name = "notifications"
10146version = "0.1.0"
10147dependencies = [
10148 "anyhow",
10149 "channel",
10150 "client",
10151 "collections",
10152 "component",
10153 "db",
10154 "gpui",
10155 "rpc",
10156 "settings",
10157 "sum_tree",
10158 "time",
10159 "ui",
10160 "util",
10161 "workspace",
10162 "workspace-hack",
10163 "zed_actions",
10164]
10165
10166[[package]]
10167name = "notify"
10168version = "6.1.1"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10171dependencies = [
10172 "bitflags 2.9.0",
10173 "crossbeam-channel",
10174 "filetime",
10175 "fsevent-sys 4.1.0",
10176 "inotify 0.9.6",
10177 "kqueue",
10178 "libc",
10179 "log",
10180 "mio 0.8.11",
10181 "walkdir",
10182 "windows-sys 0.48.0",
10183]
10184
10185[[package]]
10186name = "notify"
10187version = "8.0.0"
10188source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10189dependencies = [
10190 "bitflags 2.9.0",
10191 "filetime",
10192 "fsevent-sys 4.1.0",
10193 "inotify 0.11.0",
10194 "kqueue",
10195 "libc",
10196 "log",
10197 "mio 1.0.3",
10198 "notify-types",
10199 "walkdir",
10200 "windows-sys 0.59.0",
10201]
10202
10203[[package]]
10204name = "notify-debouncer-mini"
10205version = "0.4.1"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10208dependencies = [
10209 "crossbeam-channel",
10210 "log",
10211 "notify 6.1.1",
10212]
10213
10214[[package]]
10215name = "notify-types"
10216version = "2.0.0"
10217source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10218
10219[[package]]
10220name = "ntapi"
10221version = "0.4.1"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10224dependencies = [
10225 "winapi",
10226]
10227
10228[[package]]
10229name = "nu-ansi-term"
10230version = "0.50.1"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10233dependencies = [
10234 "windows-sys 0.52.0",
10235]
10236
10237[[package]]
10238name = "num"
10239version = "0.4.3"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10242dependencies = [
10243 "num-bigint",
10244 "num-complex",
10245 "num-integer",
10246 "num-iter",
10247 "num-rational",
10248 "num-traits",
10249]
10250
10251[[package]]
10252name = "num-bigint"
10253version = "0.4.6"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10256dependencies = [
10257 "num-integer",
10258 "num-traits",
10259]
10260
10261[[package]]
10262name = "num-bigint-dig"
10263version = "0.8.4"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10266dependencies = [
10267 "byteorder",
10268 "lazy_static",
10269 "libm",
10270 "num-integer",
10271 "num-iter",
10272 "num-traits",
10273 "rand 0.8.5",
10274 "serde",
10275 "smallvec",
10276 "zeroize",
10277]
10278
10279[[package]]
10280name = "num-cmp"
10281version = "0.1.0"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10284
10285[[package]]
10286name = "num-complex"
10287version = "0.4.6"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10290dependencies = [
10291 "bytemuck",
10292 "num-traits",
10293]
10294
10295[[package]]
10296name = "num-conv"
10297version = "0.1.0"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10300
10301[[package]]
10302name = "num-derive"
10303version = "0.4.2"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10306dependencies = [
10307 "proc-macro2",
10308 "quote",
10309 "syn 2.0.101",
10310]
10311
10312[[package]]
10313name = "num-format"
10314version = "0.4.4"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10317dependencies = [
10318 "arrayvec",
10319 "itoa",
10320]
10321
10322[[package]]
10323name = "num-integer"
10324version = "0.1.46"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10327dependencies = [
10328 "num-traits",
10329]
10330
10331[[package]]
10332name = "num-iter"
10333version = "0.1.45"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10336dependencies = [
10337 "autocfg",
10338 "num-integer",
10339 "num-traits",
10340]
10341
10342[[package]]
10343name = "num-rational"
10344version = "0.4.2"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10347dependencies = [
10348 "num-bigint",
10349 "num-integer",
10350 "num-traits",
10351]
10352
10353[[package]]
10354name = "num-traits"
10355version = "0.2.19"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10358dependencies = [
10359 "autocfg",
10360 "libm",
10361]
10362
10363[[package]]
10364name = "num_cpus"
10365version = "1.16.0"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10368dependencies = [
10369 "hermit-abi 0.3.9",
10370 "libc",
10371]
10372
10373[[package]]
10374name = "num_enum"
10375version = "0.7.3"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10378dependencies = [
10379 "num_enum_derive",
10380]
10381
10382[[package]]
10383name = "num_enum_derive"
10384version = "0.7.3"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10387dependencies = [
10388 "proc-macro-crate",
10389 "proc-macro2",
10390 "quote",
10391 "syn 2.0.101",
10392]
10393
10394[[package]]
10395name = "num_threads"
10396version = "0.1.7"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10399dependencies = [
10400 "libc",
10401]
10402
10403[[package]]
10404name = "nvim-rs"
10405version = "0.9.2"
10406source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10407dependencies = [
10408 "async-trait",
10409 "futures 0.3.31",
10410 "log",
10411 "rmp",
10412 "rmpv",
10413 "tokio",
10414 "tokio-util",
10415]
10416
10417[[package]]
10418name = "objc"
10419version = "0.2.7"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10422dependencies = [
10423 "malloc_buf",
10424 "objc_exception",
10425]
10426
10427[[package]]
10428name = "objc-foundation"
10429version = "0.1.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10432dependencies = [
10433 "block",
10434 "objc",
10435 "objc_id",
10436]
10437
10438[[package]]
10439name = "objc2"
10440version = "0.6.1"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10443dependencies = [
10444 "objc2-encode",
10445]
10446
10447[[package]]
10448name = "objc2-app-kit"
10449version = "0.3.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10452dependencies = [
10453 "bitflags 2.9.0",
10454 "objc2",
10455 "objc2-core-foundation",
10456 "objc2-foundation",
10457 "objc2-quartz-core",
10458]
10459
10460[[package]]
10461name = "objc2-audio-toolbox"
10462version = "0.3.1"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10465dependencies = [
10466 "bitflags 2.9.0",
10467 "libc",
10468 "objc2",
10469 "objc2-core-audio",
10470 "objc2-core-audio-types",
10471 "objc2-core-foundation",
10472 "objc2-foundation",
10473]
10474
10475[[package]]
10476name = "objc2-core-audio"
10477version = "0.3.1"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10480dependencies = [
10481 "dispatch2",
10482 "objc2",
10483 "objc2-core-audio-types",
10484 "objc2-core-foundation",
10485]
10486
10487[[package]]
10488name = "objc2-core-audio-types"
10489version = "0.3.1"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10492dependencies = [
10493 "bitflags 2.9.0",
10494 "objc2",
10495]
10496
10497[[package]]
10498name = "objc2-core-foundation"
10499version = "0.3.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10502dependencies = [
10503 "bitflags 2.9.0",
10504 "dispatch2",
10505 "objc2",
10506]
10507
10508[[package]]
10509name = "objc2-encode"
10510version = "4.1.0"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10513
10514[[package]]
10515name = "objc2-foundation"
10516version = "0.3.1"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10519dependencies = [
10520 "bitflags 2.9.0",
10521 "objc2",
10522 "objc2-core-foundation",
10523]
10524
10525[[package]]
10526name = "objc2-metal"
10527version = "0.3.1"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10530dependencies = [
10531 "bitflags 2.9.0",
10532 "block2",
10533 "dispatch2",
10534 "objc2",
10535 "objc2-core-foundation",
10536 "objc2-foundation",
10537]
10538
10539[[package]]
10540name = "objc2-quartz-core"
10541version = "0.3.1"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10544dependencies = [
10545 "bitflags 2.9.0",
10546 "objc2",
10547 "objc2-core-foundation",
10548 "objc2-foundation",
10549 "objc2-metal",
10550]
10551
10552[[package]]
10553name = "objc2-ui-kit"
10554version = "0.3.1"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10557dependencies = [
10558 "bitflags 2.9.0",
10559 "objc2",
10560 "objc2-core-foundation",
10561 "objc2-foundation",
10562 "objc2-quartz-core",
10563]
10564
10565[[package]]
10566name = "objc_exception"
10567version = "0.1.2"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10570dependencies = [
10571 "cc",
10572]
10573
10574[[package]]
10575name = "objc_id"
10576version = "0.1.1"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10579dependencies = [
10580 "objc",
10581]
10582
10583[[package]]
10584name = "object"
10585version = "0.36.7"
10586source = "registry+https://github.com/rust-lang/crates.io-index"
10587checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10588dependencies = [
10589 "crc32fast",
10590 "hashbrown 0.15.3",
10591 "indexmap 2.9.0",
10592 "memchr",
10593]
10594
10595[[package]]
10596name = "ollama"
10597version = "0.1.0"
10598dependencies = [
10599 "anyhow",
10600 "futures 0.3.31",
10601 "http_client",
10602 "schemars 1.0.1",
10603 "serde",
10604 "serde_json",
10605 "settings",
10606 "workspace-hack",
10607]
10608
10609[[package]]
10610name = "onboarding"
10611version = "0.1.0"
10612dependencies = [
10613 "ai_onboarding",
10614 "anyhow",
10615 "client",
10616 "component",
10617 "db",
10618 "documented",
10619 "editor",
10620 "fs",
10621 "fuzzy",
10622 "git",
10623 "gpui",
10624 "itertools 0.14.0",
10625 "language",
10626 "language_model",
10627 "menu",
10628 "notifications",
10629 "picker",
10630 "project",
10631 "schemars 1.0.1",
10632 "serde",
10633 "settings",
10634 "telemetry",
10635 "theme",
10636 "ui",
10637 "util",
10638 "vim_mode_setting",
10639 "workspace",
10640 "workspace-hack",
10641 "zed_actions",
10642 "zlog",
10643]
10644
10645[[package]]
10646name = "once_cell"
10647version = "1.21.3"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10650
10651[[package]]
10652name = "oo7"
10653version = "0.5.0"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10656dependencies = [
10657 "aes",
10658 "ashpd 0.12.0",
10659 "async-fs",
10660 "async-io",
10661 "async-lock",
10662 "blocking",
10663 "cbc",
10664 "cipher",
10665 "digest",
10666 "endi",
10667 "futures-lite 2.6.0",
10668 "futures-util",
10669 "getrandom 0.3.2",
10670 "hkdf",
10671 "hmac",
10672 "md-5",
10673 "num",
10674 "num-bigint-dig",
10675 "pbkdf2 0.12.2",
10676 "rand 0.9.1",
10677 "serde",
10678 "sha2",
10679 "subtle",
10680 "zbus",
10681 "zbus_macros",
10682 "zeroize",
10683 "zvariant",
10684]
10685
10686[[package]]
10687name = "oorandom"
10688version = "11.1.5"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10691
10692[[package]]
10693name = "open"
10694version = "5.3.2"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10697dependencies = [
10698 "is-wsl",
10699 "libc",
10700 "pathdiff",
10701]
10702
10703[[package]]
10704name = "open_ai"
10705version = "0.1.0"
10706dependencies = [
10707 "anyhow",
10708 "futures 0.3.31",
10709 "http_client",
10710 "log",
10711 "schemars 1.0.1",
10712 "serde",
10713 "serde_json",
10714 "settings",
10715 "strum 0.27.1",
10716 "workspace-hack",
10717]
10718
10719[[package]]
10720name = "open_router"
10721version = "0.1.0"
10722dependencies = [
10723 "anyhow",
10724 "futures 0.3.31",
10725 "http_client",
10726 "schemars 1.0.1",
10727 "serde",
10728 "serde_json",
10729 "settings",
10730 "strum 0.27.1",
10731 "thiserror 2.0.12",
10732 "workspace-hack",
10733]
10734
10735[[package]]
10736name = "opener"
10737version = "0.7.2"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10740dependencies = [
10741 "bstr",
10742 "dbus",
10743 "normpath",
10744 "windows-sys 0.59.0",
10745]
10746
10747[[package]]
10748name = "openssl"
10749version = "0.10.72"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10752dependencies = [
10753 "bitflags 2.9.0",
10754 "cfg-if",
10755 "foreign-types 0.3.2",
10756 "libc",
10757 "once_cell",
10758 "openssl-macros",
10759 "openssl-sys",
10760]
10761
10762[[package]]
10763name = "openssl-macros"
10764version = "0.1.1"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10767dependencies = [
10768 "proc-macro2",
10769 "quote",
10770 "syn 2.0.101",
10771]
10772
10773[[package]]
10774name = "openssl-probe"
10775version = "0.1.6"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10778
10779[[package]]
10780name = "openssl-sys"
10781version = "0.9.107"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10784dependencies = [
10785 "cc",
10786 "libc",
10787 "pkg-config",
10788 "vcpkg",
10789]
10790
10791[[package]]
10792name = "optfield"
10793version = "0.3.0"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10796dependencies = [
10797 "proc-macro2",
10798 "quote",
10799 "syn 2.0.101",
10800]
10801
10802[[package]]
10803name = "option-ext"
10804version = "0.2.0"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10807
10808[[package]]
10809name = "ordered-float"
10810version = "2.10.1"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10813dependencies = [
10814 "num-traits",
10815]
10816
10817[[package]]
10818name = "ordered-float"
10819version = "4.6.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10822dependencies = [
10823 "num-traits",
10824]
10825
10826[[package]]
10827name = "ordered-stream"
10828version = "0.2.0"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10831dependencies = [
10832 "futures-core",
10833 "pin-project-lite",
10834]
10835
10836[[package]]
10837name = "ouroboros"
10838version = "0.18.5"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10841dependencies = [
10842 "aliasable",
10843 "ouroboros_macro",
10844 "static_assertions",
10845]
10846
10847[[package]]
10848name = "ouroboros_macro"
10849version = "0.18.5"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10852dependencies = [
10853 "heck 0.4.1",
10854 "proc-macro2",
10855 "proc-macro2-diagnostics",
10856 "quote",
10857 "syn 2.0.101",
10858]
10859
10860[[package]]
10861name = "outline"
10862version = "0.1.0"
10863dependencies = [
10864 "editor",
10865 "fuzzy",
10866 "gpui",
10867 "indoc",
10868 "language",
10869 "menu",
10870 "ordered-float 2.10.1",
10871 "picker",
10872 "project",
10873 "rope",
10874 "serde_json",
10875 "settings",
10876 "smol",
10877 "theme",
10878 "tree-sitter-rust",
10879 "tree-sitter-typescript",
10880 "ui",
10881 "util",
10882 "workspace",
10883 "workspace-hack",
10884 "zed_actions",
10885]
10886
10887[[package]]
10888name = "outline_panel"
10889version = "0.1.0"
10890dependencies = [
10891 "anyhow",
10892 "collections",
10893 "db",
10894 "editor",
10895 "file_icons",
10896 "fuzzy",
10897 "gpui",
10898 "itertools 0.14.0",
10899 "language",
10900 "log",
10901 "menu",
10902 "outline",
10903 "pretty_assertions",
10904 "project",
10905 "search",
10906 "serde",
10907 "serde_json",
10908 "settings",
10909 "smallvec",
10910 "smol",
10911 "theme",
10912 "ui",
10913 "util",
10914 "workspace",
10915 "workspace-hack",
10916 "worktree",
10917 "zed_actions",
10918]
10919
10920[[package]]
10921name = "outref"
10922version = "0.5.2"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10925
10926[[package]]
10927name = "p256"
10928version = "0.11.1"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10931dependencies = [
10932 "ecdsa",
10933 "elliptic-curve",
10934 "sha2",
10935]
10936
10937[[package]]
10938name = "page_size"
10939version = "0.6.0"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10942dependencies = [
10943 "libc",
10944 "winapi",
10945]
10946
10947[[package]]
10948name = "palette"
10949version = "0.7.6"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10952dependencies = [
10953 "approx",
10954 "fast-srgb8",
10955 "palette_derive",
10956]
10957
10958[[package]]
10959name = "palette_derive"
10960version = "0.7.6"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10963dependencies = [
10964 "by_address",
10965 "proc-macro2",
10966 "quote",
10967 "syn 2.0.101",
10968]
10969
10970[[package]]
10971name = "panel"
10972version = "0.1.0"
10973dependencies = [
10974 "editor",
10975 "gpui",
10976 "settings",
10977 "theme",
10978 "ui",
10979 "workspace",
10980 "workspace-hack",
10981]
10982
10983[[package]]
10984name = "parking"
10985version = "2.2.1"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10988
10989[[package]]
10990name = "parking_lot"
10991version = "0.12.4"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10994dependencies = [
10995 "lock_api",
10996 "parking_lot_core",
10997]
10998
10999[[package]]
11000name = "parking_lot_core"
11001version = "0.9.11"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11004dependencies = [
11005 "cfg-if",
11006 "libc",
11007 "redox_syscall 0.5.11",
11008 "smallvec",
11009 "windows-targets 0.52.6",
11010]
11011
11012[[package]]
11013name = "parse_int"
11014version = "0.9.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11017dependencies = [
11018 "num-traits",
11019]
11020
11021[[package]]
11022name = "partial-json-fixer"
11023version = "0.5.3"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11026
11027[[package]]
11028name = "password-hash"
11029version = "0.4.2"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11032dependencies = [
11033 "base64ct",
11034 "rand_core 0.6.4",
11035 "subtle",
11036]
11037
11038[[package]]
11039name = "password-hash"
11040version = "0.5.0"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11043dependencies = [
11044 "base64ct",
11045 "rand_core 0.6.4",
11046 "subtle",
11047]
11048
11049[[package]]
11050name = "paste"
11051version = "1.0.15"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11054
11055[[package]]
11056name = "pathdiff"
11057version = "0.2.3"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11060
11061[[package]]
11062name = "pathfinder_geometry"
11063version = "0.5.1"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11066dependencies = [
11067 "log",
11068 "pathfinder_simd",
11069]
11070
11071[[package]]
11072name = "pathfinder_simd"
11073version = "0.5.5"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11076dependencies = [
11077 "rustc_version",
11078]
11079
11080[[package]]
11081name = "paths"
11082version = "0.1.0"
11083dependencies = [
11084 "dirs 4.0.0",
11085 "ignore",
11086 "util",
11087 "workspace-hack",
11088]
11089
11090[[package]]
11091name = "pbjson"
11092version = "0.6.0"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11095dependencies = [
11096 "base64 0.21.7",
11097 "serde",
11098]
11099
11100[[package]]
11101name = "pbjson-build"
11102version = "0.6.2"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11105dependencies = [
11106 "heck 0.4.1",
11107 "itertools 0.11.0",
11108 "prost 0.12.6",
11109 "prost-types 0.12.6",
11110]
11111
11112[[package]]
11113name = "pbjson-types"
11114version = "0.6.0"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11117dependencies = [
11118 "bytes 1.10.1",
11119 "chrono",
11120 "pbjson",
11121 "pbjson-build",
11122 "prost 0.12.6",
11123 "prost-build 0.12.6",
11124 "serde",
11125]
11126
11127[[package]]
11128name = "pbkdf2"
11129version = "0.11.0"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11132dependencies = [
11133 "digest",
11134 "hmac",
11135 "password-hash 0.4.2",
11136 "sha2",
11137]
11138
11139[[package]]
11140name = "pbkdf2"
11141version = "0.12.2"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11144dependencies = [
11145 "digest",
11146 "hmac",
11147]
11148
11149[[package]]
11150name = "pciid-parser"
11151version = "0.8.0"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11154
11155[[package]]
11156name = "pem"
11157version = "3.0.5"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11160dependencies = [
11161 "base64 0.22.1",
11162 "serde",
11163]
11164
11165[[package]]
11166name = "pem-rfc7468"
11167version = "0.7.0"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11170dependencies = [
11171 "base64ct",
11172]
11173
11174[[package]]
11175name = "percent-encoding"
11176version = "2.3.1"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11179
11180[[package]]
11181name = "perf"
11182version = "0.1.0"
11183dependencies = [
11184 "collections",
11185 "serde",
11186 "serde_json",
11187 "workspace-hack",
11188]
11189
11190[[package]]
11191name = "pest"
11192version = "2.8.0"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11195dependencies = [
11196 "memchr",
11197 "thiserror 2.0.12",
11198 "ucd-trie",
11199]
11200
11201[[package]]
11202name = "pest_derive"
11203version = "2.8.0"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11206dependencies = [
11207 "pest",
11208 "pest_generator",
11209]
11210
11211[[package]]
11212name = "pest_generator"
11213version = "2.8.0"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11216dependencies = [
11217 "pest",
11218 "pest_meta",
11219 "proc-macro2",
11220 "quote",
11221 "syn 2.0.101",
11222]
11223
11224[[package]]
11225name = "pest_meta"
11226version = "2.8.0"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11229dependencies = [
11230 "once_cell",
11231 "pest",
11232 "sha2",
11233]
11234
11235[[package]]
11236name = "pet"
11237version = "0.1.0"
11238source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11239dependencies = [
11240 "clap",
11241 "env_logger 0.10.2",
11242 "lazy_static",
11243 "log",
11244 "msvc_spectre_libs",
11245 "pet-conda",
11246 "pet-core",
11247 "pet-env-var-path",
11248 "pet-fs",
11249 "pet-global-virtualenvs",
11250 "pet-homebrew",
11251 "pet-jsonrpc",
11252 "pet-linux-global-python",
11253 "pet-mac-commandlinetools",
11254 "pet-mac-python-org",
11255 "pet-mac-xcode",
11256 "pet-pipenv",
11257 "pet-pixi",
11258 "pet-poetry",
11259 "pet-pyenv",
11260 "pet-python-utils",
11261 "pet-reporter",
11262 "pet-telemetry",
11263 "pet-venv",
11264 "pet-virtualenv",
11265 "pet-virtualenvwrapper",
11266 "pet-windows-registry",
11267 "pet-windows-store",
11268 "serde",
11269 "serde_json",
11270]
11271
11272[[package]]
11273name = "pet-conda"
11274version = "0.1.0"
11275source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11276dependencies = [
11277 "env_logger 0.10.2",
11278 "lazy_static",
11279 "log",
11280 "msvc_spectre_libs",
11281 "pet-core",
11282 "pet-fs",
11283 "pet-python-utils",
11284 "pet-reporter",
11285 "regex",
11286 "serde",
11287 "serde_json",
11288 "yaml-rust2",
11289]
11290
11291[[package]]
11292name = "pet-core"
11293version = "0.1.0"
11294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11295dependencies = [
11296 "clap",
11297 "lazy_static",
11298 "log",
11299 "msvc_spectre_libs",
11300 "pet-fs",
11301 "regex",
11302 "serde",
11303 "serde_json",
11304]
11305
11306[[package]]
11307name = "pet-env-var-path"
11308version = "0.1.0"
11309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11310dependencies = [
11311 "lazy_static",
11312 "log",
11313 "msvc_spectre_libs",
11314 "pet-conda",
11315 "pet-core",
11316 "pet-fs",
11317 "pet-python-utils",
11318 "pet-virtualenv",
11319 "regex",
11320]
11321
11322[[package]]
11323name = "pet-fs"
11324version = "0.1.0"
11325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11326dependencies = [
11327 "log",
11328 "msvc_spectre_libs",
11329]
11330
11331[[package]]
11332name = "pet-global-virtualenvs"
11333version = "0.1.0"
11334source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11335dependencies = [
11336 "log",
11337 "msvc_spectre_libs",
11338 "pet-conda",
11339 "pet-core",
11340 "pet-fs",
11341 "pet-virtualenv",
11342]
11343
11344[[package]]
11345name = "pet-homebrew"
11346version = "0.1.0"
11347source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11348dependencies = [
11349 "lazy_static",
11350 "log",
11351 "msvc_spectre_libs",
11352 "pet-conda",
11353 "pet-core",
11354 "pet-fs",
11355 "pet-python-utils",
11356 "pet-virtualenv",
11357 "regex",
11358 "serde",
11359 "serde_json",
11360]
11361
11362[[package]]
11363name = "pet-jsonrpc"
11364version = "0.1.0"
11365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11366dependencies = [
11367 "env_logger 0.10.2",
11368 "log",
11369 "msvc_spectre_libs",
11370 "pet-core",
11371 "serde",
11372 "serde_json",
11373]
11374
11375[[package]]
11376name = "pet-linux-global-python"
11377version = "0.1.0"
11378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11379dependencies = [
11380 "log",
11381 "msvc_spectre_libs",
11382 "pet-core",
11383 "pet-fs",
11384 "pet-python-utils",
11385 "pet-virtualenv",
11386]
11387
11388[[package]]
11389name = "pet-mac-commandlinetools"
11390version = "0.1.0"
11391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11392dependencies = [
11393 "log",
11394 "msvc_spectre_libs",
11395 "pet-core",
11396 "pet-fs",
11397 "pet-python-utils",
11398 "pet-virtualenv",
11399]
11400
11401[[package]]
11402name = "pet-mac-python-org"
11403version = "0.1.0"
11404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11405dependencies = [
11406 "log",
11407 "msvc_spectre_libs",
11408 "pet-core",
11409 "pet-fs",
11410 "pet-python-utils",
11411 "pet-virtualenv",
11412]
11413
11414[[package]]
11415name = "pet-mac-xcode"
11416version = "0.1.0"
11417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11418dependencies = [
11419 "log",
11420 "msvc_spectre_libs",
11421 "pet-core",
11422 "pet-fs",
11423 "pet-python-utils",
11424 "pet-virtualenv",
11425]
11426
11427[[package]]
11428name = "pet-pipenv"
11429version = "0.1.0"
11430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11431dependencies = [
11432 "log",
11433 "msvc_spectre_libs",
11434 "pet-core",
11435 "pet-fs",
11436 "pet-python-utils",
11437 "pet-virtualenv",
11438]
11439
11440[[package]]
11441name = "pet-pixi"
11442version = "0.1.0"
11443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11444dependencies = [
11445 "log",
11446 "msvc_spectre_libs",
11447 "pet-conda",
11448 "pet-core",
11449 "pet-python-utils",
11450]
11451
11452[[package]]
11453name = "pet-poetry"
11454version = "0.1.0"
11455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11456dependencies = [
11457 "base64 0.22.1",
11458 "lazy_static",
11459 "log",
11460 "msvc_spectre_libs",
11461 "pet-core",
11462 "pet-fs",
11463 "pet-python-utils",
11464 "pet-reporter",
11465 "pet-virtualenv",
11466 "regex",
11467 "serde",
11468 "serde_json",
11469 "sha2",
11470 "toml 0.8.20",
11471]
11472
11473[[package]]
11474name = "pet-pyenv"
11475version = "0.1.0"
11476source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11477dependencies = [
11478 "lazy_static",
11479 "log",
11480 "msvc_spectre_libs",
11481 "pet-conda",
11482 "pet-core",
11483 "pet-fs",
11484 "pet-python-utils",
11485 "pet-reporter",
11486 "regex",
11487 "serde",
11488 "serde_json",
11489]
11490
11491[[package]]
11492name = "pet-python-utils"
11493version = "0.1.0"
11494source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11495dependencies = [
11496 "env_logger 0.10.2",
11497 "lazy_static",
11498 "log",
11499 "msvc_spectre_libs",
11500 "pet-core",
11501 "pet-fs",
11502 "regex",
11503 "serde",
11504 "serde_json",
11505 "sha2",
11506]
11507
11508[[package]]
11509name = "pet-reporter"
11510version = "0.1.0"
11511source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11512dependencies = [
11513 "env_logger 0.10.2",
11514 "log",
11515 "msvc_spectre_libs",
11516 "pet-core",
11517 "pet-jsonrpc",
11518 "serde",
11519 "serde_json",
11520]
11521
11522[[package]]
11523name = "pet-telemetry"
11524version = "0.1.0"
11525source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11526dependencies = [
11527 "env_logger 0.10.2",
11528 "lazy_static",
11529 "log",
11530 "msvc_spectre_libs",
11531 "pet-core",
11532 "pet-fs",
11533 "pet-python-utils",
11534 "regex",
11535]
11536
11537[[package]]
11538name = "pet-venv"
11539version = "0.1.0"
11540source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11541dependencies = [
11542 "log",
11543 "msvc_spectre_libs",
11544 "pet-core",
11545 "pet-python-utils",
11546 "pet-virtualenv",
11547]
11548
11549[[package]]
11550name = "pet-virtualenv"
11551version = "0.1.0"
11552source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11553dependencies = [
11554 "log",
11555 "msvc_spectre_libs",
11556 "pet-core",
11557 "pet-fs",
11558 "pet-python-utils",
11559]
11560
11561[[package]]
11562name = "pet-virtualenvwrapper"
11563version = "0.1.0"
11564source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11565dependencies = [
11566 "log",
11567 "msvc_spectre_libs",
11568 "pet-core",
11569 "pet-fs",
11570 "pet-python-utils",
11571 "pet-virtualenv",
11572]
11573
11574[[package]]
11575name = "pet-windows-registry"
11576version = "0.1.0"
11577source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11578dependencies = [
11579 "lazy_static",
11580 "log",
11581 "msvc_spectre_libs",
11582 "pet-conda",
11583 "pet-core",
11584 "pet-fs",
11585 "pet-python-utils",
11586 "pet-virtualenv",
11587 "pet-windows-store",
11588 "regex",
11589 "winreg 0.55.0",
11590]
11591
11592[[package]]
11593name = "pet-windows-store"
11594version = "0.1.0"
11595source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11596dependencies = [
11597 "lazy_static",
11598 "log",
11599 "msvc_spectre_libs",
11600 "pet-core",
11601 "pet-fs",
11602 "pet-python-utils",
11603 "pet-virtualenv",
11604 "regex",
11605 "winreg 0.55.0",
11606]
11607
11608[[package]]
11609name = "petgraph"
11610version = "0.6.5"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11613dependencies = [
11614 "fixedbitset",
11615 "indexmap 2.9.0",
11616]
11617
11618[[package]]
11619name = "pgvector"
11620version = "0.4.0"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11623dependencies = [
11624 "serde",
11625]
11626
11627[[package]]
11628name = "phf"
11629version = "0.11.3"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11632dependencies = [
11633 "phf_macros",
11634 "phf_shared",
11635]
11636
11637[[package]]
11638name = "phf_codegen"
11639version = "0.11.3"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11642dependencies = [
11643 "phf_generator",
11644 "phf_shared",
11645]
11646
11647[[package]]
11648name = "phf_generator"
11649version = "0.11.3"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11652dependencies = [
11653 "phf_shared",
11654 "rand 0.8.5",
11655]
11656
11657[[package]]
11658name = "phf_macros"
11659version = "0.11.3"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11662dependencies = [
11663 "phf_generator",
11664 "phf_shared",
11665 "proc-macro2",
11666 "quote",
11667 "syn 2.0.101",
11668]
11669
11670[[package]]
11671name = "phf_shared"
11672version = "0.11.3"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11675dependencies = [
11676 "siphasher",
11677]
11678
11679[[package]]
11680name = "picker"
11681version = "0.1.0"
11682dependencies = [
11683 "anyhow",
11684 "ctor",
11685 "editor",
11686 "env_logger 0.11.8",
11687 "gpui",
11688 "menu",
11689 "schemars 1.0.1",
11690 "serde",
11691 "serde_json",
11692 "theme",
11693 "ui",
11694 "workspace",
11695 "workspace-hack",
11696]
11697
11698[[package]]
11699name = "pico-args"
11700version = "0.5.0"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11703
11704[[package]]
11705name = "pin-project"
11706version = "1.1.10"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11709dependencies = [
11710 "pin-project-internal",
11711]
11712
11713[[package]]
11714name = "pin-project-internal"
11715version = "1.1.10"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11718dependencies = [
11719 "proc-macro2",
11720 "quote",
11721 "syn 2.0.101",
11722]
11723
11724[[package]]
11725name = "pin-project-lite"
11726version = "0.2.16"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11729
11730[[package]]
11731name = "pin-utils"
11732version = "0.1.0"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11735
11736[[package]]
11737name = "piper"
11738version = "0.2.4"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11741dependencies = [
11742 "atomic-waker",
11743 "fastrand 2.3.0",
11744 "futures-io",
11745]
11746
11747[[package]]
11748name = "pkcs1"
11749version = "0.7.5"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11752dependencies = [
11753 "der 0.7.10",
11754 "pkcs8 0.10.2",
11755 "spki 0.7.3",
11756]
11757
11758[[package]]
11759name = "pkcs8"
11760version = "0.9.0"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11763dependencies = [
11764 "der 0.6.1",
11765 "spki 0.6.0",
11766]
11767
11768[[package]]
11769name = "pkcs8"
11770version = "0.10.2"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11773dependencies = [
11774 "der 0.7.10",
11775 "spki 0.7.3",
11776]
11777
11778[[package]]
11779name = "pkg-config"
11780version = "0.3.32"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11783
11784[[package]]
11785name = "plain"
11786version = "0.2.3"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11789
11790[[package]]
11791name = "plist"
11792version = "1.7.1"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11795dependencies = [
11796 "base64 0.22.1",
11797 "indexmap 2.9.0",
11798 "quick-xml 0.32.0",
11799 "serde",
11800 "time",
11801]
11802
11803[[package]]
11804name = "plotters"
11805version = "0.3.7"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11808dependencies = [
11809 "num-traits",
11810 "plotters-backend",
11811 "plotters-svg",
11812 "wasm-bindgen",
11813 "web-sys",
11814]
11815
11816[[package]]
11817name = "plotters-backend"
11818version = "0.3.7"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11821
11822[[package]]
11823name = "plotters-svg"
11824version = "0.3.7"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11827dependencies = [
11828 "plotters-backend",
11829]
11830
11831[[package]]
11832name = "png"
11833version = "0.17.16"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11836dependencies = [
11837 "bitflags 1.3.2",
11838 "crc32fast",
11839 "fdeflate",
11840 "flate2",
11841 "miniz_oxide",
11842]
11843
11844[[package]]
11845name = "polling"
11846version = "3.11.0"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11849dependencies = [
11850 "cfg-if",
11851 "concurrent-queue",
11852 "hermit-abi 0.5.0",
11853 "pin-project-lite",
11854 "rustix 1.0.7",
11855 "windows-sys 0.61.0",
11856]
11857
11858[[package]]
11859name = "pollster"
11860version = "0.2.5"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11863
11864[[package]]
11865name = "portable-atomic"
11866version = "1.11.0"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11869
11870[[package]]
11871name = "portable-atomic-util"
11872version = "0.2.4"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11875dependencies = [
11876 "portable-atomic",
11877]
11878
11879[[package]]
11880name = "portable-pty"
11881version = "0.9.0"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11884dependencies = [
11885 "anyhow",
11886 "bitflags 1.3.2",
11887 "downcast-rs",
11888 "filedescriptor",
11889 "lazy_static",
11890 "libc",
11891 "log",
11892 "nix 0.28.0",
11893 "serial2",
11894 "shared_library",
11895 "shell-words",
11896 "winapi",
11897 "winreg 0.10.1",
11898]
11899
11900[[package]]
11901name = "postage"
11902version = "0.5.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11905dependencies = [
11906 "atomic",
11907 "crossbeam-queue",
11908 "futures 0.3.31",
11909 "log",
11910 "parking_lot",
11911 "pin-project",
11912 "pollster",
11913 "static_assertions",
11914 "thiserror 1.0.69",
11915]
11916
11917[[package]]
11918name = "postcard"
11919version = "1.1.1"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11922dependencies = [
11923 "cobs",
11924 "embedded-io 0.4.0",
11925 "embedded-io 0.6.1",
11926 "serde",
11927]
11928
11929[[package]]
11930name = "powerfmt"
11931version = "0.2.0"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11934
11935[[package]]
11936name = "ppv-lite86"
11937version = "0.2.21"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11940dependencies = [
11941 "zerocopy 0.8.24",
11942]
11943
11944[[package]]
11945name = "precomputed-hash"
11946version = "0.1.1"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11949
11950[[package]]
11951name = "prettier"
11952version = "0.1.0"
11953dependencies = [
11954 "anyhow",
11955 "collections",
11956 "fs",
11957 "gpui",
11958 "language",
11959 "log",
11960 "lsp",
11961 "node_runtime",
11962 "parking_lot",
11963 "paths",
11964 "serde",
11965 "serde_json",
11966 "util",
11967 "workspace-hack",
11968]
11969
11970[[package]]
11971name = "pretty_assertions"
11972version = "1.4.1"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11975dependencies = [
11976 "diff",
11977 "yansi",
11978]
11979
11980[[package]]
11981name = "prettyplease"
11982version = "0.2.32"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11985dependencies = [
11986 "proc-macro2",
11987 "syn 2.0.101",
11988]
11989
11990[[package]]
11991name = "primal-check"
11992version = "0.3.4"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11995dependencies = [
11996 "num-integer",
11997]
11998
11999[[package]]
12000name = "proc-macro-crate"
12001version = "3.3.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12004dependencies = [
12005 "toml_edit",
12006]
12007
12008[[package]]
12009name = "proc-macro-error-attr2"
12010version = "2.0.0"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12013dependencies = [
12014 "proc-macro2",
12015 "quote",
12016]
12017
12018[[package]]
12019name = "proc-macro-error2"
12020version = "2.0.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12023dependencies = [
12024 "proc-macro-error-attr2",
12025 "proc-macro2",
12026 "quote",
12027 "syn 2.0.101",
12028]
12029
12030[[package]]
12031name = "proc-macro2"
12032version = "1.0.95"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12035dependencies = [
12036 "unicode-ident",
12037]
12038
12039[[package]]
12040name = "proc-macro2-diagnostics"
12041version = "0.10.1"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12044dependencies = [
12045 "proc-macro2",
12046 "quote",
12047 "syn 2.0.101",
12048 "version_check",
12049 "yansi",
12050]
12051
12052[[package]]
12053name = "procfs-core"
12054version = "0.16.0"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12057dependencies = [
12058 "bitflags 2.9.0",
12059 "hex",
12060]
12061
12062[[package]]
12063name = "profiling"
12064version = "1.0.16"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12067dependencies = [
12068 "profiling-procmacros",
12069]
12070
12071[[package]]
12072name = "profiling-procmacros"
12073version = "1.0.16"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12076dependencies = [
12077 "quote",
12078 "syn 2.0.101",
12079]
12080
12081[[package]]
12082name = "project"
12083version = "0.1.0"
12084dependencies = [
12085 "aho-corasick",
12086 "anyhow",
12087 "askpass",
12088 "async-compression",
12089 "async-tar",
12090 "async-trait",
12091 "base64 0.22.1",
12092 "buffer_diff",
12093 "circular-buffer",
12094 "client",
12095 "clock",
12096 "collections",
12097 "context_server",
12098 "dap",
12099 "dap_adapters",
12100 "extension",
12101 "fancy-regex 0.14.0",
12102 "feature_flags",
12103 "fs",
12104 "futures 0.3.31",
12105 "fuzzy",
12106 "git",
12107 "git2",
12108 "git_hosting_providers",
12109 "globset",
12110 "gpui",
12111 "http_client",
12112 "image",
12113 "indexmap 2.9.0",
12114 "itertools 0.14.0",
12115 "language",
12116 "log",
12117 "lsp",
12118 "markdown",
12119 "node_runtime",
12120 "parking_lot",
12121 "paths",
12122 "postage",
12123 "prettier",
12124 "pretty_assertions",
12125 "rand 0.9.1",
12126 "regex",
12127 "release_channel",
12128 "remote",
12129 "rpc",
12130 "schemars 1.0.1",
12131 "semver",
12132 "serde",
12133 "serde_json",
12134 "settings",
12135 "sha2",
12136 "shellexpand 2.1.2",
12137 "shlex",
12138 "smallvec",
12139 "smol",
12140 "snippet",
12141 "snippet_provider",
12142 "sum_tree",
12143 "task",
12144 "tempfile",
12145 "terminal",
12146 "text",
12147 "toml 0.8.20",
12148 "unindent",
12149 "url",
12150 "util",
12151 "watch",
12152 "which 6.0.3",
12153 "workspace-hack",
12154 "worktree",
12155 "zeroize",
12156 "zlog",
12157]
12158
12159[[package]]
12160name = "project_panel"
12161version = "0.1.0"
12162dependencies = [
12163 "anyhow",
12164 "client",
12165 "collections",
12166 "command_palette_hooks",
12167 "criterion",
12168 "db",
12169 "editor",
12170 "file_icons",
12171 "git",
12172 "git_ui",
12173 "gpui",
12174 "language",
12175 "menu",
12176 "pretty_assertions",
12177 "project",
12178 "rayon",
12179 "schemars 1.0.1",
12180 "search",
12181 "serde",
12182 "serde_json",
12183 "settings",
12184 "smallvec",
12185 "telemetry",
12186 "theme",
12187 "ui",
12188 "util",
12189 "workspace",
12190 "workspace-hack",
12191 "worktree",
12192 "zed_actions",
12193]
12194
12195[[package]]
12196name = "project_symbols"
12197version = "0.1.0"
12198dependencies = [
12199 "anyhow",
12200 "editor",
12201 "futures 0.3.31",
12202 "fuzzy",
12203 "gpui",
12204 "language",
12205 "lsp",
12206 "ordered-float 2.10.1",
12207 "picker",
12208 "project",
12209 "release_channel",
12210 "serde_json",
12211 "settings",
12212 "theme",
12213 "util",
12214 "workspace",
12215 "workspace-hack",
12216]
12217
12218[[package]]
12219name = "prometheus"
12220version = "0.14.0"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12223dependencies = [
12224 "cfg-if",
12225 "fnv",
12226 "lazy_static",
12227 "memchr",
12228 "parking_lot",
12229 "protobuf",
12230 "thiserror 2.0.12",
12231]
12232
12233[[package]]
12234name = "prompt_store"
12235version = "0.1.0"
12236dependencies = [
12237 "anyhow",
12238 "assets",
12239 "chrono",
12240 "collections",
12241 "fs",
12242 "futures 0.3.31",
12243 "fuzzy",
12244 "gpui",
12245 "handlebars 4.5.0",
12246 "heed",
12247 "language",
12248 "log",
12249 "parking_lot",
12250 "paths",
12251 "rope",
12252 "serde",
12253 "serde_json",
12254 "text",
12255 "util",
12256 "uuid",
12257 "workspace-hack",
12258]
12259
12260[[package]]
12261name = "prost"
12262version = "0.9.0"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12265dependencies = [
12266 "bytes 1.10.1",
12267 "prost-derive 0.9.0",
12268]
12269
12270[[package]]
12271name = "prost"
12272version = "0.12.6"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12275dependencies = [
12276 "bytes 1.10.1",
12277 "prost-derive 0.12.6",
12278]
12279
12280[[package]]
12281name = "prost-build"
12282version = "0.9.0"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12285dependencies = [
12286 "bytes 1.10.1",
12287 "heck 0.3.3",
12288 "itertools 0.10.5",
12289 "lazy_static",
12290 "log",
12291 "multimap",
12292 "petgraph",
12293 "prost 0.9.0",
12294 "prost-types 0.9.0",
12295 "regex",
12296 "tempfile",
12297 "which 4.4.2",
12298]
12299
12300[[package]]
12301name = "prost-build"
12302version = "0.12.6"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12305dependencies = [
12306 "bytes 1.10.1",
12307 "heck 0.5.0",
12308 "itertools 0.12.1",
12309 "log",
12310 "multimap",
12311 "once_cell",
12312 "petgraph",
12313 "prettyplease",
12314 "prost 0.12.6",
12315 "prost-types 0.12.6",
12316 "regex",
12317 "syn 2.0.101",
12318 "tempfile",
12319]
12320
12321[[package]]
12322name = "prost-derive"
12323version = "0.9.0"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12326dependencies = [
12327 "anyhow",
12328 "itertools 0.10.5",
12329 "proc-macro2",
12330 "quote",
12331 "syn 1.0.109",
12332]
12333
12334[[package]]
12335name = "prost-derive"
12336version = "0.12.6"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12339dependencies = [
12340 "anyhow",
12341 "itertools 0.12.1",
12342 "proc-macro2",
12343 "quote",
12344 "syn 2.0.101",
12345]
12346
12347[[package]]
12348name = "prost-types"
12349version = "0.9.0"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12352dependencies = [
12353 "bytes 1.10.1",
12354 "prost 0.9.0",
12355]
12356
12357[[package]]
12358name = "prost-types"
12359version = "0.12.6"
12360source = "registry+https://github.com/rust-lang/crates.io-index"
12361checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12362dependencies = [
12363 "prost 0.12.6",
12364]
12365
12366[[package]]
12367name = "proto"
12368version = "0.1.0"
12369dependencies = [
12370 "anyhow",
12371 "collections",
12372 "prost 0.9.0",
12373 "prost-build 0.9.0",
12374 "serde",
12375 "typed-path",
12376 "workspace-hack",
12377]
12378
12379[[package]]
12380name = "protobuf"
12381version = "3.7.2"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12384dependencies = [
12385 "once_cell",
12386 "protobuf-support",
12387 "thiserror 1.0.69",
12388]
12389
12390[[package]]
12391name = "protobuf-support"
12392version = "3.7.2"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12395dependencies = [
12396 "thiserror 1.0.69",
12397]
12398
12399[[package]]
12400name = "psm"
12401version = "0.1.25"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12404dependencies = [
12405 "cc",
12406]
12407
12408[[package]]
12409name = "ptr_meta"
12410version = "0.1.4"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12413dependencies = [
12414 "ptr_meta_derive",
12415]
12416
12417[[package]]
12418name = "ptr_meta_derive"
12419version = "0.1.4"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12422dependencies = [
12423 "proc-macro2",
12424 "quote",
12425 "syn 1.0.109",
12426]
12427
12428[[package]]
12429name = "pulldown-cmark"
12430version = "0.10.3"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12433dependencies = [
12434 "bitflags 2.9.0",
12435 "memchr",
12436 "pulldown-cmark-escape",
12437 "unicase",
12438]
12439
12440[[package]]
12441name = "pulldown-cmark"
12442version = "0.12.2"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12445dependencies = [
12446 "bitflags 2.9.0",
12447 "memchr",
12448 "unicase",
12449]
12450
12451[[package]]
12452name = "pulldown-cmark-escape"
12453version = "0.10.1"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12456
12457[[package]]
12458name = "pulley-interpreter"
12459version = "29.0.1"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12462dependencies = [
12463 "cranelift-bitset",
12464 "log",
12465 "sptr",
12466 "wasmtime-math",
12467]
12468
12469[[package]]
12470name = "pulp"
12471version = "0.18.22"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12474dependencies = [
12475 "bytemuck",
12476 "libm",
12477 "num-complex",
12478 "reborrow",
12479]
12480
12481[[package]]
12482name = "pulp"
12483version = "0.21.5"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12486dependencies = [
12487 "bytemuck",
12488 "cfg-if",
12489 "libm",
12490 "num-complex",
12491 "reborrow",
12492 "version_check",
12493]
12494
12495[[package]]
12496name = "qoi"
12497version = "0.4.1"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12500dependencies = [
12501 "bytemuck",
12502]
12503
12504[[package]]
12505name = "quick-error"
12506version = "2.0.1"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12509
12510[[package]]
12511name = "quick-xml"
12512version = "0.30.0"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12515dependencies = [
12516 "memchr",
12517]
12518
12519[[package]]
12520name = "quick-xml"
12521version = "0.32.0"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12524dependencies = [
12525 "memchr",
12526]
12527
12528[[package]]
12529name = "quick-xml"
12530version = "0.37.4"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12533dependencies = [
12534 "memchr",
12535]
12536
12537[[package]]
12538name = "quinn"
12539version = "0.11.7"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12542dependencies = [
12543 "bytes 1.10.1",
12544 "cfg_aliases 0.2.1",
12545 "pin-project-lite",
12546 "quinn-proto",
12547 "quinn-udp",
12548 "rustc-hash 2.1.1",
12549 "rustls 0.23.26",
12550 "socket2",
12551 "thiserror 2.0.12",
12552 "tokio",
12553 "tracing",
12554 "web-time",
12555]
12556
12557[[package]]
12558name = "quinn-proto"
12559version = "0.11.10"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12562dependencies = [
12563 "bytes 1.10.1",
12564 "getrandom 0.3.2",
12565 "rand 0.9.1",
12566 "ring",
12567 "rustc-hash 2.1.1",
12568 "rustls 0.23.26",
12569 "rustls-pki-types",
12570 "slab",
12571 "thiserror 2.0.12",
12572 "tinyvec",
12573 "tracing",
12574 "web-time",
12575]
12576
12577[[package]]
12578name = "quinn-udp"
12579version = "0.5.11"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12582dependencies = [
12583 "cfg_aliases 0.2.1",
12584 "libc",
12585 "once_cell",
12586 "socket2",
12587 "tracing",
12588 "windows-sys 0.59.0",
12589]
12590
12591[[package]]
12592name = "quote"
12593version = "1.0.40"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12596dependencies = [
12597 "proc-macro2",
12598]
12599
12600[[package]]
12601name = "r-efi"
12602version = "5.2.0"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12605
12606[[package]]
12607name = "radium"
12608version = "0.7.0"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12611
12612[[package]]
12613name = "rand"
12614version = "0.8.5"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12617dependencies = [
12618 "libc",
12619 "rand_chacha 0.3.1",
12620 "rand_core 0.6.4",
12621]
12622
12623[[package]]
12624name = "rand"
12625version = "0.9.1"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12628dependencies = [
12629 "rand_chacha 0.9.0",
12630 "rand_core 0.9.3",
12631]
12632
12633[[package]]
12634name = "rand_chacha"
12635version = "0.3.1"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12638dependencies = [
12639 "ppv-lite86",
12640 "rand_core 0.6.4",
12641]
12642
12643[[package]]
12644name = "rand_chacha"
12645version = "0.9.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12648dependencies = [
12649 "ppv-lite86",
12650 "rand_core 0.9.3",
12651]
12652
12653[[package]]
12654name = "rand_core"
12655version = "0.6.4"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12658dependencies = [
12659 "getrandom 0.2.15",
12660]
12661
12662[[package]]
12663name = "rand_core"
12664version = "0.9.3"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12667dependencies = [
12668 "getrandom 0.3.2",
12669]
12670
12671[[package]]
12672name = "rand_distr"
12673version = "0.5.1"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12676dependencies = [
12677 "num-traits",
12678 "rand 0.9.1",
12679]
12680
12681[[package]]
12682name = "range-map"
12683version = "0.2.0"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12686dependencies = [
12687 "num-traits",
12688]
12689
12690[[package]]
12691name = "rangemap"
12692version = "1.5.1"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12695
12696[[package]]
12697name = "rav1e"
12698version = "0.7.1"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12701dependencies = [
12702 "arbitrary",
12703 "arg_enum_proc_macro",
12704 "arrayvec",
12705 "av1-grain",
12706 "bitstream-io",
12707 "built",
12708 "cfg-if",
12709 "interpolate_name",
12710 "itertools 0.12.1",
12711 "libc",
12712 "libfuzzer-sys",
12713 "log",
12714 "maybe-rayon",
12715 "new_debug_unreachable",
12716 "noop_proc_macro",
12717 "num-derive",
12718 "num-traits",
12719 "once_cell",
12720 "paste",
12721 "profiling",
12722 "rand 0.8.5",
12723 "rand_chacha 0.3.1",
12724 "simd_helpers",
12725 "system-deps",
12726 "thiserror 1.0.69",
12727 "v_frame",
12728 "wasm-bindgen",
12729]
12730
12731[[package]]
12732name = "ravif"
12733version = "0.11.12"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12736dependencies = [
12737 "avif-serialize",
12738 "imgref",
12739 "loop9",
12740 "quick-error",
12741 "rav1e",
12742 "rayon",
12743 "rgb",
12744]
12745
12746[[package]]
12747name = "raw-cpuid"
12748version = "10.7.0"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12751dependencies = [
12752 "bitflags 1.3.2",
12753]
12754
12755[[package]]
12756name = "raw-cpuid"
12757version = "11.6.0"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12760dependencies = [
12761 "bitflags 2.9.0",
12762]
12763
12764[[package]]
12765name = "raw-window-handle"
12766version = "0.6.2"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12769
12770[[package]]
12771name = "raw-window-metal"
12772version = "0.4.0"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12775dependencies = [
12776 "cocoa 0.25.0",
12777 "core-graphics 0.23.2",
12778 "objc",
12779 "raw-window-handle",
12780]
12781
12782[[package]]
12783name = "rayon"
12784version = "1.10.0"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12787dependencies = [
12788 "either",
12789 "rayon-core",
12790]
12791
12792[[package]]
12793name = "rayon-core"
12794version = "1.12.1"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12797dependencies = [
12798 "crossbeam-deque",
12799 "crossbeam-utils",
12800]
12801
12802[[package]]
12803name = "read-fonts"
12804version = "0.25.3"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12807dependencies = [
12808 "bytemuck",
12809 "font-types",
12810]
12811
12812[[package]]
12813name = "realfft"
12814version = "3.5.0"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12817dependencies = [
12818 "rustfft",
12819]
12820
12821[[package]]
12822name = "reborrow"
12823version = "0.5.5"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12826
12827[[package]]
12828name = "recent_projects"
12829version = "0.1.0"
12830dependencies = [
12831 "anyhow",
12832 "askpass",
12833 "auto_update",
12834 "dap",
12835 "editor",
12836 "extension_host",
12837 "file_finder",
12838 "futures 0.3.31",
12839 "fuzzy",
12840 "gpui",
12841 "indoc",
12842 "language",
12843 "log",
12844 "markdown",
12845 "menu",
12846 "ordered-float 2.10.1",
12847 "paths",
12848 "picker",
12849 "project",
12850 "release_channel",
12851 "remote",
12852 "serde",
12853 "serde_json",
12854 "settings",
12855 "smol",
12856 "task",
12857 "telemetry",
12858 "theme",
12859 "ui",
12860 "util",
12861 "windows-registry 0.6.0",
12862 "workspace",
12863 "workspace-hack",
12864 "zed_actions",
12865]
12866
12867[[package]]
12868name = "redox_syscall"
12869version = "0.2.16"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12872dependencies = [
12873 "bitflags 1.3.2",
12874]
12875
12876[[package]]
12877name = "redox_syscall"
12878version = "0.5.11"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12881dependencies = [
12882 "bitflags 2.9.0",
12883]
12884
12885[[package]]
12886name = "redox_users"
12887version = "0.4.6"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12890dependencies = [
12891 "getrandom 0.2.15",
12892 "libredox",
12893 "thiserror 1.0.69",
12894]
12895
12896[[package]]
12897name = "redox_users"
12898version = "0.5.0"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12901dependencies = [
12902 "getrandom 0.2.15",
12903 "libredox",
12904 "thiserror 2.0.12",
12905]
12906
12907[[package]]
12908name = "ref-cast"
12909version = "1.0.24"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12912dependencies = [
12913 "ref-cast-impl",
12914]
12915
12916[[package]]
12917name = "ref-cast-impl"
12918version = "1.0.24"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12921dependencies = [
12922 "proc-macro2",
12923 "quote",
12924 "syn 2.0.101",
12925]
12926
12927[[package]]
12928name = "referencing"
12929version = "0.30.0"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12932dependencies = [
12933 "ahash 0.8.11",
12934 "fluent-uri",
12935 "once_cell",
12936 "parking_lot",
12937 "percent-encoding",
12938 "serde_json",
12939]
12940
12941[[package]]
12942name = "refineable"
12943version = "0.1.0"
12944dependencies = [
12945 "derive_refineable",
12946 "workspace-hack",
12947]
12948
12949[[package]]
12950name = "regalloc2"
12951version = "0.11.2"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12954dependencies = [
12955 "allocator-api2",
12956 "bumpalo",
12957 "hashbrown 0.15.3",
12958 "log",
12959 "rustc-hash 2.1.1",
12960 "serde",
12961 "smallvec",
12962]
12963
12964[[package]]
12965name = "regex"
12966version = "1.11.1"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12969dependencies = [
12970 "aho-corasick",
12971 "memchr",
12972 "regex-automata",
12973 "regex-syntax",
12974]
12975
12976[[package]]
12977name = "regex-automata"
12978version = "0.4.9"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12981dependencies = [
12982 "aho-corasick",
12983 "memchr",
12984 "regex-syntax",
12985]
12986
12987[[package]]
12988name = "regex-lite"
12989version = "0.1.6"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12992
12993[[package]]
12994name = "regex-syntax"
12995version = "0.8.5"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12998
12999[[package]]
13000name = "release_channel"
13001version = "0.1.0"
13002dependencies = [
13003 "gpui",
13004 "workspace-hack",
13005]
13006
13007[[package]]
13008name = "remote"
13009version = "0.1.0"
13010dependencies = [
13011 "anyhow",
13012 "askpass",
13013 "async-trait",
13014 "collections",
13015 "fs",
13016 "futures 0.3.31",
13017 "gpui",
13018 "itertools 0.14.0",
13019 "log",
13020 "parking_lot",
13021 "paths",
13022 "prost 0.9.0",
13023 "release_channel",
13024 "rpc",
13025 "serde",
13026 "serde_json",
13027 "settings",
13028 "shlex",
13029 "smol",
13030 "tempfile",
13031 "thiserror 2.0.12",
13032 "urlencoding",
13033 "util",
13034 "which 6.0.3",
13035 "workspace-hack",
13036]
13037
13038[[package]]
13039name = "remote_server"
13040version = "0.1.0"
13041dependencies = [
13042 "action_log",
13043 "anyhow",
13044 "askpass",
13045 "assistant_tool",
13046 "assistant_tools",
13047 "cargo_toml",
13048 "clap",
13049 "client",
13050 "clock",
13051 "collections",
13052 "crash-handler",
13053 "crashes",
13054 "dap",
13055 "dap_adapters",
13056 "debug_adapter_extension",
13057 "editor",
13058 "env_logger 0.11.8",
13059 "extension",
13060 "extension_host",
13061 "fork",
13062 "fs",
13063 "futures 0.3.31",
13064 "git",
13065 "git2",
13066 "git_hosting_providers",
13067 "gpui",
13068 "gpui_tokio",
13069 "http_client",
13070 "json_schema_store",
13071 "language",
13072 "language_extension",
13073 "language_model",
13074 "languages",
13075 "libc",
13076 "log",
13077 "lsp",
13078 "minidumper",
13079 "node_runtime",
13080 "paths",
13081 "pretty_assertions",
13082 "project",
13083 "proto",
13084 "release_channel",
13085 "remote",
13086 "reqwest_client",
13087 "rpc",
13088 "rust-embed",
13089 "serde",
13090 "serde_json",
13091 "settings",
13092 "shellexpand 2.1.2",
13093 "smol",
13094 "sysinfo",
13095 "thiserror 2.0.12",
13096 "toml 0.8.20",
13097 "unindent",
13098 "util",
13099 "watch",
13100 "workspace",
13101 "worktree",
13102 "zlog",
13103]
13104
13105[[package]]
13106name = "rend"
13107version = "0.4.2"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13110dependencies = [
13111 "bytecheck",
13112]
13113
13114[[package]]
13115name = "repl"
13116version = "0.1.0"
13117dependencies = [
13118 "alacritty_terminal",
13119 "anyhow",
13120 "async-dispatcher",
13121 "async-tungstenite",
13122 "base64 0.22.1",
13123 "client",
13124 "collections",
13125 "command_palette_hooks",
13126 "editor",
13127 "env_logger 0.11.8",
13128 "feature_flags",
13129 "file_icons",
13130 "futures 0.3.31",
13131 "gpui",
13132 "http_client",
13133 "image",
13134 "indoc",
13135 "jupyter-protocol",
13136 "jupyter-websocket-client",
13137 "language",
13138 "languages",
13139 "log",
13140 "markdown_preview",
13141 "menu",
13142 "multi_buffer",
13143 "nbformat",
13144 "picker",
13145 "project",
13146 "runtimelib",
13147 "serde",
13148 "serde_json",
13149 "settings",
13150 "smol",
13151 "telemetry",
13152 "terminal",
13153 "terminal_view",
13154 "theme",
13155 "tree-sitter-md",
13156 "tree-sitter-python",
13157 "tree-sitter-typescript",
13158 "ui",
13159 "util",
13160 "uuid",
13161 "workspace",
13162 "workspace-hack",
13163]
13164
13165[[package]]
13166name = "reqwest"
13167version = "0.11.27"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13170dependencies = [
13171 "base64 0.21.7",
13172 "bytes 1.10.1",
13173 "encoding_rs",
13174 "futures-core",
13175 "futures-util",
13176 "h2 0.3.26",
13177 "http 0.2.12",
13178 "http-body 0.4.6",
13179 "hyper 0.14.32",
13180 "hyper-rustls 0.24.2",
13181 "hyper-tls",
13182 "ipnet",
13183 "js-sys",
13184 "log",
13185 "mime",
13186 "native-tls",
13187 "once_cell",
13188 "percent-encoding",
13189 "pin-project-lite",
13190 "rustls 0.21.12",
13191 "rustls-native-certs 0.6.3",
13192 "rustls-pemfile 1.0.4",
13193 "serde",
13194 "serde_json",
13195 "serde_urlencoded",
13196 "sync_wrapper 0.1.2",
13197 "system-configuration 0.5.1",
13198 "tokio",
13199 "tokio-native-tls",
13200 "tokio-rustls 0.24.1",
13201 "tower-service",
13202 "url",
13203 "wasm-bindgen",
13204 "wasm-bindgen-futures",
13205 "web-sys",
13206 "winreg 0.50.0",
13207]
13208
13209[[package]]
13210name = "reqwest"
13211version = "0.12.15"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13214dependencies = [
13215 "base64 0.22.1",
13216 "bytes 1.10.1",
13217 "futures-channel",
13218 "futures-core",
13219 "futures-util",
13220 "http 1.3.1",
13221 "http-body 1.0.1",
13222 "http-body-util",
13223 "hyper 1.6.0",
13224 "hyper-util",
13225 "ipnet",
13226 "js-sys",
13227 "log",
13228 "mime",
13229 "once_cell",
13230 "percent-encoding",
13231 "pin-project-lite",
13232 "serde",
13233 "serde_json",
13234 "serde_urlencoded",
13235 "sync_wrapper 1.0.2",
13236 "tokio",
13237 "tower 0.5.2",
13238 "tower-service",
13239 "url",
13240 "wasm-bindgen",
13241 "wasm-bindgen-futures",
13242 "web-sys",
13243 "windows-registry 0.4.0",
13244]
13245
13246[[package]]
13247name = "reqwest"
13248version = "0.12.15"
13249source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13250dependencies = [
13251 "base64 0.22.1",
13252 "bytes 1.10.1",
13253 "encoding_rs",
13254 "futures-core",
13255 "futures-util",
13256 "h2 0.4.9",
13257 "http 1.3.1",
13258 "http-body 1.0.1",
13259 "http-body-util",
13260 "hyper 1.6.0",
13261 "hyper-rustls 0.27.5",
13262 "hyper-util",
13263 "ipnet",
13264 "js-sys",
13265 "log",
13266 "mime",
13267 "mime_guess",
13268 "once_cell",
13269 "percent-encoding",
13270 "pin-project-lite",
13271 "quinn",
13272 "rustls 0.23.26",
13273 "rustls-native-certs 0.8.1",
13274 "rustls-pemfile 2.2.0",
13275 "rustls-pki-types",
13276 "serde",
13277 "serde_json",
13278 "serde_urlencoded",
13279 "sync_wrapper 1.0.2",
13280 "system-configuration 0.6.1",
13281 "tokio",
13282 "tokio-rustls 0.26.2",
13283 "tokio-socks",
13284 "tokio-util",
13285 "tower 0.5.2",
13286 "tower-service",
13287 "url",
13288 "wasm-bindgen",
13289 "wasm-bindgen-futures",
13290 "wasm-streams",
13291 "web-sys",
13292 "windows-registry 0.4.0",
13293]
13294
13295[[package]]
13296name = "reqwest_client"
13297version = "0.1.0"
13298dependencies = [
13299 "anyhow",
13300 "bytes 1.10.1",
13301 "futures 0.3.31",
13302 "gpui",
13303 "http_client",
13304 "http_client_tls",
13305 "log",
13306 "regex",
13307 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13308 "serde",
13309 "tokio",
13310 "workspace-hack",
13311]
13312
13313[[package]]
13314name = "resvg"
13315version = "0.45.1"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13318dependencies = [
13319 "log",
13320 "pico-args",
13321 "rgb",
13322 "svgtypes",
13323 "tiny-skia",
13324 "usvg",
13325]
13326
13327[[package]]
13328name = "rfc6979"
13329version = "0.3.1"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13332dependencies = [
13333 "crypto-bigint 0.4.9",
13334 "hmac",
13335 "zeroize",
13336]
13337
13338[[package]]
13339name = "rgb"
13340version = "0.8.50"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13343dependencies = [
13344 "bytemuck",
13345]
13346
13347[[package]]
13348name = "rich_text"
13349version = "0.1.0"
13350dependencies = [
13351 "futures 0.3.31",
13352 "gpui",
13353 "language",
13354 "linkify",
13355 "pulldown-cmark 0.12.2",
13356 "theme",
13357 "ui",
13358 "util",
13359 "workspace-hack",
13360]
13361
13362[[package]]
13363name = "ring"
13364version = "0.17.14"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13367dependencies = [
13368 "cc",
13369 "cfg-if",
13370 "getrandom 0.2.15",
13371 "libc",
13372 "untrusted",
13373 "windows-sys 0.52.0",
13374]
13375
13376[[package]]
13377name = "rkyv"
13378version = "0.7.45"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13381dependencies = [
13382 "bitvec",
13383 "bytecheck",
13384 "bytes 1.10.1",
13385 "hashbrown 0.12.3",
13386 "ptr_meta",
13387 "rend",
13388 "rkyv_derive",
13389 "seahash",
13390 "tinyvec",
13391 "uuid",
13392]
13393
13394[[package]]
13395name = "rkyv_derive"
13396version = "0.7.45"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13399dependencies = [
13400 "proc-macro2",
13401 "quote",
13402 "syn 1.0.109",
13403]
13404
13405[[package]]
13406name = "rmp"
13407version = "0.8.14"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13410dependencies = [
13411 "byteorder",
13412 "num-traits",
13413 "paste",
13414]
13415
13416[[package]]
13417name = "rmpv"
13418version = "1.3.0"
13419source = "registry+https://github.com/rust-lang/crates.io-index"
13420checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13421dependencies = [
13422 "num-traits",
13423 "rmp",
13424]
13425
13426[[package]]
13427name = "rodio"
13428version = "0.21.1"
13429source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13430dependencies = [
13431 "cpal",
13432 "dasp_sample",
13433 "hound",
13434 "num-rational",
13435 "rtrb",
13436 "symphonia",
13437 "thiserror 2.0.12",
13438]
13439
13440[[package]]
13441name = "rope"
13442version = "0.1.0"
13443dependencies = [
13444 "arrayvec",
13445 "criterion",
13446 "ctor",
13447 "gpui",
13448 "log",
13449 "rand 0.9.1",
13450 "rayon",
13451 "smallvec",
13452 "sum_tree",
13453 "unicode-segmentation",
13454 "util",
13455 "workspace-hack",
13456 "zlog",
13457]
13458
13459[[package]]
13460name = "roxmltree"
13461version = "0.20.0"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13464
13465[[package]]
13466name = "rpc"
13467version = "0.1.0"
13468dependencies = [
13469 "anyhow",
13470 "async-tungstenite",
13471 "base64 0.22.1",
13472 "chrono",
13473 "collections",
13474 "futures 0.3.31",
13475 "gpui",
13476 "parking_lot",
13477 "proto",
13478 "rand 0.9.1",
13479 "rsa",
13480 "serde",
13481 "serde_json",
13482 "sha2",
13483 "strum 0.27.1",
13484 "tracing",
13485 "util",
13486 "workspace-hack",
13487 "zlog",
13488 "zstd",
13489]
13490
13491[[package]]
13492name = "rsa"
13493version = "0.9.8"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13496dependencies = [
13497 "const-oid",
13498 "digest",
13499 "num-bigint-dig",
13500 "num-integer",
13501 "num-traits",
13502 "pkcs1",
13503 "pkcs8 0.10.2",
13504 "rand_core 0.6.4",
13505 "signature 2.2.0",
13506 "spki 0.7.3",
13507 "subtle",
13508 "zeroize",
13509]
13510
13511[[package]]
13512name = "rtrb"
13513version = "0.3.2"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13516
13517[[package]]
13518name = "rules_library"
13519version = "0.1.0"
13520dependencies = [
13521 "anyhow",
13522 "collections",
13523 "editor",
13524 "gpui",
13525 "language",
13526 "language_model",
13527 "log",
13528 "menu",
13529 "picker",
13530 "prompt_store",
13531 "release_channel",
13532 "rope",
13533 "serde",
13534 "settings",
13535 "theme",
13536 "title_bar",
13537 "ui",
13538 "util",
13539 "workspace",
13540 "workspace-hack",
13541 "zed_actions",
13542]
13543
13544[[package]]
13545name = "runtimelib"
13546version = "0.25.0"
13547source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13548dependencies = [
13549 "anyhow",
13550 "async-dispatcher",
13551 "async-std",
13552 "base64 0.22.1",
13553 "bytes 1.10.1",
13554 "chrono",
13555 "data-encoding",
13556 "dirs 5.0.1",
13557 "futures 0.3.31",
13558 "glob",
13559 "jupyter-protocol",
13560 "ring",
13561 "serde",
13562 "serde_json",
13563 "shellexpand 3.1.1",
13564 "smol",
13565 "uuid",
13566 "zeromq",
13567]
13568
13569[[package]]
13570name = "rust-embed"
13571version = "8.7.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13574dependencies = [
13575 "rust-embed-impl",
13576 "rust-embed-utils",
13577 "walkdir",
13578]
13579
13580[[package]]
13581name = "rust-embed-impl"
13582version = "8.7.0"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13585dependencies = [
13586 "proc-macro2",
13587 "quote",
13588 "rust-embed-utils",
13589 "syn 2.0.101",
13590 "walkdir",
13591]
13592
13593[[package]]
13594name = "rust-embed-utils"
13595version = "8.7.0"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13598dependencies = [
13599 "globset",
13600 "sha2",
13601 "walkdir",
13602]
13603
13604[[package]]
13605name = "rust_decimal"
13606version = "1.38.0"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
13609dependencies = [
13610 "arrayvec",
13611 "borsh",
13612 "bytes 1.10.1",
13613 "num-traits",
13614 "rand 0.8.5",
13615 "rkyv",
13616 "serde",
13617 "serde_json",
13618]
13619
13620[[package]]
13621name = "rustc-demangle"
13622version = "0.1.24"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13625
13626[[package]]
13627name = "rustc-hash"
13628version = "1.1.0"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13631
13632[[package]]
13633name = "rustc-hash"
13634version = "2.1.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13637
13638[[package]]
13639name = "rustc_version"
13640version = "0.4.1"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13643dependencies = [
13644 "semver",
13645]
13646
13647[[package]]
13648name = "rustfft"
13649version = "6.4.0"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13652dependencies = [
13653 "num-complex",
13654 "num-integer",
13655 "num-traits",
13656 "primal-check",
13657 "strength_reduce",
13658 "transpose",
13659]
13660
13661[[package]]
13662name = "rustix"
13663version = "0.38.44"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13666dependencies = [
13667 "bitflags 2.9.0",
13668 "errno 0.3.11",
13669 "libc",
13670 "linux-raw-sys 0.4.15",
13671 "windows-sys 0.59.0",
13672]
13673
13674[[package]]
13675name = "rustix"
13676version = "1.0.7"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13679dependencies = [
13680 "bitflags 2.9.0",
13681 "errno 0.3.11",
13682 "libc",
13683 "linux-raw-sys 0.9.4",
13684 "windows-sys 0.59.0",
13685]
13686
13687[[package]]
13688name = "rustix-linux-procfs"
13689version = "0.1.1"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13692dependencies = [
13693 "once_cell",
13694 "rustix 1.0.7",
13695]
13696
13697[[package]]
13698name = "rustix-openpty"
13699version = "0.2.0"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13702dependencies = [
13703 "errno 0.3.11",
13704 "libc",
13705 "rustix 1.0.7",
13706]
13707
13708[[package]]
13709name = "rustls"
13710version = "0.21.12"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13713dependencies = [
13714 "log",
13715 "ring",
13716 "rustls-webpki 0.101.7",
13717 "sct",
13718]
13719
13720[[package]]
13721name = "rustls"
13722version = "0.23.26"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13725dependencies = [
13726 "aws-lc-rs",
13727 "log",
13728 "once_cell",
13729 "ring",
13730 "rustls-pki-types",
13731 "rustls-webpki 0.103.1",
13732 "subtle",
13733 "zeroize",
13734]
13735
13736[[package]]
13737name = "rustls-native-certs"
13738version = "0.6.3"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13741dependencies = [
13742 "openssl-probe",
13743 "rustls-pemfile 1.0.4",
13744 "schannel",
13745 "security-framework 2.11.1",
13746]
13747
13748[[package]]
13749name = "rustls-native-certs"
13750version = "0.8.1"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13753dependencies = [
13754 "openssl-probe",
13755 "rustls-pki-types",
13756 "schannel",
13757 "security-framework 3.2.0",
13758]
13759
13760[[package]]
13761name = "rustls-pemfile"
13762version = "1.0.4"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13765dependencies = [
13766 "base64 0.21.7",
13767]
13768
13769[[package]]
13770name = "rustls-pemfile"
13771version = "2.2.0"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13774dependencies = [
13775 "rustls-pki-types",
13776]
13777
13778[[package]]
13779name = "rustls-pki-types"
13780version = "1.12.0"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13783dependencies = [
13784 "web-time",
13785 "zeroize",
13786]
13787
13788[[package]]
13789name = "rustls-platform-verifier"
13790version = "0.5.1"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13793dependencies = [
13794 "core-foundation 0.10.0",
13795 "core-foundation-sys",
13796 "jni",
13797 "log",
13798 "once_cell",
13799 "rustls 0.23.26",
13800 "rustls-native-certs 0.8.1",
13801 "rustls-platform-verifier-android",
13802 "rustls-webpki 0.103.1",
13803 "security-framework 3.2.0",
13804 "security-framework-sys",
13805 "webpki-root-certs",
13806 "windows-sys 0.59.0",
13807]
13808
13809[[package]]
13810name = "rustls-platform-verifier-android"
13811version = "0.1.1"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13814
13815[[package]]
13816name = "rustls-webpki"
13817version = "0.101.7"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13820dependencies = [
13821 "ring",
13822 "untrusted",
13823]
13824
13825[[package]]
13826name = "rustls-webpki"
13827version = "0.103.1"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13830dependencies = [
13831 "aws-lc-rs",
13832 "ring",
13833 "rustls-pki-types",
13834 "untrusted",
13835]
13836
13837[[package]]
13838name = "rustversion"
13839version = "1.0.20"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13842
13843[[package]]
13844name = "rustybuzz"
13845version = "0.14.1"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13848dependencies = [
13849 "bitflags 2.9.0",
13850 "bytemuck",
13851 "libm",
13852 "smallvec",
13853 "ttf-parser 0.21.1",
13854 "unicode-bidi-mirroring 0.2.0",
13855 "unicode-ccc 0.2.0",
13856 "unicode-properties",
13857 "unicode-script",
13858]
13859
13860[[package]]
13861name = "rustybuzz"
13862version = "0.20.1"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13865dependencies = [
13866 "bitflags 2.9.0",
13867 "bytemuck",
13868 "core_maths",
13869 "log",
13870 "smallvec",
13871 "ttf-parser 0.25.1",
13872 "unicode-bidi-mirroring 0.4.0",
13873 "unicode-ccc 0.4.0",
13874 "unicode-properties",
13875 "unicode-script",
13876]
13877
13878[[package]]
13879name = "ryu"
13880version = "1.0.20"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13883
13884[[package]]
13885name = "safetensors"
13886version = "0.4.5"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13889dependencies = [
13890 "serde",
13891 "serde_json",
13892]
13893
13894[[package]]
13895name = "salsa20"
13896version = "0.10.2"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13899dependencies = [
13900 "cipher",
13901]
13902
13903[[package]]
13904name = "same-file"
13905version = "1.0.6"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13908dependencies = [
13909 "winapi-util",
13910]
13911
13912[[package]]
13913name = "scap"
13914version = "0.0.8"
13915source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13916dependencies = [
13917 "anyhow",
13918 "cocoa 0.25.0",
13919 "core-graphics-helmer-fork",
13920 "log",
13921 "objc",
13922 "rand 0.8.5",
13923 "screencapturekit",
13924 "screencapturekit-sys",
13925 "sysinfo",
13926 "tao-core-video-sys",
13927 "windows 0.61.1",
13928 "windows-capture",
13929 "x11",
13930 "xcb",
13931]
13932
13933[[package]]
13934name = "schannel"
13935version = "0.1.27"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13938dependencies = [
13939 "windows-sys 0.59.0",
13940]
13941
13942[[package]]
13943name = "scheduler"
13944version = "0.1.0"
13945dependencies = [
13946 "async-task",
13947 "backtrace",
13948 "chrono",
13949 "futures 0.3.31",
13950 "parking_lot",
13951 "rand 0.9.1",
13952 "workspace-hack",
13953]
13954
13955[[package]]
13956name = "schema_generator"
13957version = "0.1.0"
13958dependencies = [
13959 "anyhow",
13960 "clap",
13961 "env_logger 0.11.8",
13962 "schemars 1.0.1",
13963 "serde",
13964 "serde_json",
13965 "theme",
13966 "workspace-hack",
13967]
13968
13969[[package]]
13970name = "schemars"
13971version = "0.9.0"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13974dependencies = [
13975 "dyn-clone",
13976 "ref-cast",
13977 "serde",
13978 "serde_json",
13979]
13980
13981[[package]]
13982name = "schemars"
13983version = "1.0.1"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13986dependencies = [
13987 "dyn-clone",
13988 "indexmap 2.9.0",
13989 "ref-cast",
13990 "schemars_derive",
13991 "serde",
13992 "serde_json",
13993]
13994
13995[[package]]
13996name = "schemars_derive"
13997version = "1.0.1"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14000dependencies = [
14001 "proc-macro2",
14002 "quote",
14003 "serde_derive_internals",
14004 "syn 2.0.101",
14005]
14006
14007[[package]]
14008name = "scoped-tls"
14009version = "1.0.1"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14012
14013[[package]]
14014name = "scopeguard"
14015version = "1.2.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14018
14019[[package]]
14020name = "scratch"
14021version = "1.0.8"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14024
14025[[package]]
14026name = "screencapturekit"
14027version = "0.2.8"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14030dependencies = [
14031 "screencapturekit-sys",
14032]
14033
14034[[package]]
14035name = "screencapturekit-sys"
14036version = "0.2.8"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14039dependencies = [
14040 "block",
14041 "dispatch",
14042 "objc",
14043 "objc-foundation",
14044 "objc_id",
14045 "once_cell",
14046]
14047
14048[[package]]
14049name = "scroll"
14050version = "0.12.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14053dependencies = [
14054 "scroll_derive",
14055]
14056
14057[[package]]
14058name = "scroll_derive"
14059version = "0.12.1"
14060source = "registry+https://github.com/rust-lang/crates.io-index"
14061checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14062dependencies = [
14063 "proc-macro2",
14064 "quote",
14065 "syn 2.0.101",
14066]
14067
14068[[package]]
14069name = "scrypt"
14070version = "0.11.0"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14073dependencies = [
14074 "password-hash 0.5.0",
14075 "pbkdf2 0.12.2",
14076 "salsa20",
14077 "sha2",
14078]
14079
14080[[package]]
14081name = "sct"
14082version = "0.7.1"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14085dependencies = [
14086 "ring",
14087 "untrusted",
14088]
14089
14090[[package]]
14091name = "sea-bae"
14092version = "0.2.1"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14095dependencies = [
14096 "heck 0.4.1",
14097 "proc-macro-error2",
14098 "proc-macro2",
14099 "quote",
14100 "syn 2.0.101",
14101]
14102
14103[[package]]
14104name = "sea-orm"
14105version = "1.1.10"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14108dependencies = [
14109 "async-stream",
14110 "async-trait",
14111 "bigdecimal",
14112 "chrono",
14113 "futures-util",
14114 "log",
14115 "ouroboros",
14116 "pgvector",
14117 "rust_decimal",
14118 "sea-orm-macros",
14119 "sea-query",
14120 "sea-query-binder",
14121 "serde",
14122 "serde_json",
14123 "sqlx",
14124 "strum 0.26.3",
14125 "thiserror 2.0.12",
14126 "time",
14127 "tracing",
14128 "url",
14129 "uuid",
14130]
14131
14132[[package]]
14133name = "sea-orm-macros"
14134version = "1.1.10"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14137dependencies = [
14138 "heck 0.4.1",
14139 "proc-macro2",
14140 "quote",
14141 "sea-bae",
14142 "syn 2.0.101",
14143 "unicode-ident",
14144]
14145
14146[[package]]
14147name = "sea-query"
14148version = "0.32.4"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14151dependencies = [
14152 "bigdecimal",
14153 "chrono",
14154 "inherent",
14155 "ordered-float 4.6.0",
14156 "rust_decimal",
14157 "serde_json",
14158 "time",
14159 "uuid",
14160]
14161
14162[[package]]
14163name = "sea-query-binder"
14164version = "0.7.0"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14167dependencies = [
14168 "bigdecimal",
14169 "chrono",
14170 "rust_decimal",
14171 "sea-query",
14172 "serde_json",
14173 "sqlx",
14174 "time",
14175 "uuid",
14176]
14177
14178[[package]]
14179name = "seahash"
14180version = "4.1.0"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14183
14184[[package]]
14185name = "search"
14186version = "0.1.0"
14187dependencies = [
14188 "any_vec",
14189 "anyhow",
14190 "bitflags 2.9.0",
14191 "client",
14192 "collections",
14193 "editor",
14194 "futures 0.3.31",
14195 "gpui",
14196 "language",
14197 "menu",
14198 "project",
14199 "schemars 1.0.1",
14200 "serde",
14201 "serde_json",
14202 "settings",
14203 "smol",
14204 "theme",
14205 "ui",
14206 "unindent",
14207 "util",
14208 "workspace",
14209 "workspace-hack",
14210 "zed_actions",
14211]
14212
14213[[package]]
14214name = "sec1"
14215version = "0.3.0"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14218dependencies = [
14219 "base16ct",
14220 "der 0.6.1",
14221 "generic-array",
14222 "pkcs8 0.9.0",
14223 "subtle",
14224 "zeroize",
14225]
14226
14227[[package]]
14228name = "security-framework"
14229version = "2.11.1"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14232dependencies = [
14233 "bitflags 2.9.0",
14234 "core-foundation 0.9.4",
14235 "core-foundation-sys",
14236 "libc",
14237 "security-framework-sys",
14238]
14239
14240[[package]]
14241name = "security-framework"
14242version = "3.2.0"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14245dependencies = [
14246 "bitflags 2.9.0",
14247 "core-foundation 0.10.0",
14248 "core-foundation-sys",
14249 "libc",
14250 "security-framework-sys",
14251]
14252
14253[[package]]
14254name = "security-framework-sys"
14255version = "2.14.0"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14258dependencies = [
14259 "core-foundation-sys",
14260 "libc",
14261]
14262
14263[[package]]
14264name = "self_cell"
14265version = "1.2.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14268
14269[[package]]
14270name = "semantic_version"
14271version = "0.1.0"
14272dependencies = [
14273 "anyhow",
14274 "serde",
14275 "workspace-hack",
14276]
14277
14278[[package]]
14279name = "semver"
14280version = "1.0.26"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14283dependencies = [
14284 "serde",
14285]
14286
14287[[package]]
14288name = "seq-macro"
14289version = "0.3.6"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14292
14293[[package]]
14294name = "serde"
14295version = "1.0.221"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14298dependencies = [
14299 "serde_core",
14300 "serde_derive",
14301]
14302
14303[[package]]
14304name = "serde_core"
14305version = "1.0.221"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14308dependencies = [
14309 "serde_derive",
14310]
14311
14312[[package]]
14313name = "serde_derive"
14314version = "1.0.221"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14317dependencies = [
14318 "proc-macro2",
14319 "quote",
14320 "syn 2.0.101",
14321]
14322
14323[[package]]
14324name = "serde_derive_internals"
14325version = "0.29.1"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14328dependencies = [
14329 "proc-macro2",
14330 "quote",
14331 "syn 2.0.101",
14332]
14333
14334[[package]]
14335name = "serde_fmt"
14336version = "1.0.3"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14339dependencies = [
14340 "serde",
14341]
14342
14343[[package]]
14344name = "serde_json"
14345version = "1.0.144"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14348dependencies = [
14349 "indexmap 2.9.0",
14350 "itoa",
14351 "memchr",
14352 "ryu",
14353 "serde_core",
14354]
14355
14356[[package]]
14357name = "serde_json_lenient"
14358version = "0.2.4"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14361dependencies = [
14362 "indexmap 2.9.0",
14363 "itoa",
14364 "memchr",
14365 "ryu",
14366 "serde",
14367]
14368
14369[[package]]
14370name = "serde_path_to_error"
14371version = "0.1.17"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14374dependencies = [
14375 "itoa",
14376 "serde",
14377]
14378
14379[[package]]
14380name = "serde_repr"
14381version = "0.1.20"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14384dependencies = [
14385 "proc-macro2",
14386 "quote",
14387 "syn 2.0.101",
14388]
14389
14390[[package]]
14391name = "serde_spanned"
14392version = "0.6.8"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14395dependencies = [
14396 "serde",
14397]
14398
14399[[package]]
14400name = "serde_urlencoded"
14401version = "0.7.1"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14404dependencies = [
14405 "form_urlencoded",
14406 "itoa",
14407 "ryu",
14408 "serde",
14409]
14410
14411[[package]]
14412name = "serde_with"
14413version = "3.13.0"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14416dependencies = [
14417 "base64 0.22.1",
14418 "chrono",
14419 "hex",
14420 "indexmap 1.9.3",
14421 "indexmap 2.9.0",
14422 "schemars 0.9.0",
14423 "serde",
14424 "serde_derive",
14425 "serde_json",
14426 "serde_with_macros",
14427 "time",
14428]
14429
14430[[package]]
14431name = "serde_with_macros"
14432version = "3.13.0"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14435dependencies = [
14436 "darling",
14437 "proc-macro2",
14438 "quote",
14439 "syn 2.0.101",
14440]
14441
14442[[package]]
14443name = "serial2"
14444version = "0.2.29"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14447dependencies = [
14448 "cfg-if",
14449 "libc",
14450 "winapi",
14451]
14452
14453[[package]]
14454name = "session"
14455version = "0.1.0"
14456dependencies = [
14457 "db",
14458 "gpui",
14459 "serde_json",
14460 "util",
14461 "uuid",
14462 "workspace-hack",
14463]
14464
14465[[package]]
14466name = "settings"
14467version = "0.1.0"
14468dependencies = [
14469 "anyhow",
14470 "collections",
14471 "ec4rs",
14472 "fs",
14473 "futures 0.3.31",
14474 "gpui",
14475 "indoc",
14476 "inventory",
14477 "log",
14478 "paths",
14479 "pretty_assertions",
14480 "release_channel",
14481 "rust-embed",
14482 "schemars 1.0.1",
14483 "serde",
14484 "serde_json",
14485 "serde_json_lenient",
14486 "serde_path_to_error",
14487 "serde_repr",
14488 "serde_with",
14489 "settings_macros",
14490 "smallvec",
14491 "strum 0.27.1",
14492 "tree-sitter",
14493 "tree-sitter-json",
14494 "unindent",
14495 "util",
14496 "workspace-hack",
14497 "zlog",
14498]
14499
14500[[package]]
14501name = "settings_macros"
14502version = "0.1.0"
14503dependencies = [
14504 "quote",
14505 "settings",
14506 "syn 2.0.101",
14507 "workspace-hack",
14508]
14509
14510[[package]]
14511name = "settings_profile_selector"
14512version = "0.1.0"
14513dependencies = [
14514 "client",
14515 "editor",
14516 "fuzzy",
14517 "gpui",
14518 "language",
14519 "menu",
14520 "picker",
14521 "project",
14522 "serde_json",
14523 "settings",
14524 "theme",
14525 "ui",
14526 "workspace",
14527 "workspace-hack",
14528 "zed_actions",
14529]
14530
14531[[package]]
14532name = "settings_ui"
14533version = "0.1.0"
14534dependencies = [
14535 "anyhow",
14536 "assets",
14537 "client",
14538 "command_palette_hooks",
14539 "editor",
14540 "feature_flags",
14541 "fs",
14542 "futures 0.3.31",
14543 "fuzzy",
14544 "gpui",
14545 "language",
14546 "menu",
14547 "node_runtime",
14548 "paths",
14549 "project",
14550 "serde",
14551 "session",
14552 "settings",
14553 "strum 0.27.1",
14554 "theme",
14555 "ui",
14556 "util",
14557 "workspace",
14558 "workspace-hack",
14559 "zlog",
14560]
14561
14562[[package]]
14563name = "sha1"
14564version = "0.10.6"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14567dependencies = [
14568 "cfg-if",
14569 "cpufeatures",
14570 "digest",
14571]
14572
14573[[package]]
14574name = "sha1_smol"
14575version = "1.0.1"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14578
14579[[package]]
14580name = "sha2"
14581version = "0.10.9"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14584dependencies = [
14585 "cfg-if",
14586 "cpufeatures",
14587 "digest",
14588]
14589
14590[[package]]
14591name = "sharded-slab"
14592version = "0.1.7"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14595dependencies = [
14596 "lazy_static",
14597]
14598
14599[[package]]
14600name = "shared_library"
14601version = "0.1.9"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14604dependencies = [
14605 "lazy_static",
14606 "libc",
14607]
14608
14609[[package]]
14610name = "shell-words"
14611version = "1.1.0"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14614
14615[[package]]
14616name = "shellexpand"
14617version = "2.1.2"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14620dependencies = [
14621 "dirs 4.0.0",
14622]
14623
14624[[package]]
14625name = "shellexpand"
14626version = "3.1.1"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14629dependencies = [
14630 "dirs 6.0.0",
14631]
14632
14633[[package]]
14634name = "shlex"
14635version = "1.3.0"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14638
14639[[package]]
14640name = "signal-hook"
14641version = "0.3.17"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14644dependencies = [
14645 "libc",
14646 "signal-hook-registry",
14647]
14648
14649[[package]]
14650name = "signal-hook-registry"
14651version = "1.4.5"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14654dependencies = [
14655 "libc",
14656]
14657
14658[[package]]
14659name = "signature"
14660version = "1.6.4"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14663dependencies = [
14664 "digest",
14665 "rand_core 0.6.4",
14666]
14667
14668[[package]]
14669name = "signature"
14670version = "2.2.0"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14673dependencies = [
14674 "digest",
14675 "rand_core 0.6.4",
14676]
14677
14678[[package]]
14679name = "simd-adler32"
14680version = "0.3.7"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14683
14684[[package]]
14685name = "simd_helpers"
14686version = "0.1.0"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14689dependencies = [
14690 "quote",
14691]
14692
14693[[package]]
14694name = "simdutf8"
14695version = "0.1.5"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14698
14699[[package]]
14700name = "simple_asn1"
14701version = "0.6.3"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14704dependencies = [
14705 "num-bigint",
14706 "num-traits",
14707 "thiserror 2.0.12",
14708 "time",
14709]
14710
14711[[package]]
14712name = "simplecss"
14713version = "0.2.2"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14716dependencies = [
14717 "log",
14718]
14719
14720[[package]]
14721name = "simplelog"
14722version = "0.12.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14725dependencies = [
14726 "log",
14727 "termcolor",
14728 "time",
14729]
14730
14731[[package]]
14732name = "siphasher"
14733version = "1.0.1"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14736
14737[[package]]
14738name = "skrifa"
14739version = "0.26.6"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14742dependencies = [
14743 "bytemuck",
14744 "read-fonts",
14745]
14746
14747[[package]]
14748name = "slab"
14749version = "0.4.9"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14752dependencies = [
14753 "autocfg",
14754]
14755
14756[[package]]
14757name = "slash_commands_example"
14758version = "0.1.0"
14759dependencies = [
14760 "zed_extension_api 0.1.0",
14761]
14762
14763[[package]]
14764name = "slotmap"
14765version = "1.0.7"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14768dependencies = [
14769 "version_check",
14770]
14771
14772[[package]]
14773name = "smallvec"
14774version = "1.15.0"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14777dependencies = [
14778 "serde",
14779]
14780
14781[[package]]
14782name = "smart-default"
14783version = "0.7.1"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14786dependencies = [
14787 "proc-macro2",
14788 "quote",
14789 "syn 2.0.101",
14790]
14791
14792[[package]]
14793name = "smol"
14794version = "2.0.2"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14797dependencies = [
14798 "async-channel 2.3.1",
14799 "async-executor",
14800 "async-fs",
14801 "async-io",
14802 "async-lock",
14803 "async-net",
14804 "async-process",
14805 "blocking",
14806 "futures-lite 2.6.0",
14807]
14808
14809[[package]]
14810name = "smol_str"
14811version = "0.2.2"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14814
14815[[package]]
14816name = "snippet"
14817version = "0.1.0"
14818dependencies = [
14819 "anyhow",
14820 "smallvec",
14821 "workspace-hack",
14822]
14823
14824[[package]]
14825name = "snippet_provider"
14826version = "0.1.0"
14827dependencies = [
14828 "anyhow",
14829 "collections",
14830 "extension",
14831 "fs",
14832 "futures 0.3.31",
14833 "gpui",
14834 "indoc",
14835 "parking_lot",
14836 "paths",
14837 "schemars 1.0.1",
14838 "serde",
14839 "serde_json",
14840 "serde_json_lenient",
14841 "snippet",
14842 "util",
14843 "workspace-hack",
14844]
14845
14846[[package]]
14847name = "snippets_ui"
14848version = "0.1.0"
14849dependencies = [
14850 "file_finder",
14851 "file_icons",
14852 "fuzzy",
14853 "gpui",
14854 "language",
14855 "paths",
14856 "picker",
14857 "settings",
14858 "ui",
14859 "util",
14860 "workspace",
14861 "workspace-hack",
14862]
14863
14864[[package]]
14865name = "socket2"
14866version = "0.5.9"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14869dependencies = [
14870 "libc",
14871 "windows-sys 0.52.0",
14872]
14873
14874[[package]]
14875name = "spdx"
14876version = "0.10.8"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14879dependencies = [
14880 "smallvec",
14881]
14882
14883[[package]]
14884name = "spin"
14885version = "0.9.8"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14888dependencies = [
14889 "lock_api",
14890]
14891
14892[[package]]
14893name = "spirv"
14894version = "0.3.0+sdk-1.3.268.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14897dependencies = [
14898 "bitflags 2.9.0",
14899]
14900
14901[[package]]
14902name = "spki"
14903version = "0.6.0"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14906dependencies = [
14907 "base64ct",
14908 "der 0.6.1",
14909]
14910
14911[[package]]
14912name = "spki"
14913version = "0.7.3"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14916dependencies = [
14917 "base64ct",
14918 "der 0.7.10",
14919]
14920
14921[[package]]
14922name = "sptr"
14923version = "0.3.2"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14926
14927[[package]]
14928name = "sqlez"
14929version = "0.1.0"
14930dependencies = [
14931 "anyhow",
14932 "collections",
14933 "futures 0.3.31",
14934 "indoc",
14935 "libsqlite3-sys",
14936 "log",
14937 "parking_lot",
14938 "smol",
14939 "sqlformat",
14940 "thread_local",
14941 "util",
14942 "uuid",
14943 "workspace-hack",
14944]
14945
14946[[package]]
14947name = "sqlez_macros"
14948version = "0.1.0"
14949dependencies = [
14950 "sqlez",
14951 "sqlformat",
14952 "syn 2.0.101",
14953 "workspace-hack",
14954]
14955
14956[[package]]
14957name = "sqlformat"
14958version = "0.2.6"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14961dependencies = [
14962 "nom 7.1.3",
14963 "unicode_categories",
14964]
14965
14966[[package]]
14967name = "sqlx"
14968version = "0.8.5"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14971dependencies = [
14972 "sqlx-core",
14973 "sqlx-macros",
14974 "sqlx-mysql",
14975 "sqlx-postgres",
14976 "sqlx-sqlite",
14977]
14978
14979[[package]]
14980name = "sqlx-core"
14981version = "0.8.5"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14984dependencies = [
14985 "base64 0.22.1",
14986 "bigdecimal",
14987 "bytes 1.10.1",
14988 "chrono",
14989 "crc",
14990 "crossbeam-queue",
14991 "either",
14992 "event-listener 5.4.0",
14993 "futures-core",
14994 "futures-intrusive",
14995 "futures-io",
14996 "futures-util",
14997 "hashbrown 0.15.3",
14998 "hashlink 0.10.0",
14999 "indexmap 2.9.0",
15000 "log",
15001 "memchr",
15002 "once_cell",
15003 "percent-encoding",
15004 "rust_decimal",
15005 "rustls 0.23.26",
15006 "serde",
15007 "serde_json",
15008 "sha2",
15009 "smallvec",
15010 "thiserror 2.0.12",
15011 "time",
15012 "tokio",
15013 "tokio-stream",
15014 "tracing",
15015 "url",
15016 "uuid",
15017 "webpki-roots",
15018]
15019
15020[[package]]
15021name = "sqlx-macros"
15022version = "0.8.5"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15025dependencies = [
15026 "proc-macro2",
15027 "quote",
15028 "sqlx-core",
15029 "sqlx-macros-core",
15030 "syn 2.0.101",
15031]
15032
15033[[package]]
15034name = "sqlx-macros-core"
15035version = "0.8.5"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15038dependencies = [
15039 "dotenvy",
15040 "either",
15041 "heck 0.5.0",
15042 "hex",
15043 "once_cell",
15044 "proc-macro2",
15045 "quote",
15046 "serde",
15047 "serde_json",
15048 "sha2",
15049 "sqlx-core",
15050 "sqlx-mysql",
15051 "sqlx-postgres",
15052 "sqlx-sqlite",
15053 "syn 2.0.101",
15054 "tempfile",
15055 "tokio",
15056 "url",
15057]
15058
15059[[package]]
15060name = "sqlx-mysql"
15061version = "0.8.5"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15064dependencies = [
15065 "atoi",
15066 "base64 0.22.1",
15067 "bigdecimal",
15068 "bitflags 2.9.0",
15069 "byteorder",
15070 "bytes 1.10.1",
15071 "chrono",
15072 "crc",
15073 "digest",
15074 "dotenvy",
15075 "either",
15076 "futures-channel",
15077 "futures-core",
15078 "futures-io",
15079 "futures-util",
15080 "generic-array",
15081 "hex",
15082 "hkdf",
15083 "hmac",
15084 "itoa",
15085 "log",
15086 "md-5",
15087 "memchr",
15088 "once_cell",
15089 "percent-encoding",
15090 "rand 0.8.5",
15091 "rsa",
15092 "rust_decimal",
15093 "serde",
15094 "sha1",
15095 "sha2",
15096 "smallvec",
15097 "sqlx-core",
15098 "stringprep",
15099 "thiserror 2.0.12",
15100 "time",
15101 "tracing",
15102 "uuid",
15103 "whoami",
15104]
15105
15106[[package]]
15107name = "sqlx-postgres"
15108version = "0.8.5"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15111dependencies = [
15112 "atoi",
15113 "base64 0.22.1",
15114 "bigdecimal",
15115 "bitflags 2.9.0",
15116 "byteorder",
15117 "chrono",
15118 "crc",
15119 "dotenvy",
15120 "etcetera",
15121 "futures-channel",
15122 "futures-core",
15123 "futures-util",
15124 "hex",
15125 "hkdf",
15126 "hmac",
15127 "home",
15128 "itoa",
15129 "log",
15130 "md-5",
15131 "memchr",
15132 "num-bigint",
15133 "once_cell",
15134 "rand 0.8.5",
15135 "rust_decimal",
15136 "serde",
15137 "serde_json",
15138 "sha2",
15139 "smallvec",
15140 "sqlx-core",
15141 "stringprep",
15142 "thiserror 2.0.12",
15143 "time",
15144 "tracing",
15145 "uuid",
15146 "whoami",
15147]
15148
15149[[package]]
15150name = "sqlx-sqlite"
15151version = "0.8.5"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15154dependencies = [
15155 "atoi",
15156 "chrono",
15157 "flume",
15158 "futures-channel",
15159 "futures-core",
15160 "futures-executor",
15161 "futures-intrusive",
15162 "futures-util",
15163 "libsqlite3-sys",
15164 "log",
15165 "percent-encoding",
15166 "serde",
15167 "serde_urlencoded",
15168 "sqlx-core",
15169 "thiserror 2.0.12",
15170 "time",
15171 "tracing",
15172 "url",
15173 "uuid",
15174]
15175
15176[[package]]
15177name = "stable_deref_trait"
15178version = "1.2.0"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15181
15182[[package]]
15183name = "stacker"
15184version = "0.1.21"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15187dependencies = [
15188 "cc",
15189 "cfg-if",
15190 "libc",
15191 "psm",
15192 "windows-sys 0.59.0",
15193]
15194
15195[[package]]
15196name = "stacksafe"
15197version = "0.1.4"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15200dependencies = [
15201 "stacker",
15202 "stacksafe-macro",
15203]
15204
15205[[package]]
15206name = "stacksafe-macro"
15207version = "0.1.4"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15210dependencies = [
15211 "proc-macro-error2",
15212 "quote",
15213 "syn 2.0.101",
15214]
15215
15216[[package]]
15217name = "static_assertions"
15218version = "1.1.0"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15221
15222[[package]]
15223name = "story"
15224version = "0.1.0"
15225dependencies = [
15226 "gpui",
15227 "itertools 0.14.0",
15228 "smallvec",
15229 "workspace-hack",
15230]
15231
15232[[package]]
15233name = "storybook"
15234version = "0.1.0"
15235dependencies = [
15236 "anyhow",
15237 "clap",
15238 "collab_ui",
15239 "ctrlc",
15240 "dialoguer",
15241 "editor",
15242 "fuzzy",
15243 "gpui",
15244 "indoc",
15245 "language",
15246 "log",
15247 "menu",
15248 "picker",
15249 "project",
15250 "reqwest_client",
15251 "rust-embed",
15252 "settings",
15253 "simplelog",
15254 "story",
15255 "strum 0.27.1",
15256 "theme",
15257 "title_bar",
15258 "ui",
15259 "workspace",
15260 "workspace-hack",
15261]
15262
15263[[package]]
15264name = "streaming-iterator"
15265version = "0.1.9"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15268
15269[[package]]
15270name = "streaming_diff"
15271version = "0.1.0"
15272dependencies = [
15273 "ordered-float 2.10.1",
15274 "rand 0.9.1",
15275 "rope",
15276 "util",
15277 "workspace-hack",
15278]
15279
15280[[package]]
15281name = "strength_reduce"
15282version = "0.2.4"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15285
15286[[package]]
15287name = "strict-num"
15288version = "0.1.1"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15291dependencies = [
15292 "float-cmp",
15293]
15294
15295[[package]]
15296name = "string_cache"
15297version = "0.8.9"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15300dependencies = [
15301 "new_debug_unreachable",
15302 "parking_lot",
15303 "phf_shared",
15304 "precomputed-hash",
15305 "serde",
15306]
15307
15308[[package]]
15309name = "string_cache_codegen"
15310version = "0.5.4"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15313dependencies = [
15314 "phf_generator",
15315 "phf_shared",
15316 "proc-macro2",
15317 "quote",
15318]
15319
15320[[package]]
15321name = "stringprep"
15322version = "0.1.5"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15325dependencies = [
15326 "unicode-bidi",
15327 "unicode-normalization",
15328 "unicode-properties",
15329]
15330
15331[[package]]
15332name = "strsim"
15333version = "0.11.1"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15336
15337[[package]]
15338name = "strum"
15339version = "0.26.3"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15342dependencies = [
15343 "strum_macros 0.26.4",
15344]
15345
15346[[package]]
15347name = "strum"
15348version = "0.27.1"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15351dependencies = [
15352 "strum_macros 0.27.1",
15353]
15354
15355[[package]]
15356name = "strum_macros"
15357version = "0.26.4"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15360dependencies = [
15361 "heck 0.5.0",
15362 "proc-macro2",
15363 "quote",
15364 "rustversion",
15365 "syn 2.0.101",
15366]
15367
15368[[package]]
15369name = "strum_macros"
15370version = "0.27.1"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15373dependencies = [
15374 "heck 0.5.0",
15375 "proc-macro2",
15376 "quote",
15377 "rustversion",
15378 "syn 2.0.101",
15379]
15380
15381[[package]]
15382name = "subtle"
15383version = "2.6.1"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15386
15387[[package]]
15388name = "sum_tree"
15389version = "0.1.0"
15390dependencies = [
15391 "arrayvec",
15392 "ctor",
15393 "log",
15394 "rand 0.9.1",
15395 "rayon",
15396 "workspace-hack",
15397 "zlog",
15398]
15399
15400[[package]]
15401name = "supermaven"
15402version = "0.1.0"
15403dependencies = [
15404 "anyhow",
15405 "client",
15406 "collections",
15407 "edit_prediction",
15408 "editor",
15409 "env_logger 0.11.8",
15410 "futures 0.3.31",
15411 "gpui",
15412 "http_client",
15413 "language",
15414 "log",
15415 "postage",
15416 "project",
15417 "serde",
15418 "serde_json",
15419 "settings",
15420 "smol",
15421 "supermaven_api",
15422 "text",
15423 "theme",
15424 "ui",
15425 "unicode-segmentation",
15426 "util",
15427 "workspace-hack",
15428]
15429
15430[[package]]
15431name = "supermaven_api"
15432version = "0.1.0"
15433dependencies = [
15434 "anyhow",
15435 "futures 0.3.31",
15436 "http_client",
15437 "paths",
15438 "serde",
15439 "serde_json",
15440 "smol",
15441 "util",
15442 "workspace-hack",
15443]
15444
15445[[package]]
15446name = "sval"
15447version = "2.14.1"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15450
15451[[package]]
15452name = "sval_buffer"
15453version = "2.14.1"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15456dependencies = [
15457 "sval",
15458 "sval_ref",
15459]
15460
15461[[package]]
15462name = "sval_dynamic"
15463version = "2.14.1"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15466dependencies = [
15467 "sval",
15468]
15469
15470[[package]]
15471name = "sval_fmt"
15472version = "2.14.1"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15475dependencies = [
15476 "itoa",
15477 "ryu",
15478 "sval",
15479]
15480
15481[[package]]
15482name = "sval_json"
15483version = "2.14.1"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15486dependencies = [
15487 "itoa",
15488 "ryu",
15489 "sval",
15490]
15491
15492[[package]]
15493name = "sval_nested"
15494version = "2.14.1"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15497dependencies = [
15498 "sval",
15499 "sval_buffer",
15500 "sval_ref",
15501]
15502
15503[[package]]
15504name = "sval_ref"
15505version = "2.14.1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15508dependencies = [
15509 "sval",
15510]
15511
15512[[package]]
15513name = "sval_serde"
15514version = "2.14.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15517dependencies = [
15518 "serde",
15519 "sval",
15520 "sval_nested",
15521]
15522
15523[[package]]
15524name = "svg_fmt"
15525version = "0.4.5"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15528
15529[[package]]
15530name = "svg_preview"
15531version = "0.1.0"
15532dependencies = [
15533 "editor",
15534 "file_icons",
15535 "gpui",
15536 "multi_buffer",
15537 "ui",
15538 "workspace",
15539 "workspace-hack",
15540]
15541
15542[[package]]
15543name = "svgtypes"
15544version = "0.15.3"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15547dependencies = [
15548 "kurbo",
15549 "siphasher",
15550]
15551
15552[[package]]
15553name = "swash"
15554version = "0.2.2"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15557dependencies = [
15558 "skrifa",
15559 "yazi",
15560 "zeno",
15561]
15562
15563[[package]]
15564name = "symphonia"
15565version = "0.5.4"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15568dependencies = [
15569 "lazy_static",
15570 "symphonia-bundle-flac",
15571 "symphonia-bundle-mp3",
15572 "symphonia-codec-aac",
15573 "symphonia-codec-pcm",
15574 "symphonia-codec-vorbis",
15575 "symphonia-core",
15576 "symphonia-format-isomp4",
15577 "symphonia-format-ogg",
15578 "symphonia-format-riff",
15579 "symphonia-metadata",
15580]
15581
15582[[package]]
15583name = "symphonia-bundle-flac"
15584version = "0.5.4"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15587dependencies = [
15588 "log",
15589 "symphonia-core",
15590 "symphonia-metadata",
15591 "symphonia-utils-xiph",
15592]
15593
15594[[package]]
15595name = "symphonia-bundle-mp3"
15596version = "0.5.4"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15599dependencies = [
15600 "lazy_static",
15601 "log",
15602 "symphonia-core",
15603 "symphonia-metadata",
15604]
15605
15606[[package]]
15607name = "symphonia-codec-aac"
15608version = "0.5.4"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15611dependencies = [
15612 "lazy_static",
15613 "log",
15614 "symphonia-core",
15615]
15616
15617[[package]]
15618name = "symphonia-codec-pcm"
15619version = "0.5.4"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15622dependencies = [
15623 "log",
15624 "symphonia-core",
15625]
15626
15627[[package]]
15628name = "symphonia-codec-vorbis"
15629version = "0.5.4"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15632dependencies = [
15633 "log",
15634 "symphonia-core",
15635 "symphonia-utils-xiph",
15636]
15637
15638[[package]]
15639name = "symphonia-core"
15640version = "0.5.4"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15643dependencies = [
15644 "arrayvec",
15645 "bitflags 1.3.2",
15646 "bytemuck",
15647 "lazy_static",
15648 "log",
15649]
15650
15651[[package]]
15652name = "symphonia-format-isomp4"
15653version = "0.5.4"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15656dependencies = [
15657 "encoding_rs",
15658 "log",
15659 "symphonia-core",
15660 "symphonia-metadata",
15661 "symphonia-utils-xiph",
15662]
15663
15664[[package]]
15665name = "symphonia-format-ogg"
15666version = "0.5.4"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15669dependencies = [
15670 "log",
15671 "symphonia-core",
15672 "symphonia-metadata",
15673 "symphonia-utils-xiph",
15674]
15675
15676[[package]]
15677name = "symphonia-format-riff"
15678version = "0.5.4"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15681dependencies = [
15682 "extended",
15683 "log",
15684 "symphonia-core",
15685 "symphonia-metadata",
15686]
15687
15688[[package]]
15689name = "symphonia-metadata"
15690version = "0.5.4"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15693dependencies = [
15694 "encoding_rs",
15695 "lazy_static",
15696 "log",
15697 "symphonia-core",
15698]
15699
15700[[package]]
15701name = "symphonia-utils-xiph"
15702version = "0.5.4"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15705dependencies = [
15706 "symphonia-core",
15707 "symphonia-metadata",
15708]
15709
15710[[package]]
15711name = "syn"
15712version = "1.0.109"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15715dependencies = [
15716 "proc-macro2",
15717 "quote",
15718 "unicode-ident",
15719]
15720
15721[[package]]
15722name = "syn"
15723version = "2.0.101"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15726dependencies = [
15727 "proc-macro2",
15728 "quote",
15729 "unicode-ident",
15730]
15731
15732[[package]]
15733name = "sync_wrapper"
15734version = "0.1.2"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15737
15738[[package]]
15739name = "sync_wrapper"
15740version = "1.0.2"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15743dependencies = [
15744 "futures-core",
15745]
15746
15747[[package]]
15748name = "synchronoise"
15749version = "1.0.1"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15752dependencies = [
15753 "crossbeam-queue",
15754]
15755
15756[[package]]
15757name = "synstructure"
15758version = "0.13.1"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15761dependencies = [
15762 "proc-macro2",
15763 "quote",
15764 "syn 2.0.101",
15765]
15766
15767[[package]]
15768name = "sys-locale"
15769version = "0.3.2"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15772dependencies = [
15773 "libc",
15774]
15775
15776[[package]]
15777name = "sysctl"
15778version = "0.5.5"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15781dependencies = [
15782 "bitflags 2.9.0",
15783 "byteorder",
15784 "enum-as-inner",
15785 "libc",
15786 "thiserror 1.0.69",
15787 "walkdir",
15788]
15789
15790[[package]]
15791name = "sysctl"
15792version = "0.6.0"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15795dependencies = [
15796 "bitflags 2.9.0",
15797 "byteorder",
15798 "enum-as-inner",
15799 "libc",
15800 "thiserror 1.0.69",
15801 "walkdir",
15802]
15803
15804[[package]]
15805name = "sysinfo"
15806version = "0.31.4"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15809dependencies = [
15810 "core-foundation-sys",
15811 "libc",
15812 "memchr",
15813 "ntapi",
15814 "rayon",
15815 "windows 0.57.0",
15816]
15817
15818[[package]]
15819name = "system-configuration"
15820version = "0.5.1"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15823dependencies = [
15824 "bitflags 1.3.2",
15825 "core-foundation 0.9.4",
15826 "system-configuration-sys 0.5.0",
15827]
15828
15829[[package]]
15830name = "system-configuration"
15831version = "0.6.1"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15834dependencies = [
15835 "bitflags 2.9.0",
15836 "core-foundation 0.9.4",
15837 "system-configuration-sys 0.6.0",
15838]
15839
15840[[package]]
15841name = "system-configuration-sys"
15842version = "0.5.0"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15845dependencies = [
15846 "core-foundation-sys",
15847 "libc",
15848]
15849
15850[[package]]
15851name = "system-configuration-sys"
15852version = "0.6.0"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15855dependencies = [
15856 "core-foundation-sys",
15857 "libc",
15858]
15859
15860[[package]]
15861name = "system-deps"
15862version = "6.2.2"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15865dependencies = [
15866 "cfg-expr",
15867 "heck 0.5.0",
15868 "pkg-config",
15869 "toml 0.8.20",
15870 "version-compare",
15871]
15872
15873[[package]]
15874name = "system-interface"
15875version = "0.27.3"
15876source = "registry+https://github.com/rust-lang/crates.io-index"
15877checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15878dependencies = [
15879 "bitflags 2.9.0",
15880 "cap-fs-ext",
15881 "cap-std",
15882 "fd-lock",
15883 "io-lifetimes",
15884 "rustix 0.38.44",
15885 "windows-sys 0.59.0",
15886 "winx",
15887]
15888
15889[[package]]
15890name = "system_specs"
15891version = "0.1.0"
15892dependencies = [
15893 "anyhow",
15894 "client",
15895 "gpui",
15896 "human_bytes",
15897 "pciid-parser",
15898 "release_channel",
15899 "serde",
15900 "sysinfo",
15901 "workspace-hack",
15902]
15903
15904[[package]]
15905name = "tab_switcher"
15906version = "0.1.0"
15907dependencies = [
15908 "anyhow",
15909 "collections",
15910 "ctor",
15911 "editor",
15912 "fuzzy",
15913 "gpui",
15914 "language",
15915 "menu",
15916 "picker",
15917 "project",
15918 "schemars 1.0.1",
15919 "serde",
15920 "serde_json",
15921 "settings",
15922 "smol",
15923 "theme",
15924 "ui",
15925 "util",
15926 "workspace",
15927 "workspace-hack",
15928 "zlog",
15929]
15930
15931[[package]]
15932name = "taffy"
15933version = "0.9.0"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15936dependencies = [
15937 "arrayvec",
15938 "grid",
15939 "serde",
15940 "slotmap",
15941]
15942
15943[[package]]
15944name = "tagptr"
15945version = "0.2.0"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15948
15949[[package]]
15950name = "take-until"
15951version = "0.2.0"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15954
15955[[package]]
15956name = "tao-core-video-sys"
15957version = "0.2.0"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15960dependencies = [
15961 "cfg-if",
15962 "core-foundation-sys",
15963 "libc",
15964 "objc",
15965]
15966
15967[[package]]
15968name = "tap"
15969version = "1.0.1"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15972
15973[[package]]
15974name = "target-lexicon"
15975version = "0.12.16"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15978
15979[[package]]
15980name = "target-lexicon"
15981version = "0.13.2"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15984
15985[[package]]
15986name = "task"
15987version = "0.1.0"
15988dependencies = [
15989 "anyhow",
15990 "collections",
15991 "futures 0.3.31",
15992 "gpui",
15993 "hex",
15994 "log",
15995 "parking_lot",
15996 "pretty_assertions",
15997 "proto",
15998 "schemars 1.0.1",
15999 "serde",
16000 "serde_json",
16001 "serde_json_lenient",
16002 "sha2",
16003 "shellexpand 2.1.2",
16004 "util",
16005 "workspace-hack",
16006 "zed_actions",
16007]
16008
16009[[package]]
16010name = "tasks_ui"
16011version = "0.1.0"
16012dependencies = [
16013 "anyhow",
16014 "collections",
16015 "editor",
16016 "file_icons",
16017 "fuzzy",
16018 "gpui",
16019 "itertools 0.14.0",
16020 "language",
16021 "menu",
16022 "picker",
16023 "project",
16024 "serde",
16025 "serde_json",
16026 "task",
16027 "tree-sitter-rust",
16028 "tree-sitter-typescript",
16029 "ui",
16030 "util",
16031 "workspace",
16032 "workspace-hack",
16033 "zed_actions",
16034]
16035
16036[[package]]
16037name = "telemetry"
16038version = "0.1.0"
16039dependencies = [
16040 "futures 0.3.31",
16041 "serde",
16042 "serde_json",
16043 "telemetry_events",
16044 "workspace-hack",
16045]
16046
16047[[package]]
16048name = "telemetry_events"
16049version = "0.1.0"
16050dependencies = [
16051 "semantic_version",
16052 "serde",
16053 "serde_json",
16054 "workspace-hack",
16055]
16056
16057[[package]]
16058name = "tempfile"
16059version = "3.20.0"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16062dependencies = [
16063 "fastrand 2.3.0",
16064 "getrandom 0.3.2",
16065 "once_cell",
16066 "rustix 1.0.7",
16067 "windows-sys 0.59.0",
16068]
16069
16070[[package]]
16071name = "tendril"
16072version = "0.4.3"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16075dependencies = [
16076 "futf",
16077 "mac",
16078 "utf-8",
16079]
16080
16081[[package]]
16082name = "termcolor"
16083version = "1.4.1"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16086dependencies = [
16087 "winapi-util",
16088]
16089
16090[[package]]
16091name = "terminal"
16092version = "0.1.0"
16093dependencies = [
16094 "alacritty_terminal",
16095 "anyhow",
16096 "collections",
16097 "futures 0.3.31",
16098 "gpui",
16099 "itertools 0.14.0",
16100 "libc",
16101 "log",
16102 "rand 0.9.1",
16103 "regex",
16104 "release_channel",
16105 "schemars 1.0.1",
16106 "serde",
16107 "settings",
16108 "smol",
16109 "sysinfo",
16110 "task",
16111 "theme",
16112 "thiserror 2.0.12",
16113 "url",
16114 "urlencoding",
16115 "util",
16116 "windows 0.61.1",
16117 "workspace-hack",
16118]
16119
16120[[package]]
16121name = "terminal_size"
16122version = "0.4.2"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16125dependencies = [
16126 "rustix 1.0.7",
16127 "windows-sys 0.59.0",
16128]
16129
16130[[package]]
16131name = "terminal_view"
16132version = "0.1.0"
16133dependencies = [
16134 "anyhow",
16135 "assistant_slash_command",
16136 "async-recursion",
16137 "breadcrumbs",
16138 "client",
16139 "collections",
16140 "db",
16141 "dirs 4.0.0",
16142 "editor",
16143 "futures 0.3.31",
16144 "gpui",
16145 "itertools 0.14.0",
16146 "language",
16147 "log",
16148 "pretty_assertions",
16149 "project",
16150 "rand 0.9.1",
16151 "regex",
16152 "schemars 1.0.1",
16153 "search",
16154 "serde",
16155 "serde_json",
16156 "settings",
16157 "shellexpand 2.1.2",
16158 "smol",
16159 "task",
16160 "terminal",
16161 "theme",
16162 "ui",
16163 "util",
16164 "workspace",
16165 "workspace-hack",
16166 "zed_actions",
16167]
16168
16169[[package]]
16170name = "text"
16171version = "0.1.0"
16172dependencies = [
16173 "anyhow",
16174 "clock",
16175 "collections",
16176 "ctor",
16177 "gpui",
16178 "http_client",
16179 "log",
16180 "parking_lot",
16181 "postage",
16182 "rand 0.9.1",
16183 "regex",
16184 "rope",
16185 "smallvec",
16186 "sum_tree",
16187 "util",
16188 "workspace-hack",
16189 "zlog",
16190]
16191
16192[[package]]
16193name = "theme"
16194version = "0.1.0"
16195dependencies = [
16196 "anyhow",
16197 "collections",
16198 "derive_more",
16199 "fs",
16200 "futures 0.3.31",
16201 "gpui",
16202 "log",
16203 "palette",
16204 "parking_lot",
16205 "refineable",
16206 "schemars 1.0.1",
16207 "serde",
16208 "serde_json",
16209 "serde_json_lenient",
16210 "settings",
16211 "strum 0.27.1",
16212 "thiserror 2.0.12",
16213 "util",
16214 "uuid",
16215 "workspace-hack",
16216]
16217
16218[[package]]
16219name = "theme_extension"
16220version = "0.1.0"
16221dependencies = [
16222 "anyhow",
16223 "extension",
16224 "fs",
16225 "gpui",
16226 "theme",
16227 "workspace-hack",
16228]
16229
16230[[package]]
16231name = "theme_importer"
16232version = "0.1.0"
16233dependencies = [
16234 "anyhow",
16235 "clap",
16236 "collections",
16237 "gpui",
16238 "indexmap 2.9.0",
16239 "log",
16240 "palette",
16241 "serde",
16242 "serde_json",
16243 "serde_json_lenient",
16244 "simplelog",
16245 "strum 0.27.1",
16246 "theme",
16247 "vscode_theme",
16248 "workspace-hack",
16249]
16250
16251[[package]]
16252name = "theme_selector"
16253version = "0.1.0"
16254dependencies = [
16255 "fs",
16256 "fuzzy",
16257 "gpui",
16258 "log",
16259 "picker",
16260 "serde",
16261 "settings",
16262 "telemetry",
16263 "theme",
16264 "ui",
16265 "util",
16266 "workspace",
16267 "workspace-hack",
16268 "zed_actions",
16269]
16270
16271[[package]]
16272name = "thiserror"
16273version = "1.0.69"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16276dependencies = [
16277 "thiserror-impl 1.0.69",
16278]
16279
16280[[package]]
16281name = "thiserror"
16282version = "2.0.12"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16285dependencies = [
16286 "thiserror-impl 2.0.12",
16287]
16288
16289[[package]]
16290name = "thiserror-impl"
16291version = "1.0.69"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16294dependencies = [
16295 "proc-macro2",
16296 "quote",
16297 "syn 2.0.101",
16298]
16299
16300[[package]]
16301name = "thiserror-impl"
16302version = "2.0.12"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16305dependencies = [
16306 "proc-macro2",
16307 "quote",
16308 "syn 2.0.101",
16309]
16310
16311[[package]]
16312name = "thread_local"
16313version = "1.1.8"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16316dependencies = [
16317 "cfg-if",
16318 "once_cell",
16319]
16320
16321[[package]]
16322name = "tiff"
16323version = "0.9.1"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16326dependencies = [
16327 "flate2",
16328 "jpeg-decoder",
16329 "weezl",
16330]
16331
16332[[package]]
16333name = "tiktoken-rs"
16334version = "0.8.0"
16335source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16336dependencies = [
16337 "anyhow",
16338 "base64 0.22.1",
16339 "bstr",
16340 "fancy-regex 0.13.0",
16341 "lazy_static",
16342 "regex",
16343 "rustc-hash 1.1.0",
16344]
16345
16346[[package]]
16347name = "time"
16348version = "0.3.41"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16351dependencies = [
16352 "deranged",
16353 "itoa",
16354 "libc",
16355 "num-conv",
16356 "num_threads",
16357 "powerfmt",
16358 "serde",
16359 "time-core",
16360 "time-macros",
16361]
16362
16363[[package]]
16364name = "time-core"
16365version = "0.1.4"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16368
16369[[package]]
16370name = "time-macros"
16371version = "0.2.22"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16374dependencies = [
16375 "num-conv",
16376 "time-core",
16377]
16378
16379[[package]]
16380name = "time_format"
16381version = "0.1.0"
16382dependencies = [
16383 "core-foundation 0.10.0",
16384 "core-foundation-sys",
16385 "sys-locale",
16386 "time",
16387 "workspace-hack",
16388]
16389
16390[[package]]
16391name = "tiny-keccak"
16392version = "2.0.2"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16395dependencies = [
16396 "crunchy",
16397]
16398
16399[[package]]
16400name = "tiny-skia"
16401version = "0.11.4"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16404dependencies = [
16405 "arrayref",
16406 "arrayvec",
16407 "bytemuck",
16408 "cfg-if",
16409 "log",
16410 "png",
16411 "tiny-skia-path",
16412]
16413
16414[[package]]
16415name = "tiny-skia-path"
16416version = "0.11.4"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16419dependencies = [
16420 "arrayref",
16421 "bytemuck",
16422 "strict-num",
16423]
16424
16425[[package]]
16426name = "tiny_http"
16427version = "0.8.2"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16430dependencies = [
16431 "ascii",
16432 "chrono",
16433 "chunked_transfer",
16434 "log",
16435 "url",
16436]
16437
16438[[package]]
16439name = "tinystr"
16440version = "0.7.6"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16443dependencies = [
16444 "displaydoc",
16445 "zerovec",
16446]
16447
16448[[package]]
16449name = "tinytemplate"
16450version = "1.2.1"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16453dependencies = [
16454 "serde",
16455 "serde_json",
16456]
16457
16458[[package]]
16459name = "tinyvec"
16460version = "1.9.0"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16463dependencies = [
16464 "tinyvec_macros",
16465]
16466
16467[[package]]
16468name = "tinyvec_macros"
16469version = "0.1.1"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16472
16473[[package]]
16474name = "title_bar"
16475version = "0.1.0"
16476dependencies = [
16477 "anyhow",
16478 "auto_update",
16479 "call",
16480 "chrono",
16481 "client",
16482 "cloud_llm_client",
16483 "collections",
16484 "db",
16485 "gpui",
16486 "http_client",
16487 "notifications",
16488 "pretty_assertions",
16489 "project",
16490 "remote",
16491 "rpc",
16492 "schemars 1.0.1",
16493 "serde",
16494 "settings",
16495 "smallvec",
16496 "story",
16497 "telemetry",
16498 "theme",
16499 "tree-sitter-md",
16500 "ui",
16501 "util",
16502 "windows 0.61.1",
16503 "workspace",
16504 "workspace-hack",
16505 "zed_actions",
16506]
16507
16508[[package]]
16509name = "tokio"
16510version = "1.44.2"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16513dependencies = [
16514 "backtrace",
16515 "bytes 1.10.1",
16516 "libc",
16517 "mio 1.0.3",
16518 "parking_lot",
16519 "pin-project-lite",
16520 "signal-hook-registry",
16521 "socket2",
16522 "tokio-macros",
16523 "windows-sys 0.52.0",
16524]
16525
16526[[package]]
16527name = "tokio-io"
16528version = "0.1.13"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16531dependencies = [
16532 "bytes 0.4.12",
16533 "futures 0.1.31",
16534 "log",
16535]
16536
16537[[package]]
16538name = "tokio-macros"
16539version = "2.5.0"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16542dependencies = [
16543 "proc-macro2",
16544 "quote",
16545 "syn 2.0.101",
16546]
16547
16548[[package]]
16549name = "tokio-native-tls"
16550version = "0.3.1"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16553dependencies = [
16554 "native-tls",
16555 "tokio",
16556]
16557
16558[[package]]
16559name = "tokio-rustls"
16560version = "0.24.1"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16563dependencies = [
16564 "rustls 0.21.12",
16565 "tokio",
16566]
16567
16568[[package]]
16569name = "tokio-rustls"
16570version = "0.26.2"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16573dependencies = [
16574 "rustls 0.23.26",
16575 "tokio",
16576]
16577
16578[[package]]
16579name = "tokio-socks"
16580version = "0.5.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16583dependencies = [
16584 "either",
16585 "futures-io",
16586 "futures-util",
16587 "thiserror 1.0.69",
16588 "tokio",
16589]
16590
16591[[package]]
16592name = "tokio-stream"
16593version = "0.1.17"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16596dependencies = [
16597 "futures-core",
16598 "pin-project-lite",
16599 "tokio",
16600]
16601
16602[[package]]
16603name = "tokio-tungstenite"
16604version = "0.20.1"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16607dependencies = [
16608 "futures-util",
16609 "log",
16610 "tokio",
16611 "tungstenite 0.20.1",
16612]
16613
16614[[package]]
16615name = "tokio-tungstenite"
16616version = "0.21.0"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16619dependencies = [
16620 "futures-util",
16621 "log",
16622 "tokio",
16623 "tungstenite 0.21.0",
16624]
16625
16626[[package]]
16627name = "tokio-tungstenite"
16628version = "0.26.2"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16631dependencies = [
16632 "futures-util",
16633 "log",
16634 "rustls 0.23.26",
16635 "rustls-pki-types",
16636 "tokio",
16637 "tokio-rustls 0.26.2",
16638 "tungstenite 0.26.2",
16639]
16640
16641[[package]]
16642name = "tokio-util"
16643version = "0.7.14"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16646dependencies = [
16647 "bytes 1.10.1",
16648 "futures-core",
16649 "futures-io",
16650 "futures-sink",
16651 "pin-project-lite",
16652 "tokio",
16653]
16654
16655[[package]]
16656name = "toml"
16657version = "0.5.11"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16660dependencies = [
16661 "serde",
16662]
16663
16664[[package]]
16665name = "toml"
16666version = "0.8.20"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16669dependencies = [
16670 "serde",
16671 "serde_spanned",
16672 "toml_datetime",
16673 "toml_edit",
16674]
16675
16676[[package]]
16677name = "toml_datetime"
16678version = "0.6.9"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16681dependencies = [
16682 "serde",
16683]
16684
16685[[package]]
16686name = "toml_edit"
16687version = "0.22.26"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16690dependencies = [
16691 "indexmap 2.9.0",
16692 "serde",
16693 "serde_spanned",
16694 "toml_datetime",
16695 "toml_write",
16696 "winnow",
16697]
16698
16699[[package]]
16700name = "toml_write"
16701version = "0.1.1"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16704
16705[[package]]
16706name = "toolchain_selector"
16707version = "0.1.0"
16708dependencies = [
16709 "anyhow",
16710 "convert_case 0.8.0",
16711 "editor",
16712 "file_finder",
16713 "futures 0.3.31",
16714 "fuzzy",
16715 "gpui",
16716 "language",
16717 "menu",
16718 "picker",
16719 "project",
16720 "ui",
16721 "util",
16722 "workspace",
16723 "workspace-hack",
16724]
16725
16726[[package]]
16727name = "topological-sort"
16728version = "0.2.2"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16731
16732[[package]]
16733name = "tower"
16734version = "0.4.13"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16737dependencies = [
16738 "futures-core",
16739 "futures-util",
16740 "pin-project",
16741 "pin-project-lite",
16742 "tokio",
16743 "tower-layer",
16744 "tower-service",
16745 "tracing",
16746]
16747
16748[[package]]
16749name = "tower"
16750version = "0.5.2"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16753dependencies = [
16754 "futures-core",
16755 "futures-util",
16756 "pin-project-lite",
16757 "sync_wrapper 1.0.2",
16758 "tokio",
16759 "tower-layer",
16760 "tower-service",
16761]
16762
16763[[package]]
16764name = "tower-http"
16765version = "0.3.5"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16768dependencies = [
16769 "bitflags 1.3.2",
16770 "bytes 1.10.1",
16771 "futures-core",
16772 "futures-util",
16773 "http 0.2.12",
16774 "http-body 0.4.6",
16775 "http-range-header",
16776 "pin-project-lite",
16777 "tower-layer",
16778 "tower-service",
16779]
16780
16781[[package]]
16782name = "tower-http"
16783version = "0.4.4"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16786dependencies = [
16787 "bitflags 2.9.0",
16788 "bytes 1.10.1",
16789 "futures-core",
16790 "futures-util",
16791 "http 0.2.12",
16792 "http-body 0.4.6",
16793 "http-range-header",
16794 "pin-project-lite",
16795 "tower-layer",
16796 "tower-service",
16797 "tracing",
16798]
16799
16800[[package]]
16801name = "tower-layer"
16802version = "0.3.3"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16805
16806[[package]]
16807name = "tower-service"
16808version = "0.3.3"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16811
16812[[package]]
16813name = "tracing"
16814version = "0.1.41"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16817dependencies = [
16818 "log",
16819 "pin-project-lite",
16820 "tracing-attributes",
16821 "tracing-core",
16822]
16823
16824[[package]]
16825name = "tracing-attributes"
16826version = "0.1.28"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16829dependencies = [
16830 "proc-macro2",
16831 "quote",
16832 "syn 2.0.101",
16833]
16834
16835[[package]]
16836name = "tracing-core"
16837version = "0.1.33"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16840dependencies = [
16841 "once_cell",
16842 "valuable",
16843]
16844
16845[[package]]
16846name = "tracing-log"
16847version = "0.2.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16850dependencies = [
16851 "log",
16852 "once_cell",
16853 "tracing-core",
16854]
16855
16856[[package]]
16857name = "tracing-serde"
16858version = "0.2.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16861dependencies = [
16862 "serde",
16863 "tracing-core",
16864]
16865
16866[[package]]
16867name = "tracing-subscriber"
16868version = "0.3.20"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16871dependencies = [
16872 "matchers",
16873 "nu-ansi-term",
16874 "once_cell",
16875 "regex-automata",
16876 "serde",
16877 "serde_json",
16878 "sharded-slab",
16879 "smallvec",
16880 "thread_local",
16881 "tracing",
16882 "tracing-core",
16883 "tracing-log",
16884 "tracing-serde",
16885]
16886
16887[[package]]
16888name = "trait-variant"
16889version = "0.1.2"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16892dependencies = [
16893 "proc-macro2",
16894 "quote",
16895 "syn 2.0.101",
16896]
16897
16898[[package]]
16899name = "transpose"
16900version = "0.2.3"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16903dependencies = [
16904 "num-integer",
16905 "strength_reduce",
16906]
16907
16908[[package]]
16909name = "tree-sitter"
16910version = "0.25.10"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16913dependencies = [
16914 "cc",
16915 "regex",
16916 "regex-syntax",
16917 "serde_json",
16918 "streaming-iterator",
16919 "tree-sitter-language",
16920 "wasmtime-c-api-impl",
16921]
16922
16923[[package]]
16924name = "tree-sitter-bash"
16925version = "0.25.0"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16928dependencies = [
16929 "cc",
16930 "tree-sitter-language",
16931]
16932
16933[[package]]
16934name = "tree-sitter-c"
16935version = "0.23.4"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16938dependencies = [
16939 "cc",
16940 "tree-sitter-language",
16941]
16942
16943[[package]]
16944name = "tree-sitter-cpp"
16945version = "0.23.4"
16946source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16947dependencies = [
16948 "cc",
16949 "tree-sitter-language",
16950]
16951
16952[[package]]
16953name = "tree-sitter-css"
16954version = "0.23.2"
16955source = "registry+https://github.com/rust-lang/crates.io-index"
16956checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16957dependencies = [
16958 "cc",
16959 "tree-sitter-language",
16960]
16961
16962[[package]]
16963name = "tree-sitter-diff"
16964version = "0.1.0"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16967dependencies = [
16968 "cc",
16969 "tree-sitter-language",
16970]
16971
16972[[package]]
16973name = "tree-sitter-elixir"
16974version = "0.3.4"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16977dependencies = [
16978 "cc",
16979 "tree-sitter-language",
16980]
16981
16982[[package]]
16983name = "tree-sitter-embedded-template"
16984version = "0.23.2"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16987dependencies = [
16988 "cc",
16989 "tree-sitter-language",
16990]
16991
16992[[package]]
16993name = "tree-sitter-gitcommit"
16994version = "0.0.1"
16995source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16996dependencies = [
16997 "cc",
16998 "tree-sitter-language",
16999]
17000
17001[[package]]
17002name = "tree-sitter-go"
17003version = "0.23.4"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17006dependencies = [
17007 "cc",
17008 "tree-sitter-language",
17009]
17010
17011[[package]]
17012name = "tree-sitter-gomod"
17013version = "1.1.1"
17014source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17015dependencies = [
17016 "cc",
17017 "tree-sitter-language",
17018]
17019
17020[[package]]
17021name = "tree-sitter-gowork"
17022version = "0.0.1"
17023source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17024dependencies = [
17025 "cc",
17026 "tree-sitter-language",
17027]
17028
17029[[package]]
17030name = "tree-sitter-heex"
17031version = "0.0.1"
17032source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17033dependencies = [
17034 "cc",
17035 "tree-sitter-language",
17036]
17037
17038[[package]]
17039name = "tree-sitter-html"
17040version = "0.23.2"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17043dependencies = [
17044 "cc",
17045 "tree-sitter-language",
17046]
17047
17048[[package]]
17049name = "tree-sitter-jsdoc"
17050version = "0.23.2"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17053dependencies = [
17054 "cc",
17055 "tree-sitter-language",
17056]
17057
17058[[package]]
17059name = "tree-sitter-json"
17060version = "0.24.8"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17063dependencies = [
17064 "cc",
17065 "tree-sitter-language",
17066]
17067
17068[[package]]
17069name = "tree-sitter-language"
17070version = "0.1.5"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17073
17074[[package]]
17075name = "tree-sitter-md"
17076version = "0.3.2"
17077source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17078dependencies = [
17079 "cc",
17080 "tree-sitter-language",
17081]
17082
17083[[package]]
17084name = "tree-sitter-python"
17085version = "0.25.0"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17088dependencies = [
17089 "cc",
17090 "tree-sitter-language",
17091]
17092
17093[[package]]
17094name = "tree-sitter-regex"
17095version = "0.24.3"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17098dependencies = [
17099 "cc",
17100 "tree-sitter-language",
17101]
17102
17103[[package]]
17104name = "tree-sitter-ruby"
17105version = "0.23.1"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17108dependencies = [
17109 "cc",
17110 "tree-sitter-language",
17111]
17112
17113[[package]]
17114name = "tree-sitter-rust"
17115version = "0.24.0"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17118dependencies = [
17119 "cc",
17120 "tree-sitter-language",
17121]
17122
17123[[package]]
17124name = "tree-sitter-typescript"
17125version = "0.23.2"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17128dependencies = [
17129 "cc",
17130 "tree-sitter-language",
17131]
17132
17133[[package]]
17134name = "tree-sitter-yaml"
17135version = "0.6.1"
17136source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17137dependencies = [
17138 "cc",
17139 "tree-sitter-language",
17140]
17141
17142[[package]]
17143name = "try-lock"
17144version = "0.2.5"
17145source = "registry+https://github.com/rust-lang/crates.io-index"
17146checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17147
17148[[package]]
17149name = "ttf-parser"
17150version = "0.20.0"
17151source = "registry+https://github.com/rust-lang/crates.io-index"
17152checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17153
17154[[package]]
17155name = "ttf-parser"
17156version = "0.21.1"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17159
17160[[package]]
17161name = "ttf-parser"
17162version = "0.25.1"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17165dependencies = [
17166 "core_maths",
17167]
17168
17169[[package]]
17170name = "tungstenite"
17171version = "0.20.1"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17174dependencies = [
17175 "byteorder",
17176 "bytes 1.10.1",
17177 "data-encoding",
17178 "http 0.2.12",
17179 "httparse",
17180 "log",
17181 "rand 0.8.5",
17182 "sha1",
17183 "thiserror 1.0.69",
17184 "url",
17185 "utf-8",
17186]
17187
17188[[package]]
17189name = "tungstenite"
17190version = "0.21.0"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17193dependencies = [
17194 "byteorder",
17195 "bytes 1.10.1",
17196 "data-encoding",
17197 "http 1.3.1",
17198 "httparse",
17199 "log",
17200 "rand 0.8.5",
17201 "sha1",
17202 "thiserror 1.0.69",
17203 "url",
17204 "utf-8",
17205]
17206
17207[[package]]
17208name = "tungstenite"
17209version = "0.26.2"
17210source = "registry+https://github.com/rust-lang/crates.io-index"
17211checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17212dependencies = [
17213 "bytes 1.10.1",
17214 "data-encoding",
17215 "http 1.3.1",
17216 "httparse",
17217 "log",
17218 "rand 0.9.1",
17219 "rustls 0.23.26",
17220 "rustls-pki-types",
17221 "sha1",
17222 "thiserror 2.0.12",
17223 "utf-8",
17224]
17225
17226[[package]]
17227name = "typed-path"
17228version = "0.11.0"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17231
17232[[package]]
17233name = "typeid"
17234version = "1.0.3"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17237
17238[[package]]
17239name = "typenum"
17240version = "1.18.0"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17243
17244[[package]]
17245name = "ucd-trie"
17246version = "0.1.7"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17249
17250[[package]]
17251name = "uds"
17252version = "0.4.2"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17255dependencies = [
17256 "libc",
17257]
17258
17259[[package]]
17260name = "uds_windows"
17261version = "1.1.0"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17264dependencies = [
17265 "memoffset",
17266 "tempfile",
17267 "winapi",
17268]
17269
17270[[package]]
17271name = "ug"
17272version = "0.4.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17275dependencies = [
17276 "gemm 0.18.2",
17277 "half",
17278 "libloading",
17279 "memmap2",
17280 "num",
17281 "num-traits",
17282 "num_cpus",
17283 "rayon",
17284 "safetensors",
17285 "serde",
17286 "thiserror 1.0.69",
17287 "tracing",
17288 "yoke",
17289]
17290
17291[[package]]
17292name = "ui"
17293version = "0.1.0"
17294dependencies = [
17295 "chrono",
17296 "component",
17297 "documented",
17298 "gpui",
17299 "gpui_macros",
17300 "icons",
17301 "itertools 0.14.0",
17302 "menu",
17303 "schemars 1.0.1",
17304 "serde",
17305 "settings",
17306 "smallvec",
17307 "story",
17308 "strum 0.27.1",
17309 "theme",
17310 "ui_macros",
17311 "util",
17312 "windows 0.61.1",
17313 "workspace-hack",
17314]
17315
17316[[package]]
17317name = "ui_input"
17318version = "0.1.0"
17319dependencies = [
17320 "component",
17321 "editor",
17322 "gpui",
17323 "settings",
17324 "theme",
17325 "ui",
17326 "workspace-hack",
17327]
17328
17329[[package]]
17330name = "ui_macros"
17331version = "0.1.0"
17332dependencies = [
17333 "component",
17334 "quote",
17335 "syn 2.0.101",
17336 "ui",
17337 "workspace-hack",
17338]
17339
17340[[package]]
17341name = "ui_prompt"
17342version = "0.1.0"
17343dependencies = [
17344 "gpui",
17345 "markdown",
17346 "menu",
17347 "settings",
17348 "theme",
17349 "ui",
17350 "workspace",
17351 "workspace-hack",
17352]
17353
17354[[package]]
17355name = "unicase"
17356version = "2.8.1"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17359
17360[[package]]
17361name = "unicode-bidi"
17362version = "0.3.18"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17365
17366[[package]]
17367name = "unicode-bidi-mirroring"
17368version = "0.2.0"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17371
17372[[package]]
17373name = "unicode-bidi-mirroring"
17374version = "0.4.0"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17377
17378[[package]]
17379name = "unicode-ccc"
17380version = "0.2.0"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17383
17384[[package]]
17385name = "unicode-ccc"
17386version = "0.4.0"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17389
17390[[package]]
17391name = "unicode-ident"
17392version = "1.0.18"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17395
17396[[package]]
17397name = "unicode-linebreak"
17398version = "0.1.5"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17401
17402[[package]]
17403name = "unicode-normalization"
17404version = "0.1.24"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17407dependencies = [
17408 "tinyvec",
17409]
17410
17411[[package]]
17412name = "unicode-properties"
17413version = "0.1.3"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17416
17417[[package]]
17418name = "unicode-script"
17419version = "0.5.7"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17422
17423[[package]]
17424name = "unicode-segmentation"
17425version = "1.12.0"
17426source = "registry+https://github.com/rust-lang/crates.io-index"
17427checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17428
17429[[package]]
17430name = "unicode-vo"
17431version = "0.1.0"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17434
17435[[package]]
17436name = "unicode-width"
17437version = "0.2.0"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17440
17441[[package]]
17442name = "unicode-xid"
17443version = "0.2.6"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17446
17447[[package]]
17448name = "unicode_categories"
17449version = "0.1.1"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17452
17453[[package]]
17454name = "unindent"
17455version = "0.2.4"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17458
17459[[package]]
17460name = "untrusted"
17461version = "0.9.0"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17464
17465[[package]]
17466name = "url"
17467version = "2.5.4"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17470dependencies = [
17471 "form_urlencoded",
17472 "idna",
17473 "percent-encoding",
17474 "serde",
17475]
17476
17477[[package]]
17478name = "urlencoding"
17479version = "2.1.3"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17482
17483[[package]]
17484name = "usvg"
17485version = "0.45.1"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17488dependencies = [
17489 "base64 0.22.1",
17490 "data-url",
17491 "flate2",
17492 "fontdb 0.23.0",
17493 "imagesize",
17494 "kurbo",
17495 "log",
17496 "pico-args",
17497 "roxmltree",
17498 "rustybuzz 0.20.1",
17499 "simplecss",
17500 "siphasher",
17501 "strict-num",
17502 "svgtypes",
17503 "tiny-skia-path",
17504 "unicode-bidi",
17505 "unicode-script",
17506 "unicode-vo",
17507 "xmlwriter",
17508]
17509
17510[[package]]
17511name = "utf-8"
17512version = "0.7.6"
17513source = "registry+https://github.com/rust-lang/crates.io-index"
17514checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17515
17516[[package]]
17517name = "utf16_iter"
17518version = "1.0.5"
17519source = "registry+https://github.com/rust-lang/crates.io-index"
17520checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17521
17522[[package]]
17523name = "utf8_iter"
17524version = "1.0.4"
17525source = "registry+https://github.com/rust-lang/crates.io-index"
17526checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17527
17528[[package]]
17529name = "utf8parse"
17530version = "0.2.2"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17533
17534[[package]]
17535name = "util"
17536version = "0.1.0"
17537dependencies = [
17538 "anyhow",
17539 "async-fs",
17540 "async_zip",
17541 "collections",
17542 "command-fds",
17543 "dirs 4.0.0",
17544 "dunce",
17545 "futures 0.3.31",
17546 "futures-lite 1.13.0",
17547 "git2",
17548 "globset",
17549 "indoc",
17550 "itertools 0.14.0",
17551 "libc",
17552 "log",
17553 "nix 0.29.0",
17554 "pretty_assertions",
17555 "rand 0.9.1",
17556 "regex",
17557 "rust-embed",
17558 "schemars 1.0.1",
17559 "serde",
17560 "serde_json",
17561 "serde_json_lenient",
17562 "shlex",
17563 "smol",
17564 "take-until",
17565 "tempfile",
17566 "tendril",
17567 "unicase",
17568 "util_macros",
17569 "walkdir",
17570 "workspace-hack",
17571]
17572
17573[[package]]
17574name = "util_macros"
17575version = "0.1.0"
17576dependencies = [
17577 "perf",
17578 "quote",
17579 "syn 2.0.101",
17580 "workspace-hack",
17581]
17582
17583[[package]]
17584name = "uuid"
17585version = "1.16.0"
17586source = "registry+https://github.com/rust-lang/crates.io-index"
17587checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17588dependencies = [
17589 "getrandom 0.3.2",
17590 "serde",
17591 "sha1_smol",
17592]
17593
17594[[package]]
17595name = "uuid-simd"
17596version = "0.8.0"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17599dependencies = [
17600 "outref",
17601 "uuid",
17602 "vsimd",
17603]
17604
17605[[package]]
17606name = "v_frame"
17607version = "0.3.8"
17608source = "registry+https://github.com/rust-lang/crates.io-index"
17609checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17610dependencies = [
17611 "aligned-vec",
17612 "num-traits",
17613 "wasm-bindgen",
17614]
17615
17616[[package]]
17617name = "valuable"
17618version = "0.1.1"
17619source = "registry+https://github.com/rust-lang/crates.io-index"
17620checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17621
17622[[package]]
17623name = "value-bag"
17624version = "1.11.1"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17627dependencies = [
17628 "value-bag-serde1",
17629 "value-bag-sval2",
17630]
17631
17632[[package]]
17633name = "value-bag-serde1"
17634version = "1.11.1"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17637dependencies = [
17638 "erased-serde",
17639 "serde",
17640 "serde_fmt",
17641]
17642
17643[[package]]
17644name = "value-bag-sval2"
17645version = "1.11.1"
17646source = "registry+https://github.com/rust-lang/crates.io-index"
17647checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17648dependencies = [
17649 "sval",
17650 "sval_buffer",
17651 "sval_dynamic",
17652 "sval_fmt",
17653 "sval_json",
17654 "sval_ref",
17655 "sval_serde",
17656]
17657
17658[[package]]
17659name = "vcpkg"
17660version = "0.2.15"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17663
17664[[package]]
17665name = "vercel"
17666version = "0.1.0"
17667dependencies = [
17668 "anyhow",
17669 "schemars 1.0.1",
17670 "serde",
17671 "strum 0.27.1",
17672 "workspace-hack",
17673]
17674
17675[[package]]
17676name = "version-compare"
17677version = "0.2.0"
17678source = "registry+https://github.com/rust-lang/crates.io-index"
17679checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17680
17681[[package]]
17682name = "version_check"
17683version = "0.9.5"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17686
17687[[package]]
17688name = "vim"
17689version = "0.1.0"
17690dependencies = [
17691 "anyhow",
17692 "assets",
17693 "async-compat",
17694 "async-trait",
17695 "collections",
17696 "command_palette",
17697 "command_palette_hooks",
17698 "db",
17699 "editor",
17700 "env_logger 0.11.8",
17701 "futures 0.3.31",
17702 "git_ui",
17703 "gpui",
17704 "indoc",
17705 "itertools 0.14.0",
17706 "language",
17707 "log",
17708 "lsp",
17709 "menu",
17710 "multi_buffer",
17711 "nvim-rs",
17712 "parking_lot",
17713 "perf",
17714 "picker",
17715 "project",
17716 "project_panel",
17717 "regex",
17718 "release_channel",
17719 "schemars 1.0.1",
17720 "search",
17721 "serde",
17722 "serde_json",
17723 "settings",
17724 "task",
17725 "text",
17726 "theme",
17727 "tokio",
17728 "ui",
17729 "util",
17730 "util_macros",
17731 "vim_mode_setting",
17732 "workspace",
17733 "workspace-hack",
17734 "zed_actions",
17735]
17736
17737[[package]]
17738name = "vim_mode_setting"
17739version = "0.1.0"
17740dependencies = [
17741 "gpui",
17742 "settings",
17743 "workspace-hack",
17744]
17745
17746[[package]]
17747name = "vscode_theme"
17748version = "0.2.0"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17751dependencies = [
17752 "serde",
17753]
17754
17755[[package]]
17756name = "vsimd"
17757version = "0.8.0"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17760
17761[[package]]
17762name = "vswhom"
17763version = "0.1.0"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17766dependencies = [
17767 "libc",
17768 "vswhom-sys",
17769]
17770
17771[[package]]
17772name = "vswhom-sys"
17773version = "0.1.3"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17776dependencies = [
17777 "cc",
17778 "libc",
17779]
17780
17781[[package]]
17782name = "vte"
17783version = "0.15.0"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17786dependencies = [
17787 "arrayvec",
17788 "bitflags 2.9.0",
17789 "cursor-icon",
17790 "log",
17791 "memchr",
17792 "serde",
17793]
17794
17795[[package]]
17796name = "waker-fn"
17797version = "1.2.0"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17800
17801[[package]]
17802name = "walkdir"
17803version = "2.5.0"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17806dependencies = [
17807 "same-file",
17808 "winapi-util",
17809]
17810
17811[[package]]
17812name = "want"
17813version = "0.3.1"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17816dependencies = [
17817 "try-lock",
17818]
17819
17820[[package]]
17821name = "warp"
17822version = "0.3.7"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17825dependencies = [
17826 "bytes 1.10.1",
17827 "futures-channel",
17828 "futures-util",
17829 "headers",
17830 "http 0.2.12",
17831 "hyper 0.14.32",
17832 "log",
17833 "mime",
17834 "mime_guess",
17835 "percent-encoding",
17836 "pin-project",
17837 "scoped-tls",
17838 "serde",
17839 "serde_json",
17840 "serde_urlencoded",
17841 "tokio",
17842 "tokio-tungstenite 0.21.0",
17843 "tokio-util",
17844 "tower-service",
17845 "tracing",
17846]
17847
17848[[package]]
17849name = "wasi"
17850version = "0.11.0+wasi-snapshot-preview1"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17853
17854[[package]]
17855name = "wasi"
17856version = "0.14.2+wasi-0.2.4"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17859dependencies = [
17860 "wit-bindgen-rt 0.39.0",
17861]
17862
17863[[package]]
17864name = "wasite"
17865version = "0.1.0"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17868
17869[[package]]
17870name = "wasm-bindgen"
17871version = "0.2.100"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17874dependencies = [
17875 "cfg-if",
17876 "once_cell",
17877 "rustversion",
17878 "wasm-bindgen-macro",
17879]
17880
17881[[package]]
17882name = "wasm-bindgen-backend"
17883version = "0.2.100"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17886dependencies = [
17887 "bumpalo",
17888 "log",
17889 "proc-macro2",
17890 "quote",
17891 "syn 2.0.101",
17892 "wasm-bindgen-shared",
17893]
17894
17895[[package]]
17896name = "wasm-bindgen-futures"
17897version = "0.4.50"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17900dependencies = [
17901 "cfg-if",
17902 "js-sys",
17903 "once_cell",
17904 "wasm-bindgen",
17905 "web-sys",
17906]
17907
17908[[package]]
17909name = "wasm-bindgen-macro"
17910version = "0.2.100"
17911source = "registry+https://github.com/rust-lang/crates.io-index"
17912checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17913dependencies = [
17914 "quote",
17915 "wasm-bindgen-macro-support",
17916]
17917
17918[[package]]
17919name = "wasm-bindgen-macro-support"
17920version = "0.2.100"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17923dependencies = [
17924 "proc-macro2",
17925 "quote",
17926 "syn 2.0.101",
17927 "wasm-bindgen-backend",
17928 "wasm-bindgen-shared",
17929]
17930
17931[[package]]
17932name = "wasm-bindgen-shared"
17933version = "0.2.100"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17936dependencies = [
17937 "unicode-ident",
17938]
17939
17940[[package]]
17941name = "wasm-encoder"
17942version = "0.201.0"
17943source = "registry+https://github.com/rust-lang/crates.io-index"
17944checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17945dependencies = [
17946 "leb128",
17947]
17948
17949[[package]]
17950name = "wasm-encoder"
17951version = "0.221.3"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17954dependencies = [
17955 "leb128",
17956 "wasmparser 0.221.3",
17957]
17958
17959[[package]]
17960name = "wasm-encoder"
17961version = "0.227.1"
17962source = "registry+https://github.com/rust-lang/crates.io-index"
17963checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17964dependencies = [
17965 "leb128fmt",
17966 "wasmparser 0.227.1",
17967]
17968
17969[[package]]
17970name = "wasm-metadata"
17971version = "0.201.0"
17972source = "registry+https://github.com/rust-lang/crates.io-index"
17973checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17974dependencies = [
17975 "anyhow",
17976 "indexmap 2.9.0",
17977 "serde",
17978 "serde_derive",
17979 "serde_json",
17980 "spdx",
17981 "wasm-encoder 0.201.0",
17982 "wasmparser 0.201.0",
17983]
17984
17985[[package]]
17986name = "wasm-metadata"
17987version = "0.227.1"
17988source = "registry+https://github.com/rust-lang/crates.io-index"
17989checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17990dependencies = [
17991 "anyhow",
17992 "auditable-serde",
17993 "flate2",
17994 "indexmap 2.9.0",
17995 "serde",
17996 "serde_derive",
17997 "serde_json",
17998 "spdx",
17999 "url",
18000 "wasm-encoder 0.227.1",
18001 "wasmparser 0.227.1",
18002]
18003
18004[[package]]
18005name = "wasm-streams"
18006version = "0.4.2"
18007source = "registry+https://github.com/rust-lang/crates.io-index"
18008checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18009dependencies = [
18010 "futures-util",
18011 "js-sys",
18012 "wasm-bindgen",
18013 "wasm-bindgen-futures",
18014 "web-sys",
18015]
18016
18017[[package]]
18018name = "wasmparser"
18019version = "0.201.0"
18020source = "registry+https://github.com/rust-lang/crates.io-index"
18021checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18022dependencies = [
18023 "bitflags 2.9.0",
18024 "indexmap 2.9.0",
18025 "semver",
18026]
18027
18028[[package]]
18029name = "wasmparser"
18030version = "0.221.3"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18033dependencies = [
18034 "bitflags 2.9.0",
18035 "hashbrown 0.15.3",
18036 "indexmap 2.9.0",
18037 "semver",
18038 "serde",
18039]
18040
18041[[package]]
18042name = "wasmparser"
18043version = "0.227.1"
18044source = "registry+https://github.com/rust-lang/crates.io-index"
18045checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18046dependencies = [
18047 "bitflags 2.9.0",
18048 "hashbrown 0.15.3",
18049 "indexmap 2.9.0",
18050 "semver",
18051]
18052
18053[[package]]
18054name = "wasmprinter"
18055version = "0.221.3"
18056source = "registry+https://github.com/rust-lang/crates.io-index"
18057checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18058dependencies = [
18059 "anyhow",
18060 "termcolor",
18061 "wasmparser 0.221.3",
18062]
18063
18064[[package]]
18065name = "wasmtime"
18066version = "29.0.1"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18069dependencies = [
18070 "anyhow",
18071 "async-trait",
18072 "bitflags 2.9.0",
18073 "bumpalo",
18074 "cc",
18075 "cfg-if",
18076 "encoding_rs",
18077 "hashbrown 0.14.5",
18078 "indexmap 2.9.0",
18079 "libc",
18080 "log",
18081 "mach2 0.4.2",
18082 "memfd",
18083 "object",
18084 "once_cell",
18085 "paste",
18086 "postcard",
18087 "psm",
18088 "pulley-interpreter",
18089 "rayon",
18090 "rustix 0.38.44",
18091 "semver",
18092 "serde",
18093 "serde_derive",
18094 "smallvec",
18095 "sptr",
18096 "target-lexicon 0.13.2",
18097 "trait-variant",
18098 "wasmparser 0.221.3",
18099 "wasmtime-asm-macros",
18100 "wasmtime-component-macro",
18101 "wasmtime-component-util",
18102 "wasmtime-cranelift",
18103 "wasmtime-environ",
18104 "wasmtime-fiber",
18105 "wasmtime-jit-icache-coherence",
18106 "wasmtime-math",
18107 "wasmtime-slab",
18108 "wasmtime-versioned-export-macros",
18109 "wasmtime-winch",
18110 "windows-sys 0.59.0",
18111]
18112
18113[[package]]
18114name = "wasmtime-asm-macros"
18115version = "29.0.1"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18118dependencies = [
18119 "cfg-if",
18120]
18121
18122[[package]]
18123name = "wasmtime-c-api-impl"
18124version = "29.0.1"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18127dependencies = [
18128 "anyhow",
18129 "log",
18130 "tracing",
18131 "wasmtime",
18132 "wasmtime-c-api-macros",
18133]
18134
18135[[package]]
18136name = "wasmtime-c-api-macros"
18137version = "29.0.1"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18140dependencies = [
18141 "proc-macro2",
18142 "quote",
18143]
18144
18145[[package]]
18146name = "wasmtime-component-macro"
18147version = "29.0.1"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18150dependencies = [
18151 "anyhow",
18152 "proc-macro2",
18153 "quote",
18154 "syn 2.0.101",
18155 "wasmtime-component-util",
18156 "wasmtime-wit-bindgen",
18157 "wit-parser 0.221.3",
18158]
18159
18160[[package]]
18161name = "wasmtime-component-util"
18162version = "29.0.1"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18165
18166[[package]]
18167name = "wasmtime-cranelift"
18168version = "29.0.1"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18171dependencies = [
18172 "anyhow",
18173 "cfg-if",
18174 "cranelift-codegen",
18175 "cranelift-control",
18176 "cranelift-entity",
18177 "cranelift-frontend",
18178 "cranelift-native",
18179 "gimli",
18180 "itertools 0.12.1",
18181 "log",
18182 "object",
18183 "smallvec",
18184 "target-lexicon 0.13.2",
18185 "thiserror 1.0.69",
18186 "wasmparser 0.221.3",
18187 "wasmtime-environ",
18188 "wasmtime-versioned-export-macros",
18189]
18190
18191[[package]]
18192name = "wasmtime-environ"
18193version = "29.0.1"
18194source = "registry+https://github.com/rust-lang/crates.io-index"
18195checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18196dependencies = [
18197 "anyhow",
18198 "cpp_demangle",
18199 "cranelift-bitset",
18200 "cranelift-entity",
18201 "gimli",
18202 "indexmap 2.9.0",
18203 "log",
18204 "object",
18205 "postcard",
18206 "rustc-demangle",
18207 "semver",
18208 "serde",
18209 "serde_derive",
18210 "smallvec",
18211 "target-lexicon 0.13.2",
18212 "wasm-encoder 0.221.3",
18213 "wasmparser 0.221.3",
18214 "wasmprinter",
18215 "wasmtime-component-util",
18216]
18217
18218[[package]]
18219name = "wasmtime-fiber"
18220version = "29.0.1"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18223dependencies = [
18224 "anyhow",
18225 "cc",
18226 "cfg-if",
18227 "rustix 0.38.44",
18228 "wasmtime-asm-macros",
18229 "wasmtime-versioned-export-macros",
18230 "windows-sys 0.59.0",
18231]
18232
18233[[package]]
18234name = "wasmtime-jit-icache-coherence"
18235version = "29.0.1"
18236source = "registry+https://github.com/rust-lang/crates.io-index"
18237checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18238dependencies = [
18239 "anyhow",
18240 "cfg-if",
18241 "libc",
18242 "windows-sys 0.59.0",
18243]
18244
18245[[package]]
18246name = "wasmtime-math"
18247version = "29.0.1"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18250dependencies = [
18251 "libm",
18252]
18253
18254[[package]]
18255name = "wasmtime-slab"
18256version = "29.0.1"
18257source = "registry+https://github.com/rust-lang/crates.io-index"
18258checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18259
18260[[package]]
18261name = "wasmtime-versioned-export-macros"
18262version = "29.0.1"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18265dependencies = [
18266 "proc-macro2",
18267 "quote",
18268 "syn 2.0.101",
18269]
18270
18271[[package]]
18272name = "wasmtime-wasi"
18273version = "29.0.1"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18276dependencies = [
18277 "anyhow",
18278 "async-trait",
18279 "bitflags 2.9.0",
18280 "bytes 1.10.1",
18281 "cap-fs-ext",
18282 "cap-net-ext",
18283 "cap-rand",
18284 "cap-std",
18285 "cap-time-ext",
18286 "fs-set-times",
18287 "futures 0.3.31",
18288 "io-extras",
18289 "io-lifetimes",
18290 "rustix 0.38.44",
18291 "system-interface",
18292 "thiserror 1.0.69",
18293 "tokio",
18294 "tracing",
18295 "trait-variant",
18296 "url",
18297 "wasmtime",
18298 "wiggle",
18299 "windows-sys 0.59.0",
18300]
18301
18302[[package]]
18303name = "wasmtime-winch"
18304version = "29.0.1"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18307dependencies = [
18308 "anyhow",
18309 "cranelift-codegen",
18310 "gimli",
18311 "object",
18312 "target-lexicon 0.13.2",
18313 "wasmparser 0.221.3",
18314 "wasmtime-cranelift",
18315 "wasmtime-environ",
18316 "winch-codegen",
18317]
18318
18319[[package]]
18320name = "wasmtime-wit-bindgen"
18321version = "29.0.1"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18324dependencies = [
18325 "anyhow",
18326 "heck 0.5.0",
18327 "indexmap 2.9.0",
18328 "wit-parser 0.221.3",
18329]
18330
18331[[package]]
18332name = "wast"
18333version = "35.0.2"
18334source = "registry+https://github.com/rust-lang/crates.io-index"
18335checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18336dependencies = [
18337 "leb128",
18338]
18339
18340[[package]]
18341name = "watch"
18342version = "0.1.0"
18343dependencies = [
18344 "ctor",
18345 "futures 0.3.31",
18346 "gpui",
18347 "parking_lot",
18348 "rand 0.9.1",
18349 "workspace-hack",
18350 "zlog",
18351]
18352
18353[[package]]
18354name = "wayland-backend"
18355version = "0.3.8"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18358dependencies = [
18359 "cc",
18360 "downcast-rs",
18361 "rustix 0.38.44",
18362 "scoped-tls",
18363 "smallvec",
18364 "wayland-sys",
18365]
18366
18367[[package]]
18368name = "wayland-client"
18369version = "0.31.8"
18370source = "registry+https://github.com/rust-lang/crates.io-index"
18371checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18372dependencies = [
18373 "bitflags 2.9.0",
18374 "rustix 0.38.44",
18375 "wayland-backend",
18376 "wayland-scanner",
18377]
18378
18379[[package]]
18380name = "wayland-cursor"
18381version = "0.31.8"
18382source = "registry+https://github.com/rust-lang/crates.io-index"
18383checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18384dependencies = [
18385 "rustix 0.38.44",
18386 "wayland-client",
18387 "xcursor",
18388]
18389
18390[[package]]
18391name = "wayland-protocols"
18392version = "0.31.2"
18393source = "registry+https://github.com/rust-lang/crates.io-index"
18394checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18395dependencies = [
18396 "bitflags 2.9.0",
18397 "wayland-backend",
18398 "wayland-client",
18399 "wayland-scanner",
18400]
18401
18402[[package]]
18403name = "wayland-protocols-plasma"
18404version = "0.2.0"
18405source = "registry+https://github.com/rust-lang/crates.io-index"
18406checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18407dependencies = [
18408 "bitflags 2.9.0",
18409 "wayland-backend",
18410 "wayland-client",
18411 "wayland-protocols",
18412 "wayland-scanner",
18413]
18414
18415[[package]]
18416name = "wayland-scanner"
18417version = "0.31.6"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18420dependencies = [
18421 "proc-macro2",
18422 "quick-xml 0.37.4",
18423 "quote",
18424]
18425
18426[[package]]
18427name = "wayland-sys"
18428version = "0.31.6"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18431dependencies = [
18432 "dlib",
18433 "log",
18434 "once_cell",
18435 "pkg-config",
18436]
18437
18438[[package]]
18439name = "web-sys"
18440version = "0.3.77"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18443dependencies = [
18444 "js-sys",
18445 "wasm-bindgen",
18446]
18447
18448[[package]]
18449name = "web-time"
18450version = "1.1.0"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18453dependencies = [
18454 "js-sys",
18455 "wasm-bindgen",
18456]
18457
18458[[package]]
18459name = "web_atoms"
18460version = "0.1.0"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18463dependencies = [
18464 "phf",
18465 "phf_codegen",
18466 "string_cache",
18467 "string_cache_codegen",
18468]
18469
18470[[package]]
18471name = "web_search"
18472version = "0.1.0"
18473dependencies = [
18474 "anyhow",
18475 "cloud_llm_client",
18476 "collections",
18477 "gpui",
18478 "serde",
18479 "workspace-hack",
18480]
18481
18482[[package]]
18483name = "web_search_providers"
18484version = "0.1.0"
18485dependencies = [
18486 "anyhow",
18487 "client",
18488 "cloud_llm_client",
18489 "futures 0.3.31",
18490 "gpui",
18491 "http_client",
18492 "language_model",
18493 "serde",
18494 "serde_json",
18495 "web_search",
18496 "workspace-hack",
18497]
18498
18499[[package]]
18500name = "webpki-root-certs"
18501version = "0.26.8"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18504dependencies = [
18505 "rustls-pki-types",
18506]
18507
18508[[package]]
18509name = "webpki-roots"
18510version = "0.26.8"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18513dependencies = [
18514 "rustls-pki-types",
18515]
18516
18517[[package]]
18518name = "webrtc-sys"
18519version = "0.3.7"
18520source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18521dependencies = [
18522 "cc",
18523 "cxx",
18524 "cxx-build",
18525 "glob",
18526 "log",
18527 "webrtc-sys-build",
18528]
18529
18530[[package]]
18531name = "webrtc-sys-build"
18532version = "0.3.6"
18533source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18534dependencies = [
18535 "fs2",
18536 "regex",
18537 "reqwest 0.11.27",
18538 "scratch",
18539 "semver",
18540 "zip 0.6.6",
18541]
18542
18543[[package]]
18544name = "weezl"
18545version = "0.1.8"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18548
18549[[package]]
18550name = "which"
18551version = "4.4.2"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18554dependencies = [
18555 "either",
18556 "home",
18557 "once_cell",
18558 "rustix 0.38.44",
18559]
18560
18561[[package]]
18562name = "which"
18563version = "6.0.3"
18564source = "registry+https://github.com/rust-lang/crates.io-index"
18565checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18566dependencies = [
18567 "either",
18568 "home",
18569 "rustix 0.38.44",
18570 "winsafe",
18571]
18572
18573[[package]]
18574name = "whoami"
18575version = "1.6.0"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18578dependencies = [
18579 "redox_syscall 0.5.11",
18580 "wasite",
18581]
18582
18583[[package]]
18584name = "wiggle"
18585version = "29.0.1"
18586source = "registry+https://github.com/rust-lang/crates.io-index"
18587checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18588dependencies = [
18589 "anyhow",
18590 "async-trait",
18591 "bitflags 2.9.0",
18592 "thiserror 1.0.69",
18593 "tracing",
18594 "wasmtime",
18595 "wiggle-macro",
18596]
18597
18598[[package]]
18599name = "wiggle-generate"
18600version = "29.0.1"
18601source = "registry+https://github.com/rust-lang/crates.io-index"
18602checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18603dependencies = [
18604 "anyhow",
18605 "heck 0.5.0",
18606 "proc-macro2",
18607 "quote",
18608 "shellexpand 2.1.2",
18609 "syn 2.0.101",
18610 "witx",
18611]
18612
18613[[package]]
18614name = "wiggle-macro"
18615version = "29.0.1"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18618dependencies = [
18619 "proc-macro2",
18620 "quote",
18621 "syn 2.0.101",
18622 "wiggle-generate",
18623]
18624
18625[[package]]
18626name = "winapi"
18627version = "0.3.9"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18630dependencies = [
18631 "winapi-i686-pc-windows-gnu",
18632 "winapi-x86_64-pc-windows-gnu",
18633]
18634
18635[[package]]
18636name = "winapi-i686-pc-windows-gnu"
18637version = "0.4.0"
18638source = "registry+https://github.com/rust-lang/crates.io-index"
18639checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18640
18641[[package]]
18642name = "winapi-util"
18643version = "0.1.9"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18646dependencies = [
18647 "windows-sys 0.59.0",
18648]
18649
18650[[package]]
18651name = "winapi-x86_64-pc-windows-gnu"
18652version = "0.4.0"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18655
18656[[package]]
18657name = "winch-codegen"
18658version = "29.0.1"
18659source = "registry+https://github.com/rust-lang/crates.io-index"
18660checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18661dependencies = [
18662 "anyhow",
18663 "cranelift-codegen",
18664 "gimli",
18665 "regalloc2",
18666 "smallvec",
18667 "target-lexicon 0.13.2",
18668 "thiserror 1.0.69",
18669 "wasmparser 0.221.3",
18670 "wasmtime-cranelift",
18671 "wasmtime-environ",
18672]
18673
18674[[package]]
18675name = "windows"
18676version = "0.54.0"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18679dependencies = [
18680 "windows-core 0.54.0",
18681 "windows-targets 0.52.6",
18682]
18683
18684[[package]]
18685name = "windows"
18686version = "0.57.0"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18689dependencies = [
18690 "windows-core 0.57.0",
18691 "windows-targets 0.52.6",
18692]
18693
18694[[package]]
18695name = "windows"
18696version = "0.58.0"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18699dependencies = [
18700 "windows-core 0.58.0",
18701 "windows-targets 0.52.6",
18702]
18703
18704[[package]]
18705name = "windows"
18706version = "0.61.1"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18709dependencies = [
18710 "windows-collections",
18711 "windows-core 0.61.0",
18712 "windows-future",
18713 "windows-link 0.1.1",
18714 "windows-numerics",
18715]
18716
18717[[package]]
18718name = "windows-capture"
18719version = "1.4.3"
18720source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18721dependencies = [
18722 "clap",
18723 "ctrlc",
18724 "parking_lot",
18725 "rayon",
18726 "thiserror 2.0.12",
18727 "windows 0.61.1",
18728 "windows-future",
18729]
18730
18731[[package]]
18732name = "windows-collections"
18733version = "0.2.0"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18736dependencies = [
18737 "windows-core 0.61.0",
18738]
18739
18740[[package]]
18741name = "windows-core"
18742version = "0.54.0"
18743source = "registry+https://github.com/rust-lang/crates.io-index"
18744checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18745dependencies = [
18746 "windows-result 0.1.2",
18747 "windows-targets 0.52.6",
18748]
18749
18750[[package]]
18751name = "windows-core"
18752version = "0.57.0"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18755dependencies = [
18756 "windows-implement 0.57.0",
18757 "windows-interface 0.57.0",
18758 "windows-result 0.1.2",
18759 "windows-targets 0.52.6",
18760]
18761
18762[[package]]
18763name = "windows-core"
18764version = "0.58.0"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18767dependencies = [
18768 "windows-implement 0.58.0",
18769 "windows-interface 0.58.0",
18770 "windows-result 0.2.0",
18771 "windows-strings 0.1.0",
18772 "windows-targets 0.52.6",
18773]
18774
18775[[package]]
18776name = "windows-core"
18777version = "0.61.0"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18780dependencies = [
18781 "windows-implement 0.60.0",
18782 "windows-interface 0.59.1",
18783 "windows-link 0.1.1",
18784 "windows-result 0.3.2",
18785 "windows-strings 0.4.0",
18786]
18787
18788[[package]]
18789name = "windows-future"
18790version = "0.2.0"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18793dependencies = [
18794 "windows-core 0.61.0",
18795 "windows-link 0.1.1",
18796]
18797
18798[[package]]
18799name = "windows-implement"
18800version = "0.57.0"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18803dependencies = [
18804 "proc-macro2",
18805 "quote",
18806 "syn 2.0.101",
18807]
18808
18809[[package]]
18810name = "windows-implement"
18811version = "0.58.0"
18812source = "registry+https://github.com/rust-lang/crates.io-index"
18813checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18814dependencies = [
18815 "proc-macro2",
18816 "quote",
18817 "syn 2.0.101",
18818]
18819
18820[[package]]
18821name = "windows-implement"
18822version = "0.60.0"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18825dependencies = [
18826 "proc-macro2",
18827 "quote",
18828 "syn 2.0.101",
18829]
18830
18831[[package]]
18832name = "windows-interface"
18833version = "0.57.0"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18836dependencies = [
18837 "proc-macro2",
18838 "quote",
18839 "syn 2.0.101",
18840]
18841
18842[[package]]
18843name = "windows-interface"
18844version = "0.58.0"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18847dependencies = [
18848 "proc-macro2",
18849 "quote",
18850 "syn 2.0.101",
18851]
18852
18853[[package]]
18854name = "windows-interface"
18855version = "0.59.1"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18858dependencies = [
18859 "proc-macro2",
18860 "quote",
18861 "syn 2.0.101",
18862]
18863
18864[[package]]
18865name = "windows-link"
18866version = "0.1.1"
18867source = "registry+https://github.com/rust-lang/crates.io-index"
18868checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18869
18870[[package]]
18871name = "windows-link"
18872version = "0.2.0"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18875
18876[[package]]
18877name = "windows-numerics"
18878version = "0.2.0"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18881dependencies = [
18882 "windows-core 0.61.0",
18883 "windows-link 0.1.1",
18884]
18885
18886[[package]]
18887name = "windows-registry"
18888version = "0.4.0"
18889source = "registry+https://github.com/rust-lang/crates.io-index"
18890checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18891dependencies = [
18892 "windows-result 0.3.2",
18893 "windows-strings 0.3.1",
18894 "windows-targets 0.53.2",
18895]
18896
18897[[package]]
18898name = "windows-registry"
18899version = "0.5.1"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18902dependencies = [
18903 "windows-link 0.1.1",
18904 "windows-result 0.3.2",
18905 "windows-strings 0.4.0",
18906]
18907
18908[[package]]
18909name = "windows-registry"
18910version = "0.6.0"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18913dependencies = [
18914 "windows-link 0.2.0",
18915 "windows-result 0.4.0",
18916 "windows-strings 0.5.0",
18917]
18918
18919[[package]]
18920name = "windows-result"
18921version = "0.1.2"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18924dependencies = [
18925 "windows-targets 0.52.6",
18926]
18927
18928[[package]]
18929name = "windows-result"
18930version = "0.2.0"
18931source = "registry+https://github.com/rust-lang/crates.io-index"
18932checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18933dependencies = [
18934 "windows-targets 0.52.6",
18935]
18936
18937[[package]]
18938name = "windows-result"
18939version = "0.3.2"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18942dependencies = [
18943 "windows-link 0.1.1",
18944]
18945
18946[[package]]
18947name = "windows-result"
18948version = "0.4.0"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18951dependencies = [
18952 "windows-link 0.2.0",
18953]
18954
18955[[package]]
18956name = "windows-strings"
18957version = "0.1.0"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18960dependencies = [
18961 "windows-result 0.2.0",
18962 "windows-targets 0.52.6",
18963]
18964
18965[[package]]
18966name = "windows-strings"
18967version = "0.3.1"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18970dependencies = [
18971 "windows-link 0.1.1",
18972]
18973
18974[[package]]
18975name = "windows-strings"
18976version = "0.4.0"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18979dependencies = [
18980 "windows-link 0.1.1",
18981]
18982
18983[[package]]
18984name = "windows-strings"
18985version = "0.5.0"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18988dependencies = [
18989 "windows-link 0.2.0",
18990]
18991
18992[[package]]
18993name = "windows-sys"
18994version = "0.45.0"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18997dependencies = [
18998 "windows-targets 0.42.2",
18999]
19000
19001[[package]]
19002name = "windows-sys"
19003version = "0.48.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19006dependencies = [
19007 "windows-targets 0.48.5",
19008]
19009
19010[[package]]
19011name = "windows-sys"
19012version = "0.52.0"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19015dependencies = [
19016 "windows-targets 0.52.6",
19017]
19018
19019[[package]]
19020name = "windows-sys"
19021version = "0.59.0"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19024dependencies = [
19025 "windows-targets 0.52.6",
19026]
19027
19028[[package]]
19029name = "windows-sys"
19030version = "0.60.2"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19033dependencies = [
19034 "windows-targets 0.53.2",
19035]
19036
19037[[package]]
19038name = "windows-sys"
19039version = "0.61.0"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19042dependencies = [
19043 "windows-link 0.2.0",
19044]
19045
19046[[package]]
19047name = "windows-targets"
19048version = "0.42.2"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19051dependencies = [
19052 "windows_aarch64_gnullvm 0.42.2",
19053 "windows_aarch64_msvc 0.42.2",
19054 "windows_i686_gnu 0.42.2",
19055 "windows_i686_msvc 0.42.2",
19056 "windows_x86_64_gnu 0.42.2",
19057 "windows_x86_64_gnullvm 0.42.2",
19058 "windows_x86_64_msvc 0.42.2",
19059]
19060
19061[[package]]
19062name = "windows-targets"
19063version = "0.48.5"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19066dependencies = [
19067 "windows_aarch64_gnullvm 0.48.5",
19068 "windows_aarch64_msvc 0.48.5",
19069 "windows_i686_gnu 0.48.5",
19070 "windows_i686_msvc 0.48.5",
19071 "windows_x86_64_gnu 0.48.5",
19072 "windows_x86_64_gnullvm 0.48.5",
19073 "windows_x86_64_msvc 0.48.5",
19074]
19075
19076[[package]]
19077name = "windows-targets"
19078version = "0.52.6"
19079source = "registry+https://github.com/rust-lang/crates.io-index"
19080checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19081dependencies = [
19082 "windows_aarch64_gnullvm 0.52.6",
19083 "windows_aarch64_msvc 0.52.6",
19084 "windows_i686_gnu 0.52.6",
19085 "windows_i686_gnullvm 0.52.6",
19086 "windows_i686_msvc 0.52.6",
19087 "windows_x86_64_gnu 0.52.6",
19088 "windows_x86_64_gnullvm 0.52.6",
19089 "windows_x86_64_msvc 0.52.6",
19090]
19091
19092[[package]]
19093name = "windows-targets"
19094version = "0.53.2"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19097dependencies = [
19098 "windows_aarch64_gnullvm 0.53.0",
19099 "windows_aarch64_msvc 0.53.0",
19100 "windows_i686_gnu 0.53.0",
19101 "windows_i686_gnullvm 0.53.0",
19102 "windows_i686_msvc 0.53.0",
19103 "windows_x86_64_gnu 0.53.0",
19104 "windows_x86_64_gnullvm 0.53.0",
19105 "windows_x86_64_msvc 0.53.0",
19106]
19107
19108[[package]]
19109name = "windows_aarch64_gnullvm"
19110version = "0.42.2"
19111source = "registry+https://github.com/rust-lang/crates.io-index"
19112checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19113
19114[[package]]
19115name = "windows_aarch64_gnullvm"
19116version = "0.48.5"
19117source = "registry+https://github.com/rust-lang/crates.io-index"
19118checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19119
19120[[package]]
19121name = "windows_aarch64_gnullvm"
19122version = "0.52.6"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19125
19126[[package]]
19127name = "windows_aarch64_gnullvm"
19128version = "0.53.0"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19131
19132[[package]]
19133name = "windows_aarch64_msvc"
19134version = "0.42.2"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19137
19138[[package]]
19139name = "windows_aarch64_msvc"
19140version = "0.48.5"
19141source = "registry+https://github.com/rust-lang/crates.io-index"
19142checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19143
19144[[package]]
19145name = "windows_aarch64_msvc"
19146version = "0.52.6"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19149
19150[[package]]
19151name = "windows_aarch64_msvc"
19152version = "0.53.0"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19155
19156[[package]]
19157name = "windows_i686_gnu"
19158version = "0.42.2"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19161
19162[[package]]
19163name = "windows_i686_gnu"
19164version = "0.48.5"
19165source = "registry+https://github.com/rust-lang/crates.io-index"
19166checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19167
19168[[package]]
19169name = "windows_i686_gnu"
19170version = "0.52.6"
19171source = "registry+https://github.com/rust-lang/crates.io-index"
19172checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19173
19174[[package]]
19175name = "windows_i686_gnu"
19176version = "0.53.0"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19179
19180[[package]]
19181name = "windows_i686_gnullvm"
19182version = "0.52.6"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19185
19186[[package]]
19187name = "windows_i686_gnullvm"
19188version = "0.53.0"
19189source = "registry+https://github.com/rust-lang/crates.io-index"
19190checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19191
19192[[package]]
19193name = "windows_i686_msvc"
19194version = "0.42.2"
19195source = "registry+https://github.com/rust-lang/crates.io-index"
19196checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19197
19198[[package]]
19199name = "windows_i686_msvc"
19200version = "0.48.5"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19203
19204[[package]]
19205name = "windows_i686_msvc"
19206version = "0.52.6"
19207source = "registry+https://github.com/rust-lang/crates.io-index"
19208checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19209
19210[[package]]
19211name = "windows_i686_msvc"
19212version = "0.53.0"
19213source = "registry+https://github.com/rust-lang/crates.io-index"
19214checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19215
19216[[package]]
19217name = "windows_x86_64_gnu"
19218version = "0.42.2"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19221
19222[[package]]
19223name = "windows_x86_64_gnu"
19224version = "0.48.5"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19227
19228[[package]]
19229name = "windows_x86_64_gnu"
19230version = "0.52.6"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19233
19234[[package]]
19235name = "windows_x86_64_gnu"
19236version = "0.53.0"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19239
19240[[package]]
19241name = "windows_x86_64_gnullvm"
19242version = "0.42.2"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19245
19246[[package]]
19247name = "windows_x86_64_gnullvm"
19248version = "0.48.5"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19251
19252[[package]]
19253name = "windows_x86_64_gnullvm"
19254version = "0.52.6"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19257
19258[[package]]
19259name = "windows_x86_64_gnullvm"
19260version = "0.53.0"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19263
19264[[package]]
19265name = "windows_x86_64_msvc"
19266version = "0.42.2"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19269
19270[[package]]
19271name = "windows_x86_64_msvc"
19272version = "0.48.5"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19275
19276[[package]]
19277name = "windows_x86_64_msvc"
19278version = "0.52.6"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19281
19282[[package]]
19283name = "windows_x86_64_msvc"
19284version = "0.53.0"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19287
19288[[package]]
19289name = "winnow"
19290version = "0.7.6"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19293dependencies = [
19294 "memchr",
19295]
19296
19297[[package]]
19298name = "winreg"
19299version = "0.10.1"
19300source = "registry+https://github.com/rust-lang/crates.io-index"
19301checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19302dependencies = [
19303 "winapi",
19304]
19305
19306[[package]]
19307name = "winreg"
19308version = "0.50.0"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19311dependencies = [
19312 "cfg-if",
19313 "windows-sys 0.48.0",
19314]
19315
19316[[package]]
19317name = "winreg"
19318version = "0.52.0"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19321dependencies = [
19322 "cfg-if",
19323 "windows-sys 0.48.0",
19324]
19325
19326[[package]]
19327name = "winreg"
19328version = "0.55.0"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19331dependencies = [
19332 "cfg-if",
19333 "windows-sys 0.59.0",
19334]
19335
19336[[package]]
19337name = "winresource"
19338version = "0.1.20"
19339source = "registry+https://github.com/rust-lang/crates.io-index"
19340checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19341dependencies = [
19342 "toml 0.8.20",
19343 "version_check",
19344]
19345
19346[[package]]
19347name = "winsafe"
19348version = "0.0.19"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19351
19352[[package]]
19353name = "winx"
19354version = "0.36.4"
19355source = "registry+https://github.com/rust-lang/crates.io-index"
19356checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19357dependencies = [
19358 "bitflags 2.9.0",
19359 "windows-sys 0.59.0",
19360]
19361
19362[[package]]
19363name = "wio"
19364version = "0.2.2"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19367dependencies = [
19368 "winapi",
19369]
19370
19371[[package]]
19372name = "wit-bindgen"
19373version = "0.22.0"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19376dependencies = [
19377 "bitflags 2.9.0",
19378 "wit-bindgen-rt 0.22.0",
19379 "wit-bindgen-rust-macro 0.22.0",
19380]
19381
19382[[package]]
19383name = "wit-bindgen"
19384version = "0.41.0"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19387dependencies = [
19388 "wit-bindgen-rt 0.41.0",
19389 "wit-bindgen-rust-macro 0.41.0",
19390]
19391
19392[[package]]
19393name = "wit-bindgen-core"
19394version = "0.22.0"
19395source = "registry+https://github.com/rust-lang/crates.io-index"
19396checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19397dependencies = [
19398 "anyhow",
19399 "wit-parser 0.201.0",
19400]
19401
19402[[package]]
19403name = "wit-bindgen-core"
19404version = "0.41.0"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19407dependencies = [
19408 "anyhow",
19409 "heck 0.5.0",
19410 "wit-parser 0.227.1",
19411]
19412
19413[[package]]
19414name = "wit-bindgen-rt"
19415version = "0.22.0"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19418
19419[[package]]
19420name = "wit-bindgen-rt"
19421version = "0.39.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19424dependencies = [
19425 "bitflags 2.9.0",
19426]
19427
19428[[package]]
19429name = "wit-bindgen-rt"
19430version = "0.41.0"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19433dependencies = [
19434 "bitflags 2.9.0",
19435 "futures 0.3.31",
19436 "once_cell",
19437]
19438
19439[[package]]
19440name = "wit-bindgen-rust"
19441version = "0.22.0"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19444dependencies = [
19445 "anyhow",
19446 "heck 0.4.1",
19447 "indexmap 2.9.0",
19448 "wasm-metadata 0.201.0",
19449 "wit-bindgen-core 0.22.0",
19450 "wit-component 0.201.0",
19451]
19452
19453[[package]]
19454name = "wit-bindgen-rust"
19455version = "0.41.0"
19456source = "registry+https://github.com/rust-lang/crates.io-index"
19457checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19458dependencies = [
19459 "anyhow",
19460 "heck 0.5.0",
19461 "indexmap 2.9.0",
19462 "prettyplease",
19463 "syn 2.0.101",
19464 "wasm-metadata 0.227.1",
19465 "wit-bindgen-core 0.41.0",
19466 "wit-component 0.227.1",
19467]
19468
19469[[package]]
19470name = "wit-bindgen-rust-macro"
19471version = "0.22.0"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19474dependencies = [
19475 "anyhow",
19476 "proc-macro2",
19477 "quote",
19478 "syn 2.0.101",
19479 "wit-bindgen-core 0.22.0",
19480 "wit-bindgen-rust 0.22.0",
19481]
19482
19483[[package]]
19484name = "wit-bindgen-rust-macro"
19485version = "0.41.0"
19486source = "registry+https://github.com/rust-lang/crates.io-index"
19487checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19488dependencies = [
19489 "anyhow",
19490 "prettyplease",
19491 "proc-macro2",
19492 "quote",
19493 "syn 2.0.101",
19494 "wit-bindgen-core 0.41.0",
19495 "wit-bindgen-rust 0.41.0",
19496]
19497
19498[[package]]
19499name = "wit-component"
19500version = "0.201.0"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19503dependencies = [
19504 "anyhow",
19505 "bitflags 2.9.0",
19506 "indexmap 2.9.0",
19507 "log",
19508 "serde",
19509 "serde_derive",
19510 "serde_json",
19511 "wasm-encoder 0.201.0",
19512 "wasm-metadata 0.201.0",
19513 "wasmparser 0.201.0",
19514 "wit-parser 0.201.0",
19515]
19516
19517[[package]]
19518name = "wit-component"
19519version = "0.227.1"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19522dependencies = [
19523 "anyhow",
19524 "bitflags 2.9.0",
19525 "indexmap 2.9.0",
19526 "log",
19527 "serde",
19528 "serde_derive",
19529 "serde_json",
19530 "wasm-encoder 0.227.1",
19531 "wasm-metadata 0.227.1",
19532 "wasmparser 0.227.1",
19533 "wit-parser 0.227.1",
19534]
19535
19536[[package]]
19537name = "wit-parser"
19538version = "0.201.0"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19541dependencies = [
19542 "anyhow",
19543 "id-arena",
19544 "indexmap 2.9.0",
19545 "log",
19546 "semver",
19547 "serde",
19548 "serde_derive",
19549 "serde_json",
19550 "unicode-xid",
19551 "wasmparser 0.201.0",
19552]
19553
19554[[package]]
19555name = "wit-parser"
19556version = "0.221.3"
19557source = "registry+https://github.com/rust-lang/crates.io-index"
19558checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19559dependencies = [
19560 "anyhow",
19561 "id-arena",
19562 "indexmap 2.9.0",
19563 "log",
19564 "semver",
19565 "serde",
19566 "serde_derive",
19567 "serde_json",
19568 "unicode-xid",
19569 "wasmparser 0.221.3",
19570]
19571
19572[[package]]
19573name = "wit-parser"
19574version = "0.227.1"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19577dependencies = [
19578 "anyhow",
19579 "id-arena",
19580 "indexmap 2.9.0",
19581 "log",
19582 "semver",
19583 "serde",
19584 "serde_derive",
19585 "serde_json",
19586 "unicode-xid",
19587 "wasmparser 0.227.1",
19588]
19589
19590[[package]]
19591name = "witx"
19592version = "0.9.1"
19593source = "registry+https://github.com/rust-lang/crates.io-index"
19594checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19595dependencies = [
19596 "anyhow",
19597 "log",
19598 "thiserror 1.0.69",
19599 "wast",
19600]
19601
19602[[package]]
19603name = "workspace"
19604version = "0.1.0"
19605dependencies = [
19606 "any_vec",
19607 "anyhow",
19608 "async-recursion",
19609 "call",
19610 "client",
19611 "clock",
19612 "collections",
19613 "component",
19614 "dap",
19615 "db",
19616 "fs",
19617 "futures 0.3.31",
19618 "gpui",
19619 "http_client",
19620 "itertools 0.14.0",
19621 "language",
19622 "log",
19623 "menu",
19624 "node_runtime",
19625 "parking_lot",
19626 "postage",
19627 "pretty_assertions",
19628 "project",
19629 "remote",
19630 "schemars 1.0.1",
19631 "serde",
19632 "serde_json",
19633 "session",
19634 "settings",
19635 "smallvec",
19636 "sqlez",
19637 "strum 0.27.1",
19638 "task",
19639 "telemetry",
19640 "tempfile",
19641 "theme",
19642 "ui",
19643 "util",
19644 "uuid",
19645 "windows 0.61.1",
19646 "workspace-hack",
19647 "zed_actions",
19648 "zlog",
19649]
19650
19651[[package]]
19652name = "workspace-hack"
19653version = "0.1.0"
19654dependencies = [
19655 "aes",
19656 "ahash 0.8.11",
19657 "aho-corasick",
19658 "anstream",
19659 "arrayvec",
19660 "async-compression",
19661 "async-std",
19662 "async-tungstenite",
19663 "aws-config",
19664 "aws-credential-types",
19665 "aws-runtime",
19666 "aws-sigv4",
19667 "aws-smithy-async",
19668 "aws-smithy-http",
19669 "aws-smithy-runtime",
19670 "aws-smithy-runtime-api",
19671 "aws-smithy-types",
19672 "base64 0.22.1",
19673 "base64ct",
19674 "bigdecimal",
19675 "bit-set 0.8.0",
19676 "bit-vec 0.8.0",
19677 "bitflags 2.9.0",
19678 "bstr",
19679 "bytemuck",
19680 "byteorder",
19681 "bytes 1.10.1",
19682 "cc",
19683 "chrono",
19684 "cipher",
19685 "clap",
19686 "clap_builder",
19687 "codespan-reporting",
19688 "concurrent-queue",
19689 "core-foundation 0.9.4",
19690 "core-foundation-sys",
19691 "cranelift-codegen",
19692 "crossbeam-channel",
19693 "crossbeam-epoch",
19694 "crossbeam-utils",
19695 "crypto-common",
19696 "deranged",
19697 "digest",
19698 "either",
19699 "euclid",
19700 "event-listener 5.4.0",
19701 "event-listener-strategy",
19702 "flate2",
19703 "flume",
19704 "foldhash",
19705 "form_urlencoded",
19706 "futures 0.3.31",
19707 "futures-channel",
19708 "futures-core",
19709 "futures-executor",
19710 "futures-io",
19711 "futures-sink",
19712 "futures-task",
19713 "futures-util",
19714 "getrandom 0.2.15",
19715 "getrandom 0.3.2",
19716 "gimli",
19717 "half",
19718 "handlebars 4.5.0",
19719 "hashbrown 0.14.5",
19720 "hashbrown 0.15.3",
19721 "heck 0.4.1",
19722 "hmac",
19723 "hyper 0.14.32",
19724 "hyper-rustls 0.27.5",
19725 "idna",
19726 "indexmap 2.9.0",
19727 "inout",
19728 "itertools 0.12.1",
19729 "itertools 0.13.0",
19730 "lazy_static",
19731 "libc",
19732 "libsqlite3-sys",
19733 "linux-raw-sys 0.4.15",
19734 "linux-raw-sys 0.9.4",
19735 "livekit-runtime",
19736 "log",
19737 "lyon",
19738 "lyon_path",
19739 "md-5",
19740 "memchr",
19741 "memmap2",
19742 "mime_guess",
19743 "miniz_oxide",
19744 "mio 1.0.3",
19745 "naga",
19746 "nix 0.28.0",
19747 "nix 0.29.0",
19748 "nix 0.30.1",
19749 "nom 7.1.3",
19750 "num-bigint",
19751 "num-bigint-dig",
19752 "num-complex",
19753 "num-integer",
19754 "num-iter",
19755 "num-rational",
19756 "num-traits",
19757 "objc2",
19758 "objc2-core-foundation",
19759 "objc2-foundation",
19760 "objc2-metal",
19761 "object",
19762 "once_cell",
19763 "percent-encoding",
19764 "phf",
19765 "phf_shared",
19766 "prettyplease",
19767 "proc-macro2",
19768 "prost 0.12.6",
19769 "prost 0.9.0",
19770 "prost-types 0.9.0",
19771 "quote",
19772 "rand 0.8.5",
19773 "rand 0.9.1",
19774 "rand_chacha 0.3.1",
19775 "rand_core 0.6.4",
19776 "rand_distr",
19777 "regalloc2",
19778 "regex",
19779 "regex-automata",
19780 "regex-syntax",
19781 "ring",
19782 "rust_decimal",
19783 "rustc-hash 1.1.0",
19784 "rustix 0.38.44",
19785 "rustix 1.0.7",
19786 "rustls 0.23.26",
19787 "rustls-webpki 0.103.1",
19788 "scopeguard",
19789 "sea-orm",
19790 "sea-query-binder",
19791 "security-framework 3.2.0",
19792 "security-framework-sys",
19793 "semver",
19794 "serde",
19795 "serde_core",
19796 "serde_json",
19797 "simd-adler32",
19798 "smallvec",
19799 "spin",
19800 "sqlx",
19801 "sqlx-macros",
19802 "sqlx-macros-core",
19803 "sqlx-postgres",
19804 "sqlx-sqlite",
19805 "stable_deref_trait",
19806 "strum 0.26.3",
19807 "subtle",
19808 "syn 1.0.109",
19809 "syn 2.0.101",
19810 "sync_wrapper 1.0.2",
19811 "thiserror 2.0.12",
19812 "time",
19813 "time-macros",
19814 "tokio",
19815 "tokio-rustls 0.26.2",
19816 "tokio-socks",
19817 "tokio-stream",
19818 "tokio-util",
19819 "toml_datetime",
19820 "toml_edit",
19821 "tower 0.5.2",
19822 "tracing",
19823 "tracing-core",
19824 "tungstenite 0.26.2",
19825 "unicode-properties",
19826 "url",
19827 "uuid",
19828 "wasmparser 0.221.3",
19829 "wasmtime",
19830 "wasmtime-cranelift",
19831 "wasmtime-environ",
19832 "winapi",
19833 "windows-core 0.61.0",
19834 "windows-numerics",
19835 "windows-sys 0.48.0",
19836 "windows-sys 0.52.0",
19837 "windows-sys 0.59.0",
19838 "windows-sys 0.61.0",
19839 "zeroize",
19840 "zvariant",
19841]
19842
19843[[package]]
19844name = "worktree"
19845version = "0.1.0"
19846dependencies = [
19847 "anyhow",
19848 "clock",
19849 "collections",
19850 "fs",
19851 "futures 0.3.31",
19852 "fuzzy",
19853 "git",
19854 "git2",
19855 "gpui",
19856 "http_client",
19857 "ignore",
19858 "language",
19859 "log",
19860 "parking_lot",
19861 "paths",
19862 "postage",
19863 "pretty_assertions",
19864 "rand 0.9.1",
19865 "rpc",
19866 "serde",
19867 "serde_json",
19868 "settings",
19869 "smallvec",
19870 "smol",
19871 "sum_tree",
19872 "text",
19873 "util",
19874 "workspace-hack",
19875 "zlog",
19876]
19877
19878[[package]]
19879name = "write16"
19880version = "1.0.0"
19881source = "registry+https://github.com/rust-lang/crates.io-index"
19882checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19883
19884[[package]]
19885name = "writeable"
19886version = "0.5.5"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19889
19890[[package]]
19891name = "wyz"
19892version = "0.5.1"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19895dependencies = [
19896 "tap",
19897]
19898
19899[[package]]
19900name = "x11"
19901version = "2.21.0"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19904dependencies = [
19905 "libc",
19906 "pkg-config",
19907]
19908
19909[[package]]
19910name = "x11-clipboard"
19911version = "0.9.3"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19914dependencies = [
19915 "libc",
19916 "x11rb",
19917]
19918
19919[[package]]
19920name = "x11rb"
19921version = "0.13.1"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19924dependencies = [
19925 "as-raw-xcb-connection",
19926 "gethostname",
19927 "libc",
19928 "rustix 0.38.44",
19929 "x11rb-protocol",
19930]
19931
19932[[package]]
19933name = "x11rb-protocol"
19934version = "0.13.1"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19937
19938[[package]]
19939name = "x_ai"
19940version = "0.1.0"
19941dependencies = [
19942 "anyhow",
19943 "schemars 1.0.1",
19944 "serde",
19945 "strum 0.27.1",
19946 "workspace-hack",
19947]
19948
19949[[package]]
19950name = "xattr"
19951version = "0.2.3"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19954dependencies = [
19955 "libc",
19956]
19957
19958[[package]]
19959name = "xcb"
19960version = "1.6.0"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19963dependencies = [
19964 "bitflags 1.3.2",
19965 "libc",
19966 "quick-xml 0.30.0",
19967 "x11",
19968]
19969
19970[[package]]
19971name = "xcursor"
19972version = "0.3.8"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19975
19976[[package]]
19977name = "xim"
19978version = "0.4.0"
19979source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19980dependencies = [
19981 "ahash 0.8.11",
19982 "hashbrown 0.14.5",
19983 "log",
19984 "x11rb",
19985 "xim-ctext",
19986 "xim-parser",
19987]
19988
19989[[package]]
19990name = "xim-ctext"
19991version = "0.3.0"
19992source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19993dependencies = [
19994 "encoding_rs",
19995]
19996
19997[[package]]
19998name = "xim-parser"
19999version = "0.2.1"
20000source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20001dependencies = [
20002 "bitflags 2.9.0",
20003]
20004
20005[[package]]
20006name = "xkbcommon"
20007version = "0.8.0"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20010dependencies = [
20011 "as-raw-xcb-connection",
20012 "libc",
20013 "memmap2",
20014 "xkeysym",
20015]
20016
20017[[package]]
20018name = "xkeysym"
20019version = "0.2.1"
20020source = "registry+https://github.com/rust-lang/crates.io-index"
20021checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20022
20023[[package]]
20024name = "xml5ever"
20025version = "0.18.1"
20026source = "registry+https://github.com/rust-lang/crates.io-index"
20027checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20028dependencies = [
20029 "log",
20030 "mac",
20031 "markup5ever 0.12.1",
20032]
20033
20034[[package]]
20035name = "xmlparser"
20036version = "0.13.6"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20039
20040[[package]]
20041name = "xmlwriter"
20042version = "0.1.0"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20045
20046[[package]]
20047name = "xtask"
20048version = "0.1.0"
20049dependencies = [
20050 "anyhow",
20051 "cargo_metadata",
20052 "cargo_toml",
20053 "clap",
20054 "workspace-hack",
20055]
20056
20057[[package]]
20058name = "yaml-rust2"
20059version = "0.8.1"
20060source = "registry+https://github.com/rust-lang/crates.io-index"
20061checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20062dependencies = [
20063 "arraydeque",
20064 "encoding_rs",
20065 "hashlink 0.8.4",
20066]
20067
20068[[package]]
20069name = "yansi"
20070version = "1.0.1"
20071source = "registry+https://github.com/rust-lang/crates.io-index"
20072checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20073
20074[[package]]
20075name = "yawc"
20076version = "0.2.5"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20079dependencies = [
20080 "base64 0.22.1",
20081 "bytes 1.10.1",
20082 "flate2",
20083 "futures 0.3.31",
20084 "http-body-util",
20085 "hyper 1.6.0",
20086 "hyper-util",
20087 "js-sys",
20088 "nom 8.0.0",
20089 "pin-project",
20090 "rand 0.8.5",
20091 "sha1",
20092 "thiserror 1.0.69",
20093 "tokio",
20094 "tokio-rustls 0.26.2",
20095 "tokio-util",
20096 "url",
20097 "wasm-bindgen",
20098 "wasm-bindgen-futures",
20099 "web-sys",
20100 "webpki-roots",
20101]
20102
20103[[package]]
20104name = "yazi"
20105version = "0.2.1"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20108
20109[[package]]
20110name = "yeslogic-fontconfig-sys"
20111version = "6.0.0"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20114dependencies = [
20115 "dlib",
20116 "once_cell",
20117 "pkg-config",
20118]
20119
20120[[package]]
20121name = "yoke"
20122version = "0.7.5"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20125dependencies = [
20126 "serde",
20127 "stable_deref_trait",
20128 "yoke-derive",
20129 "zerofrom",
20130]
20131
20132[[package]]
20133name = "yoke-derive"
20134version = "0.7.5"
20135source = "registry+https://github.com/rust-lang/crates.io-index"
20136checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20137dependencies = [
20138 "proc-macro2",
20139 "quote",
20140 "syn 2.0.101",
20141 "synstructure",
20142]
20143
20144[[package]]
20145name = "zbus"
20146version = "5.11.0"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20149dependencies = [
20150 "async-broadcast",
20151 "async-executor",
20152 "async-io",
20153 "async-lock",
20154 "async-process",
20155 "async-recursion",
20156 "async-task",
20157 "async-trait",
20158 "blocking",
20159 "enumflags2",
20160 "event-listener 5.4.0",
20161 "futures-core",
20162 "futures-lite 2.6.0",
20163 "hex",
20164 "nix 0.30.1",
20165 "ordered-stream",
20166 "serde",
20167 "serde_repr",
20168 "tracing",
20169 "uds_windows",
20170 "windows-sys 0.60.2",
20171 "winnow",
20172 "zbus_macros",
20173 "zbus_names",
20174 "zvariant",
20175]
20176
20177[[package]]
20178name = "zbus_macros"
20179version = "5.11.0"
20180source = "registry+https://github.com/rust-lang/crates.io-index"
20181checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20182dependencies = [
20183 "proc-macro-crate",
20184 "proc-macro2",
20185 "quote",
20186 "syn 2.0.101",
20187 "zbus_names",
20188 "zvariant",
20189 "zvariant_utils",
20190]
20191
20192[[package]]
20193name = "zbus_names"
20194version = "4.2.0"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20197dependencies = [
20198 "serde",
20199 "static_assertions",
20200 "winnow",
20201 "zvariant",
20202]
20203
20204[[package]]
20205name = "zed"
20206version = "0.208.0"
20207dependencies = [
20208 "acp_tools",
20209 "activity_indicator",
20210 "agent",
20211 "agent_settings",
20212 "agent_ui",
20213 "anyhow",
20214 "ashpd 0.11.0",
20215 "assets",
20216 "assistant_tools",
20217 "audio",
20218 "auto_update",
20219 "auto_update_ui",
20220 "backtrace",
20221 "bincode",
20222 "breadcrumbs",
20223 "call",
20224 "channel",
20225 "clap",
20226 "cli",
20227 "client",
20228 "collab_ui",
20229 "collections",
20230 "command_palette",
20231 "component",
20232 "copilot",
20233 "crashes",
20234 "dap",
20235 "dap_adapters",
20236 "db",
20237 "debug_adapter_extension",
20238 "debugger_tools",
20239 "debugger_ui",
20240 "diagnostics",
20241 "edit_prediction_button",
20242 "editor",
20243 "env_logger 0.11.8",
20244 "extension",
20245 "extension_host",
20246 "extensions_ui",
20247 "feature_flags",
20248 "feedback",
20249 "file_finder",
20250 "fs",
20251 "futures 0.3.31",
20252 "git",
20253 "git_hosting_providers",
20254 "git_ui",
20255 "go_to_line",
20256 "gpui",
20257 "gpui_tokio",
20258 "http_client",
20259 "image_viewer",
20260 "inspector_ui",
20261 "install_cli",
20262 "itertools 0.14.0",
20263 "journal",
20264 "json_schema_store",
20265 "keymap_editor",
20266 "language",
20267 "language_extension",
20268 "language_model",
20269 "language_models",
20270 "language_onboarding",
20271 "language_selector",
20272 "language_tools",
20273 "languages",
20274 "line_ending_selector",
20275 "log",
20276 "markdown",
20277 "markdown_preview",
20278 "menu",
20279 "migrator",
20280 "mimalloc",
20281 "nc",
20282 "nix 0.29.0",
20283 "node_runtime",
20284 "notifications",
20285 "onboarding",
20286 "outline",
20287 "outline_panel",
20288 "parking_lot",
20289 "paths",
20290 "picker",
20291 "pretty_assertions",
20292 "profiling",
20293 "project",
20294 "project_panel",
20295 "project_symbols",
20296 "prompt_store",
20297 "proto",
20298 "recent_projects",
20299 "release_channel",
20300 "remote",
20301 "repl",
20302 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20303 "reqwest_client",
20304 "rope",
20305 "search",
20306 "serde",
20307 "serde_json",
20308 "session",
20309 "settings",
20310 "settings_profile_selector",
20311 "settings_ui",
20312 "shellexpand 2.1.2",
20313 "smol",
20314 "snippet_provider",
20315 "snippets_ui",
20316 "supermaven",
20317 "svg_preview",
20318 "sysinfo",
20319 "system_specs",
20320 "tab_switcher",
20321 "task",
20322 "tasks_ui",
20323 "telemetry",
20324 "telemetry_events",
20325 "terminal_view",
20326 "theme",
20327 "theme_extension",
20328 "theme_selector",
20329 "time",
20330 "title_bar",
20331 "toolchain_selector",
20332 "tree-sitter-md",
20333 "tree-sitter-rust",
20334 "ui",
20335 "ui_input",
20336 "ui_prompt",
20337 "url",
20338 "urlencoding",
20339 "util",
20340 "uuid",
20341 "vim",
20342 "vim_mode_setting",
20343 "watch",
20344 "web_search",
20345 "web_search_providers",
20346 "windows 0.61.1",
20347 "winresource",
20348 "workspace",
20349 "workspace-hack",
20350 "zed_actions",
20351 "zed_env_vars",
20352 "zeta",
20353 "zeta2",
20354 "zeta2_tools",
20355 "zlog",
20356 "zlog_settings",
20357]
20358
20359[[package]]
20360name = "zed_actions"
20361version = "0.1.0"
20362dependencies = [
20363 "gpui",
20364 "schemars 1.0.1",
20365 "serde",
20366 "uuid",
20367 "workspace-hack",
20368]
20369
20370[[package]]
20371name = "zed_env_vars"
20372version = "0.1.0"
20373dependencies = [
20374 "gpui",
20375 "workspace-hack",
20376]
20377
20378[[package]]
20379name = "zed_extension_api"
20380version = "0.1.0"
20381source = "registry+https://github.com/rust-lang/crates.io-index"
20382checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20383dependencies = [
20384 "serde",
20385 "serde_json",
20386 "wit-bindgen 0.22.0",
20387]
20388
20389[[package]]
20390name = "zed_extension_api"
20391version = "0.7.0"
20392dependencies = [
20393 "serde",
20394 "serde_json",
20395 "wit-bindgen 0.41.0",
20396]
20397
20398[[package]]
20399name = "zed_extension_api"
20400version = "0.7.0"
20401source = "registry+https://github.com/rust-lang/crates.io-index"
20402checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20403dependencies = [
20404 "serde",
20405 "serde_json",
20406 "wit-bindgen 0.41.0",
20407]
20408
20409[[package]]
20410name = "zed_glsl"
20411version = "0.1.0"
20412dependencies = [
20413 "zed_extension_api 0.1.0",
20414]
20415
20416[[package]]
20417name = "zed_html"
20418version = "0.2.3"
20419dependencies = [
20420 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20421]
20422
20423[[package]]
20424name = "zed_proto"
20425version = "0.2.2"
20426dependencies = [
20427 "zed_extension_api 0.1.0",
20428]
20429
20430[[package]]
20431name = "zed_test_extension"
20432version = "0.1.0"
20433dependencies = [
20434 "zed_extension_api 0.7.0",
20435]
20436
20437[[package]]
20438name = "zeno"
20439version = "0.3.2"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20442
20443[[package]]
20444name = "zerocopy"
20445version = "0.7.35"
20446source = "registry+https://github.com/rust-lang/crates.io-index"
20447checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20448dependencies = [
20449 "zerocopy-derive 0.7.35",
20450]
20451
20452[[package]]
20453name = "zerocopy"
20454version = "0.8.24"
20455source = "registry+https://github.com/rust-lang/crates.io-index"
20456checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20457dependencies = [
20458 "zerocopy-derive 0.8.24",
20459]
20460
20461[[package]]
20462name = "zerocopy-derive"
20463version = "0.7.35"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20466dependencies = [
20467 "proc-macro2",
20468 "quote",
20469 "syn 2.0.101",
20470]
20471
20472[[package]]
20473name = "zerocopy-derive"
20474version = "0.8.24"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20477dependencies = [
20478 "proc-macro2",
20479 "quote",
20480 "syn 2.0.101",
20481]
20482
20483[[package]]
20484name = "zerofrom"
20485version = "0.1.6"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20488dependencies = [
20489 "zerofrom-derive",
20490]
20491
20492[[package]]
20493name = "zerofrom-derive"
20494version = "0.1.6"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20497dependencies = [
20498 "proc-macro2",
20499 "quote",
20500 "syn 2.0.101",
20501 "synstructure",
20502]
20503
20504[[package]]
20505name = "zeroize"
20506version = "1.8.1"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20509dependencies = [
20510 "zeroize_derive",
20511]
20512
20513[[package]]
20514name = "zeroize_derive"
20515version = "1.4.2"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20518dependencies = [
20519 "proc-macro2",
20520 "quote",
20521 "syn 2.0.101",
20522]
20523
20524[[package]]
20525name = "zeromq"
20526version = "0.5.0-pre"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20529dependencies = [
20530 "async-dispatcher",
20531 "async-std",
20532 "async-trait",
20533 "asynchronous-codec",
20534 "bytes 1.10.1",
20535 "crossbeam-queue",
20536 "dashmap 5.5.3",
20537 "futures 0.3.31",
20538 "log",
20539 "num-traits",
20540 "once_cell",
20541 "parking_lot",
20542 "rand 0.8.5",
20543 "regex",
20544 "thiserror 1.0.69",
20545 "uuid",
20546]
20547
20548[[package]]
20549name = "zerovec"
20550version = "0.10.4"
20551source = "registry+https://github.com/rust-lang/crates.io-index"
20552checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20553dependencies = [
20554 "yoke",
20555 "zerofrom",
20556 "zerovec-derive",
20557]
20558
20559[[package]]
20560name = "zerovec-derive"
20561version = "0.10.3"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20564dependencies = [
20565 "proc-macro2",
20566 "quote",
20567 "syn 2.0.101",
20568]
20569
20570[[package]]
20571name = "zeta"
20572version = "0.1.0"
20573dependencies = [
20574 "ai_onboarding",
20575 "anyhow",
20576 "arrayvec",
20577 "call",
20578 "client",
20579 "clock",
20580 "cloud_api_types",
20581 "cloud_llm_client",
20582 "collections",
20583 "command_palette_hooks",
20584 "copilot",
20585 "ctor",
20586 "db",
20587 "edit_prediction",
20588 "editor",
20589 "feature_flags",
20590 "fs",
20591 "futures 0.3.31",
20592 "gpui",
20593 "http_client",
20594 "indoc",
20595 "itertools 0.14.0",
20596 "language",
20597 "language_model",
20598 "log",
20599 "menu",
20600 "parking_lot",
20601 "postage",
20602 "project",
20603 "rand 0.9.1",
20604 "regex",
20605 "release_channel",
20606 "reqwest_client",
20607 "rpc",
20608 "serde",
20609 "serde_json",
20610 "settings",
20611 "strum 0.27.1",
20612 "telemetry",
20613 "telemetry_events",
20614 "theme",
20615 "thiserror 2.0.12",
20616 "tree-sitter-go",
20617 "tree-sitter-rust",
20618 "ui",
20619 "util",
20620 "uuid",
20621 "workspace",
20622 "workspace-hack",
20623 "worktree",
20624 "zed_actions",
20625 "zlog",
20626]
20627
20628[[package]]
20629name = "zeta2"
20630version = "0.1.0"
20631dependencies = [
20632 "anyhow",
20633 "arrayvec",
20634 "chrono",
20635 "client",
20636 "clock",
20637 "cloud_llm_client",
20638 "cloud_zeta2_prompt",
20639 "edit_prediction",
20640 "edit_prediction_context",
20641 "futures 0.3.31",
20642 "gpui",
20643 "indoc",
20644 "language",
20645 "language_model",
20646 "log",
20647 "lsp",
20648 "pretty_assertions",
20649 "project",
20650 "release_channel",
20651 "serde_json",
20652 "settings",
20653 "thiserror 2.0.12",
20654 "util",
20655 "uuid",
20656 "workspace",
20657 "workspace-hack",
20658 "worktree",
20659]
20660
20661[[package]]
20662name = "zeta2_tools"
20663version = "0.1.0"
20664dependencies = [
20665 "chrono",
20666 "clap",
20667 "client",
20668 "cloud_llm_client",
20669 "collections",
20670 "edit_prediction_context",
20671 "editor",
20672 "futures 0.3.31",
20673 "gpui",
20674 "indoc",
20675 "language",
20676 "log",
20677 "pretty_assertions",
20678 "project",
20679 "serde",
20680 "serde_json",
20681 "settings",
20682 "text",
20683 "ui",
20684 "ui_input",
20685 "util",
20686 "workspace",
20687 "workspace-hack",
20688 "zeta2",
20689 "zlog",
20690]
20691
20692[[package]]
20693name = "zeta_cli"
20694version = "0.1.0"
20695dependencies = [
20696 "anyhow",
20697 "clap",
20698 "client",
20699 "cloud_llm_client",
20700 "cloud_zeta2_prompt",
20701 "debug_adapter_extension",
20702 "edit_prediction_context",
20703 "extension",
20704 "fs",
20705 "futures 0.3.31",
20706 "gpui",
20707 "gpui_tokio",
20708 "language",
20709 "language_extension",
20710 "language_model",
20711 "language_models",
20712 "languages",
20713 "log",
20714 "node_runtime",
20715 "ordered-float 2.10.1",
20716 "paths",
20717 "project",
20718 "prompt_store",
20719 "release_channel",
20720 "reqwest_client",
20721 "serde",
20722 "serde_json",
20723 "settings",
20724 "shellexpand 2.1.2",
20725 "smol",
20726 "terminal_view",
20727 "util",
20728 "watch",
20729 "workspace-hack",
20730 "zeta",
20731 "zeta2",
20732 "zlog",
20733]
20734
20735[[package]]
20736name = "zip"
20737version = "0.6.6"
20738source = "registry+https://github.com/rust-lang/crates.io-index"
20739checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20740dependencies = [
20741 "aes",
20742 "byteorder",
20743 "bzip2",
20744 "constant_time_eq",
20745 "crc32fast",
20746 "crossbeam-utils",
20747 "flate2",
20748 "hmac",
20749 "pbkdf2 0.11.0",
20750 "sha1",
20751 "time",
20752 "zstd",
20753]
20754
20755[[package]]
20756name = "zip"
20757version = "1.1.4"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20760dependencies = [
20761 "arbitrary",
20762 "crc32fast",
20763 "crossbeam-utils",
20764 "displaydoc",
20765 "indexmap 2.9.0",
20766 "num_enum",
20767 "thiserror 1.0.69",
20768]
20769
20770[[package]]
20771name = "zlog"
20772version = "0.1.0"
20773dependencies = [
20774 "anyhow",
20775 "chrono",
20776 "collections",
20777 "log",
20778 "tempfile",
20779 "workspace-hack",
20780]
20781
20782[[package]]
20783name = "zlog_settings"
20784version = "0.1.0"
20785dependencies = [
20786 "collections",
20787 "gpui",
20788 "settings",
20789 "workspace-hack",
20790 "zlog",
20791]
20792
20793[[package]]
20794name = "zstd"
20795version = "0.11.2+zstd.1.5.2"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20798dependencies = [
20799 "zstd-safe",
20800]
20801
20802[[package]]
20803name = "zstd-safe"
20804version = "5.0.2+zstd.1.5.2"
20805source = "registry+https://github.com/rust-lang/crates.io-index"
20806checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20807dependencies = [
20808 "libc",
20809 "zstd-sys",
20810]
20811
20812[[package]]
20813name = "zstd-sys"
20814version = "2.0.15+zstd.1.5.7"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20817dependencies = [
20818 "cc",
20819 "pkg-config",
20820]
20821
20822[[package]]
20823name = "zune-core"
20824version = "0.4.12"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20827
20828[[package]]
20829name = "zune-inflate"
20830version = "0.2.54"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20833dependencies = [
20834 "simd-adler32",
20835]
20836
20837[[package]]
20838name = "zune-jpeg"
20839version = "0.4.14"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20842dependencies = [
20843 "zune-core",
20844]
20845
20846[[package]]
20847name = "zvariant"
20848version = "5.7.0"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20851dependencies = [
20852 "endi",
20853 "enumflags2",
20854 "serde",
20855 "url",
20856 "winnow",
20857 "zvariant_derive",
20858 "zvariant_utils",
20859]
20860
20861[[package]]
20862name = "zvariant_derive"
20863version = "5.7.0"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20866dependencies = [
20867 "proc-macro-crate",
20868 "proc-macro2",
20869 "quote",
20870 "syn 2.0.101",
20871 "zvariant_utils",
20872]
20873
20874[[package]]
20875name = "zvariant_utils"
20876version = "3.2.0"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20879dependencies = [
20880 "proc-macro2",
20881 "quote",
20882 "serde",
20883 "static_assertions",
20884 "syn 2.0.101",
20885 "winnow",
20886]