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