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 "streaming-iterator",
9692 "tree-sitter",
9693 "tree-sitter-json",
9694 "workspace-hack",
9695]
9696
9697[[package]]
9698name = "mimalloc"
9699version = "0.1.46"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9702dependencies = [
9703 "libmimalloc-sys",
9704]
9705
9706[[package]]
9707name = "mime"
9708version = "0.3.17"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9711
9712[[package]]
9713name = "mime_guess"
9714version = "2.0.5"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9717dependencies = [
9718 "mime",
9719 "unicase",
9720]
9721
9722[[package]]
9723name = "minidump-common"
9724version = "0.21.2"
9725source = "registry+https://github.com/rust-lang/crates.io-index"
9726checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9727dependencies = [
9728 "bitflags 2.9.0",
9729 "debugid",
9730 "num-derive",
9731 "num-traits",
9732 "range-map",
9733 "scroll",
9734 "smart-default",
9735]
9736
9737[[package]]
9738name = "minidump-writer"
9739version = "0.8.9"
9740source = "registry+https://github.com/rust-lang/crates.io-index"
9741checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9742dependencies = [
9743 "bitflags 2.9.0",
9744 "byteorder",
9745 "cfg-if",
9746 "crash-context",
9747 "goblin",
9748 "libc",
9749 "log",
9750 "mach2 0.4.2",
9751 "memmap2",
9752 "memoffset",
9753 "minidump-common",
9754 "nix 0.28.0",
9755 "procfs-core",
9756 "scroll",
9757 "tempfile",
9758 "thiserror 1.0.69",
9759]
9760
9761[[package]]
9762name = "minidumper"
9763version = "0.8.3"
9764source = "registry+https://github.com/rust-lang/crates.io-index"
9765checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9766dependencies = [
9767 "cfg-if",
9768 "crash-context",
9769 "libc",
9770 "log",
9771 "minidump-writer",
9772 "parking_lot",
9773 "polling",
9774 "scroll",
9775 "thiserror 1.0.69",
9776 "uds",
9777]
9778
9779[[package]]
9780name = "minimal-lexical"
9781version = "0.2.1"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9784
9785[[package]]
9786name = "miniz_oxide"
9787version = "0.8.8"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9790dependencies = [
9791 "adler2",
9792 "simd-adler32",
9793]
9794
9795[[package]]
9796name = "mint"
9797version = "0.5.9"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9800
9801[[package]]
9802name = "mio"
9803version = "0.8.11"
9804source = "registry+https://github.com/rust-lang/crates.io-index"
9805checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9806dependencies = [
9807 "libc",
9808 "log",
9809 "wasi 0.11.0+wasi-snapshot-preview1",
9810 "windows-sys 0.48.0",
9811]
9812
9813[[package]]
9814name = "mio"
9815version = "1.0.3"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9818dependencies = [
9819 "libc",
9820 "log",
9821 "wasi 0.11.0+wasi-snapshot-preview1",
9822 "windows-sys 0.52.0",
9823]
9824
9825[[package]]
9826name = "miow"
9827version = "0.6.0"
9828source = "registry+https://github.com/rust-lang/crates.io-index"
9829checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9830dependencies = [
9831 "windows-sys 0.48.0",
9832]
9833
9834[[package]]
9835name = "mistral"
9836version = "0.1.0"
9837dependencies = [
9838 "anyhow",
9839 "futures 0.3.31",
9840 "http_client",
9841 "schemars 1.0.1",
9842 "serde",
9843 "serde_json",
9844 "strum 0.27.1",
9845 "workspace-hack",
9846]
9847
9848[[package]]
9849name = "moka"
9850version = "0.12.10"
9851source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9853dependencies = [
9854 "crossbeam-channel",
9855 "crossbeam-epoch",
9856 "crossbeam-utils",
9857 "loom",
9858 "parking_lot",
9859 "portable-atomic",
9860 "rustc_version",
9861 "smallvec",
9862 "tagptr",
9863 "thiserror 1.0.69",
9864 "uuid",
9865]
9866
9867[[package]]
9868name = "msvc_spectre_libs"
9869version = "0.1.3"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9872dependencies = [
9873 "cc",
9874]
9875
9876[[package]]
9877name = "multi_buffer"
9878version = "0.1.0"
9879dependencies = [
9880 "anyhow",
9881 "buffer_diff",
9882 "clock",
9883 "collections",
9884 "ctor",
9885 "gpui",
9886 "indoc",
9887 "itertools 0.14.0",
9888 "language",
9889 "log",
9890 "parking_lot",
9891 "pretty_assertions",
9892 "project",
9893 "rand 0.9.1",
9894 "rope",
9895 "serde",
9896 "settings",
9897 "smallvec",
9898 "smol",
9899 "sum_tree",
9900 "text",
9901 "theme",
9902 "tree-sitter",
9903 "util",
9904 "workspace-hack",
9905 "zlog",
9906]
9907
9908[[package]]
9909name = "multimap"
9910version = "0.8.3"
9911source = "registry+https://github.com/rust-lang/crates.io-index"
9912checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9913
9914[[package]]
9915name = "naga"
9916version = "25.0.1"
9917source = "registry+https://github.com/rust-lang/crates.io-index"
9918checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9919dependencies = [
9920 "arrayvec",
9921 "bit-set 0.8.0",
9922 "bitflags 2.9.0",
9923 "cfg_aliases 0.2.1",
9924 "codespan-reporting",
9925 "half",
9926 "hashbrown 0.15.3",
9927 "hexf-parse",
9928 "indexmap 2.9.0",
9929 "log",
9930 "num-traits",
9931 "once_cell",
9932 "rustc-hash 1.1.0",
9933 "spirv",
9934 "strum 0.26.3",
9935 "thiserror 2.0.12",
9936 "unicode-ident",
9937]
9938
9939[[package]]
9940name = "nanoid"
9941version = "0.4.0"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9944dependencies = [
9945 "rand 0.8.5",
9946]
9947
9948[[package]]
9949name = "nanorand"
9950version = "0.7.0"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9953dependencies = [
9954 "getrandom 0.2.15",
9955]
9956
9957[[package]]
9958name = "native-tls"
9959version = "0.2.14"
9960source = "registry+https://github.com/rust-lang/crates.io-index"
9961checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9962dependencies = [
9963 "libc",
9964 "log",
9965 "openssl",
9966 "openssl-probe",
9967 "openssl-sys",
9968 "schannel",
9969 "security-framework 2.11.1",
9970 "security-framework-sys",
9971 "tempfile",
9972]
9973
9974[[package]]
9975name = "nbformat"
9976version = "0.10.0"
9977source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9978dependencies = [
9979 "anyhow",
9980 "chrono",
9981 "jupyter-protocol",
9982 "serde",
9983 "serde_json",
9984 "thiserror 1.0.69",
9985 "uuid",
9986]
9987
9988[[package]]
9989name = "nc"
9990version = "0.1.0"
9991dependencies = [
9992 "anyhow",
9993 "futures 0.3.31",
9994 "net",
9995 "smol",
9996 "workspace-hack",
9997]
9998
9999[[package]]
10000name = "ndk"
10001version = "0.9.0"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10004dependencies = [
10005 "bitflags 2.9.0",
10006 "jni-sys",
10007 "log",
10008 "ndk-sys",
10009 "num_enum",
10010 "thiserror 1.0.69",
10011]
10012
10013[[package]]
10014name = "ndk-context"
10015version = "0.1.1"
10016source = "registry+https://github.com/rust-lang/crates.io-index"
10017checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10018
10019[[package]]
10020name = "ndk-sys"
10021version = "0.6.0+11769913"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10024dependencies = [
10025 "jni-sys",
10026]
10027
10028[[package]]
10029name = "net"
10030version = "0.1.0"
10031dependencies = [
10032 "anyhow",
10033 "async-io",
10034 "smol",
10035 "tempfile",
10036 "windows 0.61.1",
10037 "workspace-hack",
10038]
10039
10040[[package]]
10041name = "new_debug_unreachable"
10042version = "1.0.6"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10045
10046[[package]]
10047name = "nix"
10048version = "0.28.0"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10051dependencies = [
10052 "bitflags 2.9.0",
10053 "cfg-if",
10054 "cfg_aliases 0.1.1",
10055 "libc",
10056]
10057
10058[[package]]
10059name = "nix"
10060version = "0.29.0"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10063dependencies = [
10064 "bitflags 2.9.0",
10065 "cfg-if",
10066 "cfg_aliases 0.2.1",
10067 "libc",
10068]
10069
10070[[package]]
10071name = "nix"
10072version = "0.30.1"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10075dependencies = [
10076 "bitflags 2.9.0",
10077 "cfg-if",
10078 "cfg_aliases 0.2.1",
10079 "libc",
10080 "memoffset",
10081]
10082
10083[[package]]
10084name = "node_runtime"
10085version = "0.1.0"
10086dependencies = [
10087 "anyhow",
10088 "async-compression",
10089 "async-std",
10090 "async-tar",
10091 "async-trait",
10092 "futures 0.3.31",
10093 "http_client",
10094 "log",
10095 "paths",
10096 "semver",
10097 "serde",
10098 "serde_json",
10099 "smol",
10100 "util",
10101 "watch",
10102 "which 6.0.3",
10103 "workspace-hack",
10104]
10105
10106[[package]]
10107name = "nom"
10108version = "7.1.3"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10111dependencies = [
10112 "memchr",
10113 "minimal-lexical",
10114]
10115
10116[[package]]
10117name = "nom"
10118version = "8.0.0"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10121dependencies = [
10122 "memchr",
10123]
10124
10125[[package]]
10126name = "noop_proc_macro"
10127version = "0.3.0"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10130
10131[[package]]
10132name = "normpath"
10133version = "1.3.0"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10136dependencies = [
10137 "windows-sys 0.59.0",
10138]
10139
10140[[package]]
10141name = "notifications"
10142version = "0.1.0"
10143dependencies = [
10144 "anyhow",
10145 "channel",
10146 "client",
10147 "collections",
10148 "component",
10149 "db",
10150 "gpui",
10151 "rpc",
10152 "settings",
10153 "sum_tree",
10154 "time",
10155 "ui",
10156 "util",
10157 "workspace",
10158 "workspace-hack",
10159 "zed_actions",
10160]
10161
10162[[package]]
10163name = "notify"
10164version = "6.1.1"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10167dependencies = [
10168 "bitflags 2.9.0",
10169 "crossbeam-channel",
10170 "filetime",
10171 "fsevent-sys 4.1.0",
10172 "inotify 0.9.6",
10173 "kqueue",
10174 "libc",
10175 "log",
10176 "mio 0.8.11",
10177 "walkdir",
10178 "windows-sys 0.48.0",
10179]
10180
10181[[package]]
10182name = "notify"
10183version = "8.0.0"
10184source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10185dependencies = [
10186 "bitflags 2.9.0",
10187 "filetime",
10188 "fsevent-sys 4.1.0",
10189 "inotify 0.11.0",
10190 "kqueue",
10191 "libc",
10192 "log",
10193 "mio 1.0.3",
10194 "notify-types",
10195 "walkdir",
10196 "windows-sys 0.59.0",
10197]
10198
10199[[package]]
10200name = "notify-debouncer-mini"
10201version = "0.4.1"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10204dependencies = [
10205 "crossbeam-channel",
10206 "log",
10207 "notify 6.1.1",
10208]
10209
10210[[package]]
10211name = "notify-types"
10212version = "2.0.0"
10213source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10214
10215[[package]]
10216name = "ntapi"
10217version = "0.4.1"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10220dependencies = [
10221 "winapi",
10222]
10223
10224[[package]]
10225name = "nu-ansi-term"
10226version = "0.50.1"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10229dependencies = [
10230 "windows-sys 0.52.0",
10231]
10232
10233[[package]]
10234name = "num"
10235version = "0.4.3"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10238dependencies = [
10239 "num-bigint",
10240 "num-complex",
10241 "num-integer",
10242 "num-iter",
10243 "num-rational",
10244 "num-traits",
10245]
10246
10247[[package]]
10248name = "num-bigint"
10249version = "0.4.6"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10252dependencies = [
10253 "num-integer",
10254 "num-traits",
10255]
10256
10257[[package]]
10258name = "num-bigint-dig"
10259version = "0.8.4"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10262dependencies = [
10263 "byteorder",
10264 "lazy_static",
10265 "libm",
10266 "num-integer",
10267 "num-iter",
10268 "num-traits",
10269 "rand 0.8.5",
10270 "serde",
10271 "smallvec",
10272 "zeroize",
10273]
10274
10275[[package]]
10276name = "num-cmp"
10277version = "0.1.0"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10280
10281[[package]]
10282name = "num-complex"
10283version = "0.4.6"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10286dependencies = [
10287 "bytemuck",
10288 "num-traits",
10289]
10290
10291[[package]]
10292name = "num-conv"
10293version = "0.1.0"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10296
10297[[package]]
10298name = "num-derive"
10299version = "0.4.2"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10302dependencies = [
10303 "proc-macro2",
10304 "quote",
10305 "syn 2.0.101",
10306]
10307
10308[[package]]
10309name = "num-format"
10310version = "0.4.4"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10313dependencies = [
10314 "arrayvec",
10315 "itoa",
10316]
10317
10318[[package]]
10319name = "num-integer"
10320version = "0.1.46"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10323dependencies = [
10324 "num-traits",
10325]
10326
10327[[package]]
10328name = "num-iter"
10329version = "0.1.45"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10332dependencies = [
10333 "autocfg",
10334 "num-integer",
10335 "num-traits",
10336]
10337
10338[[package]]
10339name = "num-rational"
10340version = "0.4.2"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10343dependencies = [
10344 "num-bigint",
10345 "num-integer",
10346 "num-traits",
10347]
10348
10349[[package]]
10350name = "num-traits"
10351version = "0.2.19"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10354dependencies = [
10355 "autocfg",
10356 "libm",
10357]
10358
10359[[package]]
10360name = "num_cpus"
10361version = "1.16.0"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10364dependencies = [
10365 "hermit-abi 0.3.9",
10366 "libc",
10367]
10368
10369[[package]]
10370name = "num_enum"
10371version = "0.7.3"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10374dependencies = [
10375 "num_enum_derive",
10376]
10377
10378[[package]]
10379name = "num_enum_derive"
10380version = "0.7.3"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10383dependencies = [
10384 "proc-macro-crate",
10385 "proc-macro2",
10386 "quote",
10387 "syn 2.0.101",
10388]
10389
10390[[package]]
10391name = "num_threads"
10392version = "0.1.7"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10395dependencies = [
10396 "libc",
10397]
10398
10399[[package]]
10400name = "nvim-rs"
10401version = "0.9.2"
10402source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10403dependencies = [
10404 "async-trait",
10405 "futures 0.3.31",
10406 "log",
10407 "rmp",
10408 "rmpv",
10409 "tokio",
10410 "tokio-util",
10411]
10412
10413[[package]]
10414name = "objc"
10415version = "0.2.7"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10418dependencies = [
10419 "malloc_buf",
10420 "objc_exception",
10421]
10422
10423[[package]]
10424name = "objc-foundation"
10425version = "0.1.1"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10428dependencies = [
10429 "block",
10430 "objc",
10431 "objc_id",
10432]
10433
10434[[package]]
10435name = "objc2"
10436version = "0.6.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10439dependencies = [
10440 "objc2-encode",
10441]
10442
10443[[package]]
10444name = "objc2-app-kit"
10445version = "0.3.1"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10448dependencies = [
10449 "bitflags 2.9.0",
10450 "objc2",
10451 "objc2-core-foundation",
10452 "objc2-foundation",
10453 "objc2-quartz-core",
10454]
10455
10456[[package]]
10457name = "objc2-audio-toolbox"
10458version = "0.3.1"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10461dependencies = [
10462 "bitflags 2.9.0",
10463 "libc",
10464 "objc2",
10465 "objc2-core-audio",
10466 "objc2-core-audio-types",
10467 "objc2-core-foundation",
10468 "objc2-foundation",
10469]
10470
10471[[package]]
10472name = "objc2-core-audio"
10473version = "0.3.1"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10476dependencies = [
10477 "dispatch2",
10478 "objc2",
10479 "objc2-core-audio-types",
10480 "objc2-core-foundation",
10481]
10482
10483[[package]]
10484name = "objc2-core-audio-types"
10485version = "0.3.1"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10488dependencies = [
10489 "bitflags 2.9.0",
10490 "objc2",
10491]
10492
10493[[package]]
10494name = "objc2-core-foundation"
10495version = "0.3.1"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10498dependencies = [
10499 "bitflags 2.9.0",
10500 "dispatch2",
10501 "objc2",
10502]
10503
10504[[package]]
10505name = "objc2-encode"
10506version = "4.1.0"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10509
10510[[package]]
10511name = "objc2-foundation"
10512version = "0.3.1"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10515dependencies = [
10516 "bitflags 2.9.0",
10517 "objc2",
10518 "objc2-core-foundation",
10519]
10520
10521[[package]]
10522name = "objc2-metal"
10523version = "0.3.1"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10526dependencies = [
10527 "bitflags 2.9.0",
10528 "block2",
10529 "dispatch2",
10530 "objc2",
10531 "objc2-core-foundation",
10532 "objc2-foundation",
10533]
10534
10535[[package]]
10536name = "objc2-quartz-core"
10537version = "0.3.1"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10540dependencies = [
10541 "bitflags 2.9.0",
10542 "objc2",
10543 "objc2-core-foundation",
10544 "objc2-foundation",
10545 "objc2-metal",
10546]
10547
10548[[package]]
10549name = "objc2-ui-kit"
10550version = "0.3.1"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10553dependencies = [
10554 "bitflags 2.9.0",
10555 "objc2",
10556 "objc2-core-foundation",
10557 "objc2-foundation",
10558 "objc2-quartz-core",
10559]
10560
10561[[package]]
10562name = "objc_exception"
10563version = "0.1.2"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10566dependencies = [
10567 "cc",
10568]
10569
10570[[package]]
10571name = "objc_id"
10572version = "0.1.1"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10575dependencies = [
10576 "objc",
10577]
10578
10579[[package]]
10580name = "object"
10581version = "0.36.7"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10584dependencies = [
10585 "crc32fast",
10586 "hashbrown 0.15.3",
10587 "indexmap 2.9.0",
10588 "memchr",
10589]
10590
10591[[package]]
10592name = "ollama"
10593version = "0.1.0"
10594dependencies = [
10595 "anyhow",
10596 "futures 0.3.31",
10597 "http_client",
10598 "schemars 1.0.1",
10599 "serde",
10600 "serde_json",
10601 "settings",
10602 "workspace-hack",
10603]
10604
10605[[package]]
10606name = "onboarding"
10607version = "0.1.0"
10608dependencies = [
10609 "ai_onboarding",
10610 "anyhow",
10611 "client",
10612 "component",
10613 "db",
10614 "documented",
10615 "editor",
10616 "fs",
10617 "fuzzy",
10618 "git",
10619 "gpui",
10620 "itertools 0.14.0",
10621 "language",
10622 "language_model",
10623 "menu",
10624 "notifications",
10625 "picker",
10626 "project",
10627 "schemars 1.0.1",
10628 "serde",
10629 "settings",
10630 "telemetry",
10631 "theme",
10632 "ui",
10633 "util",
10634 "vim_mode_setting",
10635 "workspace",
10636 "workspace-hack",
10637 "zed_actions",
10638 "zlog",
10639]
10640
10641[[package]]
10642name = "once_cell"
10643version = "1.21.3"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10646
10647[[package]]
10648name = "oo7"
10649version = "0.5.0"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10652dependencies = [
10653 "aes",
10654 "ashpd 0.12.0",
10655 "async-fs",
10656 "async-io",
10657 "async-lock",
10658 "blocking",
10659 "cbc",
10660 "cipher",
10661 "digest",
10662 "endi",
10663 "futures-lite 2.6.0",
10664 "futures-util",
10665 "getrandom 0.3.2",
10666 "hkdf",
10667 "hmac",
10668 "md-5",
10669 "num",
10670 "num-bigint-dig",
10671 "pbkdf2 0.12.2",
10672 "rand 0.9.1",
10673 "serde",
10674 "sha2",
10675 "subtle",
10676 "zbus",
10677 "zbus_macros",
10678 "zeroize",
10679 "zvariant",
10680]
10681
10682[[package]]
10683name = "oorandom"
10684version = "11.1.5"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10687
10688[[package]]
10689name = "open"
10690version = "5.3.2"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10693dependencies = [
10694 "is-wsl",
10695 "libc",
10696 "pathdiff",
10697]
10698
10699[[package]]
10700name = "open_ai"
10701version = "0.1.0"
10702dependencies = [
10703 "anyhow",
10704 "futures 0.3.31",
10705 "http_client",
10706 "log",
10707 "schemars 1.0.1",
10708 "serde",
10709 "serde_json",
10710 "settings",
10711 "strum 0.27.1",
10712 "workspace-hack",
10713]
10714
10715[[package]]
10716name = "open_router"
10717version = "0.1.0"
10718dependencies = [
10719 "anyhow",
10720 "futures 0.3.31",
10721 "http_client",
10722 "schemars 1.0.1",
10723 "serde",
10724 "serde_json",
10725 "settings",
10726 "strum 0.27.1",
10727 "thiserror 2.0.12",
10728 "workspace-hack",
10729]
10730
10731[[package]]
10732name = "opener"
10733version = "0.7.2"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10736dependencies = [
10737 "bstr",
10738 "dbus",
10739 "normpath",
10740 "windows-sys 0.59.0",
10741]
10742
10743[[package]]
10744name = "openssl"
10745version = "0.10.72"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10748dependencies = [
10749 "bitflags 2.9.0",
10750 "cfg-if",
10751 "foreign-types 0.3.2",
10752 "libc",
10753 "once_cell",
10754 "openssl-macros",
10755 "openssl-sys",
10756]
10757
10758[[package]]
10759name = "openssl-macros"
10760version = "0.1.1"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10763dependencies = [
10764 "proc-macro2",
10765 "quote",
10766 "syn 2.0.101",
10767]
10768
10769[[package]]
10770name = "openssl-probe"
10771version = "0.1.6"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10774
10775[[package]]
10776name = "openssl-sys"
10777version = "0.9.107"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10780dependencies = [
10781 "cc",
10782 "libc",
10783 "pkg-config",
10784 "vcpkg",
10785]
10786
10787[[package]]
10788name = "optfield"
10789version = "0.3.0"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10792dependencies = [
10793 "proc-macro2",
10794 "quote",
10795 "syn 2.0.101",
10796]
10797
10798[[package]]
10799name = "option-ext"
10800version = "0.2.0"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10803
10804[[package]]
10805name = "ordered-float"
10806version = "2.10.1"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10809dependencies = [
10810 "num-traits",
10811]
10812
10813[[package]]
10814name = "ordered-float"
10815version = "4.6.0"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10818dependencies = [
10819 "num-traits",
10820]
10821
10822[[package]]
10823name = "ordered-stream"
10824version = "0.2.0"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10827dependencies = [
10828 "futures-core",
10829 "pin-project-lite",
10830]
10831
10832[[package]]
10833name = "ouroboros"
10834version = "0.18.5"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10837dependencies = [
10838 "aliasable",
10839 "ouroboros_macro",
10840 "static_assertions",
10841]
10842
10843[[package]]
10844name = "ouroboros_macro"
10845version = "0.18.5"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10848dependencies = [
10849 "heck 0.4.1",
10850 "proc-macro2",
10851 "proc-macro2-diagnostics",
10852 "quote",
10853 "syn 2.0.101",
10854]
10855
10856[[package]]
10857name = "outline"
10858version = "0.1.0"
10859dependencies = [
10860 "editor",
10861 "fuzzy",
10862 "gpui",
10863 "indoc",
10864 "language",
10865 "menu",
10866 "ordered-float 2.10.1",
10867 "picker",
10868 "project",
10869 "rope",
10870 "serde_json",
10871 "settings",
10872 "smol",
10873 "theme",
10874 "tree-sitter-rust",
10875 "tree-sitter-typescript",
10876 "ui",
10877 "util",
10878 "workspace",
10879 "workspace-hack",
10880 "zed_actions",
10881]
10882
10883[[package]]
10884name = "outline_panel"
10885version = "0.1.0"
10886dependencies = [
10887 "anyhow",
10888 "collections",
10889 "db",
10890 "editor",
10891 "file_icons",
10892 "fuzzy",
10893 "gpui",
10894 "itertools 0.14.0",
10895 "language",
10896 "log",
10897 "menu",
10898 "outline",
10899 "pretty_assertions",
10900 "project",
10901 "search",
10902 "serde",
10903 "serde_json",
10904 "settings",
10905 "smallvec",
10906 "smol",
10907 "theme",
10908 "ui",
10909 "util",
10910 "workspace",
10911 "workspace-hack",
10912 "worktree",
10913 "zed_actions",
10914]
10915
10916[[package]]
10917name = "outref"
10918version = "0.5.2"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10921
10922[[package]]
10923name = "p256"
10924version = "0.11.1"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10927dependencies = [
10928 "ecdsa",
10929 "elliptic-curve",
10930 "sha2",
10931]
10932
10933[[package]]
10934name = "page_size"
10935version = "0.6.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10938dependencies = [
10939 "libc",
10940 "winapi",
10941]
10942
10943[[package]]
10944name = "palette"
10945version = "0.7.6"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10948dependencies = [
10949 "approx",
10950 "fast-srgb8",
10951 "palette_derive",
10952]
10953
10954[[package]]
10955name = "palette_derive"
10956version = "0.7.6"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10959dependencies = [
10960 "by_address",
10961 "proc-macro2",
10962 "quote",
10963 "syn 2.0.101",
10964]
10965
10966[[package]]
10967name = "panel"
10968version = "0.1.0"
10969dependencies = [
10970 "editor",
10971 "gpui",
10972 "settings",
10973 "theme",
10974 "ui",
10975 "workspace",
10976 "workspace-hack",
10977]
10978
10979[[package]]
10980name = "parking"
10981version = "2.2.1"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10984
10985[[package]]
10986name = "parking_lot"
10987version = "0.12.4"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10990dependencies = [
10991 "lock_api",
10992 "parking_lot_core",
10993]
10994
10995[[package]]
10996name = "parking_lot_core"
10997version = "0.9.11"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11000dependencies = [
11001 "cfg-if",
11002 "libc",
11003 "redox_syscall 0.5.11",
11004 "smallvec",
11005 "windows-targets 0.52.6",
11006]
11007
11008[[package]]
11009name = "parse_int"
11010version = "0.9.0"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11013dependencies = [
11014 "num-traits",
11015]
11016
11017[[package]]
11018name = "partial-json-fixer"
11019version = "0.5.3"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11022
11023[[package]]
11024name = "password-hash"
11025version = "0.4.2"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11028dependencies = [
11029 "base64ct",
11030 "rand_core 0.6.4",
11031 "subtle",
11032]
11033
11034[[package]]
11035name = "password-hash"
11036version = "0.5.0"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11039dependencies = [
11040 "base64ct",
11041 "rand_core 0.6.4",
11042 "subtle",
11043]
11044
11045[[package]]
11046name = "paste"
11047version = "1.0.15"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11050
11051[[package]]
11052name = "pathdiff"
11053version = "0.2.3"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11056
11057[[package]]
11058name = "pathfinder_geometry"
11059version = "0.5.1"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11062dependencies = [
11063 "log",
11064 "pathfinder_simd",
11065]
11066
11067[[package]]
11068name = "pathfinder_simd"
11069version = "0.5.5"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11072dependencies = [
11073 "rustc_version",
11074]
11075
11076[[package]]
11077name = "paths"
11078version = "0.1.0"
11079dependencies = [
11080 "dirs 4.0.0",
11081 "ignore",
11082 "util",
11083 "workspace-hack",
11084]
11085
11086[[package]]
11087name = "pbjson"
11088version = "0.6.0"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11091dependencies = [
11092 "base64 0.21.7",
11093 "serde",
11094]
11095
11096[[package]]
11097name = "pbjson-build"
11098version = "0.6.2"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11101dependencies = [
11102 "heck 0.4.1",
11103 "itertools 0.11.0",
11104 "prost 0.12.6",
11105 "prost-types 0.12.6",
11106]
11107
11108[[package]]
11109name = "pbjson-types"
11110version = "0.6.0"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11113dependencies = [
11114 "bytes 1.10.1",
11115 "chrono",
11116 "pbjson",
11117 "pbjson-build",
11118 "prost 0.12.6",
11119 "prost-build 0.12.6",
11120 "serde",
11121]
11122
11123[[package]]
11124name = "pbkdf2"
11125version = "0.11.0"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11128dependencies = [
11129 "digest",
11130 "hmac",
11131 "password-hash 0.4.2",
11132 "sha2",
11133]
11134
11135[[package]]
11136name = "pbkdf2"
11137version = "0.12.2"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11140dependencies = [
11141 "digest",
11142 "hmac",
11143]
11144
11145[[package]]
11146name = "pciid-parser"
11147version = "0.8.0"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11150
11151[[package]]
11152name = "pem"
11153version = "3.0.5"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11156dependencies = [
11157 "base64 0.22.1",
11158 "serde",
11159]
11160
11161[[package]]
11162name = "pem-rfc7468"
11163version = "0.7.0"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11166dependencies = [
11167 "base64ct",
11168]
11169
11170[[package]]
11171name = "percent-encoding"
11172version = "2.3.1"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11175
11176[[package]]
11177name = "perf"
11178version = "0.1.0"
11179dependencies = [
11180 "collections",
11181 "serde",
11182 "serde_json",
11183 "workspace-hack",
11184]
11185
11186[[package]]
11187name = "pest"
11188version = "2.8.0"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11191dependencies = [
11192 "memchr",
11193 "thiserror 2.0.12",
11194 "ucd-trie",
11195]
11196
11197[[package]]
11198name = "pest_derive"
11199version = "2.8.0"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11202dependencies = [
11203 "pest",
11204 "pest_generator",
11205]
11206
11207[[package]]
11208name = "pest_generator"
11209version = "2.8.0"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11212dependencies = [
11213 "pest",
11214 "pest_meta",
11215 "proc-macro2",
11216 "quote",
11217 "syn 2.0.101",
11218]
11219
11220[[package]]
11221name = "pest_meta"
11222version = "2.8.0"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11225dependencies = [
11226 "once_cell",
11227 "pest",
11228 "sha2",
11229]
11230
11231[[package]]
11232name = "pet"
11233version = "0.1.0"
11234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11235dependencies = [
11236 "clap",
11237 "env_logger 0.10.2",
11238 "lazy_static",
11239 "log",
11240 "msvc_spectre_libs",
11241 "pet-conda",
11242 "pet-core",
11243 "pet-env-var-path",
11244 "pet-fs",
11245 "pet-global-virtualenvs",
11246 "pet-homebrew",
11247 "pet-jsonrpc",
11248 "pet-linux-global-python",
11249 "pet-mac-commandlinetools",
11250 "pet-mac-python-org",
11251 "pet-mac-xcode",
11252 "pet-pipenv",
11253 "pet-pixi",
11254 "pet-poetry",
11255 "pet-pyenv",
11256 "pet-python-utils",
11257 "pet-reporter",
11258 "pet-telemetry",
11259 "pet-venv",
11260 "pet-virtualenv",
11261 "pet-virtualenvwrapper",
11262 "pet-windows-registry",
11263 "pet-windows-store",
11264 "serde",
11265 "serde_json",
11266]
11267
11268[[package]]
11269name = "pet-conda"
11270version = "0.1.0"
11271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11272dependencies = [
11273 "env_logger 0.10.2",
11274 "lazy_static",
11275 "log",
11276 "msvc_spectre_libs",
11277 "pet-core",
11278 "pet-fs",
11279 "pet-python-utils",
11280 "pet-reporter",
11281 "regex",
11282 "serde",
11283 "serde_json",
11284 "yaml-rust2",
11285]
11286
11287[[package]]
11288name = "pet-core"
11289version = "0.1.0"
11290source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11291dependencies = [
11292 "clap",
11293 "lazy_static",
11294 "log",
11295 "msvc_spectre_libs",
11296 "pet-fs",
11297 "regex",
11298 "serde",
11299 "serde_json",
11300]
11301
11302[[package]]
11303name = "pet-env-var-path"
11304version = "0.1.0"
11305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11306dependencies = [
11307 "lazy_static",
11308 "log",
11309 "msvc_spectre_libs",
11310 "pet-conda",
11311 "pet-core",
11312 "pet-fs",
11313 "pet-python-utils",
11314 "pet-virtualenv",
11315 "regex",
11316]
11317
11318[[package]]
11319name = "pet-fs"
11320version = "0.1.0"
11321source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11322dependencies = [
11323 "log",
11324 "msvc_spectre_libs",
11325]
11326
11327[[package]]
11328name = "pet-global-virtualenvs"
11329version = "0.1.0"
11330source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11331dependencies = [
11332 "log",
11333 "msvc_spectre_libs",
11334 "pet-conda",
11335 "pet-core",
11336 "pet-fs",
11337 "pet-virtualenv",
11338]
11339
11340[[package]]
11341name = "pet-homebrew"
11342version = "0.1.0"
11343source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11344dependencies = [
11345 "lazy_static",
11346 "log",
11347 "msvc_spectre_libs",
11348 "pet-conda",
11349 "pet-core",
11350 "pet-fs",
11351 "pet-python-utils",
11352 "pet-virtualenv",
11353 "regex",
11354 "serde",
11355 "serde_json",
11356]
11357
11358[[package]]
11359name = "pet-jsonrpc"
11360version = "0.1.0"
11361source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11362dependencies = [
11363 "env_logger 0.10.2",
11364 "log",
11365 "msvc_spectre_libs",
11366 "pet-core",
11367 "serde",
11368 "serde_json",
11369]
11370
11371[[package]]
11372name = "pet-linux-global-python"
11373version = "0.1.0"
11374source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11375dependencies = [
11376 "log",
11377 "msvc_spectre_libs",
11378 "pet-core",
11379 "pet-fs",
11380 "pet-python-utils",
11381 "pet-virtualenv",
11382]
11383
11384[[package]]
11385name = "pet-mac-commandlinetools"
11386version = "0.1.0"
11387source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11388dependencies = [
11389 "log",
11390 "msvc_spectre_libs",
11391 "pet-core",
11392 "pet-fs",
11393 "pet-python-utils",
11394 "pet-virtualenv",
11395]
11396
11397[[package]]
11398name = "pet-mac-python-org"
11399version = "0.1.0"
11400source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11401dependencies = [
11402 "log",
11403 "msvc_spectre_libs",
11404 "pet-core",
11405 "pet-fs",
11406 "pet-python-utils",
11407 "pet-virtualenv",
11408]
11409
11410[[package]]
11411name = "pet-mac-xcode"
11412version = "0.1.0"
11413source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11414dependencies = [
11415 "log",
11416 "msvc_spectre_libs",
11417 "pet-core",
11418 "pet-fs",
11419 "pet-python-utils",
11420 "pet-virtualenv",
11421]
11422
11423[[package]]
11424name = "pet-pipenv"
11425version = "0.1.0"
11426source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11427dependencies = [
11428 "log",
11429 "msvc_spectre_libs",
11430 "pet-core",
11431 "pet-fs",
11432 "pet-python-utils",
11433 "pet-virtualenv",
11434]
11435
11436[[package]]
11437name = "pet-pixi"
11438version = "0.1.0"
11439source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11440dependencies = [
11441 "log",
11442 "msvc_spectre_libs",
11443 "pet-conda",
11444 "pet-core",
11445 "pet-python-utils",
11446]
11447
11448[[package]]
11449name = "pet-poetry"
11450version = "0.1.0"
11451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11452dependencies = [
11453 "base64 0.22.1",
11454 "lazy_static",
11455 "log",
11456 "msvc_spectre_libs",
11457 "pet-core",
11458 "pet-fs",
11459 "pet-python-utils",
11460 "pet-reporter",
11461 "pet-virtualenv",
11462 "regex",
11463 "serde",
11464 "serde_json",
11465 "sha2",
11466 "toml 0.8.20",
11467]
11468
11469[[package]]
11470name = "pet-pyenv"
11471version = "0.1.0"
11472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11473dependencies = [
11474 "lazy_static",
11475 "log",
11476 "msvc_spectre_libs",
11477 "pet-conda",
11478 "pet-core",
11479 "pet-fs",
11480 "pet-python-utils",
11481 "pet-reporter",
11482 "regex",
11483 "serde",
11484 "serde_json",
11485]
11486
11487[[package]]
11488name = "pet-python-utils"
11489version = "0.1.0"
11490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11491dependencies = [
11492 "env_logger 0.10.2",
11493 "lazy_static",
11494 "log",
11495 "msvc_spectre_libs",
11496 "pet-core",
11497 "pet-fs",
11498 "regex",
11499 "serde",
11500 "serde_json",
11501 "sha2",
11502]
11503
11504[[package]]
11505name = "pet-reporter"
11506version = "0.1.0"
11507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11508dependencies = [
11509 "env_logger 0.10.2",
11510 "log",
11511 "msvc_spectre_libs",
11512 "pet-core",
11513 "pet-jsonrpc",
11514 "serde",
11515 "serde_json",
11516]
11517
11518[[package]]
11519name = "pet-telemetry"
11520version = "0.1.0"
11521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11522dependencies = [
11523 "env_logger 0.10.2",
11524 "lazy_static",
11525 "log",
11526 "msvc_spectre_libs",
11527 "pet-core",
11528 "pet-fs",
11529 "pet-python-utils",
11530 "regex",
11531]
11532
11533[[package]]
11534name = "pet-venv"
11535version = "0.1.0"
11536source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11537dependencies = [
11538 "log",
11539 "msvc_spectre_libs",
11540 "pet-core",
11541 "pet-python-utils",
11542 "pet-virtualenv",
11543]
11544
11545[[package]]
11546name = "pet-virtualenv"
11547version = "0.1.0"
11548source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11549dependencies = [
11550 "log",
11551 "msvc_spectre_libs",
11552 "pet-core",
11553 "pet-fs",
11554 "pet-python-utils",
11555]
11556
11557[[package]]
11558name = "pet-virtualenvwrapper"
11559version = "0.1.0"
11560source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11561dependencies = [
11562 "log",
11563 "msvc_spectre_libs",
11564 "pet-core",
11565 "pet-fs",
11566 "pet-python-utils",
11567 "pet-virtualenv",
11568]
11569
11570[[package]]
11571name = "pet-windows-registry"
11572version = "0.1.0"
11573source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11574dependencies = [
11575 "lazy_static",
11576 "log",
11577 "msvc_spectre_libs",
11578 "pet-conda",
11579 "pet-core",
11580 "pet-fs",
11581 "pet-python-utils",
11582 "pet-virtualenv",
11583 "pet-windows-store",
11584 "regex",
11585 "winreg 0.55.0",
11586]
11587
11588[[package]]
11589name = "pet-windows-store"
11590version = "0.1.0"
11591source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11592dependencies = [
11593 "lazy_static",
11594 "log",
11595 "msvc_spectre_libs",
11596 "pet-core",
11597 "pet-fs",
11598 "pet-python-utils",
11599 "pet-virtualenv",
11600 "regex",
11601 "winreg 0.55.0",
11602]
11603
11604[[package]]
11605name = "petgraph"
11606version = "0.6.5"
11607source = "registry+https://github.com/rust-lang/crates.io-index"
11608checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11609dependencies = [
11610 "fixedbitset",
11611 "indexmap 2.9.0",
11612]
11613
11614[[package]]
11615name = "pgvector"
11616version = "0.4.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11619dependencies = [
11620 "serde",
11621]
11622
11623[[package]]
11624name = "phf"
11625version = "0.11.3"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11628dependencies = [
11629 "phf_macros",
11630 "phf_shared",
11631]
11632
11633[[package]]
11634name = "phf_codegen"
11635version = "0.11.3"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11638dependencies = [
11639 "phf_generator",
11640 "phf_shared",
11641]
11642
11643[[package]]
11644name = "phf_generator"
11645version = "0.11.3"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11648dependencies = [
11649 "phf_shared",
11650 "rand 0.8.5",
11651]
11652
11653[[package]]
11654name = "phf_macros"
11655version = "0.11.3"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11658dependencies = [
11659 "phf_generator",
11660 "phf_shared",
11661 "proc-macro2",
11662 "quote",
11663 "syn 2.0.101",
11664]
11665
11666[[package]]
11667name = "phf_shared"
11668version = "0.11.3"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11671dependencies = [
11672 "siphasher",
11673]
11674
11675[[package]]
11676name = "picker"
11677version = "0.1.0"
11678dependencies = [
11679 "anyhow",
11680 "ctor",
11681 "editor",
11682 "env_logger 0.11.8",
11683 "gpui",
11684 "menu",
11685 "schemars 1.0.1",
11686 "serde",
11687 "serde_json",
11688 "theme",
11689 "ui",
11690 "workspace",
11691 "workspace-hack",
11692]
11693
11694[[package]]
11695name = "pico-args"
11696version = "0.5.0"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11699
11700[[package]]
11701name = "pin-project"
11702version = "1.1.10"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11705dependencies = [
11706 "pin-project-internal",
11707]
11708
11709[[package]]
11710name = "pin-project-internal"
11711version = "1.1.10"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11714dependencies = [
11715 "proc-macro2",
11716 "quote",
11717 "syn 2.0.101",
11718]
11719
11720[[package]]
11721name = "pin-project-lite"
11722version = "0.2.16"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11725
11726[[package]]
11727name = "pin-utils"
11728version = "0.1.0"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11731
11732[[package]]
11733name = "piper"
11734version = "0.2.4"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11737dependencies = [
11738 "atomic-waker",
11739 "fastrand 2.3.0",
11740 "futures-io",
11741]
11742
11743[[package]]
11744name = "pkcs1"
11745version = "0.7.5"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11748dependencies = [
11749 "der 0.7.10",
11750 "pkcs8 0.10.2",
11751 "spki 0.7.3",
11752]
11753
11754[[package]]
11755name = "pkcs8"
11756version = "0.9.0"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11759dependencies = [
11760 "der 0.6.1",
11761 "spki 0.6.0",
11762]
11763
11764[[package]]
11765name = "pkcs8"
11766version = "0.10.2"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11769dependencies = [
11770 "der 0.7.10",
11771 "spki 0.7.3",
11772]
11773
11774[[package]]
11775name = "pkg-config"
11776version = "0.3.32"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11779
11780[[package]]
11781name = "plain"
11782version = "0.2.3"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11785
11786[[package]]
11787name = "plist"
11788version = "1.7.1"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11791dependencies = [
11792 "base64 0.22.1",
11793 "indexmap 2.9.0",
11794 "quick-xml 0.32.0",
11795 "serde",
11796 "time",
11797]
11798
11799[[package]]
11800name = "plotters"
11801version = "0.3.7"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11804dependencies = [
11805 "num-traits",
11806 "plotters-backend",
11807 "plotters-svg",
11808 "wasm-bindgen",
11809 "web-sys",
11810]
11811
11812[[package]]
11813name = "plotters-backend"
11814version = "0.3.7"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11817
11818[[package]]
11819name = "plotters-svg"
11820version = "0.3.7"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11823dependencies = [
11824 "plotters-backend",
11825]
11826
11827[[package]]
11828name = "png"
11829version = "0.17.16"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11832dependencies = [
11833 "bitflags 1.3.2",
11834 "crc32fast",
11835 "fdeflate",
11836 "flate2",
11837 "miniz_oxide",
11838]
11839
11840[[package]]
11841name = "polling"
11842version = "3.11.0"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11845dependencies = [
11846 "cfg-if",
11847 "concurrent-queue",
11848 "hermit-abi 0.5.0",
11849 "pin-project-lite",
11850 "rustix 1.0.7",
11851 "windows-sys 0.61.0",
11852]
11853
11854[[package]]
11855name = "pollster"
11856version = "0.2.5"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11859
11860[[package]]
11861name = "portable-atomic"
11862version = "1.11.0"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11865
11866[[package]]
11867name = "portable-atomic-util"
11868version = "0.2.4"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11871dependencies = [
11872 "portable-atomic",
11873]
11874
11875[[package]]
11876name = "portable-pty"
11877version = "0.9.0"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11880dependencies = [
11881 "anyhow",
11882 "bitflags 1.3.2",
11883 "downcast-rs",
11884 "filedescriptor",
11885 "lazy_static",
11886 "libc",
11887 "log",
11888 "nix 0.28.0",
11889 "serial2",
11890 "shared_library",
11891 "shell-words",
11892 "winapi",
11893 "winreg 0.10.1",
11894]
11895
11896[[package]]
11897name = "postage"
11898version = "0.5.0"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11901dependencies = [
11902 "atomic",
11903 "crossbeam-queue",
11904 "futures 0.3.31",
11905 "log",
11906 "parking_lot",
11907 "pin-project",
11908 "pollster",
11909 "static_assertions",
11910 "thiserror 1.0.69",
11911]
11912
11913[[package]]
11914name = "postcard"
11915version = "1.1.1"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11918dependencies = [
11919 "cobs",
11920 "embedded-io 0.4.0",
11921 "embedded-io 0.6.1",
11922 "serde",
11923]
11924
11925[[package]]
11926name = "powerfmt"
11927version = "0.2.0"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11930
11931[[package]]
11932name = "ppv-lite86"
11933version = "0.2.21"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11936dependencies = [
11937 "zerocopy 0.8.24",
11938]
11939
11940[[package]]
11941name = "precomputed-hash"
11942version = "0.1.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11945
11946[[package]]
11947name = "prettier"
11948version = "0.1.0"
11949dependencies = [
11950 "anyhow",
11951 "collections",
11952 "fs",
11953 "gpui",
11954 "language",
11955 "log",
11956 "lsp",
11957 "node_runtime",
11958 "parking_lot",
11959 "paths",
11960 "serde",
11961 "serde_json",
11962 "util",
11963 "workspace-hack",
11964]
11965
11966[[package]]
11967name = "pretty_assertions"
11968version = "1.4.1"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11971dependencies = [
11972 "diff",
11973 "yansi",
11974]
11975
11976[[package]]
11977name = "prettyplease"
11978version = "0.2.32"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11981dependencies = [
11982 "proc-macro2",
11983 "syn 2.0.101",
11984]
11985
11986[[package]]
11987name = "primal-check"
11988version = "0.3.4"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11991dependencies = [
11992 "num-integer",
11993]
11994
11995[[package]]
11996name = "proc-macro-crate"
11997version = "3.3.0"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12000dependencies = [
12001 "toml_edit",
12002]
12003
12004[[package]]
12005name = "proc-macro-error-attr2"
12006version = "2.0.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12009dependencies = [
12010 "proc-macro2",
12011 "quote",
12012]
12013
12014[[package]]
12015name = "proc-macro-error2"
12016version = "2.0.1"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12019dependencies = [
12020 "proc-macro-error-attr2",
12021 "proc-macro2",
12022 "quote",
12023 "syn 2.0.101",
12024]
12025
12026[[package]]
12027name = "proc-macro2"
12028version = "1.0.95"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12031dependencies = [
12032 "unicode-ident",
12033]
12034
12035[[package]]
12036name = "proc-macro2-diagnostics"
12037version = "0.10.1"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12040dependencies = [
12041 "proc-macro2",
12042 "quote",
12043 "syn 2.0.101",
12044 "version_check",
12045 "yansi",
12046]
12047
12048[[package]]
12049name = "procfs-core"
12050version = "0.16.0"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12053dependencies = [
12054 "bitflags 2.9.0",
12055 "hex",
12056]
12057
12058[[package]]
12059name = "profiling"
12060version = "1.0.16"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12063dependencies = [
12064 "profiling-procmacros",
12065]
12066
12067[[package]]
12068name = "profiling-procmacros"
12069version = "1.0.16"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12072dependencies = [
12073 "quote",
12074 "syn 2.0.101",
12075]
12076
12077[[package]]
12078name = "project"
12079version = "0.1.0"
12080dependencies = [
12081 "aho-corasick",
12082 "anyhow",
12083 "askpass",
12084 "async-compression",
12085 "async-tar",
12086 "async-trait",
12087 "base64 0.22.1",
12088 "buffer_diff",
12089 "circular-buffer",
12090 "client",
12091 "clock",
12092 "collections",
12093 "context_server",
12094 "dap",
12095 "dap_adapters",
12096 "extension",
12097 "fancy-regex 0.14.0",
12098 "feature_flags",
12099 "fs",
12100 "futures 0.3.31",
12101 "fuzzy",
12102 "git",
12103 "git2",
12104 "git_hosting_providers",
12105 "globset",
12106 "gpui",
12107 "http_client",
12108 "image",
12109 "indexmap 2.9.0",
12110 "itertools 0.14.0",
12111 "language",
12112 "log",
12113 "lsp",
12114 "markdown",
12115 "node_runtime",
12116 "parking_lot",
12117 "paths",
12118 "postage",
12119 "prettier",
12120 "pretty_assertions",
12121 "rand 0.9.1",
12122 "regex",
12123 "release_channel",
12124 "remote",
12125 "rpc",
12126 "schemars 1.0.1",
12127 "semver",
12128 "serde",
12129 "serde_json",
12130 "settings",
12131 "sha2",
12132 "shellexpand 2.1.2",
12133 "shlex",
12134 "smallvec",
12135 "smol",
12136 "snippet",
12137 "snippet_provider",
12138 "sum_tree",
12139 "task",
12140 "tempfile",
12141 "terminal",
12142 "text",
12143 "toml 0.8.20",
12144 "unindent",
12145 "url",
12146 "util",
12147 "watch",
12148 "which 6.0.3",
12149 "workspace-hack",
12150 "worktree",
12151 "zeroize",
12152 "zlog",
12153]
12154
12155[[package]]
12156name = "project_panel"
12157version = "0.1.0"
12158dependencies = [
12159 "anyhow",
12160 "client",
12161 "collections",
12162 "command_palette_hooks",
12163 "criterion",
12164 "db",
12165 "editor",
12166 "file_icons",
12167 "git",
12168 "git_ui",
12169 "gpui",
12170 "language",
12171 "menu",
12172 "pretty_assertions",
12173 "project",
12174 "rayon",
12175 "schemars 1.0.1",
12176 "search",
12177 "serde",
12178 "serde_json",
12179 "settings",
12180 "smallvec",
12181 "telemetry",
12182 "theme",
12183 "ui",
12184 "util",
12185 "workspace",
12186 "workspace-hack",
12187 "worktree",
12188 "zed_actions",
12189]
12190
12191[[package]]
12192name = "project_symbols"
12193version = "0.1.0"
12194dependencies = [
12195 "anyhow",
12196 "editor",
12197 "futures 0.3.31",
12198 "fuzzy",
12199 "gpui",
12200 "language",
12201 "lsp",
12202 "ordered-float 2.10.1",
12203 "picker",
12204 "project",
12205 "release_channel",
12206 "serde_json",
12207 "settings",
12208 "theme",
12209 "util",
12210 "workspace",
12211 "workspace-hack",
12212]
12213
12214[[package]]
12215name = "prometheus"
12216version = "0.14.0"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12219dependencies = [
12220 "cfg-if",
12221 "fnv",
12222 "lazy_static",
12223 "memchr",
12224 "parking_lot",
12225 "protobuf",
12226 "thiserror 2.0.12",
12227]
12228
12229[[package]]
12230name = "prompt_store"
12231version = "0.1.0"
12232dependencies = [
12233 "anyhow",
12234 "assets",
12235 "chrono",
12236 "collections",
12237 "fs",
12238 "futures 0.3.31",
12239 "fuzzy",
12240 "gpui",
12241 "handlebars 4.5.0",
12242 "heed",
12243 "language",
12244 "log",
12245 "parking_lot",
12246 "paths",
12247 "rope",
12248 "serde",
12249 "serde_json",
12250 "text",
12251 "util",
12252 "uuid",
12253 "workspace-hack",
12254]
12255
12256[[package]]
12257name = "prost"
12258version = "0.9.0"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12261dependencies = [
12262 "bytes 1.10.1",
12263 "prost-derive 0.9.0",
12264]
12265
12266[[package]]
12267name = "prost"
12268version = "0.12.6"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12271dependencies = [
12272 "bytes 1.10.1",
12273 "prost-derive 0.12.6",
12274]
12275
12276[[package]]
12277name = "prost-build"
12278version = "0.9.0"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12281dependencies = [
12282 "bytes 1.10.1",
12283 "heck 0.3.3",
12284 "itertools 0.10.5",
12285 "lazy_static",
12286 "log",
12287 "multimap",
12288 "petgraph",
12289 "prost 0.9.0",
12290 "prost-types 0.9.0",
12291 "regex",
12292 "tempfile",
12293 "which 4.4.2",
12294]
12295
12296[[package]]
12297name = "prost-build"
12298version = "0.12.6"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12301dependencies = [
12302 "bytes 1.10.1",
12303 "heck 0.5.0",
12304 "itertools 0.12.1",
12305 "log",
12306 "multimap",
12307 "once_cell",
12308 "petgraph",
12309 "prettyplease",
12310 "prost 0.12.6",
12311 "prost-types 0.12.6",
12312 "regex",
12313 "syn 2.0.101",
12314 "tempfile",
12315]
12316
12317[[package]]
12318name = "prost-derive"
12319version = "0.9.0"
12320source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12322dependencies = [
12323 "anyhow",
12324 "itertools 0.10.5",
12325 "proc-macro2",
12326 "quote",
12327 "syn 1.0.109",
12328]
12329
12330[[package]]
12331name = "prost-derive"
12332version = "0.12.6"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12335dependencies = [
12336 "anyhow",
12337 "itertools 0.12.1",
12338 "proc-macro2",
12339 "quote",
12340 "syn 2.0.101",
12341]
12342
12343[[package]]
12344name = "prost-types"
12345version = "0.9.0"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12348dependencies = [
12349 "bytes 1.10.1",
12350 "prost 0.9.0",
12351]
12352
12353[[package]]
12354name = "prost-types"
12355version = "0.12.6"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12358dependencies = [
12359 "prost 0.12.6",
12360]
12361
12362[[package]]
12363name = "proto"
12364version = "0.1.0"
12365dependencies = [
12366 "anyhow",
12367 "collections",
12368 "prost 0.9.0",
12369 "prost-build 0.9.0",
12370 "serde",
12371 "typed-path",
12372 "workspace-hack",
12373]
12374
12375[[package]]
12376name = "protobuf"
12377version = "3.7.2"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12380dependencies = [
12381 "once_cell",
12382 "protobuf-support",
12383 "thiserror 1.0.69",
12384]
12385
12386[[package]]
12387name = "protobuf-support"
12388version = "3.7.2"
12389source = "registry+https://github.com/rust-lang/crates.io-index"
12390checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12391dependencies = [
12392 "thiserror 1.0.69",
12393]
12394
12395[[package]]
12396name = "psm"
12397version = "0.1.25"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12400dependencies = [
12401 "cc",
12402]
12403
12404[[package]]
12405name = "ptr_meta"
12406version = "0.1.4"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12409dependencies = [
12410 "ptr_meta_derive",
12411]
12412
12413[[package]]
12414name = "ptr_meta_derive"
12415version = "0.1.4"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12418dependencies = [
12419 "proc-macro2",
12420 "quote",
12421 "syn 1.0.109",
12422]
12423
12424[[package]]
12425name = "pulldown-cmark"
12426version = "0.10.3"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12429dependencies = [
12430 "bitflags 2.9.0",
12431 "memchr",
12432 "pulldown-cmark-escape",
12433 "unicase",
12434]
12435
12436[[package]]
12437name = "pulldown-cmark"
12438version = "0.12.2"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12441dependencies = [
12442 "bitflags 2.9.0",
12443 "memchr",
12444 "unicase",
12445]
12446
12447[[package]]
12448name = "pulldown-cmark-escape"
12449version = "0.10.1"
12450source = "registry+https://github.com/rust-lang/crates.io-index"
12451checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12452
12453[[package]]
12454name = "pulley-interpreter"
12455version = "29.0.1"
12456source = "registry+https://github.com/rust-lang/crates.io-index"
12457checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12458dependencies = [
12459 "cranelift-bitset",
12460 "log",
12461 "sptr",
12462 "wasmtime-math",
12463]
12464
12465[[package]]
12466name = "pulp"
12467version = "0.18.22"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12470dependencies = [
12471 "bytemuck",
12472 "libm",
12473 "num-complex",
12474 "reborrow",
12475]
12476
12477[[package]]
12478name = "pulp"
12479version = "0.21.5"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12482dependencies = [
12483 "bytemuck",
12484 "cfg-if",
12485 "libm",
12486 "num-complex",
12487 "reborrow",
12488 "version_check",
12489]
12490
12491[[package]]
12492name = "qoi"
12493version = "0.4.1"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12496dependencies = [
12497 "bytemuck",
12498]
12499
12500[[package]]
12501name = "quick-error"
12502version = "2.0.1"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12505
12506[[package]]
12507name = "quick-xml"
12508version = "0.30.0"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12511dependencies = [
12512 "memchr",
12513]
12514
12515[[package]]
12516name = "quick-xml"
12517version = "0.32.0"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12520dependencies = [
12521 "memchr",
12522]
12523
12524[[package]]
12525name = "quick-xml"
12526version = "0.37.4"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12529dependencies = [
12530 "memchr",
12531]
12532
12533[[package]]
12534name = "quinn"
12535version = "0.11.7"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12538dependencies = [
12539 "bytes 1.10.1",
12540 "cfg_aliases 0.2.1",
12541 "pin-project-lite",
12542 "quinn-proto",
12543 "quinn-udp",
12544 "rustc-hash 2.1.1",
12545 "rustls 0.23.26",
12546 "socket2",
12547 "thiserror 2.0.12",
12548 "tokio",
12549 "tracing",
12550 "web-time",
12551]
12552
12553[[package]]
12554name = "quinn-proto"
12555version = "0.11.10"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12558dependencies = [
12559 "bytes 1.10.1",
12560 "getrandom 0.3.2",
12561 "rand 0.9.1",
12562 "ring",
12563 "rustc-hash 2.1.1",
12564 "rustls 0.23.26",
12565 "rustls-pki-types",
12566 "slab",
12567 "thiserror 2.0.12",
12568 "tinyvec",
12569 "tracing",
12570 "web-time",
12571]
12572
12573[[package]]
12574name = "quinn-udp"
12575version = "0.5.11"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12578dependencies = [
12579 "cfg_aliases 0.2.1",
12580 "libc",
12581 "once_cell",
12582 "socket2",
12583 "tracing",
12584 "windows-sys 0.59.0",
12585]
12586
12587[[package]]
12588name = "quote"
12589version = "1.0.40"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12592dependencies = [
12593 "proc-macro2",
12594]
12595
12596[[package]]
12597name = "r-efi"
12598version = "5.2.0"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12601
12602[[package]]
12603name = "radium"
12604version = "0.7.0"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12607
12608[[package]]
12609name = "rand"
12610version = "0.8.5"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12613dependencies = [
12614 "libc",
12615 "rand_chacha 0.3.1",
12616 "rand_core 0.6.4",
12617]
12618
12619[[package]]
12620name = "rand"
12621version = "0.9.1"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12624dependencies = [
12625 "rand_chacha 0.9.0",
12626 "rand_core 0.9.3",
12627]
12628
12629[[package]]
12630name = "rand_chacha"
12631version = "0.3.1"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12634dependencies = [
12635 "ppv-lite86",
12636 "rand_core 0.6.4",
12637]
12638
12639[[package]]
12640name = "rand_chacha"
12641version = "0.9.0"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12644dependencies = [
12645 "ppv-lite86",
12646 "rand_core 0.9.3",
12647]
12648
12649[[package]]
12650name = "rand_core"
12651version = "0.6.4"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12654dependencies = [
12655 "getrandom 0.2.15",
12656]
12657
12658[[package]]
12659name = "rand_core"
12660version = "0.9.3"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12663dependencies = [
12664 "getrandom 0.3.2",
12665]
12666
12667[[package]]
12668name = "rand_distr"
12669version = "0.5.1"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12672dependencies = [
12673 "num-traits",
12674 "rand 0.9.1",
12675]
12676
12677[[package]]
12678name = "range-map"
12679version = "0.2.0"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12682dependencies = [
12683 "num-traits",
12684]
12685
12686[[package]]
12687name = "rangemap"
12688version = "1.5.1"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12691
12692[[package]]
12693name = "rav1e"
12694version = "0.7.1"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12697dependencies = [
12698 "arbitrary",
12699 "arg_enum_proc_macro",
12700 "arrayvec",
12701 "av1-grain",
12702 "bitstream-io",
12703 "built",
12704 "cfg-if",
12705 "interpolate_name",
12706 "itertools 0.12.1",
12707 "libc",
12708 "libfuzzer-sys",
12709 "log",
12710 "maybe-rayon",
12711 "new_debug_unreachable",
12712 "noop_proc_macro",
12713 "num-derive",
12714 "num-traits",
12715 "once_cell",
12716 "paste",
12717 "profiling",
12718 "rand 0.8.5",
12719 "rand_chacha 0.3.1",
12720 "simd_helpers",
12721 "system-deps",
12722 "thiserror 1.0.69",
12723 "v_frame",
12724 "wasm-bindgen",
12725]
12726
12727[[package]]
12728name = "ravif"
12729version = "0.11.12"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12732dependencies = [
12733 "avif-serialize",
12734 "imgref",
12735 "loop9",
12736 "quick-error",
12737 "rav1e",
12738 "rayon",
12739 "rgb",
12740]
12741
12742[[package]]
12743name = "raw-cpuid"
12744version = "10.7.0"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12747dependencies = [
12748 "bitflags 1.3.2",
12749]
12750
12751[[package]]
12752name = "raw-cpuid"
12753version = "11.6.0"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12756dependencies = [
12757 "bitflags 2.9.0",
12758]
12759
12760[[package]]
12761name = "raw-window-handle"
12762version = "0.6.2"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12765
12766[[package]]
12767name = "raw-window-metal"
12768version = "0.4.0"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12771dependencies = [
12772 "cocoa 0.25.0",
12773 "core-graphics 0.23.2",
12774 "objc",
12775 "raw-window-handle",
12776]
12777
12778[[package]]
12779name = "rayon"
12780version = "1.10.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12783dependencies = [
12784 "either",
12785 "rayon-core",
12786]
12787
12788[[package]]
12789name = "rayon-core"
12790version = "1.12.1"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12793dependencies = [
12794 "crossbeam-deque",
12795 "crossbeam-utils",
12796]
12797
12798[[package]]
12799name = "read-fonts"
12800version = "0.25.3"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12803dependencies = [
12804 "bytemuck",
12805 "font-types",
12806]
12807
12808[[package]]
12809name = "realfft"
12810version = "3.5.0"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12813dependencies = [
12814 "rustfft",
12815]
12816
12817[[package]]
12818name = "reborrow"
12819version = "0.5.5"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12822
12823[[package]]
12824name = "recent_projects"
12825version = "0.1.0"
12826dependencies = [
12827 "anyhow",
12828 "askpass",
12829 "auto_update",
12830 "dap",
12831 "editor",
12832 "extension_host",
12833 "file_finder",
12834 "futures 0.3.31",
12835 "fuzzy",
12836 "gpui",
12837 "indoc",
12838 "language",
12839 "log",
12840 "markdown",
12841 "menu",
12842 "ordered-float 2.10.1",
12843 "paths",
12844 "picker",
12845 "project",
12846 "release_channel",
12847 "remote",
12848 "serde",
12849 "serde_json",
12850 "settings",
12851 "smol",
12852 "task",
12853 "telemetry",
12854 "theme",
12855 "ui",
12856 "util",
12857 "windows-registry 0.6.0",
12858 "workspace",
12859 "workspace-hack",
12860 "zed_actions",
12861]
12862
12863[[package]]
12864name = "redox_syscall"
12865version = "0.2.16"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12868dependencies = [
12869 "bitflags 1.3.2",
12870]
12871
12872[[package]]
12873name = "redox_syscall"
12874version = "0.5.11"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12877dependencies = [
12878 "bitflags 2.9.0",
12879]
12880
12881[[package]]
12882name = "redox_users"
12883version = "0.4.6"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12886dependencies = [
12887 "getrandom 0.2.15",
12888 "libredox",
12889 "thiserror 1.0.69",
12890]
12891
12892[[package]]
12893name = "redox_users"
12894version = "0.5.0"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12897dependencies = [
12898 "getrandom 0.2.15",
12899 "libredox",
12900 "thiserror 2.0.12",
12901]
12902
12903[[package]]
12904name = "ref-cast"
12905version = "1.0.24"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12908dependencies = [
12909 "ref-cast-impl",
12910]
12911
12912[[package]]
12913name = "ref-cast-impl"
12914version = "1.0.24"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12917dependencies = [
12918 "proc-macro2",
12919 "quote",
12920 "syn 2.0.101",
12921]
12922
12923[[package]]
12924name = "referencing"
12925version = "0.30.0"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12928dependencies = [
12929 "ahash 0.8.11",
12930 "fluent-uri",
12931 "once_cell",
12932 "parking_lot",
12933 "percent-encoding",
12934 "serde_json",
12935]
12936
12937[[package]]
12938name = "refineable"
12939version = "0.1.0"
12940dependencies = [
12941 "derive_refineable",
12942 "workspace-hack",
12943]
12944
12945[[package]]
12946name = "regalloc2"
12947version = "0.11.2"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12950dependencies = [
12951 "allocator-api2",
12952 "bumpalo",
12953 "hashbrown 0.15.3",
12954 "log",
12955 "rustc-hash 2.1.1",
12956 "serde",
12957 "smallvec",
12958]
12959
12960[[package]]
12961name = "regex"
12962version = "1.11.1"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12965dependencies = [
12966 "aho-corasick",
12967 "memchr",
12968 "regex-automata",
12969 "regex-syntax",
12970]
12971
12972[[package]]
12973name = "regex-automata"
12974version = "0.4.9"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12977dependencies = [
12978 "aho-corasick",
12979 "memchr",
12980 "regex-syntax",
12981]
12982
12983[[package]]
12984name = "regex-lite"
12985version = "0.1.6"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12988
12989[[package]]
12990name = "regex-syntax"
12991version = "0.8.5"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12994
12995[[package]]
12996name = "release_channel"
12997version = "0.1.0"
12998dependencies = [
12999 "gpui",
13000 "workspace-hack",
13001]
13002
13003[[package]]
13004name = "remote"
13005version = "0.1.0"
13006dependencies = [
13007 "anyhow",
13008 "askpass",
13009 "async-trait",
13010 "collections",
13011 "fs",
13012 "futures 0.3.31",
13013 "gpui",
13014 "itertools 0.14.0",
13015 "log",
13016 "parking_lot",
13017 "paths",
13018 "prost 0.9.0",
13019 "release_channel",
13020 "rpc",
13021 "serde",
13022 "serde_json",
13023 "settings",
13024 "shlex",
13025 "smol",
13026 "tempfile",
13027 "thiserror 2.0.12",
13028 "urlencoding",
13029 "util",
13030 "which 6.0.3",
13031 "workspace-hack",
13032]
13033
13034[[package]]
13035name = "remote_server"
13036version = "0.1.0"
13037dependencies = [
13038 "action_log",
13039 "anyhow",
13040 "askpass",
13041 "assistant_tool",
13042 "assistant_tools",
13043 "cargo_toml",
13044 "clap",
13045 "client",
13046 "clock",
13047 "collections",
13048 "crash-handler",
13049 "crashes",
13050 "dap",
13051 "dap_adapters",
13052 "debug_adapter_extension",
13053 "editor",
13054 "env_logger 0.11.8",
13055 "extension",
13056 "extension_host",
13057 "fork",
13058 "fs",
13059 "futures 0.3.31",
13060 "git",
13061 "git2",
13062 "git_hosting_providers",
13063 "gpui",
13064 "gpui_tokio",
13065 "http_client",
13066 "json_schema_store",
13067 "language",
13068 "language_extension",
13069 "language_model",
13070 "languages",
13071 "libc",
13072 "log",
13073 "lsp",
13074 "minidumper",
13075 "node_runtime",
13076 "paths",
13077 "pretty_assertions",
13078 "project",
13079 "proto",
13080 "release_channel",
13081 "remote",
13082 "reqwest_client",
13083 "rpc",
13084 "rust-embed",
13085 "serde",
13086 "serde_json",
13087 "settings",
13088 "shellexpand 2.1.2",
13089 "smol",
13090 "sysinfo",
13091 "thiserror 2.0.12",
13092 "toml 0.8.20",
13093 "unindent",
13094 "util",
13095 "watch",
13096 "workspace",
13097 "worktree",
13098 "zlog",
13099]
13100
13101[[package]]
13102name = "rend"
13103version = "0.4.2"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13106dependencies = [
13107 "bytecheck",
13108]
13109
13110[[package]]
13111name = "repl"
13112version = "0.1.0"
13113dependencies = [
13114 "alacritty_terminal",
13115 "anyhow",
13116 "async-dispatcher",
13117 "async-tungstenite",
13118 "base64 0.22.1",
13119 "client",
13120 "collections",
13121 "command_palette_hooks",
13122 "editor",
13123 "env_logger 0.11.8",
13124 "feature_flags",
13125 "file_icons",
13126 "futures 0.3.31",
13127 "gpui",
13128 "http_client",
13129 "image",
13130 "indoc",
13131 "jupyter-protocol",
13132 "jupyter-websocket-client",
13133 "language",
13134 "languages",
13135 "log",
13136 "markdown_preview",
13137 "menu",
13138 "multi_buffer",
13139 "nbformat",
13140 "picker",
13141 "project",
13142 "runtimelib",
13143 "serde",
13144 "serde_json",
13145 "settings",
13146 "smol",
13147 "telemetry",
13148 "terminal",
13149 "terminal_view",
13150 "theme",
13151 "tree-sitter-md",
13152 "tree-sitter-python",
13153 "tree-sitter-typescript",
13154 "ui",
13155 "util",
13156 "uuid",
13157 "workspace",
13158 "workspace-hack",
13159]
13160
13161[[package]]
13162name = "reqwest"
13163version = "0.11.27"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13166dependencies = [
13167 "base64 0.21.7",
13168 "bytes 1.10.1",
13169 "encoding_rs",
13170 "futures-core",
13171 "futures-util",
13172 "h2 0.3.26",
13173 "http 0.2.12",
13174 "http-body 0.4.6",
13175 "hyper 0.14.32",
13176 "hyper-rustls 0.24.2",
13177 "hyper-tls",
13178 "ipnet",
13179 "js-sys",
13180 "log",
13181 "mime",
13182 "native-tls",
13183 "once_cell",
13184 "percent-encoding",
13185 "pin-project-lite",
13186 "rustls 0.21.12",
13187 "rustls-native-certs 0.6.3",
13188 "rustls-pemfile 1.0.4",
13189 "serde",
13190 "serde_json",
13191 "serde_urlencoded",
13192 "sync_wrapper 0.1.2",
13193 "system-configuration 0.5.1",
13194 "tokio",
13195 "tokio-native-tls",
13196 "tokio-rustls 0.24.1",
13197 "tower-service",
13198 "url",
13199 "wasm-bindgen",
13200 "wasm-bindgen-futures",
13201 "web-sys",
13202 "winreg 0.50.0",
13203]
13204
13205[[package]]
13206name = "reqwest"
13207version = "0.12.15"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13210dependencies = [
13211 "base64 0.22.1",
13212 "bytes 1.10.1",
13213 "futures-channel",
13214 "futures-core",
13215 "futures-util",
13216 "http 1.3.1",
13217 "http-body 1.0.1",
13218 "http-body-util",
13219 "hyper 1.6.0",
13220 "hyper-util",
13221 "ipnet",
13222 "js-sys",
13223 "log",
13224 "mime",
13225 "once_cell",
13226 "percent-encoding",
13227 "pin-project-lite",
13228 "serde",
13229 "serde_json",
13230 "serde_urlencoded",
13231 "sync_wrapper 1.0.2",
13232 "tokio",
13233 "tower 0.5.2",
13234 "tower-service",
13235 "url",
13236 "wasm-bindgen",
13237 "wasm-bindgen-futures",
13238 "web-sys",
13239 "windows-registry 0.4.0",
13240]
13241
13242[[package]]
13243name = "reqwest"
13244version = "0.12.15"
13245source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13246dependencies = [
13247 "base64 0.22.1",
13248 "bytes 1.10.1",
13249 "encoding_rs",
13250 "futures-core",
13251 "futures-util",
13252 "h2 0.4.9",
13253 "http 1.3.1",
13254 "http-body 1.0.1",
13255 "http-body-util",
13256 "hyper 1.6.0",
13257 "hyper-rustls 0.27.5",
13258 "hyper-util",
13259 "ipnet",
13260 "js-sys",
13261 "log",
13262 "mime",
13263 "mime_guess",
13264 "once_cell",
13265 "percent-encoding",
13266 "pin-project-lite",
13267 "quinn",
13268 "rustls 0.23.26",
13269 "rustls-native-certs 0.8.1",
13270 "rustls-pemfile 2.2.0",
13271 "rustls-pki-types",
13272 "serde",
13273 "serde_json",
13274 "serde_urlencoded",
13275 "sync_wrapper 1.0.2",
13276 "system-configuration 0.6.1",
13277 "tokio",
13278 "tokio-rustls 0.26.2",
13279 "tokio-socks",
13280 "tokio-util",
13281 "tower 0.5.2",
13282 "tower-service",
13283 "url",
13284 "wasm-bindgen",
13285 "wasm-bindgen-futures",
13286 "wasm-streams",
13287 "web-sys",
13288 "windows-registry 0.4.0",
13289]
13290
13291[[package]]
13292name = "reqwest_client"
13293version = "0.1.0"
13294dependencies = [
13295 "anyhow",
13296 "bytes 1.10.1",
13297 "futures 0.3.31",
13298 "gpui",
13299 "http_client",
13300 "http_client_tls",
13301 "log",
13302 "regex",
13303 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13304 "serde",
13305 "tokio",
13306 "workspace-hack",
13307]
13308
13309[[package]]
13310name = "resvg"
13311version = "0.45.1"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13314dependencies = [
13315 "log",
13316 "pico-args",
13317 "rgb",
13318 "svgtypes",
13319 "tiny-skia",
13320 "usvg",
13321]
13322
13323[[package]]
13324name = "rfc6979"
13325version = "0.3.1"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13328dependencies = [
13329 "crypto-bigint 0.4.9",
13330 "hmac",
13331 "zeroize",
13332]
13333
13334[[package]]
13335name = "rgb"
13336version = "0.8.50"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13339dependencies = [
13340 "bytemuck",
13341]
13342
13343[[package]]
13344name = "rich_text"
13345version = "0.1.0"
13346dependencies = [
13347 "futures 0.3.31",
13348 "gpui",
13349 "language",
13350 "linkify",
13351 "pulldown-cmark 0.12.2",
13352 "theme",
13353 "ui",
13354 "util",
13355 "workspace-hack",
13356]
13357
13358[[package]]
13359name = "ring"
13360version = "0.17.14"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13363dependencies = [
13364 "cc",
13365 "cfg-if",
13366 "getrandom 0.2.15",
13367 "libc",
13368 "untrusted",
13369 "windows-sys 0.52.0",
13370]
13371
13372[[package]]
13373name = "rkyv"
13374version = "0.7.45"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13377dependencies = [
13378 "bitvec",
13379 "bytecheck",
13380 "bytes 1.10.1",
13381 "hashbrown 0.12.3",
13382 "ptr_meta",
13383 "rend",
13384 "rkyv_derive",
13385 "seahash",
13386 "tinyvec",
13387 "uuid",
13388]
13389
13390[[package]]
13391name = "rkyv_derive"
13392version = "0.7.45"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13395dependencies = [
13396 "proc-macro2",
13397 "quote",
13398 "syn 1.0.109",
13399]
13400
13401[[package]]
13402name = "rmp"
13403version = "0.8.14"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13406dependencies = [
13407 "byteorder",
13408 "num-traits",
13409 "paste",
13410]
13411
13412[[package]]
13413name = "rmpv"
13414version = "1.3.0"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13417dependencies = [
13418 "num-traits",
13419 "rmp",
13420]
13421
13422[[package]]
13423name = "rodio"
13424version = "0.21.1"
13425source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13426dependencies = [
13427 "cpal",
13428 "dasp_sample",
13429 "hound",
13430 "num-rational",
13431 "rtrb",
13432 "symphonia",
13433 "thiserror 2.0.12",
13434]
13435
13436[[package]]
13437name = "rope"
13438version = "0.1.0"
13439dependencies = [
13440 "arrayvec",
13441 "criterion",
13442 "ctor",
13443 "gpui",
13444 "log",
13445 "rand 0.9.1",
13446 "rayon",
13447 "smallvec",
13448 "sum_tree",
13449 "unicode-segmentation",
13450 "util",
13451 "workspace-hack",
13452 "zlog",
13453]
13454
13455[[package]]
13456name = "roxmltree"
13457version = "0.20.0"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13460
13461[[package]]
13462name = "rpc"
13463version = "0.1.0"
13464dependencies = [
13465 "anyhow",
13466 "async-tungstenite",
13467 "base64 0.22.1",
13468 "chrono",
13469 "collections",
13470 "futures 0.3.31",
13471 "gpui",
13472 "parking_lot",
13473 "proto",
13474 "rand 0.9.1",
13475 "rsa",
13476 "serde",
13477 "serde_json",
13478 "sha2",
13479 "strum 0.27.1",
13480 "tracing",
13481 "util",
13482 "workspace-hack",
13483 "zlog",
13484 "zstd",
13485]
13486
13487[[package]]
13488name = "rsa"
13489version = "0.9.8"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13492dependencies = [
13493 "const-oid",
13494 "digest",
13495 "num-bigint-dig",
13496 "num-integer",
13497 "num-traits",
13498 "pkcs1",
13499 "pkcs8 0.10.2",
13500 "rand_core 0.6.4",
13501 "signature 2.2.0",
13502 "spki 0.7.3",
13503 "subtle",
13504 "zeroize",
13505]
13506
13507[[package]]
13508name = "rtrb"
13509version = "0.3.2"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13512
13513[[package]]
13514name = "rules_library"
13515version = "0.1.0"
13516dependencies = [
13517 "anyhow",
13518 "collections",
13519 "editor",
13520 "gpui",
13521 "language",
13522 "language_model",
13523 "log",
13524 "menu",
13525 "picker",
13526 "prompt_store",
13527 "release_channel",
13528 "rope",
13529 "serde",
13530 "settings",
13531 "theme",
13532 "title_bar",
13533 "ui",
13534 "util",
13535 "workspace",
13536 "workspace-hack",
13537 "zed_actions",
13538]
13539
13540[[package]]
13541name = "runtimelib"
13542version = "0.25.0"
13543source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13544dependencies = [
13545 "anyhow",
13546 "async-dispatcher",
13547 "async-std",
13548 "base64 0.22.1",
13549 "bytes 1.10.1",
13550 "chrono",
13551 "data-encoding",
13552 "dirs 5.0.1",
13553 "futures 0.3.31",
13554 "glob",
13555 "jupyter-protocol",
13556 "ring",
13557 "serde",
13558 "serde_json",
13559 "shellexpand 3.1.1",
13560 "smol",
13561 "uuid",
13562 "zeromq",
13563]
13564
13565[[package]]
13566name = "rust-embed"
13567version = "8.7.0"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13570dependencies = [
13571 "rust-embed-impl",
13572 "rust-embed-utils",
13573 "walkdir",
13574]
13575
13576[[package]]
13577name = "rust-embed-impl"
13578version = "8.7.0"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13581dependencies = [
13582 "proc-macro2",
13583 "quote",
13584 "rust-embed-utils",
13585 "syn 2.0.101",
13586 "walkdir",
13587]
13588
13589[[package]]
13590name = "rust-embed-utils"
13591version = "8.7.0"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13594dependencies = [
13595 "globset",
13596 "sha2",
13597 "walkdir",
13598]
13599
13600[[package]]
13601name = "rust_decimal"
13602version = "1.37.1"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13605dependencies = [
13606 "arrayvec",
13607 "borsh",
13608 "bytes 1.10.1",
13609 "num-traits",
13610 "rand 0.8.5",
13611 "rkyv",
13612 "serde",
13613 "serde_json",
13614]
13615
13616[[package]]
13617name = "rustc-demangle"
13618version = "0.1.24"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13621
13622[[package]]
13623name = "rustc-hash"
13624version = "1.1.0"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13627
13628[[package]]
13629name = "rustc-hash"
13630version = "2.1.1"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13633
13634[[package]]
13635name = "rustc_version"
13636version = "0.4.1"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13639dependencies = [
13640 "semver",
13641]
13642
13643[[package]]
13644name = "rustfft"
13645version = "6.4.0"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13648dependencies = [
13649 "num-complex",
13650 "num-integer",
13651 "num-traits",
13652 "primal-check",
13653 "strength_reduce",
13654 "transpose",
13655]
13656
13657[[package]]
13658name = "rustix"
13659version = "0.38.44"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13662dependencies = [
13663 "bitflags 2.9.0",
13664 "errno 0.3.11",
13665 "libc",
13666 "linux-raw-sys 0.4.15",
13667 "windows-sys 0.59.0",
13668]
13669
13670[[package]]
13671name = "rustix"
13672version = "1.0.7"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13675dependencies = [
13676 "bitflags 2.9.0",
13677 "errno 0.3.11",
13678 "libc",
13679 "linux-raw-sys 0.9.4",
13680 "windows-sys 0.59.0",
13681]
13682
13683[[package]]
13684name = "rustix-linux-procfs"
13685version = "0.1.1"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13688dependencies = [
13689 "once_cell",
13690 "rustix 1.0.7",
13691]
13692
13693[[package]]
13694name = "rustix-openpty"
13695version = "0.2.0"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13698dependencies = [
13699 "errno 0.3.11",
13700 "libc",
13701 "rustix 1.0.7",
13702]
13703
13704[[package]]
13705name = "rustls"
13706version = "0.21.12"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13709dependencies = [
13710 "log",
13711 "ring",
13712 "rustls-webpki 0.101.7",
13713 "sct",
13714]
13715
13716[[package]]
13717name = "rustls"
13718version = "0.23.26"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13721dependencies = [
13722 "aws-lc-rs",
13723 "log",
13724 "once_cell",
13725 "ring",
13726 "rustls-pki-types",
13727 "rustls-webpki 0.103.1",
13728 "subtle",
13729 "zeroize",
13730]
13731
13732[[package]]
13733name = "rustls-native-certs"
13734version = "0.6.3"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13737dependencies = [
13738 "openssl-probe",
13739 "rustls-pemfile 1.0.4",
13740 "schannel",
13741 "security-framework 2.11.1",
13742]
13743
13744[[package]]
13745name = "rustls-native-certs"
13746version = "0.8.1"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13749dependencies = [
13750 "openssl-probe",
13751 "rustls-pki-types",
13752 "schannel",
13753 "security-framework 3.2.0",
13754]
13755
13756[[package]]
13757name = "rustls-pemfile"
13758version = "1.0.4"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13761dependencies = [
13762 "base64 0.21.7",
13763]
13764
13765[[package]]
13766name = "rustls-pemfile"
13767version = "2.2.0"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13770dependencies = [
13771 "rustls-pki-types",
13772]
13773
13774[[package]]
13775name = "rustls-pki-types"
13776version = "1.12.0"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13779dependencies = [
13780 "web-time",
13781 "zeroize",
13782]
13783
13784[[package]]
13785name = "rustls-platform-verifier"
13786version = "0.5.1"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13789dependencies = [
13790 "core-foundation 0.10.0",
13791 "core-foundation-sys",
13792 "jni",
13793 "log",
13794 "once_cell",
13795 "rustls 0.23.26",
13796 "rustls-native-certs 0.8.1",
13797 "rustls-platform-verifier-android",
13798 "rustls-webpki 0.103.1",
13799 "security-framework 3.2.0",
13800 "security-framework-sys",
13801 "webpki-root-certs",
13802 "windows-sys 0.59.0",
13803]
13804
13805[[package]]
13806name = "rustls-platform-verifier-android"
13807version = "0.1.1"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13810
13811[[package]]
13812name = "rustls-webpki"
13813version = "0.101.7"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13816dependencies = [
13817 "ring",
13818 "untrusted",
13819]
13820
13821[[package]]
13822name = "rustls-webpki"
13823version = "0.103.1"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13826dependencies = [
13827 "aws-lc-rs",
13828 "ring",
13829 "rustls-pki-types",
13830 "untrusted",
13831]
13832
13833[[package]]
13834name = "rustversion"
13835version = "1.0.20"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13838
13839[[package]]
13840name = "rustybuzz"
13841version = "0.14.1"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13844dependencies = [
13845 "bitflags 2.9.0",
13846 "bytemuck",
13847 "libm",
13848 "smallvec",
13849 "ttf-parser 0.21.1",
13850 "unicode-bidi-mirroring 0.2.0",
13851 "unicode-ccc 0.2.0",
13852 "unicode-properties",
13853 "unicode-script",
13854]
13855
13856[[package]]
13857name = "rustybuzz"
13858version = "0.20.1"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13861dependencies = [
13862 "bitflags 2.9.0",
13863 "bytemuck",
13864 "core_maths",
13865 "log",
13866 "smallvec",
13867 "ttf-parser 0.25.1",
13868 "unicode-bidi-mirroring 0.4.0",
13869 "unicode-ccc 0.4.0",
13870 "unicode-properties",
13871 "unicode-script",
13872]
13873
13874[[package]]
13875name = "ryu"
13876version = "1.0.20"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13879
13880[[package]]
13881name = "safetensors"
13882version = "0.4.5"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13885dependencies = [
13886 "serde",
13887 "serde_json",
13888]
13889
13890[[package]]
13891name = "salsa20"
13892version = "0.10.2"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13895dependencies = [
13896 "cipher",
13897]
13898
13899[[package]]
13900name = "same-file"
13901version = "1.0.6"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13904dependencies = [
13905 "winapi-util",
13906]
13907
13908[[package]]
13909name = "scap"
13910version = "0.0.8"
13911source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13912dependencies = [
13913 "anyhow",
13914 "cocoa 0.25.0",
13915 "core-graphics-helmer-fork",
13916 "log",
13917 "objc",
13918 "rand 0.8.5",
13919 "screencapturekit",
13920 "screencapturekit-sys",
13921 "sysinfo",
13922 "tao-core-video-sys",
13923 "windows 0.61.1",
13924 "windows-capture",
13925 "x11",
13926 "xcb",
13927]
13928
13929[[package]]
13930name = "schannel"
13931version = "0.1.27"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13934dependencies = [
13935 "windows-sys 0.59.0",
13936]
13937
13938[[package]]
13939name = "scheduler"
13940version = "0.1.0"
13941dependencies = [
13942 "async-task",
13943 "backtrace",
13944 "chrono",
13945 "futures 0.3.31",
13946 "parking_lot",
13947 "rand 0.9.1",
13948 "workspace-hack",
13949]
13950
13951[[package]]
13952name = "schema_generator"
13953version = "0.1.0"
13954dependencies = [
13955 "anyhow",
13956 "clap",
13957 "env_logger 0.11.8",
13958 "schemars 1.0.1",
13959 "serde",
13960 "serde_json",
13961 "theme",
13962 "workspace-hack",
13963]
13964
13965[[package]]
13966name = "schemars"
13967version = "0.9.0"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13970dependencies = [
13971 "dyn-clone",
13972 "ref-cast",
13973 "serde",
13974 "serde_json",
13975]
13976
13977[[package]]
13978name = "schemars"
13979version = "1.0.1"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13982dependencies = [
13983 "dyn-clone",
13984 "indexmap 2.9.0",
13985 "ref-cast",
13986 "schemars_derive",
13987 "serde",
13988 "serde_json",
13989]
13990
13991[[package]]
13992name = "schemars_derive"
13993version = "1.0.1"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13996dependencies = [
13997 "proc-macro2",
13998 "quote",
13999 "serde_derive_internals",
14000 "syn 2.0.101",
14001]
14002
14003[[package]]
14004name = "scoped-tls"
14005version = "1.0.1"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14008
14009[[package]]
14010name = "scopeguard"
14011version = "1.2.0"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14014
14015[[package]]
14016name = "scratch"
14017version = "1.0.8"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14020
14021[[package]]
14022name = "screencapturekit"
14023version = "0.2.8"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14026dependencies = [
14027 "screencapturekit-sys",
14028]
14029
14030[[package]]
14031name = "screencapturekit-sys"
14032version = "0.2.8"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14035dependencies = [
14036 "block",
14037 "dispatch",
14038 "objc",
14039 "objc-foundation",
14040 "objc_id",
14041 "once_cell",
14042]
14043
14044[[package]]
14045name = "scroll"
14046version = "0.12.0"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14049dependencies = [
14050 "scroll_derive",
14051]
14052
14053[[package]]
14054name = "scroll_derive"
14055version = "0.12.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14058dependencies = [
14059 "proc-macro2",
14060 "quote",
14061 "syn 2.0.101",
14062]
14063
14064[[package]]
14065name = "scrypt"
14066version = "0.11.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14069dependencies = [
14070 "password-hash 0.5.0",
14071 "pbkdf2 0.12.2",
14072 "salsa20",
14073 "sha2",
14074]
14075
14076[[package]]
14077name = "sct"
14078version = "0.7.1"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14081dependencies = [
14082 "ring",
14083 "untrusted",
14084]
14085
14086[[package]]
14087name = "sea-bae"
14088version = "0.2.1"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14091dependencies = [
14092 "heck 0.4.1",
14093 "proc-macro-error2",
14094 "proc-macro2",
14095 "quote",
14096 "syn 2.0.101",
14097]
14098
14099[[package]]
14100name = "sea-orm"
14101version = "1.1.10"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14104dependencies = [
14105 "async-stream",
14106 "async-trait",
14107 "bigdecimal",
14108 "chrono",
14109 "futures-util",
14110 "log",
14111 "ouroboros",
14112 "pgvector",
14113 "rust_decimal",
14114 "sea-orm-macros",
14115 "sea-query",
14116 "sea-query-binder",
14117 "serde",
14118 "serde_json",
14119 "sqlx",
14120 "strum 0.26.3",
14121 "thiserror 2.0.12",
14122 "time",
14123 "tracing",
14124 "url",
14125 "uuid",
14126]
14127
14128[[package]]
14129name = "sea-orm-macros"
14130version = "1.1.10"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14133dependencies = [
14134 "heck 0.4.1",
14135 "proc-macro2",
14136 "quote",
14137 "sea-bae",
14138 "syn 2.0.101",
14139 "unicode-ident",
14140]
14141
14142[[package]]
14143name = "sea-query"
14144version = "0.32.4"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14147dependencies = [
14148 "bigdecimal",
14149 "chrono",
14150 "inherent",
14151 "ordered-float 4.6.0",
14152 "rust_decimal",
14153 "serde_json",
14154 "time",
14155 "uuid",
14156]
14157
14158[[package]]
14159name = "sea-query-binder"
14160version = "0.7.0"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14163dependencies = [
14164 "bigdecimal",
14165 "chrono",
14166 "rust_decimal",
14167 "sea-query",
14168 "serde_json",
14169 "sqlx",
14170 "time",
14171 "uuid",
14172]
14173
14174[[package]]
14175name = "seahash"
14176version = "4.1.0"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14179
14180[[package]]
14181name = "search"
14182version = "0.1.0"
14183dependencies = [
14184 "any_vec",
14185 "anyhow",
14186 "bitflags 2.9.0",
14187 "client",
14188 "collections",
14189 "editor",
14190 "futures 0.3.31",
14191 "gpui",
14192 "language",
14193 "menu",
14194 "project",
14195 "schemars 1.0.1",
14196 "serde",
14197 "serde_json",
14198 "settings",
14199 "smol",
14200 "theme",
14201 "ui",
14202 "unindent",
14203 "util",
14204 "workspace",
14205 "workspace-hack",
14206 "zed_actions",
14207]
14208
14209[[package]]
14210name = "sec1"
14211version = "0.3.0"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14214dependencies = [
14215 "base16ct",
14216 "der 0.6.1",
14217 "generic-array",
14218 "pkcs8 0.9.0",
14219 "subtle",
14220 "zeroize",
14221]
14222
14223[[package]]
14224name = "security-framework"
14225version = "2.11.1"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14228dependencies = [
14229 "bitflags 2.9.0",
14230 "core-foundation 0.9.4",
14231 "core-foundation-sys",
14232 "libc",
14233 "security-framework-sys",
14234]
14235
14236[[package]]
14237name = "security-framework"
14238version = "3.2.0"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14241dependencies = [
14242 "bitflags 2.9.0",
14243 "core-foundation 0.10.0",
14244 "core-foundation-sys",
14245 "libc",
14246 "security-framework-sys",
14247]
14248
14249[[package]]
14250name = "security-framework-sys"
14251version = "2.14.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14254dependencies = [
14255 "core-foundation-sys",
14256 "libc",
14257]
14258
14259[[package]]
14260name = "self_cell"
14261version = "1.2.0"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14264
14265[[package]]
14266name = "semantic_version"
14267version = "0.1.0"
14268dependencies = [
14269 "anyhow",
14270 "serde",
14271 "workspace-hack",
14272]
14273
14274[[package]]
14275name = "semver"
14276version = "1.0.26"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14279dependencies = [
14280 "serde",
14281]
14282
14283[[package]]
14284name = "seq-macro"
14285version = "0.3.6"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14288
14289[[package]]
14290name = "serde"
14291version = "1.0.221"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14294dependencies = [
14295 "serde_core",
14296 "serde_derive",
14297]
14298
14299[[package]]
14300name = "serde_core"
14301version = "1.0.221"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14304dependencies = [
14305 "serde_derive",
14306]
14307
14308[[package]]
14309name = "serde_derive"
14310version = "1.0.221"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14313dependencies = [
14314 "proc-macro2",
14315 "quote",
14316 "syn 2.0.101",
14317]
14318
14319[[package]]
14320name = "serde_derive_internals"
14321version = "0.29.1"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14324dependencies = [
14325 "proc-macro2",
14326 "quote",
14327 "syn 2.0.101",
14328]
14329
14330[[package]]
14331name = "serde_fmt"
14332version = "1.0.3"
14333source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14335dependencies = [
14336 "serde",
14337]
14338
14339[[package]]
14340name = "serde_json"
14341version = "1.0.144"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14344dependencies = [
14345 "indexmap 2.9.0",
14346 "itoa",
14347 "memchr",
14348 "ryu",
14349 "serde_core",
14350]
14351
14352[[package]]
14353name = "serde_json_lenient"
14354version = "0.2.4"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14357dependencies = [
14358 "indexmap 2.9.0",
14359 "itoa",
14360 "memchr",
14361 "ryu",
14362 "serde",
14363]
14364
14365[[package]]
14366name = "serde_path_to_error"
14367version = "0.1.17"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14370dependencies = [
14371 "itoa",
14372 "serde",
14373]
14374
14375[[package]]
14376name = "serde_repr"
14377version = "0.1.20"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14380dependencies = [
14381 "proc-macro2",
14382 "quote",
14383 "syn 2.0.101",
14384]
14385
14386[[package]]
14387name = "serde_spanned"
14388version = "0.6.8"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14391dependencies = [
14392 "serde",
14393]
14394
14395[[package]]
14396name = "serde_urlencoded"
14397version = "0.7.1"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14400dependencies = [
14401 "form_urlencoded",
14402 "itoa",
14403 "ryu",
14404 "serde",
14405]
14406
14407[[package]]
14408name = "serde_with"
14409version = "3.13.0"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14412dependencies = [
14413 "base64 0.22.1",
14414 "chrono",
14415 "hex",
14416 "indexmap 1.9.3",
14417 "indexmap 2.9.0",
14418 "schemars 0.9.0",
14419 "serde",
14420 "serde_derive",
14421 "serde_json",
14422 "serde_with_macros",
14423 "time",
14424]
14425
14426[[package]]
14427name = "serde_with_macros"
14428version = "3.13.0"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14431dependencies = [
14432 "darling",
14433 "proc-macro2",
14434 "quote",
14435 "syn 2.0.101",
14436]
14437
14438[[package]]
14439name = "serial2"
14440version = "0.2.29"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14443dependencies = [
14444 "cfg-if",
14445 "libc",
14446 "winapi",
14447]
14448
14449[[package]]
14450name = "session"
14451version = "0.1.0"
14452dependencies = [
14453 "db",
14454 "gpui",
14455 "serde_json",
14456 "util",
14457 "uuid",
14458 "workspace-hack",
14459]
14460
14461[[package]]
14462name = "settings"
14463version = "0.1.0"
14464dependencies = [
14465 "anyhow",
14466 "collections",
14467 "ec4rs",
14468 "fs",
14469 "futures 0.3.31",
14470 "gpui",
14471 "indoc",
14472 "inventory",
14473 "log",
14474 "paths",
14475 "pretty_assertions",
14476 "release_channel",
14477 "rust-embed",
14478 "schemars 1.0.1",
14479 "serde",
14480 "serde_json",
14481 "serde_json_lenient",
14482 "serde_path_to_error",
14483 "serde_repr",
14484 "serde_with",
14485 "settings_macros",
14486 "smallvec",
14487 "strum 0.27.1",
14488 "tree-sitter",
14489 "tree-sitter-json",
14490 "unindent",
14491 "util",
14492 "workspace-hack",
14493 "zlog",
14494]
14495
14496[[package]]
14497name = "settings_macros"
14498version = "0.1.0"
14499dependencies = [
14500 "quote",
14501 "settings",
14502 "syn 2.0.101",
14503 "workspace-hack",
14504]
14505
14506[[package]]
14507name = "settings_profile_selector"
14508version = "0.1.0"
14509dependencies = [
14510 "client",
14511 "editor",
14512 "fuzzy",
14513 "gpui",
14514 "language",
14515 "menu",
14516 "picker",
14517 "project",
14518 "serde_json",
14519 "settings",
14520 "theme",
14521 "ui",
14522 "workspace",
14523 "workspace-hack",
14524 "zed_actions",
14525]
14526
14527[[package]]
14528name = "settings_ui"
14529version = "0.1.0"
14530dependencies = [
14531 "anyhow",
14532 "assets",
14533 "client",
14534 "command_palette_hooks",
14535 "editor",
14536 "feature_flags",
14537 "fs",
14538 "futures 0.3.31",
14539 "fuzzy",
14540 "gpui",
14541 "language",
14542 "menu",
14543 "node_runtime",
14544 "paths",
14545 "project",
14546 "serde",
14547 "session",
14548 "settings",
14549 "strum 0.27.1",
14550 "theme",
14551 "ui",
14552 "util",
14553 "workspace",
14554 "workspace-hack",
14555 "zlog",
14556]
14557
14558[[package]]
14559name = "sha1"
14560version = "0.10.6"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14563dependencies = [
14564 "cfg-if",
14565 "cpufeatures",
14566 "digest",
14567]
14568
14569[[package]]
14570name = "sha1_smol"
14571version = "1.0.1"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14574
14575[[package]]
14576name = "sha2"
14577version = "0.10.9"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14580dependencies = [
14581 "cfg-if",
14582 "cpufeatures",
14583 "digest",
14584]
14585
14586[[package]]
14587name = "sharded-slab"
14588version = "0.1.7"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14591dependencies = [
14592 "lazy_static",
14593]
14594
14595[[package]]
14596name = "shared_library"
14597version = "0.1.9"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14600dependencies = [
14601 "lazy_static",
14602 "libc",
14603]
14604
14605[[package]]
14606name = "shell-words"
14607version = "1.1.0"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14610
14611[[package]]
14612name = "shellexpand"
14613version = "2.1.2"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14616dependencies = [
14617 "dirs 4.0.0",
14618]
14619
14620[[package]]
14621name = "shellexpand"
14622version = "3.1.1"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14625dependencies = [
14626 "dirs 6.0.0",
14627]
14628
14629[[package]]
14630name = "shlex"
14631version = "1.3.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14634
14635[[package]]
14636name = "signal-hook"
14637version = "0.3.17"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14640dependencies = [
14641 "libc",
14642 "signal-hook-registry",
14643]
14644
14645[[package]]
14646name = "signal-hook-registry"
14647version = "1.4.5"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14650dependencies = [
14651 "libc",
14652]
14653
14654[[package]]
14655name = "signature"
14656version = "1.6.4"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14659dependencies = [
14660 "digest",
14661 "rand_core 0.6.4",
14662]
14663
14664[[package]]
14665name = "signature"
14666version = "2.2.0"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14669dependencies = [
14670 "digest",
14671 "rand_core 0.6.4",
14672]
14673
14674[[package]]
14675name = "simd-adler32"
14676version = "0.3.7"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14679
14680[[package]]
14681name = "simd_helpers"
14682version = "0.1.0"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14685dependencies = [
14686 "quote",
14687]
14688
14689[[package]]
14690name = "simdutf8"
14691version = "0.1.5"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14694
14695[[package]]
14696name = "simple_asn1"
14697version = "0.6.3"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14700dependencies = [
14701 "num-bigint",
14702 "num-traits",
14703 "thiserror 2.0.12",
14704 "time",
14705]
14706
14707[[package]]
14708name = "simplecss"
14709version = "0.2.2"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14712dependencies = [
14713 "log",
14714]
14715
14716[[package]]
14717name = "simplelog"
14718version = "0.12.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14721dependencies = [
14722 "log",
14723 "termcolor",
14724 "time",
14725]
14726
14727[[package]]
14728name = "siphasher"
14729version = "1.0.1"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14732
14733[[package]]
14734name = "skrifa"
14735version = "0.26.6"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14738dependencies = [
14739 "bytemuck",
14740 "read-fonts",
14741]
14742
14743[[package]]
14744name = "slab"
14745version = "0.4.9"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14748dependencies = [
14749 "autocfg",
14750]
14751
14752[[package]]
14753name = "slash_commands_example"
14754version = "0.1.0"
14755dependencies = [
14756 "zed_extension_api 0.1.0",
14757]
14758
14759[[package]]
14760name = "slotmap"
14761version = "1.0.7"
14762source = "registry+https://github.com/rust-lang/crates.io-index"
14763checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14764dependencies = [
14765 "version_check",
14766]
14767
14768[[package]]
14769name = "smallvec"
14770version = "1.15.0"
14771source = "registry+https://github.com/rust-lang/crates.io-index"
14772checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14773dependencies = [
14774 "serde",
14775]
14776
14777[[package]]
14778name = "smart-default"
14779version = "0.7.1"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14782dependencies = [
14783 "proc-macro2",
14784 "quote",
14785 "syn 2.0.101",
14786]
14787
14788[[package]]
14789name = "smol"
14790version = "2.0.2"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14793dependencies = [
14794 "async-channel 2.3.1",
14795 "async-executor",
14796 "async-fs",
14797 "async-io",
14798 "async-lock",
14799 "async-net",
14800 "async-process",
14801 "blocking",
14802 "futures-lite 2.6.0",
14803]
14804
14805[[package]]
14806name = "smol_str"
14807version = "0.2.2"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14810
14811[[package]]
14812name = "snippet"
14813version = "0.1.0"
14814dependencies = [
14815 "anyhow",
14816 "smallvec",
14817 "workspace-hack",
14818]
14819
14820[[package]]
14821name = "snippet_provider"
14822version = "0.1.0"
14823dependencies = [
14824 "anyhow",
14825 "collections",
14826 "extension",
14827 "fs",
14828 "futures 0.3.31",
14829 "gpui",
14830 "indoc",
14831 "parking_lot",
14832 "paths",
14833 "schemars 1.0.1",
14834 "serde",
14835 "serde_json",
14836 "serde_json_lenient",
14837 "snippet",
14838 "util",
14839 "workspace-hack",
14840]
14841
14842[[package]]
14843name = "snippets_ui"
14844version = "0.1.0"
14845dependencies = [
14846 "file_finder",
14847 "file_icons",
14848 "fuzzy",
14849 "gpui",
14850 "language",
14851 "paths",
14852 "picker",
14853 "settings",
14854 "ui",
14855 "util",
14856 "workspace",
14857 "workspace-hack",
14858]
14859
14860[[package]]
14861name = "socket2"
14862version = "0.5.9"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14865dependencies = [
14866 "libc",
14867 "windows-sys 0.52.0",
14868]
14869
14870[[package]]
14871name = "spdx"
14872version = "0.10.8"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14875dependencies = [
14876 "smallvec",
14877]
14878
14879[[package]]
14880name = "spin"
14881version = "0.9.8"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14884dependencies = [
14885 "lock_api",
14886]
14887
14888[[package]]
14889name = "spirv"
14890version = "0.3.0+sdk-1.3.268.0"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14893dependencies = [
14894 "bitflags 2.9.0",
14895]
14896
14897[[package]]
14898name = "spki"
14899version = "0.6.0"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14902dependencies = [
14903 "base64ct",
14904 "der 0.6.1",
14905]
14906
14907[[package]]
14908name = "spki"
14909version = "0.7.3"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14912dependencies = [
14913 "base64ct",
14914 "der 0.7.10",
14915]
14916
14917[[package]]
14918name = "sptr"
14919version = "0.3.2"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14922
14923[[package]]
14924name = "sqlez"
14925version = "0.1.0"
14926dependencies = [
14927 "anyhow",
14928 "collections",
14929 "futures 0.3.31",
14930 "indoc",
14931 "libsqlite3-sys",
14932 "log",
14933 "parking_lot",
14934 "smol",
14935 "sqlformat",
14936 "thread_local",
14937 "util",
14938 "uuid",
14939 "workspace-hack",
14940]
14941
14942[[package]]
14943name = "sqlez_macros"
14944version = "0.1.0"
14945dependencies = [
14946 "sqlez",
14947 "sqlformat",
14948 "syn 2.0.101",
14949 "workspace-hack",
14950]
14951
14952[[package]]
14953name = "sqlformat"
14954version = "0.2.6"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14957dependencies = [
14958 "nom 7.1.3",
14959 "unicode_categories",
14960]
14961
14962[[package]]
14963name = "sqlx"
14964version = "0.8.5"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14967dependencies = [
14968 "sqlx-core",
14969 "sqlx-macros",
14970 "sqlx-mysql",
14971 "sqlx-postgres",
14972 "sqlx-sqlite",
14973]
14974
14975[[package]]
14976name = "sqlx-core"
14977version = "0.8.5"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14980dependencies = [
14981 "base64 0.22.1",
14982 "bigdecimal",
14983 "bytes 1.10.1",
14984 "chrono",
14985 "crc",
14986 "crossbeam-queue",
14987 "either",
14988 "event-listener 5.4.0",
14989 "futures-core",
14990 "futures-intrusive",
14991 "futures-io",
14992 "futures-util",
14993 "hashbrown 0.15.3",
14994 "hashlink 0.10.0",
14995 "indexmap 2.9.0",
14996 "log",
14997 "memchr",
14998 "once_cell",
14999 "percent-encoding",
15000 "rust_decimal",
15001 "rustls 0.23.26",
15002 "serde",
15003 "serde_json",
15004 "sha2",
15005 "smallvec",
15006 "thiserror 2.0.12",
15007 "time",
15008 "tokio",
15009 "tokio-stream",
15010 "tracing",
15011 "url",
15012 "uuid",
15013 "webpki-roots",
15014]
15015
15016[[package]]
15017name = "sqlx-macros"
15018version = "0.8.5"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15021dependencies = [
15022 "proc-macro2",
15023 "quote",
15024 "sqlx-core",
15025 "sqlx-macros-core",
15026 "syn 2.0.101",
15027]
15028
15029[[package]]
15030name = "sqlx-macros-core"
15031version = "0.8.5"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15034dependencies = [
15035 "dotenvy",
15036 "either",
15037 "heck 0.5.0",
15038 "hex",
15039 "once_cell",
15040 "proc-macro2",
15041 "quote",
15042 "serde",
15043 "serde_json",
15044 "sha2",
15045 "sqlx-core",
15046 "sqlx-mysql",
15047 "sqlx-postgres",
15048 "sqlx-sqlite",
15049 "syn 2.0.101",
15050 "tempfile",
15051 "tokio",
15052 "url",
15053]
15054
15055[[package]]
15056name = "sqlx-mysql"
15057version = "0.8.5"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15060dependencies = [
15061 "atoi",
15062 "base64 0.22.1",
15063 "bigdecimal",
15064 "bitflags 2.9.0",
15065 "byteorder",
15066 "bytes 1.10.1",
15067 "chrono",
15068 "crc",
15069 "digest",
15070 "dotenvy",
15071 "either",
15072 "futures-channel",
15073 "futures-core",
15074 "futures-io",
15075 "futures-util",
15076 "generic-array",
15077 "hex",
15078 "hkdf",
15079 "hmac",
15080 "itoa",
15081 "log",
15082 "md-5",
15083 "memchr",
15084 "once_cell",
15085 "percent-encoding",
15086 "rand 0.8.5",
15087 "rsa",
15088 "rust_decimal",
15089 "serde",
15090 "sha1",
15091 "sha2",
15092 "smallvec",
15093 "sqlx-core",
15094 "stringprep",
15095 "thiserror 2.0.12",
15096 "time",
15097 "tracing",
15098 "uuid",
15099 "whoami",
15100]
15101
15102[[package]]
15103name = "sqlx-postgres"
15104version = "0.8.5"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15107dependencies = [
15108 "atoi",
15109 "base64 0.22.1",
15110 "bigdecimal",
15111 "bitflags 2.9.0",
15112 "byteorder",
15113 "chrono",
15114 "crc",
15115 "dotenvy",
15116 "etcetera",
15117 "futures-channel",
15118 "futures-core",
15119 "futures-util",
15120 "hex",
15121 "hkdf",
15122 "hmac",
15123 "home",
15124 "itoa",
15125 "log",
15126 "md-5",
15127 "memchr",
15128 "num-bigint",
15129 "once_cell",
15130 "rand 0.8.5",
15131 "rust_decimal",
15132 "serde",
15133 "serde_json",
15134 "sha2",
15135 "smallvec",
15136 "sqlx-core",
15137 "stringprep",
15138 "thiserror 2.0.12",
15139 "time",
15140 "tracing",
15141 "uuid",
15142 "whoami",
15143]
15144
15145[[package]]
15146name = "sqlx-sqlite"
15147version = "0.8.5"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15150dependencies = [
15151 "atoi",
15152 "chrono",
15153 "flume",
15154 "futures-channel",
15155 "futures-core",
15156 "futures-executor",
15157 "futures-intrusive",
15158 "futures-util",
15159 "libsqlite3-sys",
15160 "log",
15161 "percent-encoding",
15162 "serde",
15163 "serde_urlencoded",
15164 "sqlx-core",
15165 "thiserror 2.0.12",
15166 "time",
15167 "tracing",
15168 "url",
15169 "uuid",
15170]
15171
15172[[package]]
15173name = "stable_deref_trait"
15174version = "1.2.0"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15177
15178[[package]]
15179name = "stacker"
15180version = "0.1.21"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15183dependencies = [
15184 "cc",
15185 "cfg-if",
15186 "libc",
15187 "psm",
15188 "windows-sys 0.59.0",
15189]
15190
15191[[package]]
15192name = "stacksafe"
15193version = "0.1.4"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15196dependencies = [
15197 "stacker",
15198 "stacksafe-macro",
15199]
15200
15201[[package]]
15202name = "stacksafe-macro"
15203version = "0.1.4"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15206dependencies = [
15207 "proc-macro-error2",
15208 "quote",
15209 "syn 2.0.101",
15210]
15211
15212[[package]]
15213name = "static_assertions"
15214version = "1.1.0"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15217
15218[[package]]
15219name = "story"
15220version = "0.1.0"
15221dependencies = [
15222 "gpui",
15223 "itertools 0.14.0",
15224 "smallvec",
15225 "workspace-hack",
15226]
15227
15228[[package]]
15229name = "storybook"
15230version = "0.1.0"
15231dependencies = [
15232 "anyhow",
15233 "clap",
15234 "collab_ui",
15235 "ctrlc",
15236 "dialoguer",
15237 "editor",
15238 "fuzzy",
15239 "gpui",
15240 "indoc",
15241 "language",
15242 "log",
15243 "menu",
15244 "picker",
15245 "project",
15246 "reqwest_client",
15247 "rust-embed",
15248 "settings",
15249 "simplelog",
15250 "story",
15251 "strum 0.27.1",
15252 "theme",
15253 "title_bar",
15254 "ui",
15255 "workspace",
15256 "workspace-hack",
15257]
15258
15259[[package]]
15260name = "streaming-iterator"
15261version = "0.1.9"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15264
15265[[package]]
15266name = "streaming_diff"
15267version = "0.1.0"
15268dependencies = [
15269 "ordered-float 2.10.1",
15270 "rand 0.9.1",
15271 "rope",
15272 "util",
15273 "workspace-hack",
15274]
15275
15276[[package]]
15277name = "strength_reduce"
15278version = "0.2.4"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15281
15282[[package]]
15283name = "strict-num"
15284version = "0.1.1"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15287dependencies = [
15288 "float-cmp",
15289]
15290
15291[[package]]
15292name = "string_cache"
15293version = "0.8.9"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15296dependencies = [
15297 "new_debug_unreachable",
15298 "parking_lot",
15299 "phf_shared",
15300 "precomputed-hash",
15301 "serde",
15302]
15303
15304[[package]]
15305name = "string_cache_codegen"
15306version = "0.5.4"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15309dependencies = [
15310 "phf_generator",
15311 "phf_shared",
15312 "proc-macro2",
15313 "quote",
15314]
15315
15316[[package]]
15317name = "stringprep"
15318version = "0.1.5"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15321dependencies = [
15322 "unicode-bidi",
15323 "unicode-normalization",
15324 "unicode-properties",
15325]
15326
15327[[package]]
15328name = "strsim"
15329version = "0.11.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15332
15333[[package]]
15334name = "strum"
15335version = "0.26.3"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15338dependencies = [
15339 "strum_macros 0.26.4",
15340]
15341
15342[[package]]
15343name = "strum"
15344version = "0.27.1"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15347dependencies = [
15348 "strum_macros 0.27.1",
15349]
15350
15351[[package]]
15352name = "strum_macros"
15353version = "0.26.4"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15356dependencies = [
15357 "heck 0.5.0",
15358 "proc-macro2",
15359 "quote",
15360 "rustversion",
15361 "syn 2.0.101",
15362]
15363
15364[[package]]
15365name = "strum_macros"
15366version = "0.27.1"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15369dependencies = [
15370 "heck 0.5.0",
15371 "proc-macro2",
15372 "quote",
15373 "rustversion",
15374 "syn 2.0.101",
15375]
15376
15377[[package]]
15378name = "subtle"
15379version = "2.6.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15382
15383[[package]]
15384name = "sum_tree"
15385version = "0.1.0"
15386dependencies = [
15387 "arrayvec",
15388 "ctor",
15389 "log",
15390 "rand 0.9.1",
15391 "rayon",
15392 "workspace-hack",
15393 "zlog",
15394]
15395
15396[[package]]
15397name = "supermaven"
15398version = "0.1.0"
15399dependencies = [
15400 "anyhow",
15401 "client",
15402 "collections",
15403 "edit_prediction",
15404 "editor",
15405 "env_logger 0.11.8",
15406 "futures 0.3.31",
15407 "gpui",
15408 "http_client",
15409 "language",
15410 "log",
15411 "postage",
15412 "project",
15413 "serde",
15414 "serde_json",
15415 "settings",
15416 "smol",
15417 "supermaven_api",
15418 "text",
15419 "theme",
15420 "ui",
15421 "unicode-segmentation",
15422 "util",
15423 "workspace-hack",
15424]
15425
15426[[package]]
15427name = "supermaven_api"
15428version = "0.1.0"
15429dependencies = [
15430 "anyhow",
15431 "futures 0.3.31",
15432 "http_client",
15433 "paths",
15434 "serde",
15435 "serde_json",
15436 "smol",
15437 "util",
15438 "workspace-hack",
15439]
15440
15441[[package]]
15442name = "sval"
15443version = "2.14.1"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15446
15447[[package]]
15448name = "sval_buffer"
15449version = "2.14.1"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15452dependencies = [
15453 "sval",
15454 "sval_ref",
15455]
15456
15457[[package]]
15458name = "sval_dynamic"
15459version = "2.14.1"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15462dependencies = [
15463 "sval",
15464]
15465
15466[[package]]
15467name = "sval_fmt"
15468version = "2.14.1"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15471dependencies = [
15472 "itoa",
15473 "ryu",
15474 "sval",
15475]
15476
15477[[package]]
15478name = "sval_json"
15479version = "2.14.1"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15482dependencies = [
15483 "itoa",
15484 "ryu",
15485 "sval",
15486]
15487
15488[[package]]
15489name = "sval_nested"
15490version = "2.14.1"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15493dependencies = [
15494 "sval",
15495 "sval_buffer",
15496 "sval_ref",
15497]
15498
15499[[package]]
15500name = "sval_ref"
15501version = "2.14.1"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15504dependencies = [
15505 "sval",
15506]
15507
15508[[package]]
15509name = "sval_serde"
15510version = "2.14.1"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15513dependencies = [
15514 "serde",
15515 "sval",
15516 "sval_nested",
15517]
15518
15519[[package]]
15520name = "svg_fmt"
15521version = "0.4.5"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15524
15525[[package]]
15526name = "svg_preview"
15527version = "0.1.0"
15528dependencies = [
15529 "editor",
15530 "file_icons",
15531 "gpui",
15532 "multi_buffer",
15533 "ui",
15534 "workspace",
15535 "workspace-hack",
15536]
15537
15538[[package]]
15539name = "svgtypes"
15540version = "0.15.3"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15543dependencies = [
15544 "kurbo",
15545 "siphasher",
15546]
15547
15548[[package]]
15549name = "swash"
15550version = "0.2.2"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15553dependencies = [
15554 "skrifa",
15555 "yazi",
15556 "zeno",
15557]
15558
15559[[package]]
15560name = "symphonia"
15561version = "0.5.4"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15564dependencies = [
15565 "lazy_static",
15566 "symphonia-bundle-flac",
15567 "symphonia-bundle-mp3",
15568 "symphonia-codec-aac",
15569 "symphonia-codec-pcm",
15570 "symphonia-codec-vorbis",
15571 "symphonia-core",
15572 "symphonia-format-isomp4",
15573 "symphonia-format-ogg",
15574 "symphonia-format-riff",
15575 "symphonia-metadata",
15576]
15577
15578[[package]]
15579name = "symphonia-bundle-flac"
15580version = "0.5.4"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15583dependencies = [
15584 "log",
15585 "symphonia-core",
15586 "symphonia-metadata",
15587 "symphonia-utils-xiph",
15588]
15589
15590[[package]]
15591name = "symphonia-bundle-mp3"
15592version = "0.5.4"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15595dependencies = [
15596 "lazy_static",
15597 "log",
15598 "symphonia-core",
15599 "symphonia-metadata",
15600]
15601
15602[[package]]
15603name = "symphonia-codec-aac"
15604version = "0.5.4"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15607dependencies = [
15608 "lazy_static",
15609 "log",
15610 "symphonia-core",
15611]
15612
15613[[package]]
15614name = "symphonia-codec-pcm"
15615version = "0.5.4"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15618dependencies = [
15619 "log",
15620 "symphonia-core",
15621]
15622
15623[[package]]
15624name = "symphonia-codec-vorbis"
15625version = "0.5.4"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15628dependencies = [
15629 "log",
15630 "symphonia-core",
15631 "symphonia-utils-xiph",
15632]
15633
15634[[package]]
15635name = "symphonia-core"
15636version = "0.5.4"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15639dependencies = [
15640 "arrayvec",
15641 "bitflags 1.3.2",
15642 "bytemuck",
15643 "lazy_static",
15644 "log",
15645]
15646
15647[[package]]
15648name = "symphonia-format-isomp4"
15649version = "0.5.4"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15652dependencies = [
15653 "encoding_rs",
15654 "log",
15655 "symphonia-core",
15656 "symphonia-metadata",
15657 "symphonia-utils-xiph",
15658]
15659
15660[[package]]
15661name = "symphonia-format-ogg"
15662version = "0.5.4"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15665dependencies = [
15666 "log",
15667 "symphonia-core",
15668 "symphonia-metadata",
15669 "symphonia-utils-xiph",
15670]
15671
15672[[package]]
15673name = "symphonia-format-riff"
15674version = "0.5.4"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15677dependencies = [
15678 "extended",
15679 "log",
15680 "symphonia-core",
15681 "symphonia-metadata",
15682]
15683
15684[[package]]
15685name = "symphonia-metadata"
15686version = "0.5.4"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15689dependencies = [
15690 "encoding_rs",
15691 "lazy_static",
15692 "log",
15693 "symphonia-core",
15694]
15695
15696[[package]]
15697name = "symphonia-utils-xiph"
15698version = "0.5.4"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15701dependencies = [
15702 "symphonia-core",
15703 "symphonia-metadata",
15704]
15705
15706[[package]]
15707name = "syn"
15708version = "1.0.109"
15709source = "registry+https://github.com/rust-lang/crates.io-index"
15710checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15711dependencies = [
15712 "proc-macro2",
15713 "quote",
15714 "unicode-ident",
15715]
15716
15717[[package]]
15718name = "syn"
15719version = "2.0.101"
15720source = "registry+https://github.com/rust-lang/crates.io-index"
15721checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15722dependencies = [
15723 "proc-macro2",
15724 "quote",
15725 "unicode-ident",
15726]
15727
15728[[package]]
15729name = "sync_wrapper"
15730version = "0.1.2"
15731source = "registry+https://github.com/rust-lang/crates.io-index"
15732checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15733
15734[[package]]
15735name = "sync_wrapper"
15736version = "1.0.2"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15739dependencies = [
15740 "futures-core",
15741]
15742
15743[[package]]
15744name = "synchronoise"
15745version = "1.0.1"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15748dependencies = [
15749 "crossbeam-queue",
15750]
15751
15752[[package]]
15753name = "synstructure"
15754version = "0.13.1"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15757dependencies = [
15758 "proc-macro2",
15759 "quote",
15760 "syn 2.0.101",
15761]
15762
15763[[package]]
15764name = "sys-locale"
15765version = "0.3.2"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15768dependencies = [
15769 "libc",
15770]
15771
15772[[package]]
15773name = "sysctl"
15774version = "0.5.5"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15777dependencies = [
15778 "bitflags 2.9.0",
15779 "byteorder",
15780 "enum-as-inner",
15781 "libc",
15782 "thiserror 1.0.69",
15783 "walkdir",
15784]
15785
15786[[package]]
15787name = "sysctl"
15788version = "0.6.0"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15791dependencies = [
15792 "bitflags 2.9.0",
15793 "byteorder",
15794 "enum-as-inner",
15795 "libc",
15796 "thiserror 1.0.69",
15797 "walkdir",
15798]
15799
15800[[package]]
15801name = "sysinfo"
15802version = "0.31.4"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15805dependencies = [
15806 "core-foundation-sys",
15807 "libc",
15808 "memchr",
15809 "ntapi",
15810 "rayon",
15811 "windows 0.57.0",
15812]
15813
15814[[package]]
15815name = "system-configuration"
15816version = "0.5.1"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15819dependencies = [
15820 "bitflags 1.3.2",
15821 "core-foundation 0.9.4",
15822 "system-configuration-sys 0.5.0",
15823]
15824
15825[[package]]
15826name = "system-configuration"
15827version = "0.6.1"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15830dependencies = [
15831 "bitflags 2.9.0",
15832 "core-foundation 0.9.4",
15833 "system-configuration-sys 0.6.0",
15834]
15835
15836[[package]]
15837name = "system-configuration-sys"
15838version = "0.5.0"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15841dependencies = [
15842 "core-foundation-sys",
15843 "libc",
15844]
15845
15846[[package]]
15847name = "system-configuration-sys"
15848version = "0.6.0"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15851dependencies = [
15852 "core-foundation-sys",
15853 "libc",
15854]
15855
15856[[package]]
15857name = "system-deps"
15858version = "6.2.2"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15861dependencies = [
15862 "cfg-expr",
15863 "heck 0.5.0",
15864 "pkg-config",
15865 "toml 0.8.20",
15866 "version-compare",
15867]
15868
15869[[package]]
15870name = "system-interface"
15871version = "0.27.3"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15874dependencies = [
15875 "bitflags 2.9.0",
15876 "cap-fs-ext",
15877 "cap-std",
15878 "fd-lock",
15879 "io-lifetimes",
15880 "rustix 0.38.44",
15881 "windows-sys 0.59.0",
15882 "winx",
15883]
15884
15885[[package]]
15886name = "system_specs"
15887version = "0.1.0"
15888dependencies = [
15889 "anyhow",
15890 "client",
15891 "gpui",
15892 "human_bytes",
15893 "pciid-parser",
15894 "release_channel",
15895 "serde",
15896 "sysinfo",
15897 "workspace-hack",
15898]
15899
15900[[package]]
15901name = "tab_switcher"
15902version = "0.1.0"
15903dependencies = [
15904 "anyhow",
15905 "collections",
15906 "ctor",
15907 "editor",
15908 "fuzzy",
15909 "gpui",
15910 "language",
15911 "menu",
15912 "picker",
15913 "project",
15914 "schemars 1.0.1",
15915 "serde",
15916 "serde_json",
15917 "settings",
15918 "smol",
15919 "theme",
15920 "ui",
15921 "util",
15922 "workspace",
15923 "workspace-hack",
15924 "zlog",
15925]
15926
15927[[package]]
15928name = "taffy"
15929version = "0.9.0"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15932dependencies = [
15933 "arrayvec",
15934 "grid",
15935 "serde",
15936 "slotmap",
15937]
15938
15939[[package]]
15940name = "tagptr"
15941version = "0.2.0"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15944
15945[[package]]
15946name = "take-until"
15947version = "0.2.0"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15950
15951[[package]]
15952name = "tao-core-video-sys"
15953version = "0.2.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15956dependencies = [
15957 "cfg-if",
15958 "core-foundation-sys",
15959 "libc",
15960 "objc",
15961]
15962
15963[[package]]
15964name = "tap"
15965version = "1.0.1"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15968
15969[[package]]
15970name = "target-lexicon"
15971version = "0.12.16"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15974
15975[[package]]
15976name = "target-lexicon"
15977version = "0.13.2"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15980
15981[[package]]
15982name = "task"
15983version = "0.1.0"
15984dependencies = [
15985 "anyhow",
15986 "collections",
15987 "futures 0.3.31",
15988 "gpui",
15989 "hex",
15990 "log",
15991 "parking_lot",
15992 "pretty_assertions",
15993 "proto",
15994 "schemars 1.0.1",
15995 "serde",
15996 "serde_json",
15997 "serde_json_lenient",
15998 "sha2",
15999 "shellexpand 2.1.2",
16000 "util",
16001 "workspace-hack",
16002 "zed_actions",
16003]
16004
16005[[package]]
16006name = "tasks_ui"
16007version = "0.1.0"
16008dependencies = [
16009 "anyhow",
16010 "collections",
16011 "editor",
16012 "file_icons",
16013 "fuzzy",
16014 "gpui",
16015 "itertools 0.14.0",
16016 "language",
16017 "menu",
16018 "picker",
16019 "project",
16020 "serde",
16021 "serde_json",
16022 "task",
16023 "tree-sitter-rust",
16024 "tree-sitter-typescript",
16025 "ui",
16026 "util",
16027 "workspace",
16028 "workspace-hack",
16029 "zed_actions",
16030]
16031
16032[[package]]
16033name = "telemetry"
16034version = "0.1.0"
16035dependencies = [
16036 "futures 0.3.31",
16037 "serde",
16038 "serde_json",
16039 "telemetry_events",
16040 "workspace-hack",
16041]
16042
16043[[package]]
16044name = "telemetry_events"
16045version = "0.1.0"
16046dependencies = [
16047 "semantic_version",
16048 "serde",
16049 "serde_json",
16050 "workspace-hack",
16051]
16052
16053[[package]]
16054name = "tempfile"
16055version = "3.20.0"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16058dependencies = [
16059 "fastrand 2.3.0",
16060 "getrandom 0.3.2",
16061 "once_cell",
16062 "rustix 1.0.7",
16063 "windows-sys 0.59.0",
16064]
16065
16066[[package]]
16067name = "tendril"
16068version = "0.4.3"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16071dependencies = [
16072 "futf",
16073 "mac",
16074 "utf-8",
16075]
16076
16077[[package]]
16078name = "termcolor"
16079version = "1.4.1"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16082dependencies = [
16083 "winapi-util",
16084]
16085
16086[[package]]
16087name = "terminal"
16088version = "0.1.0"
16089dependencies = [
16090 "alacritty_terminal",
16091 "anyhow",
16092 "collections",
16093 "futures 0.3.31",
16094 "gpui",
16095 "itertools 0.14.0",
16096 "libc",
16097 "log",
16098 "rand 0.9.1",
16099 "regex",
16100 "release_channel",
16101 "schemars 1.0.1",
16102 "serde",
16103 "settings",
16104 "smol",
16105 "sysinfo",
16106 "task",
16107 "theme",
16108 "thiserror 2.0.12",
16109 "url",
16110 "urlencoding",
16111 "util",
16112 "windows 0.61.1",
16113 "workspace-hack",
16114]
16115
16116[[package]]
16117name = "terminal_size"
16118version = "0.4.2"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16121dependencies = [
16122 "rustix 1.0.7",
16123 "windows-sys 0.59.0",
16124]
16125
16126[[package]]
16127name = "terminal_view"
16128version = "0.1.0"
16129dependencies = [
16130 "anyhow",
16131 "assistant_slash_command",
16132 "async-recursion",
16133 "breadcrumbs",
16134 "client",
16135 "collections",
16136 "db",
16137 "dirs 4.0.0",
16138 "editor",
16139 "futures 0.3.31",
16140 "gpui",
16141 "itertools 0.14.0",
16142 "language",
16143 "log",
16144 "pretty_assertions",
16145 "project",
16146 "rand 0.9.1",
16147 "regex",
16148 "schemars 1.0.1",
16149 "search",
16150 "serde",
16151 "serde_json",
16152 "settings",
16153 "shellexpand 2.1.2",
16154 "smol",
16155 "task",
16156 "terminal",
16157 "theme",
16158 "ui",
16159 "util",
16160 "workspace",
16161 "workspace-hack",
16162 "zed_actions",
16163]
16164
16165[[package]]
16166name = "text"
16167version = "0.1.0"
16168dependencies = [
16169 "anyhow",
16170 "clock",
16171 "collections",
16172 "ctor",
16173 "gpui",
16174 "http_client",
16175 "log",
16176 "parking_lot",
16177 "postage",
16178 "rand 0.9.1",
16179 "regex",
16180 "rope",
16181 "smallvec",
16182 "sum_tree",
16183 "util",
16184 "workspace-hack",
16185 "zlog",
16186]
16187
16188[[package]]
16189name = "theme"
16190version = "0.1.0"
16191dependencies = [
16192 "anyhow",
16193 "collections",
16194 "derive_more",
16195 "fs",
16196 "futures 0.3.31",
16197 "gpui",
16198 "log",
16199 "palette",
16200 "parking_lot",
16201 "refineable",
16202 "schemars 1.0.1",
16203 "serde",
16204 "serde_json",
16205 "serde_json_lenient",
16206 "settings",
16207 "strum 0.27.1",
16208 "thiserror 2.0.12",
16209 "util",
16210 "uuid",
16211 "workspace-hack",
16212]
16213
16214[[package]]
16215name = "theme_extension"
16216version = "0.1.0"
16217dependencies = [
16218 "anyhow",
16219 "extension",
16220 "fs",
16221 "gpui",
16222 "theme",
16223 "workspace-hack",
16224]
16225
16226[[package]]
16227name = "theme_importer"
16228version = "0.1.0"
16229dependencies = [
16230 "anyhow",
16231 "clap",
16232 "collections",
16233 "gpui",
16234 "indexmap 2.9.0",
16235 "log",
16236 "palette",
16237 "serde",
16238 "serde_json",
16239 "serde_json_lenient",
16240 "simplelog",
16241 "strum 0.27.1",
16242 "theme",
16243 "vscode_theme",
16244 "workspace-hack",
16245]
16246
16247[[package]]
16248name = "theme_selector"
16249version = "0.1.0"
16250dependencies = [
16251 "fs",
16252 "fuzzy",
16253 "gpui",
16254 "log",
16255 "picker",
16256 "serde",
16257 "settings",
16258 "telemetry",
16259 "theme",
16260 "ui",
16261 "util",
16262 "workspace",
16263 "workspace-hack",
16264 "zed_actions",
16265]
16266
16267[[package]]
16268name = "thiserror"
16269version = "1.0.69"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16272dependencies = [
16273 "thiserror-impl 1.0.69",
16274]
16275
16276[[package]]
16277name = "thiserror"
16278version = "2.0.12"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16281dependencies = [
16282 "thiserror-impl 2.0.12",
16283]
16284
16285[[package]]
16286name = "thiserror-impl"
16287version = "1.0.69"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16290dependencies = [
16291 "proc-macro2",
16292 "quote",
16293 "syn 2.0.101",
16294]
16295
16296[[package]]
16297name = "thiserror-impl"
16298version = "2.0.12"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16301dependencies = [
16302 "proc-macro2",
16303 "quote",
16304 "syn 2.0.101",
16305]
16306
16307[[package]]
16308name = "thread_local"
16309version = "1.1.8"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16312dependencies = [
16313 "cfg-if",
16314 "once_cell",
16315]
16316
16317[[package]]
16318name = "tiff"
16319version = "0.9.1"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16322dependencies = [
16323 "flate2",
16324 "jpeg-decoder",
16325 "weezl",
16326]
16327
16328[[package]]
16329name = "tiktoken-rs"
16330version = "0.8.0"
16331source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16332dependencies = [
16333 "anyhow",
16334 "base64 0.22.1",
16335 "bstr",
16336 "fancy-regex 0.13.0",
16337 "lazy_static",
16338 "regex",
16339 "rustc-hash 1.1.0",
16340]
16341
16342[[package]]
16343name = "time"
16344version = "0.3.41"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16347dependencies = [
16348 "deranged",
16349 "itoa",
16350 "libc",
16351 "num-conv",
16352 "num_threads",
16353 "powerfmt",
16354 "serde",
16355 "time-core",
16356 "time-macros",
16357]
16358
16359[[package]]
16360name = "time-core"
16361version = "0.1.4"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16364
16365[[package]]
16366name = "time-macros"
16367version = "0.2.22"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16370dependencies = [
16371 "num-conv",
16372 "time-core",
16373]
16374
16375[[package]]
16376name = "time_format"
16377version = "0.1.0"
16378dependencies = [
16379 "core-foundation 0.10.0",
16380 "core-foundation-sys",
16381 "sys-locale",
16382 "time",
16383 "workspace-hack",
16384]
16385
16386[[package]]
16387name = "tiny-keccak"
16388version = "2.0.2"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16391dependencies = [
16392 "crunchy",
16393]
16394
16395[[package]]
16396name = "tiny-skia"
16397version = "0.11.4"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16400dependencies = [
16401 "arrayref",
16402 "arrayvec",
16403 "bytemuck",
16404 "cfg-if",
16405 "log",
16406 "png",
16407 "tiny-skia-path",
16408]
16409
16410[[package]]
16411name = "tiny-skia-path"
16412version = "0.11.4"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16415dependencies = [
16416 "arrayref",
16417 "bytemuck",
16418 "strict-num",
16419]
16420
16421[[package]]
16422name = "tiny_http"
16423version = "0.8.2"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16426dependencies = [
16427 "ascii",
16428 "chrono",
16429 "chunked_transfer",
16430 "log",
16431 "url",
16432]
16433
16434[[package]]
16435name = "tinystr"
16436version = "0.7.6"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16439dependencies = [
16440 "displaydoc",
16441 "zerovec",
16442]
16443
16444[[package]]
16445name = "tinytemplate"
16446version = "1.2.1"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16449dependencies = [
16450 "serde",
16451 "serde_json",
16452]
16453
16454[[package]]
16455name = "tinyvec"
16456version = "1.9.0"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16459dependencies = [
16460 "tinyvec_macros",
16461]
16462
16463[[package]]
16464name = "tinyvec_macros"
16465version = "0.1.1"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16468
16469[[package]]
16470name = "title_bar"
16471version = "0.1.0"
16472dependencies = [
16473 "anyhow",
16474 "auto_update",
16475 "call",
16476 "chrono",
16477 "client",
16478 "cloud_llm_client",
16479 "collections",
16480 "db",
16481 "gpui",
16482 "http_client",
16483 "notifications",
16484 "pretty_assertions",
16485 "project",
16486 "remote",
16487 "rpc",
16488 "schemars 1.0.1",
16489 "serde",
16490 "settings",
16491 "smallvec",
16492 "story",
16493 "telemetry",
16494 "theme",
16495 "tree-sitter-md",
16496 "ui",
16497 "util",
16498 "windows 0.61.1",
16499 "workspace",
16500 "workspace-hack",
16501 "zed_actions",
16502]
16503
16504[[package]]
16505name = "tokio"
16506version = "1.44.2"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16509dependencies = [
16510 "backtrace",
16511 "bytes 1.10.1",
16512 "libc",
16513 "mio 1.0.3",
16514 "parking_lot",
16515 "pin-project-lite",
16516 "signal-hook-registry",
16517 "socket2",
16518 "tokio-macros",
16519 "windows-sys 0.52.0",
16520]
16521
16522[[package]]
16523name = "tokio-io"
16524version = "0.1.13"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16527dependencies = [
16528 "bytes 0.4.12",
16529 "futures 0.1.31",
16530 "log",
16531]
16532
16533[[package]]
16534name = "tokio-macros"
16535version = "2.5.0"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16538dependencies = [
16539 "proc-macro2",
16540 "quote",
16541 "syn 2.0.101",
16542]
16543
16544[[package]]
16545name = "tokio-native-tls"
16546version = "0.3.1"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16549dependencies = [
16550 "native-tls",
16551 "tokio",
16552]
16553
16554[[package]]
16555name = "tokio-rustls"
16556version = "0.24.1"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16559dependencies = [
16560 "rustls 0.21.12",
16561 "tokio",
16562]
16563
16564[[package]]
16565name = "tokio-rustls"
16566version = "0.26.2"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16569dependencies = [
16570 "rustls 0.23.26",
16571 "tokio",
16572]
16573
16574[[package]]
16575name = "tokio-socks"
16576version = "0.5.2"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16579dependencies = [
16580 "either",
16581 "futures-io",
16582 "futures-util",
16583 "thiserror 1.0.69",
16584 "tokio",
16585]
16586
16587[[package]]
16588name = "tokio-stream"
16589version = "0.1.17"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16592dependencies = [
16593 "futures-core",
16594 "pin-project-lite",
16595 "tokio",
16596]
16597
16598[[package]]
16599name = "tokio-tungstenite"
16600version = "0.20.1"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16603dependencies = [
16604 "futures-util",
16605 "log",
16606 "tokio",
16607 "tungstenite 0.20.1",
16608]
16609
16610[[package]]
16611name = "tokio-tungstenite"
16612version = "0.21.0"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16615dependencies = [
16616 "futures-util",
16617 "log",
16618 "tokio",
16619 "tungstenite 0.21.0",
16620]
16621
16622[[package]]
16623name = "tokio-tungstenite"
16624version = "0.26.2"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16627dependencies = [
16628 "futures-util",
16629 "log",
16630 "rustls 0.23.26",
16631 "rustls-pki-types",
16632 "tokio",
16633 "tokio-rustls 0.26.2",
16634 "tungstenite 0.26.2",
16635]
16636
16637[[package]]
16638name = "tokio-util"
16639version = "0.7.14"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16642dependencies = [
16643 "bytes 1.10.1",
16644 "futures-core",
16645 "futures-io",
16646 "futures-sink",
16647 "pin-project-lite",
16648 "tokio",
16649]
16650
16651[[package]]
16652name = "toml"
16653version = "0.5.11"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16656dependencies = [
16657 "serde",
16658]
16659
16660[[package]]
16661name = "toml"
16662version = "0.8.20"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16665dependencies = [
16666 "serde",
16667 "serde_spanned",
16668 "toml_datetime",
16669 "toml_edit",
16670]
16671
16672[[package]]
16673name = "toml_datetime"
16674version = "0.6.9"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16677dependencies = [
16678 "serde",
16679]
16680
16681[[package]]
16682name = "toml_edit"
16683version = "0.22.26"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16686dependencies = [
16687 "indexmap 2.9.0",
16688 "serde",
16689 "serde_spanned",
16690 "toml_datetime",
16691 "toml_write",
16692 "winnow",
16693]
16694
16695[[package]]
16696name = "toml_write"
16697version = "0.1.1"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16700
16701[[package]]
16702name = "toolchain_selector"
16703version = "0.1.0"
16704dependencies = [
16705 "anyhow",
16706 "convert_case 0.8.0",
16707 "editor",
16708 "file_finder",
16709 "futures 0.3.31",
16710 "fuzzy",
16711 "gpui",
16712 "language",
16713 "menu",
16714 "picker",
16715 "project",
16716 "ui",
16717 "util",
16718 "workspace",
16719 "workspace-hack",
16720]
16721
16722[[package]]
16723name = "topological-sort"
16724version = "0.2.2"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16727
16728[[package]]
16729name = "tower"
16730version = "0.4.13"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16733dependencies = [
16734 "futures-core",
16735 "futures-util",
16736 "pin-project",
16737 "pin-project-lite",
16738 "tokio",
16739 "tower-layer",
16740 "tower-service",
16741 "tracing",
16742]
16743
16744[[package]]
16745name = "tower"
16746version = "0.5.2"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16749dependencies = [
16750 "futures-core",
16751 "futures-util",
16752 "pin-project-lite",
16753 "sync_wrapper 1.0.2",
16754 "tokio",
16755 "tower-layer",
16756 "tower-service",
16757]
16758
16759[[package]]
16760name = "tower-http"
16761version = "0.3.5"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16764dependencies = [
16765 "bitflags 1.3.2",
16766 "bytes 1.10.1",
16767 "futures-core",
16768 "futures-util",
16769 "http 0.2.12",
16770 "http-body 0.4.6",
16771 "http-range-header",
16772 "pin-project-lite",
16773 "tower-layer",
16774 "tower-service",
16775]
16776
16777[[package]]
16778name = "tower-http"
16779version = "0.4.4"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16782dependencies = [
16783 "bitflags 2.9.0",
16784 "bytes 1.10.1",
16785 "futures-core",
16786 "futures-util",
16787 "http 0.2.12",
16788 "http-body 0.4.6",
16789 "http-range-header",
16790 "pin-project-lite",
16791 "tower-layer",
16792 "tower-service",
16793 "tracing",
16794]
16795
16796[[package]]
16797name = "tower-layer"
16798version = "0.3.3"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16801
16802[[package]]
16803name = "tower-service"
16804version = "0.3.3"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16807
16808[[package]]
16809name = "tracing"
16810version = "0.1.41"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16813dependencies = [
16814 "log",
16815 "pin-project-lite",
16816 "tracing-attributes",
16817 "tracing-core",
16818]
16819
16820[[package]]
16821name = "tracing-attributes"
16822version = "0.1.28"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16825dependencies = [
16826 "proc-macro2",
16827 "quote",
16828 "syn 2.0.101",
16829]
16830
16831[[package]]
16832name = "tracing-core"
16833version = "0.1.33"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16836dependencies = [
16837 "once_cell",
16838 "valuable",
16839]
16840
16841[[package]]
16842name = "tracing-log"
16843version = "0.2.0"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16846dependencies = [
16847 "log",
16848 "once_cell",
16849 "tracing-core",
16850]
16851
16852[[package]]
16853name = "tracing-serde"
16854version = "0.2.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16857dependencies = [
16858 "serde",
16859 "tracing-core",
16860]
16861
16862[[package]]
16863name = "tracing-subscriber"
16864version = "0.3.20"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16867dependencies = [
16868 "matchers",
16869 "nu-ansi-term",
16870 "once_cell",
16871 "regex-automata",
16872 "serde",
16873 "serde_json",
16874 "sharded-slab",
16875 "smallvec",
16876 "thread_local",
16877 "tracing",
16878 "tracing-core",
16879 "tracing-log",
16880 "tracing-serde",
16881]
16882
16883[[package]]
16884name = "trait-variant"
16885version = "0.1.2"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16888dependencies = [
16889 "proc-macro2",
16890 "quote",
16891 "syn 2.0.101",
16892]
16893
16894[[package]]
16895name = "transpose"
16896version = "0.2.3"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16899dependencies = [
16900 "num-integer",
16901 "strength_reduce",
16902]
16903
16904[[package]]
16905name = "tree-sitter"
16906version = "0.25.10"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16909dependencies = [
16910 "cc",
16911 "regex",
16912 "regex-syntax",
16913 "serde_json",
16914 "streaming-iterator",
16915 "tree-sitter-language",
16916 "wasmtime-c-api-impl",
16917]
16918
16919[[package]]
16920name = "tree-sitter-bash"
16921version = "0.25.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16924dependencies = [
16925 "cc",
16926 "tree-sitter-language",
16927]
16928
16929[[package]]
16930name = "tree-sitter-c"
16931version = "0.23.4"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16934dependencies = [
16935 "cc",
16936 "tree-sitter-language",
16937]
16938
16939[[package]]
16940name = "tree-sitter-cpp"
16941version = "0.23.4"
16942source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16943dependencies = [
16944 "cc",
16945 "tree-sitter-language",
16946]
16947
16948[[package]]
16949name = "tree-sitter-css"
16950version = "0.23.2"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16953dependencies = [
16954 "cc",
16955 "tree-sitter-language",
16956]
16957
16958[[package]]
16959name = "tree-sitter-diff"
16960version = "0.1.0"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16963dependencies = [
16964 "cc",
16965 "tree-sitter-language",
16966]
16967
16968[[package]]
16969name = "tree-sitter-elixir"
16970version = "0.3.4"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16973dependencies = [
16974 "cc",
16975 "tree-sitter-language",
16976]
16977
16978[[package]]
16979name = "tree-sitter-embedded-template"
16980version = "0.23.2"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16983dependencies = [
16984 "cc",
16985 "tree-sitter-language",
16986]
16987
16988[[package]]
16989name = "tree-sitter-gitcommit"
16990version = "0.0.1"
16991source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16992dependencies = [
16993 "cc",
16994 "tree-sitter-language",
16995]
16996
16997[[package]]
16998name = "tree-sitter-go"
16999version = "0.23.4"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17002dependencies = [
17003 "cc",
17004 "tree-sitter-language",
17005]
17006
17007[[package]]
17008name = "tree-sitter-gomod"
17009version = "1.1.1"
17010source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17011dependencies = [
17012 "cc",
17013 "tree-sitter-language",
17014]
17015
17016[[package]]
17017name = "tree-sitter-gowork"
17018version = "0.0.1"
17019source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17020dependencies = [
17021 "cc",
17022 "tree-sitter-language",
17023]
17024
17025[[package]]
17026name = "tree-sitter-heex"
17027version = "0.0.1"
17028source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17029dependencies = [
17030 "cc",
17031 "tree-sitter-language",
17032]
17033
17034[[package]]
17035name = "tree-sitter-html"
17036version = "0.23.2"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17039dependencies = [
17040 "cc",
17041 "tree-sitter-language",
17042]
17043
17044[[package]]
17045name = "tree-sitter-jsdoc"
17046version = "0.23.2"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17049dependencies = [
17050 "cc",
17051 "tree-sitter-language",
17052]
17053
17054[[package]]
17055name = "tree-sitter-json"
17056version = "0.24.8"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17059dependencies = [
17060 "cc",
17061 "tree-sitter-language",
17062]
17063
17064[[package]]
17065name = "tree-sitter-language"
17066version = "0.1.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17069
17070[[package]]
17071name = "tree-sitter-md"
17072version = "0.3.2"
17073source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17074dependencies = [
17075 "cc",
17076 "tree-sitter-language",
17077]
17078
17079[[package]]
17080name = "tree-sitter-python"
17081version = "0.25.0"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17084dependencies = [
17085 "cc",
17086 "tree-sitter-language",
17087]
17088
17089[[package]]
17090name = "tree-sitter-regex"
17091version = "0.24.3"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17094dependencies = [
17095 "cc",
17096 "tree-sitter-language",
17097]
17098
17099[[package]]
17100name = "tree-sitter-ruby"
17101version = "0.23.1"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17104dependencies = [
17105 "cc",
17106 "tree-sitter-language",
17107]
17108
17109[[package]]
17110name = "tree-sitter-rust"
17111version = "0.24.0"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17114dependencies = [
17115 "cc",
17116 "tree-sitter-language",
17117]
17118
17119[[package]]
17120name = "tree-sitter-typescript"
17121version = "0.23.2"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17124dependencies = [
17125 "cc",
17126 "tree-sitter-language",
17127]
17128
17129[[package]]
17130name = "tree-sitter-yaml"
17131version = "0.6.1"
17132source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17133dependencies = [
17134 "cc",
17135 "tree-sitter-language",
17136]
17137
17138[[package]]
17139name = "try-lock"
17140version = "0.2.5"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17143
17144[[package]]
17145name = "ttf-parser"
17146version = "0.20.0"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17149
17150[[package]]
17151name = "ttf-parser"
17152version = "0.21.1"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17155
17156[[package]]
17157name = "ttf-parser"
17158version = "0.25.1"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17161dependencies = [
17162 "core_maths",
17163]
17164
17165[[package]]
17166name = "tungstenite"
17167version = "0.20.1"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17170dependencies = [
17171 "byteorder",
17172 "bytes 1.10.1",
17173 "data-encoding",
17174 "http 0.2.12",
17175 "httparse",
17176 "log",
17177 "rand 0.8.5",
17178 "sha1",
17179 "thiserror 1.0.69",
17180 "url",
17181 "utf-8",
17182]
17183
17184[[package]]
17185name = "tungstenite"
17186version = "0.21.0"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17189dependencies = [
17190 "byteorder",
17191 "bytes 1.10.1",
17192 "data-encoding",
17193 "http 1.3.1",
17194 "httparse",
17195 "log",
17196 "rand 0.8.5",
17197 "sha1",
17198 "thiserror 1.0.69",
17199 "url",
17200 "utf-8",
17201]
17202
17203[[package]]
17204name = "tungstenite"
17205version = "0.26.2"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17208dependencies = [
17209 "bytes 1.10.1",
17210 "data-encoding",
17211 "http 1.3.1",
17212 "httparse",
17213 "log",
17214 "rand 0.9.1",
17215 "rustls 0.23.26",
17216 "rustls-pki-types",
17217 "sha1",
17218 "thiserror 2.0.12",
17219 "utf-8",
17220]
17221
17222[[package]]
17223name = "typed-path"
17224version = "0.11.0"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17227
17228[[package]]
17229name = "typeid"
17230version = "1.0.3"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17233
17234[[package]]
17235name = "typenum"
17236version = "1.18.0"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17239
17240[[package]]
17241name = "ucd-trie"
17242version = "0.1.7"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17245
17246[[package]]
17247name = "uds"
17248version = "0.4.2"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17251dependencies = [
17252 "libc",
17253]
17254
17255[[package]]
17256name = "uds_windows"
17257version = "1.1.0"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17260dependencies = [
17261 "memoffset",
17262 "tempfile",
17263 "winapi",
17264]
17265
17266[[package]]
17267name = "ug"
17268version = "0.4.0"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17271dependencies = [
17272 "gemm 0.18.2",
17273 "half",
17274 "libloading",
17275 "memmap2",
17276 "num",
17277 "num-traits",
17278 "num_cpus",
17279 "rayon",
17280 "safetensors",
17281 "serde",
17282 "thiserror 1.0.69",
17283 "tracing",
17284 "yoke",
17285]
17286
17287[[package]]
17288name = "ui"
17289version = "0.1.0"
17290dependencies = [
17291 "chrono",
17292 "component",
17293 "documented",
17294 "gpui",
17295 "gpui_macros",
17296 "icons",
17297 "itertools 0.14.0",
17298 "menu",
17299 "schemars 1.0.1",
17300 "serde",
17301 "settings",
17302 "smallvec",
17303 "story",
17304 "strum 0.27.1",
17305 "theme",
17306 "ui_macros",
17307 "util",
17308 "windows 0.61.1",
17309 "workspace-hack",
17310]
17311
17312[[package]]
17313name = "ui_input"
17314version = "0.1.0"
17315dependencies = [
17316 "component",
17317 "editor",
17318 "gpui",
17319 "settings",
17320 "theme",
17321 "ui",
17322 "workspace-hack",
17323]
17324
17325[[package]]
17326name = "ui_macros"
17327version = "0.1.0"
17328dependencies = [
17329 "component",
17330 "quote",
17331 "syn 2.0.101",
17332 "ui",
17333 "workspace-hack",
17334]
17335
17336[[package]]
17337name = "ui_prompt"
17338version = "0.1.0"
17339dependencies = [
17340 "gpui",
17341 "markdown",
17342 "menu",
17343 "settings",
17344 "theme",
17345 "ui",
17346 "workspace",
17347 "workspace-hack",
17348]
17349
17350[[package]]
17351name = "unicase"
17352version = "2.8.1"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17355
17356[[package]]
17357name = "unicode-bidi"
17358version = "0.3.18"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17361
17362[[package]]
17363name = "unicode-bidi-mirroring"
17364version = "0.2.0"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17367
17368[[package]]
17369name = "unicode-bidi-mirroring"
17370version = "0.4.0"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17373
17374[[package]]
17375name = "unicode-ccc"
17376version = "0.2.0"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17379
17380[[package]]
17381name = "unicode-ccc"
17382version = "0.4.0"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17385
17386[[package]]
17387name = "unicode-ident"
17388version = "1.0.18"
17389source = "registry+https://github.com/rust-lang/crates.io-index"
17390checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17391
17392[[package]]
17393name = "unicode-linebreak"
17394version = "0.1.5"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17397
17398[[package]]
17399name = "unicode-normalization"
17400version = "0.1.24"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17403dependencies = [
17404 "tinyvec",
17405]
17406
17407[[package]]
17408name = "unicode-properties"
17409version = "0.1.3"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17412
17413[[package]]
17414name = "unicode-script"
17415version = "0.5.7"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17418
17419[[package]]
17420name = "unicode-segmentation"
17421version = "1.12.0"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17424
17425[[package]]
17426name = "unicode-vo"
17427version = "0.1.0"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17430
17431[[package]]
17432name = "unicode-width"
17433version = "0.2.0"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17436
17437[[package]]
17438name = "unicode-xid"
17439version = "0.2.6"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17442
17443[[package]]
17444name = "unicode_categories"
17445version = "0.1.1"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17448
17449[[package]]
17450name = "unindent"
17451version = "0.2.4"
17452source = "registry+https://github.com/rust-lang/crates.io-index"
17453checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17454
17455[[package]]
17456name = "untrusted"
17457version = "0.9.0"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17460
17461[[package]]
17462name = "url"
17463version = "2.5.4"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17466dependencies = [
17467 "form_urlencoded",
17468 "idna",
17469 "percent-encoding",
17470 "serde",
17471]
17472
17473[[package]]
17474name = "urlencoding"
17475version = "2.1.3"
17476source = "registry+https://github.com/rust-lang/crates.io-index"
17477checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17478
17479[[package]]
17480name = "usvg"
17481version = "0.45.1"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17484dependencies = [
17485 "base64 0.22.1",
17486 "data-url",
17487 "flate2",
17488 "fontdb 0.23.0",
17489 "imagesize",
17490 "kurbo",
17491 "log",
17492 "pico-args",
17493 "roxmltree",
17494 "rustybuzz 0.20.1",
17495 "simplecss",
17496 "siphasher",
17497 "strict-num",
17498 "svgtypes",
17499 "tiny-skia-path",
17500 "unicode-bidi",
17501 "unicode-script",
17502 "unicode-vo",
17503 "xmlwriter",
17504]
17505
17506[[package]]
17507name = "utf-8"
17508version = "0.7.6"
17509source = "registry+https://github.com/rust-lang/crates.io-index"
17510checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17511
17512[[package]]
17513name = "utf16_iter"
17514version = "1.0.5"
17515source = "registry+https://github.com/rust-lang/crates.io-index"
17516checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17517
17518[[package]]
17519name = "utf8_iter"
17520version = "1.0.4"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17523
17524[[package]]
17525name = "utf8parse"
17526version = "0.2.2"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17529
17530[[package]]
17531name = "util"
17532version = "0.1.0"
17533dependencies = [
17534 "anyhow",
17535 "async-fs",
17536 "async_zip",
17537 "collections",
17538 "command-fds",
17539 "dirs 4.0.0",
17540 "dunce",
17541 "futures 0.3.31",
17542 "futures-lite 1.13.0",
17543 "git2",
17544 "globset",
17545 "indoc",
17546 "itertools 0.14.0",
17547 "libc",
17548 "log",
17549 "nix 0.29.0",
17550 "pretty_assertions",
17551 "rand 0.9.1",
17552 "regex",
17553 "rust-embed",
17554 "schemars 1.0.1",
17555 "serde",
17556 "serde_json",
17557 "serde_json_lenient",
17558 "shlex",
17559 "smol",
17560 "take-until",
17561 "tempfile",
17562 "tendril",
17563 "unicase",
17564 "util_macros",
17565 "walkdir",
17566 "workspace-hack",
17567]
17568
17569[[package]]
17570name = "util_macros"
17571version = "0.1.0"
17572dependencies = [
17573 "perf",
17574 "quote",
17575 "syn 2.0.101",
17576 "workspace-hack",
17577]
17578
17579[[package]]
17580name = "uuid"
17581version = "1.16.0"
17582source = "registry+https://github.com/rust-lang/crates.io-index"
17583checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17584dependencies = [
17585 "getrandom 0.3.2",
17586 "serde",
17587 "sha1_smol",
17588]
17589
17590[[package]]
17591name = "uuid-simd"
17592version = "0.8.0"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17595dependencies = [
17596 "outref",
17597 "uuid",
17598 "vsimd",
17599]
17600
17601[[package]]
17602name = "v_frame"
17603version = "0.3.8"
17604source = "registry+https://github.com/rust-lang/crates.io-index"
17605checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17606dependencies = [
17607 "aligned-vec",
17608 "num-traits",
17609 "wasm-bindgen",
17610]
17611
17612[[package]]
17613name = "valuable"
17614version = "0.1.1"
17615source = "registry+https://github.com/rust-lang/crates.io-index"
17616checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17617
17618[[package]]
17619name = "value-bag"
17620version = "1.11.1"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17623dependencies = [
17624 "value-bag-serde1",
17625 "value-bag-sval2",
17626]
17627
17628[[package]]
17629name = "value-bag-serde1"
17630version = "1.11.1"
17631source = "registry+https://github.com/rust-lang/crates.io-index"
17632checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17633dependencies = [
17634 "erased-serde",
17635 "serde",
17636 "serde_fmt",
17637]
17638
17639[[package]]
17640name = "value-bag-sval2"
17641version = "1.11.1"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17644dependencies = [
17645 "sval",
17646 "sval_buffer",
17647 "sval_dynamic",
17648 "sval_fmt",
17649 "sval_json",
17650 "sval_ref",
17651 "sval_serde",
17652]
17653
17654[[package]]
17655name = "vcpkg"
17656version = "0.2.15"
17657source = "registry+https://github.com/rust-lang/crates.io-index"
17658checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17659
17660[[package]]
17661name = "vercel"
17662version = "0.1.0"
17663dependencies = [
17664 "anyhow",
17665 "schemars 1.0.1",
17666 "serde",
17667 "strum 0.27.1",
17668 "workspace-hack",
17669]
17670
17671[[package]]
17672name = "version-compare"
17673version = "0.2.0"
17674source = "registry+https://github.com/rust-lang/crates.io-index"
17675checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17676
17677[[package]]
17678name = "version_check"
17679version = "0.9.5"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17682
17683[[package]]
17684name = "vim"
17685version = "0.1.0"
17686dependencies = [
17687 "anyhow",
17688 "assets",
17689 "async-compat",
17690 "async-trait",
17691 "collections",
17692 "command_palette",
17693 "command_palette_hooks",
17694 "db",
17695 "editor",
17696 "env_logger 0.11.8",
17697 "futures 0.3.31",
17698 "git_ui",
17699 "gpui",
17700 "indoc",
17701 "itertools 0.14.0",
17702 "language",
17703 "log",
17704 "lsp",
17705 "menu",
17706 "multi_buffer",
17707 "nvim-rs",
17708 "parking_lot",
17709 "perf",
17710 "picker",
17711 "project",
17712 "project_panel",
17713 "regex",
17714 "release_channel",
17715 "schemars 1.0.1",
17716 "search",
17717 "serde",
17718 "serde_json",
17719 "settings",
17720 "task",
17721 "text",
17722 "theme",
17723 "tokio",
17724 "ui",
17725 "util",
17726 "util_macros",
17727 "vim_mode_setting",
17728 "workspace",
17729 "workspace-hack",
17730 "zed_actions",
17731]
17732
17733[[package]]
17734name = "vim_mode_setting"
17735version = "0.1.0"
17736dependencies = [
17737 "gpui",
17738 "settings",
17739 "workspace-hack",
17740]
17741
17742[[package]]
17743name = "vscode_theme"
17744version = "0.2.0"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17747dependencies = [
17748 "serde",
17749]
17750
17751[[package]]
17752name = "vsimd"
17753version = "0.8.0"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17756
17757[[package]]
17758name = "vswhom"
17759version = "0.1.0"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17762dependencies = [
17763 "libc",
17764 "vswhom-sys",
17765]
17766
17767[[package]]
17768name = "vswhom-sys"
17769version = "0.1.3"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17772dependencies = [
17773 "cc",
17774 "libc",
17775]
17776
17777[[package]]
17778name = "vte"
17779version = "0.15.0"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17782dependencies = [
17783 "arrayvec",
17784 "bitflags 2.9.0",
17785 "cursor-icon",
17786 "log",
17787 "memchr",
17788 "serde",
17789]
17790
17791[[package]]
17792name = "waker-fn"
17793version = "1.2.0"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17796
17797[[package]]
17798name = "walkdir"
17799version = "2.5.0"
17800source = "registry+https://github.com/rust-lang/crates.io-index"
17801checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17802dependencies = [
17803 "same-file",
17804 "winapi-util",
17805]
17806
17807[[package]]
17808name = "want"
17809version = "0.3.1"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17812dependencies = [
17813 "try-lock",
17814]
17815
17816[[package]]
17817name = "warp"
17818version = "0.3.7"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17821dependencies = [
17822 "bytes 1.10.1",
17823 "futures-channel",
17824 "futures-util",
17825 "headers",
17826 "http 0.2.12",
17827 "hyper 0.14.32",
17828 "log",
17829 "mime",
17830 "mime_guess",
17831 "percent-encoding",
17832 "pin-project",
17833 "scoped-tls",
17834 "serde",
17835 "serde_json",
17836 "serde_urlencoded",
17837 "tokio",
17838 "tokio-tungstenite 0.21.0",
17839 "tokio-util",
17840 "tower-service",
17841 "tracing",
17842]
17843
17844[[package]]
17845name = "wasi"
17846version = "0.11.0+wasi-snapshot-preview1"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17849
17850[[package]]
17851name = "wasi"
17852version = "0.14.2+wasi-0.2.4"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17855dependencies = [
17856 "wit-bindgen-rt 0.39.0",
17857]
17858
17859[[package]]
17860name = "wasite"
17861version = "0.1.0"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17864
17865[[package]]
17866name = "wasm-bindgen"
17867version = "0.2.100"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17870dependencies = [
17871 "cfg-if",
17872 "once_cell",
17873 "rustversion",
17874 "wasm-bindgen-macro",
17875]
17876
17877[[package]]
17878name = "wasm-bindgen-backend"
17879version = "0.2.100"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17882dependencies = [
17883 "bumpalo",
17884 "log",
17885 "proc-macro2",
17886 "quote",
17887 "syn 2.0.101",
17888 "wasm-bindgen-shared",
17889]
17890
17891[[package]]
17892name = "wasm-bindgen-futures"
17893version = "0.4.50"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17896dependencies = [
17897 "cfg-if",
17898 "js-sys",
17899 "once_cell",
17900 "wasm-bindgen",
17901 "web-sys",
17902]
17903
17904[[package]]
17905name = "wasm-bindgen-macro"
17906version = "0.2.100"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17909dependencies = [
17910 "quote",
17911 "wasm-bindgen-macro-support",
17912]
17913
17914[[package]]
17915name = "wasm-bindgen-macro-support"
17916version = "0.2.100"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17919dependencies = [
17920 "proc-macro2",
17921 "quote",
17922 "syn 2.0.101",
17923 "wasm-bindgen-backend",
17924 "wasm-bindgen-shared",
17925]
17926
17927[[package]]
17928name = "wasm-bindgen-shared"
17929version = "0.2.100"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17932dependencies = [
17933 "unicode-ident",
17934]
17935
17936[[package]]
17937name = "wasm-encoder"
17938version = "0.201.0"
17939source = "registry+https://github.com/rust-lang/crates.io-index"
17940checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17941dependencies = [
17942 "leb128",
17943]
17944
17945[[package]]
17946name = "wasm-encoder"
17947version = "0.221.3"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17950dependencies = [
17951 "leb128",
17952 "wasmparser 0.221.3",
17953]
17954
17955[[package]]
17956name = "wasm-encoder"
17957version = "0.227.1"
17958source = "registry+https://github.com/rust-lang/crates.io-index"
17959checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17960dependencies = [
17961 "leb128fmt",
17962 "wasmparser 0.227.1",
17963]
17964
17965[[package]]
17966name = "wasm-metadata"
17967version = "0.201.0"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17970dependencies = [
17971 "anyhow",
17972 "indexmap 2.9.0",
17973 "serde",
17974 "serde_derive",
17975 "serde_json",
17976 "spdx",
17977 "wasm-encoder 0.201.0",
17978 "wasmparser 0.201.0",
17979]
17980
17981[[package]]
17982name = "wasm-metadata"
17983version = "0.227.1"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17986dependencies = [
17987 "anyhow",
17988 "auditable-serde",
17989 "flate2",
17990 "indexmap 2.9.0",
17991 "serde",
17992 "serde_derive",
17993 "serde_json",
17994 "spdx",
17995 "url",
17996 "wasm-encoder 0.227.1",
17997 "wasmparser 0.227.1",
17998]
17999
18000[[package]]
18001name = "wasm-streams"
18002version = "0.4.2"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18005dependencies = [
18006 "futures-util",
18007 "js-sys",
18008 "wasm-bindgen",
18009 "wasm-bindgen-futures",
18010 "web-sys",
18011]
18012
18013[[package]]
18014name = "wasmparser"
18015version = "0.201.0"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18018dependencies = [
18019 "bitflags 2.9.0",
18020 "indexmap 2.9.0",
18021 "semver",
18022]
18023
18024[[package]]
18025name = "wasmparser"
18026version = "0.221.3"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18029dependencies = [
18030 "bitflags 2.9.0",
18031 "hashbrown 0.15.3",
18032 "indexmap 2.9.0",
18033 "semver",
18034 "serde",
18035]
18036
18037[[package]]
18038name = "wasmparser"
18039version = "0.227.1"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18042dependencies = [
18043 "bitflags 2.9.0",
18044 "hashbrown 0.15.3",
18045 "indexmap 2.9.0",
18046 "semver",
18047]
18048
18049[[package]]
18050name = "wasmprinter"
18051version = "0.221.3"
18052source = "registry+https://github.com/rust-lang/crates.io-index"
18053checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18054dependencies = [
18055 "anyhow",
18056 "termcolor",
18057 "wasmparser 0.221.3",
18058]
18059
18060[[package]]
18061name = "wasmtime"
18062version = "29.0.1"
18063source = "registry+https://github.com/rust-lang/crates.io-index"
18064checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18065dependencies = [
18066 "anyhow",
18067 "async-trait",
18068 "bitflags 2.9.0",
18069 "bumpalo",
18070 "cc",
18071 "cfg-if",
18072 "encoding_rs",
18073 "hashbrown 0.14.5",
18074 "indexmap 2.9.0",
18075 "libc",
18076 "log",
18077 "mach2 0.4.2",
18078 "memfd",
18079 "object",
18080 "once_cell",
18081 "paste",
18082 "postcard",
18083 "psm",
18084 "pulley-interpreter",
18085 "rayon",
18086 "rustix 0.38.44",
18087 "semver",
18088 "serde",
18089 "serde_derive",
18090 "smallvec",
18091 "sptr",
18092 "target-lexicon 0.13.2",
18093 "trait-variant",
18094 "wasmparser 0.221.3",
18095 "wasmtime-asm-macros",
18096 "wasmtime-component-macro",
18097 "wasmtime-component-util",
18098 "wasmtime-cranelift",
18099 "wasmtime-environ",
18100 "wasmtime-fiber",
18101 "wasmtime-jit-icache-coherence",
18102 "wasmtime-math",
18103 "wasmtime-slab",
18104 "wasmtime-versioned-export-macros",
18105 "wasmtime-winch",
18106 "windows-sys 0.59.0",
18107]
18108
18109[[package]]
18110name = "wasmtime-asm-macros"
18111version = "29.0.1"
18112source = "registry+https://github.com/rust-lang/crates.io-index"
18113checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18114dependencies = [
18115 "cfg-if",
18116]
18117
18118[[package]]
18119name = "wasmtime-c-api-impl"
18120version = "29.0.1"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18123dependencies = [
18124 "anyhow",
18125 "log",
18126 "tracing",
18127 "wasmtime",
18128 "wasmtime-c-api-macros",
18129]
18130
18131[[package]]
18132name = "wasmtime-c-api-macros"
18133version = "29.0.1"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18136dependencies = [
18137 "proc-macro2",
18138 "quote",
18139]
18140
18141[[package]]
18142name = "wasmtime-component-macro"
18143version = "29.0.1"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18146dependencies = [
18147 "anyhow",
18148 "proc-macro2",
18149 "quote",
18150 "syn 2.0.101",
18151 "wasmtime-component-util",
18152 "wasmtime-wit-bindgen",
18153 "wit-parser 0.221.3",
18154]
18155
18156[[package]]
18157name = "wasmtime-component-util"
18158version = "29.0.1"
18159source = "registry+https://github.com/rust-lang/crates.io-index"
18160checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18161
18162[[package]]
18163name = "wasmtime-cranelift"
18164version = "29.0.1"
18165source = "registry+https://github.com/rust-lang/crates.io-index"
18166checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18167dependencies = [
18168 "anyhow",
18169 "cfg-if",
18170 "cranelift-codegen",
18171 "cranelift-control",
18172 "cranelift-entity",
18173 "cranelift-frontend",
18174 "cranelift-native",
18175 "gimli",
18176 "itertools 0.12.1",
18177 "log",
18178 "object",
18179 "smallvec",
18180 "target-lexicon 0.13.2",
18181 "thiserror 1.0.69",
18182 "wasmparser 0.221.3",
18183 "wasmtime-environ",
18184 "wasmtime-versioned-export-macros",
18185]
18186
18187[[package]]
18188name = "wasmtime-environ"
18189version = "29.0.1"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18192dependencies = [
18193 "anyhow",
18194 "cpp_demangle",
18195 "cranelift-bitset",
18196 "cranelift-entity",
18197 "gimli",
18198 "indexmap 2.9.0",
18199 "log",
18200 "object",
18201 "postcard",
18202 "rustc-demangle",
18203 "semver",
18204 "serde",
18205 "serde_derive",
18206 "smallvec",
18207 "target-lexicon 0.13.2",
18208 "wasm-encoder 0.221.3",
18209 "wasmparser 0.221.3",
18210 "wasmprinter",
18211 "wasmtime-component-util",
18212]
18213
18214[[package]]
18215name = "wasmtime-fiber"
18216version = "29.0.1"
18217source = "registry+https://github.com/rust-lang/crates.io-index"
18218checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18219dependencies = [
18220 "anyhow",
18221 "cc",
18222 "cfg-if",
18223 "rustix 0.38.44",
18224 "wasmtime-asm-macros",
18225 "wasmtime-versioned-export-macros",
18226 "windows-sys 0.59.0",
18227]
18228
18229[[package]]
18230name = "wasmtime-jit-icache-coherence"
18231version = "29.0.1"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18234dependencies = [
18235 "anyhow",
18236 "cfg-if",
18237 "libc",
18238 "windows-sys 0.59.0",
18239]
18240
18241[[package]]
18242name = "wasmtime-math"
18243version = "29.0.1"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18246dependencies = [
18247 "libm",
18248]
18249
18250[[package]]
18251name = "wasmtime-slab"
18252version = "29.0.1"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18255
18256[[package]]
18257name = "wasmtime-versioned-export-macros"
18258version = "29.0.1"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18261dependencies = [
18262 "proc-macro2",
18263 "quote",
18264 "syn 2.0.101",
18265]
18266
18267[[package]]
18268name = "wasmtime-wasi"
18269version = "29.0.1"
18270source = "registry+https://github.com/rust-lang/crates.io-index"
18271checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18272dependencies = [
18273 "anyhow",
18274 "async-trait",
18275 "bitflags 2.9.0",
18276 "bytes 1.10.1",
18277 "cap-fs-ext",
18278 "cap-net-ext",
18279 "cap-rand",
18280 "cap-std",
18281 "cap-time-ext",
18282 "fs-set-times",
18283 "futures 0.3.31",
18284 "io-extras",
18285 "io-lifetimes",
18286 "rustix 0.38.44",
18287 "system-interface",
18288 "thiserror 1.0.69",
18289 "tokio",
18290 "tracing",
18291 "trait-variant",
18292 "url",
18293 "wasmtime",
18294 "wiggle",
18295 "windows-sys 0.59.0",
18296]
18297
18298[[package]]
18299name = "wasmtime-winch"
18300version = "29.0.1"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18303dependencies = [
18304 "anyhow",
18305 "cranelift-codegen",
18306 "gimli",
18307 "object",
18308 "target-lexicon 0.13.2",
18309 "wasmparser 0.221.3",
18310 "wasmtime-cranelift",
18311 "wasmtime-environ",
18312 "winch-codegen",
18313]
18314
18315[[package]]
18316name = "wasmtime-wit-bindgen"
18317version = "29.0.1"
18318source = "registry+https://github.com/rust-lang/crates.io-index"
18319checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18320dependencies = [
18321 "anyhow",
18322 "heck 0.5.0",
18323 "indexmap 2.9.0",
18324 "wit-parser 0.221.3",
18325]
18326
18327[[package]]
18328name = "wast"
18329version = "35.0.2"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18332dependencies = [
18333 "leb128",
18334]
18335
18336[[package]]
18337name = "watch"
18338version = "0.1.0"
18339dependencies = [
18340 "ctor",
18341 "futures 0.3.31",
18342 "gpui",
18343 "parking_lot",
18344 "rand 0.9.1",
18345 "workspace-hack",
18346 "zlog",
18347]
18348
18349[[package]]
18350name = "wayland-backend"
18351version = "0.3.8"
18352source = "registry+https://github.com/rust-lang/crates.io-index"
18353checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18354dependencies = [
18355 "cc",
18356 "downcast-rs",
18357 "rustix 0.38.44",
18358 "scoped-tls",
18359 "smallvec",
18360 "wayland-sys",
18361]
18362
18363[[package]]
18364name = "wayland-client"
18365version = "0.31.8"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18368dependencies = [
18369 "bitflags 2.9.0",
18370 "rustix 0.38.44",
18371 "wayland-backend",
18372 "wayland-scanner",
18373]
18374
18375[[package]]
18376name = "wayland-cursor"
18377version = "0.31.8"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18380dependencies = [
18381 "rustix 0.38.44",
18382 "wayland-client",
18383 "xcursor",
18384]
18385
18386[[package]]
18387name = "wayland-protocols"
18388version = "0.31.2"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18391dependencies = [
18392 "bitflags 2.9.0",
18393 "wayland-backend",
18394 "wayland-client",
18395 "wayland-scanner",
18396]
18397
18398[[package]]
18399name = "wayland-protocols-plasma"
18400version = "0.2.0"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18403dependencies = [
18404 "bitflags 2.9.0",
18405 "wayland-backend",
18406 "wayland-client",
18407 "wayland-protocols",
18408 "wayland-scanner",
18409]
18410
18411[[package]]
18412name = "wayland-scanner"
18413version = "0.31.6"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18416dependencies = [
18417 "proc-macro2",
18418 "quick-xml 0.37.4",
18419 "quote",
18420]
18421
18422[[package]]
18423name = "wayland-sys"
18424version = "0.31.6"
18425source = "registry+https://github.com/rust-lang/crates.io-index"
18426checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18427dependencies = [
18428 "dlib",
18429 "log",
18430 "once_cell",
18431 "pkg-config",
18432]
18433
18434[[package]]
18435name = "web-sys"
18436version = "0.3.77"
18437source = "registry+https://github.com/rust-lang/crates.io-index"
18438checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18439dependencies = [
18440 "js-sys",
18441 "wasm-bindgen",
18442]
18443
18444[[package]]
18445name = "web-time"
18446version = "1.1.0"
18447source = "registry+https://github.com/rust-lang/crates.io-index"
18448checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18449dependencies = [
18450 "js-sys",
18451 "wasm-bindgen",
18452]
18453
18454[[package]]
18455name = "web_atoms"
18456version = "0.1.0"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18459dependencies = [
18460 "phf",
18461 "phf_codegen",
18462 "string_cache",
18463 "string_cache_codegen",
18464]
18465
18466[[package]]
18467name = "web_search"
18468version = "0.1.0"
18469dependencies = [
18470 "anyhow",
18471 "cloud_llm_client",
18472 "collections",
18473 "gpui",
18474 "serde",
18475 "workspace-hack",
18476]
18477
18478[[package]]
18479name = "web_search_providers"
18480version = "0.1.0"
18481dependencies = [
18482 "anyhow",
18483 "client",
18484 "cloud_llm_client",
18485 "futures 0.3.31",
18486 "gpui",
18487 "http_client",
18488 "language_model",
18489 "serde",
18490 "serde_json",
18491 "web_search",
18492 "workspace-hack",
18493]
18494
18495[[package]]
18496name = "webpki-root-certs"
18497version = "0.26.8"
18498source = "registry+https://github.com/rust-lang/crates.io-index"
18499checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18500dependencies = [
18501 "rustls-pki-types",
18502]
18503
18504[[package]]
18505name = "webpki-roots"
18506version = "0.26.8"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18509dependencies = [
18510 "rustls-pki-types",
18511]
18512
18513[[package]]
18514name = "webrtc-sys"
18515version = "0.3.7"
18516source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18517dependencies = [
18518 "cc",
18519 "cxx",
18520 "cxx-build",
18521 "glob",
18522 "log",
18523 "webrtc-sys-build",
18524]
18525
18526[[package]]
18527name = "webrtc-sys-build"
18528version = "0.3.6"
18529source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18530dependencies = [
18531 "fs2",
18532 "regex",
18533 "reqwest 0.11.27",
18534 "scratch",
18535 "semver",
18536 "zip 0.6.6",
18537]
18538
18539[[package]]
18540name = "weezl"
18541version = "0.1.8"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18544
18545[[package]]
18546name = "which"
18547version = "4.4.2"
18548source = "registry+https://github.com/rust-lang/crates.io-index"
18549checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18550dependencies = [
18551 "either",
18552 "home",
18553 "once_cell",
18554 "rustix 0.38.44",
18555]
18556
18557[[package]]
18558name = "which"
18559version = "6.0.3"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18562dependencies = [
18563 "either",
18564 "home",
18565 "rustix 0.38.44",
18566 "winsafe",
18567]
18568
18569[[package]]
18570name = "whoami"
18571version = "1.6.0"
18572source = "registry+https://github.com/rust-lang/crates.io-index"
18573checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18574dependencies = [
18575 "redox_syscall 0.5.11",
18576 "wasite",
18577]
18578
18579[[package]]
18580name = "wiggle"
18581version = "29.0.1"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18584dependencies = [
18585 "anyhow",
18586 "async-trait",
18587 "bitflags 2.9.0",
18588 "thiserror 1.0.69",
18589 "tracing",
18590 "wasmtime",
18591 "wiggle-macro",
18592]
18593
18594[[package]]
18595name = "wiggle-generate"
18596version = "29.0.1"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18599dependencies = [
18600 "anyhow",
18601 "heck 0.5.0",
18602 "proc-macro2",
18603 "quote",
18604 "shellexpand 2.1.2",
18605 "syn 2.0.101",
18606 "witx",
18607]
18608
18609[[package]]
18610name = "wiggle-macro"
18611version = "29.0.1"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18614dependencies = [
18615 "proc-macro2",
18616 "quote",
18617 "syn 2.0.101",
18618 "wiggle-generate",
18619]
18620
18621[[package]]
18622name = "winapi"
18623version = "0.3.9"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18626dependencies = [
18627 "winapi-i686-pc-windows-gnu",
18628 "winapi-x86_64-pc-windows-gnu",
18629]
18630
18631[[package]]
18632name = "winapi-i686-pc-windows-gnu"
18633version = "0.4.0"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18636
18637[[package]]
18638name = "winapi-util"
18639version = "0.1.9"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18642dependencies = [
18643 "windows-sys 0.59.0",
18644]
18645
18646[[package]]
18647name = "winapi-x86_64-pc-windows-gnu"
18648version = "0.4.0"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18651
18652[[package]]
18653name = "winch-codegen"
18654version = "29.0.1"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18657dependencies = [
18658 "anyhow",
18659 "cranelift-codegen",
18660 "gimli",
18661 "regalloc2",
18662 "smallvec",
18663 "target-lexicon 0.13.2",
18664 "thiserror 1.0.69",
18665 "wasmparser 0.221.3",
18666 "wasmtime-cranelift",
18667 "wasmtime-environ",
18668]
18669
18670[[package]]
18671name = "windows"
18672version = "0.54.0"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18675dependencies = [
18676 "windows-core 0.54.0",
18677 "windows-targets 0.52.6",
18678]
18679
18680[[package]]
18681name = "windows"
18682version = "0.57.0"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18685dependencies = [
18686 "windows-core 0.57.0",
18687 "windows-targets 0.52.6",
18688]
18689
18690[[package]]
18691name = "windows"
18692version = "0.58.0"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18695dependencies = [
18696 "windows-core 0.58.0",
18697 "windows-targets 0.52.6",
18698]
18699
18700[[package]]
18701name = "windows"
18702version = "0.61.1"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18705dependencies = [
18706 "windows-collections",
18707 "windows-core 0.61.0",
18708 "windows-future",
18709 "windows-link 0.1.1",
18710 "windows-numerics",
18711]
18712
18713[[package]]
18714name = "windows-capture"
18715version = "1.4.3"
18716source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18717dependencies = [
18718 "clap",
18719 "ctrlc",
18720 "parking_lot",
18721 "rayon",
18722 "thiserror 2.0.12",
18723 "windows 0.61.1",
18724 "windows-future",
18725]
18726
18727[[package]]
18728name = "windows-collections"
18729version = "0.2.0"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18732dependencies = [
18733 "windows-core 0.61.0",
18734]
18735
18736[[package]]
18737name = "windows-core"
18738version = "0.54.0"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18741dependencies = [
18742 "windows-result 0.1.2",
18743 "windows-targets 0.52.6",
18744]
18745
18746[[package]]
18747name = "windows-core"
18748version = "0.57.0"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18751dependencies = [
18752 "windows-implement 0.57.0",
18753 "windows-interface 0.57.0",
18754 "windows-result 0.1.2",
18755 "windows-targets 0.52.6",
18756]
18757
18758[[package]]
18759name = "windows-core"
18760version = "0.58.0"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18763dependencies = [
18764 "windows-implement 0.58.0",
18765 "windows-interface 0.58.0",
18766 "windows-result 0.2.0",
18767 "windows-strings 0.1.0",
18768 "windows-targets 0.52.6",
18769]
18770
18771[[package]]
18772name = "windows-core"
18773version = "0.61.0"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18776dependencies = [
18777 "windows-implement 0.60.0",
18778 "windows-interface 0.59.1",
18779 "windows-link 0.1.1",
18780 "windows-result 0.3.2",
18781 "windows-strings 0.4.0",
18782]
18783
18784[[package]]
18785name = "windows-future"
18786version = "0.2.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18789dependencies = [
18790 "windows-core 0.61.0",
18791 "windows-link 0.1.1",
18792]
18793
18794[[package]]
18795name = "windows-implement"
18796version = "0.57.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18799dependencies = [
18800 "proc-macro2",
18801 "quote",
18802 "syn 2.0.101",
18803]
18804
18805[[package]]
18806name = "windows-implement"
18807version = "0.58.0"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18810dependencies = [
18811 "proc-macro2",
18812 "quote",
18813 "syn 2.0.101",
18814]
18815
18816[[package]]
18817name = "windows-implement"
18818version = "0.60.0"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18821dependencies = [
18822 "proc-macro2",
18823 "quote",
18824 "syn 2.0.101",
18825]
18826
18827[[package]]
18828name = "windows-interface"
18829version = "0.57.0"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18832dependencies = [
18833 "proc-macro2",
18834 "quote",
18835 "syn 2.0.101",
18836]
18837
18838[[package]]
18839name = "windows-interface"
18840version = "0.58.0"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18843dependencies = [
18844 "proc-macro2",
18845 "quote",
18846 "syn 2.0.101",
18847]
18848
18849[[package]]
18850name = "windows-interface"
18851version = "0.59.1"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18854dependencies = [
18855 "proc-macro2",
18856 "quote",
18857 "syn 2.0.101",
18858]
18859
18860[[package]]
18861name = "windows-link"
18862version = "0.1.1"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18865
18866[[package]]
18867name = "windows-link"
18868version = "0.2.0"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18871
18872[[package]]
18873name = "windows-numerics"
18874version = "0.2.0"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18877dependencies = [
18878 "windows-core 0.61.0",
18879 "windows-link 0.1.1",
18880]
18881
18882[[package]]
18883name = "windows-registry"
18884version = "0.4.0"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18887dependencies = [
18888 "windows-result 0.3.2",
18889 "windows-strings 0.3.1",
18890 "windows-targets 0.53.2",
18891]
18892
18893[[package]]
18894name = "windows-registry"
18895version = "0.5.1"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18898dependencies = [
18899 "windows-link 0.1.1",
18900 "windows-result 0.3.2",
18901 "windows-strings 0.4.0",
18902]
18903
18904[[package]]
18905name = "windows-registry"
18906version = "0.6.0"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18909dependencies = [
18910 "windows-link 0.2.0",
18911 "windows-result 0.4.0",
18912 "windows-strings 0.5.0",
18913]
18914
18915[[package]]
18916name = "windows-result"
18917version = "0.1.2"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18920dependencies = [
18921 "windows-targets 0.52.6",
18922]
18923
18924[[package]]
18925name = "windows-result"
18926version = "0.2.0"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18929dependencies = [
18930 "windows-targets 0.52.6",
18931]
18932
18933[[package]]
18934name = "windows-result"
18935version = "0.3.2"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18938dependencies = [
18939 "windows-link 0.1.1",
18940]
18941
18942[[package]]
18943name = "windows-result"
18944version = "0.4.0"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18947dependencies = [
18948 "windows-link 0.2.0",
18949]
18950
18951[[package]]
18952name = "windows-strings"
18953version = "0.1.0"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18956dependencies = [
18957 "windows-result 0.2.0",
18958 "windows-targets 0.52.6",
18959]
18960
18961[[package]]
18962name = "windows-strings"
18963version = "0.3.1"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18966dependencies = [
18967 "windows-link 0.1.1",
18968]
18969
18970[[package]]
18971name = "windows-strings"
18972version = "0.4.0"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18975dependencies = [
18976 "windows-link 0.1.1",
18977]
18978
18979[[package]]
18980name = "windows-strings"
18981version = "0.5.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18984dependencies = [
18985 "windows-link 0.2.0",
18986]
18987
18988[[package]]
18989name = "windows-sys"
18990version = "0.45.0"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18993dependencies = [
18994 "windows-targets 0.42.2",
18995]
18996
18997[[package]]
18998name = "windows-sys"
18999version = "0.48.0"
19000source = "registry+https://github.com/rust-lang/crates.io-index"
19001checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19002dependencies = [
19003 "windows-targets 0.48.5",
19004]
19005
19006[[package]]
19007name = "windows-sys"
19008version = "0.52.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19011dependencies = [
19012 "windows-targets 0.52.6",
19013]
19014
19015[[package]]
19016name = "windows-sys"
19017version = "0.59.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19020dependencies = [
19021 "windows-targets 0.52.6",
19022]
19023
19024[[package]]
19025name = "windows-sys"
19026version = "0.60.2"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19029dependencies = [
19030 "windows-targets 0.53.2",
19031]
19032
19033[[package]]
19034name = "windows-sys"
19035version = "0.61.0"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19038dependencies = [
19039 "windows-link 0.2.0",
19040]
19041
19042[[package]]
19043name = "windows-targets"
19044version = "0.42.2"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19047dependencies = [
19048 "windows_aarch64_gnullvm 0.42.2",
19049 "windows_aarch64_msvc 0.42.2",
19050 "windows_i686_gnu 0.42.2",
19051 "windows_i686_msvc 0.42.2",
19052 "windows_x86_64_gnu 0.42.2",
19053 "windows_x86_64_gnullvm 0.42.2",
19054 "windows_x86_64_msvc 0.42.2",
19055]
19056
19057[[package]]
19058name = "windows-targets"
19059version = "0.48.5"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19062dependencies = [
19063 "windows_aarch64_gnullvm 0.48.5",
19064 "windows_aarch64_msvc 0.48.5",
19065 "windows_i686_gnu 0.48.5",
19066 "windows_i686_msvc 0.48.5",
19067 "windows_x86_64_gnu 0.48.5",
19068 "windows_x86_64_gnullvm 0.48.5",
19069 "windows_x86_64_msvc 0.48.5",
19070]
19071
19072[[package]]
19073name = "windows-targets"
19074version = "0.52.6"
19075source = "registry+https://github.com/rust-lang/crates.io-index"
19076checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19077dependencies = [
19078 "windows_aarch64_gnullvm 0.52.6",
19079 "windows_aarch64_msvc 0.52.6",
19080 "windows_i686_gnu 0.52.6",
19081 "windows_i686_gnullvm 0.52.6",
19082 "windows_i686_msvc 0.52.6",
19083 "windows_x86_64_gnu 0.52.6",
19084 "windows_x86_64_gnullvm 0.52.6",
19085 "windows_x86_64_msvc 0.52.6",
19086]
19087
19088[[package]]
19089name = "windows-targets"
19090version = "0.53.2"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19093dependencies = [
19094 "windows_aarch64_gnullvm 0.53.0",
19095 "windows_aarch64_msvc 0.53.0",
19096 "windows_i686_gnu 0.53.0",
19097 "windows_i686_gnullvm 0.53.0",
19098 "windows_i686_msvc 0.53.0",
19099 "windows_x86_64_gnu 0.53.0",
19100 "windows_x86_64_gnullvm 0.53.0",
19101 "windows_x86_64_msvc 0.53.0",
19102]
19103
19104[[package]]
19105name = "windows_aarch64_gnullvm"
19106version = "0.42.2"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19109
19110[[package]]
19111name = "windows_aarch64_gnullvm"
19112version = "0.48.5"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19115
19116[[package]]
19117name = "windows_aarch64_gnullvm"
19118version = "0.52.6"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19121
19122[[package]]
19123name = "windows_aarch64_gnullvm"
19124version = "0.53.0"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19127
19128[[package]]
19129name = "windows_aarch64_msvc"
19130version = "0.42.2"
19131source = "registry+https://github.com/rust-lang/crates.io-index"
19132checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19133
19134[[package]]
19135name = "windows_aarch64_msvc"
19136version = "0.48.5"
19137source = "registry+https://github.com/rust-lang/crates.io-index"
19138checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19139
19140[[package]]
19141name = "windows_aarch64_msvc"
19142version = "0.52.6"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19145
19146[[package]]
19147name = "windows_aarch64_msvc"
19148version = "0.53.0"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19151
19152[[package]]
19153name = "windows_i686_gnu"
19154version = "0.42.2"
19155source = "registry+https://github.com/rust-lang/crates.io-index"
19156checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19157
19158[[package]]
19159name = "windows_i686_gnu"
19160version = "0.48.5"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19163
19164[[package]]
19165name = "windows_i686_gnu"
19166version = "0.52.6"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19169
19170[[package]]
19171name = "windows_i686_gnu"
19172version = "0.53.0"
19173source = "registry+https://github.com/rust-lang/crates.io-index"
19174checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19175
19176[[package]]
19177name = "windows_i686_gnullvm"
19178version = "0.52.6"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19181
19182[[package]]
19183name = "windows_i686_gnullvm"
19184version = "0.53.0"
19185source = "registry+https://github.com/rust-lang/crates.io-index"
19186checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19187
19188[[package]]
19189name = "windows_i686_msvc"
19190version = "0.42.2"
19191source = "registry+https://github.com/rust-lang/crates.io-index"
19192checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19193
19194[[package]]
19195name = "windows_i686_msvc"
19196version = "0.48.5"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19199
19200[[package]]
19201name = "windows_i686_msvc"
19202version = "0.52.6"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19205
19206[[package]]
19207name = "windows_i686_msvc"
19208version = "0.53.0"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19211
19212[[package]]
19213name = "windows_x86_64_gnu"
19214version = "0.42.2"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19217
19218[[package]]
19219name = "windows_x86_64_gnu"
19220version = "0.48.5"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19223
19224[[package]]
19225name = "windows_x86_64_gnu"
19226version = "0.52.6"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19229
19230[[package]]
19231name = "windows_x86_64_gnu"
19232version = "0.53.0"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19235
19236[[package]]
19237name = "windows_x86_64_gnullvm"
19238version = "0.42.2"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19241
19242[[package]]
19243name = "windows_x86_64_gnullvm"
19244version = "0.48.5"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19247
19248[[package]]
19249name = "windows_x86_64_gnullvm"
19250version = "0.52.6"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19253
19254[[package]]
19255name = "windows_x86_64_gnullvm"
19256version = "0.53.0"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19259
19260[[package]]
19261name = "windows_x86_64_msvc"
19262version = "0.42.2"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19265
19266[[package]]
19267name = "windows_x86_64_msvc"
19268version = "0.48.5"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19271
19272[[package]]
19273name = "windows_x86_64_msvc"
19274version = "0.52.6"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19277
19278[[package]]
19279name = "windows_x86_64_msvc"
19280version = "0.53.0"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19283
19284[[package]]
19285name = "winnow"
19286version = "0.7.6"
19287source = "registry+https://github.com/rust-lang/crates.io-index"
19288checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19289dependencies = [
19290 "memchr",
19291]
19292
19293[[package]]
19294name = "winreg"
19295version = "0.10.1"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19298dependencies = [
19299 "winapi",
19300]
19301
19302[[package]]
19303name = "winreg"
19304version = "0.50.0"
19305source = "registry+https://github.com/rust-lang/crates.io-index"
19306checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19307dependencies = [
19308 "cfg-if",
19309 "windows-sys 0.48.0",
19310]
19311
19312[[package]]
19313name = "winreg"
19314version = "0.52.0"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19317dependencies = [
19318 "cfg-if",
19319 "windows-sys 0.48.0",
19320]
19321
19322[[package]]
19323name = "winreg"
19324version = "0.55.0"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19327dependencies = [
19328 "cfg-if",
19329 "windows-sys 0.59.0",
19330]
19331
19332[[package]]
19333name = "winresource"
19334version = "0.1.20"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19337dependencies = [
19338 "toml 0.8.20",
19339 "version_check",
19340]
19341
19342[[package]]
19343name = "winsafe"
19344version = "0.0.19"
19345source = "registry+https://github.com/rust-lang/crates.io-index"
19346checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19347
19348[[package]]
19349name = "winx"
19350version = "0.36.4"
19351source = "registry+https://github.com/rust-lang/crates.io-index"
19352checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19353dependencies = [
19354 "bitflags 2.9.0",
19355 "windows-sys 0.59.0",
19356]
19357
19358[[package]]
19359name = "wio"
19360version = "0.2.2"
19361source = "registry+https://github.com/rust-lang/crates.io-index"
19362checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19363dependencies = [
19364 "winapi",
19365]
19366
19367[[package]]
19368name = "wit-bindgen"
19369version = "0.22.0"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19372dependencies = [
19373 "bitflags 2.9.0",
19374 "wit-bindgen-rt 0.22.0",
19375 "wit-bindgen-rust-macro 0.22.0",
19376]
19377
19378[[package]]
19379name = "wit-bindgen"
19380version = "0.41.0"
19381source = "registry+https://github.com/rust-lang/crates.io-index"
19382checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19383dependencies = [
19384 "wit-bindgen-rt 0.41.0",
19385 "wit-bindgen-rust-macro 0.41.0",
19386]
19387
19388[[package]]
19389name = "wit-bindgen-core"
19390version = "0.22.0"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19393dependencies = [
19394 "anyhow",
19395 "wit-parser 0.201.0",
19396]
19397
19398[[package]]
19399name = "wit-bindgen-core"
19400version = "0.41.0"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19403dependencies = [
19404 "anyhow",
19405 "heck 0.5.0",
19406 "wit-parser 0.227.1",
19407]
19408
19409[[package]]
19410name = "wit-bindgen-rt"
19411version = "0.22.0"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19414
19415[[package]]
19416name = "wit-bindgen-rt"
19417version = "0.39.0"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19420dependencies = [
19421 "bitflags 2.9.0",
19422]
19423
19424[[package]]
19425name = "wit-bindgen-rt"
19426version = "0.41.0"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19429dependencies = [
19430 "bitflags 2.9.0",
19431 "futures 0.3.31",
19432 "once_cell",
19433]
19434
19435[[package]]
19436name = "wit-bindgen-rust"
19437version = "0.22.0"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19440dependencies = [
19441 "anyhow",
19442 "heck 0.4.1",
19443 "indexmap 2.9.0",
19444 "wasm-metadata 0.201.0",
19445 "wit-bindgen-core 0.22.0",
19446 "wit-component 0.201.0",
19447]
19448
19449[[package]]
19450name = "wit-bindgen-rust"
19451version = "0.41.0"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19454dependencies = [
19455 "anyhow",
19456 "heck 0.5.0",
19457 "indexmap 2.9.0",
19458 "prettyplease",
19459 "syn 2.0.101",
19460 "wasm-metadata 0.227.1",
19461 "wit-bindgen-core 0.41.0",
19462 "wit-component 0.227.1",
19463]
19464
19465[[package]]
19466name = "wit-bindgen-rust-macro"
19467version = "0.22.0"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19470dependencies = [
19471 "anyhow",
19472 "proc-macro2",
19473 "quote",
19474 "syn 2.0.101",
19475 "wit-bindgen-core 0.22.0",
19476 "wit-bindgen-rust 0.22.0",
19477]
19478
19479[[package]]
19480name = "wit-bindgen-rust-macro"
19481version = "0.41.0"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19484dependencies = [
19485 "anyhow",
19486 "prettyplease",
19487 "proc-macro2",
19488 "quote",
19489 "syn 2.0.101",
19490 "wit-bindgen-core 0.41.0",
19491 "wit-bindgen-rust 0.41.0",
19492]
19493
19494[[package]]
19495name = "wit-component"
19496version = "0.201.0"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19499dependencies = [
19500 "anyhow",
19501 "bitflags 2.9.0",
19502 "indexmap 2.9.0",
19503 "log",
19504 "serde",
19505 "serde_derive",
19506 "serde_json",
19507 "wasm-encoder 0.201.0",
19508 "wasm-metadata 0.201.0",
19509 "wasmparser 0.201.0",
19510 "wit-parser 0.201.0",
19511]
19512
19513[[package]]
19514name = "wit-component"
19515version = "0.227.1"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19518dependencies = [
19519 "anyhow",
19520 "bitflags 2.9.0",
19521 "indexmap 2.9.0",
19522 "log",
19523 "serde",
19524 "serde_derive",
19525 "serde_json",
19526 "wasm-encoder 0.227.1",
19527 "wasm-metadata 0.227.1",
19528 "wasmparser 0.227.1",
19529 "wit-parser 0.227.1",
19530]
19531
19532[[package]]
19533name = "wit-parser"
19534version = "0.201.0"
19535source = "registry+https://github.com/rust-lang/crates.io-index"
19536checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19537dependencies = [
19538 "anyhow",
19539 "id-arena",
19540 "indexmap 2.9.0",
19541 "log",
19542 "semver",
19543 "serde",
19544 "serde_derive",
19545 "serde_json",
19546 "unicode-xid",
19547 "wasmparser 0.201.0",
19548]
19549
19550[[package]]
19551name = "wit-parser"
19552version = "0.221.3"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19555dependencies = [
19556 "anyhow",
19557 "id-arena",
19558 "indexmap 2.9.0",
19559 "log",
19560 "semver",
19561 "serde",
19562 "serde_derive",
19563 "serde_json",
19564 "unicode-xid",
19565 "wasmparser 0.221.3",
19566]
19567
19568[[package]]
19569name = "wit-parser"
19570version = "0.227.1"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19573dependencies = [
19574 "anyhow",
19575 "id-arena",
19576 "indexmap 2.9.0",
19577 "log",
19578 "semver",
19579 "serde",
19580 "serde_derive",
19581 "serde_json",
19582 "unicode-xid",
19583 "wasmparser 0.227.1",
19584]
19585
19586[[package]]
19587name = "witx"
19588version = "0.9.1"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19591dependencies = [
19592 "anyhow",
19593 "log",
19594 "thiserror 1.0.69",
19595 "wast",
19596]
19597
19598[[package]]
19599name = "workspace"
19600version = "0.1.0"
19601dependencies = [
19602 "any_vec",
19603 "anyhow",
19604 "async-recursion",
19605 "call",
19606 "client",
19607 "clock",
19608 "collections",
19609 "component",
19610 "dap",
19611 "db",
19612 "fs",
19613 "futures 0.3.31",
19614 "gpui",
19615 "http_client",
19616 "itertools 0.14.0",
19617 "language",
19618 "log",
19619 "menu",
19620 "node_runtime",
19621 "parking_lot",
19622 "postage",
19623 "pretty_assertions",
19624 "project",
19625 "remote",
19626 "schemars 1.0.1",
19627 "serde",
19628 "serde_json",
19629 "session",
19630 "settings",
19631 "smallvec",
19632 "sqlez",
19633 "strum 0.27.1",
19634 "task",
19635 "telemetry",
19636 "tempfile",
19637 "theme",
19638 "ui",
19639 "util",
19640 "uuid",
19641 "windows 0.61.1",
19642 "workspace-hack",
19643 "zed_actions",
19644 "zlog",
19645]
19646
19647[[package]]
19648name = "workspace-hack"
19649version = "0.1.0"
19650dependencies = [
19651 "aes",
19652 "ahash 0.8.11",
19653 "aho-corasick",
19654 "anstream",
19655 "arrayvec",
19656 "async-compression",
19657 "async-std",
19658 "async-tungstenite",
19659 "aws-config",
19660 "aws-credential-types",
19661 "aws-runtime",
19662 "aws-sigv4",
19663 "aws-smithy-async",
19664 "aws-smithy-http",
19665 "aws-smithy-runtime",
19666 "aws-smithy-runtime-api",
19667 "aws-smithy-types",
19668 "base64 0.22.1",
19669 "base64ct",
19670 "bigdecimal",
19671 "bit-set 0.8.0",
19672 "bit-vec 0.8.0",
19673 "bitflags 2.9.0",
19674 "bstr",
19675 "bytemuck",
19676 "byteorder",
19677 "bytes 1.10.1",
19678 "cc",
19679 "chrono",
19680 "cipher",
19681 "clap",
19682 "clap_builder",
19683 "codespan-reporting",
19684 "concurrent-queue",
19685 "core-foundation 0.9.4",
19686 "core-foundation-sys",
19687 "cranelift-codegen",
19688 "crc32fast",
19689 "crossbeam-channel",
19690 "crossbeam-epoch",
19691 "crossbeam-utils",
19692 "crypto-common",
19693 "deranged",
19694 "digest",
19695 "either",
19696 "euclid",
19697 "event-listener 5.4.0",
19698 "event-listener-strategy",
19699 "flate2",
19700 "flume",
19701 "foldhash",
19702 "form_urlencoded",
19703 "futures 0.3.31",
19704 "futures-channel",
19705 "futures-core",
19706 "futures-executor",
19707 "futures-io",
19708 "futures-sink",
19709 "futures-task",
19710 "futures-util",
19711 "getrandom 0.2.15",
19712 "getrandom 0.3.2",
19713 "gimli",
19714 "half",
19715 "handlebars 4.5.0",
19716 "hashbrown 0.14.5",
19717 "hashbrown 0.15.3",
19718 "heck 0.4.1",
19719 "hmac",
19720 "hyper 0.14.32",
19721 "hyper-rustls 0.27.5",
19722 "idna",
19723 "indexmap 2.9.0",
19724 "inout",
19725 "itertools 0.12.1",
19726 "itertools 0.13.0",
19727 "lazy_static",
19728 "libc",
19729 "libsqlite3-sys",
19730 "linux-raw-sys 0.4.15",
19731 "linux-raw-sys 0.9.4",
19732 "livekit-runtime",
19733 "log",
19734 "lyon",
19735 "lyon_path",
19736 "md-5",
19737 "memchr",
19738 "memmap2",
19739 "mime_guess",
19740 "miniz_oxide",
19741 "mio 1.0.3",
19742 "naga",
19743 "nix 0.28.0",
19744 "nix 0.29.0",
19745 "nix 0.30.1",
19746 "nom 7.1.3",
19747 "num-bigint",
19748 "num-bigint-dig",
19749 "num-complex",
19750 "num-integer",
19751 "num-iter",
19752 "num-rational",
19753 "num-traits",
19754 "objc2",
19755 "objc2-core-foundation",
19756 "objc2-foundation",
19757 "objc2-metal",
19758 "object",
19759 "once_cell",
19760 "percent-encoding",
19761 "phf",
19762 "phf_shared",
19763 "prettyplease",
19764 "proc-macro2",
19765 "prost 0.12.6",
19766 "prost 0.9.0",
19767 "prost-types 0.9.0",
19768 "quote",
19769 "rand 0.8.5",
19770 "rand 0.9.1",
19771 "rand_chacha 0.3.1",
19772 "rand_core 0.6.4",
19773 "rand_distr",
19774 "regalloc2",
19775 "regex",
19776 "regex-automata",
19777 "regex-syntax",
19778 "ring",
19779 "rust_decimal",
19780 "rustc-hash 1.1.0",
19781 "rustix 0.38.44",
19782 "rustix 1.0.7",
19783 "rustls 0.23.26",
19784 "rustls-webpki 0.103.1",
19785 "scopeguard",
19786 "sea-orm",
19787 "sea-query-binder",
19788 "security-framework 3.2.0",
19789 "security-framework-sys",
19790 "semver",
19791 "serde",
19792 "serde_core",
19793 "serde_json",
19794 "simd-adler32",
19795 "smallvec",
19796 "spin",
19797 "sqlx",
19798 "sqlx-macros",
19799 "sqlx-macros-core",
19800 "sqlx-postgres",
19801 "sqlx-sqlite",
19802 "stable_deref_trait",
19803 "strum 0.26.3",
19804 "subtle",
19805 "syn 1.0.109",
19806 "syn 2.0.101",
19807 "sync_wrapper 1.0.2",
19808 "thiserror 2.0.12",
19809 "time",
19810 "time-macros",
19811 "tokio",
19812 "tokio-rustls 0.26.2",
19813 "tokio-socks",
19814 "tokio-stream",
19815 "tokio-util",
19816 "toml_datetime",
19817 "toml_edit",
19818 "tower 0.5.2",
19819 "tracing",
19820 "tracing-core",
19821 "tungstenite 0.26.2",
19822 "unicode-properties",
19823 "url",
19824 "uuid",
19825 "wasmparser 0.221.3",
19826 "wasmtime",
19827 "wasmtime-cranelift",
19828 "wasmtime-environ",
19829 "winapi",
19830 "windows-core 0.61.0",
19831 "windows-numerics",
19832 "windows-sys 0.48.0",
19833 "windows-sys 0.52.0",
19834 "windows-sys 0.59.0",
19835 "windows-sys 0.61.0",
19836 "zeroize",
19837 "zvariant",
19838]
19839
19840[[package]]
19841name = "worktree"
19842version = "0.1.0"
19843dependencies = [
19844 "anyhow",
19845 "clock",
19846 "collections",
19847 "fs",
19848 "futures 0.3.31",
19849 "fuzzy",
19850 "git",
19851 "git2",
19852 "gpui",
19853 "http_client",
19854 "ignore",
19855 "language",
19856 "log",
19857 "parking_lot",
19858 "paths",
19859 "postage",
19860 "pretty_assertions",
19861 "rand 0.9.1",
19862 "rpc",
19863 "serde",
19864 "serde_json",
19865 "settings",
19866 "smallvec",
19867 "smol",
19868 "sum_tree",
19869 "text",
19870 "util",
19871 "workspace-hack",
19872 "zlog",
19873]
19874
19875[[package]]
19876name = "write16"
19877version = "1.0.0"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19880
19881[[package]]
19882name = "writeable"
19883version = "0.5.5"
19884source = "registry+https://github.com/rust-lang/crates.io-index"
19885checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19886
19887[[package]]
19888name = "wyz"
19889version = "0.5.1"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19892dependencies = [
19893 "tap",
19894]
19895
19896[[package]]
19897name = "x11"
19898version = "2.21.0"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19901dependencies = [
19902 "libc",
19903 "pkg-config",
19904]
19905
19906[[package]]
19907name = "x11-clipboard"
19908version = "0.9.3"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19911dependencies = [
19912 "libc",
19913 "x11rb",
19914]
19915
19916[[package]]
19917name = "x11rb"
19918version = "0.13.1"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19921dependencies = [
19922 "as-raw-xcb-connection",
19923 "gethostname",
19924 "libc",
19925 "rustix 0.38.44",
19926 "x11rb-protocol",
19927]
19928
19929[[package]]
19930name = "x11rb-protocol"
19931version = "0.13.1"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19934
19935[[package]]
19936name = "x_ai"
19937version = "0.1.0"
19938dependencies = [
19939 "anyhow",
19940 "schemars 1.0.1",
19941 "serde",
19942 "strum 0.27.1",
19943 "workspace-hack",
19944]
19945
19946[[package]]
19947name = "xattr"
19948version = "0.2.3"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19951dependencies = [
19952 "libc",
19953]
19954
19955[[package]]
19956name = "xcb"
19957version = "1.6.0"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19960dependencies = [
19961 "bitflags 1.3.2",
19962 "libc",
19963 "quick-xml 0.30.0",
19964 "x11",
19965]
19966
19967[[package]]
19968name = "xcursor"
19969version = "0.3.8"
19970source = "registry+https://github.com/rust-lang/crates.io-index"
19971checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19972
19973[[package]]
19974name = "xim"
19975version = "0.4.0"
19976source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19977dependencies = [
19978 "ahash 0.8.11",
19979 "hashbrown 0.14.5",
19980 "log",
19981 "x11rb",
19982 "xim-ctext",
19983 "xim-parser",
19984]
19985
19986[[package]]
19987name = "xim-ctext"
19988version = "0.3.0"
19989source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19990dependencies = [
19991 "encoding_rs",
19992]
19993
19994[[package]]
19995name = "xim-parser"
19996version = "0.2.1"
19997source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19998dependencies = [
19999 "bitflags 2.9.0",
20000]
20001
20002[[package]]
20003name = "xkbcommon"
20004version = "0.8.0"
20005source = "registry+https://github.com/rust-lang/crates.io-index"
20006checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20007dependencies = [
20008 "as-raw-xcb-connection",
20009 "libc",
20010 "memmap2",
20011 "xkeysym",
20012]
20013
20014[[package]]
20015name = "xkeysym"
20016version = "0.2.1"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20019
20020[[package]]
20021name = "xml5ever"
20022version = "0.18.1"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20025dependencies = [
20026 "log",
20027 "mac",
20028 "markup5ever 0.12.1",
20029]
20030
20031[[package]]
20032name = "xmlparser"
20033version = "0.13.6"
20034source = "registry+https://github.com/rust-lang/crates.io-index"
20035checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20036
20037[[package]]
20038name = "xmlwriter"
20039version = "0.1.0"
20040source = "registry+https://github.com/rust-lang/crates.io-index"
20041checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20042
20043[[package]]
20044name = "xtask"
20045version = "0.1.0"
20046dependencies = [
20047 "anyhow",
20048 "cargo_metadata",
20049 "cargo_toml",
20050 "clap",
20051 "workspace-hack",
20052]
20053
20054[[package]]
20055name = "yaml-rust2"
20056version = "0.8.1"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20059dependencies = [
20060 "arraydeque",
20061 "encoding_rs",
20062 "hashlink 0.8.4",
20063]
20064
20065[[package]]
20066name = "yansi"
20067version = "1.0.1"
20068source = "registry+https://github.com/rust-lang/crates.io-index"
20069checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20070
20071[[package]]
20072name = "yawc"
20073version = "0.2.5"
20074source = "registry+https://github.com/rust-lang/crates.io-index"
20075checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20076dependencies = [
20077 "base64 0.22.1",
20078 "bytes 1.10.1",
20079 "flate2",
20080 "futures 0.3.31",
20081 "http-body-util",
20082 "hyper 1.6.0",
20083 "hyper-util",
20084 "js-sys",
20085 "nom 8.0.0",
20086 "pin-project",
20087 "rand 0.8.5",
20088 "sha1",
20089 "thiserror 1.0.69",
20090 "tokio",
20091 "tokio-rustls 0.26.2",
20092 "tokio-util",
20093 "url",
20094 "wasm-bindgen",
20095 "wasm-bindgen-futures",
20096 "web-sys",
20097 "webpki-roots",
20098]
20099
20100[[package]]
20101name = "yazi"
20102version = "0.2.1"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20105
20106[[package]]
20107name = "yeslogic-fontconfig-sys"
20108version = "6.0.0"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20111dependencies = [
20112 "dlib",
20113 "once_cell",
20114 "pkg-config",
20115]
20116
20117[[package]]
20118name = "yoke"
20119version = "0.7.5"
20120source = "registry+https://github.com/rust-lang/crates.io-index"
20121checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20122dependencies = [
20123 "serde",
20124 "stable_deref_trait",
20125 "yoke-derive",
20126 "zerofrom",
20127]
20128
20129[[package]]
20130name = "yoke-derive"
20131version = "0.7.5"
20132source = "registry+https://github.com/rust-lang/crates.io-index"
20133checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20134dependencies = [
20135 "proc-macro2",
20136 "quote",
20137 "syn 2.0.101",
20138 "synstructure",
20139]
20140
20141[[package]]
20142name = "zbus"
20143version = "5.11.0"
20144source = "registry+https://github.com/rust-lang/crates.io-index"
20145checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20146dependencies = [
20147 "async-broadcast",
20148 "async-executor",
20149 "async-io",
20150 "async-lock",
20151 "async-process",
20152 "async-recursion",
20153 "async-task",
20154 "async-trait",
20155 "blocking",
20156 "enumflags2",
20157 "event-listener 5.4.0",
20158 "futures-core",
20159 "futures-lite 2.6.0",
20160 "hex",
20161 "nix 0.30.1",
20162 "ordered-stream",
20163 "serde",
20164 "serde_repr",
20165 "tracing",
20166 "uds_windows",
20167 "windows-sys 0.60.2",
20168 "winnow",
20169 "zbus_macros",
20170 "zbus_names",
20171 "zvariant",
20172]
20173
20174[[package]]
20175name = "zbus_macros"
20176version = "5.11.0"
20177source = "registry+https://github.com/rust-lang/crates.io-index"
20178checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20179dependencies = [
20180 "proc-macro-crate",
20181 "proc-macro2",
20182 "quote",
20183 "syn 2.0.101",
20184 "zbus_names",
20185 "zvariant",
20186 "zvariant_utils",
20187]
20188
20189[[package]]
20190name = "zbus_names"
20191version = "4.2.0"
20192source = "registry+https://github.com/rust-lang/crates.io-index"
20193checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20194dependencies = [
20195 "serde",
20196 "static_assertions",
20197 "winnow",
20198 "zvariant",
20199]
20200
20201[[package]]
20202name = "zed"
20203version = "0.208.0"
20204dependencies = [
20205 "acp_tools",
20206 "activity_indicator",
20207 "agent",
20208 "agent_settings",
20209 "agent_ui",
20210 "anyhow",
20211 "ashpd 0.11.0",
20212 "assets",
20213 "assistant_tools",
20214 "audio",
20215 "auto_update",
20216 "auto_update_ui",
20217 "backtrace",
20218 "bincode",
20219 "breadcrumbs",
20220 "call",
20221 "channel",
20222 "clap",
20223 "cli",
20224 "client",
20225 "collab_ui",
20226 "collections",
20227 "command_palette",
20228 "component",
20229 "copilot",
20230 "crashes",
20231 "dap",
20232 "dap_adapters",
20233 "db",
20234 "debug_adapter_extension",
20235 "debugger_tools",
20236 "debugger_ui",
20237 "diagnostics",
20238 "edit_prediction_button",
20239 "editor",
20240 "env_logger 0.11.8",
20241 "extension",
20242 "extension_host",
20243 "extensions_ui",
20244 "feature_flags",
20245 "feedback",
20246 "file_finder",
20247 "fs",
20248 "futures 0.3.31",
20249 "git",
20250 "git_hosting_providers",
20251 "git_ui",
20252 "go_to_line",
20253 "gpui",
20254 "gpui_tokio",
20255 "http_client",
20256 "image_viewer",
20257 "inspector_ui",
20258 "install_cli",
20259 "itertools 0.14.0",
20260 "journal",
20261 "json_schema_store",
20262 "keymap_editor",
20263 "language",
20264 "language_extension",
20265 "language_model",
20266 "language_models",
20267 "language_onboarding",
20268 "language_selector",
20269 "language_tools",
20270 "languages",
20271 "line_ending_selector",
20272 "log",
20273 "markdown",
20274 "markdown_preview",
20275 "menu",
20276 "migrator",
20277 "mimalloc",
20278 "nc",
20279 "nix 0.29.0",
20280 "node_runtime",
20281 "notifications",
20282 "onboarding",
20283 "outline",
20284 "outline_panel",
20285 "parking_lot",
20286 "paths",
20287 "picker",
20288 "pretty_assertions",
20289 "profiling",
20290 "project",
20291 "project_panel",
20292 "project_symbols",
20293 "prompt_store",
20294 "proto",
20295 "recent_projects",
20296 "release_channel",
20297 "remote",
20298 "repl",
20299 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20300 "reqwest_client",
20301 "rope",
20302 "search",
20303 "serde",
20304 "serde_json",
20305 "session",
20306 "settings",
20307 "settings_profile_selector",
20308 "settings_ui",
20309 "shellexpand 2.1.2",
20310 "smol",
20311 "snippet_provider",
20312 "snippets_ui",
20313 "supermaven",
20314 "svg_preview",
20315 "sysinfo",
20316 "system_specs",
20317 "tab_switcher",
20318 "task",
20319 "tasks_ui",
20320 "telemetry",
20321 "telemetry_events",
20322 "terminal_view",
20323 "theme",
20324 "theme_extension",
20325 "theme_selector",
20326 "time",
20327 "title_bar",
20328 "toolchain_selector",
20329 "tree-sitter-md",
20330 "tree-sitter-rust",
20331 "ui",
20332 "ui_input",
20333 "ui_prompt",
20334 "url",
20335 "urlencoding",
20336 "util",
20337 "uuid",
20338 "vim",
20339 "vim_mode_setting",
20340 "watch",
20341 "web_search",
20342 "web_search_providers",
20343 "windows 0.61.1",
20344 "winresource",
20345 "workspace",
20346 "workspace-hack",
20347 "zed_actions",
20348 "zed_env_vars",
20349 "zeta",
20350 "zeta2",
20351 "zeta2_tools",
20352 "zlog",
20353 "zlog_settings",
20354]
20355
20356[[package]]
20357name = "zed_actions"
20358version = "0.1.0"
20359dependencies = [
20360 "gpui",
20361 "schemars 1.0.1",
20362 "serde",
20363 "uuid",
20364 "workspace-hack",
20365]
20366
20367[[package]]
20368name = "zed_env_vars"
20369version = "0.1.0"
20370dependencies = [
20371 "gpui",
20372 "workspace-hack",
20373]
20374
20375[[package]]
20376name = "zed_extension_api"
20377version = "0.1.0"
20378source = "registry+https://github.com/rust-lang/crates.io-index"
20379checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20380dependencies = [
20381 "serde",
20382 "serde_json",
20383 "wit-bindgen 0.22.0",
20384]
20385
20386[[package]]
20387name = "zed_extension_api"
20388version = "0.7.0"
20389dependencies = [
20390 "serde",
20391 "serde_json",
20392 "wit-bindgen 0.41.0",
20393]
20394
20395[[package]]
20396name = "zed_extension_api"
20397version = "0.7.0"
20398source = "registry+https://github.com/rust-lang/crates.io-index"
20399checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20400dependencies = [
20401 "serde",
20402 "serde_json",
20403 "wit-bindgen 0.41.0",
20404]
20405
20406[[package]]
20407name = "zed_glsl"
20408version = "0.1.0"
20409dependencies = [
20410 "zed_extension_api 0.1.0",
20411]
20412
20413[[package]]
20414name = "zed_html"
20415version = "0.2.3"
20416dependencies = [
20417 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20418]
20419
20420[[package]]
20421name = "zed_proto"
20422version = "0.2.2"
20423dependencies = [
20424 "zed_extension_api 0.1.0",
20425]
20426
20427[[package]]
20428name = "zed_test_extension"
20429version = "0.1.0"
20430dependencies = [
20431 "zed_extension_api 0.7.0",
20432]
20433
20434[[package]]
20435name = "zeno"
20436version = "0.3.2"
20437source = "registry+https://github.com/rust-lang/crates.io-index"
20438checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20439
20440[[package]]
20441name = "zerocopy"
20442version = "0.7.35"
20443source = "registry+https://github.com/rust-lang/crates.io-index"
20444checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20445dependencies = [
20446 "zerocopy-derive 0.7.35",
20447]
20448
20449[[package]]
20450name = "zerocopy"
20451version = "0.8.24"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20454dependencies = [
20455 "zerocopy-derive 0.8.24",
20456]
20457
20458[[package]]
20459name = "zerocopy-derive"
20460version = "0.7.35"
20461source = "registry+https://github.com/rust-lang/crates.io-index"
20462checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20463dependencies = [
20464 "proc-macro2",
20465 "quote",
20466 "syn 2.0.101",
20467]
20468
20469[[package]]
20470name = "zerocopy-derive"
20471version = "0.8.24"
20472source = "registry+https://github.com/rust-lang/crates.io-index"
20473checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20474dependencies = [
20475 "proc-macro2",
20476 "quote",
20477 "syn 2.0.101",
20478]
20479
20480[[package]]
20481name = "zerofrom"
20482version = "0.1.6"
20483source = "registry+https://github.com/rust-lang/crates.io-index"
20484checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20485dependencies = [
20486 "zerofrom-derive",
20487]
20488
20489[[package]]
20490name = "zerofrom-derive"
20491version = "0.1.6"
20492source = "registry+https://github.com/rust-lang/crates.io-index"
20493checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20494dependencies = [
20495 "proc-macro2",
20496 "quote",
20497 "syn 2.0.101",
20498 "synstructure",
20499]
20500
20501[[package]]
20502name = "zeroize"
20503version = "1.8.1"
20504source = "registry+https://github.com/rust-lang/crates.io-index"
20505checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20506dependencies = [
20507 "zeroize_derive",
20508]
20509
20510[[package]]
20511name = "zeroize_derive"
20512version = "1.4.2"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20515dependencies = [
20516 "proc-macro2",
20517 "quote",
20518 "syn 2.0.101",
20519]
20520
20521[[package]]
20522name = "zeromq"
20523version = "0.5.0-pre"
20524source = "registry+https://github.com/rust-lang/crates.io-index"
20525checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20526dependencies = [
20527 "async-dispatcher",
20528 "async-std",
20529 "async-trait",
20530 "asynchronous-codec",
20531 "bytes 1.10.1",
20532 "crossbeam-queue",
20533 "dashmap 5.5.3",
20534 "futures 0.3.31",
20535 "log",
20536 "num-traits",
20537 "once_cell",
20538 "parking_lot",
20539 "rand 0.8.5",
20540 "regex",
20541 "thiserror 1.0.69",
20542 "uuid",
20543]
20544
20545[[package]]
20546name = "zerovec"
20547version = "0.10.4"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20550dependencies = [
20551 "yoke",
20552 "zerofrom",
20553 "zerovec-derive",
20554]
20555
20556[[package]]
20557name = "zerovec-derive"
20558version = "0.10.3"
20559source = "registry+https://github.com/rust-lang/crates.io-index"
20560checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20561dependencies = [
20562 "proc-macro2",
20563 "quote",
20564 "syn 2.0.101",
20565]
20566
20567[[package]]
20568name = "zeta"
20569version = "0.1.0"
20570dependencies = [
20571 "ai_onboarding",
20572 "anyhow",
20573 "arrayvec",
20574 "call",
20575 "client",
20576 "clock",
20577 "cloud_api_types",
20578 "cloud_llm_client",
20579 "collections",
20580 "command_palette_hooks",
20581 "copilot",
20582 "ctor",
20583 "db",
20584 "edit_prediction",
20585 "editor",
20586 "feature_flags",
20587 "fs",
20588 "futures 0.3.31",
20589 "gpui",
20590 "http_client",
20591 "indoc",
20592 "itertools 0.14.0",
20593 "language",
20594 "language_model",
20595 "log",
20596 "menu",
20597 "parking_lot",
20598 "postage",
20599 "project",
20600 "rand 0.9.1",
20601 "regex",
20602 "release_channel",
20603 "reqwest_client",
20604 "rpc",
20605 "serde",
20606 "serde_json",
20607 "settings",
20608 "strum 0.27.1",
20609 "telemetry",
20610 "telemetry_events",
20611 "theme",
20612 "thiserror 2.0.12",
20613 "tree-sitter-go",
20614 "tree-sitter-rust",
20615 "ui",
20616 "util",
20617 "uuid",
20618 "workspace",
20619 "workspace-hack",
20620 "worktree",
20621 "zed_actions",
20622 "zlog",
20623]
20624
20625[[package]]
20626name = "zeta2"
20627version = "0.1.0"
20628dependencies = [
20629 "anyhow",
20630 "arrayvec",
20631 "chrono",
20632 "client",
20633 "clock",
20634 "cloud_llm_client",
20635 "cloud_zeta2_prompt",
20636 "edit_prediction",
20637 "edit_prediction_context",
20638 "futures 0.3.31",
20639 "gpui",
20640 "indoc",
20641 "language",
20642 "language_model",
20643 "log",
20644 "lsp",
20645 "pretty_assertions",
20646 "project",
20647 "release_channel",
20648 "serde_json",
20649 "settings",
20650 "thiserror 2.0.12",
20651 "util",
20652 "uuid",
20653 "workspace",
20654 "workspace-hack",
20655 "worktree",
20656]
20657
20658[[package]]
20659name = "zeta2_tools"
20660version = "0.1.0"
20661dependencies = [
20662 "chrono",
20663 "clap",
20664 "client",
20665 "cloud_llm_client",
20666 "collections",
20667 "edit_prediction_context",
20668 "editor",
20669 "futures 0.3.31",
20670 "gpui",
20671 "indoc",
20672 "language",
20673 "log",
20674 "pretty_assertions",
20675 "project",
20676 "serde",
20677 "serde_json",
20678 "settings",
20679 "text",
20680 "ui",
20681 "ui_input",
20682 "util",
20683 "workspace",
20684 "workspace-hack",
20685 "zeta2",
20686 "zlog",
20687]
20688
20689[[package]]
20690name = "zeta_cli"
20691version = "0.1.0"
20692dependencies = [
20693 "anyhow",
20694 "clap",
20695 "client",
20696 "cloud_llm_client",
20697 "cloud_zeta2_prompt",
20698 "debug_adapter_extension",
20699 "edit_prediction_context",
20700 "extension",
20701 "fs",
20702 "futures 0.3.31",
20703 "gpui",
20704 "gpui_tokio",
20705 "language",
20706 "language_extension",
20707 "language_model",
20708 "language_models",
20709 "languages",
20710 "log",
20711 "node_runtime",
20712 "ordered-float 2.10.1",
20713 "paths",
20714 "project",
20715 "prompt_store",
20716 "release_channel",
20717 "reqwest_client",
20718 "serde",
20719 "serde_json",
20720 "settings",
20721 "shellexpand 2.1.2",
20722 "smol",
20723 "terminal_view",
20724 "util",
20725 "watch",
20726 "workspace-hack",
20727 "zeta",
20728 "zeta2",
20729 "zlog",
20730]
20731
20732[[package]]
20733name = "zip"
20734version = "0.6.6"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20737dependencies = [
20738 "aes",
20739 "byteorder",
20740 "bzip2",
20741 "constant_time_eq",
20742 "crc32fast",
20743 "crossbeam-utils",
20744 "flate2",
20745 "hmac",
20746 "pbkdf2 0.11.0",
20747 "sha1",
20748 "time",
20749 "zstd",
20750]
20751
20752[[package]]
20753name = "zip"
20754version = "1.1.4"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20757dependencies = [
20758 "arbitrary",
20759 "crc32fast",
20760 "crossbeam-utils",
20761 "displaydoc",
20762 "indexmap 2.9.0",
20763 "num_enum",
20764 "thiserror 1.0.69",
20765]
20766
20767[[package]]
20768name = "zlog"
20769version = "0.1.0"
20770dependencies = [
20771 "anyhow",
20772 "chrono",
20773 "collections",
20774 "log",
20775 "tempfile",
20776 "workspace-hack",
20777]
20778
20779[[package]]
20780name = "zlog_settings"
20781version = "0.1.0"
20782dependencies = [
20783 "collections",
20784 "gpui",
20785 "settings",
20786 "workspace-hack",
20787 "zlog",
20788]
20789
20790[[package]]
20791name = "zstd"
20792version = "0.11.2+zstd.1.5.2"
20793source = "registry+https://github.com/rust-lang/crates.io-index"
20794checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20795dependencies = [
20796 "zstd-safe",
20797]
20798
20799[[package]]
20800name = "zstd-safe"
20801version = "5.0.2+zstd.1.5.2"
20802source = "registry+https://github.com/rust-lang/crates.io-index"
20803checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20804dependencies = [
20805 "libc",
20806 "zstd-sys",
20807]
20808
20809[[package]]
20810name = "zstd-sys"
20811version = "2.0.15+zstd.1.5.7"
20812source = "registry+https://github.com/rust-lang/crates.io-index"
20813checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20814dependencies = [
20815 "cc",
20816 "pkg-config",
20817]
20818
20819[[package]]
20820name = "zune-core"
20821version = "0.4.12"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20824
20825[[package]]
20826name = "zune-inflate"
20827version = "0.2.54"
20828source = "registry+https://github.com/rust-lang/crates.io-index"
20829checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20830dependencies = [
20831 "simd-adler32",
20832]
20833
20834[[package]]
20835name = "zune-jpeg"
20836version = "0.4.14"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20839dependencies = [
20840 "zune-core",
20841]
20842
20843[[package]]
20844name = "zvariant"
20845version = "5.7.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20848dependencies = [
20849 "endi",
20850 "enumflags2",
20851 "serde",
20852 "url",
20853 "winnow",
20854 "zvariant_derive",
20855 "zvariant_utils",
20856]
20857
20858[[package]]
20859name = "zvariant_derive"
20860version = "5.7.0"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20863dependencies = [
20864 "proc-macro-crate",
20865 "proc-macro2",
20866 "quote",
20867 "syn 2.0.101",
20868 "zvariant_utils",
20869]
20870
20871[[package]]
20872name = "zvariant_utils"
20873version = "3.2.0"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20876dependencies = [
20877 "proc-macro2",
20878 "quote",
20879 "serde",
20880 "static_assertions",
20881 "syn 2.0.101",
20882 "winnow",
20883]